public class PDFObject
extends java.lang.Object
PDFObject
represents the base class of the PDF object.
It can be constructed by the following way.
Example:
PDFObject pdfObj = Dictionary.create(doc)
Dictionary
Modifier and Type | Method and Description |
---|---|
long |
getHandle()
Get the pdf object handle.
|
void |
release()
Release a PDF object created but not inserted into any PDF document or other PDF objects.
|
public long getHandle()
public void release() throws PDFException
PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException