NSAttributedString.GetRtfd Method

Definition

Overloads

GetRtfd(NSRange, NSDictionary)
GetRtfd(NSRange, NSAttributedStringDocumentAttributes)

GetRtfd(NSRange, NSDictionary)

[Foundation.Export("RTFDFromRange:documentAttributes:")]
public virtual Foundation.NSData GetRtfd (Foundation.NSRange range, Foundation.NSDictionary options);
abstract member GetRtfd : Foundation.NSRange * Foundation.NSDictionary -> Foundation.NSData
override this.GetRtfd : Foundation.NSRange * Foundation.NSDictionary -> Foundation.NSData

Parameters

range
NSRange
options
NSDictionary

Returns

Attributes

Applies to

GetRtfd(NSRange, NSAttributedStringDocumentAttributes)

public Foundation.NSData GetRtfd (Foundation.NSRange range, Foundation.NSAttributedStringDocumentAttributes options);
member this.GetRtfd : Foundation.NSRange * Foundation.NSAttributedStringDocumentAttributes -> Foundation.NSData

Parameters

range
NSRange

Returns

Applies to