CIPdf417CodeDescriptor.CreateDescriptor(NSData, Boolean, nint, nint) 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:")]
public static CoreImage.CIPdf417CodeDescriptor CreateDescriptor (Foundation.NSData errorCorrectedPayload, bool isCompact, nint rowCount, nint columnCount);
static member CreateDescriptor : Foundation.NSData * bool * nint * nint -> CoreImage.CIPdf417CodeDescriptor
Parameters
- errorCorrectedPayload
- NSData
- isCompact
- Boolean
- rowCount
- System.System.IntPtr System.nativeint
- columnCount
- System.System.IntPtr System.nativeint
Returns
- Attributes