Skip to main content
All docs
V26.1
  • SignatureField.LineAlignment Property

    Gets or sets the text alignment in the signature field.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public FormFieldTextAlignment LineAlignment { get; set; }

    Property Value

    Type Description
    FormFieldTextAlignment

    The text alignment in the signature field.

    Available values:

    Name Description
    Near

    Text is aligned near to the origin position of a field rectangle.

    Center

    Text is aligned in the center of a field rectangle.

    Far

    Text is aligned far from the origin position of a field rectangle.

    See Also