Show / Hide Table of Contents

Class Font

This class provides information about the font used in the specified PDF file, such as font-name, font-family etc.

Inheritance
System.Object
Font
Namespace: Adobe.PDFServicesSDK.pdfjobs.results.pdfproperties
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class Font

Properties

FamilyName

Gets a String specifying font's family name - e.g. For font "Times Bold Italic", family name is "Times" etc.

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

FontType

Gets a String specifying the font technology type - e.g. "Type 1", "TrueType", "OpenType" etc.

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

Name

Gets a String specifying the post-script name of the font - e.g. "YERPXC+MyriadPro-Regular" etc.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.