PDFium Delphi Component Docs

מאפיין PageMode

Component: TPdf  ·  Unit: PDFium
מאפיין ברמת הדף — the document /PageMode hint (Outlines, Thumbs, FullScreen, ...).

Syntax

property PageMode: TPageMode;

Description

מחזיר את רמז ה-/PageMode של המסמך (Outlines, Thumbs, FullScreen, ...). הערך מקורו במילון העמוד ב-PDF, לאחר שכל /MediaBox / /CropBox / /Rotate שעבר בירושה מצמתי אב נפתר

לקריאה בלבד אלא אם שם המאפיין מרמז על כותב (כגון Page או PageRotation); הקצאה למאפיינים לקריאה בלבד אין לה השפעה

קואורדינטות וממדים מדווחים בנקודות מרחב משתמש PDF. להמרה לפיקסלים עבור DPI יעד, השתמשו ב-PointsToPixels(Value, DPI) או בעוזרים השקולים

Remarks

Example

if Pdf1.Active then
  Memo1.Lines.Add('PageMode = ' + VarToStr(Pdf1.PageMode));

See Also

ViewerPreference, PageLabel