PageOrientationType

PageOrientationType

Overview

PageOrientationType is a enum in Aspose.Cells for NET.

Description

PageOrientationType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like PageOrientationType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
DefaultUses the default page orientation from print settings
PortraitTaller-than-wide orientation (vertical layout)
LandscapeWider-than-tall orientation (horizontal layout)

See Also