Gets or sets a value indicating whether image is signed or not.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property Signed As Boolean
             
        
            
            'Usage
 
Dim instance As ImGearDIB
Dim value As Boolean
 
instance.Signed = value
 
value = instance.Signed
             
        
            
            public bool Signed {get; set;}
             
        
            
            public: __property bool get_Signed();
public: __property void set_Signed( 
   bool value
);
             
        
            
            public:
property bool Signed {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
Boolean value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also