Show / Hide Table of Contents

Class PTCollaborationManager

Inheritance
System.Object
PTBaseCollaborationManager
PTCollaborationManager
Inherited Members
PTBaseCollaborationManager.ImportAnnotationsWithXFDFCommand(String)
PTBaseCollaborationManager.ImportAnnotationsWithXFDFCommand(String, Boolean)
PTBaseCollaborationManager.ImportAnnotationsWithXFDFString(String)
PTBaseCollaborationManager.ImportAnnotationsWithXFDFString(String, Boolean)
PTBaseCollaborationManager.LoadInitialRemoteAnnotation(PTCollaborationAnnotation)
PTBaseCollaborationManager.LoadInitialRemoteAnnotations(PTCollaborationAnnotation[])
PTBaseCollaborationManager.RegisterServerCommunicationComponent(PTCollaborationServerCommunication)
PTBaseCollaborationManager.RemoteAnnotationAdded(PTCollaborationAnnotation)
PTBaseCollaborationManager.RemoteAnnotationModified(PTCollaborationAnnotation)
PTBaseCollaborationManager.RemoteAnnotationRemoved(PTCollaborationAnnotation)
PTBaseCollaborationManager.RemoteAnnotationsAdded(PTCollaborationAnnotation[])
PTBaseCollaborationManager.RemoteAnnotationsModified(PTCollaborationAnnotation[])
PTBaseCollaborationManager.RemoteAnnotationsRemoved(PTCollaborationAnnotation[])
PTBaseCollaborationManager.AnnotationManager
PTBaseCollaborationManager.ToolManager
Namespace: pdftron.PDF.Utils
Assembly: Tools.dll
Syntax
public class PTCollaborationManager : PTBaseCollaborationManager

Constructors

PTCollaborationManager()

Declaration
public PTCollaborationManager()

PTCollaborationManager(NSObjectFlag)

Declaration
protected PTCollaborationManager(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTCollaborationManager(PTToolManager, String, PTExternalAnnotManagerMode)

Declaration
public PTCollaborationManager(PTToolManager toolManager, string userId, PTExternalAnnotManagerMode mode)
Parameters
Type Name Description
PTToolManager toolManager
System.String userId
PTExternalAnnotManagerMode mode

PTCollaborationManager(IntPtr)

Declaration
protected PTCollaborationManager(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr
Overrides
PTBaseCollaborationManager.ClassHandle

Mode

Declaration
public virtual PTExternalAnnotManagerMode Mode { get; }
Property Value
Type Description
PTExternalAnnotManagerMode

Extension Methods

PTBaseCollaborationManager_PTSubclassing.DidAddlocalAnnotation(PTBaseCollaborationManager, NSObject, Int32)
PTBaseCollaborationManager_PTSubclassing.DidModifyLocalAnnotation(PTBaseCollaborationManager, NSObject, Int32)
PTBaseCollaborationManager_PTSubclassing.DidRemoveLocalAnnotation(PTBaseCollaborationManager, NSObject, Int32)
PTBaseCollaborationManager_PTSubclassing.ExportXFDFStringWithError(PTBaseCollaborationManager, out NSError)
PTBaseCollaborationManager_PTSubclassing.GetLastXFDF(PTBaseCollaborationManager)
PTBaseCollaborationManager_PTSubclassing.GetLastXFDFCommand(PTBaseCollaborationManager)
PTBaseCollaborationManager_PTSubclassing.MergeInitialXFDFCommand(PTBaseCollaborationManager, String)
PTBaseCollaborationManager_PTSubclassing.MergeInitialXFDFString(PTBaseCollaborationManager, String)
PTBaseCollaborationManager_PTSubclassing.MergeXFDFCommand(PTBaseCollaborationManager, String)
PTBaseCollaborationManager_PTSubclassing.MergeXFDFString(PTBaseCollaborationManager, String)
PTBaseCollaborationManager_PTSubclassing.WillModifyLocalAnnotation(PTBaseCollaborationManager, NSObject, Int32)
PTBaseCollaborationManager_PTSubclassing.WillRemoveLocalAnnotation(PTBaseCollaborationManager, NSObject, Int32)
In This Article
Back to top Generated by DocFX