PdfDocument.GetDataRepresentation 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.
Overloads
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")]
public virtual Foundation.NSData GetDataRepresentation ();
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:")]
public virtual Foundation.NSData GetDataRepresentation (Foundation.NSDictionary options);
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