TdxSmartImageCodecsRepository.Count Property
Returns the number of registered image codecs.
Declaration
class property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The maximum index that corresponds to a registered image codec accessible via the Items property is the Count property value minus one.
See Also