API Reference > Namespaces > OdPdfPublish Namespace > OdPdfPublish::Camera Namespace > Structs, Records, Enums > OdPdfPublish::Camera::Projection Enumeration
OdPdfPublish::Camera::Projection Enumeration
Syntax
C++
enum Projection { kOrthographic = 0, kPerspective };

PdfPublishCommon.h

Members 
Description 
kOrthographic = 0 
Orthographic camera projection. 
kPerspective 
Perspective camera projection. 

Camera projection types supported by Publish SDK.

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