In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__GdViewer / PdfFileNavigation Method

PdfFileNavigation Method

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(8)>

Sub PdfFileNavigation( _

   ByRef FilePath As String, _

   ByRef Cancel As Boolean _

) 
[DispId(8)]

void PdfFileNavigation( 

   ref string FilePath,

   ref bool Cancel

)
procedure PdfFileNavigation( 

   var  FilePath: String;

   var  Cancel: Boolean

); 
DispIdAttribute(8)

function PdfFileNavigation( 

   FilePath : String,

   Cancel : boolean

);
[DispId(8)]

void PdfFileNavigation( 

   ref string* FilePath,

   ref bool Cancel

) 
[DispId(8)]

void PdfFileNavigation( 

   String^% FilePath,

   bool% Cancel

) 

Parameters

FilePath
Cancel
See Also

Reference

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