Accusoft.ImagXpressSdk Namespace > LoadOptions Class : ScaleToGray Property |
'Declaration Public Property ScaleToGray As Boolean
'Usage Dim instance As LoadOptions Dim value As Boolean instance.ScaleToGray = value value = instance.ScaleToGray
public bool ScaleToGray {get; set;}
When this property is set to true, and the image is a 1 bit per pixel (black and white), the image is scaled to gray. The resulting image is an 8-bit per pixel grayscale image. Using this property is particularly useful when attempting to create a thumbnail image of the original that is visually pleasing.