RadioButtonWidgetSetContents Method |
Sets the contents.
Namespace:
pdftron.PDF.Annots
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