NSAttributedString.CreateWithRTFD(NSData, NSDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create an NSAttributedString by parsing the rtfdData data as RTFD.
public static Foundation.NSAttributedString? CreateWithRTFD(Foundation.NSData rtfdData, out Foundation.NSDictionary resultDocumentAttributes);
static member CreateWithRTFD : Foundation.NSData * NSDictionary -> Foundation.NSAttributedString
Parameters
- rtfdData
- NSData
The data to parse, in RTFD format.
- resultDocumentAttributes
- NSDictionary
Upon return, any document-specific attributes.
Returns
A newly created NSAttributedString, created from an RTFD document