ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRasterSaveOptions Class / BitDepth Property




In This Topic
BitDepth Property (ImGearRasterSaveOptions)
In This Topic
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