Display Properties

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The Display type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberBlock
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.
Public propertyStatic memberInline
Gets the value of inline setting. Inline element becomes a part of the content line, thus "inline". It can be wrapped or moved to the next line if it doesn't fit. Can't be sized explicitly.
Public propertyStatic memberInlineBlock
Gets the value of inline block setting. InlineBlock element differs from inline element by its support for explicit sizing.
Public propertyStatic memberNone
Gets the value of none setting. Nothing will be produced for such elements.
Top
See Also

Reference