ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / Signed Property




In This Topic
Signed Property
In This Topic
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

Property Value

Boolean value.
See Also