C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicate whether font size is relative to the device (screen).
public bool FontRelativeToDevice { get; set; }
Public Property FontRelativeToDevice As Boolean
public bool FontRelativeToDevice {get; set;}
@property (nonatomic) BOOL fontRelativeToDevice;
public boolean getFontRelativeToDevice()
public void setFontRelativeToDevice(boolean fontRelativeToDevice)
get_FontRelativeToDevice();
set_FontRelativeToDevice(value);
Object.defineProperty('FontRelativeToDevice');
public:
property bool FontRelativeToDevice
{
bool get()
void set(bool value)
}
true if the font size is relative to the device; otherwise, false. The default value is false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET