Accusoft.PdfXpress7.Net
AddWatermark Method




A PageArtifactOptions object which contains user configurable options to control the add watermark process.
Adds a watermark into the current Document from another Document.
Syntax
'Declaration
 
Public Sub AddWatermark( _
   ByVal options As PageArtifactOptions _
) 
'Usage
 
Dim instance As Document
Dim options As PageArtifactOptions
 
instance.AddWatermark(options)
public void AddWatermark( 
   PageArtifactOptions options
)
public: void AddWatermark( 
   PageArtifactOptions* options
) 
public:
void AddWatermark( 
   PageArtifactOptions^ options
) 

Parameters

options
A PageArtifactOptions object which contains user configurable options to control the add watermark process.
Exceptions
ExceptionDescription
System.NullReferenceExceptionThrown when the null reference is assigned to Text and ArtifactType is TextWatermark or when the null reference is assigned to SourceDocument and ArtifactType is SourceWatermark.
Remarks

This method adds a watermark from a Document object that contains a PDF that has been successfully opened into memory. The Document object calling this method must also contain a PDF that has been successfully opened into memory.

See Also

Reference

Document Class
Document Members
PageArtifactOptions Class
PageList Class
PageRange Class

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback