WmfImage.Width
WmfImage.Width property
Access the width of the image, indicating the number of pixels along its horizontal axis. Utilize this property to determine the image’s spatial dimensions and aspect ratio, enabling precise layout and rendering adjustments within your application.
public override int Width { get; }
Property Value
The image width.
Exceptions
exception | condition |
---|---|
NotImplementedException |
See Also
- class WmfImage
- namespace Aspose.Imaging.FileFormats.Wmf
- assembly Aspose.Imaging