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.48.0.0 (3.48.0.0)
Syntax public PdfFontResource Default { get; set; }
Public Property Default As PdfFontResource
Get
Set
Property Value
Type:
PdfFontResourceExceptions Remarks
The default value is the first resource, or ArialFontResource if there are no resources in the collection.
See Also