Rotation
Stamp.Rotation property
Ottiene o imposta la rotazione del timbro in gradi.
public float Rotation { get; set; }
Esempi
PdfFileStamp fileStamp = new PdfFileStamp("input.pdf", "output.pdf");
Stamp stamp = new Stamp();
stamp.BindLogo(new FormattedText("STAMP"));
stamp.Rotation = 90;
fileStamp.AddStamp(stamp);
fileStamp.Close();
Guarda anche
- class Stamp
- spazio dei nomi Aspose.Pdf.Facades
- assemblea Aspose.PDF