Click or drag to resize

BitmapImportOptions Properties

The BitmapImportOptions type exposes the following members.

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
See Also