ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPFont Class / Composite Property




In This Topic
    Composite Property
    In This Topic
    Gets or sets a flag if composite font is specified.
    Syntax
    'Declaration
     
    Public Property Composite As ImGearXMPBoolean
    'Usage
     
    Dim instance As ImGearXMPFont
    Dim value As ImGearXMPBoolean
     
    instance.Composite = value
     
    value = instance.Composite
    public ImGearXMPBoolean Composite {get; set;}
    public: __property ImGearXMPBoolean* get_Composite();
    public: __property void set_Composite( 
       ImGearXMPBoolean* value
    );
    public:
    property ImGearXMPBoolean^ Composite {
       ImGearXMPBoolean^ get();
       void set (    ImGearXMPBoolean^ value);
    }

    Property Value

    ImGearXMPBoolean class value.
    See Also