VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfPolygonalAnnotationAppearanceGenerator Class / DrawAppearance(PdfPolygonalAnnotation,PdfGraphics,PdfPen,Color,PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
DrawAppearance(PdfPolygonalAnnotation,PdfGraphics,PdfPen,Color,PointF[]) Method (PdfPolygonalAnnotationAppearanceGenerator)
In This Topic
Draws the appearance of an annotation.
Syntax
'Declaration

Protected Overridable Sub DrawAppearance( _
ByVal annotation
The annotation that must be drawn.
As PdfPolygonalAnnotation, _
ByVal graphics
The PDF graphics, where annotation must be drawn.
As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
ByVal pen
The pen that must be used for drawing lines and curves of annotation.
As Vintasoft.Imaging.Pdf.Drawing.PdfPen, _
ByVal interiorColor
The color that must be used for filling the interiors of annotation.
As System.Drawing.Color, _
ByVal points
The points, on PDF graphics, where annotation must be drawn.
() As System.Drawing.PointF _
)

Parameters

annotation
The annotation that must be drawn.
graphics
The PDF graphics, where annotation must be drawn.
pen
The pen that must be used for drawing lines and curves of annotation.
interiorColor
The color that must be used for filling the interiors of annotation.
points
The points, on PDF graphics, where annotation must be drawn.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also