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