'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(True)> Public Overrides 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(True)] public override 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(True)] public: __property bool get_RestoreSourcePixelFormat(); override; public: __property void set_RestoreSourcePixelFormat(
bool value
); override;
[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(True)] public:
property bool RestoreSourcePixelFormat { bool get() override;; void set(bool value) override;; }
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.