CFF2ImageWidth Property

Gets the image width.

Namespace:  Aspose.CAD.FileFormats.CFF2
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public override int Width { get; }

Property Value

Type: Int32
The image width.

Implements

IObjectWithBoundsWidth
See Also