ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSecurityData Class / EncryptMethod Field




In This Topic
    EncryptMethod Field
    In This Topic
    Method of encryption for filters to use. This field basically acts as read-only because the encryption method is set based on the Revision selected.
    Syntax
    'Declaration
     
    Public EncryptMethod As ImGearPDFStdSecurityMethod
    'Usage
     
    Dim instance As ImGearPDFSecurityData
    Dim value As ImGearPDFStdSecurityMethod
     
    value = instance.EncryptMethod
     
    instance.EncryptMethod = value
    public ImGearPDFStdSecurityMethod EncryptMethod
    public: ImGearPDFStdSecurityMethod EncryptMethod
    public:
    ImGearPDFStdSecurityMethod EncryptMethod

    Field Value

    ImGearPDFStdSecurityMethod enumeration value.
    See Also