Accusoft.PdfXpress7.Net
BitsPerComponent Property (ImageDataInfo)




The bits per component of the image data, must be one of 1, 2, 4, or 8.
Syntax
public int BitsPerComponent {get; set;}
public: __property int get_BitsPerComponent();
public: __property void set_BitsPerComponent( 
   int value
);
public:
property int BitsPerComponent {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property BitsPerComponent As Integer
 
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.BitsPerComponent = value
 
value = instance.BitsPerComponent

Property Value

An integer value which represents the bits per component of the image data.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback