Accusoft.ImagXpressSdk Namespace > LoadOptionsPdf Class : SwapBlackAndWhite Property |
'Declaration Public Property SwapBlackAndWhite As Boolean
'Usage Dim instance As LoadOptionsPdf Dim value As Boolean instance.SwapBlackAndWhite = value value = instance.SwapBlackAndWhite
public bool SwapBlackAndWhite {get; set;}
This property is set to false by default.
When true, the definition of black and white are reversed upon loading the image. 1= black and 0 = white.
When false, values of black and white are normal, 0 = black and 1 = white.
This property pertains only to the G4 (CCITT fax protocal) compression type.