StampBackgroundCropType

StampBackgroundCropType enumeration

Specifies crop type of background layer on Stamp elements.

public enum StampBackgroundCropType

Values

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

See Also