Click or drag to resize

AnnotLayer Class

annotation layer
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.Windows.MediaContainerVisual
          System.Windows.MediaDrawingVisual
            ComPDFKitViewer.BaseObjectBaseDraw
              ComPDFKitViewer.LayerBaseLayer
                ComPDFKitViewer.LayerAnnotLayer

Namespace:  ComPDFKitViewer.Layer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public class AnnotLayer : BaseLayer

The AnnotLayer type exposes the following members.

Constructors
  NameDescription
Public methodAnnotLayer
annotation layer
Top
Properties
  NameDescription
Public propertyCurrentType
Current Layer Type
(Inherited from BaseLayer.)
Top
Methods
  NameDescription
Public methodAnnotHitTest
Hit test
Public methodArrange
ReArrange Children
(Inherited from BaseLayer.)
Public methodCleanDraw
Clean draw
(Inherited from BaseDraw.)
Public methodDraw
draw
(Overrides BaseDrawDraw.)
Public methodDrawHighlights
Get all annotations
Public methodGetAnnotForIndex
Get annotation by index
Public methodGetAnnotListForType
Get all annotations of a certain type
Public methodGetIsShowAnnot
Set whether to display all annotations
Public methodGetIsShowWidget
Set whether to display all Widget forms
Public methodGetResTag
Get resource index
(Inherited from BaseDraw.)
Public methodGetSelectedAnnot
Get the selected annotation
Public methodGetUpdate
Used to update and synchronize external cache data object information
Public methodSetIsHideAnnotForType
Hide a type of annotation
Public methodSetIsShowAnnot
Set whether to display all annotations
Public methodSetIsShowWidget
Set whether to display all Widget forms
Public methodSetResIndex
Set resource index
(Inherited from BaseDraw.)
Top
Fields
  NameDescription
Public fieldt (Inherited from BaseDraw.)
Top
See Also