Click or drag to resize

ImageSourceTotalImages Property

Returns the total number of available images in this ImageSource.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int TotalImages { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
Thrown if this method is invoked when TotalImagesKnown is false.
Remarks
Always check that TotalImagesKnown is true before accessing this property.
See Also