Enum PublishOptions
Specifies the publishing options of the PresentationToPdfConverter instance.
Namespace: Syncfusion.PresentationToPdfConverter
Assembly: Syncfusion.PresentationToPdfConverter.Base.dll
Syntax
public enum PublishOptions
Fields
Name | Description |
---|---|
Handouts | Allows the PDF pages in the converted PDF document to hold more than one slides as specified by the SlidesPerPage enumerator |
NotesPages | Allows to convert the notes in the slides to PDF document. |
Slides | Allows converting all the slides in a Presentation to PDF document. This is the default option. |