| STSignatureAlign Enumeration |   | 
            The available alignment options
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            Alignment is kept as it was originally signed
             | 
 | TopLeft | 1 | 
            The signature is shifted to the top left of the signing area
             | 
 | Top | 2 | 
            The signature is shifted to the top center of the signing area
             | 
 | TopRight | 3 | 
            The signature is shifted to the top right of the signing area
             | 
 | Left | 4 | 
            The signature is shifted to the left center of the signing area
             | 
 | Center | 5 | 
            The signature is shifted to the center of the signing area
             | 
 | Right | 6 | 
            The signature is shifted to the right center of the signing area
             | 
 | BottomLeft | 7 | 
            The signature is shifted to the bottom left of the signing area
             | 
 | Bottom | 8 | 
            The signature is shifted to the bottom center of the signing area
             | 
 | BottomRight | 9 | 
            The signature is shifted to the bottom right of the signing area
             | 
See Also