ActiveReports Developer 7
Bounds Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace > PdfStamp Class : Bounds Property

Glossary Item Box

Gets or sets the rectangular bounding area in which to print the signature.

Syntax

Visual Basic (Declaration) 
Public Property Bounds As RectangleF
C# 
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