PdfEditOptions
Leave feedback
On this page
Allows to specify custom options for editing PDF documents
public sealed class PdfEditOptions : FixedLayoutEditOptionsBase
| Name | Description |
|---|---|
| PdfEditOptions() | Creates and returns a new instance of the PdfEditOptions class, where all options are set to their default values |
| PdfEditOptions(bool) | Creates and returns a new instance of the PdfEditOptions class with specified pagination and default all other options |
| 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. |
- class FixedLayoutEditOptionsBase
- 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.