'Declaration Public Property BitDepth As Integer
'Usage Dim instance As ImGearRasterSaveOptions Dim value As Integer instance.BitDepth = value value = instance.BitDepth
public int BitDepth {get; set;}
'Declaration Public Property BitDepth As Integer
'Usage Dim instance As ImGearRasterSaveOptions Dim value As Integer instance.BitDepth = value value = instance.BitDepth
public int BitDepth {get; set;}
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.