Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.Signed

TElPDFDocument     See also     


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


This read-only property specifies if object contained in the TElPDFDocument is signed.

Declaration

[C#]
    bool Signed;

[VB.NET]
    Property Signed As Boolean

[Pascal]
    property Signed : boolean;

[C++]
    bool get_Signed();

[PHP]
    bool get_Signed()

[Java]
    boolean getSigned();

Description

    Use this property to find out if document is signed.

See also:     Encrypted     Opened    

Discuss this help topic in SecureBlackbox Forum