Skip to main content

DocumentData.HiddenOptions Property

For internal use.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public ExportOptionKind HiddenOptions { get; set; }

Property Value

Type
ExportOptionKind

Available values:

Show 65 items
Name Description
PdfPageRange

The PageByPageExportOptionsBase.PageRange property of the PDF export options.

PdfCompressed

For internal use.

PdfACompatibility

The PdfExportOptions.PdfACompatibility property of the PDF export options.

PdfUACompatibility
PdfShowPrintDialogOnOpen

The PdfExportOptions.ShowPrintDialogOnOpen property of the PDF export options.

PdfNeverEmbeddedFonts

The PdfExportOptions.NeverEmbeddedFonts property of the PDF export options.

PdfPasswordSecurityOptions

The PdfExportOptions.PasswordSecurityOptions property of the PDF export options.

PdfSignatureOptions

The PdfExportOptions.SignatureOptions property of the PDF export options.

PdfConvertImagesToJpeg

The PdfExportOptions.ConvertImagesToJpeg property of the PDF export options.

PdfExportEditingFieldsToAcroForms

The PdfExportOptions.ExportEditingFieldsToAcroForms property of the PDF export options.

PdfRasterizeImages
PdfRasterizationResolution
PdfImageQuality

The PdfExportOptions.ImageQuality property of the PDF export options.

PdfDocumentAuthor

The PdfDocumentOptions.Author property of the PDF export options.

PdfDocumentApplication

The PdfDocumentOptions.Application property of the PDF export options.

PdfDocumentTitle

The PdfDocumentOptions.Title property of the PDF export options.

PdfDocumentSubject

The PdfDocumentOptions.Subject property of the PDF export options.

PdfDocumentKeywords

The PdfDocumentOptions.Keywords property of the PDF export options.

HtmlExportMode

The HtmlExportOptionsBase.ExportMode property of the HTML export options.

HtmlCharacterSet

The HtmlExportOptionsBase.CharacterSet property of the HTML export options.

HtmlTitle

The HtmlExportOptionsBase.Title property of the HTML export options.

HtmlRemoveSecondarySymbols

The HtmlExportOptionsBase.RemoveSecondarySymbols property of the HTML export options.

HtmlEmbedImagesInHTML

The HtmlExportOptionsBase.EmbedImagesInHTML property of the HTML export options.

HtmlPageRange

The PageByPageExportOptionsBase.PageRange property of the HTML export options.

HtmlPageBorderWidth

The HtmlExportOptionsBase.PageBorderWidth property of the HTML export options.

HtmlPageBorderColor

The HtmlExportOptionsBase.PageBorderColor property of the HTML export options.

HtmlTableLayout

The HtmlExportOptionsBase.TableLayout property of the HTML export options.

HtmlExportWatermarks

The HtmlExportOptionsBase.ExportWatermarks property of the HTML export options.

RtfExportMode

The RtfExportOptions.ExportMode property of the RTF export options.

RtfPageRange

The PageByPageExportOptionsBase.PageRange property of the RTF export options.

RtfExportWatermarks

The FormattedTextExportOptions.ExportWatermarks property of the RTF export options.

DocxExportMode

The DocxExportOptions.ExportMode property of the DOCX export options.

DocxPageRange

The FormattedTextExportOptions.PageRange property of the DOCX export options.

DocxTableLayout

The DocxExportOptions.TableLayout property of the DOCX export options.

DocxKeepRowHeight

The DocxExportOptions.KeepRowHeight property of the DOCX export options.

DocxExportWatermarks

The FormattedTextExportOptions.ExportWatermarks property of the DOCX export options.

XlsExportMode

The XlsExportOptions.ExportMode property of the XLS export options.

XlsPageRange

The PageByPageExportOptionsBase.PageRange property of the XLS export options.

XlsxExportMode

The XlsxExportOptions.ExportMode property of the XLSX export options.

XlsxPageRange

The PageByPageExportOptionsBase.PageRange property of the XLSX export options.

TextSeparator

The TextExportOptionsBase.Separator property of the Text export options.

TextEncoding

The TextExportOptionsBase.Encoding property of the Text export options.

TextQuoteStringsWithSeparators

The TextExportOptionsBase.QuoteStringsWithSeparators property of the Text export options.

TextExportMode

The TextExportOptionsBase.TextExportMode property of the Text export options.

XlsShowGridLines

The XlExportOptionsBase.ShowGridLines property of the XLS export options.

XlsUseNativeFormat

For internal use.

The XlExportOptionsBase.ExportHyperlinks property of the XLS export options.

XlsRawDataMode

The XlExportOptionsBase.RawDataMode property of the XLS export options.

XlsSheetName

The XlExportOptionsBase.SheetName property of the XLS export options.

ImageExportMode

The ImageExportOptions.ExportMode property of the Image export options.

ImagePageRange

The PageByPageExportOptionsBase.PageRange property of the Image export options.

ImagePageBorderWidth

The ImageExportOptions.PageBorderWidth property of the Image export options.

ImagePageBorderColor

The ImageExportOptions.PageBorderColor property of the Image export options.

ImageFormat

The ImageExportOptions.Format property of the Image export options.

ImageResolution

The ImageExportOptions.Resolution property of the Image export options.

NativeFormatCompressed

The NativeFormatOptions.Compressed property of the native format Save options.

XpsPageRange

The PageByPageExportOptionsBase.PageRange property of the XPS export options.

Note

This is supported only by the DXPrinting for WPF library.

XpsCompression

The XpsExportOptions.Compression property of the XPS export options.

Note

This is supported only by the DXPrinting for WPF library.

XpsDocumentCreator

The XpsDocumentOptions.Creator property of the XPS export options.

Note

This is supported only by the DXPrinting for WPF library.

XpsDocumentCategory

The XpsDocumentOptions.Category property of the XPS export options.

Note

This is supported only by the DXPrinting for WPF library.

XpsDocumentTitle

The XpsDocumentOptions.Title property of the XPS export options.

Note

This is supported only by the DXPrinting for WPF library.

XpsDocumentSubject

The XpsDocumentOptions.Subject property of the XPS export options.

Note

This is supported only by the DXPrinting for WPF library.

XpsDocumentKeywords

The XpsDocumentOptions.Keywords property of the XPS export options.

Note

This is supported only by the DXPrinting for WPF library.

XpsDocumentVersion

The XpsDocumentOptions.Version property of the XPS export options.

Note

This is supported only by the DXPrinting for WPF library.

XpsDocumentDescription

The XpsDocumentOptions.Description property of the XPS export options.

Note

This is supported only by the DXPrinting for WPF library.

See Also