Zum Hauptinhalt springen

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

Die Enumerationskonstanten von TimeZoneTypeEnum werden verwendet, um die Zeitzone des Datums festzulegen, das in das Ausgabe-PDF geschrieben wird.
typedef enum {
 TZT_UTC,
 TZT_Local,
 TZT_Daylight,
 TZT_Source
} TimeZoneTypeEnum;

Elemente

NameBeschreibung
TZT_DaylightEs wird die Sommerzeit der lokalen Zeitzone verwendet.
TZT_LocalEs wird die lokale Zeit verwendet.
TZT_SourceEs wird das ursprüngliche Zeitformat des Eingabedokuments verwendet.
TZT_UTCEs wird die koordinierte Weltzeit verwendet.

Verwendet in

IPDFExportFeatures::ReferenceTimeZone