VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfInkAnnotationBuilder Class / PdfInkAnnotationBuilder Constructors / PdfInkAnnotationBuilder Constructor(PdfInkAnnotationView,Single)
Синтаксис Требования Смотрите также
В этом разделе
    PdfInkAnnotationBuilder Constructor(PdfInkAnnotationView,Single)
    В этом разделе
    Инициализирует новый экземпляр класса PdfInkAnnotationBuilder.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal annotationView
    Вид аннотации.
    As PdfInkAnnotationView, _
    ByVal minLineLength
    Минимальное расстояние между соседними точками.
    As Single _
    )
    public PdfInkAnnotationBuilder(
    PdfInkAnnotationView annotationView,
    float minLineLength
    )
    public: PdfInkAnnotationBuilder(
    PdfInkAnnotationView* annotationView,
    float minLineLength
    )
    public:
    PdfInkAnnotationBuilder(
    PdfInkAnnotationView^ annotationView,
    float minLineLength
    )

    Parameters

    annotationView
    Вид аннотации.
    minLineLength
    Минимальное расстояние между соседними точками.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также