Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / Brightness Property

In This Topic
    Brightness Property (ImageData)
    In This Topic
    Gets or sets a value to change the brightness.

    Allowed values are from -1 (darkest) to 1 (lightest), inclusive.

    The default is 0.

    Syntax
    'Declaration
     
    Public Property Brightness As System.Single
    public System.float Brightness {get; set;}
    See Also