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
)
Public Sub SetContents (
contents As String
)
public:
virtual void SetContents(
[InAttribute] String^ contents
) sealed
function SetContents(contents);
Parameters
- contents
- Type: SystemString
the new contents
Implements
IAnnotSetContents(String)See Also