WatermarkArtifact Class |
Namespace: Aspose.Pdf
The WatermarkArtifact type exposes the following members.
Name | Description | |
---|---|---|
![]() | WatermarkArtifact |
Creates instance of Watermark artifact.
|
Name | Description | |
---|---|---|
![]() | ArtifactHorizontalAlignment |
Horizontal alignment of artifact.
If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.) |
![]() | ArtifactVerticalAlignment |
Vertical alignment of artifact.
If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.) |
![]() | BottomMargin |
Bottom margin of artifact.
If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.) |
![]() | Contents |
Gets collection of artifact internal operators.
(Inherited from Artifact.) |
![]() | CustomSubtype |
Gets name of artifact subtype. May be used if artifact subtype is not standard subtype.
(Inherited from Artifact.) |
![]() | CustomType |
Gets name of artifact type. May be used if artifact type is non standard.
(Inherited from Artifact.) |
![]() | Form |
Gets XForm of the artifact (if XForm is used).
(Inherited from Artifact.) |
![]() | Image |
Gets image of the artifact (if presents).
(Inherited from Artifact.) |
![]() | IsBackground |
If true Artifact is placed behind page contents.
(Inherited from Artifact.) |
![]() | LeftMargin |
Left margin of artifact.
If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.) |
![]() | Opacity |
Gets or sets opacity of the artifact. Possible values are in range 0..1.
(Inherited from Artifact.) |
![]() | Position |
Gets or sets artifact position.
If this property is specified, then margins and alignments are ignored.
(Inherited from Artifact.) |
![]() | Rectangle |
Gets rectangle of the artifact.
(Inherited from Artifact.) |
![]() | RightMargin |
Right margin of artifact.
If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.) |
![]() | Rotation |
Gets or sets articat rotatin angle.
(Inherited from Artifact.) |
![]() | Subtype |
Gets artifact subtype. If artifact has non-standard subtype, name of the subtype may be read via CustomSubtype.
(Inherited from Artifact.) |
![]() | Text |
Gets text of the artifact.
(Inherited from Artifact.) |
![]() | TopMargin |
Top margin of artifact.
If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.) |
![]() | Type |
Gets artifact type.
(Inherited from Artifact.) |
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.) |