VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationAppearanceGenerator Class / SetAnnotationRectangle(PdfAnnotation,PointF[]) Method
Синтаксис Требования Смотрите также
В этом разделе
    SetAnnotationRectangle(PdfAnnotation,PointF[]) Метод (PdfAnnotationAppearanceGenerator)
    В этом разделе
    Устанавливает прямоугольник аннотации.
    Синтаксис
    'Declaration
    
    Public Overridable Sub SetAnnotationRectangle( _
    ByVal annotation
    Аннотация.
    As PdfAnnotation, _
    ByVal annotationReferencePoints
    Опорные точки аннотации.
    () As System.Drawing.PointF _
    )
    public virtual void SetAnnotationRectangle(
    PdfAnnotation annotation,
    System.Drawing.PointF[] annotationReferencePoints
    )
    public: virtual void SetAnnotationRectangle(
    PdfAnnotation* annotation,
    System.Drawing.PointF[]* annotationReferencePoints
    )
    public:
    virtual void SetAnnotationRectangle(
    PdfAnnotation^ annotation,
    array<System.Drawing.PointF>^ annotationReferencePoints
    )

    Parameters

    annotation
    Аннотация.
    annotationReferencePoints
    Опорные точки аннотации.

    Return Value

    Рассчитанный прямоугольник аннотации.
    Требования

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

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