STSignatureCrop Enumeration | |
The available crop option flags
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax [FlagsAttribute]
public enum Crop
<FlagsAttribute>
Public Enumeration Crop
[FlagsAttribute]
public enum class Crop
[<FlagsAttribute>]
type Crop
Members
| Member name | Value | Description |
---|
| None | 0 |
Crop nothing.
|
| Left | 1 |
Crop the blank area to the left of the signature
|
| Right | 2 |
Crop the blank area to the right of the signature
|
| Top | 4 |
Crop the blank area to the top of the signature
|
| Bottom | 8 |
Crop the blank area to the bottom of the signature
|
| All | 15 |
Crop the blank area to the left, right, top, and bottom of the signature
|
See Also