PDFView4NET WinForms Edition
PDFNamedAction Class
Members 




O2S.Components.PDFView4NET.Actions Namespace : PDFNamedAction Class
This class represents a PDF Named action.
Object Model
PDFNamedAction ClassPDFActionCollection ClassPDFAction Class
Syntax
'Declaration
 
Public Class PDFNamedAction 
   Inherits PDFAction
   Implements O2S.Components.PDFView4NET.IRawPDFData 
'Usage
 
Dim instance As PDFNamedAction
public class PDFNamedAction : PDFAction, O2S.Components.PDFView4NET.IRawPDFData  
public __gc class PDFNamedAction : public PDFAction, O2S.Components.PDFView4NET.IRawPDFData  
public ref class PDFNamedAction : public PDFAction, O2S.Components.PDFView4NET.IRawPDFData  
Remarks
This type of action allows a user to navigate to specific pages in the document or to print the document.
Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Actions.PDFAction
      O2S.Components.PDFView4NET.Actions.PDFNamedAction

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

PDFNamedAction Members
O2S.Components.PDFView4NET.Actions Namespace