←Select platform

Signed Property (CodecsLoadInformationEventArgs)

Summary

Gets or sets a value that determines whether the image data is signed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Signed {get; set;} 
Public Property Signed As Boolean 
public bool Signed {get; set;} 
@property (nonatomic, assign) BOOL isSigned 
public boolean getSigned() 
public void setSigned(boolean value) 
             
  
get_Signed(); 
set_Signed(value); 
Object.defineProperty('Signed');  
public: 
property bool Signed { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if image data is signed, false if it is not.

Remarks

To load signed image data set the CodecsLoadInformationEventArgs.Signed property to true.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize