[]
Represents the margin for the printed page.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PrintMargin : ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class PrintMargin
Implements ISerializeSupport
Name | Description |
---|---|
PrintMargin() | Creates a new PrintMargin object with margins set to zero. |
PrintMargin(int, int, int, int, int, int) | Creates a new PrintMargin object with the specified margins. |
Name | Description |
---|---|
Bottom | Gets or sets the bottom margin for the printed page. |
Footer | Gets or sets the footer margin for the printed page. |
Header | Gets or sets the header margin for the printed page. |
Left | Gets or sets the left margin for the printed page. |
Right | Gets or sets the right margin for the printed page. |
Top | Gets or sets the top margin for the printed page. |
Name | Description |
---|---|
ToString() | Always returns null. |