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

Glossary Item Box

The following tables list the members exposed by PdfStamp.

Public Properties

 NameDescription
Public PropertyBoundsGets or sets the rectangular bounding area in which to print the signature.  
Public PropertyCustomTextGets or sets a string to the signature.  
Public PropertyFontGets or sets the font to use on the signature text.  
Public PropertyImageGets or sets the System.Drawing.Image file to use in the signature.  
Public PropertyImageAlignmentGets or sets an enumerated Alignment value to determine the placement of the image in the signature.  
Public PropertyImageRectangleGets or sets a RectangleF value to determine the location of the image in the signature bounds.  
Public PropertyPageIndexGets or sets the index of the page on which to display the signature.  
Public PropertyTextAlignmentGets or sets an enumerated Alignment value to determine the placement of the text in the signature.  
Public PropertyTextColorGets or sets the color of the text used in the signature.  
Public PropertyTextRectangleGets or sets a RectangleF value to determine the location of the text in the signature bounds.  
Top

See Also