PDFium Component Docs

PageRotation 속성

이 API 항목은 식별자, 시그니처, 코드 블록, PDF 용어를 원래 형태로 유지합니다.
컴포넌트: TPdfView  ·  유닛: PDFium
TPdfView wrapper that forwards to TPdf.PageRotation.

구문

property PageRotation: TRotation;

설명

TPdf.PageRotation를 따릅니다. TPdfView component는 호출을 underlying Pdf instance로 전달하고, 호출이 document를 수정하면 view를 갱신합니다

TPdf.PageRotation에 관한 모든 의미상 메모는 여기에도 그대로 적용되며, 차이점은 모델 객체 대신 visual control을 통해 작업을 다룬다는 점뿐입니다

TPdfView가 외부 TPdf에 연결되어 있을 때(PdfView1.Pdf := Pdf1를 할당), 이 member를 읽으면 Pdf1.PageRotation와 같은 데이터를 반환합니다. TPdfView가 내부 TPdf를 소유하면 이 member가 유일한 public accessor입니다

비고

예제

if PdfView1.Active then
  Memo1.Lines.Add('PageRotation = ' + VarToStr(PdfView1.PageRotation));

참고 항목

PageRotation, Pdf