WorksheetSaveAsPDF Method (Stream, Boolean, String)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Saves worksheet to PDF file with specified name.
Namespace:Bytescout.SpreadsheetAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Parameters
- stream
- Type: System.IOStream
Output stream. - autoSize
- Type: SystemBoolean
Automatic document sizing. If false, the page size will be taken from worksheet page setup. - password
- Type: SystemString
PDF document password.
Implements
IWorksheetSaveAsPDF(Stream, Boolean, String)See Also