DocumentBindXml Method (Stream, Stream)
Bind xml/xsl to document

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void BindXml(
	Stream xmlStream,
	Stream xslStream
)

Parameters

xmlStream
Type: System.IOStream
The xml stream.
xslStream
Type: System.IOStream
The xsl stream if XSLT is used.
See Also