←Select platform

PaletteFlags Property

Summary

Gets or sets the Palette options used when converting the image.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="PaletteFlags", IsRequired=true)] 
public ColorResolutionCommandPaletteFlags PaletteFlags { get; set; } 
  
<DataMemberAttribute(Name="PaletteFlags", IsRequired=True)> 
Public Property PaletteFlags As Leadtools.Services.Imageprocessing.Datacontracts.ColorResolutionCommandPaletteFlags 

Property Value

The palette options used when converting the image.

Remarks

The palette options are useful only when the resulting image requires a palette (when it is 8 bits per pixel or less).

For more information, refer to Introduction: Palette Handling.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly