com.groupdocs.signature.domain

Class Background



  • public class Background
    extends Object

    Represents background appearance

    • Constructor Detail

      • Background

        public Background()
    • Method Detail

      • getBrush

        public final Brush getBrush()

        Gets or sets the background brush. Value by default is null. This property expects instance of Brush objects implementations See different Brush classes

      • getColor

        public final Color getColor()

        Gets or sets the background color of signature.

      • getTransparency

        public final double getTransparency()

        Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).

      • setBrush

        public final void setBrush(Brush value)

        Gets or sets the background brush. Value by default is null. This property expects instance of Brush objects implementations See different Brush classes

      • setColor

        public final void setColor(Color value)

        Gets or sets the background color of signature.

      • setTransparency

        public final void setTransparency(double value)

        Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).