Click or drag to resize

BaseAnnot Class

Base class object for all annotations
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.Windows.MediaContainerVisual
          System.Windows.MediaDrawingVisual
            ComPDFKitViewer.BaseObjectBaseDraw
              ComPDFKitViewer.BaseObjectBaseAnnot
                More...

Namespace:  ComPDFKitViewer.BaseObject
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public class BaseAnnot : BaseDraw

The BaseAnnot type exposes the following members.

Properties
  NameDescription
Public propertyCurrentType
Annotation type
Top
Methods
  NameDescription
Public methodCleanDraw
Clean draw
(Inherited from BaseDraw.)
Public methodDraw
Draw
(Inherited from BaseDraw.)
Public methodGetAnnotData
get the annotation related data
Public methodGetAnnotIndex
get the index of the current annotation when rendering
Public methodGetResTag
Get resource index
(Inherited from BaseDraw.)
Public methodRemoveClean
clean method when the annotation object is released
Public methodSetAnnotIndex
set the index of the current annotation when rendering
Public methodSetAnnotPoint
offset the annotation based on the existing
Public methodSetResIndex
Set resource index
(Inherited from BaseDraw.)
Top
Fields
  NameDescription
Public fieldt (Inherited from BaseDraw.)
Top
See Also
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.Windows.MediaContainerVisual
          System.Windows.MediaDrawingVisual
            ComPDFKitViewer.BaseObjectBaseDraw
              ComPDFKitViewer.BaseObjectBaseAnnot
                ComPDFKit.Viewer.AnnotLineMeasureAnnot
                ComPDFKit.Viewer.AnnotMovieAnnot
                ComPDFKit.Viewer.AnnotPolygonMeasureAnnot
                ComPDFKit.Viewer.AnnotPolyLineMeasureAnnot
                ComPDFKit.Viewer.AnnotSoundAnnot
                ComPDFKitViewer.AnnotCircleAnnot
                ComPDFKitViewer.AnnotFreeTextAnnot
                ComPDFKitViewer.AnnotHighlightAnnot
                ComPDFKitViewer.AnnotInkAnnot
                ComPDFKitViewer.AnnotLineAnnot
                ComPDFKitViewer.AnnotLinkAnnot
                ComPDFKitViewer.AnnotRedactionAnnot
                ComPDFKitViewer.AnnotSquareAnnot
                ComPDFKitViewer.AnnotSquigglyAnnot
                ComPDFKitViewer.AnnotStampAnnot
                ComPDFKitViewer.AnnotStickyNoteAnnot
                ComPDFKitViewer.AnnotStrikeoutAnnot
                ComPDFKitViewer.AnnotUnderLineAnnot
                ComPDFKitViewer.AnnotUnkownAnnot
                ComPDFKitViewer.WidgetBaseWidget