PDFReaderControls.NET Professional Type Reference

AnnotationsUsageRights Enumeration

Annotation-related usage rights.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum AnnotationsUsageRights

Members

Member Name Description Value
None None of the usage rights are enabled. 0
Unknown The usage rights are unknown (the rights are saved by an unknown version) 1
Create Permits to create annotations. 2
Delete Permits to delete annotations. 4
Modify Permits to modify annotations. 8
Copy Permits to copy annotations. 16
Import Permits to import annotations. 32
Export Permits to export annotations. 64
Online Permits online commenting. 128
SummaryView Permits a summery of the markup annotations. 256

Requirements

Namespace: TallComponents.PDF

Assembly: TallComponents.PDF.ReaderControls (in TallComponents.PDF.ReaderControls.dll)

See Also

TallComponents.PDF Namespace