VectorRasterizationOptionsBorderX Property |
Note: This API is now obsolete.
Gets or sets the border X.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax[ObsoleteAttribute("Please, use Margins property instead")]
public float BorderX { get; set; }
<ObsoleteAttribute("Please, use Margins property instead")>
Public Property BorderX As Single
Get
Set
public:
[ObsoleteAttribute(L"Please, use Margins property instead")]
property float BorderX {
float get ();
void set (float value);
}
[<ObsoleteAttribute("Please, use Margins property instead")>]
member BorderX : float32 with get, set
Property Value
Type:
Single
The border X.
See Also