API Reference > Classes > PRC Base Classes > OdPrcPreviewGenerator Class > OdPrcPreviewGenerator Methods > OdPrcPreviewGenerator::getBitmapSize Method
OdPrcPreviewGenerator::getBitmapSize Method
Syntax
C++
OdResult getBitmapSize(long & width, long & height) const;
Parameters 
Description 
long & width 
[out] A placeholder for the bitmap width value.  
long & height 
[out] A placeholder for the bitmap height value.
 

Returns the eOk value if current bitmap width and height values were successfully returned, otherwise the method returns an appropriate error code.

Retrieves current width and height values of the bitmap preview image. 

 

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