←Select platform

SetContainerModified Method

Summary

Mark the specified page's annotation container as being modified.

Syntax
C#
VB
C++
public void SetContainerModified( 
   int pageNumber, 
   bool isModified 
) 
Public Sub SetContainerModified( 
   ByVal pageNumber As Integer, 
   ByVal isModified As Boolean 
) 
public:  
   void SetContainerModified( 
      int pageNumber, 
      bool isModified 
   ) 

Parameters

pageNumber

1-based page number in the document

isModified

true to make container as modified, false to make it as up to date.

Remarks

DocumentViewerAnnotations keeps track of all the modifications that occur to the annotation container of the pages after load. For example, when the user edit, adds or deletes or change the properties of the annotation objects.

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 DocumentViewerAnnotations when the objects are modified using the built-in automation. If the application changes an annotation container directly without using automation, then it is not recorded by the automation and this DocumentViewerAnnotations does not update the internal state.

Use SetContainerModified to mark a container as modified (or clear the state) and IsContainerModified to obtain the current modification state of a container.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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