|
| DECLARE_CLASS_ID (IDOMStandardPDFSecurityInfoClassID) |
virtual int32 | getHandlerRevision () const =0 |
| Retrieves the revision of the handler.
|
virtual EDLSysString | getUserPassword () const =0 |
| Retrieves the user access password.
|
virtual bool | encryptMetadata () const =0 |
| Returns true if document level metadata stream is to be encrypted meaningful only when algorithm code = 4.
|
virtual bool | isOwnerAccess () const =0 |
| Returns true if the owner password was used to open the PDF.
|
bool | isPrintingAllowed () const |
| Returns true if printing is allowed.
|
bool | isHighQualityPrintingAllowed () const |
| Returns true if high quality printing is allowed.
|
bool | isEditingAllowed () const |
| Returns true if modification of the contents by operations other than those specified by isAnnotationEditingAllowed(), isFillingFormsAllowed() and isDocumentAssemblyAllowed() is allowed.
|
bool | isCopyingAllowed () const |
| Returns true if copying of text and graphics from the document for operations other than those specified by isContentAccessibilityExtractionAllowed() is allowed.
|
bool | isAnnotationEditingAllowed () const |
| Returns true if editing of annotations and forms is allowed.
|
bool | isFillingFormsAllowed () const |
| Returns true if form-filling is allowed.
|
bool | isContentAccessibilityExtractionAllowed () const |
| Returns true if extracting for content accessibility is allowed.
|
bool | isDocumentAssemblyAllowed () const |
| Returns true if document assembly is allowed.
|
virtual uint32 | getPermissionFlags () const =0 |
| Retrieve the raw permissions flags according to the PDF 1.7 spec, table 3.2.0. These should be interpreted with regard to the handler revision, as some flags are not available for all security handler revisions.
|
virtual EDLSysString | getSecurityHandlerName () const =0 |
| Retrieves the name of the security handler.
|
virtual int32 | getAlgorithmCode () const =0 |
| Retrieves encryption algorithm code (0, 1, 2, 3, 4 or 5)
|
virtual int32 | getKeyLength () const =0 |
| Retrieves the length of the encryption key (rnagind from 40 to 256)
|
virtual const CClassID & | getClassID () const =0 |
| Returns class ID of IEDLObject.
|
virtual bool | init (CClassParams *pData) |
| The init() method is called to perform any post-construction initialization of an IEDLObject that has been created by the EDL class factory, before it is actually returned by the factory.
|
virtual bool | clone (IEDLObjectPtr &ptrObject, IEDLClassFactory *pFactory) |
| Create a copy of EDLObject.
|
virtual void | addRef () const =0 |
| Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
|
virtual bool | decRef () const =0 |
| Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to.
|
virtual int32 | getRefCount () const =0 |
| Retrieve the current reference count of the actual object pointed to.
|
Represents security information from PDF Standard encryption handler.