IsValid
Leave feedback
On this page
Checks whether specified stream is a valid WMF image
public static bool IsValid(Stream binaryContent)
| Parameter | Type | Description |
|---|---|---|
| binaryContent | Stream | Input byte stream. Cannot be NULL, should support reading and seeking. |
True if specified stream holds a valid WMF image, false otherwise
- class WmfImage
- namespace GroupDocs.Editor.HtmlCss.Resources.Images.Vector
- assembly GroupDocs.Editor
Checks whether specified base64-encoded string is a valid WMF image
public static bool IsValid(string contentInBase64)
| Parameter | Type | Description |
|---|---|---|
| contentInBase64 | String | Input string, where content of WMF image is stored in base64 encoding. Cannot be NULL or empty. |
True if specified string holds a valid WMF image, false otherwise
- class WmfImage
- 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.