[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Reads a vectorial document from a TStrings
Source position: fpvectorial.pas line 297
public procedure TvVectorialDocument.ReadFromStrings( |
AStrings: TStrings; |
AFormat: TvVectorialFormat |
); |
AStrings |
|
The source TStrings instance |
AFormat |
|
The source file format |
Not all readers might support this. This should only be used for reading textual, human-readable, formats, for example: SVG, DXF, G-Code, PDF, PostScript, Encapsulated PostScript. Never use this routine to reading binary formats.
WriteToStrings |
ReadFromFile |
ReadFromStream |