←Select platform

State Property

Summary

The state of this note object.

Syntax
C#
VB
C++
public string State {get; set;} 
Public Property State() As String 
   Get 
   Set 
public:  
   property String^ State 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly