PageMarginOptions
PageMarginOptions class
Represents options that support page margins
public class PageMarginOptions : ValueObject
Constructors
Properties
| Name |
Description |
| Bottom { get; set; } |
Desired page bottom margin in points. |
| Left { get; set; } |
Desired page left margin in points. |
| Right { get; set; } |
Desired page right margin in points. |
| Top { get; set; } |
Desired page top margin in points. |
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