'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether predictor must be used for encoding image.")> Public Property UsePredictor As Boolean
[DefaultValue(True)] [Description("A value indicating whether predictor must be used for encoding image.")] public bool UsePredictor { get; set; }
[DefaultValue(True)] [Description("A value indicating whether predictor must be used for encoding image.")] public: __property bool get_UsePredictor(); public: __property void set_UsePredictor(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether predictor must be used for encoding image.")] public:
property bool UsePredictor { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.