BackgroundArtifact Methods |
The BackgroundArtifact type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BeginUpdates |
Start delated updates. Use this feature if you need make several changes to the same artifact to improve performance.
Usually artifact operators are changed anytime when artifact property was changed. This causes changing of page contents
everytime when artifact was changed. To avoid this effect put all artifact updates between StartUpdates/SaveUpdates calls.
This allows to change page contents only once.
(Inherited from Artifact.) |
![]() | Dispose |
Dispose the artifact.
(Inherited from Artifact.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValue |
Gets custom value of artifact.
(Inherited from Artifact.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveValue |
Remove custom value from the artifact.
(Inherited from Artifact.) |
![]() | SaveUpdates |
Saves all updates in artifact which were made after BeginUpdates() call.
(Inherited from Artifact.) |
![]() | SetImage(Stream) |
Sets image of the artifact.
(Inherited from Artifact.) |
![]() | SetImage(String) |
Sets image of the artifact.
(Inherited from Artifact.) |
![]() | SetLinesAndState |
Set text and text properties of the artifact. Allows to specify multiple lines.
(Inherited from Artifact.) |
![]() | SetPdfPage |
Sets PDF page which is placed on the document page as artifact.
(Inherited from Artifact.) |
![]() | SetText |
Sets text of the artifact.
(Inherited from Artifact.) |
![]() | SetTextAndState |
Set text and text properties of the artifact.
(Inherited from Artifact.) |
![]() | SetValue |
Sets custom value of artifact.
(Inherited from Artifact.) |
![]() | ToString | (Inherited from Object.) |