Aspose::Page::XPS::XpsMetadata::StringParameterInit class

StringParameterInit class

Base class for all string parameter initializers.

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

Methods

MethodDescription
virtual get_MaxLength()For string values, defines the longest allowed string.
virtual get_MinLength()For string values, defines the shortest allowed string.
StringParameterInit(System::String, System::String)Creates a new instance.

See Also