PdfStringFormat
LineAlignment Property
|
Gets or sets the vertical text alignment.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfVerticalAlignment LineAlignment { get; set; }
Public Property LineAlignment As PdfVerticalAlignment
Get
Set
public:
property PdfVerticalAlignment LineAlignment {
PdfVerticalAlignment get ();
void set (PdfVerticalAlignment value);
}
member LineAlignment : PdfVerticalAlignment with get, set
Property Value
Type:
PdfVerticalAlignment
See Also