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

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public enum Align
Members
  Member nameValueDescription
None0 Alignment is kept as it was originally signed
TopLeft1 The signature is shifted to the top left of the signing area
Top2 The signature is shifted to the top center of the signing area
TopRight3 The signature is shifted to the top right of the signing area
Left4 The signature is shifted to the left center of the signing area
Center5 The signature is shifted to the center of the signing area
Right6 The signature is shifted to the right center of the signing area
BottomLeft7 The signature is shifted to the bottom left of the signing area
Bottom8 The signature is shifted to the bottom center of the signing area
BottomRight9 The signature is shifted to the bottom right of the signing area
See Also