com.groupdocs.signature.domain.stamps

Class StampBackgroundCropType

  • java.lang.Object
    • com.groupdocs.signature.domain.stamps.StampBackgroundCropType


  • public final class StampBackgroundCropType
    extends Object

    Specifies crop type of background layer on Stamp elements.

    • Field Detail

      • InnerArea

        public static final int InnerArea

        Crop background by internal line.

        See Also:
        Constant Field Values
      • MiddleArea

        public static final int MiddleArea

        Crop background between external and inner lines.

        See Also:
        Constant Field Values
      • None

        public static final int None

        No crop - all Signature area rectangle will be filled with background.

        See Also:
        Constant Field Values
      • OuterArea

        public static final int OuterArea

        Crop background by external outer line.

        See Also:
        Constant Field Values