←Select platform

BitsPerPixel Property

Summary

Bits per pixel to use when saving the document.

Syntax
C#
VB
C++
Java
public int BitsPerPixel { get; set; } 
Public Property BitsPerPixel() As Integer 
   Get 
   Set 
public:  
   property int BitsPerPixel 
   { 
      int get() 
      void set(int value) 
   } 
public int getBitsPerPixel() 
public void setBitsPerPixel(int value) 

Property Value

The bits per pixel to use when saving the document. Default value is 0.

Remarks

If the value of BitsPerPixel is the default 0, then the document will be saved using the bits per pixel of the original document.

Example

For an example, refer to LEADDocument.SaveToFile.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.