PdfZoomBehavior Enum

PdfZoomBehavior Enum

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


type PdfZoomBehavior int32

Fields

FieldDescription
NoneUses the PDF viewer’s default behavior.
ZoomFactorOpens the document at a specific zoom percentage.
FitPageFits the entire page within the viewer window.
FitWidthFits the page width within the viewer window.
FitHeightFits the page height within the viewer window.