MetaImageBase
Leave feedback
On this page
Base abstract class for WMF and EMF image formats
public abstract class MetaImageBase : VectorImageResourceBase
| Name | Description |
|---|---|
| AspectRatio { get; } | Returns aspect ratio of this vector image |
| abstract ByteContent { get; } | In implementing type should return a content of this vector image as byte stream |
| FilenameWithExtension { get; } | Returns correct filename of this vector image, which consists of name and extension. Theoretically can differ from the name. |
| IsDisposed { get; } | Determines whether this raster image is disposed (true) or not (false) |
| LinearDimensions { get; } | Returns linear dimensions of this vector image (width and height) |
| Name { get; } | Returns name of this vector image. Usually doesn’t contain filename extension and theoretically can differ from filename. |
| abstract TextContent { get; } | In implementing type should return a content of this vector image in text form: base64-encoded of XML regarding of image type |
| abstract Type { get; } | In implementing type should return information about type of the vector image |
| Name | Description |
|---|---|
| abstract Dispose() | In implementing type should dispose this instance |
| Equals(IHtmlResource) | Checks this instance with specified on reference equality. |
| abstract Save(string) | In implementing type should save this image to the disk by specified path |
| abstract SaveToPng(Stream) | In implementing type should save a current vector image to the raster PNG format into specified byte stream |
| abstract SaveToSvg(Stream) | In implementing WMF or EMF type should save a current vector meta-image to the vector SVG format to the specified byte stream |
| Name | Description |
|---|---|
| event Disposed | Event, which occurs when this raster image is disposed |
This abstract class is inherited by WmfImage and EmfImage
- class VectorImageResourceBase
- namespace GroupDocs.Editor.HtmlCss.Resources.Images.Vector
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.