PdfLineRenderingEngine Class |
Namespace: Atalasoft.Annotate.Pdf
The PdfLineRenderingEngine type exposes the following members.
Name | Description | |
---|---|---|
PdfLineRenderingEngine | Creates a new instance of PdfLineRenderingEngine. |
Name | Description | |
---|---|---|
GripRenderer |
Gets the IAnnotationGripRenderer used to render grips.
(Inherited from AnnotationRenderingEngine.) |
Name | Description | |
---|---|---|
BurnTranslucentAnnotation | This method is used to burn translucent (highlighter) annotations onto an image. (Inherited from AnnotationRenderingEngine.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTranslucentHandle | Returns a GDI HDC used for rendering the translucent effect. (Inherited from AnnotationRenderingEngine.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReleaseTranslucentHandle | Release the HDC and drawing objects created with GetTranslucentHandle(RenderEnvironment, RectangleF, AnnotationPen, AnnotationBrush). (Inherited from AnnotationRenderingEngine.) | |
RenderAnnotation | (Overrides AnnotationRenderingEngineRenderAnnotation(AnnotationData, RenderEnvironment).) | |
RenderGrips(IAnnotationGrips, AnnotationData, RenderEnvironment) | This method renders the grips for annotations. (Inherited from AnnotationRenderingEngine.) | |
RenderGrips(IAnnotationGrips, AnnotationData, RenderEnvironment, PointF) | This method is used to render the annotation grips. The public RenderGrips(IAnnotationGrips, AnnotationData, RenderEnvironment) method calls into
this protected method to perform the actual rendering. (Inherited from AnnotationRenderingEngine.) | |
RenderLineCap(PointF, PointF, AnnotationLineCap, AnnotationPen, RenderEnvironment) | Renders an AnnotationLineCap without a fill. (Inherited from AnnotationRenderingEngine.) | |
RenderLineCap(PointF, PointF, AnnotationLineCap, AnnotationBrush, AnnotationPen, RenderEnvironment) | Renders an AnnotationLineCap with a fill. (Inherited from AnnotationRenderingEngine.) | |
RenderLockImage(AnnotationImage, PointF, RenderEnvironment) | Renders a small image at the specified point. (Inherited from AnnotationRenderingEngine.) | |
RenderLockImage(AnnotationImage, RectangleF, RenderEnvironment) | Renders a small image, centered in the annotation bounds, used to indicate that an annotation is locked.
(Inherited from AnnotationRenderingEngine.) | |
RenderTranslucentPointsAnnotation(PointBaseData, AnnotationPen, AnnotationBrush, RenderEnvironment, Boolean) | Renders a point based translucent annotation. (Inherited from AnnotationRenderingEngine.) | |
RenderTranslucentPointsAnnotation(PointF, AnnotationData, AnnotationPen, AnnotationBrush, RenderEnvironment, Boolean) | Renders a translucent annotation from the specified points. (Inherited from AnnotationRenderingEngine.) | |
RestoreGraphicsTransform | Restores the Graphics object to the state it was in before using SetGraphicsTransform(AnnotationData, RenderEnvironment). (Inherited from AnnotationRenderingEngine.) | |
SetGraphicsTransform | Prepares the Graphics object to use the IAnnotate and AnnotationData
transforms. (Inherited from AnnotationRenderingEngine.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |