Overload | Description |
---|---|
Save(String,PdfSecurityHandler,Boolean) | Saves the Pdf document to a file. |
Save(Stream,PdfSecurityHandler,Boolean) | Saves the Pdf document to the specified stream. |
Save(String) | Saves the Pdf document to a file. (Inherited from Xfinium.Pdf.PdfDocument) |
Save(String,PdfSecurityHandler) | Saves the Pdf document to a file. (Inherited from ) |
Save(String,Boolean) | Saves the Pdf document to a file. (Inherited from ) |
Save(Stream) | Saves the Pdf document to the specified stream. (Inherited from ) |
Save(Stream,PdfSecurityHandler) | Saves the Pdf document to the specified stream. (Inherited from ) |
Save(Stream,Boolean) | Saves the Pdf document to the specified stream. (Inherited from ) |