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

1374 lines
58 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="Encoder" FullName="System.Drawing.Imaging.Encoder">
<TypeSignature Language="C#" Value="public sealed class Encoder" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>System.Drawing</AssemblyName>
<AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 07 D1 FA 57 C4 AE D9 F0 A3 2E 84 AA 0F AE FD 0D E9 E8 FD 6A EC 8F 87 FB 03 76 6C 83 4C 99 92 1E B2 3B E7 9A D9 D5 DC C1 DD 9A D2 36 13 21 02 90 0B 72 3C F9 80 95 7F C4 E1 77 10 8F C6 07 77 4F 29 E8 32 0E 92 EA 05 EC E4 E8 21 C0 A5 EF E8 F1 64 5C 4C 0C 93 C1 AB 99 28 5D 62 2C AA 65 2C 1D FA D6 3D 74 5D 6F 2D E5 F1 7E 5E AF 0F C4 96 3D 26 1C 8A 12 43 65 18 20 6D C0 93 34 4D 5A D2 93]</AssemblyPublicKey>
<AssemblyVersion>1.0.3300.0</AssemblyVersion>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>An <see cref="T:System.Drawing.Imaging.Encoder" /> object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Encoder (Guid guid);" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="guid" Type="System.Guid" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Drawing.Imaging.Encoder" /> class from the specified globally unique identifier (GUID). The GUID specifies an image encoder parameter category.</para>
</summary>
<param name="guid">
<attribution license="cc4" from="Microsoft" modified="false" />A globally unique identifier that identifies an image encoder parameter category. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ChrominanceTable">
<MemberSignature Language="C#" Value="public static readonly System.Drawing.Imaging.Encoder ChrominanceTable;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Imaging.Encoder</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>An <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the chrominance table parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ColorDepth">
<MemberSignature Language="C#" Value="public static readonly System.Drawing.Imaging.Encoder ColorDepth;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Imaging.Encoder</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>An <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the color depth parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Compression">
<MemberSignature Language="C#" Value="public static readonly System.Drawing.Imaging.Encoder Compression;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Imaging.Encoder</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>An <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the compression parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Guid">
<MemberSignature Language="C#" Value="public Guid Guid { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Guid</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'Guid'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="LuminanceTable">
<MemberSignature Language="C#" Value="public static readonly System.Drawing.Imaging.Encoder LuminanceTable;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Imaging.Encoder</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents an <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the luminance table parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Quality">
<MemberSignature Language="C#" Value="public static readonly System.Drawing.Imaging.Encoder Quality;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Imaging.Encoder</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="F:System.Drawing.Imaging.Encoder.Quality" /> category specifies the level of compression for an image. When used to construct an <see cref="T:System.Drawing.Imaging.EncoderParameter" />, the range of useful values for the quality category is from 0 to 100. The lower the number specified, the higher the compression and therefore the lower the quality of the image. Zero would give you the lowest quality image and 100 the highest.</para>
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets an <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the quality parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="RenderMethod">
<MemberSignature Language="C#" Value="public static readonly System.Drawing.Imaging.Encoder RenderMethod;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Imaging.Encoder</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents an <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the render method parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="SaveFlag">
<MemberSignature Language="C#" Value="public static readonly System.Drawing.Imaging.Encoder SaveFlag;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Imaging.Encoder</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents an <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the save flag parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ScanMethod">
<MemberSignature Language="C#" Value="public static readonly System.Drawing.Imaging.Encoder ScanMethod;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Imaging.Encoder</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents an <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the scan method parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Transformation">
<MemberSignature Language="C#" Value="public static readonly System.Drawing.Imaging.Encoder Transformation;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Imaging.Encoder</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents an <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the transformation parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Version">
<MemberSignature Language="C#" Value="public static readonly System.Drawing.Imaging.Encoder Version;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Drawing.Imaging.Encoder</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="F:System.Drawing.Imaging.Encoder.Quality" /> category specifies the level of compression for an image. When used to construct an <see cref="T:System.Drawing.Imaging.EncoderParameter" />, the range of useful values for the quality category is from 0 to 100. The lower the number specified, the higher the compression and therefore the lower the quality of the image. Zero would give you the lowest quality image and 100 the highest.</para>
<para>When you pass a parameter to an image encoder, the parameter is encapsulated in an <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object. One of the fields of the <see cref="T:System.Drawing.Imaging.EncoderParameter" /> object is a GUID that specifies the category of the parameter. Use the static fields of the <see cref="T:System.Drawing.Imaging.Encoder" /> class to retrieve an <see cref="T:System.Drawing.Imaging.Encoder" /> that contains parameters of the desired category.</para>
<para>The image encoders that are built into ndptecgdiplus receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.</para>
<list type="table">
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ChrominanceTable" />
</term>
<description>
<para>f2e455dc-09b3-4316-8260-676ada32481c</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ColorDepth" />
</term>
<description>
<para>66087055-ad66-4c7c-9a18-38a2310b8337</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Compression" />
</term>
<description>
<para>e09d739d-ccd4-44ee-8eba-3fbf8be4fc58</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.LuminanceTable" />
</term>
<description>
<para>edb33bce-0266-4a77-b904-27216099e717</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Quality" />
</term>
<description>
<para>1d5be4b5-fa4a-452d-9cdd-5db35105e7eb</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.RenderMethod" />
</term>
<description>
<para>6d42c53a-229a-4825-8bb7-5c99e2b9a8b8</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.SaveFlag" />
</term>
<description>
<para>292266fc-ac40-47bf-8cfc-a85b89a655de</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.ScanMethod" />
</term>
<description>
<para>3a4e2661-3109-4e56-8536-42c156e7dcfa</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Transformation" />
</term>
<description>
<para>8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9</para>
</description>
</item>
<item>
<term>
<see cref="F:System.Drawing.Imaging.Encoder.Version" />
</term>
<description>
<para>24d18c76-814a-41a4-bf53-1c219cccf797</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents an <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the version parameter category.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>