CreateDocumentType
Document.CreateDocumentType method
Crea un nodo DocumentType.
public DocumentType CreateDocumentType(string name, string publicId, string systemId,
string internalSubset)
Parametro | Tipo | Descrizione |
---|---|---|
name | String | Il nome del tipo di documento. |
publicId | String | L’Id. Pubblico |
systemId | String | L’id di sistema |
internalSubset | String | Il sottoinsieme interno. |
Valore di ritorno
IlDocumentType
.
Guarda anche
- class DocumentType
- class Document
- spazio dei nomi Aspose.Svg.Dom
- assemblea Aspose.SVG