Accusoft.ImagXpress13.Net
LogPalette Property




Gets and sets the palette for use when the ColorDepth method is called.
Syntax
'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
[Browsable(false)]
[Description("Gets and sets the palette for use when the ColorDepth method is called.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public IntPtr LogPalette {get; set;}
[Browsable(false)]
[Description("Gets and sets the palette for use when the ColorDepth method is called.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public: __property IntPtr get_LogPalette();
public: __property void set_LogPalette( 
   IntPtr value
);
[Browsable(false)]
[Description("Gets and sets the palette for use when the ColorDepth method is called.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public:
property IntPtr LogPalette {
   IntPtr get();
   void set (    IntPtr value);
}

Property Value

An integer pointer which represents the log palette.
Remarks

When the ColorDepth method is called with paletteType = UserDefined, or PalFile, this property is used to display the image.

See Also

Reference

Processor Class
Processor Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback