EnvelopeHeader constructor

EnvelopeHeader(int numBytes, int numHandles, EnvelopePresence presence, EnvelopeContentLocation contentLocation)

Implementation

EnvelopeHeader(
    this.numBytes, this.numHandles, this.presence, this.contentLocation);