|
Gets object type. More...
|
|
Flushes the object to the document. More...
|
void |
Flush (bool canBeInObjStm) |
|
Flushes the object to the document. More...
|
|
Gets the indirect reference associated with the object. More...
|
|
Checks if object is indirect. More...
|
virtual PdfObject |
MakeIndirect (PdfDocument document) |
|
Marks object to be saved as indirect. More...
|
|
Indicates is the object has been flushed or not. More...
|
|
Indicates is the object has been set as modified or not. More...
|
|
Creates clone of the object which belongs to the same document as original object. More...
|
virtual PdfObject |
CopyTo (PdfDocument document) |
|
Copies object to a specified document. More...
|
virtual PdfObject |
CopyTo (PdfDocument document, bool allowDuplicating) |
|
Copies object to a specified document. More...
|
|
Sets the 'modified' flag to the indirect object, the flag denotes that the object was modified since the document opening. More...
|
|
Checks if it's forbidden to release this PdfObject instance. More...
|
|
Checks if this PdfObject is of the type PdfNull . More...
|
|
Checks if this PdfObject is of the type PdfBoolean . More...
|
|
Checks if this PdfObject is of the type PdfNumber . More...
|
|
Checks if this PdfObject is of the type PdfString . More...
|
|
Checks if this PdfObject is of the type PdfName . More...
|
|
Checks if this PdfObject is of the type PdfArray . More...
|
|
Checks if this PdfObject is of the type PdfDictionary . More...
|
|
Checks if this PdfObject is of the type PdfStream . More...
|
|
Checks if this PdfObject is of the type PdfIndirectReference . More...
|
|
Checks if this PdfObject is of the type PdfLiteral . More...
|