Loop Property

Summary

Gets or sets the Looping count.

Syntax
C#
VB
C++
public byte Loop { get; set; } 
  
Public Property Loop As Byte 
public: 
property byte Loop { 
   byte get(); 
   void set (    byte ); 
} 

Property Value

Looping count.

Remarks

Specifies the number of times to fully execute the display instructions. A value of 255 indicates that the reader should repeat the entire set of instructions indefinitely.

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