Click or drag to resize
STSignatureCrop EnumerationScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
The available crop option flags

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
[FlagsAttribute]
public enum Crop
Members
  Member nameValueDescription
None0 Crop nothing.
Left1 Crop the blank area to the left of the signature
Right2 Crop the blank area to the right of the signature
Top4 Crop the blank area to the top of the signature
Bottom8 Crop the blank area to the bottom of the signature
All15 Crop the blank area to the left, right, top, and bottom of the signature
See Also