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
)
Protected Function PicPretreatment (
xmlDoc As XmlDocument,
fireNodeName As String,
picPath As String,
nms As XmlNamespaceManager
) As XmlDocument
protected:
XmlDocument^ PicPretreatment(
XmlDocument^ xmlDoc,
String^ fireNodeName,
String^ picPath,
XmlNamespaceManager^ nms
)
member PicPretreatment :
xmlDoc : XmlDocument *
fireNodeName : string *
picPath : string *
nms : XmlNamespaceManager -> XmlDocument
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