バックグラウンドアーティファクト
概要
BackgroundArtifact は .NET 用の Aspose.PDF FOSS のクラスです。
背景アーティファクト(ページコンテンツの背後に描画された画像)を表します。
プロパティ: BackgroundColor, BackgroundImage, IsBackground, Opacity.
プロパティ
| Name | Type | Access | Description |
|---|---|---|---|
BackgroundImage | Stream? | Read/Write | ページの背景として使用される画像ストリーム。 |
BackgroundColor | Color? | Read/Write | 画像が設定されていない場合に使用される背景色。 |
IsBackground | bool | Read/Write | アーティファクトがページコンテンツの背後に描画されるかどうか(BackgroundArtifact の場合は常に true;API の互換性のために setter が受け入れられます)。 |
Opacity | double | Read/Write | 不透明度(0.0 = 完全に透明、1.0 = 完全に不透明)。 |