XFINIUM.PDF Documentation
Pdf3DRenderingMode Enumeration



Supported modes for rendering the 3D images.
Syntax
'Declaration
 
Public Enum Pdf3DRenderingMode 
   Inherits System.Enum
'Usage
 
Dim instance As Pdf3DRenderingMode
public enum Pdf3DRenderingMode : System.Enum 
public enum class Pdf3DRenderingMode : public System.Enum 
Members
MemberDescription
BoundingBox Displays the bounding box edges of each node. The color of the bounding box edges is determined by the auxiliary color.
HiddenWireframe Displays edges in a single color, though removes back-facing and obscured edges. The color of these edges is determined by the auxiliary color.
Illustration Displays silhouette edges with surfaces, removes obscured lines. The color of these edges is determined by the auxiliary color, and the color of the surfaces is determined by the face color.
ShadedIllustration Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork. The color of these edges is determined by the auxiliary color.
ShadedVertices Displays only vertices, though uses their vertex color and applies lighting. The auxiliary color is ignored.
ShadedWireframe Displays only edges and applies lighting. The auxiliary color is ignored.
Solid Displays textured and lit geometric shapes. The auxiliary color is ignored.
SolidOutline Displays silhouette edges with lit and textured surfaces, removes obscured lines. The color of these edges is determined by the auxiliary color.
SolidWireframe Displays textured and lit geometric shapes (triangles) with single color edges on top of them. The color of these edges is determined by the auxiliary color.
Transparent Displays textured and lit geometric shapes (triangles) with an added level of transparency. The auxiliary color is ignored.
TransparentBoundingBox Displays bounding boxes faces of each node with an added level of transparency. The color of the bounding box faces is determined by the face color.
TransparentBoundingBoxOutline Displays bounding boxes edges and faces of each node with an added level of transparency. The color of the bounding box edges is determined by the auxiliary color. The color of the bounding boxes faces is determined by the face color.
TransparentWireframe Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it. The color of these edges is determined by the auxiliary color.
Vertices Displays only vertices in a single color. The color of these points is determined by the auxiliary color.
Wireframe Displays only edges in a single color. The color of these edges is determined by the auxiliary color.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Annotations.Pdf3DRenderingMode

Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.Annotations Namespace

Send Feedback