Click or drag to resize

ImageSourceTotalImagesKnown Property

Gets a value indicating whether or not the total number of images in this image source can be known.

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

Property Value

Type: Boolean
True if the total number of images can be known, false otherwise.
Remarks
Always check this property before accessing the TotalImages property.
See Also