←Select platform

BitsPerPixel Property

Summary

Bits per pixel to use when saving the document.

Syntax

C#
VB
Java
C++
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 Document.SaveToFile.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly