Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="PaletteFlags", IsRequired=True)> Public Property PaletteFlags As ColorResolutionCommandPaletteFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ColorResolutionRequest Dim value As ColorResolutionCommandPaletteFlags instance.PaletteFlags = value value = instance.PaletteFlags |
C# | |
---|---|
[DataMemberAttribute(Name="PaletteFlags", IsRequired=true)] public ColorResolutionCommandPaletteFlags PaletteFlags {get; set;} |
C++/CLI | |
---|---|
[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.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.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7