Skip to content

Commit 141b184

Browse files
author
Ron Petrusha
authored
Removed incorrect documentation (#2222)
1 parent 911f189 commit 141b184

File tree

1 file changed

+2
-44
lines changed

1 file changed

+2
-44
lines changed

xml/System.Drawing.Imaging/Encoder.xml

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,6 @@
866866
867867
]]></format>
868868
</remarks>
869-
<related type="Article" href="https://msdn.microsoft.com/library/0e838ea1-4e7e-4334-b882-ab25df607b8b">Using Image Encoders and Decoders in Managed GDI+</related>
870869
</Docs>
871870
</Member>
872871
<Member MemberName="Version">
@@ -894,50 +893,9 @@
894893
</ReturnValue>
895894
<Docs>
896895
<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>
897-
<remarks>
898-
<format type="text/markdown"><![CDATA[
899-
900-
## Remarks
901-
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.
902-
903-
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.
904-
905-
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.
906-
907-
<xref:System.Drawing.Imaging.Encoder.ChrominanceTable>
908-
f2e455dc-09b3-4316-8260-676ada32481c
909-
910-
<xref:System.Drawing.Imaging.Encoder.ColorDepth>
911-
66087055-ad66-4c7c-9a18-38a2310b8337
912-
913-
<xref:System.Drawing.Imaging.Encoder.Compression>
914-
e09d739d-ccd4-44ee-8eba-3fbf8be4fc58
915-
916-
<xref:System.Drawing.Imaging.Encoder.LuminanceTable>
917-
edb33bce-0266-4a77-b904-27216099e717
918-
919-
<xref:System.Drawing.Imaging.Encoder.Quality>
920-
1d5be4b5-fa4a-452d-9cdd-5db35105e7eb
921-
922-
<xref:System.Drawing.Imaging.Encoder.RenderMethod>
923-
6d42c53a-229a-4825-8bb7-5c99e2b9a8b8
924-
925-
<xref:System.Drawing.Imaging.Encoder.SaveFlag>
926-
292266fc-ac40-47bf-8cfc-a85b89a655de
927-
928-
<xref:System.Drawing.Imaging.Encoder.ScanMethod>
929-
3a4e2661-3109-4e56-8536-42c156e7dcfa
930-
931-
<xref:System.Drawing.Imaging.Encoder.Transformation>
932-
8d0eb2d1-a58e-4ea8-aa14-108074b7b6f9
933-
934-
<xref:System.Drawing.Imaging.Encoder.Version>
935-
24d18c76-814a-41a4-bf53-1c219cccf797
936-
937-
]]></format>
938-
</remarks>
896+
<remarks>To be added.</remarks>
939897
<related type="Article" href="https://msdn.microsoft.com/library/0e838ea1-4e7e-4334-b882-ab25df607b8b">Using Image Encoders and Decoders in Managed GDI+</related>
940898
</Docs>
941899
</Member>
942900
</Members>
943-
</Type>
901+
</Type>

0 commit comments

Comments
 (0)