DisplayBlock Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the value of block setting. It's important to note that some style properties are only inherited from Block elements e.g. Align. So by setting the display value to the value that differs from block you will affect the inheritance behavior for such properties. The block element creates new line before/after itself and can be explicitly sized using Width and Height properties.

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

public static Display Block { get; }

Property Value

Type: Display
See Also

Reference