←Select platform

State Property

Summary
State of the signature.
Syntax
C#
C++/CLI
Java
Python
public int State { get; set; } 
public int getState(); 
public void setState( 
   int intValue 
); 
public: 
property int State { 
   int get(); 
   void set (    int ); 
} 
State # get and set (PDFSignature) 

Property Value

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

Value Name Description
0 StateUnknown State is unknown
1 StateValid State is valid
2 StateInvalid State is invalid
Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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