Discuss this help topic in SecureBlackbox Forum

TElPDFFile.Stream

TElPDFFile     See also     


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


This topic is under development…

Declaration

[C#]
    System.IO.Stream Stream;

[VB.NET]
    Property Stream As System.IO.Stream

[Pascal]
    property Stream : TStream;

[C++]
    TStream* get_Stream();
    void set_Stream(TStream &Value);
    void set_Stream(TStream *Value);

[PHP]
    TStream get_Stream()
    void set_Stream(TStream $Value)

[Java]
    TElStream getStream();
    void setStream(TElStream Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum