Accusoft.PdfXpress7.Net
DeleteWatermark Method




The zero-based page number to delete watermarks from.
Deletes a watermark(s) from the Document's page.
Syntax
'Declaration
 
Public Sub DeleteWatermark( _
   ByVal pageIndex As Integer _
) 
'Usage
 
Dim instance As Document
Dim pageIndex As Integer
 
instance.DeleteWatermark(pageIndex)
public void DeleteWatermark( 
   int pageIndex
)
public: void DeleteWatermark( 
   int pageIndex
) 
public:
void DeleteWatermark( 
   int pageIndex
) 

Parameters

pageIndex
The zero-based page number to delete watermarks from.
Remarks

This method deletes a watermark from a Document that has been successfully opened into memory.

See Also

Reference

Document Class
Document Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback