ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTTextStamp Class / FontDisablePPM Property




In This Topic
    FontDisablePPM Property (ImGearARTTextStamp)
    In This Topic
    Gets or sets a value indicating whether the PPM option is disabled in font size calculations.
    Syntax
    'Declaration
     
    Public Property FontDisablePPM As Boolean
    'Usage
     
    Dim instance As ImGearARTTextStamp
    Dim value As Boolean
     
    instance.FontDisablePPM = value
     
    value = instance.FontDisablePPM
    public bool FontDisablePPM {get; set;}
    public: __property bool get_FontDisablePPM();
    public: __property void set_FontDisablePPM( 
       bool value
    );
    public:
    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. The default value is false.
    See Also