Click or drag to resize

PdfFontResource Class

Represents a font resource available in the PdfWebControl and other aspects of RAD PDF.
Inheritance Hierarchy
SystemObject
  RadPdf.IntegrationPdfFontResource

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public sealed class PdfFontResource

The PdfFontResource type exposes the following members.

Constructors
  NameDescription
Public methodCode examplePdfFontResource(String, String, PdfFontResourceStandard)
Create a new PDF font resource used by the PdfWebControl and other aspects of RAD PDF.
Public methodCode examplePdfFontResource(String, String, String)
Create a new PDF font resource used by the PdfWebControl and other aspects of RAD PDF.
Public methodCode examplePdfFontResource(String, String, PdfFontResourceStandard, String)
Create a new PDF font resource used by the PdfWebControl and other aspects of RAD PDF.
Public methodCode examplePdfFontResource(String, String, String, String)
Create a new PDF font resource used by the PdfWebControl and other aspects of RAD PDF.
Top
Properties
  NameDescription
Public propertyStatic memberArialFontResource
Default Arial font resource.
Public propertyStatic memberCourierFontResource
Default Courier New font resource.
Public propertyCssName
Gets a value representing the CSS font family used for displaying text in this font in a web browser.
Public propertyDisplayName
Gets a value representing the name of the font resource when displayed to the user.
Public propertyHasTrueTypeUnicodeName
Gets a value indicating whether a TrueTypeUnicodeName is specified and will be used for this PdfFontResource.
Public propertyIsStandardFont
Gets a value indicating whether a StandardFont is specified and will be used for this PdfFontResource.
Public propertyMatchingNames
Gets or sets an array of strings which if found in the name of an non-standard font, will allow this PdfFontResource to be used by RAD PDF.
Public propertyStandardFont
Gets a value representing the Standard Type 1 font used when adding a PdfTextShape or PdfField to a PDF.
Public propertyStatic memberTimesFontResource
Default Times New Roman font resource.
Public propertyTrueTypeName
Gets a value representing the name of the TrueType font used when adding a PdfTextShape or PdfField to a PDF.
Public propertyTrueTypeUnicodeName
Gets a value representing the name of the Unicode capable TrueType font used when adding a PdfTextShape to a PDF.
Public propertyStatic memberVerdanaFontResource
Default Verdana font resource.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also