ImageGear .NET - Updated
ChildFontFiles Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPFont Class : ChildFontFiles Property
Gets or sets list of file names for the fonts that make up a composite font.
Syntax
'Declaration
 
Public Property ChildFontFiles As ImGearXMPSeq(Of ImGearXMPString)
'Usage
 
Dim instance As ImGearXMPFont
Dim value As ImGearXMPSeq(Of ImGearXMPString)
 
instance.ChildFontFiles = value
 
value = instance.ChildFontFiles
public ImGearXMPSeq<ImGearXMPString> ChildFontFiles {get; set;}
public: __property ImGearXMPSeq<ImGearXMPString*>* get_ChildFontFiles();
public: __property void set_ChildFontFiles( 
   ImGearXMPSeq<ImGearXMPString*>* value
);
public:
property ImGearXMPSeq<ImGearXMPString^>^ ChildFontFiles {
   ImGearXMPSeq<ImGearXMPString^>^ get();
   void set (    ImGearXMPSeq<ImGearXMPString^>^ value);
}

Property Value

ImGearXMPString class value.
See Also

Reference

ImGearXMPFont Class
ImGearXMPFont Members