ImageGear v26.5 - Updated March 3, 2025
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