Discuss this help topic in SecureBlackbox Forum

TElPDFFileAttachment.Save

TElPDFFileAttachment     See also     


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


Saves attachment to the stream.

Declaration

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

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

[Pascal]
    procedure Save(Stream : TStream);

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

[PHP]
    void Save(TStream $Stream)

[Java]
    void save(TElStream Stream);

Parameters

  • Stream - stream with attachment

Description

    Use this method to save attachment data to the stream.

See also:     Init    

Discuss this help topic in SecureBlackbox Forum