Overload | Description |
---|---|
AddFileAttachmentAnnot(Single,Single,Single,Single,Byte[],String,String,String,Byte,Byte,Byte,Single,PdfFileAttachmentAnnotIcon) | 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. |
AddFileAttachmentAnnot(Single,Single,Single,Single,Byte[],String,String,String,Byte,Byte,Byte,Byte,Single,PdfFileAttachmentAnnotIcon) | 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. |
AddFileAttachmentAnnot(Single,Single,Single,Single,Byte[],String,String,String,GdPictureColor,Single,PdfFileAttachmentAnnotIcon) | 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. |