Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.DocumentVersion

TElPDFDocument     See also     


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


Specifies document version.

Declaration

[C#]
    int DocumentVersion;

[VB.NET]
    Property DocumentVersion As Integer

[Pascal]
    property DocumentVersion : integer;

[C++]
    int32_t get_DocumentVersion();
    void set_DocumentVersion(int32_t Value);

[PHP]
    integer get_DocumentVersion()
    void set_DocumentVersion(integer $Value)

[Java]
    int getDocumentVersion();
    void setDocumentVersion(int Version);

Parameters

  • Version -

Description

    Use this property to get or set document version, e.g. DocumentVersion=160 corresponds to PDF-1.6 version.
    Note, that this property value can not be modified in signed documents.

See also:     DocumentID    

Discuss this help topic in SecureBlackbox Forum