Sets the contents.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetContents(
string contents
)
Sub SetContents (
contents As String
)
void SetContents(
[InAttribute] String^ contents
)
function SetContents(contents);
Parameters
- contents
- Type: SystemString
the new contents
See Also