Print Comments while saving to PDF
Contents
[
Hide
]
Microsoft Excel allows you to print comments while printing or saving to PDF format with the following options
- None
- At end of the sheet
- As displayed on sheet
Print Comments while saving to PDF
Aspose.Cells provides the following enums to support the printing comments while saving PDF
- PrintCommentsType.PRINT_NO_COMMENTS
- PrintCommentsType.PRINT_IN_PLACE
- PrintCommentsType.PRINT_SHEET_END
Code Snippet
The following sample code illustrates how to use PrintCommentsType enum to print comments while saving to PDF.