Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewer Class

A PDF Viewer control.

#Declaration

Delphi
TdxPDFViewer = class(
    TdxPDFCustomViewer
)

#Remarks

The PDF Viewer control is designed to view, manage, sign, and encrypt Portable Document Format (PDF) files in your application.

VCL PDF Viewer: A PDF Viewer-Based Application Example

#Automatic Ribbon/Toolbar UI Generation

You can create a PDF Viewer-based form with a fully-functional Ribbon or Toolbar UI in a few clicks:

Refer to the following topics for details:

#Main API Members

The list below outlines key members of the TdxPDFViewer class that allow you to work with PDF documents in your application.

#PDF Document API

You can create a PDF document container to work with PDF documents in code without user interaction. Refer to the following topics for detailed information and code examples:

See Also