|
bool | get_AllowPrint () |
| Sets the permission which allow print or not. true is allow and false is forbidden. More...
|
|
void | set_AllowPrint (bool value) |
| Sets the permission which allow print or not. true is allow and false is forbidden. More...
|
|
bool | get_AllowDegradedPrinting () |
| Sets the permission which allow degraded printing or not. true is allow and false is forbidden. More...
|
|
void | set_AllowDegradedPrinting (bool value) |
| Sets the permission which allow degraded printing or not. true is allow and false is forbidden. More...
|
|
bool | get_AllowModifyContents () |
| Sets the permission which allow modify contents or not. true is allow and false is forbidden. More...
|
|
void | set_AllowModifyContents (bool value) |
| Sets the permission which allow modify contents or not. true is allow and false is forbidden. More...
|
|
bool | get_AllowCopy () |
| Sets the permission which allow copy or not. true is allow and false is forbidden. More...
|
|
void | set_AllowCopy (bool value) |
| Sets the permission which allow copy or not. true is allow and false is forbidden. More...
|
|
bool | get_AllowModifyAnnotations () |
| Sets the permission which allow modify annotations or not. true is allow and false is forbidden. More...
|
|
void | set_AllowModifyAnnotations (bool value) |
| Sets the permission which allow modify annotations or not. true is allow and false is forbidden. More...
|
|
bool | get_AllowFillIn () |
| Sets the permission which allow fill in forms or not. true is allow and false is forbidden. More...
|
|
void | set_AllowFillIn (bool value) |
| Sets the permission which allow fill in forms or not. true is allow and false is forbidden. More...
|
|
bool | get_AllowScreenReaders () |
| Sets the permission which allow screen readers or not. true is allow and false is forbidden. More...
|
|
void | set_AllowScreenReaders (bool value) |
| Sets the permission which allow screen readers or not. true is allow and false is forbidden. More...
|
|
bool | get_AllowAssembly () |
| Sets the permission which allow assembly or not. true is allow and false is forbidden. More...
|
|
void | set_AllowAssembly (bool value) |
| Sets the permission which allow assembly or not. true is allow and false is forbidden. More...
|
|
void | set_PrintAllowLevel (int32_t value) |
| Sets the print level of document's privilege. Just as the Adobe Professional's Printing Allowed settings. 0: None. 1: Low Resolution (150 dpi). 2: High Resolution. More...
|
|
void | set_ChangeAllowLevel (int32_t value) |
| Sets the change level of document's privilege. Just as the Adobe Professional's Changes Allowed settings. 0: None. 1: Inserting, Deleting and Rotating pages. 2: Filling in form fields and signing existing signature fields. 3: Commenting, filling in form fields, and signing existing signature fields. 4: Any except extracting pages. More...
|
|
void | set_CopyAllowLevel (int32_t value) |
| Sets the copy level of document's privilege. Just as the Adobe Professional's permission settings. 0: None. 1: Enable text access for screen reader devices for the visually impaired. 2: Enable copying of text, images and other content. More...
|
|
int32_t | CompareTo (System::SharedPtr< System::Object > obj) |
| Compares two DocumentPrivilege objects. - Parameters
-
obj | The object to compare with. |
- Returns
- A signed integer that indicates the relative values of this instance and value. Less than zero this instance is less than value. Zero this instance is equal to value. Greater than zero this instance is greater than value.
More...
|
|
virtual int | CompareTo (System::SharedPtr< System::Object > other)=0 |
|
ASPOSECPP_SHARED_API | Object () |
| Creates object. Initializes all internal data structures. More...
|
|
virtual ASPOSECPP_SHARED_API | ~Object () |
| Destroys object. Frees all internal data structures. More...
|
|
ASPOSECPP_SHARED_API | Object (Object const &x) |
| Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object & | operator= (Object const &x) |
| Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object * | SharedRefAdded () |
| Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | SharedRefRemovedSafe () |
| Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | RemovedSharedRefs (int count) |
| Decreases shared reference count by specified value. More...
|
|
Detail::SmartPtrCounter * | WeakRefAdded () |
| Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
void | WeakRefRemoved () |
| Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
Detail::SmartPtrCounter * | GetCounter () |
| Gets reference counter data structure associated with the object. More...
|
|
int | SharedCount () const |
| Gets current value of shared refernce counter. More...
|
|
ASPOSECPP_SHARED_API void | Lock () |
| Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
|
|
ASPOSECPP_SHARED_API void | Unlock () |
| Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
|
|
virtual ASPOSECPP_SHARED_API bool | Equals (ptr obj) |
| Compares objects using C# Object.Equals semantics. More...
|
|
virtual ASPOSECPP_SHARED_API int | GetHashCode () const |
| Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
|
|
virtual ASPOSECPP_SHARED_API String | ToString () const |
| Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
|
|
virtual ASPOSECPP_SHARED_API ptr | MemberwiseClone () const |
| Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
|
|
virtual ASPOSECPP_SHARED_API const TypeInfo & | GetType () const |
| Gets actual type of object. Analog of C# System.Object.GetType() call. More...
|
|
virtual ASPOSECPP_SHARED_API bool | Is (const TypeInfo &targetType) const |
| Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
|
|
virtual ASPOSECPP_SHARED_API void | SetTemplateWeakPtr (unsigned int argument) |
| Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
|
|
template<> |
bool | Equals (float const &objA, float const &objB) |
|
template<> |
bool | Equals (double const &objA, double const &objB) |
|
template<> |
bool | ReferenceEquals (String const &str, std::nullptr_t) |
|
template<> |
bool | ReferenceEquals (String const &str1, String const &str2) |
|
|
static System::SharedPtr< DocumentPrivilege > | get_DegradedPrinting () |
| Allows degraded printing. More...
|
|
static System::SharedPtr< DocumentPrivilege > | get_Print () |
| Allows printing file. More...
|
|
static System::SharedPtr< DocumentPrivilege > | get_ModifyContents () |
| Allows modifying file. More...
|
|
static System::SharedPtr< DocumentPrivilege > | get_Copy () |
| Allows copying file. More...
|
|
static System::SharedPtr< DocumentPrivilege > | get_ModifyAnnotations () |
| Allows modifying annotations of file. More...
|
|
static System::SharedPtr< DocumentPrivilege > | get_FillIn () |
| Allows filling forms in file. More...
|
|
static System::SharedPtr< DocumentPrivilege > | get_ScreenReaders () |
| Allows to reader on screen only. More...
|
|
static System::SharedPtr< DocumentPrivilege > | get_Assembly () |
| Allows assemblying file. More...
|
|
static System::SharedPtr< DocumentPrivilege > | get_AllowAll () |
| All allowed. More...
|
|
static System::SharedPtr< DocumentPrivilege > | get_ForbidAll () |
| All Forbidded. More...
|
|
static bool | ReferenceEquals (ptr const &objA, ptr const &objB) |
| Compares objects by reference. More...
|
|
template<typename T > |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, T const &objB) |
| Compares objects by reference. More...
|
|
template<typename T > |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, std::nullptr_t) |
| Reference-compares value type object with nullptr. More...
|
|
template<typename T1 , typename T2 > |
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
| Compares reference type objects in C# style. More...
|
|
template<typename T1 , typename T2 > |
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
| Compares value type objects in C# style. More...
|
|
static const TypeInfo & | Type () |
| Impleemnts C# typeof(System.Object) construct. More...
|
|
Represents the privileges for accessing Pdf file. Refer toPdfFileSecurity. There are 4 ways using this class: 1.Using predefined privilege directly. 2.Based on a predefined privilege and change some specifical permissions. 3.Based on a predefined privilege and change some specifical Adobe Professional permissions combination. 4.Mixes the way2 and way3.
privilege.AllowPrint = false;
privilege.AllowModifyContents = false;
privilege.ChangeAllowLevel = 1;
privilege.PrintAllowLevel = 2;
privilege.ChangeAllowLevel = 1;
privilege.AllowPrint = true;
'Way1: Using predefined privilege directly.
Dim privilege As DocumentPrivilege = DocumentPrivilege.Print
'Way2: Based on a predefined privilege and change some specifical permissions.
privilege.AllowPrint =
Falseprivilege.AllowModifyContents =
False'Way3: Based on a predefined privilege and change some specifical Adobe Professional permissions combination.
Dim privilege As DocumentPrivilege = DocumentPrivilege.ForbidAll
privilege.ChangeAllowLevel = 1
privilege.PrintAllowLevel = 2
'Way4: Mixes the way2 and way3
Dim privilege As DocumentPrivilege = DocumentPrivilege.ForbidAll
privilege.ChangeAllowLevel = 1
privilege.AllowPrint =
True