Sets the contents of the receiver from the stream at data.
Original signature is '- (BOOL)readFromData:(NSData *)data options:(NSDictionary *)options documentAttributes:(NSDictionary **)dict'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public static bool ReadFromDataOptionsDocumentAttributes( this NSMutableAttributedString __target, NSData data, NSDictionary options, out NSDictionary dict )
<ExtensionAttribute> _ Public Shared Function ReadFromDataOptionsDocumentAttributes ( _ __target As NSMutableAttributedString, _ data As NSData, _ options As NSDictionary, _ <OutAttribute> ByRef dict As NSDictionary _ ) As Boolean
[ExtensionAttribute] public: static bool ReadFromDataOptionsDocumentAttributes( NSMutableAttributedString^ __target, NSData^ data, NSDictionary^ options, [OutAttribute] NSDictionary^% dict )

- __target (NSMutableAttributedString)
- The target instance.
- data (NSData)
- MISSING
- options (NSDictionary)
- MISSING
- dict (NSDictionary%)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSMutableAttributedString_AppKitAdditions.ReadFromDataOptionsDocumentAttributes(Monobjc.Foundation.NSMutableAttributedString,Monobjc.Foundation.NSData,Monobjc.Foundation.NSDictionary,Monobjc.Foundation.NSDictionary@)"]

In Visual Basic and C#, you can call this method as an instance method on any object of type NSMutableAttributedString. When you use instance method syntax to call this method, omit the first parameter.

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