API Reference

Class

PdfPageBackgroundImage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Reusable page background image rendered behind page content.

Inheritance

  • Object
  • PdfPageBackgroundImage

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfPageBackgroundImage(Byte[] data) #

Creates a page background image from raster bytes supported by OfficeIMO.Drawing.

Parameters

data System.Byte[] requiredposition: 0

Methods

public PdfPageBackgroundImage Clone() #
Returns: PdfPageBackgroundImage

Creates a deep copy of this page background image.

Properties

public OfficeImageFit Fit { get; set; } #

How the image is fitted into the page box.

public Double Opacity { get; set; } #

Image opacity from 0 to 1. Defaults to 1.