pitch property

double pitch

Pitch angle in degrees.

throws DocumentException An error has occurred during Document Library execution.

Implementation

double get pitch => _handle.ref.Pitch;
void pitch=(double value)

Implementation

set pitch(double value) => _handle.ref.Pitch = value;