major property

int major

Version.

throws DocumentException An error has occurred during Document Library execution.

Implementation

int get major => _handle.ref.Major;
void major=(int value)

Implementation

set major(int value) => _handle.ref.Major = value;