←Select platform

Persist Property

Summary

Gets or sets the PERSIST value.

Syntax

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

Property Value

Possible values are 0 or 1. A value of 1 indicates true: the current compositing layer will persist.

Remarks

This field specifies which of two actions will be taken before the execution of the next instruction:

  1. The samples rendered to the display as a result of the execution of the current instruction will persist on the display background
  2. The display background will be reset to its last previous state before the execution of the current instruction.
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