Aspose::Pdf::XmlLoadOptions class

XmlLoadOptions class

Represents options for loading/importing XML file into pdf document.

class XmlLoadOptions : public Aspose::Pdf::LoadOptions

Methods

MethodDescription
get_XslStream() constGets xsl data for converting xml into pdf document.
XmlLoadOptions()Creates XmlLoadOptions object without xsl data.
XmlLoadOptions(System::String)Creates XmlLoadOptions object with xsl data.
XmlLoadOptions(System::SharedPtr<System::IO::Stream>)Creates XmlLoadOptions object with xsl data.
virtual ~XmlLoadOptions()

See Also