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
)
Public Function EnableExternalAnnotManager (
author_name As String,
mode As ExternalAnnotManagerMode
) As ExternalAnnotManager
public:
virtual ExternalAnnotManager^ EnableExternalAnnotManager(
[InAttribute] String^ author_name,
[InAttribute] ExternalAnnotManagerMode mode
) sealed
function EnableExternalAnnotManager(author_name, 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