XmlLoadOptions.XmlLoadOptions

XmlLoadOptions()

Creates XmlLoadOptions object without xsl data.

public XmlLoadOptions()

See Also


XmlLoadOptions(string)

Creates XmlLoadOptions object with xsl data.

public XmlLoadOptions(string xslFile)
ParameterTypeDescription
xslFileStringXsl file to convert xml document into pdf document.

See Also


XmlLoadOptions(Stream)

Creates XmlLoadOptions object with xsl data.

public XmlLoadOptions(Stream xslStream)
ParameterTypeDescription
xslStreamStreamXsl stream to convert xml document into pdf document.

See Also