The BitsPerPixel Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value indicating the pixel depth of the resulting thumbnail.Visual Basic (Declaration) | |
---|---|
Public Property BitsPerPixel As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CreateThumbnailActivity Dim value As Integer instance.BitsPerPixel = value value = instance.BitsPerPixel |
C# | |
---|---|
public int BitsPerPixel {get; set;} |
Property Value
The resulting thumbnail pixel depth.The default value for this property is 24.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7