contentType property

String get contentType

The document content type. Supported formats are "application/pdf" and "image/pwg-raster".

Implementation

String get contentType => _wrapped.contentType;
set contentType (String v)

Implementation

set contentType(String v) {
  _wrapped.contentType = v;
}