PdfEditOptions Class |
Namespace: GroupDocs.Editor.Options
The PdfEditOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfEditOptions |
Creates and returns a new instance of the PdfEditOptions class, where all options are set to their default values
|
![]() | PdfEditOptions(Boolean) |
Creates and returns a new instance of the PdfEditOptions class with specified pagination and default all other options
|
Name | Description | |
---|---|---|
![]() | EnablePagination |
Allows to enable (true) or disable (false) pagination in the resultant HTML document. By default is disabled (false).
(Inherited from FixedLayoutEditOptionsBase.) |
![]() | Pages |
Allows to set a page range to process. By default all pages of a fixed-layout document are processed.
(Inherited from FixedLayoutEditOptionsBase.) |
![]() | SkipImages |
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.
(Inherited from FixedLayoutEditOptionsBase.) |