Aspose::Pdf::XmlLoadOptions::XmlLoadOptions konstruktor

XmlLoadOptions::XmlLoadOptions() constructor

Skapar XmlLoadOptions objekt utan xsl-data.

Aspose::Pdf::XmlLoadOptions::XmlLoadOptions()

Se även

XmlLoadOptions::XmlLoadOptions(const System::SharedPtr<System::IO::Stream>&) constructor

Skapar XmlLoadOptions objekt med xsl-data.

Aspose::Pdf::XmlLoadOptions::XmlLoadOptions(const System::SharedPtr<System::IO::Stream> &xslStream)
ParameterTypBeskrivning
xslStreamconst System::SharedPtr<System::IO::Stream>&Xsl-ström för att konvertera xml-dokument till pdf-dokument.

Se även

XmlLoadOptions::XmlLoadOptions(const System::String&) constructor

Skapar XmlLoadOptions objekt med xsl-data.

Aspose::Pdf::XmlLoadOptions::XmlLoadOptions(const System::String &xslFile)
ParameterTypBeskrivning
xslFileconst System::String&Xsl-fil för att konvertera xml-dokument till pdf-dokument.

Se även