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
)
Public Sub SetAsAnnotation (
annotation As Boolean
)
public:
virtual void SetAsAnnotation(
[InAttribute] bool annotation
) sealed
function SetAsAnnotation(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