menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XmpFontStruct - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XmpFontStruct

    Font Structure.

    Inheritance
    System.Object
    XmpEntityBase
    XmpType
    XmpStructure
    XmpFontStruct
    Inherited Members
    XmpEntityBase.EntityName
    XmpEntityBase.EntityNamespaceURI
    XmpEntityBase.EntityParent
    XmpEntityBase.EntityPrefix
    XmpEntityBase.Exists
    XmpEntityBase.Initialize()
    XmpEntityBase.SuspendInitialization
    XmpEntityBase.XmlData
    XmpStructure.CheckIfExists()
    XmpStructure.CreateArray(String, XmpArrayType)
    XmpStructure.CreateEntity()
    XmpStructure.CreateSimpleProperty(String)
    XmpStructure.CreateSimpleProperty(String, XNode)
    XmpStructure.CreateStructureContent()
    XmpStructure.GetArray(String, XmpArrayType)
    XmpStructure.GetEntityXml()
    XmpStructure.GetSimpleProperty(String)
    XmpStructure.GetSimpleProperty(String, XNode)
    XmpStructure.GetSuspend()
    XmpStructure.InnerXmlData
    XmpType.Xmp
    Namespace: Syncfusion.Pdf.Xmp
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class XmpFontStruct : XmpStructure

    Properties

    ChildFontFiles

    Gets the list of file names for the fonts that make up a composite font.

    Declaration
    public XmpArray ChildFontFiles { get; }
    Property Value
    Type
    XmpArray

    Composite

    Gets or sets a value indicating whether this XmpFontStruct is composite.

    Declaration
    public bool Composite { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if composite; otherwise, false.

    FontFace

    Gets or sets the font face name.

    Declaration
    public string FontFace { get; set; }
    Property Value
    Type Description
    System.String

    The font face.

    FontFamily

    Gets or sets the font family.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    The font family.

    FontFileName

    Gets or sets the name of the font file.

    Declaration
    public string FontFileName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the font file.

    FontName

    Gets or sets the name of the font.

    Declaration
    public string FontName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the font.

    FontType

    Gets or sets the type of the font.

    Declaration
    public string FontType { get; set; }
    Property Value
    Type Description
    System.String

    The type of the font.

    StructurePrefix

    Gets prefix of the structure

    Declaration
    protected override string StructurePrefix { get; }
    Property Value
    Type
    System.String
    Overrides
    XmpStructure.StructurePrefix

    StructureURI

    Gets name pf the structure.

    Declaration
    protected override string StructureURI { get; }
    Property Value
    Type
    System.String
    Overrides
    XmpStructure.StructureURI

    VersionString

    Gets or sets the version string.

    Declaration
    public string VersionString { get; set; }
    Property Value
    Type Description
    System.String

    The version string.

    Methods

    InitializeEntities()

    Initializes structure.

    Declaration
    protected override void InitializeEntities()
    Overrides
    XmpStructure.InitializeEntities()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved