ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.PagedText Namespace / ImGearPagedTextXMPMetadata Class / Fonts Property




In This Topic
    Fonts Property
    In This Topic
    Gets or sets Fonts property of the Paged Text XMP schema. This XMP property specifies unordered array of fonts that are used in the document (including any in contained documents).
    Syntax
    'Declaration
     
    Public Property Fonts As ImGearXMPBag(Of ImGearXMPFont)
    'Usage
     
    Dim instance As ImGearPagedTextXMPMetadata
    Dim value As ImGearXMPBag(Of ImGearXMPFont)
     
    instance.Fonts = value
     
    value = instance.Fonts
    public ImGearXMPBag<ImGearXMPFont> Fonts {get; set;}
    public: __property ImGearXMPBag<ImGearXMPFont*>* get_Fonts();
    public: __property void set_Fonts( 
       ImGearXMPBag<ImGearXMPFont*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPFont^>^ Fonts {
       ImGearXMPBag<ImGearXMPFont^>^ get();
       void set (    ImGearXMPBag<ImGearXMPFont^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPFont type parameter.
    See Also