QuadPoints Свойство (PdfLinkAnnotation)
В этом разделе
Возвращает или задает массив из 4 точек xn, определяющих координаты n четырехугольников в пользовательском пространстве по умолчанию, составляющих область, в которой ссылка должна быть активирована (PDF 1.6).
Синтаксис
'Declaration
<DefaultValueAttribute(null)>
<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).")>
<CategoryAttribute("Common")>
Public Property QuadPoints As System.Drawing.PointF[]
[DefaultValue(null)]
[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).")]
[Category("Common")]
public System.Drawing.PointF[] QuadPoints { get; set; }
[DefaultValue(null)]
[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).")]
[Category("Common")]
public: __property System.Drawing.PointF[] get_QuadPoints();
public: __property void set_QuadPoints(
System.Drawing.PointF[]*
);
[DefaultValue(null)]
[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).")]
[Category("Common")]
public:
property System.Drawing.PointF[] QuadPoints {
System.Drawing.PointF[] get();
void set(array<System.Drawing.PointF>^ );
}
Ремарки
Если эта запись отсутствует или приложение просмотра не распознает ее, следует использовать регион, указанный в записи Rectangle. QuadPoints следует игнорировать, если какая-либо координата в массиве находится за пределами области, указанной Rect.
Требования
Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
Смотрите также