Aspose::Words::Saving::PdfZoomBehavior enum

PdfZoomBehavior enum

Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer.

enum class PdfZoomBehavior

Values

NameValueDescription
None0How the document is displayed is left to the PDF viewer. Usually the viewer displays the document to fit page width.
ZoomFactor1Displays the page using the specified zoom factor.
FitPage2Displays the page so it visible entirely.
FitWidth3Fits the width of the page.
FitHeight4Fits the height of the page.
FitBox5Fits the bounding box (rectangle containing all visible elements on the page).

See Also