com.groupdocs.signature.options.sign

Class StampSignOptions

    • Constructor Detail

      • StampSignOptions

        public StampSignOptions()

        Initializes a new instance of the StampSignOptions class with default values.

      • StampSignOptions

        public StampSignOptions(int left,
                                int top,
                                int width,
                                int height)

        Initializes a new instance of the StampSignOptions class with alignment options.

        Parameters:
        left - The x-coordinate of the left top edge of Stamp Signature
        top - The y-coordinate of the left top edge of Stamp Signature
        width - The width of Stamp Signature
        height - The height of Stamp Signature
    • Method Detail

      • getBackground

        public final Background getBackground()

        Gets or sets the Stamp background.

      • getBackgroundBrush

        public final Brush getBackgroundBrush()

        Gets or sets the signature background brush. Value by default is null.

      • getBackgroundColor

        public final Color getBackgroundColor()

        Gets or sets the background color of signature.

      • getBackgroundColorCropType

        public final int getBackgroundColorCropType()

        Gets or sets the background color crop type of signature.

      • getBackgroundImageCropType

        public final int getBackgroundImageCropType()

        Gets or sets the background image crop type of signature.

      • getInnerLines

        public final List<StampLine> getInnerLines()

        List of Inner Lines rendered as set of rectangles.

      • getOuterLines

        public final List<StampLine> getOuterLines()

        List of Outer Lines rendered as concentric circles.

      • getStampType

        public final StampType getStampType()

        Gets or sets stamp type. Value by default is Round.

      • setBackground

        public final void setBackground(Background value)

        Gets or sets the Stamp background.

      • setBackgroundBrush

        public final void setBackgroundBrush(Brush value)

        Gets or sets the signature background brush. Value by default is null.

      • setBackgroundColor

        public final void setBackgroundColor(Color value)

        Gets or sets the background color of signature.

      • setBackgroundColorCropType

        public final void setBackgroundColorCropType(int value)

        Gets or sets the background color crop type of signature.

      • setBackgroundImageCropType

        public final void setBackgroundImageCropType(int value)

        Gets or sets the background image crop type of signature.

      • setStampType

        public final void setStampType(StampType value)

        Gets or sets stamp type. Value by default is Round.