GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddFileAttachmentAnnot Method





In This Topic
AddFileAttachmentAnnot Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function AddFileAttachmentAnnot( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single, _
   ByRef Data() As Byte, _
   ByVal FileName As String, _
   ByVal Title As String, _
   ByVal Description As String, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte, _
   ByVal Opacity As Single, _
   ByVal AnnotIcon As PdfFileAttachmentAnnotIcon _
) As Integer
public int AddFileAttachmentAnnot( 
   float Left,
   float Top,
   float Width,
   float Height,
   ref byte[] Data,
   string FileName,
   string Title,
   string Description,
   byte Red,
   byte Green,
   byte Blue,
   float Opacity,
   PdfFileAttachmentAnnotIcon AnnotIcon
)
public function AddFileAttachmentAnnot( 
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single;
   var  Data: Bytearray of;
    FileName: String;
    Title: String;
    Description: String;
    Red: Byte;
    Green: Byte;
    Blue: Byte;
    Opacity: Single;
    AnnotIcon: PdfFileAttachmentAnnotIcon
): Integer; 
public function AddFileAttachmentAnnot( 
   Left : float,
   Top : float,
   Width : float,
   Height : float,
   Data : byte[],
   FileName : String,
   Title : String,
   Description : String,
   Red : byte,
   Green : byte,
   Blue : byte,
   Opacity : float,
   AnnotIcon : PdfFileAttachmentAnnotIcon
) : int;
public: int AddFileAttachmentAnnot( 
   float Left,
   float Top,
   float Width,
   float Height,
   ref byte[]* Data,
   string* FileName,
   string* Title,
   string* Description,
   byte Red,
   byte Green,
   byte Blue,
   float Opacity,
   PdfFileAttachmentAnnotIcon AnnotIcon
) 
public:
int AddFileAttachmentAnnot( 
   float Left,
   float Top,
   float Width,
   float Height,
   array<byte>^% Data,
   String^ FileName,
   String^ Title,
   String^ Description,
   byte Red,
   byte Green,
   byte Blue,
   float Opacity,
   PdfFileAttachmentAnnotIcon AnnotIcon
) 

Parameters

Left
Top
Width
Height
Data
FileName
Title
Description
Red
Green
Blue
Opacity
AnnotIcon
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members