Accusoft.TwainPro9.Net
SwapRedAndBlue Property




Gets and sets if there is a palette, Red and Blue pixels are swapped.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Specifies if the image's Red and Blue pixels are swapped.")>
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
Public Property SwapRedAndBlue As Boolean
'Usage
 
Dim instance As SaveOptionsPng
Dim value As Boolean
 
instance.SwapRedAndBlue = value
 
value = instance.SwapRedAndBlue
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Specifies if the image's Red and Blue pixels are swapped.")]
[Browsable(false)]
[DefaultValue()]
public bool SwapRedAndBlue {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Specifies if the image's Red and Blue pixels are swapped.")]
[Browsable(false)]
[DefaultValue()]
public: __property bool get_SwapRedAndBlue();
public: __property void set_SwapRedAndBlue( 
   bool value
);
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Specifies if the image's Red and Blue pixels are swapped.")]
[Browsable(false)]
[DefaultValue()]
public:
property bool SwapRedAndBlue {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to swap Red and Blue pixels. Otherwise, the values aren't swapped.
See Also

Reference

SaveOptionsPng Class
SaveOptionsPng Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback