Class InternalPdfDocument
java.lang.Object
com.ironsoftware.ironpdf.internal.staticapi.InternalPdfDocument
- All Implemented Interfaces:
Printable
,AutoCloseable
The type Internal pdf document. For users, please use
PdfDocument
instead.-
Field Summary
Fields inherited from interface java.awt.print.Printable
NO_SUCH_PAGE, PAGE_EXISTS
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
int
print
(Graphics graphics, PageFormat pageFormat, int pageIndex)
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
print
- Specified by:
print
in interfacePrintable
- Throws:
PrinterException
-