ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPicturizeDistributionSettings Structure / MaxRepeatCount Field




In This Topic
    MaxRepeatCount Field
    In This Topic
    Specifies how many times a specific tile image may be used in the picturized image.
    Syntax
    '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

    Field Value

    Any positive integer value.
    Remarks
    This field specifies how many times a specific tile image may be used in the picturized image.

    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.

    See Also