Overload | Description |
---|---|
SaveToStream(Stream) | Saves the currently loaded PDF document to an instantiated Stream object according to what you have specified. |
SaveToStream(Stream,Boolean) | Packs and saves the currently loaded PDF document to an instantiated Stream object according to what you have specified. |
SaveToStream(Stream,Boolean,Boolean) | Packs, linearizes and saves the currently loaded PDF document to an instantiated Stream object according to what you have specified. |
SaveToStream(Stream,PdfEncryption,String,String,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) | Encrypts the currently loaded PDF document according to the specified encryption algorithm and saves it to an instantiated Stream object according to what you have specified. Encryption process is not allowed for PDF/A compliant documents.
Please read more about the password and permissions security in the GdPicturePDF.SetPassword method. |