Table of Contents

Enum PdfDestViewMode

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the view mode for a destination in a PDF document.

public enum PdfDestViewMode

Fields

Fit = 2
FitB = 6
FitBH = 7
FitBV = 8
FitH = 3
FitR = 5
FitV = 4
Unknown = 0
XYZ = 1

Remarks

This enumeration defines the various ways a PDF viewer can display a specific destination within a document. Each value corresponds to a predefined view mode, such as zooming to a specific location, fitting the page to the viewer’s width or height, or displaying a specific rectangle.