PostScript Class Documentation
classPostScriptNamespace:datalogics_interface
Detailed Description
A PostScript XObject is an XObject stream with the subtype entry of PostScript. The XObject contains a fragment of code expressed in the PostScript language.
PostScript External Objects are not recommended.
Uses types
Constructor & Destructor Documentation
PostScript
PostScript(PostScript &&)Parameters
~PostScript
~PostScript()Member Function Documentation
get_stream
std::unique_ptr< PDFStream >get_stream()Returns:
The PDFStream associated with this PostScript XObject.The PDFStream containing the PostScript code for this XObject.
operator=
PostScript &operator=(PostScript &&)