PDFViewCtrlEnableExternalAnnotManager Method (String) |
[Missing <summary> documentation for "M:pdftron.PDF.PDFViewCtrl.EnableExternalAnnotManager(System.String)"]
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ExternalAnnotManager EnableExternalAnnotManager(
string author_name
)
Public Function EnableExternalAnnotManager (
author_name As String
) As ExternalAnnotManager
public:
virtual ExternalAnnotManager^ EnableExternalAnnotManager(
[InAttribute] String^ author_name
) sealed
function EnableExternalAnnotManager(author_name);
Parameters
- author_name
- Type: SystemString
the unique identifier of the current user
Return Value
Type:
ExternalAnnotManager[Missing <returns> documentation for "M:pdftron.PDF.PDFViewCtrl.EnableExternalAnnotManager(System.String)"]
See Also