Repetition Property

Summary

Gets or sets the repetition value.

Syntax
C#
VB
C++
public int Repetition { get; set; } 
  
Public Property Repetition As Integer 
public: 
property int Repetition { 
   int get(); 
   void set (    int ); 
} 

Property Value

This field specifies the number of times to repeat this particular set of instructions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly