Initializes and returns a new NSAttributedString object from HTML contained in the given data object.
Original signature is '- (id)initWithHTML:(NSData *)data options:(NSDictionary *)options documentAttributes:(NSDictionary **)dict'
Available in Mac OS X v10.3 and later.

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

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

[Missing <returns> documentation for "M:Monobjc.AppKit.NSAttributedString_AppKitAdditions.InitWithHTMLOptionsDocumentAttributes(Monobjc.Foundation.NSAttributedString,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 NSAttributedString. 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)