Click or drag to resize

PdfDestinationViewType Enumeration

Document destination view type

Namespace:  RadPdf.Data.Document.Destinations
Assembly:  RadPdf (in RadPdf.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public enum PdfDestinationViewType
Members
  Member nameValueDescription
None-1 No destination type specified
ZoomTo0 Zoom to the specified left edge, top edge, and zoom level (XYZ)
FitAll1 Fit all of the page in view (Fit)
FitWidth2 Fit the page's horizontal width (FitH)
FitHeight3 Fit the page's vertical height (FitV)
FitRect4 Fit the rectangle bound by the left, top, right, and bottom edges (FitR)
FitMedia5 Fit all of the page's media box in view (FitB)
FitMediaWidth6 Fit the page's horizontal width of its media box in view (FitBH)
FitMediaHeight7 Fit the page's vertical height of its media box in view (FitBV)
See Also