PdfEditOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.editor.options.FixedLayoutEditOptionsBase
public final class PdfEditOptions extends FixedLayoutEditOptionsBase
Allows to specify custom options for editing PDF documents
| Constructor | Description |
|---|---|
| PdfEditOptions() | Creates and returns a new instance of the PdfEditOptions class, where all options are set to their default values |
| PdfEditOptions(boolean enablePagination) | Creates and returns a new instance of the PdfEditOptions class with specified pagination and default all other options |
public PdfEditOptions()
Creates and returns a new instance of the PdfEditOptions class, where all options are set to their default values
public PdfEditOptions(boolean enablePagination)
Creates and returns a new instance of the PdfEditOptions class with specified pagination and default all other options
Parameters:
| Parameter | Type | Description |
|---|---|---|
| enablePagination | boolean | Pagination flag, that enables HTML output, adjusted for paged mode |
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.