←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly