'Declaration <DescriptionAttribute("A value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing.")> <DefaultValueAttribute(False)> Public Overridable Property RestoreSourcePixelFormat As Boolean
[Description("A value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing.")] [DefaultValue(False)] public virtual bool RestoreSourcePixelFormat { get; set; }
[Description("A value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing.")] [DefaultValue(False)] public: __property virtual bool get_RestoreSourcePixelFormat(); public: __property virtual void set_RestoreSourcePixelFormat(
bool value
);
[Description("A value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing.")] [DefaultValue(False)] public:
virtual property bool RestoreSourcePixelFormat { bool get(); void set(bool value); }
Property Value
True - the processing command need to restore the source pixel format of processed image if source image pixel format was change during image processing; otherwise, false.