CIPdf417CodeDescriptor.CreateDescriptor 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.
[Foundation.Export("descriptorWithPayload:isCompact:rowCount:columnCount:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIPdf417CodeDescriptor? CreateDescriptor(Foundation.NSData errorCorrectedPayload, bool isCompact, IntPtr rowCount, IntPtr columnCount);
[<Foundation.Export("descriptorWithPayload:isCompact:rowCount:columnCount:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateDescriptor : Foundation.NSData * bool * nativeint * nativeint -> CoreImage.CIPdf417CodeDescriptor
Parameters
- errorCorrectedPayload
- NSData
- isCompact
- Boolean
- rowCount
-
IntPtr
nativeint
- columnCount
-
IntPtr
nativeint
Returns
- Attributes