FixedLayoutEditOptionsBase
Contents
[
Hide
]
FixedLayoutEditOptionsBase class
Base abstract class for the options for all documents of fixed-layout formats like PDF and XPS
public abstract class FixedLayoutEditOptionsBase : IEditOptions
Properties
Name | Description |
---|---|
EnablePagination { get; set; } | Allows to enable (true) or disable (false) pagination in the resultant HTML document. By default is disabled (false). |
Pages { get; set; } | Allows to set a page range to process. By default all pages of a fixed-layout document are processed. |
SkipImages { get; set; } | Gets or sets the flag indicating whether images must be skipped while converting input fixed-layout document to the resultant HTML. Default is false - images are preserved. |
See Also
- interface IEditOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor