Click or drag to resize

CPDFWatermarkSetPages Method

Sets page range of watermark. Page range, such as:1,2,3 or 1-3

Namespace:  ComPDFKit.PDFWatermark
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetPages(
	string pages
)

Parameters

pages
Type: SystemString
Page range,such as:1,2,3 or 1-3

Return Value

Type: Boolean
Returns whether to successfully set page range of watermark.
See Also