BackgroundPosition Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Represents the background image position parameter. It controls at which position BackgroundImage will be drawn first.
Inheritance Hierarchy

SystemObject
  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

public sealed class BackgroundPosition : IStyleParameter

The BackgroundPosition type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberCenterBottom
Defines the center bottom position of the background image.
Public propertyStatic memberCenterCenter
Defines the center center position of the background image.
Public propertyStatic memberCenterTop
Defines the center top position of the background image.
Public propertyStatic memberLeftBottom
Defines the left bottom position of the background image.
Public propertyStatic memberLeftCenter
Defines the left center position of the background image.
Public propertyStatic memberLeftTop
Defines the left top position of the background image.
Public propertyStatic memberRightBottom
Defines the right bottom position of the background image.
Public propertyStatic memberRightCenter
Defines the right center position of the background image.
Public propertyStatic memberRightTop
Defines the right top position of the background image.
Top
See Also

Reference