Accusoft.ImagXpressSdk Namespace > Processor Class : LogPalette Property |
'Declaration <DescriptionAttribute("Gets and sets the palette for use when the ColorDepth method is called.")> <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DefaultValueAttribute()> Public Property LogPalette As IntPtr
'Usage Dim instance As Processor Dim value As IntPtr instance.LogPalette = value value = instance.LogPalette
[Description("Gets and sets the palette for use when the ColorDepth method is called.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] public IntPtr LogPalette {get; set;}
[Description("Gets and sets the palette for use when the ColorDepth method is called.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] public: __property IntPtr get_LogPalette(); public: __property void set_LogPalette( IntPtr value );
[Description("Gets and sets the palette for use when the ColorDepth method is called.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] public: property IntPtr LogPalette { IntPtr get(); void set ( IntPtr value); }
When the ColorDepth method is called with paletteType = UserDefined, or PalFile, this property is used to display the image.