Annotation-related usage rights.
Namespace:
TallComponents.PDFAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | None of the usage rights are enabled. | |
| Unknown | 1 | The usage rights are unknown (the rights are saved by an unknown version) | |
| Create | 2 | Permits to create annotations. | |
| Delete | 4 | Permits to delete annotations. | |
| Modify | 8 | Permits to modify annotations. | |
| Copy | 16 | Permits to copy annotations. | |
| Import | 32 | Permits to import annotations. | |
| Export | 64 | Permits to export annotations. | |
| Online | 128 | Permits online commenting. | |
| SummaryView | 256 | Permits a summery of the markup annotations. |