Accusoft.ImagXpressSdk Namespace > ImageXView Class : PaletteType Property |
'Declaration <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property PaletteType As PaletteType
'Usage Dim instance As ImageXView Dim value As PaletteType instance.PaletteType = value value = instance.PaletteType
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public PaletteType PaletteType {get; set;}
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public: __property PaletteType get_PaletteType(); public: __property void set_PaletteType( PaletteType value );
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public: property PaletteType PaletteType { PaletteType get(); void set ( PaletteType value); }
This property setting will only be valid if the current image is displayed using a palette.
When the Image has a bit depth of 8 bits or less, the image's palette will be realized by the display device. In other words, the image's palette is combined with the display device's logical palette and used to display the image.
You can specify a different behavior by modifying this property. Setting this property does not change the palette stored with the Image, but does change the palette that is realized by the display device.