PdfMarkupData Methods |
The PdfMarkupData type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculateAnnotationBounds(AnnotationPen, AnnotationBrush, PointF) | This method will calculate the bounding rectangle without applying the annotation transforms. (Inherited from AnnotationData.) | |
| CalculateAnnotationBounds(RectangleF, AnnotationPen, AnnotationBrush, PointF) | This method will calculate the bounding rectangle without applying the annotation transforms. (Inherited from AnnotationData.) | |
| CalculateBounds(AnnotationPen, AnnotationBrush, PointF) | This method will calculate the bounding rectangle for the annotation, taking the pen width, shadow and
annotation transforms into account. (Inherited from AnnotationData.) | |
| CalculateBounds(RectangleF, AnnotationPen, AnnotationBrush, PointF) | This method will add the annotation pen width, shadow and transforms to the provided rectangle bounds.
(Inherited from AnnotationData.) | |
| Clone | (Overrides PdfAnnotationDataClone.) | |
| CloneBaseData | (Inherited from PdfAnnotationData.) | |
| CloneBaseDataFrom |
Clones the base data from.
(Inherited from AnnotationData.) | |
| Dispose | Releases resources used by the annotation. (Inherited from AnnotationData.) | |
| Dispose(Boolean) | Called to release resources used by the annotation. (Inherited from AnnotationData.) | |
| Equals | Compares the current annotation with another. (Inherited from AnnotationData.) | |
| Finalize |
Finalizes an instance of the AnnotationData class.
(Inherited from AnnotationData.) | |
| FormatToolTipText | This method is called to return the tooltip text string. (Inherited from PdfAnnotationData.) | |
| GetAllExtraProperties | Returns a Dictionary containing the key value pairs for extra properties. (Inherited from AnnotationData.) | |
| GetExtraProperty | Returns the value stored with SetExtraProperty(String, String). (Inherited from AnnotationData.) | |
| GetHashCode | Returns an identifier for this object. (Inherited from AnnotationData.) | |
| GetLineCapBounds | Called to get the rectangle bounds of the line cap used in an AnnotationLineCap. (Inherited from AnnotationData.) | |
| GetObjectData | (Overrides PdfAnnotationDataGetObjectData(SerializationInfo, StreamingContext).) | |
| GetRenderTransform | Returns a System.Drawing.Drawing2D.Matrix containing the matrices applied to the
annotation. (Inherited from AnnotationData.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Mirror | Flips (mirrors) the annotation horizontally or vertically. (Inherited from AnnotationData.) | |
| OnAnnotationControllerNotification | Called after a property value has been changed. (Inherited from AnnotationData.) | |
| OnCanMirrorChanged | Called when the CanMirror property value has changed. (Inherited from AnnotationData.) | |
| OnCanMoveChanged | Called when the CanMove property value has changed. (Inherited from AnnotationData.) | |
| OnCanResizeChanged | Called when the CanResize property has changed. (Inherited from AnnotationData.) | |
| OnCanRotateChanged | Called when the CanRotate property value has changed. (Inherited from AnnotationData.) | |
| OnCanSelectChanged | Called when the CanSelect property value has changed. (Inherited from AnnotationData.) | |
| OnCreationTimeChanged | Called when the CreationTime property value has changed. (Inherited from AnnotationData.) | |
| OnLocationChanged | Called when the Location property value has changed. (Inherited from AnnotationData.) | |
| OnMirrored | Called when the annotation has been mirrored. (Inherited from AnnotationData.) | |
| OnModifiedTimeChanged | Called when the ModifiedTime property has changed. (Inherited from AnnotationData.) | |
| OnNameChanged | Called when the Name property has changed. (Inherited from AnnotationData.) | |
| OnPropertyChanged | Called when a property has been changed and raises the PropertyChanged event.
(Inherited from AnnotationData.) | |
| OnPropertyChanging | (Inherited from PdfAnnotationData.) | |
| OnRotationChanged | Called when the Rotation property has changed. (Inherited from AnnotationData.) | |
| OnSecurityChanged | Called when the Security property has changed. (Inherited from AnnotationData.) | |
| OnSizeChanged | Called when the Size property has changed. (Inherited from AnnotationData.) | |
| OnStateChanged | Called when the State property has changed and raises the StateChanged event. (Inherited from AnnotationData.) | |
| OnTooltipChanged | Called when the ToolTip property has changed. (Inherited from AnnotationData.) | |
| OnTransformChanged | Called when the Transform property has changed. (Inherited from AnnotationData.) | |
| OnUserNameChanged | Called when the UserName property has changed and raises the UserNameChanged event. (Inherited from AnnotationData.) | |
| OnVisibleChanged | Called when the Visible property has changed. (Inherited from AnnotationData.) | |
| RemoveBrushEvents | This is a helper method to remove the PropertyChanging and AnnotationControllerNotification event handlers for an AnnotationBrush.
(Inherited from AnnotationData.) | |
| RemoveFontEvents | This is a helper method to remove the PropertyChanging and AnnotationControllerNotification event handlers for an AnnotationFont.
(Inherited from AnnotationData.) | |
| RemovePenEvents | This is a helper method to remove the PropertyChanging and AnnotationControllerNotification event handlers for an AnnotationPen.
(Inherited from AnnotationData.) | |
| RemoveSecurityEvents | This is a helper method to remove the PropertyChanging and AnnotationControllerNotification event handlers for an IAnnotationLock.
(Inherited from AnnotationData.) | |
| Rotate | Applies rotation to the annotation from its current rotation amount. (Inherited from AnnotationData.) | |
| SetBrushEvents | This is a helper method used to set event handlers for the PropertyChanging
and AnnotationControllerNotification event handlers in an AnnotationBrush. (Inherited from AnnotationData.) | |
| SetExtraProperty | Sets a custom value within an annotation that can be retrieved using GetExtraProperty(String). (Inherited from AnnotationData.) | |
| SetFontEvents | This is a helper method used to set event handlers for the PropertyChanging
and AnnotationControllerNotification event handlers in an AnnotationFont.
(Inherited from AnnotationData.) | |
| SetPenEvents | This is a helper method used to set event handlers for the PropertyChanging
and AnnotationControllerNotification event handlers in an AnnotationPen.
(Inherited from AnnotationData.) | |
| SetSecurityEvents | This is a helper method used to set event handlers for the PropertyChanging
and AnnotationControllerNotification event handlers in an IAnnotationLock. (Inherited from AnnotationData.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |