←Select platform

Invert Property

Summary

Indicates whether to invert the item's images.

Syntax
C#
C++/CLI
public virtual bool Invert { get; set; } 
public:  
   virtual property bool Invert 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to invert the items images; otherwise, false. Default value is false.

Remarks

Changing the value of this property will fire the PropertyChanged and TransformChanged events.

This is a display value and the image data will not be changed.

Note for the LEADTOOLS JavaScript library, that the viewer may call the HTML5 getImageData on a canvas. If the URL of the image is not in the same domain, a security error might occur. For more information, refer to getImageData.

For more information, refer to Image Viewer Appearance.

Requirements

Target Platforms

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

Leadtools.Controls Assembly

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