Enum PdfZoomBehavior

PdfZoomBehavior enumeration

Specifies the initial view mode when the generated PDF document is opened.

public enum PdfZoomBehavior

Values

NameValueDescription
None0Uses the PDF viewer’s default behavior.
ZoomFactor1Opens the document at a specific zoom percentage.
FitPage2Fits the entire page within the viewer window.
FitWidth3Fits the page width within the viewer window.
FitHeight4Fits the page height within the viewer window.

See Also