←Select platform

IsContainerModified Method

Summary

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

Syntax
C#
C++/CLI
public bool IsContainerModified( 
   int pageNumber 
) 
public:  
   bool IsContainerModified( 
      Int32 pageNumber 
   ) 

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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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