Aspose::Page::Plugins::XpsConverterToPdfOptions class

XpsConverterToPdfOptions class

Represents XPS to PDF converter options for XpsConverter plugin.

class XpsConverterToPdfOptions : public Aspose::Page::Plugins::XpsConverterOptions

Methods

MethodDescription
get_OperationName() overrideReturns operation name.
get_PageNumbers() constGets/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