Margins
Margins()
Initializes a new instance of the Margins
class.
public Margins()
See Also
- class Margins
- namespace GroupDocs.Watermark.Watermarks
- assembly GroupDocs.Watermark
Margins(MarginType, double, double, double, double)
Initializes a new instance of the Margins
class with the specified type, location and size.
public Margins(MarginType marginType, double left, double right, double top, double bottom)
Parameter | Type | Description |
---|---|---|
marginType | MarginType | The margin type. Specifies how margin values should be interpreted. |
left | Double | The left margin value. |
right | Double | The right margin value. |
top | Double | The top margin value. |
bottom | Double | The bottom margin value. |
See Also
- enum MarginType
- class Margins
- namespace GroupDocs.Watermark.Watermarks
- assembly GroupDocs.Watermark