ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PublishOptions - ASP.NETCore API Reference | Syncfusion PresentationToPdfConverter instance. ">

    Show / Hide Table of Contents

    Class PublishOptions

    Specifies the publishing options of the PresentationToPdfConverter instance.

    Inheritance
    System.Object
    PublishOptions
    Namespace: Syncfusion.PresentationToPdfConverter
    Assembly: Syncfusion.PresentationRenderer.Portable.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 Description
    PublishOptions

    NotesPages

    Allows to convert the notes in the slides to PDF document.

    Declaration
    public const PublishOptions NotesPages
    Field Value
    Type Description
    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 Description
    PublishOptions

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved