Class PDF3DView

PDF3DView class

Class PDF3DView.

public class PDF3DView

Constructors

NameDescription
PDF3DView(Document, PDF3DView, string)Initializes a new instance of the PDF3DView class.
PDF3DView(Document, Matrix3D, double, string)Initializes a new instance of the PDF3DView class.

Properties

NameDescription
BackGroundColor { get; set; }Gets or sets the color of the back ground of view.
CameraOrbit { get; set; }Gets or sets the camera orbit of view.
CameraPosition { get; set; }Gets or sets the camera position of view.
CrossSectionsArray { get; }Gets the cross sections array of view.
LightingScheme { get; set; }Gets or sets the lighting scheme of view.
RenderMode { get; set; }Gets or sets the render mode of view.
ViewName { get; set; }Gets or sets the name of the view.

See Also