Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.ExternalRefXObjects

TElPDFLegalContentAttestation     See also     


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


Specifies the number of reference XObjects in the document.

Declaration

[C#]
    int ExternalRefXObjects;

[VB.NET]
    Property ExternalRefXObjects As Integer

[Pascal]
    property ExternalRefXObjects : integer;

[C++]
    int32_t get_ExternalRefXObjects();
    void set_ExternalRefXObjects(int32_t Value);

[PHP]
    integer get_ExternalRefXObjects()
    void set_ExternalRefXObjects(integer $Value)

[Java]
    int getExternalRefXObjects();
    void setExternalRefXObjects(int Value);

Description

    Use this property to specify the number of reference XObjects in the document.

See also:     ExternalStreams     ExternalOPIDicts    

Discuss this help topic in SecureBlackbox Forum