Accusoft.ImagXpressSdk Namespace > Processor Class : LogPalette Property |
'Declaration <BrowsableAttribute(False)> <DescriptionAttribute("Gets and sets the palette for use when the ColorDepth method is called.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DefaultValueAttribute()> Public Property LogPalette As IntPtr
'Usage Dim instance As Processor Dim value As IntPtr instance.LogPalette = value value = instance.LogPalette
[BrowsableAttribute(false)] [DescriptionAttribute("Gets and sets the palette for use when the ColorDepth method is called.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DefaultValueAttribute()] public IntPtr LogPalette {get; set;}
[BrowsableAttribute(false)] [DescriptionAttribute("Gets and sets the palette for use when the ColorDepth method is called.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DefaultValueAttribute()] public: __property IntPtr get_LogPalette(); public: __property void set_LogPalette( IntPtr value );
[BrowsableAttribute(false)] [DescriptionAttribute("Gets and sets the palette for use when the ColorDepth method is called.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DefaultValueAttribute()] 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.