TPDFlibSaveOptions

Data Types

Description

TPDFlibSaveOptions is a record structure that bundles compression, formatting, and optimization choices when writing or exporting a PDF document.

Syntax

Delphi

type TPDFlibSaveOptions = record
    CompressContent: Boolean;
    CompressFonts: Boolean;
    CompressImages: Boolean;
    Linearize: Boolean;
    KeepModDate: Boolean;
  end;

Fields

CompressContentBật nén luồng nội dung trang văn bản
CompressFontsBật nén luồng chương trình phông chữ TrueType/Type1 được nhúng
CompressImagesBật nén các luồng pixel hình ảnh raster không nén
LinearizeÁp dụng xử lý tuyến tính hóa sau khi lưu, tối ưu hóa cấu trúc catalog PDF để xem web nhanh (tải trang lũy tiến)
KeepModDateGiữ nguyên ngày sửa đổi gốc (/ModDate) trong từ điển thông tin tài liệu

See also

SaveToFileOptions