메인 콘텐츠로 건너뛰기

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.

TimeZoneTypeEnum 열거형 상수는 출력 PDF에 기록되는 날짜의 시간대를 지정하는 데 사용됩니다.
typedef enum {
 TZT_UTC,
 TZT_Local,
 TZT_Daylight,
 TZT_Source
} TimeZoneTypeEnum;

요소

이름설명
TZT_Daylight현지 시간대의 서머타임이 사용됩니다.
TZT_Local현지 시간이 사용됩니다.
TZT_Source입력 문서의 원래 시간 형식이 사용됩니다.
TZT_UTC협정 세계시(UTC)가 사용됩니다.

다음에서 사용

IPDFExportFeatures::ReferenceTimeZone