API Reference > Classes > PRC Export-Import Classes > PdfExportServiceInterface_Impl Class > PdfExportServiceInterface_Impl Methods > PdfExportServiceInterface_Impl::exportPrc Method
PdfExportServiceInterface_Impl::exportPrc Method
Syntax
C++
virtual OdResult exportPrc(OdRxObjectPtr & context, const OdGiDrawable * pDrawable, const PDF2PRCExportParams * params);
Parameters 
Description 
OdRxObjectPtr & context 
[out] A PRC context object.  
const OdGiDrawable * pDrawable 
[in] A raw pointer to a drawable entity.  
const PDF2PRCExportParams * params 
[in] A raw pointer to an object that encapsulates a set of parameters for export.  

eOk if the export was successful; otherwise, the method returns an appropriate error.

Exports specified drawable entity to PDF format as PRC content with specifies parameters.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.