![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > SaveDocumentOptions Class : BitsPerPixel Property |
public int BitsPerPixel {get; set;}
'Declaration
Public Property BitsPerPixel As Integer
'Usage
Dim instance As SaveDocumentOptions Dim value As Integer instance.BitsPerPixel = value value = instance.BitsPerPixel
public int getBitsPerPixel() public void setBitsPerPixel(int value)
If the value of BitsPerPixel is the default 0, then the document will be saved using the bits per pixel of the original document.
For an example, refer to Document.SaveToFile.