←Select platform

State Property

Summary

The state of this note object.

Syntax
C#
C++/CLI
Java
Python
public string State {get; set;} 
public String getState(); 
public void setState( 
   java.lang.String string 
); 
public:  
   property String^ State 
   { 
      String^ get() 
      void set(String^ value) 
   } 
State # get and set (PDFNoteAnnotation) 

Property Value

State of this note object. The default value is null.

Remarks

This value can be set to any of the State constants defined in PDFNoteAnnotation such as StateAccepted or StateCompleted.

Value Name Description
None StateNone None state.
Marked StateMarked Marked state.
Unmarked StateUnmarked Unmarked state.
Rejected StateRejected Rejected state.
Cancelled StateCancelled Cancelled state
Marked StateModelMarked Marked state model.
Review StateModelReview Review state model.
Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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