'Declaration <DescriptionAttribute("A value indicating whether converter processes image streams.")> <DefaultValueAttribute(True)> Public Property ProcessImageStreams As Boolean
[Description("A value indicating whether converter processes image streams.")] [DefaultValue(True)] public bool ProcessImageStreams { get; set; }
[Description("A value indicating whether converter processes image streams.")] [DefaultValue(True)] public: __property bool get_ProcessImageStreams(); public: __property void set_ProcessImageStreams(
bool value
);
[Description("A value indicating whether converter processes image streams.")] [DefaultValue(True)] public:
property bool ProcessImageStreams { bool get(); void set(bool value); }
Property Value
True, если конвертер обрабатывает потоки изображений; в противном случае - false. Значение по умолчанию - true.