Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLPackage.Encryptable

TElOfficeOpenXMLPackage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if the document could be encrypted.

Declaration

[C#]
    bool Encryptable;

[VB.NET]
    Property Encryptable As Boolean

[Pascal]
    property Encryptable : Boolean;

[C++]
    bool get_Encryptable();

[PHP]
    bool get_Encryptable()

[Java]
    boolean getEncryptable();

Description

    Use this read-only property to check if the document could be encrypted.

See also:     Signable    

Discuss this help topic in SecureBlackbox Forum