'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;
Parameters
- Left
- Top
- Width
- Height
- Data
- FileName
- Title
- Description
- Red
- Green
- Blue
- Opacity
- AnnotIcon