Click or drag to resize

PdfFileAttachmentAnnotation(PdfPage, FileIconNames, String, Byte, FS_COLOR, Single, Single) Constructor


Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfFileAttachmentAnnotation(
	PdfPage page,
	FileIconNames icon,
	string filename,
	byte[] fileData,
	FS_COLOR color,
	float x,
	float y
)

Parameters

page  PdfPage
The PDF page associated with annotation.
icon  FileIconNames
The name of a standard icon to be used in displaying the annotation.
filename  String
The name of the attached file.
fileData  Byte
The contents of the attached file.
color  FS_COLOR
Annotation color.
x  Single
The x-coordinate of this annotation.
y  Single
The y-coordinate of this annotation.
See Also