ImageGear .NET - Updated
FontDisablePPM Property (IImGearARTRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTRuler Interface : FontDisablePPM Property
Gets or sets a value indicating whether the PPM option is disabled in font size calculations.
Syntax
'Declaration
 
Property FontDisablePPM As Boolean
'Usage
 
Dim instance As IImGearARTRuler
Dim value As Boolean
 
instance.FontDisablePPM = value
 
value = instance.FontDisablePPM
bool FontDisablePPM {get; set;}
__property bool get_FontDisablePPM();
__property void set_FontDisablePPM( 
   bool value
);
property bool FontDisablePPM {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
True - disables PPM and display parameters in font size calculations for the current mark, False - enables font size calculations.
See Also

Reference

IImGearARTRuler Interface
IImGearARTRuler Members