PdfDestination Constructor

Overload List

PdfDestination Creates an empty destination. The Page property must be set after object creation
PdfDestination(PdfPage) Creates a destination for the top left corner of the given PDF page
PdfDestination(PdfPage, PointF) Creates a destination for the given point in the given PDF page
PdfDestination(PdfPage, PointF, PdfDestinationViewMode) Creates a destination for the given point in the given PDF page having the given view mode

See Also