UOFTranslator
OlePretreatment 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 OlePretreatment(
XmlDocument xmlDoc,
string fireNodeName,
string olePath,
XmlNamespaceManager nms
)
Protected Function OlePretreatment (
xmlDoc As XmlDocument,
fireNodeName As String,
olePath As String,
nms As XmlNamespaceManager
) As XmlDocument
protected:
XmlDocument^ OlePretreatment(
XmlDocument^ xmlDoc,
String^ fireNodeName,
String^ olePath,
XmlNamespaceManager^ nms
)
member OlePretreatment :
xmlDoc : XmlDocument *
fireNodeName : string *
olePath : string *
nms : XmlNamespaceManager -> XmlDocument
Parameters
-
xmlDoc
-
Type:
System.Xml
XmlDocument
input file stream
-
fireNodeName
-
Type:
System
String
first node
-
olePath
-
Type:
System
String
-
nms
-
Type:
System.Xml
XmlNamespaceManager
xml namespace manager
Return Value
Type:
XmlDocument
result stream
See Also