Discuss this help topic in SecureBlackbox Forum

TElPDFFileAttachment.Init

TElPDFFileAttachment     See also     


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


Loads attachment from the stream.

Declaration

[C#]
    void Init(System.IO.Stream Stream);

[VB.NET]
    Sub Init(ByVal Stream As System.IO.Stream)

[Pascal]
    procedure Init(Stream : TStream);

[C++]
    void Init(TStream &Stream);
    void Init(TStream *Stream);

[PHP]
    void Init(TStream $Stream)

[Java]
    void init(TElStream Stream);

Parameters

  • Stream - stream with attachment

Description

    Use this method to load attachment data from the stream.

See also:     Save    

Discuss this help topic in SecureBlackbox Forum