Accusoft.PdfXpress7.Net
Palette Property




Gets and sets the palette data.
Syntax
'Declaration
 
Public Property Palette As Byte()
'Usage
 
Dim instance As ImageDataInfo
Dim value() As Byte
 
instance.Palette = value
 
value = instance.Palette
public byte[] Palette {get; set;}
public: __property byte[]* get_Palette();
public: __property void set_Palette( 
   byte[]* value
);
public:
property array<byte>^ Palette {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

A byte array which represents the palette data.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback