PdfFontResourceMatchingNames Property |
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.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public string[] MatchingNames { get; set; }
Public Property MatchingNames As String()
Get
Set
Property Value
Type:
String
A string array representing the strings which RAD PDF will look for non-standard font names when trying to match this custom font to one used in the original PDF.
If
null, the default names will be used.
If the array is empty, this resource will not match anything.
(For non-standard fonts, this is the
DisplayName.)
Remarks
Names should be as specific as possible.
If AllowApproximateMatch is true, short values (e.g. "a") should not be specified or else unexpected matches may occur.
See Also