Accusoft.PdfXpressSdk Namespace > Security Class : EncryptMethod Property |
'Declaration Public Property EncryptMethod As EncryptMethod
'Usage Dim instance As Security Dim value As EncryptMethod instance.EncryptMethod = value value = instance.EncryptMethod
public EncryptMethod EncryptMethod {get; set;}
public: __property EncryptMethod get_EncryptMethod(); public: __property void set_EncryptMethod( EncryptMethod value );
public: property EncryptMethod EncryptMethod { EncryptMethod get(); void set ( EncryptMethod value); }
Exception | Description |
---|---|
PdfXpressException | Security has been already been removed or editing Security is not permitted. |