PageSetupPaperSize Property |
Represents the size of the paper.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic PaperSizeType PaperSize { get; set; }
Public Property PaperSize As PaperSizeType
Get
Set
public:
property PaperSizeType PaperSize {
PaperSizeType get ();
void set (PaperSizeType value);
}
member PaperSize : PaperSizeType with get, set
Property Value
Type:
PaperSizeType
See Also