Share via


PdfDocument.GetDataRepresentation Method

Definition

Overloads

Name Description
GetDataRepresentation()

Returns an NSData object that contains the PDF data.

GetDataRepresentation(NSDictionary)

Returns an NSData object that contains the PDF data.

GetDataRepresentation()

Returns an NSData object that contains the PDF data.

[Foundation.Export("dataRepresentation")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSData? GetDataRepresentation();
[<Foundation.Export("dataRepresentation")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDataRepresentation : unit -> Foundation.NSData
override this.GetDataRepresentation : unit -> Foundation.NSData

Returns

Attributes

Applies to

GetDataRepresentation(NSDictionary)

Returns an NSData object that contains the PDF data.

[Foundation.Export("dataRepresentationWithOptions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSData? GetDataRepresentation(Foundation.NSDictionary options);
[<Foundation.Export("dataRepresentationWithOptions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDataRepresentation : Foundation.NSDictionary -> Foundation.NSData
override this.GetDataRepresentation : Foundation.NSDictionary -> Foundation.NSData

Parameters

options
NSDictionary

Options to specify how the data are returned.

Returns

Attributes

Applies to