MarginsFSet Method (Single) |
Sets the specified margin for all sides.
Namespace:
Aspose.BarCode
Assembly:
Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntaxpublic void Set(
float margin
)
Public Sub Set (
margin As Single
)
public:
void Set(
float margin
)
member Set :
margin : float32 -> unit
Parameters
- margin
- Type: SystemSingle
The margin for all sides.
See Also