Click or drag to resize

ExcelToPdfCPageStyleCPageOrientation Class

Allows to set page orientation for an output document. Not used if page size set as "Auto".
Inheritance Hierarchy
SystemObject
  SautinSoftExcelToPdfCPageStyleCPageOrientation

Namespace: SautinSoft
Assembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2023.11.22
Syntax
public class CPageOrientation

The ExcelToPdfCPageStyleCPageOrientation type exposes the following members.

Constructors
 NameDescription
Public methodExcelToPdfCPageStyleCPageOrientation Creates a new instance of ExcelToPdfCPageStyleCPageOrientation class. Default value: Auto.
Top
Methods
 NameDescription
Public methodAuto Set the orientation of the document content. This is the default option.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLandscape Set landscape page orientation
Public methodPortrait Set portrait page orientation
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also