API Reference
Class
PdfPageBackgroundImage
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.
Returned or exposed by
- Property PdfOptions.PageBackgroundImage
- Method PdfPageBackgroundImage.Clone
Accepted by parameters
- Method PdfDocument.BackgroundImage
- Method PdfPageCompose.BackgroundImage
Constructors
public PdfPageBackgroundImage(Byte[] data) #Creates a page background image from raster bytes supported by OfficeIMO.Drawing.
Parameters
- data System.Byte[]
Methods
public PdfPageBackgroundImage Clone() #Returns:
PdfPageBackgroundImageCreates a deep copy of this page background image.