ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearART Class / DisablePPM Property




In This Topic
    DisablePPM Property
    In This Topic
    Gets or sets a value indicating whether the PPM control option is disabled in font size calculations.
    Syntax
    'Declaration
     
    Public Shared Property DisablePPM As Boolean
    'Usage
     
    Dim value As Boolean
     
    ImGearART.DisablePPM = value
     
    value = ImGearART.DisablePPM
    public static bool DisablePPM {get; set;}
    public: __property static bool get_DisablePPM();
    public: __property static void set_DisablePPM( 
       bool value
    );
    public:
    static property bool DisablePPM {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    This ART control option allows to disable use of image resolution for adjusting text fonts.

    True if the PPM control option is disabled in font size calculations for all text marks displayed; otherwise, false.

    The default value is false.
    See Also