Click or drag to resize

StamperSetAsAnnotation Method

Specifies if the stamp is to be stamped as annotation or not.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetAsAnnotation(
	bool annotation
)

Parameters

annotation
Type: SystemBoolean
A flag specifying if the stamp should be added as an annotation to the destination page
Remarks
SetAsBackground, HasStamps and DeleteStamps methods will not work on stamps created with this as true.
See Also