UOFTranslator
GrpShPre Method
|
Xml document save to stream.
Namespace:
Spire.Pdf.General.Paper.Uof
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected void GrpShPre(
XmlDocument xdoc,
XmlNamespaceManager nm,
string prefix,
Stream resultFile
)
Protected Sub GrpShPre (
xdoc As XmlDocument,
nm As XmlNamespaceManager,
prefix As String,
resultFile As Stream
)
protected:
void GrpShPre(
XmlDocument^ xdoc,
XmlNamespaceManager^ nm,
String^ prefix,
Stream^ resultFile
)
member GrpShPre :
xdoc : XmlDocument *
nm : XmlNamespaceManager *
prefix : string *
resultFile : Stream -> unit
Parameters
-
xdoc
-
Type:
System.Xml
XmlDocument
-
nm
-
Type:
System.Xml
XmlNamespaceManager
-
prefix
-
Type:
System
String
-
resultFile
-
Type:
System.IO
Stream
See Also