In This Topic
GdPicture14 Namespace / GdPicturePDF Class / AddFileAttachmentAnnot Method

AddFileAttachmentAnnot Method (GdPicturePDF)

In This Topic
Adds a file attachment annotation object to the currently selected page of the loaded PDF document.
Overload List
OverloadDescription
Adds a file attachment annotation object on the currently selected page of the loaded PDF document. The subtype attribute of this annotation is "FileAttachment". This annotation contains a reference to a file typically embedded in the current document. Opening this annotation you can extract, view or store the attached file.

This method uses the RGB color space for specifying the required color of the annotation object, here it is the background color of the annotation's icon.

 
Adds a file attachment annotation object on the currently selected page of the loaded PDF document. The subtype attribute of this annotation is "FileAttachment". This annotation contains a reference to a file typically embedded in the current document. Opening this annotation you can extract, view or store the attached file.

This method uses the RGB color space for specifying the required color of the annotation object, here it is the background color of the annotation's icon.

 
Adds a file attachment annotation object on the currently selected page of the loaded PDF document. The subtype attribute of this annotation is "FileAttachment". This annotation contains a reference to a file typically embedded in the current document. Opening this annotation you can extract, view or store the attached file.

This method uses the RGB color space for specifying the required color of the annotation object, here it is the background color of the annotation's icon.

 
See Also