Accusoft.ImagXpress13.Net
LogPalette Property




Gets and sets the palette for use when the ColorDepth method is called.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets and sets the palette for use when the ColorDepth method is called.")>
Public Property LogPalette As IntPtr
'Usage
 
Dim instance As Processor
Dim value As IntPtr
 
instance.LogPalette = value
 
value = instance.LogPalette
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("Gets and sets the palette for use when the ColorDepth method is called.")]
public IntPtr LogPalette {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("Gets and sets the palette for use when the ColorDepth method is called.")]
public: __property IntPtr get_LogPalette();
public: __property void set_LogPalette( 
   IntPtr value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("Gets and sets the palette for use when the ColorDepth method is called.")]
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 must be set before calling ColorDepth. The value of this property is a HANDLE to a completed LOGPALETTE structure (note that this is not an HPALETTE). A HANDLE to a completed LOGPALETTE structure is not provided by any ImagXpress property or function.

See Also

Reference

Processor Class
Processor Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback