Enum BackgroundRepeat.BackgroundRepeatValue
- Namespace
- iText.Layout.Properties
- Assembly
- itext.layout.dll
Defines all possible background repeat values for one axis.
public enum BackgroundRepeat.BackgroundRepeatValue
Fields
NO_REPEAT = 0
The no repeat value which mean that the background will not be repeated, but displayed once with its original size.
REPEAT = 1
The repeat value which means that the background with its original size will be repeated over the entire available space.
ROUND = 2
The round value which mean that the background will stretch or compress.
SPACE = 3
The space value which means that the background will be repeated as much as possible with its original size and without cropping.