Aspose::Page::XPS::XpsMetadata::DocumentNUp::AddPagesPerSheetOption method

DocumentNUp::AddPagesPerSheetOption method

Adds and option with a PagesPerSheet scored property value. Specifies the number of logical pages per physical sheet.

System::SharedPtr<DocumentNUp> Aspose::Page::XPS::XpsMetadata::DocumentNUp::AddPagesPerSheetOption(int32_t value)
ParameterTypeDescription
valueint32_tA scored property value. Supported set can be any set of integers E.g. {1,2,4,6,8,9,16}.

ReturnValue

This feature instance.

See Also