Aspose::Pdf::Facades::DocumentPrivilege Class Referencefinal

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. More...

#include "DocumentPrivilege.h"

Inherits System::IComparable< System::SharedPtr< System::Object > >.

Public Member Functions

ASPOSE_PDF_SHARED_API bool get_AllowPrint ()
 Sets the permission which allow print or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API void set_AllowPrint (bool value)
 Sets the permission which allow print or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API bool get_AllowDegradedPrinting ()
 Sets the permission which allow degraded printing or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API void set_AllowDegradedPrinting (bool value)
 Sets the permission which allow degraded printing or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API bool get_AllowModifyContents ()
 Sets the permission which allow modify contents or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API void set_AllowModifyContents (bool value)
 Sets the permission which allow modify contents or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API bool get_AllowCopy ()
 Sets the permission which allow copy or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API void set_AllowCopy (bool value)
 Sets the permission which allow copy or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API bool get_AllowModifyAnnotations ()
 Sets the permission which allow modify annotations or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API void set_AllowModifyAnnotations (bool value)
 Sets the permission which allow modify annotations or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API bool get_AllowFillIn ()
 Sets the permission which allow fill in forms or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API void set_AllowFillIn (bool value)
 Sets the permission which allow fill in forms or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API bool get_AllowScreenReaders ()
 Sets the permission which allow screen readers or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API void set_AllowScreenReaders (bool value)
 Sets the permission which allow screen readers or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API bool get_AllowAssembly ()
 Sets the permission which allow assembly or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API void set_AllowAssembly (bool value)
 Sets the permission which allow assembly or not. true is allow and false is forbidden. More...
 
ASPOSE_PDF_SHARED_API 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...
 
ASPOSE_PDF_SHARED_API 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...
 
ASPOSE_PDF_SHARED_API 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...
 
ASPOSE_PDF_SHARED_API int32_t CompareTo (System::SharedPtr< System::Object > obj) override
 Compares two DocumentPrivilege objects.
Parameters
objThe 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...
 
- Public Member Functions inherited from System::IComparable< System::SharedPtr< System::Object > >
virtual int CompareTo (System::SharedPtr< System::Object > other)=0
 Compares the current object with the specified object. More...
 
