Click or drag to resize

ExcelToPdf Methods

The ExcelToPdf type exposes the following members.

Methods
 NameDescription
Public methodCode exampleConvertBytes Convert Excel bytes array to PDF, Word, RTF bytes array
Public methodConvertByteToFile Convert Excel bytes array to PDF, Word, RTF file. Output file will be created by component or overwritten if already exist
Public methodCode exampleConvertFile Convert Excel file to PDF, Word file. PDF file will be created by component or overwritten if already exist
Public methodConvertFiletoBytes Convert Excel file to PDF, Word bytes array
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodCode exampleGetSheetsNumber(Byte) Returns numbers of sheets from Excel workbook
Public methodCode exampleGetSheetsNumber(String) Returns numbers of sheets from Excel workbook
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberCode exampleSetLicense A string which contains a serial number to activate your copy after purchasing. Use it when you got own serial number and registered version. SetLicense("1234567890")
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also