XslFoLoadOptions.XslFoLoadOptions

XslFoLoadOptions()

Creates XslFoLoadOptions object without xsl data.

public XslFoLoadOptions()

See Also


XslFoLoadOptions(string)

Creates XslFoLoadOptions object with xsl data.

public XslFoLoadOptions(string xslFile)
ParameterTypeDescription
xslFileStringXsl file to convert XSL-FO document into pdf document.

See Also


XslFoLoadOptions(Stream)

Creates XslFoLoadOptions object with xsl data.

public XslFoLoadOptions(Stream xslStream)
ParameterTypeDescription
xslStreamStreamXsl stream to convert XSL-FO document into pdf document.

See Also