Click or drag to resize

UOFTranslator CustomXMPretreatment Method

pretreatment of custom xml data,OOXM to UOF

Namespace: Spire.Pdf.General.Paper.Uof
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected XmlDocument CustomXMPretreatment(
	XmlDocument xmlDoc,
	string firstNodeName,
	string customXMLPath,
	XmlNamespaceManager nms
)

Parameters

xmlDoc
Type: System.Xml XmlDocument
input file stream
firstNodeName
Type: System String
first node
customXMLPath
Type: System String
nms
Type: System.Xml XmlNamespaceManager
name space manager

Return Value

Type: XmlDocument
result stream
See Also