Annotation-related usage rights.

Namespace:  TallComponents.PDF
Assembly:  TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.43.0

Syntax

C#
[FlagsAttribute]
public enum AnnotationsUsageRights
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration AnnotationsUsageRights

Members

Member nameValueDescription
None0 None of the usage rights are enabled.
Unknown1 The usage rights are unknown (the rights are saved by an unknown version)
Create2 Permits to create annotations.
Delete4 Permits to delete annotations.
Modify8 Permits to modify annotations.
Copy16 Permits to copy annotations.
Import32 Permits to import annotations.
Export64 Permits to export annotations.
Online128 Permits online commenting.
SummaryView256 Permits a summery of the markup annotations.

See Also