 | PdfTextAnnotation(PdfPage, IconNames, String, String, Single, Single) Constructor |
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic PdfTextAnnotation(
PdfPage page,
IconNames icon,
string text,
string subject,
float x,
float y
)
Public Sub New (
page As PdfPage,
icon As IconNames,
text As String,
subject As String,
x As Single,
y As Single
)
public:
PdfTextAnnotation(
PdfPage^ page,
IconNames icon,
String^ text,
String^ subject,
float x,
float y
)
new :
page : PdfPage *
icon : IconNames *
text : string *
subject : string *
x : float32 *
y : float32 -> PdfTextAnnotationpublic PdfTextAnnotation(
PdfPage page,
IconNames icon,
String text,
String subject,
float x,
float y
)
Patagames.Pdf.Net.Annotations.PdfTextAnnotation = function(page, icon, text, subject, x, 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.
- text String
- Annotation text.
- subject String
- Annotation subject.
- x Single
- The x-coordinate of this annotation.
- y Single
- The y-coordinate of this annotation.
See Also