Share via


ICICode128BarcodeGeneratorProtocol Interface

Definition

This interface represents the Objective-C protocol CICode128BarcodeGenerator.

[Foundation.Protocol(Name="CICode128BarcodeGenerator", WrapperType=typeof(CoreImage.CICode128BarcodeGeneratorProtocolWrapper))]
[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="quietSpace", IsProperty=true, IsRequired=true, IsStatic=false, Name="QuietSpace", PropertyType=typeof(System.Single), Selector="quietSpace", SetterSelector="setQuietSpace:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="barcodeHeight", IsProperty=true, IsRequired=true, IsStatic=false, Name="BarcodeHeight", PropertyType=typeof(System.Single), Selector="barcodeHeight", SetterSelector="setBarcodeHeight:")]
public interface ICICode128BarcodeGeneratorProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CICode128BarcodeGenerator", WrapperType=typeof(CoreImage.CICode128BarcodeGeneratorProtocolWrapper))>]
[<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="quietSpace", IsProperty=true, IsRequired=true, IsStatic=false, Name="QuietSpace", PropertyType=typeof(System.Single), Selector="quietSpace", SetterSelector="setQuietSpace:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="barcodeHeight", IsProperty=true, IsRequired=true, IsStatic=false, Name="BarcodeHeight", PropertyType=typeof(System.Single), Selector="barcodeHeight", SetterSelector="setBarcodeHeight:")>]
type ICICode128BarcodeGeneratorProtocol = 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
BarcodeHeight
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Message
OutputImage (Inherited from ICIFilterProtocol)
QuietSpace

Gets or sets the width of the quiet space in the code.

Extension Methods

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

Applies to