- Public Member Functions inherited from System::Object
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...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 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 reference 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 int32_t 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 TypeInfoGetType () 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 (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual ASPOSECPP_SHARED_API bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool Equals (double const &objA, double const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 Specialization of Object::ReferenceEquals for case of string and nullptr. More...
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 Specialization of Object::ReferenceEquals for case of strings. More...
 

Static Public Member Functions

static ASPOSE_PDF_SHARED_API System::SharedPtr< DocumentPrivilegeget_DegradedPrinting ()
 Allows degraded printing. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< DocumentPrivilegeget_Print ()
 Allows printing file. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< DocumentPrivilegeget_ModifyContents ()
 Allows modifying file. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< DocumentPrivilegeget_Copy ()
 Allows copying file. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< DocumentPrivilegeget_ModifyAnnotations ()
 Allows modifying annotations of file. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< DocumentPrivilegeget_FillIn ()
 Allows filling forms in file. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< DocumentPrivilegeget_ScreenReaders ()
 Allows to reader on screen only. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< DocumentPrivilegeget_Assembly ()
 Allows assemblying file. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< DocumentPrivilegeget_AllowAll ()
 All allowed. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< DocumentPrivilegeget_ForbidAll ()
 All Forbidded. More...
 
- Static Public Member Functions inherited from System::Object
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 TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 

Protected Member Functions

int32_t get_Value ()
 
 DocumentPrivilege (int32_t value)
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (DocumentPrivilege, CODEPORTING_ARGS(int32_t value))
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DocumentPrivilege()

Aspose::Pdf::Facades::DocumentPrivilege::DocumentPrivilege ( int32_t  value)
protected

Member Function Documentation

◆ CompareTo()

ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Facades::DocumentPrivilege::CompareTo ( System::SharedPtr< System::Object obj)
override

Compares two DocumentPrivilege objects.

Parameters
objThe 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.

◆ get_AllowAll()

static ASPOSE_PDF_SHARED_API System::SharedPtr<DocumentPrivilege> Aspose::Pdf::Facades::DocumentPrivilege::get_AllowAll ( )
static

All allowed.

◆ get_AllowAssembly()

ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Facades::DocumentPrivilege::get_AllowAssembly ( )

Sets the permission which allow assembly or not. true is allow and false is forbidden.

◆ get_AllowCopy()

ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Facades::DocumentPrivilege::get_AllowCopy ( )

Sets the permission which allow copy or not. true is allow and false is forbidden.

◆ get_AllowDegradedPrinting()

ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Facades::DocumentPrivilege::get_AllowDegradedPrinting ( )

Sets the permission which allow degraded printing or not. true is allow and false is forbidden.

◆ get_AllowFillIn()

ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Facades::DocumentPrivilege::get_AllowFillIn ( )

Sets the permission which allow fill in forms or not. true is allow and false is forbidden.

◆ get_AllowModifyAnnotations()

ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Facades::DocumentPrivilege::get_AllowModifyAnnotations ( )

Sets the permission which allow modify annotations or not. true is allow and false is forbidden.

◆ get_AllowModifyContents()

ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Facades::DocumentPrivilege::get_AllowModifyContents ( )

Sets the permission which allow modify contents or not. true is allow and false is forbidden.

◆ get_AllowPrint()

ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Facades::DocumentPrivilege::get_AllowPrint ( )

Sets the permission which allow print or not. true is allow and false is forbidden.

◆ get_AllowScreenReaders()

ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Facades::DocumentPrivilege::get_AllowScreenReaders ( )

Sets the permission which allow screen readers or not. true is allow and false is forbidden.

◆ get_Assembly()

static ASPOSE_PDF_SHARED_API System::SharedPtr<DocumentPrivilege> Aspose::Pdf::Facades::DocumentPrivilege::get_Assembly ( )
static

Allows assemblying file.

◆ get_Copy()

static ASPOSE_PDF_SHARED_API System::SharedPtr<DocumentPrivilege> Aspose::Pdf::Facades::DocumentPrivilege::get_Copy ( )
static

Allows copying file.

◆ get_DegradedPrinting()

static ASPOSE_PDF_SHARED_API System::SharedPtr<DocumentPrivilege> Aspose::Pdf::Facades::DocumentPrivilege::get_DegradedPrinting ( )
static

Allows degraded printing.

◆ get_FillIn()

static ASPOSE_PDF_SHARED_API System::SharedPtr<DocumentPrivilege> Aspose::Pdf::Facades::DocumentPrivilege::get_FillIn ( )
static

Allows filling forms in file.

◆ get_ForbidAll()

static ASPOSE_PDF_SHARED_API System::SharedPtr<DocumentPrivilege> Aspose::Pdf::Facades::DocumentPrivilege::get_ForbidAll ( )
static

All Forbidded.

◆ get_ModifyAnnotations()

static ASPOSE_PDF_SHARED_API System::SharedPtr<DocumentPrivilege> Aspose::Pdf::Facades::DocumentPrivilege::get_ModifyAnnotations ( )
static

Allows modifying annotations of file.

◆ get_ModifyContents()

static ASPOSE_PDF_SHARED_API System::SharedPtr<DocumentPrivilege> Aspose::Pdf::Facades::DocumentPrivilege::get_ModifyContents ( )
static

Allows modifying file.

◆ get_Print()

static ASPOSE_PDF_SHARED_API System::SharedPtr<DocumentPrivilege> Aspose::Pdf::Facades::DocumentPrivilege::get_Print ( )
static

Allows printing file.

◆ get_ScreenReaders()

static ASPOSE_PDF_SHARED_API System::SharedPtr<DocumentPrivilege> Aspose::Pdf::Facades::DocumentPrivilege::get_ScreenReaders ( )
static

Allows to reader on screen only.

◆ get_Value()

int32_t Aspose::Pdf::Facades::DocumentPrivilege::get_Value ( )
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION()

Aspose::Pdf::Facades::DocumentPrivilege::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( DocumentPrivilege  ,
CODEPORTING_ARGS(int32_t value)   
)
protected

◆ set_AllowAssembly()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::set_AllowAssembly ( bool  value)

Sets the permission which allow assembly or not. true is allow and false is forbidden.

◆ set_AllowCopy()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::set_AllowCopy ( bool  value)

Sets the permission which allow copy or not. true is allow and false is forbidden.

◆ set_AllowDegradedPrinting()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::set_AllowDegradedPrinting ( bool  value)

Sets the permission which allow degraded printing or not. true is allow and false is forbidden.

◆ set_AllowFillIn()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::set_AllowFillIn ( bool  value)

Sets the permission which allow fill in forms or not. true is allow and false is forbidden.

◆ set_AllowModifyAnnotations()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::set_AllowModifyAnnotations ( bool  value)

Sets the permission which allow modify annotations or not. true is allow and false is forbidden.

◆ set_AllowModifyContents()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::set_AllowModifyContents ( bool  value)

Sets the permission which allow modify contents or not. true is allow and false is forbidden.

◆ set_AllowPrint()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::set_AllowPrint ( bool  value)

Sets the permission which allow print or not. true is allow and false is forbidden.

◆ set_AllowScreenReaders()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::set_AllowScreenReaders ( bool  value)

Sets the permission which allow screen readers or not. true is allow and false is forbidden.

◆ set_ChangeAllowLevel()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::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.

◆ set_CopyAllowLevel()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::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.

◆ set_PrintAllowLevel()

ASPOSE_PDF_SHARED_API void Aspose::Pdf::Facades::DocumentPrivilege::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.