-
Notifications
You must be signed in to change notification settings - Fork 42
/
UIPrintInteractionCutterBehavior.xml
27 lines (27 loc) · 1.41 KB
/
UIPrintInteractionCutterBehavior.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Type Name="UIPrintInteractionCutterBehavior" FullName="UIKit.UIPrintInteractionCutterBehavior">
<TypeSignature Language="C#" Value="public delegate UIKit.UIPrinterCutterBehavior UIPrintInteractionCutterBehavior(UIPrintInteractionController printInteractionController, NSNumber[] availableBehaviors);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed UIPrintInteractionCutterBehavior extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:UIKit.UIPrintInteractionCutterBehavior" />
<TypeSignature Language="F#" Value="type UIPrintInteractionCutterBehavior = delegate of UIPrintInteractionController * NSNumber[] -> UIPrinterCutterBehavior" />
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="printInteractionController" Type="UIKit.UIPrintInteractionController" />
<Parameter Name="availableBehaviors" Type="Foundation.NSNumber[]" />
</Parameters>
<ReturnValue>
<ReturnType>UIKit.UIPrinterCutterBehavior</ReturnType>
</ReturnValue>
<Docs>
<param name="printInteractionController">To be added.</param>
<param name="availableBehaviors">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>