PdfAnnotationUIFactory.Initialize Method |
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic static void Initialize(
AnnotationUIFactoryCollection factoryCollection
)
Public Shared Sub Initialize (
factoryCollection As AnnotationUIFactoryCollection
)
Parameters
- factoryCollection
- Type: Atalasoft.Annotate.UI.AnnotationUIFactoryCollection
The factory collection to populate.
RemarksIf the given factory collection already has instances of the default PDF annotation UI factory types,
they will be preserved, and new ones will not be added.
See Also