Class PublishOptions
Specifies the publishing options of the PresentationToPdfConverter instance.
Inheritance
System.Object
PublishOptions
Namespace: Syncfusion.PresentationToPdfConverter
Assembly: Syncfusion.PresentationToPdfConverter.Base.dll
Syntax
public sealed class PublishOptions : Enum
Fields
Handouts
Allows the PDF pages in the converted PDF document to hold more than one slides as specified by the SlidesPerPage enumerator
Declaration
public const PublishOptions Handouts
Field Value
Type |
---|
PublishOptions |
NotesPages
Allows to convert the notes in the slides to PDF document.
Declaration
public const PublishOptions NotesPages
Field Value
Type |
---|
PublishOptions |
Slides
Allows converting all the slides in a Presentation to PDF document. This is the default option.
Declaration
public const PublishOptions Slides
Field Value
Type |
---|
PublishOptions |