PdfDigitalSignatureBounds Property
The bounds of the certificate in PDF page. If bounds are null the signature is applied in PDF page after the last rendered object
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public RectangleFloat Bounds { get; set; }
Public Property Bounds As RectangleFloat
Get
Set
public:
property RectangleFloat^ Bounds {
RectangleFloat^ get ();
void set (RectangleFloat^ value);
}
member Bounds : RectangleFloat with get, set
Property Value
RectangleFloat