UOFTranslator
GetXPathDoc Method
|
Gets the Xpath of document.
Namespace:
Spire.Pdf.General.Paper.Uof
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static XPathDocument GetXPathDoc(
string xslname,
string location
)
Public Shared Function GetXPathDoc (
xslname As String,
location As String
) As XPathDocument
public:
static XPathDocument^ GetXPathDoc(
String^ xslname,
String^ location
)
static member GetXPathDoc :
xslname : string *
location : string -> XPathDocument
Parameters
-
xslname
-
Type:
System
String
-
location
-
Type:
System
String
Return Value
Type:
XPathDocument
See Also