'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the image processing command preserves the pixel format of processing images.")> Public Property PreservePixelFormat As Boolean
[DefaultValue(True)] [Description("A value indicating whether the image processing command preserves the pixel format of processing images.")] public bool PreservePixelFormat { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the image processing command preserves the pixel format of processing images.")] public: __property bool get_PreservePixelFormat(); public: __property void set_PreservePixelFormat(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the image processing command preserves the pixel format of processing images.")] public:
property bool PreservePixelFormat { bool get(); void set(bool value); }
Property Value
true - processed image will have same pixel format as the source image; false - processed image will have pixel format Bgr24 or Bgra32.