Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

BitsPerPixel Property






Bits per pixel to use when saving the document.
Syntax
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)
            
public:
property int BitsPerPixel {
   int get();
   void set (    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

See Also

Reference

SaveDocumentOptions Class
SaveDocumentOptions Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features