ImageGear22.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPicturizeDistributionSettings Structure : MaxRepeatCount Field |
'Declaration Public MaxRepeatCount As Integer
'Usage Dim instance As ImGearPicturizeDistributionSettings Dim value As Integer value = instance.MaxRepeatCount instance.MaxRepeatCount = value
public int MaxRepeatCount
public: int MaxRepeatCount
public: int MaxRepeatCount
If collection of cell images is large enough, so that number of cell images is greater than number of cells in the picturized image, set MaxRepeatCount to 1. If you donÒt have enough cell images, set MaxRepeatCount to a greater number to allow using the same cell image several times.
The default value is 1.