AnnotationService::GetService Method (FlowDocumentReader^)
.NET Framework (current version)
Returns the AnnotationService associated with a specified FlowDocumentReader.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- reader
-
Type:
System.Windows.Controls::FlowDocumentReader^
The document reader control to return the AnnotationService instance for.
Return Value
Type: System.Windows.Annotations::AnnotationService^The AnnotationService associated with the given document reader control; or null if the specified document reader has no AnnotationService.
| Exception | Condition |
|---|---|
| ArgumentNullException | reader is null. |
The GetService method can be used to return the AnnotationService associated with the following document viewing controls:
DocumentViewerBase derived subclasses
The viewer control associated with the annotation service is specified in the parameter to the AnnotationService constructor.
.NET Framework
Available since 3.0
Available since 3.0
Show: