Destination

Haru PDF Destination Class.

Constructors

this
this(HPDF_Destination destination)
Undocumented in source.

Members

Functions

setFit
HPDF_STATUS setFit()

Sets the appearance of the page to displadescriptionying entire page within the window

setFitB
HPDF_STATUS setFitB()

Sets the appearance of the page to magnifying to fit the bounding box of the page within the window.

setFitBH
HPDF_STATUS setFitBH(float top)

Defines the appearance of a page to magnifying to fit the width of the bounding box of the page within the window and setting the top position of the page to the value of the "top" parameter.

setFitBV
HPDF_STATUS setFitBV(float left)

Defines the appearance of a page to magnifying to fit the height of the bounding box of the page within the window and setting the left position of the page to the value of the "left" parameter.

setFitH
HPDF_STATUS setFitH(float top)

Defines the appearance of a page to magnifying to fit the width of the page within the window and setting the top position of the page to the value of the "top" parameter.

setFitR
HPDF_STATUS setFitR(float left, float bottom, float right, float top)

Defines the appearance of a page to magnifying the page to fit a rectangle specified by left, bottom, right and top.

setFitV
HPDF_STATUS setFitV(float left)

Defines the appearance of a page to magnifying to fit the height of the page within the window and setting the left position of the page to the value of the "left" parameter.

setXYZ
HPDF_STATUS setXYZ(float left, float top, float zoom)

Defines the appearance of a page with three parameters which are left, top and zoom.

Properties

destinationHandle
HPDF_Destination destinationHandle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta