Skip to content

Commit 1c209c8

Browse files
Update file(s) "/." from "groupdocs-editor/Groupdocs.Editor-References"
1 parent 13c7877 commit 1c209c8

File tree

2 files changed

+7
-3
lines changed
  • content/sites/groupdocs/editor/english/net/groupdocs.editor.htmlcss.resources.images.vector/metaimagebase

2 files changed

+7
-3
lines changed

content/sites/groupdocs/editor/english/net/groupdocs.editor.htmlcss.resources.images.vector/metaimagebase/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

content/sites/groupdocs/editor/english/net/groupdocs.editor.htmlcss.resources.images.vector/metaimagebase/savetosvg/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: SaveToSvg
33
second_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
55
type: docs
66
weight: 10
77
url: /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
1414
public abstract void SaveToSvg(Stream outputSvgContent)

0 commit comments

Comments
 (0)