'Declaration Public Function New( _ ByVal stream As Stream, _ ByVal format As PdfFormat, _ ByVal encryptionSystem As EncryptionSystem, _ ByVal disposeStreamAfterUse As Boolean _ )
public PdfDocument( Stream stream, PdfFormat format, EncryptionSystem encryptionSystem, bool disposeStreamAfterUse )
public: PdfDocument( Stream* stream, PdfFormat* format, EncryptionSystem* encryptionSystem, bool disposeStreamAfterUse )
public: PdfDocument( Stream^ stream, PdfFormat^ format, EncryptionSystem^ encryptionSystem, bool disposeStreamAfterUse )
Parameters
- stream
- The stream with PDF document.
- format
- Format of new PDF document.
- encryptionSystem
- Encryption system of new PDF document.
- disposeStreamAfterUse
- The flag indicating whether the stream dispose after use, or not.