File tree Expand file tree Collapse file tree
english/net/groupdocs.editor.htmlcss.resources.images.vector/metaimagebase Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,14 +35,18 @@ public abstract class MetaImageBase : VectorImageResourceBase
3535| [Equals ](.. / .. / groupdocs .editor .htmlcss .resources .images .vector / vectorimageresourcebase / equals )(IHtmlResource ) | Checks this instance with specified on reference equality . |
3636| abstract [Save ](.. / .. / groupdocs .editor .htmlcss .resources .images .vector / vectorimageresourcebase / save )(string ) | In implementing type should save this image to the disk by specified path |
3737| abstract [SaveToPng ](.. / .. / groupdocs .editor .htmlcss .resources .images .vector / vectorimageresourcebase / savetopng )(Stream ) | In implementing type should save a current vector image to the raster PNG format into specified byte stream |
38- | abstract [SaveToSvg ](.. / .. / groupdocs .editor .htmlcss .resources .images .vector / metaimagebase / savetosvg )(Stream ) | In implementing type should save a current vector meta - image to the vector SVG format into specified byte stream |
38+ | abstract [SaveToSvg ](.. / .. / groupdocs .editor .htmlcss .resources .images .vector / metaimagebase / 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 |
3939
4040## Events
4141
4242| Name | Description |
4343| -- - | -- - |
4444| event [Disposed ](.. / .. / groupdocs .editor .htmlcss .resources .images .vector / vectorimageresourcebase / disposed ) | Event , which occurs when this raster image is disposed |
4545
46+ ### Remarks
47+
48+ This abstract class is inherited by [`WmfImage `](.. / wmfimage ) and [`EmfImage `](.. / emfimage )
49+
4650### See Also
4751
4852* class [VectorImageResourceBase ](.. / vectorimageresourcebase )
Original file line number Diff line number Diff line change 11---
22title : SaveToSvg
33second_title : GroupDocs.Editor for .NET API Reference
4- description : In implementing type should save a current vector metaimage to the vector SVG format into specified byte stream
4+ description : In implementing WMF or EMF type should save a current vector metaimage to the vector SVG format to the specified byte stream
55type : docs
66weight : 10
77url : /net/groupdocs.editor.htmlcss.resources.images.vector/metaimagebase/savetosvg/
88---
99## MetaImageBase.SaveToSvg method
1010
11- In implementing type should save a current vector meta-image to the vector SVG format into specified byte stream
11+ In implementing WMF or EMF type should save a current vector meta-image to the vector SVG format to the specified byte stream
1212
1313``` csharp
1414public abstract void SaveToSvg (Stream outputSvgContent )
You can’t perform that action at this time.
0 commit comments