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




In This Topic
m_Signed Field
In This Topic
Specifies whether the image is signed.
Syntax
'Declaration
 
Protected m_Signed As Boolean
 
'Usage
 
Dim instance As ImGearDIB
Dim value As Boolean
 
value = instance.m_Signed
 
instance.m_Signed = value
See Also