Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentPage Class : IsTextModified Property |
public bool IsTextModified {get; set;}
'Declaration
Public Property IsTextModified As Boolean
'Usage
Dim instance As DocumentPage Dim value As Boolean instance.IsTextModified = value value = instance.IsTextModified
public boolean isTextModified() public void setTextModified(boolean value)
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 to as 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 Documents Library.
For an example, refer to SetText.