PageSetupPaperHeight Property |
Gets the height of the paper in unit of inches , considered page orientation.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic double PaperHeight { get; }
Public ReadOnly Property PaperHeight As Double
Get
public:
property double PaperHeight {
double get ();
}
member PaperHeight : float with get
Property Value
Type:
Double
See Also