Interface IMargins
An Interface for configuring PDF rendering classes which support page margins.
Namespace: IronPdf.Rendering.Abstractions
Assembly: IronPdf.dll
Syntax
public interface IMargins
Properties
MarginBottom
Bottom page margin in millimeters.
Declaration
double MarginBottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginLeft
Left page margin in millimeters.
Declaration
double MarginLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginRight
Right page margin in millimeters.
Declaration
double MarginRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginTop
Top page margin in millimeters.
Declaration
double MarginTop { get; set; }
Property Value
Type | Description |
---|---|
System.Double |