VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFontInfo Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfFontInfo Class Members
    In This Topic
    The following tables list the members exposed by PdfFontInfo.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfFontInfo class.
    Public Properties
     NameDescription
    Public PropertyGets the PDF font.
    Public PropertyGets the font characteristics. (Inherited from FontInfo)
    Public PropertyGets the font fallback type. (Inherited from FontInfo)
    Public PropertyGets the font family name. (Inherited from FontInfo)
    Public PropertyGets the name of the font. (Inherited from FontInfo)
    Public PropertyGets the font stretch. (Inherited from FontInfo)
    Public PropertyGets the font weight. (Inherited from FontInfo)
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates the font info, which is based on specified PDF font.
    Public MethodDetermines whether the specified System.Object, is equal to this instance. (Inherited from FontInfo)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates from font family. (Inherited from FontInfo)
    Public MethodReturns a hash code for this instance. (Inherited from FontInfo)
    Protected Methods
     NameDescription
    Protected MethodReturns the font family name.
    Protected MethodReturns properties of this font info.
    See Also