Skip to content

Removed incorrect documentation #2222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 2 additions & 44 deletions xml/System.Drawing.Imaging/Encoder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,6 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/0e838ea1-4e7e-4334-b882-ab25df607b8b">Using Image Encoders and Decoders in Managed GDI+</related>
</Docs>
</Member>
<Member MemberName="Version">
Expand Down Expand Up @@ -894,50 +893,9 @@
</ReturnValue>
<Docs>
<summary>Represents an <see cref="T:System.Drawing.Imaging.Encoder" /> object that is initialized with the globally unique identifier for the version parameter category.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:System.Drawing.Imaging.Encoder.Quality> category specifies the level of compression for an image. When used to construct an <xref: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.

When you pass a parameter to an image encoder, the parameter is encapsulated in an <xref:System.Drawing.Imaging.EncoderParameter> object. One of the fields of the <xref:System.Drawing.Imaging.EncoderParameter> object is a GUID that specifies the category of the parameter. Use the static fields of the <xref:System.Drawing.Imaging.Encoder> class to retrieve an <xref:System.Drawing.Imaging.Encoder> that contains parameters of the desired category.

The image encoders that are built into [!INCLUDE[ndptecgdiplus](~/includes/ndptecgdiplus-md.md)] receive parameters that belong to several categories. The following table lists all the categories and the GUID associated with each category.

<xref:System.Drawing.Imaging.Encoder.ChrominanceTable>
f2e455dc-09b3-4316-8260-676ada32481c

<xref:System.Drawing.Imaging.Encoder.ColorDepth>
66087055-ad66-4c7c-9a18-38a2310b8337

<xref:System.Drawing.Imaging.Encoder.Compression>
e09d739d-ccd4-44ee-8eba-3fbf8be4fc58

<xref:System.Drawing.Imaging.Encoder.LuminanceTable>
edb33bce-0266-4a77-b904-27216099e717

<xref:System.Drawing.Imaging.Encoder.Quality>
1d5be4b5-fa4a-452d-9cdd-5db35105e7eb

<xref:System.Drawing.Imaging.Encoder.RenderMethod>
6d42c53a-229a-4825-8bb7-5c99e2b9a8b8

<xref:System.Drawing.Imaging.Encoder.SaveFlag>
292266fc-ac40-47bf-8cfc-a85b89a655de

<xref:System.Drawing.Imaging.Encoder.ScanMethod>
3a4e2661-3109-4e56-8536-42c156e7dcfa

<xref:System.Drawing.Imaging.Encoder.Transformation>
8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9

<xref:System.Drawing.Imaging.Encoder.Version>
24d18c76-814a-41a4-bf53-1c219cccf797

]]></format>
</remarks>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/0e838ea1-4e7e-4334-b882-ab25df607b8b">Using Image Encoders and Decoders in Managed GDI+</related>
</Docs>
</Member>
</Members>
</Type>
</Type>