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 |
|---|
| This property supports the SautinSoft product infrastructure and is not intended to be used directly from your code. |
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic virtual int EstimatedSignatureContentsLength { get; }Public Overridable ReadOnly Property EstimatedSignatureContentsLength As Integer
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