Aspose::Cells::Rendering::PdfZoomBehavior enum

PdfZoomBehavior enum

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

enum class PdfZoomBehavior

Values

NameValueDescription
None0
Uses the PDF viewer’s default behavior.
ZoomFactor1
Opens the document at a specific zoom percentage.
FitPage2
Fits the entire page within the viewer window.
FitWidth3
Fits the page width within the viewer window.
FitHeight4
Fits the page height within the viewer window.

See Also