PdfZoomBehavior enumeration

PdfZoomBehavior enumeration

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

The PdfZoomBehavior type exposes the following members:

Fields

FieldDescription
NONEUses the PDF viewer’s default behavior.
ZOOM_FACTOROpens the document at a specific zoom percentage.
FIT_PAGEFits the entire page within the viewer window.
FIT_WIDTHFits the page width within the viewer window.
FIT_HEIGHTFits the page height within the viewer window.

See Also