VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / PdfAnnotationGraphicsFigure Class / PdfAnnotationGraphicsFigure Constructors / PdfAnnotationGraphicsFigure Constructor(PdfAnnotation,Int32,Boolean)
Syntax Requirements SeeAlso
In This Topic
    PdfAnnotationGraphicsFigure Constructor(PdfAnnotation,Int32,Boolean)
    In This Topic
    Initializes a new instance of the PdfAnnotationGraphicsFigure class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal annotation
    The annotation.
    As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation, _
    ByVal minReferencePointCount
    Minimal count of points in a figure.
    As System.Int32, _
    ByVal isReferencePointCountFixed
    A value indicating whether minReferencePointCount cannot be changed.
    As Boolean _
    )

    Parameters

    annotation
    The annotation.
    minReferencePointCount
    Minimal count of points in a figure.
    isReferencePointCountFixed
    A value indicating whether minReferencePointCount cannot be changed.
    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