VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotation Class / QuadPoints Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    QuadPoints Свойство (PdfTextMarkupAnnotation)
    В этом разделе
    Возвращает или задает массив из 4 x N точек, определяющих координаты N четырехугольников в пользовательском пространстве по умолчанию.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Common")>
    <DescriptionAttribute("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")>
    <DefaultValueAttribute(null)>
    Public Property QuadPoints As System.Drawing.PointF[]
    
    
    [Category("Common")]
    [Description("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")]
    [DefaultValue(null)]
    public System.Drawing.PointF[] QuadPoints { get; set; }
    
    
    [Category("Common")]
    [Description("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")]
    [DefaultValue(null)]
    public: __property System.Drawing.PointF[] get_QuadPoints();
    public: __property void set_QuadPoints(
    System.Drawing.PointF[]* value
    );
    [Category("Common")]
    [Description("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")]
    [DefaultValue(null)]
    public:
    property System.Drawing.PointF[] QuadPoints { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }
    Ремарки

    Каждый четырехугольник включает слово или группу смежных слов в тексте, лежащем в основе аннотации.

    Требования

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

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