Enum Pdf3dViewTransformationSource
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies how the camera-to-world transformation matrix should be determined for the 3D view.
public enum Pdf3dViewTransformationSource
Fields
Artwork = 0
Use the view specified in the 3D artwork.
CameraToWorld = 1
Use GetCameraToWorldTransformation() and SetCameraToWorldTransformation(double[]) methods.
U3dPath = 2
Use GetU3dPath() and SetU3dPath(string[]) methods.