Class StampContent
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
public class StampContent : PdfContentByte
- Inheritance
-
StampContent
- Inherited Members
Properties
Duplicate
Gets a duplicate of this PdfContentByte . All the members are copied by reference but the buffer stays different.
public override PdfContentByte Duplicate { get; }
Property Value
- PdfContentByte
a copy of this PdfContentByte
Methods
SetAction(PdfAction, float, float, float, float)
public override void SetAction(PdfAction action, float llx, float lly, float urx, float ury)