LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

PaletteFlags Property

Show in webframe





Gets or sets the Palette options used when converting the image.
Syntax
[DataMemberAttribute(Name="PaletteFlags", IsRequired=true)]
public ColorResolutionCommandPaletteFlags PaletteFlags {get; set;}
'Declaration
 
<DataMemberAttribute(Name="PaletteFlags", IsRequired=True)>
Public Property PaletteFlags As ColorResolutionCommandPaletteFlags
'Usage
 
Dim instance As ColorResolutionRequest
Dim value As ColorResolutionCommandPaletteFlags
 
instance.PaletteFlags = value
 
value = instance.PaletteFlags

            

            
[DataMemberAttribute(Name="PaletteFlags", IsRequired=true)]
public:
property ColorResolutionCommandPaletteFlags PaletteFlags {
   ColorResolutionCommandPaletteFlags get();
   void set (    ColorResolutionCommandPaletteFlags value);
}

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

See Also

Reference

ColorResolutionRequest Class
ColorResolutionRequest Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features