ImageGear .NET - Updated
Composite Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPFont Class : Composite Property
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

Reference

ImGearXMPFont Class
ImGearXMPFont Members