PDFium Component Docs

WindowHandle property

Component: TPdfView  ·  Unit: PDFium
Native window handle of the control (Windows-only).

Syntax

property WindowHandle: HWND;

Description

Native window handle of the control (Windows-only).

Available after the control is parented and has been displayed at least once.

همهٔ ویژگی‌های نمایش TPdfView هنگام انتساب یک بازنقاش را فعال می‌کنند؛ می‌توانید چند مورد را به‌ترتیب بدون پرش تغییر دهید زیرا بازنقاش در یک نامعتبرسازی واحد ادغام می‌شود

Remarks

Example

begin
  PdfView1.WindowHandle := {value};
  PdfView1.Active := True;
end;

See Also

Active, Pdf, Options, Zoom