Aspose::Page::Plugins::XpsConverterToPdfOptions class
XpsConverterToPdfOptions class
Represents XPS to PDF converter options for XpsConverter plugin.
class XpsConverterToPdfOptions : public Aspose::Page::Plugins::XpsConverterOptions
Methods
| Method | Description |
|---|---|
| get_OperationName() override | Returns operation name. |
| get_PageNumbers() const | Gets/sets the array of numbers of pages in XPS document to convert. If not set all pages will be converted. |
| set_PageNumbers(System::ArrayPtr<int32_t>) | Gets/sets the array of numbers of pages in XPS document to convert. If not set all pages will be converted. |
| XpsConverterToPdfOptions() | Initializes new instance of the XpsConverterToPdfOptions object with default options. |
See Also
- Class XpsConverterOptions
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++