Click or drag to resize

PdfFontResourceCollectionDefault Property

Gets or sets the PdfFontResource which should be used if no other matching resource is found.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfFontResource Default { get; set; }

Property Value

Type: PdfFontResource
Exceptions
ExceptionCondition
ArgumentNullExceptionDefault can not be null.
Remarks

The default value is the first resource, or ArialFontResource if there are no resources in the collection.

See Also