public void SetOrientation(EPVRTOrientation eAxisOrientation)
 {
     pvrttSetOrientation(header, eAxisOrientation);
 }
 private extern static EPVRTColourSpace pvrttSetOrientation(IntPtr header, EPVRTOrientation eAxisOrientation);