API Reference > Structs, Records, Enums > PDFResultEx Enumeration
PDFResultEx Enumeration
Syntax
C++
enum PDFResultEx { exOk = 0x00000000, exInternalError = 0x00010000, exHugeShxFont, exInvalidPageParams, exNullOutputStream, exLayoutNotFound, exNullDatabase, exUnsupportedVersion, exWrongNumberOfPages, exCannotRestorePaperFromLayout, exCannotFillFontDescriptor, exCannotOpenOverallVport, exBadViewExtents, exLayersRequired_v15, exInvalidImageDPI, exCannotStartPrcEngine, exUseHLRConflictedWithEnablePRC, exPrcRequired_v16, exPdfExportServiceMissed, exOdError = 0x00020000, exLastErrorNum = 0xFFFFFFFF };

PdfResultEx.h

Members 
Description 
exOk = 0x00000000 
Export finished successfully. 
exInternalError = 0x00010000 
Export failed: internal exception occurred. 
exHugeShxFont 
Export failed: huge value for Shx font size. 
exInvalidPageParams 
Export failed: invalid PDF document page parameters provided. 
exNullOutputStream 
Export failed: output stream for writing PDF document is NULL. 
exLayoutNotFound 
Export failed: layout with the specified name can't be found. 
exNullDatabase 
Export failed: invalid database pointer. 
exUnsupportedVersion 
Export failed: specified version of PDF document is not supported. 
exWrongNumberOfPages 
Export failed: invalid PDF document page counter value. 
exCannotRestorePaperFromLayout 
Export failed: error occurred during getting paper parameters from the specified layout. 
exCannotFillFontDescriptor 
Export failed: font descriptor for the PDF document can't be filled. 
exCannotOpenOverallVport 
Export failed: view port can't be opened. 
exBadViewExtents 
Export failed: invalid view extents. 
exLayersRequired_v15 
Export failed: specified layout requires version 1.5 or higher for correct processing. 
exInvalidImageDPI 
Export failed: invalid resolution value (DPI). 
exCannotStartPrcEngine 
Export failed: missing PdfExportService service. 
exUseHLRConflictedWithEnablePRC 
Export failed: EnablePRC cannot be used with UseHLR flag. 
exPrcRequired_v16 
Export failed: version 1.6 or higher required for 3d entities processing. 
exPdfExportServiceMissed 
Export failed: Missed PrcExport service. 
exOdError = 0x00020000 
Export failed: ODA base class error occurred. 
exLastErrorNum = 0xFFFFFFFF 
Number of the last occurred error. 

This is record PDFResultEx.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.