[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Writes the document to a file.
Source position: line 0
public procedure TvVectorialDocument.WriteToFile( |
AFileName: String; |
AFormat: TvVectorialFormat |
); overload; |
AFileName: String |
); overload; |
AFileName |
|
The full path to the destination file |
AFormat |
|
The destination file format |
AFileName |
|
The full path to the destination file |
Writes the document to a file. If the file doesn't exist, it will be created.
ReadFromFile |
WriteToStream |
WriteToStrings |