Share via


ICIPdf417BarcodeGeneratorProtocol Interface

Definition

This interface represents the Objective-C protocol CIPDF417BarcodeGenerator.

[Foundation.Protocol(Name="CIPDF417BarcodeGenerator", WrapperType=typeof(CoreImage.CIPdf417BarcodeGeneratorProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="message", IsProperty=true, IsRequired=true, IsStatic=false, Name="Message", PropertyType=typeof(Foundation.NSData), Selector="message", SetterSelector="setMessage:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="minWidth", IsProperty=true, IsRequired=true, IsStatic=false, Name="MinWidth", PropertyType=typeof(System.Single), Selector="minWidth", SetterSelector="setMinWidth:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="maxWidth", IsProperty=true, IsRequired=true, IsStatic=false, Name="MaxWidth", PropertyType=typeof(System.Single), Selector="maxWidth", SetterSelector="setMaxWidth:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="minHeight", IsProperty=true, IsRequired=true, IsStatic=false, Name="MinHeight", PropertyType=typeof(System.Single), Selector="minHeight", SetterSelector="setMinHeight:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="maxHeight", IsProperty=true, IsRequired=true, IsStatic=false, Name="MaxHeight", PropertyType=typeof(System.Single), Selector="maxHeight", SetterSelector="setMaxHeight:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="dataColumns", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputDataColumns", PropertyType=typeof(System.Single), Selector="dataColumns", SetterSelector="setDataColumns:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="rows", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputRows", PropertyType=typeof(System.Single), Selector="rows", SetterSelector="setRows:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="preferredAspectRatio", IsProperty=true, IsRequired=true, IsStatic=false, Name="PreferredAspectRatio", PropertyType=typeof(System.Single), Selector="preferredAspectRatio", SetterSelector="setPreferredAspectRatio:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="compactionMode", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCompactionMode", PropertyType=typeof(System.Single), Selector="compactionMode", SetterSelector="setCompactionMode:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="compactStyle", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCompactStyle", PropertyType=typeof(System.Single), Selector="compactStyle", SetterSelector="setCompactStyle:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="correctionLevel", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCorrectionLevel", PropertyType=typeof(System.Single), Selector="correctionLevel", SetterSelector="setCorrectionLevel:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="alwaysSpecifyCompaction", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputAlwaysSpecifyCompaction", PropertyType=typeof(System.Single), Selector="alwaysSpecifyCompaction", SetterSelector="setAlwaysSpecifyCompaction:")]
public interface ICIPdf417BarcodeGeneratorProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIPDF417BarcodeGenerator", WrapperType=typeof(CoreImage.CIPdf417BarcodeGeneratorProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="message", IsProperty=true, IsRequired=true, IsStatic=false, Name="Message", PropertyType=typeof(Foundation.NSData), Selector="message", SetterSelector="setMessage:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="minWidth", IsProperty=true, IsRequired=true, IsStatic=false, Name="MinWidth", PropertyType=typeof(System.Single), Selector="minWidth", SetterSelector="setMinWidth:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="maxWidth", IsProperty=true, IsRequired=true, IsStatic=false, Name="MaxWidth", PropertyType=typeof(System.Single), Selector="maxWidth", SetterSelector="setMaxWidth:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="minHeight", IsProperty=true, IsRequired=true, IsStatic=false, Name="MinHeight", PropertyType=typeof(System.Single), Selector="minHeight", SetterSelector="setMinHeight:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="maxHeight", IsProperty=true, IsRequired=true, IsStatic=false, Name="MaxHeight", PropertyType=typeof(System.Single), Selector="maxHeight", SetterSelector="setMaxHeight:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="dataColumns", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputDataColumns", PropertyType=typeof(System.Single), Selector="dataColumns", SetterSelector="setDataColumns:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="rows", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputRows", PropertyType=typeof(System.Single), Selector="rows", SetterSelector="setRows:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="preferredAspectRatio", IsProperty=true, IsRequired=true, IsStatic=false, Name="PreferredAspectRatio", PropertyType=typeof(System.Single), Selector="preferredAspectRatio", SetterSelector="setPreferredAspectRatio:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="compactionMode", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCompactionMode", PropertyType=typeof(System.Single), Selector="compactionMode", SetterSelector="setCompactionMode:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="compactStyle", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCompactStyle", PropertyType=typeof(System.Single), Selector="compactStyle", SetterSelector="setCompactStyle:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="correctionLevel", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCorrectionLevel", PropertyType=typeof(System.Single), Selector="correctionLevel", SetterSelector="setCorrectionLevel:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="alwaysSpecifyCompaction", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputAlwaysSpecifyCompaction", PropertyType=typeof(System.Single), Selector="alwaysSpecifyCompaction", SetterSelector="setAlwaysSpecifyCompaction:")>]
type ICIPdf417BarcodeGeneratorProtocol = interface
    interface INativeObject
    interface IDisposable
    interface ICIFilterProtocol
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputAlwaysSpecifyCompaction

If true, the barcode will contain compaction information, even if that information is redundant.

InputCompactionMode

Gets or sets a value that controls how the data are compressed in the resulting code.

InputCompactStyle

Gets or sets an integer with Boolean semantics that controls whether redunant elements should be omitted to save space. 1 is true. 0 is false.

InputCorrectionLevel

Gets or sets an integer value in the range [0,8] that controls how much error correction data to include in the code.

InputDataColumns

Gets or sets an integer value in the range [0,8] that controls how much error correction data to include in the code.

InputRows

Gets or sets the number of rows in the code. 0 causes the number of rows to be chosen based on the barcode extents.

MaxHeight

Gets or sets the maximum height of the data area, in pixels.

MaxWidth

Gets or sets the maximum width of the data area, in pixels.

Message
MinHeight

Gets or sets the minimum height of the data area, in pixels.

MinWidth

Gets or sets the minimum width of the data area, in pixels.

OutputImage (Inherited from ICIFilterProtocol)
PreferredAspectRatio

Gets or sets the preferred aspect ratio of the generated code.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to