[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

TvVectorialDocument.ReadFromStrings

Reads a vectorial document from a TStrings

Declaration

Source position: fpvectorial.pas line 297

public procedure TvVectorialDocument.ReadFromStrings(

  AStrings: TStrings;

  AFormat: TvVectorialFormat

);

Arguments

AStrings

  

The source TStrings instance

AFormat

  

The source file format

Description

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.

See also

WriteToStrings

ReadFromFile

ReadFromStream


Documentation generated on: Oct 09 2011