BackgroundImage Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
The background image parameter allows you to set image as a background for ContentElement.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Styles.AppearanceBackgroundImage

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 BackgroundImage : IStyleParameter

The BackgroundImage type exposes the following members.

Constructors

  NameDescription
Public methodBackgroundImage(String)
Initializes a new instance of the BackgroundImage class.
Public methodBackgroundImage(String, Length, Length)
Initializes a new instance of the BackgroundImage class.
Top
Properties

  NameDescription
Public propertyHeight
Gets the desired height of the image.
Public propertyResourceId
Gets the image resource identifier.
Public propertyWidth
Gets the desired width of the image.
Top
See Also

Reference