Click or drag to resize

ReflowGetAnnot Method

Gets PDF annotation(s) as JSON.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetAnnot(
	string in_id
)

Parameters

in_id
Type: SystemString
an annotation ID, or an empty string

Return Value

Type: String
returns JSON string
See Also