BackgroundArtifact
Overview
BackgroundArtifact is a class in Aspose.PDF FOSS for .NET.
Represents a background artifact (image painted behind page content).
Properties: BackgroundColor, BackgroundImage, IsBackground, Opacity.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BackgroundImage | Stream? | Read/Write | Image stream used as the page background. |
BackgroundColor | Color? | Read/Write | Background color (used when no image is set). |
IsBackground | bool | Read/Write | Whether the artifact is drawn behind page content (always true for a BackgroundArtifact; setter accepted for API parity). |
Opacity | double | Read/Write | Opacity (0.0 = fully transparent, 1.0 = fully opaque). |