FixedLayoutEditOptionsBase
Leave feedback
On this page
Base abstract class for the options for all documents of fixed-layout formats like PDF and XPS
public abstract class FixedLayoutEditOptionsBase : IEditOptions
| 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. |
- interface IEditOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.