[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates a vectorial format
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 |
); |
Indicates a vectorial format