asposediagram.api

Contains the gamma, brightness, contrast, blur, sharpen, denoise, and transparency values for a bitmap.

Property Getters/Setters Summary
methodgetBlur()
Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0.
methodgetBrightness()
Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is 0.5.
methodgetContrast()
Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1.
methodgetDel()
method
setDel(value)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
methodgetDenoise()
Removes noise (pixels that have randomly distributed color levels) from a bitmap image.
methodgetGamma()
Adjusts or corrects the intensity of an image for a particular output device, such as a monitor or scanner. The default value is 1 (no correction.
methodgetSharpen()
Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels.
methodgetTransparency()
Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent).
 

    • Property Getters/Setters Detail

      • getDel/setDel : int 

        int getDel() / setDel(value)
        
        A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
      • getGamma : DoubleValue 

        DoubleValue getGamma()
        
        Adjusts or corrects the intensity of an image for a particular output device, such as a monitor or scanner. The default value is 1 (no correction.
      • getContrast : DoubleValue 

        DoubleValue getContrast()
        
        Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1.
      • getBrightness : DoubleValue 

        DoubleValue getBrightness()
        
        Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is 0.5.
      • getSharpen : DoubleValue 

        DoubleValue getSharpen()
        
        Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels.
      • getBlur : DoubleValue 

        DoubleValue getBlur()
        
        Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0.
      • getDenoise : DoubleValue 

        DoubleValue getDenoise()
        
        Removes noise (pixels that have randomly distributed color levels) from a bitmap image.
      • getTransparency : DoubleValue 

        DoubleValue getTransparency()
        
        Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent).