In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SaveToStream Method

SaveToStream Method (GdPicturePDF)

In This Topic
These methods save your currently loaded PDF document to a Stream object in several ways according to your preference.
Overload List
OverloadDescription
Saves the currently loaded PDF document to an instantiated Stream object according to what you have specified.  
Packs and saves the currently loaded PDF document to an instantiated Stream object according to what you have specified.  
Packs, linearizes and saves the currently loaded PDF document to an instantiated Stream object according to what you have specified.  
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 SetPassword method.

 
See Also