Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Styles.AppearanceFloat
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Defines floating elements behaviour.
Inheritance Hierarchy
Apitron.PDF.Kit.Styles.AppearanceFloat
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
The Float type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Left |
The element floats to the left.
|
![]() ![]() | None |
The element is not floated, and will be displayed just where it occurs on the page. This is default.
|
![]() ![]() | Right |
The element floats the right.
|
See Also