'Declaration <DefaultValueAttribute(True)> Public Overrides Property RestoreSourcePixelFormat As Boolean
[DefaultValue(True)] public override bool RestoreSourcePixelFormat { get; set; }
[DefaultValue(True)] public: __property bool get_RestoreSourcePixelFormat(); override; public: __property void set_RestoreSourcePixelFormat(
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.