'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether JPEG file with the optimal Huffman tables must be created.")> Public Property GenerateOptimalHuffmanTables As Boolean
[DefaultValue(False)] [Description("A value indicating whether JPEG file with the optimal Huffman tables must be created.")] public bool GenerateOptimalHuffmanTables { get; set; }
[DefaultValue(False)] [Description("A value indicating whether JPEG file with the optimal Huffman tables must be created.")] public: __property bool get_GenerateOptimalHuffmanTables(); public: __property void set_GenerateOptimalHuffmanTables(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether JPEG file with the optimal Huffman tables must be created.")] public:
property bool GenerateOptimalHuffmanTables { bool get(); void set(bool value); }
Property Value
false - Будет создан JPEG файл со стандартными (статическими) таблицами Хаффмана, кодирование будет выполняться быстрее, но размер файла JPEG не будет оптимальным; true - Будет создан JPEG файл с оптимальными (динамическими) таблицами Хаффмана, кодирование будет выполняться немного медленнее, но размер файла JPEG будет оптимальным.
Значение по умолчанию: false.
Значение по умолчанию: false.