Click or drag to resize

PdfDestType Enumeration

PDF destinations may be associated with outline items, annotations, or actions. A destination defines a particular view of a document, consisting of the following items: • The page of the document to be displayed • The location of the document window on that page • The magnification (zoom) factor to use when displaying the page The following types of destinations are defined:

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public enum PdfDestType
Members
  Member nameValueDescription
Xyz0 Left, Top, Zoom specified.
Fit1 Fit the page.
FitH2 Fit to width, top specified.
FitV3 Fit to height, left specified.
FitR4 Fit to rectangle: left, bottom, right, top.
FitB5 Fit bounding box to page.
FitBh6 Fit bounding box to width, top specified.
FitBv7 Fit bounding box to height, left specified.
See Also