Margins
Leave feedback
On this page
Represents margin settings for each edge of an object.
public class Margins
| Name | Description |
|---|---|
| Margins() | Initializes a new instance of the Margins class. |
| Margins(MarginType, double, double, double, double) | Initializes a new instance of the Margins class with the specified type, location and size. |
| Name | Description |
|---|---|
| Bottom { get; set; } | Gets or sets the bottom margin. |
| Left { get; set; } | Gets or sets the left margin. |
| MarginType { get; set; } | Gets or sets margin type. Setting a new value to this property automatically returns all margins to their default values (zero). |
| Right { get; set; } | Gets or sets the right margin. |
| Top { get; set; } | Gets or sets the top margin. |
- namespace GroupDocs.Watermark.Watermarks
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.