public AnnotationDocumentPaginator(System.Windows.Documents.DocumentPaginator originalPaginator, System.Windows.Annotations.Storage.AnnotationStore annotationStore, System.Windows.FlowDirection flowDirection)
 {
     Contract.Requires(originalPaginator != null);
 }
 public void Enable(System.Windows.Annotations.Storage.AnnotationStore annotationStore)
 {
 }