Click or drag to resize
Pdf Library for .NET

PdfDestination Class

Represents a destination in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfDestination

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class PdfDestination

The PdfDestination type exposes the following members.

Constructors
 NameDescription
Public methodPdfDestination(PdfPage) Constructs a pdf destination to the specified pdf page.
Public methodPdfDestination(PdfPage, PointF) Constructs a pdf destination to the specified location in the specified page.
Public methodPdfDestination(PdfPage, PointF, PdfDestinationFitMode) Constructs a destination to the specified location in the specified page and with the specified fit mode in the destination page.
Top
Properties
 NameDescription
Public propertyFitMode Gets or sets the auto-fit mode in the destination page.
Public propertyLocation Gets or sets the location point in the destination page.
Public propertyPage Gets or sets the destination page.
Public propertyZoomFactor Gets or sets the zoom factor of the destination page when viewed in a pdf viewer.
Top
Remarks
The pdf destination is used by links, bookmarks or open actions to jump at a specified position in the pdf document.
See Also