ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPBoolean Class
Members




In This Topic
    ImGearXMPBoolean Class
    In This Topic
    Represents a boolean XMP metadata property.
    Object Model
    ImGearXMPBoolean Class
    Syntax
    'Declaration
     
    Public Class ImGearXMPBoolean 
       Inherits ImGearXMPValue
    'Usage
     
    Dim instance As ImGearXMPBoolean
    public class ImGearXMPBoolean : ImGearXMPValue 
    public __gc class ImGearXMPBoolean : public ImGearXMPValue 
    public ref class ImGearXMPBoolean : public ImGearXMPValue 
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.XMP.ImGearXMPValue
          ImageGear.Formats.XMP.ImGearXMPBoolean

    See Also