Class PageSetupBaseImpl.PaperSizeEntry
This class contains size of the paper.
Inheritance
System.Object
PageSetupBaseImpl.PaperSizeEntry
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class PaperSizeEntry : Object
Constructors
PaperSizeEntry(Double, Double, MeasureUnits)
Initializes new instance of paper size entry.
Declaration
public PaperSizeEntry(double width, double height, MeasureUnits units)
Parameters
Type | Name | Description |
---|---|---|
System.Double | width | Paper width. |
System.Double | height | Paper height. |
MeasureUnits | units | Units in which width and height are set. |
Fields
Height
Paper height in points.
Declaration
public double Height
Field Value
Type |
---|
System.Double |
Width
Paper width in points.
Declaration
public double Width
Field Value
Type |
---|
System.Double |