VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfFreeTextAnnotation Class / CalloutLinePoints Property
Синтаксис Требования Смотрите также
В этом разделе
    CalloutLinePoints Свойство (PdfFreeTextAnnotation)
    В этом разделе
    Возвращает или задает массив точек дерева, определяющих линию выноски, прикрепленную к произвольной текстовой аннотации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("An array of tree point specifying a callout line attached to the free text annotation.")>
    <CategoryAttribute("Appearance")>
    Public Property CalloutLinePoints As System.Drawing.PointF[]
    
    
    [Description("An array of tree point specifying a callout line attached to the free text annotation.")]
    [Category("Appearance")]
    public System.Drawing.PointF[] CalloutLinePoints { get; set; }
    
    
    [Description("An array of tree point specifying a callout line attached to the free text annotation.")]
    [Category("Appearance")]
    public: __property System.Drawing.PointF[] get_CalloutLinePoints();
    public: __property void set_CalloutLinePoints(
    System.Drawing.PointF[]* value
    );
    [Description("An array of tree point specifying a callout line attached to the free text annotation.")]
    [Category("Appearance")]
    public:
    property System.Drawing.PointF[] CalloutLinePoints { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }

    Property Value

    Три точки обозначают начальную, точку перегиба и конечную точки линии в пользовательском пространстве по умолчанию.
    Требования

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

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