Share via


NSAttributedString.GetRtfd Method

Definition

Overloads

GetRtfd(NSRange, NSAttributedStringDocumentAttributes)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSData GetRtfd(Foundation.NSRange range, Foundation.NSAttributedStringDocumentAttributes options);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetRtfd : Foundation.NSRange * Foundation.NSAttributedStringDocumentAttributes -> Foundation.NSData

Parameters

range
NSRange

Returns

Attributes

Applies to

GetRtfd(NSRange, NSDictionary)

[Foundation.Export("RTFDFromRange:documentAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSData GetRtfd(Foundation.NSRange range, Foundation.NSDictionary? options);
[<Foundation.Export("RTFDFromRange:documentAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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