Click or drag to resize

BitmapImportOptions Class

Import options for importing bitmap files on a pixel-by-pixel basis.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.BitmapsBitmapImportOptions

Namespace: Altaxo.Serialization.Bitmaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public class BitmapImportOptions : IImmutable, 
	IEquatable<BitmapImportOptions>

The BitmapImportOptions type exposes the following members.

Constructors
 NameDescription
Public methodBitmapImportOptionsInitializes a new instance of the BitmapImportOptions class
Top
Properties
 NameDescription
Public propertyColorChannel Gets a value indicating which part of the color of each pixel to use for the value that imported.
Public propertyImportTransposed Gets a value indicating whether to transpose the table. Untransposed, the x-values are written into the rows of the table, which will result in a plot similar to the image, but the order of the pixels in the table is somewhat counterintuitive. Transposed, the x-values of the image are written into the columns of the table, so that the order of pixels in the table and the image is similar, but then if you plot that as a density image, the resulting density image has x and y exchanged.
Public propertyIncludeDimensionColumns Gets a value indicating whether to include the dimensions ("DimensionX" and "DimensionY")
Public propertyIncludeFilePathAsProperty If true, the file name of the imported file is included as a column property.
Public propertyIncludePixelNumberColumns Gets a value indicating whether to include the dimensions ("DimensionX" and "DimensionY")
Public propertyNeutralColumnName Gets the neutral column name (base). The name is at request extended, e.g. by a number at the end.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also