Enumeration: LicensedFeatureId
Enum representing a unique identifier for each PDF Web SDK licensed feature. Each feature is represented by a bit flag, allowing multiple features to be combined using bitwise operations.
Enumeration Members
AnnotationAdding
AnnotationAdding:
2
Adding annotations to a document. Grants users the ability to create new annotations.
AnnotationDeleting
AnnotationDeleting:
8
Deleting annotations from a document. Enables users to remove existing annotations permanently.
AnnotationHistory
AnnotationHistory:
16
Viewing and interacting with an annotation's history. Provides access to the historical changes and revisions made to annotations.
AnnotationReading
AnnotationReading:
1
Reading and inspecting annotations in a document. Enables users to fetch existing annotations without making modifications.
AnnotationUpdating
AnnotationUpdating:
4
Updating existing annotations in a document. Allows users to modify properties or contents of previously created annotations.
AutomatedTextProcessing
AutomatedTextProcessing:
64
Automated text processing capabilities. Enables the retrieval of text content within the document, including its position, bounding box, and glyph offsets.
DocumentMerging
DocumentMerging:
1024
Merging multiple PDF documents into a single file. Provides functionality to combine pages and content from separate documents.
FormFieldFilling
FormFieldFilling:
32
Filling form fields in a document. Enables users to fill out or edit form fields such as text boxes, checkboxes, and dropdowns.
PageAdding
PageAdding:
128
Adding blank pages to the document. Grants users the ability to insert new, empty pages at specific positions within the document.
PageDeleting
PageDeleting:
256
Deleting pages from the document. Allows users to remove existing pages from a document.
PageRotation
PageRotation:
512
Rotating pages within the document. Enables users to change the orientation of pages (e.g., 90°, 180° rotation).
Redaction
Redaction:
2048
Redacting sensitive information from the document. Allows users to permanently remove confidential content.