Click or drag to resize

PdfTextAnnotation(PdfPage, IconNames, FS_COLOR, String, String, Single, Single) Constructor

Creates a new PdfTextAnnotation with specified parameters.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public PdfTextAnnotation(
	PdfPage page,
	IconNames icon,
	FS_COLOR color,
	string text,
	string subject,
	float x,
	float y
)

Parameters

page  PdfPage
The PDF page associated with annotation.
icon  IconNames
The name of a standard icon to be used in displaying the annotation.
color  FS_COLOR
Annotation color.
text  String
Annotation text.
subject  String
Annotation subject.
x  Single
The x-coordinate of the left bottom corner of the annotation rectangle.
y  Single
The y-coordinate of the left-bottom cornere of the annotation rectangle.
See Also