The rendered PDF document left margin in points. 1 point is 1/72 inch. By default the left margin is 0.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public int LeftMargin { get; set; } |
| Visual Basic |
|---|
Public Property LeftMargin As Integer Get Set |
| Visual C++ |
|---|
public: property int LeftMargin { int get (); void set (int value); } |