Interface IMargins
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public interface IMargins
Properties
MarginBottom
Declaration
double MarginBottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginLeft
Declaration
double MarginLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginRight
Declaration
double MarginRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginTop
Declaration
double MarginTop { get; set; }
Property Value
Type | Description |
---|---|
System.Double |