'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the encoder must create TIFF files, which are compatible with legacy TIFF viewers.")> Public Property SupportLegacyTiffViewers As Boolean
[DefaultValue(False)] [Description("A value indicating whether the encoder must create TIFF files, which are compatible with legacy TIFF viewers.")] public bool SupportLegacyTiffViewers { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the encoder must create TIFF files, which are compatible with legacy TIFF viewers.")] public: __property bool get_SupportLegacyTiffViewers(); public: __property void set_SupportLegacyTiffViewers(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the encoder must create TIFF files, which are compatible with legacy TIFF viewers.")] public:
property bool SupportLegacyTiffViewers { bool get(); void set(bool value); }
Property Value
false - encoder CAN create TIFF files, which are NOT compatible with legacy TIFF viewers.
Default value is false.