PdfDestination Class

The destination of outlines, internal links and GoTo actions in the PDF document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfDestination
Inheritance
Object    PdfDestination

Constructors

PdfDestination(PdfPage) Creates a destination for the top left corner of the given PDF page
PdfDestination(PdfPage, PointFloat) Creates a destination for the given point in the given PDF page
PdfDestination(PdfPage, PointFloat, PdfDestinationViewMode) Creates a destination for the given point in the given PDF page having the given view mode

Properties

Page The target PDF page
Point The target point in the target page
ViewMode The view mode of the target page
Zoom The zoom percentage of the target page in a PDF viewer

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also