Pitch angle in degrees.
throws DocumentException An error has occurred during Document Library execution.
double get pitch => _handle.ref.Pitch;
set pitch(double value) => _handle.ref.Pitch = value;