WorksheetSaveAsPDF Method (String, 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
- fileName
 - Type: SystemString
Output PDF file name. - 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(String, Boolean, String)See Also