←Select platform

State Property

Summary

State of the signature.

Syntax

C#
VB
Java
C++
public int State { get; set; } 
Public Property State As Integer 
public int getState() 
public void setState(int state) 
             
public: 
property int State { 
   int get(); 
   void set (    int ); 
} 

Property Value

State of the signature. In most cases, this is one or more of the StateXYZ constants defined in PDFSignature.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly