BackgroundArtifact

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

NameTypeAccessDescription
BackgroundImageStream?Read/WriteImage stream used as the page background.
BackgroundColorColor?Read/WriteBackground color (used when no image is set).
IsBackgroundboolRead/WriteWhether the artifact is drawn behind page content (always true for a BackgroundArtifact; setter accepted for API parity).
OpacitydoubleRead/WriteOpacity (0.0 = fully transparent, 1.0 = fully opaque).

See Also