PDFView4NET WPF Edition
Execute Method




O2S.Components.PDFView4NET Namespace > PDFBookmark Class : Execute Method
The pages view on which the bookmark action or destination is executed.
Executes the bookmark's action or destination on the target pages view control.
Syntax
'Declaration
 
Public Sub Execute( _
   ByVal pageView As PDFPageView _
) 
'Usage
 
Dim instance As PDFBookmark
Dim pageView As PDFPageView
 
instance.Execute(pageView)
public void Execute( 
   PDFPageView pageView
)
public: void Execute( 
   PDFPageView* pageView
) 
public:
void Execute( 
   PDFPageView^ pageView
) 

Parameters

pageView
The pages view on which the bookmark action or destination is executed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFBookmark Class
PDFBookmark Members