Tests whether the receiver can create an instance of itself using pasteboard data.
Original signature is '+ (BOOL)canInitWithPasteboard:(NSPasteboard *)pasteboard'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static bool CanInitWithPasteboard( NSPasteboard pasteboard )
Public Shared Function CanInitWithPasteboard ( _ pasteboard As NSPasteboard _ ) As Boolean
public: static bool CanInitWithPasteboard( NSPasteboard^ pasteboard )

- pasteboard (NSPasteboard)
- The pasteboard containing the image data.

YES if the receiver knows how to handle the data on the pasteboard; otherwise, NO.

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