Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

78 lines
3.0 KiB
XML

<?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>