Saves to file.
| C# | Visual Basic | Visual C++ |
public void SaveToFile( string fileName, FILE_FORMAT fileFormat, int dpiX, int dpiY )
Public Sub SaveToFile ( _ fileName As String, _ fileFormat As FILE_FORMAT, _ dpiX As Integer, _ dpiY As Integer _ )
public: void SaveToFile( String^ fileName, FILE_FORMAT fileFormat, int dpiX, int dpiY )
- fileName (String)
- Name of the file.
- fileFormat (FILE_FORMAT)
- The file format.
- dpiX (Int32)
- The dpi X.
- dpiY (Int32)
- The dpi Y.