InsertFileAttachment

Top  Previous  Next

[This method is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET Professional Edition]

 

The InsertFileAttachment method  is used to insert an external file into the page specified.

 

Syntax

[VC++]

void InsertFileAttachment(LPDISPATCH FileAttachment, long Page);

 

[CS]

public abstract new void InsertFileAttachment (  gtPDFFileAttachmentX FileAttachment ,  Int32 Page )

 

[VB]

Sub InsertFileAttachment(FileAttachment As gtPDFFileAttachmentX, Page As Long)

 

 

Parameters

       

       FileAttachment

            Specifies the file to be attached as gtPDFFileAttachmentX object.

 

       Page

            Specifies the page on to which the file is to be attached.

          

 

See Tutorial-FileAttachment