Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsThumbnailOptions Structure : PaletteFlags Property |
public ColorResolutionCommandPaletteFlags PaletteFlags {get; set;}
'Declaration
Public Property PaletteFlags As ColorResolutionCommandPaletteFlags
'Usage
Dim instance As CodecsThumbnailOptions Dim value As ColorResolutionCommandPaletteFlags instance.PaletteFlags = value value = instance.PaletteFlags
public ColorResolutionCommandPaletteFlags PaletteFlags {get; set;}
@property (nonatomic, assign) LTColorResolutionCommandPaletteFlags paletteFlags
public ColorResolutionCommandPaletteFlags getPaletteFlags() public void setPaletteFlags(ColorResolutionCommandPaletteFlags value)
<br/>get_PaletteFlags();<br/>set_PaletteFlags(value);<br/>Object.defineProperty('PaletteFlags');
public: property ColorResolutionCommandPaletteFlags PaletteFlags { ColorResolutionCommandPaletteFlags get(); void set ( ColorResolutionCommandPaletteFlags value); }