←Select platform

StateModel Property

Summary

State model of this note object.

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

Property Value

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

Remarks

This value can be set to any of the StateModel constants defined in PDFNoteAnnotation such as StateModelMarked or StateModelReview.

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