Accusoft.ImagXpress13.Net
LogPalette Property




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback