Accusoft.ImagXpress13.Net
PaletteFilename Property




Specifies the filename that contains the palette for the control.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the filename that contains the palette for the control.")>
Public Property PaletteFilename As String
'Usage
 
Dim instance As ImageXView
Dim value As String
 
instance.PaletteFilename = value
 
value = instance.PaletteFilename
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the filename that contains the palette for the control.")]
public string PaletteFilename {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the filename that contains the palette for the control.")]
public: __property string* get_PaletteFilename();
public: __property void set_PaletteFilename( 
   string* value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the filename that contains the palette for the control.")]
public:
property String^ PaletteFilename {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the filename.
Remarks

Note: Palette file formats can be DIB, BMP, or PAL files.

When the PaletteType property is set as PaletteType.PalFile, images will be displayed during palettized display using the palette loaded from this property.

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback