VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfInkAnnotationAppearanceGenerator Class / DrawAppearance(PdfGraphics,PdfPen,PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
    DrawAppearance(PdfGraphics,PdfPen,PointF[]) Method (PdfInkAnnotationAppearanceGenerator)
    In This Topic
    Draws the appearance of annotation.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawAppearance( _
    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 or curves of annotation.
    As Vintasoft.Imaging.Pdf.Drawing.PdfPen, _
    ByVal points
    The points, on PDF graphics, where annotation must be drawn.
    () As System.Drawing.PointF _
    )
    protected virtual void DrawAppearance(
    Vintasoft.Imaging.Pdf.Drawing.PdfGraphics graphics,
    Vintasoft.Imaging.Pdf.Drawing.PdfPen pen,
    System.Drawing.PointF[] points
    )
    protected: virtual void DrawAppearance(
    Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* graphics,
    Vintasoft.Imaging.Pdf.Drawing.PdfPen* pen,
    System.Drawing.PointF[]* points
    )
    protected:
    virtual void DrawAppearance(
    Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ graphics,
    Vintasoft.Imaging.Pdf.Drawing.PdfPen^ pen,
    array<System.Drawing.PointF>^ points
    )

    Parameters

    graphics
    The PDF graphics, where annotation must be drawn.
    pen
    The pen that must be used for drawing lines or curves of annotation.
    points
    The points, on PDF graphics, where 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