VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfCircleAnnotationAppearanceGenerator Class / DrawAppearance(PdfRectangularAnnotation,PdfPen,Color,RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
    DrawAppearance(PdfRectangularAnnotation,PdfPen,Color,RectangleF) Method (PdfCircleAnnotationAppearanceGenerator)
    In This Topic
    Draws the appearance of an annotation.
    Syntax
    'Declaration
    
    Protected Overrides Sub DrawAppearance( _
    ByVal annotation
    The annotation that must be drawn.
    As PdfRectangularAnnotation, _
    ByVal pen
    The pen that must be used for drawing lines and curves of annotation.
    As Vintasoft.Imaging.Pdf.Drawing.PdfPen, _
    ByVal backgroundColor
    The color that must be used for filling the background of annotation.
    As System.Drawing.Color, _
    ByVal rect
    The rectangle in which annotation must be drawn.
    As System.Drawing.RectangleF _
    )

    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.
    Requirements

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

    See Also