PdfEditOptions
PdfEditOptions()
Creates and returns a new instance of the PdfEditOptions class, where all options are set to their default values
public PdfEditOptions()
See Also
- class PdfEditOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
PdfEditOptions(bool)
Creates and returns a new instance of the PdfEditOptions class with specified pagination and default all other options
public PdfEditOptions(bool enablePagination)
Parameter | Type | Description |
---|---|---|
enablePagination | Boolean | Pagination flag, that enables HTML output, adjusted for paged mode |
See Also
- class PdfEditOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor