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

TvVectorialFormat

Indicates a vectorial format

Declaration

Source position: fpvectorial.pas line 25

type TvVectorialFormat = (

  vfPDF,

  

Portable Document Format

  vfSVG,

  

SVG from W3C

  vfCorelDrawCDR,

  

CorelDraw CDR

  vfWindowsMetafileWMF,

  

Windows Metafile

  vfDXF,

  

Document eXchange Format from AutoCad

  vfPostScript,

  

PostScript

  vfEncapsulatedPostScript,

  

Encapsulated PostScript

  vfGCodeAvisoCNCPrototipoV5,

  

G-Code for a particular machine

  vfGCodeAvisoCNCPrototipoV6

  

G-Code for a particular machine

);

Description

Indicates a vectorial format


Documentation generated on: Oct 09 2011