Initializes the PDFActionName object with the specified named action.
Original signature is '- (id)initWithName:(PDFActionNamedName)name'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public PDFActionNamed( PDFActionNamedName name )
Public Sub New ( _ name As PDFActionNamedName _ )
public: PDFActionNamed( PDFActionNamedName name )

- name (PDFActionNamedName)
- The action name used to initialize the named action.

An initialized PDFActionNamed instance, or NULL if the object could not be initialized.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)