Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Styles.AppearanceBackgroundPosition
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Represents the background image position parameter.
It controls at which position BackgroundImage will be drawn first.
Inheritance Hierarchy
Apitron.PDF.Kit.Styles.AppearanceBackgroundPosition
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 BackgroundPosition type exposes the following members.
Properties
Name | Description | |
---|---|---|
CenterBottom |
Defines the center bottom position of the background image.
| |
CenterCenter |
Defines the center center position of the background image.
| |
CenterTop |
Defines the center top position of the background image.
| |
LeftBottom |
Defines the left bottom position of the background image.
| |
LeftCenter |
Defines the left center position of the background image.
| |
LeftTop |
Defines the left top position of the background image.
| |
RightBottom |
Defines the right bottom position of the background image.
| |
RightCenter |
Defines the right center position of the background image.
| |
RightTop |
Defines the right top position of the background image.
|
See Also