Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDocumentExporterOptions.ActualEncoding Property

Specifies the encoding that the document export routines use.

#Declaration

Delphi
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