←Select platform

Persist Property

Summary
Gets or sets the PERSIST value.

Syntax
C#
C++/CLI
Python
public byte Persist { get; set; } 
public: 
property byte Persist { 
   byte get(); 
   void set (    byte ); 
} 
Persist # get and set (InstructionSetParameter) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.