![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
dumpToPsAndPdfdumpToPsAndPdf — add an export capability into PS and PDF files (encapsulating bitmaps). |
DumpType* dumpToPS_init (); DumpType* dumpToPDF_init ();
This provides a write routine to export V_Sim views into bitmaps encapsulated into PS or PDF files. The PostScript file can be either in 256 colours or in full True Colour. For a vectorial export, see dumpToSVG.
DumpType* dumpToPS_init ();
This routine should not be used since it inialised the module and is already called when V_Sim is launched.
Returns : | a newly created dump object to create PS files. |
DumpType* dumpToPDF_init ();
This routine should not be used since it inialised the module and is already called when V_Sim is launched.
Returns : | a newly created dump object to create PDF files. |