Pdf3dViewTransformationSource Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > Pdf3dViewTransformationSource Enumeration
Specifies how the camera-to-world transformation matrix should be determined for the 3D view.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum Pdf3dViewTransformationSource
VB
Public Enumeration Pdf3dViewTransformationSource

Members

  Member nameValueDescription
Artwork0 Use the view specified in the 3D artwork.
CameraToWorld1 Use GetCameraToWorldTransformation() and SetCameraToWorldTransformation(Double[]) methods.
U3dPath2 Use GetU3dPath() and SetU3dPath(String[]) methods.

See Also