CPDFStampAnnotation constructor
CPDFStampAnnotation({
- String title = "",
- required int page,
- String content = "",
- String uuid = '',
- DateTime? createDate,
- required CPDFRectF rect,
- CPDFStandardStamp? standardStamp,
- CPDFStampType? stampType,
- CPDFTextStamp? textStamp,
Implementation
CPDFStampAnnotation({
super.title,
required super.page,
super.content,
super.uuid = '',
super.createDate,
required super.rect,
this.standardStamp,
this.stampType,
this.textStamp,
}) : super(type: CPDFAnnotationType.stamp);