Indicates whether the specified page's form fields container has been modified.
DocumentViewerFormFields.prototype.isContainerModified = function(
pageNumber
)
isContainerModified(
pageNumber: number
): boolean;
pageNumber
1-based page number in the document.
true if the specified page's form fields container has been modified; otherwise, false.
DocumentViewerFormFields keeps track of all the modifications that occur to the form fields container of the pages after load. For example, when the user edits any of the form fields values.
This state can be used by the application to track when the document becomes "dirty" and save is required.
The state is tracked internally by DocumentViewerFormFields when the objects are modified using the built-in tracking.
DocumentViewerFormFields Class
DocumentViewerFormFields Members
Leadtools.Document.Viewer Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document