NSAttributedString.GetRtf Method

Definition

Overloads

GetRtf(NSRange, NSAttributedStringDocumentAttributes)
GetRtf(NSRange, NSDictionary)

GetRtf(NSRange, NSAttributedStringDocumentAttributes)

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

Parameters

range
NSRange

Returns

Applies to

GetRtf(NSRange, NSDictionary)

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

Parameters

range
NSRange
options
NSDictionary

Returns

Attributes

Applies to