Click or drag to resize

XlsPageSetupBase PaperSizeEntry Class

This class contains size of the paper.
Inheritance Hierarchy
System Object
Spire.Xls.Core.Spreadsheet XlsPageSetupBase PaperSizeEntry

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public sealed class PaperSizeEntry

The XlsPageSetupBase PaperSizeEntry type exposes the following members.

Constructors
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Public field Height
Paper height in points.
Public field Width
Paper width in points.
Top
See Also