Accusoft.TwainProSdk Namespace > SaveOptionsPdf Class : SwapBlackAndWhite Property |
'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); }
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.