DocumentPrivilege
Overview
DocumentPrivilege is a class in Aspose.PDF FOSS for C++.
This class provides 34 methods for working with DocumentPrivilege objects in C++ programs.
Available methods include: AllowAll, AllowAssembly, AllowCopy, AllowDegradedPrinting, AllowFillIn, AllowModifyAnnotations, AllowModifyContents, AllowPrint, AllowScreenReaders, Assembly, ChangeAllowLevel, CompareTo, and 11 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
DocumentPrivilege() | Calls DocumentPrivilege on this DocumentPrivilege instance. |
AllowPrint() → bool | Calls AllowPrint on this DocumentPrivilege instance. |
AllowPrint(value: bool) | Calls AllowPrint(value) on this DocumentPrivilege instance. |
AllowDegradedPrinting() → bool | Calls AllowDegradedPrinting on this DocumentPrivilege instance. |
AllowDegradedPrinting(value: bool) | Calls AllowDegradedPrinting(value) on this DocumentPrivilege instance. |
AllowModifyContents() → bool | Calls AllowModifyContents on this DocumentPrivilege instance. |
AllowModifyContents(value: bool) | Calls AllowModifyContents(value) on this DocumentPrivilege instance. |
AllowCopy() → bool | Calls AllowCopy on this DocumentPrivilege instance. |
AllowCopy(value: bool) | Calls AllowCopy(value) on this DocumentPrivilege instance. |
AllowModifyAnnotations() → bool | Calls AllowModifyAnnotations on this DocumentPrivilege instance. |
AllowModifyAnnotations(value: bool) | Calls AllowModifyAnnotations(value) on this DocumentPrivilege instance. |
AllowFillIn() → bool | Calls AllowFillIn on this DocumentPrivilege instance. |
AllowFillIn(value: bool) | Calls AllowFillIn(value) on this DocumentPrivilege instance. |
AllowScreenReaders() → bool | Calls AllowScreenReaders on this DocumentPrivilege instance. |
AllowScreenReaders(value: bool) | Calls AllowScreenReaders(value) on this DocumentPrivilege instance. |
AllowAssembly() → bool | Calls AllowAssembly on this DocumentPrivilege instance. |
AllowAssembly(value: bool) | Calls AllowAssembly(value) on this DocumentPrivilege instance. |
PrintAllowLevel() → int | Calls PrintAllowLevel on this DocumentPrivilege instance. |
PrintAllowLevel(value: int) | Calls PrintAllowLevel(value) on this DocumentPrivilege instance. |
ChangeAllowLevel() → int | Calls ChangeAllowLevel on this DocumentPrivilege instance. |
ChangeAllowLevel(value: int) | Calls ChangeAllowLevel(value) on this DocumentPrivilege instance. |
CopyAllowLevel() → int | Calls CopyAllowLevel on this DocumentPrivilege instance. |
CopyAllowLevel(value: int) | Calls CopyAllowLevel(value) on this DocumentPrivilege instance. |
DegradedPrinting() → DocumentPrivilege | Calls DegradedPrinting on this DocumentPrivilege instance. |
Print() → DocumentPrivilege | Calls Print on this DocumentPrivilege instance. |
ModifyContents() → DocumentPrivilege | Calls ModifyContents on this DocumentPrivilege instance. |
Copy() → DocumentPrivilege | Calls Copy on this DocumentPrivilege instance. |
ModifyAnnotations() → DocumentPrivilege | Calls ModifyAnnotations on this DocumentPrivilege instance. |
FillIn() → DocumentPrivilege | Calls FillIn on this DocumentPrivilege instance. |
ScreenReaders() → DocumentPrivilege | Calls ScreenReaders on this DocumentPrivilege instance. |
Assembly() → DocumentPrivilege | Calls Assembly on this DocumentPrivilege instance. |
AllowAll() → DocumentPrivilege | Calls AllowAll on this DocumentPrivilege instance. |
ForbidAll() → DocumentPrivilege | Calls ForbidAll on this DocumentPrivilege instance. |
CompareTo(other: DocumentPrivilege) → int | Calls CompareTo(other) on this DocumentPrivilege instance. |