IPrintNumberOptionDetails.MinValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the minimum enumerated value of the print task option.
public:
property unsigned int MinValue { unsigned int get(); };
uint32_t MinValue();
public uint MinValue { get; }
var uInt32 = iPrintNumberOptionDetails.minValue;
Public ReadOnly Property MinValue As UInteger
Property Value
The minimum enumerated value of the print task option.