XFINIUM.PDF Documentation
SaveSignedCopy Method



Xfinium.Pdf.DigitalSignatures Namespace > PdfComputedDigitalSignature Class : SaveSignedCopy Method
The input PDF file that was used to create the document from which this signature object was retrieved.
Destination stream where to save the signed copy.
Saves a copy of the PDF file that is covered by this signature.
Syntax
'Declaration
 
Public Sub SaveSignedCopy( _
   ByVal signedFile As Stream, _
   ByVal output As Stream _
) 
'Usage
 
Dim instance As PdfComputedDigitalSignature
Dim signedFile As Stream
Dim output As Stream
 
instance.SaveSignedCopy(signedFile, output)
public void SaveSignedCopy( 
   Stream signedFile,
   Stream output
)
public:
void SaveSignedCopy( 
   Stream^ signedFile,
   Stream^ output
) 

Parameters

signedFile
The input PDF file that was used to create the document from which this signature object was retrieved.
output
Destination stream where to save the signed copy.
Remarks
The stream used to create the Xfinium.Pdf.PdfFixedDocument object from which this signature was retrieved is required as input because the document does not keep a reference to the stream it was created from. Because the digital signatures are computed on the physical layout of the PDF file, it is impossible to recreate this layout from a loaded Xfinium.Pdf.PdfFixedDocument object.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfComputedDigitalSignature Class
PdfComputedDigitalSignature Members