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