Aspose::Pdf::XslFoLoadOptions::XslFoLoadOptions constructor
XslFoLoadOptions::XslFoLoadOptions() constructor
Creates XslFoLoadOptions object without xsl data.
Aspose::Pdf::XslFoLoadOptions::XslFoLoadOptions()
See Also
- Class XslFoLoadOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XslFoLoadOptions::XslFoLoadOptions(System::SharedPtr<System::IO::Stream>) constructor
Creates XslFoLoadOptions object with xsl data.
Aspose::Pdf::XslFoLoadOptions::XslFoLoadOptions(System::SharedPtr<System::IO::Stream> xslStream)
| Parameter | Type | Description |
|---|---|---|
| xslStream | System::SharedPtr<System::IO::Stream> | Xsl stream to convert XSL-FO document into pdf document. |
See Also
- Typedef SharedPtr
- Class Stream
- Class XslFoLoadOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XslFoLoadOptions::XslFoLoadOptions(System::String) constructor
Creates XslFoLoadOptions object with xsl data.
Aspose::Pdf::XslFoLoadOptions::XslFoLoadOptions(System::String xslFile)
| Parameter | Type | Description |
|---|---|---|
| xslFile | System::String | Xsl file to convert XSL-FO document into pdf document. |
See Also
- Class String
- Class XslFoLoadOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++