←Select platform

IsImageModified Property

Summary

Indicates whether the raster image for this page has been replaced.

Syntax
C#
VB
C++
Java
public bool IsImageModified {get; set;} 
Public Property IsImageModified() As Boolean 
   Get 
   Set 
public:  
   property bool IsImageModified 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean isImageModified() 
public void setImageModified(boolean value) 

Property Value

true if the raster image for this page has been replaced; otherwise, false.

Remarks

GetImage and GetImage(resolution) are used to get a raster image representation of this page. All document types support this method and it will always return a value object.

SetImage is used to replace the raster image of the page. IsImageModified is used as a flag that indicates that the image of this page has been replaced by the user.

This value is saved and re-loaded when the owner LEADDocument uses the cache (LEADDocument.HasCache is true).

IsImageModified is not used by the framework in any special way, it is a flag that can used to check if the current image is not the same as the original.

For more information, refer to Loading Using LEADTOOLS Document Library.

Example

For an example, refer to SetImage.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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