Aspose::Pdf::BackgroundArtifact class

BackgroundArtifact class

Class descibes background artifact. This artifact allows to set background of the page.

class BackgroundArtifact : public Aspose::Pdf::Artifact

Methods

MethodDescription
BackgroundArtifact()Initializes BackgroundArtifact object.
get_BackgroundColor() constGets bacground color of background artifact.
get_BackgroundImage() constGets bacground image of background artifact.
set_BackgroundColor(System::SharedPtr<Color>)Sets bacground color of background artifact.
set_BackgroundImage(System::SharedPtr<System::IO::Stream>)Sets bacground image of background artifact.

See Also