ImageGear .NET - Updated November 28, 2017
BitDepth Property (ImGearRasterSaveOptions)




ImageGear23.Core Assembly > ImageGear.Formats Namespace > ImGearRasterSaveOptions Class : BitDepth Property
Gets or sets the bit depth.
Syntax
'Declaration
 
Public Property BitDepth As Integer
 
'Usage
 
Dim instance As ImGearRasterSaveOptions
Dim value As Integer
 
instance.BitDepth = value
 
value = instance.BitDepth

Property Value

Integer value.
Remarks
Value of 0 indicates that the vector page bit depth is not changed.

The default value is 0.

This parameter is only used when saving PDF pages to raster. The following non-default values are supported for PDF: 1, 8, 24 and 32.

This parameter is ignored when saving Office or CAD/Vector pages to raster.

See Also

Reference

ImGearRasterSaveOptions Class
ImGearRasterSaveOptions Members