STSignatureAlignSignature Method | |
Shifts the signature so that it is aligned as requested.
For example, TopLeft alignment would shift the signature so that
the topmost pointNumber of the signature is on the first line, and the leftmost pointNumber of the
signature is on the first column
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public void AlignSignature(
STSignatureAlign alignType
)
Public Sub AlignSignature (
alignType As STSignatureAlign
)
public:
void AlignSignature(
STSignatureAlign alignType
)
member AlignSignature :
alignType : STSignatureAlign -> unit
Parameters
- alignType
- Type: Scriptel.STSeriesSTSignatureAlign
Type of the align.
See Also