LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Signed Property (CodecsLoadInformationEventArgs)






Gets or sets a value that determines whether or not the image data is signed. .NET support WinRT support
Syntax
public bool Signed {get; set;}
'Declaration
 
Public Property Signed As Boolean
'Usage
 
Dim instance As CodecsLoadInformationEventArgs
Dim value As Boolean
 
instance.Signed = value
 
value = instance.Signed
public bool Signed {get; set;}
 get_Signed();
set_Signed(value);
public:
property bool Signed {
   bool get();
   void set (    bool value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.