public final class StampBackgroundCropType
extends com.aspose.ms.System.Enum
Specifies crop type of background layer on Stamp elements.
Modifier and Type | Field and Description |
---|---|
static int |
InnerArea
Crop background by internal line.
|
static int |
MiddleArea
Crop background between external and inner lines.
|
static int |
None
No crop - all Signature area rectangle will be filled with background.
|
static int |
OuterArea
Crop background by external outer line.
|
public static final int None
No crop - all Signature area rectangle will be filled with background.
public static final int OuterArea
Crop background by external outer line.
public static final int MiddleArea
Crop background between external and inner lines.
public static final int InnerArea
Crop background by internal line.
Copyright © 2017. All rights reserved.