Discuss this help topic in SecureBlackbox Forum

TElPGPJpegImage.SaveToFile

TElPGPJpegImage     See also     


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


Saves image to the file.

Declaration

[C#]
    void SaveToFile(string FileName);

[VB.NET]
    Sub SaveToFile(ByVal FileName As String)

[Pascal]
    procedure SaveToFile(const Filename: string);

[C++]
    void SaveToFile(const std::string &FileName);

[PHP]
    void SaveToFile(string $FileName)

[Java]
    void saveToFile(String FileName);

Parameters

  • File - file to which the image must be saved.
  • FileName - ...

Description

    Use this method when you want to save image to file.

See also:     LoadFromFile     SaveToStream    

Discuss this help topic in SecureBlackbox Forum