1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain
  6. /
  7. ITextAlignment

ITextAlignment

ITextAlignment interface

Defines alignment properties for text on text signatures.

public interface ITextAlignment

Properties

Name Description
TextHorizontalAlignment { get; set; } Horizontal alignment of text inside a signature.
TextVerticalAlignment { get; set; } Vertical alignment of text inside a signature.

See Also