'Declaration Protected Overrides Sub DrawAppearance( _
ByVal annotationThe annotation that must be drawn.As PdfRectangularAnnotation, _
ByVal penThe pen that must be used for drawing lines and curves of annotation.As Vintasoft.Imaging.Pdf.Drawing.PdfPen, _
ByVal backgroundColorThe color that must be used for filling the background of annotation.As System.Drawing.Color, _
ByVal rectThe rectangle in which annotation must be drawn.As System.Drawing.RectangleF _
)
protected override void DrawAppearance(
PdfRectangularAnnotation annotation,
Vintasoft.Imaging.Pdf.Drawing.PdfPen pen,
System.Drawing.Color backgroundColor,
System.Drawing.RectangleF rect
)
protected: void DrawAppearance(
PdfRectangularAnnotation* annotation,
Vintasoft.Imaging.Pdf.Drawing.PdfPen* pen,
System.Drawing.Color* backgroundColor,
System.Drawing.RectangleF* rect
); override
protected:
void DrawAppearance(
PdfRectangularAnnotation^ annotation,
Vintasoft.Imaging.Pdf.Drawing.PdfPen^ pen,
System.Drawing.Color^ backgroundColor,
System.Drawing.RectangleF^ rect
); override
Parameters
- annotation
- The annotation that must be drawn.
- pen
- The pen that must be used for drawing lines and curves of annotation.
- backgroundColor
- The color that must be used for filling the background of annotation.
- rect
- The rectangle in which annotation must be drawn.