Enums
Definition
Namespace: Surya.Ab.Export.Client
Assembly: Surya.Ab.Export.dll
ParamSectionOrientation
Provides options for specifying the desired orientations for parameter sections, including SingleRow, SingleColumn, TwoRows, TwoColumns.
public enum ParamSectionOrientation
Fields
Name | Definition |
---|---|
SingleRow | Represents single row orientation for Parameter Section Dataset. |
SingleColumn | Represents single column orientation for Parameter Section Dataset. |
TwoRows | Represents two rows orientation for Parameter Section Dataset. |
TwoColumns | Represents two columns orientation for Parameter Section Dataset. |
ImageDatasetDisplay
Provides options for specifying the desired order in which the images are grouped and displayed together.
public enum ImageDatasetDisplay
Fields
Name | Definition |
---|---|
SingleRow | Represents single row display order for an ImageDataset. |
SingleColumn | Represents single column display order for an ImageDataset. |
TwoRows | Represents two rows display order for an ImageDataset. |
TwoColumns | Represents two columns display order for an ImageDataset. |
ExportType
Provides options for specifying the desired export format, including Excel, PDF, Text and CSV.
public enum ExportType
Fields
Name | Definition |
---|---|
Excel | Represents the export type as Excel. |
Csv | Represents the export type as Csv. |
Text | Represents the export type as Text. |
Represents the export type as Pdf. |