SampleImageListSampleInformationCollectionItem Property

CVB.Net Documentation
Access one of the sample images.

Namespace:  Stemmer.Cvb.Manto
Assembly:  Stemmer.Cvb.Manto (in Stemmer.Cvb.Manto.dll) Version: 14.0.0.0
Syntax

public Image this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
index to be accessed

Return Value

Type: Image
image
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent list has already been disposed.
ArgumentOutOfRangeExceptionIf the index is invalid
See Also

Reference