API Reference > Namespaces > OdPdfPublish Namespace > OdPdfPublish::Rendering Namespace > Structs, Records, Enums > OdPdfPublish::Rendering::Mode Enumeration
OdPdfPublish::Rendering::Mode Enumeration
Syntax
C++
enum Mode { kDefault = 0, kSolid, kSolidWireframe, kSolidOutline, kBoundingBox, kTransparent, kTransparentWireframe, kTransparentBoundingBox, kTransparentBoundingBoxOutline, kIllustration, kShadedIllustration, kWireframe, kShadedWireframe, kHiddenWireframe, kVertices, kShadedVertices };

PdfPublishCommon.h

Members 
Description 
kDefault = 0 
Default rendering mode. Currently is not applied. 
kSolid 
Textured and lighted faces are rendered. 
kSolidWireframe 
Textured, lighted faces and monochrome tessellation edges are rendered. 
kSolidOutline 
Textured, lighted faces and monochrome silhouette edges are rendered. 
kBoundingBox 
Monochrome bounding box edges are rendered. 
kTransparent 
Textured and lighted transparent faces are rendered. 
kTransparentWireframe 
Textured, lighted transparent faces and monochrome tessellation edges are rendered. 
kTransparentBoundingBox 
Monochrome bounding box transparent faces are rendered. 
kTransparentBoundingBoxOutline 
Monochrome edges and bounding box transparent faces are rendered. 
kIllustration 
Monochrome unlighted faces and silhouette edges are rendered. 
kShadedIllustration 
Textured, lighted highly emissive faces and monochrome silhouette edges are rendered. 
kWireframe 
Monochrome tessellation edges are rendered. 
kShadedWireframe 
Interpolated and lighted tessellation edges are rendered. 
kHiddenWireframe 
Monochrome faces and tessellation edges are rendered. 
kVertices 
Monochrome vertices are rendered. 
kShadedVertices 
Colored and lighted vertices are rendered. 

Rendering modes supported by Publish SDK.

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