enableDocumentEditor property

bool? enableDocumentEditor
final

Enable the document editor feature.

When true, the document editor (page manipulation: insert, delete, reorder, rotate pages) is accessible from the toolbar. This feature requires a Document Editor add-on licence; enabling it without a valid licence has no effect.

Maps to PdfActivityConfiguration$Builder.enableDocumentEditor(boolean).

Implementation

final bool? enableDocumentEditor;