DetectIndexed8ImageResources Свойство (PdfDocumentCompressorCommand)
В этом разделе
Возвращает или задает значение, указывающее, должна ли команда анализировать ресурсы изображения, обнаруживать индексированные 4 или индексированные 8 (16 или 256 цветов) изображения и преобразовывать их в формат пикселей индексированных 4 или индексированных 8 (16 или 256 цветов).
Синтаксис
[Category("Image color depth optimization")]
[Description("A value indicating whether the command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format.")]
[DefaultValue(False)]
public bool DetectIndexed8ImageResources { get; set; }
[Category("Image color depth optimization")]
[Description("A value indicating whether the command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format.")]
[DefaultValue(False)]
public: __property bool get_DetectIndexed8ImageResources();
public: __property void set_DetectIndexed8ImageResources(
bool
);
[Category("Image color depth optimization")]
[Description("A value indicating whether the command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format.")]
[DefaultValue(False)]
public:
property bool DetectIndexed8ImageResources {
bool get();
void set(bool );
}
'Declaration
<CategoryAttribute("Image color depth optimization")>
<DescriptionAttribute("A value indicating whether the command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format.")>
<DefaultValueAttribute(False)>
Public Property DetectIndexed8ImageResources As Boolean
Property Value
True - команда должна анализировать ресурсы изображения, обнаруживать индексированные 4 или индексированные 8 (16 или 256 цветов) изображения и преобразовывать их в формат пикселей indexed4 или indexed8 (16 или 256 цветов). ; false - команда НЕ должна обнаруживать индексированные 4 или индексированные 8 (16 или 256 цветов) ресурсы изображения. Значение по умолчанию false.
Требования
Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
Смотрите также