PageSizeOptions
PageSizeOptions class
Represents options that support page size
public sealed class PageSizeOptions : ValueObject
Constructors
Properties
| Name |
Description |
| PageHeight { get; set; } |
Page height in points to be applied before conversion. When set, PageSize is automatically changed to Custom. |
| PageSize { get; set; } |
Implements PageSize |
| PageWidth { get; set; } |
Page width in points to be applied before conversion. When set, PageSize is automatically changed to Custom. |
Methods
| Name |
Description |
| override Equals(object) |
Determines whether two object instances are equal. |
| virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
See Also