Click or drag to resize

Markup.SetContents Method

Sets the contents.

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

Parameters

contents
Type: System.String
the new contents

Implements

IAnnot.SetContents(String)
See Also