Flutter Engine
The Flutter Engine
|
#include <SkPDFTypes.h>
Public Member Functions | |
SkPDFObject ()=default | |
virtual void | emitObject (SkWStream *stream) const =0 |
virtual | ~SkPDFObject ()=default |
A PDF Object is the base class for primitive elements in a PDF file. A common subtype is used to ease the use of indirect object references, which are common in the PDF format.
Definition at line 46 of file SkPDFTypes.h.
|
default |
|
virtualdefault |
|
pure virtual |
Subclasses must implement this method to print the object to the PDF file.
catalog | The object catalog to use. |
stream | The writable output stream to send the output to. |
Implemented in SkPDFArray, and SkPDFDict.