Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Styles.AppearanceBackgroundRepeat
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Background repeat parameter, controls repeating behaviour of the BackgroundImage.
Inheritance Hierarchy
Apitron.PDF.Kit.Styles.AppearanceBackgroundRepeat
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 BackgroundRepeat type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | NoRepeat |
The background image will not be repeated.
|
![]() ![]() | Repeat |
The background image will be repeated both vertically and horizontally.
|
![]() ![]() | RepeatX |
The background image will be repeated only horizontally.
|
![]() ![]() | RepeatY |
The background image will be repeated only vertically.
|
See Also