Initializes a new instance of the MarginsF 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 MarginsF( float left, float top, float right, float bottom )
Public Sub New ( left As Single, top As Single, right As Single, bottom As Single )
public: MarginsF( float left, float top, float right, float bottom )
new : left : float32 * top : float32 * right : float32 * bottom : float32 -> MarginsF