Class OptimizeOptions

Info

Represents Optimize options for Documentize.Optimizer plugin.

public sealed class OptimizeOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsOptimizeOptions

Implements

Inherited Members

Constructors

OptimizeOptions()

Initializes new instance of the Documentize.OptimizeOptions object with default options. Linearize the document in order to

  • open the first page as quickly as possible;
  • display next page or follow by link to the next page as quickly as possible;
  • display the page incrementally as it arrives when data for a page is delivered over a slow channel (display the most useful data first);
  • permit user interaction, such as following a link, to be performed even before the entire page has been received and displayed.
public OptimizeOptions()

Namespace: Documentize Assembly: Documentize.dll

 English