Enum LlExportOption
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies options for export configurations. The syntax typically combines the export format with the particular option, where general options start with "Export".
public enum LlExportOption
Fields
ExportFile = 0Specifies the file to be exported.
ExportPath = 1Specifies the path where the export should be saved.
ExportQuiet = 3Enables quiet mode during export.
ExportShowResult = 4Indicates whether to show the export result.
ExportTarget = 2Specifies the export target.
PdfAuthor = 8Sets the author for PDF export.
PdfCreator = 9Sets the creator for PDF export.
PdfKeywords = 7Sets the keywords for PDF export.
PdfSubject = 6Sets the subject for PDF export.
PdfTitle = 5Sets the title for PDF export.
Resolution = 10Specifies the export resolution.
TxtCharset = 11Specifies the charset for text export.
TxtFrameChar = 12Specifies the frame character for text export.
TxtSeparatorChar = 13Specifies the separator character for text export.
VerbosityBarcode = 14Enables verbose output for barcode drawing.
VerbosityDrawing = 15Enables verbose output for drawing operations.
VerbosityEllipse = 16Enables verbose output for ellipse drawing.
VerbosityLLXObject = 18Enables verbose output for LLX objects.
VerbosityLLXObjectHtmlObject = 19Enables verbose output for LLX object HTML representation.
VerbosityLine = 17Enables verbose output for line drawing.
VerbosityRectangle = 20Enables verbose output for rectangle drawing.
VerbosityRtf = 21Enables verbose output for rich text format (RTF) content.
VerbosityRtfFrames = 22Enables verbose output for RTF frames.
VerbosityTable = 23Enables verbose output for table drawing.
VerbosityTableCell = 24Enables verbose output for table cells.
VerbosityTableFrames = 25Enables verbose output for table frames.
VerbosityText = 26Enables verbose output for text drawing.
VerbosityTextFrames = 27Enables verbose output for text frames.