| DigitalSignatureElement Constructor  | 
 
            Constructs a digital signature object that can be added to a PDF page.
            
 
    Namespace: 
   ExpertPdf.PdfCreator
    Assembly:
   epdfcreator (in epdfcreator.dll) Version: 17.0.0
 Syntax
Syntaxpublic DigitalSignatureElement(
	RectangleF bounds,
	DigitalCertificate certificate
)
Public Sub New ( 
	bounds As RectangleF,
	certificate As DigitalCertificate
)
Parameters
- bounds
- Type: System.DrawingRectangleF
 The digital signature rectangle inside the PDF page.
- certificate
- Type: ExpertPdf.PdfCreatorDigitalCertificate
 The digital certificate obtained from the digital certificates store.
 See Also
See Also