←Select platform

IsTextModified Property

Summary

Gets a value that indicates whether the text content for this page has been replaced.

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

Property Value

true if the text content for this page has been replaced; otherwise, false.

Remarks

GetText is used to parse the text content of a page. All document types support this method and internally will use the LEADTOOLS SVG or OCR engines to obtain the text from the document.

SetText is used to replace the text content of the page. IsTextModified is used as a flag that indicates that the text of this page has been replaced by the user.

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

For more information, refer to Parsing Text with the Document Library.

Example

For an example, refer to SetText.

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.