'Declaration Public Shared Function OpenDocument( _
ByVal streamStream with data of PDF document.As System.IO.Stream _
) As PdfDocument
public static PdfDocument OpenDocument(
System.IO.Stream stream
)
public: static PdfDocument* OpenDocument(
System.IO.Stream* stream
)
public:
static PdfDocument^ OpenDocument(
System.IO.Stream^ stream
)
Parameters
- stream
- Stream with data of PDF document.
Return Value
PdfDocument associated with the specified file.