VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocumentController Class / RegisterDocument(Stream,PdfDocument) Method
Syntax Requirements SeeAlso
In This Topic
RegisterDocument(Stream,PdfDocument) Method (PdfDocumentController)
In This Topic
Registers the link between the PdfDocument object and the specified stream.
Syntax
'Declaration

Public Shared Sub RegisterDocument( _
ByVal stream
The System.IO.Stream, which is a source of PDF document.
As System.IO.Stream, _
ByVal document
The PdfDocument to register.
As PdfDocument _
)
public static void RegisterDocument(
System.IO.Stream stream,
PdfDocument document
)

Parameters

stream
The System.IO.Stream, which is a source of PDF document.
document
The PdfDocument to register.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also