ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSecurityData Class / Revision Property




In This Topic
    Revision Property (ImGearPDFSecurityData)
    In This Topic
    Indicates /R revision value. Setting this field defines what KeyLength and EncryptionMethod. REVISION_2 uses KeyLength = 16 and EncryptionMethod = RC4_V1. Open in Acrobat 5.0 and later. REVISION_3 uses KeyLength = 16 and EncryptionMethod = RC4_V1. Open in Acrobat 5.0 and later. REVISION_4 uses KeyLength = 16 and EncryptionMethod = AES_V1. Open in Acrobat 7.0 and later. REVISION_5 uses KeyLength = 32 and EncryptionMethod = AES_V2. Open in Acrobat 9.0 and later.
    Syntax
    'Declaration
     
    Public Property Revision As ImGearPDFRevision
    'Usage
     
    Dim instance As ImGearPDFSecurityData
    Dim value As ImGearPDFRevision
     
    instance.Revision = value
     
    value = instance.Revision
    public ImGearPDFRevision Revision {get; set;}
    public: __property ImGearPDFRevision get_Revision();
    public: __property void set_Revision( 
       ImGearPDFRevision value
    );
    public:
    property ImGearPDFRevision Revision {
       ImGearPDFRevision get();
       void set (    ImGearPDFRevision value);
    }

    Property Value

    ImGearPDFRevision enumeration value.
    See Also