DocumentAnnotationViewerAnnotationDataProvider Property |
Gets or sets the provider class used for loading annotation data.
If this property is null (Nothing in VB) we will automatically extract
embedded annotation data from JPEG, TIFF and PDF files.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IAnnotationDataProvider AnnotationDataProvider { get; set; }
Public Property AnnotationDataProvider As IAnnotationDataProvider
Get
Set
Property Value
Type:
IAnnotationDataProvider The data provider used to load annotations.
See Also