CPDFImageAnnotation constructor
CPDFImageAnnotation({})
Implementation
CPDFImageAnnotation(
{super.title,
super.content,
super.createDate,
required super.page,
super.uuid = '',
required super.rect,
this.image})
: super(type: CPDFAnnotationType.pictures);