PdfAnnotationUIFactoryInitialize 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)
Syntax public static void Initialize(
AnnotationUIFactoryCollection factoryCollection
)
Public Shared Sub Initialize (
factoryCollection As AnnotationUIFactoryCollection
)
Parameters
- factoryCollection
- Type: Atalasoft.Annotate.UIAnnotationUIFactoryCollection
The factory collection to populate.
Remarks If 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