Click or drag to resize

PdfSignerEstimatedSignatureContentsLength Property

Gets the estimated length of the Content entry (in bytes) that should be large enough to contain the entire data returned by the ComputeSignature(Stream) method.

Note  Note
This property supports the SautinSoft product infrastructure and is not intended to be used directly from your code.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public virtual int EstimatedSignatureContentsLength { get; }

Property Value

Int32
The estimated length of the Content entry (in bytes) that should be large enough to contain the entire data returned by the ComputeSignature(Stream) method.
See Also