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: 5.6.11.14
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 methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodLandscape Set landscape page orientation
Public methodPortrait Set portrait page orientation
Public methodToString
(Inherited from Object)
Top
See Also