1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain
  6. /
  7. StampBackgroundCropType

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