PdfFontResourceCollectionAllowApproximateMatch Property |
Gets or sets a value indicating whether an approximate matching method may be used when looking for font resources.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool AllowApproximateMatch { get; set; }
Public Property AllowApproximateMatch As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
The default and recommended value is true.
See Also