Skip to main content

TdxDocumentExporterOptions.ActualEncoding Property

Specifies the encoding that the document export routines use.

Declaration

property ActualEncoding: TEncoding read; write;

Property Value

Type
TEncoding

Remarks

You can use this property to identify which encoding the exported documents have. Do not use this property to change encoding in the resulting documents.

You can change the resulting document’s encoding only for those formats that support multiple encoding options. The corresponding TdxDocumentExporterOptions class descendants implement the Encoding property that you can use to change the default encoding for document export operations.

See Also