ImageGear v26.3 - Updated
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
    protected bool m_Signed
    protected: bool m_Signed
    protected:
    bool m_Signed
    See Also