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