IsContainerModified Method

Summary

Indicates whether the specified page's form fields container has been modified.

Syntax
TypeScript
JavaScript
DocumentViewerFormFields.prototype.isContainerModified = function( 
   pageNumber 
) 
isContainerModified( 
   pageNumber: number 
): boolean; 

Parameters

pageNumber

1-based page number in the document.

Return Value

true if the specified page's form fields container has been modified; otherwise, false.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

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