StyleBackgroundImage Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the background image for the element. The background of an element is the total size of the element, including padding (but not the margin and border). By default, a background-image is placed at the top-left corner of an element, and repeated both vertically and horizontally. Not inheritable.

Namespace:  Apitron.PDF.Kit.Styles
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public BackgroundImage BackgroundImage { get; set; }

Property Value

Type: BackgroundImage
See Also

Reference