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; }
Public ReadOnly Property TotalImages As Integer
Get
Property Value
Type:
Int32Exceptions Exception | Condition |
---|
| Thrown if this method is invoked when TotalImagesKnown is false. |
Remarks See Also