menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PublishOptions - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PublishOptions

    Specifies the publishing options of the PresentationToPdfConverter instance.

    Inheritance
    System.Object
    PublishOptions
    Namespace: Syncfusion.PresentationRenderer
    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
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved