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[]*
);
[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>^ );
}
Ремарки
Если эта запись отсутствует или приложение просмотра не распознает ее, следует использовать регион, указанный в записи Rectangle. QuadPoints следует игнорировать, если какая-либо координата в массиве находится за пределами области, указанной Rect.
Требования
Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
Смотрите также