Indicates whether the raster image for this page has been replaced.
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)
true if the raster image for this page has been replaced, otherwise; false.
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 to as 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 Document uses the cache (Document.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.
Refer to Loading Using LEADTOOLS Documents Library for more information.
For an example, refer to SetImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET