FontRelativeToImageDpi Property (original) (raw)
Summary
Gets or sets a value that determines whether to take image dpi into consideration when calculting font size.
Syntax
public bool FontRelativeToImageDpi { get; set; }
public:
property bool FontRelativeToImageDpi
{
bool get()
void set(bool value)
}
Property Value
A Boolean value that determines whether to take image dpi into consideration when calculting font size. The default value is true.
Remarks
In older versions of LEADTOOLS, when calculating font size, the image dpi was not taken into consideration.
In the current version, the calculations do consider the image dpi.
You can set this property to false to for backword compatibility with older versions of LEADTOOLS.
Leadtools.Annotations.Engine Assembly