Initializes a new instance of the Margins class
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public Margins( int left, int top, int right, int bottom )
Public Sub New ( left As Integer, top As Integer, right As Integer, bottom As Integer )
public: Margins( int left, int top, int right, int bottom )
new : left : int * top : int * right : int * bottom : int -> Margins