BackgroundRepeat Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Background repeat parameter, controls repeating behaviour of the BackgroundImage.
Inheritance Hierarchy

SystemObject
  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

public sealed class BackgroundRepeat : IStyleParameter

The BackgroundRepeat type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberNoRepeat
The background image will not be repeated.
Public propertyStatic memberRepeat
The background image will be repeated both vertically and horizontally.
Public propertyStatic memberRepeatX
The background image will be repeated only horizontally.
Public propertyStatic memberRepeatY
The background image will be repeated only vertically.
Top
See Also

Reference