Document.CreateDocumentType
Document.CreateDocumentType method
Creates a DocumentType node.
public DocumentType CreateDocumentType(string name, string publicId, string systemId,
string internalSubset)
Parameter | Type | Description |
---|---|---|
name | String | The document type name. |
publicId | String | The public id. |
systemId | String | The system id. |
internalSubset | String | The internal subset. |
Return Value
The DocumentType
.
See Also
- class DocumentType
- class Document
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG