Click or drag to resize

WdfFileReader Properties

The WdfFileReader type exposes the following members.

Properties
 NameDescription
Public propertyAccumulationCountNumber of accumulations used for one spectrum.
Public propertyApplicationNameName of the application that created this file.
Public propertyApplicationVersionVersion of the application that created this file.
Public propertyCapacityTotal number of experiments, can be greater than Count.
Public propertyCountNumber of experiments of the same type, can be smaller than Capacity.
Public propertyDataOriginCountNumber of rows in the data origin list.
Public propertyFileNameGets the name of the Wdf file.
Public propertyHasMapData Gets a value indicating whether this instance has map data.
Public propertyImages Contains the images as bitstreams. See the remarks for an example how to use the bytes.
Public propertyIsCompletedTrue if the number of spectra in this file equals the total number of spectra for this measurement.
Public propertyLaserWavelength_nmWavelength of the exciting laser in nm.
Public propertyMapShape 
Public propertyMeasurementTypeType of the measurement that created this file.
Public propertyNumberOfPointsPerSpectrumNumber of data points in each spectrum.
Public propertyOriginListHeader 
Public propertyScanTypeType of the scan that created this file.
Public propertySpectra Gets the spectra's intensity values.
Public propertySpectralUnitUnit of the y-values of the spectra.
Public propertyTitleTitle of the measurement.
Public propertyUserNameOperator of the measurement.
Public propertyXData Gets the x data. This are usually the spectrum's x values (wavelength, shift, etc.).
Public propertyXPositions 
Public propertyXPositionUnit 
Public propertyXUnit Gets the unit of the XData values.
Public propertyYData Gets the y data. ATTENTION: this are usually NOT the spectrum's intensity values (these are stored in Spectra, or use GetSpectrum(Int32)).
Public propertyYPositions 
Public propertyYPositionUnit 
Public propertyYUnit Gets the unit of the YData values.
Public propertyZPositions 
Public propertyZPositionUnit 
Top
See Also