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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="PrintAction" FullName="System.Drawing.Printing.PrintAction">
<TypeSignature Language="C#" Value="public enum PrintAction" />
<AssemblyInfo>
<AssemblyName>System.Drawing</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Drawing.Printing.PrintAction" /> is used by the <see cref="T:System.Drawing.Printing.PrintEventArgs" /> type to indicate what type of <see cref="M:System.Drawing.Printing.PrintDocument.Print" /> event is occurring.</para>
<block subset="none" type="note">
<para>The <see cref="P:System.Drawing.Printing.PrintEventArgs.PrintAction" /> does not reliably indicate the type of print operation occurring, and returns <see cref="F:System.Drawing.Printing.PrintAction.PrintToFile" /> in all cases.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the type of print operation occurring.</para>
</summary>
</Docs>
<Members>
<Member MemberName="PrintToFile">
<MemberSignature Language="C#" Value="PrintToFile" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Printing.PrintAction</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The print operation is printing to a file.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="PrintToPreview">
<MemberSignature Language="C#" Value="PrintToPreview" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Printing.PrintAction</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The print operation is a print preview.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="PrintToPrinter">
<MemberSignature Language="C#" Value="PrintToPrinter" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Printing.PrintAction</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The print operation is printing to a printer.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>
|