MarginsF Constructor (Single, Single, Single, Single)
|
Initializes a new instance of the
MarginsF
class
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Parameters
-
left
-
Type:
System
Single
-
top
-
Type:
System
Single
-
right
-
Type:
System
Single
-
bottom
-
Type:
System
Single
See Also