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 virtual Id InitWithName( PDFActionNamedName name )
Public Overridable Function InitWithName ( _ name As PDFActionNamedName _ ) As Id
public: virtual Id^ InitWithName( 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)