VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfLinkAnnotation Class / QuadPoints Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    QuadPoints Свойство (PdfLinkAnnotation)
    В этом разделе
    Возвращает или задает массив из 4 точек xn, определяющих координаты n четырехугольников в пользовательском пространстве по умолчанию, составляющих область, в которой ссылка должна быть активирована (PDF 1.6).
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Common")>
    <DescriptionAttribute("An array of 4 x n points specifying the coordinates of n quadrilaterals in default user space that comprise the region in which the link should be activated (PDF 1.6).")>
    <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 that comprise the region in which the link should be activated (PDF 1.6).")]
    [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 that comprise the region in which the link should be activated (PDF 1.6).")]
    [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 that comprise the region in which the link should be activated (PDF 1.6).")]
    [DefaultValue(null)]
    public:
    property System.Drawing.PointF[] QuadPoints { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }
    Ремарки

    Если эта запись отсутствует или приложение просмотра не распознает ее, следует использовать регион, указанный в записи Rectangle. QuadPoints следует игнорировать, если какая-либо координата в массиве находится за пределами области, указанной Rect.

    Требования

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

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