Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.ExternalStreams

TElPDFLegalContentAttestation     See also     


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


Specifies the number of external streams in the document.

Declaration

[C#]
    int ExternalStreams;

[VB.NET]
    Property ExternalStreams As Integer

[Pascal]
    property ExternalStreams : integer;

[C++]
    int32_t get_ExternalStreams();
    void set_ExternalStreams(int32_t Value);

[PHP]
    integer get_ExternalStreams()
    void set_ExternalStreams(integer $Value)

[Java]
    int getExternalStreams();
    void setExternalStreams(int Value);

Description

    Use this property to specify the number of external streams in the document.

See also:     ExternalRefXObjects     ExternalOPIDicts    

Discuss this help topic in SecureBlackbox Forum