Document.CreateComment
Document.CreateComment method
Creates a Comment node given the specified string.
public Comment CreateComment(string data)
Parameter | Type | Description |
---|---|---|
data | String | The comment data. |
Return Value
The Comment
.
See Also
- class Comment
- class Document
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG