Accusoft.PdfXpress7.Net
PaletteLength Property




Gets and sets the length of the palette in entries (not bytes!).
Syntax
'Declaration
 
Public Property PaletteLength As Integer
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.PaletteLength = value
 
value = instance.PaletteLength
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);
}

Property Value

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

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback