Click or drag to resize

PDFViewCtrlEnableExternalAnnotManager Method (String, ExternalAnnotManagerMode)

[Missing <summary> documentation for "M:pdftron.PDF.PDFViewCtrl.EnableExternalAnnotManager(System.String,pdftron.PDF.ExternalAnnotManagerMode)"]

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ExternalAnnotManager EnableExternalAnnotManager(
	string author_name,
	ExternalAnnotManagerMode mode
)

Parameters

author_name
Type: SystemString
the unique identifier of the current user
mode
Type: pdftron.PDFExternalAnnotManagerMode
IMPORTANT, admin and user-only modes cannot be mixed between the collaborators

Return Value

Type: ExternalAnnotManager

[Missing <returns> documentation for "M:pdftron.PDF.PDFViewCtrl.EnableExternalAnnotManager(System.String,pdftron.PDF.ExternalAnnotManagerMode)"]

See Also