documentSide property

TextFieldWrapper? get documentSide

Document side, either FRONT or BACK.

Implementation

TextFieldWrapper? get documentSide => document
    .fieldByTypeName("DocumentSide")
    ?.let((field) => TextFieldWrapper(field));