Gets the contents.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetContents()
Public Function GetContents As String
public:
virtual String^ GetContents() sealed
Return Value
Type:
String
A reference to string object with the text that will be associated with this annotation.
This is the text that annotation displays on user interaction, if the annotation type supports it.
Implements
IAnnotGetContentsSee Also