StyleAlign Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the horizontal alignment of the element’s content, it can be Left, Right, Center aligned or Justified. Only acceptable for block elements, this property will be ignored if the element used is not a block. Left, Right, Center values are supported by all elements. In case of Justify is used – only text elements will be affected. All elements inherit value from their block containers, only block elements can override parent’s Align setting.

Namespace:  Apitron.PDF.Kit.Styles
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Align Align { get; set; }

Property Value

Type: Align
See Also

Reference