'Declaration Public Function New( _
ByVal documentParent document of this destination.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal pagePage of this destination.As PdfPage, _
ByVal locationThe destination location.As System.Drawing.PointF, _
ByVal zoomThe destination zoom.As Single _
)
public PdfDestinationXYZ(
Vintasoft.Imaging.Pdf.PdfDocument document,
PdfPage page,
System.Drawing.PointF location,
float zoom
)
Parameters
- document
- Parent document of this destination.
- page
- Page of this destination.
- location
- The destination location.
- zoom
- The destination zoom.