'Declaration <DescriptionAttribute("A value indicating whether the encoder must create TIFF files, which are compatible with legacy TIFF viewers.")> <DefaultValueAttribute(False)> Public Property SupportLegacyTiffViewers As Boolean
[Description("A value indicating whether the encoder must create TIFF files, which are compatible with legacy TIFF viewers.")] [DefaultValue(False)] public bool SupportLegacyTiffViewers { get; set; }
[Description("A value indicating whether the encoder must create TIFF files, which are compatible with legacy TIFF viewers.")] [DefaultValue(False)] public: __property bool get_SupportLegacyTiffViewers(); public: __property void set_SupportLegacyTiffViewers(
bool value
);
[Description("A value indicating whether the encoder must create TIFF files, which are compatible with legacy TIFF viewers.")] [DefaultValue(False)] public:
property bool SupportLegacyTiffViewers { bool get(); void set(bool value); }
Property Value
false - кодировщик МОЖЕТ создавать TIFF файлы, которые НЕ совместимы с устаревшими TIFF просмотрщиками.
Значение по умолчанию - false.