public class PdfExplicitRemoteGoToDestination extends PdfDestination
PdfExplicitDestination
class instead.Constructor and Description |
---|
PdfExplicitRemoteGoToDestination() |
PdfExplicitRemoteGoToDestination(PdfArray pdfObject) |
makeDestination
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfExplicitRemoteGoToDestination()
public PdfExplicitRemoteGoToDestination(PdfArray pdfObject)
public PdfObject getDestinationPage(IPdfNameTreeAccess names)
getDestinationPage
in class PdfDestination
public static PdfExplicitRemoteGoToDestination createXYZ(int pageNum, float left, float top, float zoom)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents
magnified by the factor zoom and positioned at the upper-left corner of the window.pageNum
- the destination pageleft
- the X coordinate of the left edge of the destination rectangletop
- the Y coordinate of the upper edge of the destination rectanglezoom
- zoom factorPdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFit(int pageNum)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents
magnified just enough to fit the entire page within the window both horizontally and vertically.pageNum
- the destination pagePdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitH(int pageNum, float top)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents
magnified just enough to fit the entire width of the page within the window.pageNum
- the destination pagetop
- the Y coordinate of the upper edge of the destination rectanglePdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitV(int pageNum, float left)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents
magnified just enough to fit the entire height of the page within the window.pageNum
- the destination pageleft
- the X coordinate of the left edge of the destination rectanglePdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitR(int pageNum, float left, float bottom, float right, float top)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents
magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top
entirely within the window both horizontally and vertically.pageNum
- the destination pageleft
- the X coordinate of the left edge of the destination rectanglebottom
- the Y coordinate of the lower edge of the destination rectangleright
- the X coordinate of the right edge of the destination rectangletop
- the Y coordinate of the upper edge of the destination rectanglePdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitB(int pageNum)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents
magnified just enough to fit its bounding box entirely within the window both horizontally and vertically.pageNum
- the destination pagePdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitBH(int pageNum, float top)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents
magnified just enough to fit the entire width of its bounding box within the window.pageNum
- the destination pagetop
- the Y coordinate of the upper edge of the destination rectanglePdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitBV(int pageNum, float left)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents
magnified just enough to fit the entire height of its bounding box within the window.pageNum
- the destination pageleft
- the X coordinate of the left edge of the destination rectanglePdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination create(int pageNum, PdfName type, float left, float bottom, float right, float top, float zoom)
PdfExplicitRemoteGoToDestination
associated with an object in another PDF document.pageNum
- the destination pagetype
- a PdfName
specifying one of the possible ways to define the area to be displayed.
See ISO 32000-1, section 12.3.2.2 "Explicit Destinations", Table 151 – Destination syntaxleft
- the X coordinate of the left edge of the destination rectanglebottom
- the Y coordinate of the lower edge of the destination rectangleright
- the X coordinate of the right edge of the destination rectangletop
- the Y coordinate of the upper edge of the destination rectanglezoom
- zoom factorPdfExplicitDestination
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapper
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfObject>
Copyright © 1998–2023 Apryse Group NV. All rights reserved.