StampBackgroundCropType

Inheritance: java.lang.Object

public final class StampBackgroundCropType

Specifies crop type of background layer on Stamp elements.

Fields

Field Description
None No crop - all Signature area rectangle will be filled with background.
OuterArea Crop background by external outer line.
MiddleArea Crop background between external and inner lines.
InnerArea Crop background by internal line.

None

public static final int None

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

OuterArea

public static final int OuterArea

Crop background by external outer line.

MiddleArea

public static final int MiddleArea

Crop background between external and inner lines.

InnerArea

public static final int InnerArea

Crop background by internal line.