public static class PdfAddXObjectWatermarkStrategy.AddedStampInfo extends Object
Represents information about added stamp. Stores stamp and watermark from which it was created.
| Constructor and Description |
|---|
AddedStampInfo(com.aspose.pdf.Stamp stamp,
Watermark watermark) |
| Modifier and Type | Method and Description |
|---|---|
Watermark |
getOriginalWatermark() |
com.aspose.pdf.Stamp |
getStamp() |
void |
setOriginalWatermark(Watermark value) |
void |
setStamp(com.aspose.pdf.Stamp value) |
public AddedStampInfo(com.aspose.pdf.Stamp stamp,
Watermark watermark)
Copyright © 2026. All rights reserved.