Click or drag to resize

WpfPdfMarkupAnnotation Methods

The WpfPdfMarkupAnnotation type exposes the following members.

Methods
  NameDescription
Protected methodAddVisualChild
Defines the parent-child relationship between two visuals.
(Inherited from Visual.)
Public methodAttachGrips
This method is called by the WpfAnnotationCanvas to ask the annotation for Grip creation.
(Inherited from WpfAnnotationUI.)
Protected methodAttachGripsOverride
Called when the annotation grips need to be created.
(Overrides WpfAnnotationUIAttachGripsOverride(WpfAnnotationCanvas).)
Protected methodCalculateGeometry
Calculates the geometry of the annotation with the specified parameters.
(Inherited from WpfAnnotationUI.)
Public methodCheckAccess
Determines whether the calling thread has access to this DispatcherObject.
(Inherited from DispatcherObject.)
Public methodClearValue(DependencyProperty)
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodClearValue(DependencyPropertyKey)
Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
(Inherited from DependencyObject.)
Public methodClone
Creates a copy of the anotation.
(Inherited from WpfAnnotationUI.)
Protected methodCloneOverride
Derived classes must override this method and return a copy of itself.
(Overrides WpfAnnotationUICloneOverride(WpfAnnotationUI).)
Public methodClosePopup
This method is called to close the popup dialog.
(Inherited from WpfPdfAnnotation.)
Public methodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Inherited from DependencyObject.)
Public methodCreateDataSnapshot
This method creates an AnnotationData copy of this annotation for serialization.
(Inherited from WpfAnnotationUI.)
Protected methodCreateDataSnapshotOverride
This method is used to serialize the annotation.
(Overrides WpfAnnotationUICreateDataSnapshotOverride.)
Public methodEquals
Determines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Inherited from DependencyObject.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindCommonVisualAncestor
Returns the common ancestor of two visual objects.
(Inherited from Visual.)
Public methodGetHashCode
Gets a hash code for this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetLocalValueEnumerator
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Protected methodGetVisualChild
Returns the specified Visual in the parent VisualCollection.
(Inherited from Visual.)
Public methodHitTest
This method will determine whether the specified point is on the annotation.
(Inherited from WpfAnnotationUI.)
Protected methodHitTestCore(PointHitTestParameters)
Determines whether a point coordinate value is within the bounds of the visual object.
(Inherited from WpfAnnotationUI.)
Protected methodHitTestCore(GeometryHitTestParameters)
Determines whether a geometry value is within the bounds of the visual object.
(Inherited from Visual.)
Public methodInvalidateProperty
Re-evaluates the effective value for the specified dependency property
(Inherited from DependencyObject.)
Protected methodInvalidateVisual
Forces the annotation to redraw itself.
(Inherited from WpfAnnotationUI.)
Public methodIsAncestorOf
Determines whether the visual object is an ancestor of the descendant visual object.
(Inherited from Visual.)
Public methodIsDescendantOf
Determines whether the visual object is a descendant of the ancestor visual object.
(Inherited from Visual.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMirror
Mirrors the annotation in the specified direction.
(Inherited from WpfAnnotationUI.)
Protected methodOnAnnotationBrushChanged
Called when the FillProperty has changed.
(Inherited from WpfAnnotationUI.)
Protected methodOnAnnotationCreated
Called after the annotation has been created.
(Inherited from WpfAnnotationUI.)
Protected methodOnAnnotationFontChanged
Called when the FontProperty has changed.
(Inherited from WpfAnnotationUI.)
Protected methodOnAnnotationPenChanged
Called when the OutlineProperty has changed.
(Inherited from WpfAnnotationUI.)
Protected methodOnCanvasChanged
Called when the Canvas property has changed.
(Inherited from WpfPdfAnnotation.)
Protected methodOnGripPositionChanged
Called when a grip for the annotation has moved.
(Overrides WpfPdfAnnotationOnGripPositionChanged(EventArgsWpfAnnotationGrip).)
Protected methodOnMouseDown
Raises the MouseDown event.
(Overrides WpfPdfAnnotationOnMouseDown(MouseButtonEventArgs).)
Protected methodOnMouseMove
Called when a MouseMove event has been raised for the annotation.
(Overrides WpfAnnotationUIOnMouseMove(MouseEventArgs).)
Protected methodOnMouseUp
Raises the MouseUp event.
(Overrides WpfPdfAnnotationOnMouseUp(MouseButtonEventArgs).)
Protected methodOnPopupClosing
This method is called when the default dialog is closing.
(Inherited from WpfPdfAnnotation.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event.
(Overrides WpfPdfAnnotationOnPropertyChanged(DependencyPropertyChangedEventArgs).)
Protected methodOnRotateDocument
Called when the document has been rotated.
(Inherited from WpfAnnotationUI.)
Protected methodOnSelectedChanged
Called when the Selected property has been changed.
(Overrides WpfAnnotationUIOnSelectedChanged(EventArgs).)
Protected methodOnVisualChildrenChanged
Called when the VisualCollection of the visual object is modified.
(Inherited from Visual.)
Protected methodOnVisualParentChanged
Called when the parent of the visual object is changed.
(Inherited from Visual.)
Protected methodOperationRequest
Called when a request operation has been raised on the annotation.
(Overrides WpfAnnotationUIOperationRequest(OperationRequestInformation).)
Public methodPointFromScreen
Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.
(Inherited from Visual.)
Public methodPointToScreen
Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.
(Inherited from Visual.)
Public methodPredetermineRenderBounds
This method is used to calculate the expected render bounds of an annotation if its rotation was changed.
(Inherited from WpfAnnotationUI.)
Public methodRaiseEvent
This method is used to force an event in the annotation.
(Inherited from WpfAnnotationUI.)
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public methodRemove
This method will remove the annotation from its parent layer.
(Inherited from WpfAnnotationUI.)
Protected methodRemoveVisualChild
Removes the parent-child relationship between two visuals.
(Inherited from Visual.)
Protected methodReplaceGrips
Call this method to replace the current annotation grips with new grips.
(Inherited from WpfAnnotationUI.)
Public methodResetMirrorVariables
This method will reset the internal Matrix used for mirroring.
(Inherited from WpfAnnotationUI.)
Public methodRotate
This method will append a rotation to the annotation's current rotation.
(Inherited from WpfAnnotationUI.)
Public methodSetCurrentValue
Sets the value of a dependency property without changing its value source.
(Inherited from DependencyObject.)
Public methodSetTransparency
Sets the alpha values for the Fill and Outline of the annotation.
(Inherited from WpfAnnotationUI.)
Protected methodSetUserHasCreated
Derived class should call this method to indicate that their creation process has completed.
(Inherited from WpfAnnotationUI.)
Public methodSetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object)
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Inherited from DependencyObject.)
Protected methodShouldSerializeProperty
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
(Inherited from DependencyObject.)
Public methodShowPopup
This method is called to display a popup dialog for the PDF annotation.
(Inherited from WpfPdfAnnotation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformToAncestor(Visual)
Returns a transform that can be used to transform coordinates from the Visual to the specified Visual ancestor of the visual object.
(Inherited from Visual.)
Public methodTransformToAncestor(Visual3D)
Returns a transform that can be used to transform coordinates from the Visual to the specified Visual3D ancestor of the visual object.
(Inherited from Visual.)
Public methodTransformToDescendant
Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant.
(Inherited from Visual.)
Public methodTransformToVisual
Returns a transform that can be used to transform coordinates from the Visual to the specified visual object.
(Inherited from Visual.)
Protected methodUpdateToolTip
Sets the ToolTip property for the annotation.
(Inherited from WpfPdfAnnotation.)
Public methodVerifyAccess
Enforces that the calling thread has access to this DispatcherObject.
(Inherited from DispatcherObject.)
Top
See Also