XmlLoadOptions

XmlLoadOptions()

CréeXmlLoadOptions objet sans données xsl.

public XmlLoadOptions()

Voir également


XmlLoadOptions(string)

CréeXmlLoadOptions objet avec données xsl.

public XmlLoadOptions(string xslFile)
ParamètreTaperLa description
xslFileStringFichier xsl pour convertir un document xml en document pdf.

Voir également


XmlLoadOptions(Stream)

CréeXmlLoadOptions objet avec données xsl.

public XmlLoadOptions(Stream xslStream)
ParamètreTaperLa description
xslStreamStreamFlux Xsl pour convertir un document xml en document pdf.

Voir également