Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
PdfExportServiceInterface::serialize Method
Syntax
C++
virtual OdResult serialize(OdStreamBufPtr pBuffer, OdRxObjectPtr context, const PDF2PRCExportParams * params) = 0;

Serializes the PRC export context with specified export parameters.

Parameters
Description
pBuffer
[in] A smart pointer to a stream buffer to serialize data in.
context
[in] A smart pointer to a context object to be serialized.
params
[in] A raw pointer to an object that encapsulates a set of parameters for export.

eOk if the context object was successfully serialized; otherwise, the method returns an appropriate error.

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