Accusoft.TwainPro9.Net
SwapBlackAndWhite Property




Gets or sets a pixel value of zero to black or white.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets or sets a pixel value of zero to black or white.")>
<DefaultValueAttribute()>
Public Property SwapBlackAndWhite As Boolean
'Usage
 
Dim instance As SaveOptionsPdf
Dim value As Boolean
 
instance.SwapBlackAndWhite = value
 
value = instance.SwapBlackAndWhite
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[Description("Gets or sets a pixel value of zero to black or white.")]
[DefaultValue()]
public bool SwapBlackAndWhite {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[Description("Gets or sets a pixel value of zero to black or white.")]
[DefaultValue()]
public: __property bool get_SwapBlackAndWhite();
public: __property void set_SwapBlackAndWhite( 
   bool value
);
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[Description("Gets or sets a pixel value of zero to black or white.")]
[DefaultValue()]
public:
property bool SwapBlackAndWhite {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when 1 = black and 0 = white. Otherwise, false is used and 1 = white and 0 = black.
Remarks

The default value is false.

When false, the standard definition of black and white are used in the saved image: 1 = white and 0 = black. When true, the definition of black and white are reversed in the saved image: 1 = black and 0 = white.

This property pertains only to G4 Compression types.

See Also

Reference

SaveOptionsPdf Class
SaveOptionsPdf Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback