'Declaration Public Overloads Shared Function LoadDocument( _ ByVal stream As Stream, _ ByVal startPageNumber As Integer, _ ByVal count As Integer, _ ByVal options As ImGearLoadOptions _ ) As ImGearDocument
'Usage Dim stream As Stream Dim startPageNumber As Integer Dim count As Integer Dim options As ImGearLoadOptions Dim value As ImGearDocument value = ImGearFileFormats.LoadDocument(stream, startPageNumber, count, options)
public static ImGearDocument LoadDocument( Stream stream, int startPageNumber, int count, ImGearLoadOptions options )
public: static ImGearDocument* LoadDocument( Stream* stream, int startPageNumber, int count, ImGearLoadOptions* options )
public: static ImGearDocument^ LoadDocument( Stream^ stream, int startPageNumber, int count, ImGearLoadOptions^ options )
Parameters
- stream
- The data stream containing an image.
- startPageNumber
- The number of the first page to load.
- count
- Total number of pages to load.
- options
- The loading options.
Return Value
A new instance of ImageGear.Core.ImGearDocument class.