Aspose::Page::XPS::XpsMetadata::IntegerParameterInit class

IntegerParameterInit class

Base class for all integer parameter initializers.

class IntegerParameterInit : public Aspose::Page::XPS::XpsMetadata::ParameterInit

Methods

MethodDescription
virtual get_MaxValue()For integer- or decimal-valued parameters, defines the largest allowed value.
virtual get_MinValue()For integer- or decimal-valued parameters, defines the smallest allowed value.
virtual get_Multiple()For integer- or decimal-valued parameters, the value of the parameter should be a multiple of this number.
IntegerParameterInit(System::String, int32_t)Creates a new instance.

See Also