Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.Opened

TElPDFDocument     See also     


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


This read-only property specifies if TElPDFDocument points to the opened object.

Declaration

[C#]
    bool Opened;

[VB.NET]
    Property Opened As Boolean

[Pascal]
    property Opened : boolean;

[C++]
    bool get_Opened();

[PHP]
    bool get_Opened()

[Java]
    boolean getOpened();

Description

    If this property value is True the document can be encrypted, signed.

See also:     Encrypted     Signed    

Discuss this help topic in SecureBlackbox Forum