TdxPDFViewerPageLayout Enum
In This Article
Enumerates page layout types in a zoomed-out PDF document.
#Declaration
Delphi
TdxPDFViewerPageLayout = (
plDefault,
plSinglePageContinuous
);
#Members
Name |
---|
pl
|
pl
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
pl |
Pages are arranged in a grid. | ![]() |
pl |
Pages are arranged in a column. | ![]() |
The PDF Viewer control’s OptionsView.PageLayout property references the TdxPDFViewerPageLayout type.
See Also