Skip to main content

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

NameDefinition
SingleRowRepresents single row orientation for Parameter Section Dataset.
SingleColumnRepresents single column orientation for Parameter Section Dataset.
TwoRowsRepresents two rows orientation for Parameter Section Dataset.
TwoColumnsRepresents 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

NameDefinition
SingleRowRepresents single row display order for an ImageDataset.
SingleColumnRepresents single column display order for an ImageDataset.
TwoRowsRepresents two rows display order for an ImageDataset.
TwoColumnsRepresents 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

NameDefinition
ExcelRepresents the export type as Excel.
CsvRepresents the export type as Csv.
TextRepresents the export type as Text.
PdfRepresents the export type as Pdf.

Edit on GitHub