LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Signed Property (CodecsLoadInformationEventArgs)

Show in webframe







Gets or sets a value that determines whether the image data is signed.
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;}
@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 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

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.