Accusoft.PdfXpress7.Net
PaletteLength Property




Gets and sets the length of the palette in entries (not bytes!).
Syntax
public int PaletteLength {get; set;}
public: __property int get_PaletteLength();
public: __property void set_PaletteLength( 
   int value
);
public:
property int PaletteLength {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property PaletteLength As Integer
 
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.PaletteLength = value
 
value = instance.PaletteLength

Property Value

An integer value which represents the length of the palette.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback