NexGuardFileMarkerSettings constructor
NexGuardFileMarkerSettings({
- String? license,
- int? payload,
- String? preset,
- WatermarkingStrength? strength,
Implementation
NexGuardFileMarkerSettings({
this.license,
this.payload,
this.preset,
this.strength,
});