public final class InternalPdfDocument extends Object implements AutoCloseable, Printable
PdfDocument instead.| Modifier and Type | Field and Description |
|---|---|
String |
ownerPassword |
List<Signature> |
signatures |
String |
userPassword |
NO_SUCH_PAGE, PAGE_EXISTS| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<PageInfo> |
getPageInfoList(PageSelection pageSelection) |
List<Integer> |
getPageList(PageSelection pageSelection)
Gets page list.
|
int |
print(Graphics graphics,
PageFormat pageFormat,
int pageIndex) |
public void close()
close in interface AutoCloseablepublic int print(Graphics graphics, PageFormat pageFormat, int pageIndex) throws PrinterException
print in interface PrintablePrinterExceptionpublic List<Integer> getPageList(PageSelection pageSelection)
pageSelection - PageSelectionpublic List<PageInfo> getPageInfoList(PageSelection pageSelection)
Copyright © 2022–2024 Iron Software. All rights reserved.