CodeTextAlignment Enumeration |
Alignment of code text for Barcodes and QR-codes.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic enum CodeTextAlignment
Public Enumeration CodeTextAlignment
public enum class CodeTextAlignment
Members
| Member name | Value | Description |
---|
| None | 0 | Text is not visible. |
| Above | 1 | Text is above the code. |
| Below | 2 | Text is below the code. |
See Also