CmxImagePageWidthF Property |
Gets the object width, in inches.
Namespace: Aspose.Imaging.FileFormats.CmxAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override float WidthF { get; }
Public Overrides ReadOnly Property WidthF As Single
Get
public:
virtual property float WidthF {
float get () override;
}
abstract WidthF : float32 with get
override WidthF : float32 with get
Property Value
Type:
Single
The object width, in inches.
Implements
IObjectWithSizeFWidthFIObjectWithSizeFWidthF
See Also