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
Method | Description |
---|---|
BackgroundArtifact() | Initializes BackgroundArtifact object. |
get_BackgroundColor() const | Gets bacground color of background artifact. |
get_BackgroundImage() const | Gets 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
- Class Artifact
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++