Loads a PDF document from a stream object.
public int PdfReaderLoadFromStream( Stream Stream );
Public Function PdfReaderLoadFromStream( ByVal Stream As Stream ) As Integer
|
Parameters |
Description |
|
Stream |
The stream object. |
0: The PDF could not be loaded.
Non-zero: A PDF handle: A reference to the loaded PDF.
Sometime PDF can be password protected. You can use the PdfReaderIsEncrypted function to determine if a PDF is encrypted or not. If encrypted, you should use the PdfReaderSetPassword to decode it.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|