Accusoft.PdfXpress7.Net
BitsPerComponent Property (ImageDataInfo)




The bits per component of the image data, must be one of 1, 2, 4, or 8.
Syntax
'Declaration
 
Public Property BitsPerComponent As Integer
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.BitsPerComponent = value
 
value = instance.BitsPerComponent
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);
}

Property Value

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

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback