Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPdfPublish::PdfPublishResult Enumeration
Syntax
C++
enum PdfPublishResult { eOk = 0, eInternalError = 1, eEmptyInputArray = 2, eNotSortedArray = 3, eDuplicatedElement = 4, eNullDocument = 5, eKeyNotFound = 6, eNullBaseName = 7, eNotImplementedYet = 8, exOdError = 0x00020000 };
Members
Description
eOk
Operation successfully finished.
eInternalError
An internal error occurred during the operation.
eEmptyInputArray
The input array is empty.
eNotSortedArray
The input array is not sorted.
eDuplicatedElement
A duplication of elements was found.
eNullDocument
Tried to process the operation with a null smart pointer to the Publish SDK document.
eKeyNotFound
The specified key value is not found.
eNullBaseName
The name of the base object is null.
eNotImplementedYet
The feature currently is not implemented.
exOdError
ODA base class error occured during the operation.

Contains declarations representing the result of the publishing operations. Values declared within this enumeration are returned by exportPdf methods of the OdFile class.

File: PdfPublishCommon.h 

Namespace: OdPdfPublish 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.