BackgroundArtifact Methods

The BackgroundArtifact type exposes the following members.

Methods
  NameDescription
Public methodCode exampleBeginUpdates
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.)
Public methodDispose
Dispose the artifact.
(Inherited from Artifact.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetValue
Gets custom value of artifact.
(Inherited from Artifact.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveValue
Remove custom value from the artifact.
(Inherited from Artifact.)
Public methodSaveUpdates
Saves all updates in artifact which were made after BeginUpdates() call.
(Inherited from Artifact.)
Public methodSetImage(Stream)
Sets image of the artifact.
(Inherited from Artifact.)
Public methodSetImage(String)
Sets image of the artifact.
(Inherited from Artifact.)
Public methodSetLinesAndState
Set text and text properties of the artifact. Allows to specify multiple lines.
(Inherited from Artifact.)
Public methodSetPdfPage
Sets PDF page which is placed on the document page as artifact.
(Inherited from Artifact.)
Public methodSetText
Sets text of the artifact.
(Inherited from Artifact.)
Public methodSetTextAndState
Set text and text properties of the artifact.
(Inherited from Artifact.)
Public methodSetValue
Sets custom value of artifact.
(Inherited from Artifact.)
Public methodToString (Inherited from Object.)
See Also