Artefacte de fons
Visió general
BackgroundArtifact és una classe a Aspose.PDF FOSS per a .NET.
Representa un artefacte de fons (imatge pintada darrere del contingut de la pàgina).
Propietats: BackgroundColor, BackgroundImage, IsBackground, Opacity.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
BackgroundImage | Stream? | Lectura/Escriptura | Flux d’imatge utilitzat com a fons de la pàgina. |
BackgroundColor | Color? | Lectura/Escriptura | Color de fons (utilitzat quan no s’ha establert cap imatge). |
IsBackground | bool | Lectura/Escriptura | Indica si l’artefacte es dibuixa darrere del contingut de la pàgina (sempre cert per a un BackgroundArtifact; el setter s’accepta per a la paritat de l’API). |
Opacity | double | Lectura/Escriptura | Opacitat (0.0 = totalment transparent, 1.0 = totalment opac). |