ActiveReports 13
Bounds Property (PdfStamp)

GrapeCity.ActiveReports.Export.Pdf Assembly > GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace > PdfStamp Class : Bounds Property
Gets or sets the rectangular bounding area in which to print the signature.
Syntax
'Declaration
 
Public Property Bounds As RectangleF
public RectangleF Bounds {get; set;}

Property Value

A RectangleF object.
Remarks

In Adobe Acrobat, the user does this by clicking and dragging a rectangle in the document. This feature is for use with the Professional Edition license only. An evaluation message is rendered when used with the Standard Edition license.

Note: This feature can not be used if a report is exported into a password-protected PDF document.

In the code example above, replace the path and filename and password of the Certificate with your certificate information, and replace the time stamping authority (TSA) URL with that of your TSA.

Note: You must purchase a volume-based registration at an actual TSA for your applications.

See Also

Reference

PdfStamp Class
PdfStamp Members