Click or drag to resize

PdfAnnotationUIFactoryInitialize Method

Initializes a given AnnotationUIFactoryCollection with a default set of PDF annotation UI factories.

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
)

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