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




In This Topic
    ChildFontFiles Property
    In This Topic
    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