Click or drag to resize

UOFTranslator PicPretreatment Method

pretreatment of picture

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 PicPretreatment(
	XmlDocument xmlDoc,
	string fireNodeName,
	string picPath,
	XmlNamespaceManager nms
)

Parameters

xmlDoc
Type: System.Xml XmlDocument
input file stream
fireNodeName
Type: System String
first node
picPath
Type: System String
picture location
nms
Type: System.Xml XmlNamespaceManager
xml namespace manager

Return Value

Type: XmlDocument
result stream
See Also