Click or drag to resize

StickyNoteAnnot Class

Sticky note annotation
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.Windows.MediaContainerVisual
          System.Windows.MediaDrawingVisual
            ComPDFKitViewer.BaseObjectBaseDraw
              ComPDFKitViewer.BaseObjectBaseAnnot
                ComPDFKitViewer.AnnotStickyNoteAnnot

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

The StickyNoteAnnot type exposes the following members.

Constructors
  NameDescription
Public methodStickyNoteAnnot
Constructor
Top
Properties
  NameDescription
Public propertyCurrentType
Annotation type
(Inherited from BaseAnnot.)
Top
Methods
  NameDescription
Public methodCleanDraw
Clean draw
(Inherited from BaseDraw.)
Public methodDraw
Draw sticky note annotation
(Overrides BaseDrawDraw.)
Public methodGetAnnotData
get the annotation related data
(Inherited from BaseAnnot.)
Public methodGetAnnotIndex
get the index of the current annotation when rendering
(Inherited from BaseAnnot.)
Public methodGetResTag
Get resource index
(Inherited from BaseDraw.)
Public methodPopStickyNote
Set annotation point
Public methodRemoveClean (Overrides BaseAnnotRemoveClean(Boolean).)
Public methodSetAnnotIndex
set the index of the current annotation when rendering
(Inherited from BaseAnnot.)
Public methodSetAnnotPoint
offset the annotation based on the existing
(Inherited from BaseAnnot.)
Public methodSetResIndex
Set resource index
(Inherited from BaseDraw.)
Top
Events
  NameDescription
Public eventStatic memberStickyPopupClosed
Top
Fields
  NameDescription
Public fieldFillBrush
Fill brush
Public fieldt (Inherited from BaseDraw.)
Top
See Also