Click or drag to resize

AnnotSetContents Method

Sets the content of this annotation. (Optional).

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetContents(
	string contents
)

Parameters

contents
Type: SystemString
the new contents

Implements

IAnnotSetContents(String)
See Also