←Select platform

CanValidate Property

Summary

Indicates that this signature can be validated.

Syntax

C#
VB
Java
C++
public bool CanValidate { get; set; } 
Public Property CanValidate As Boolean 
public boolean canValidate() 
public void setCanValidate(boolean canValidate) 
             
public: 
property bool CanValidate { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if this signature can be validated; otherwise, false.

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