ImageGear .NET
LoadDocument(Stream) Method




The data stream containing an image.
Loads all pages from an image.
Syntax
'Declaration
 
Public Overloads Shared Function LoadDocument( _
   ByVal stream As Stream _
) As ImGearDocument
'Usage
 
Dim stream As Stream
Dim value As ImGearDocument
 
value = ImGearFileFormats.LoadDocument(stream)
public static ImGearDocument LoadDocument( 
   Stream stream
)
public: static ImGearDocument* LoadDocument( 
   Stream* stream
) 
public:
static ImGearDocument^ LoadDocument( 
   Stream^ stream
) 

Parameters

stream
The data stream containing an image.

Return Value

A new instance of ImageGear.Core.ImGearDocument class.
Remarks
This method allows you to load all pages in a single call and get access to the document level metadata of an image. It is recommended to use this method when working with PDF format since pages inside a PDF file depend on each other, and thus, loading them at once (as a document) is preferable to loading pages individually. If the format of an image cannot be detected, an exception is thrown.
See Also

Reference

ImGearFileFormats Class
ImGearFileFormats Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback