The OPENDLGOPTIONS_PDF structure provides load option information for PDF file formats. This information will be used by the LFileSettings::SetPDFOptions function.
typedef struct _OPENDLGOPTIONS_PDF
{
L_UINT uStructSize;
FILEPDFOPTIONS PDFOptions;
} OPENDLGOPTIONS_PDF, * LPOPENDLGOPTIONS_PDF;
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
FILEPDFOPTIONS structure that contains the load options for a PDF file.
The LDialogFile::DoModalOpen function displays the Open dialog and gets options for the LFile::LoadFile function. After the user presses the Open button on the dialog, one or more OPENDLGFILEDATA structures will be updated based on the file(s) selected in the Open dialog. The OPENDLGFILEDATA.FileOptions member is an OPENDLGOPTIONS structure. This structure is updated based on the file type(s) selected in the Open dialog. If the OPENDLGOPTIONS.nType member is FILE_PDF, the OPENDLGOPTIONS.pOptions member will point to an OPENDLGOPTIONS_PDF structure, which is, in turn, updated with the PDF load options.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document