WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PresentationToPdfConverter - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PresentationToPdfConverter

    Represents the conversion of Presentation to a PDF document.

    Inheritance
    System.Object
    PresentationToPdfConverter
    Implements
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PresentationToPdfConverter
    Assembly: Syncfusion.PresentationToPdfConverter.Base.dll
    Syntax
    public class PresentationToPdfConverter : IDisposable

    Methods

    Convert(IPresentation)

    Converts the Presentation to PDF document.

    Declaration
    public static PdfDocument Convert(IPresentation presentation)
    Parameters
    Type Name Description
    IPresentation presentation

    Represents the presentation instance.

    Returns
    Type Description
    PdfDocument

    pdfdcoument instance

    Convert(IPresentation, PresentationToPdfConverterSettings)

    Converts the Presentation to PDF document.

    Declaration
    public static PdfDocument Convert(IPresentation presentation, PresentationToPdfConverterSettings settings)
    Parameters
    Type Name Description
    IPresentation presentation

    Represents the presentation instance.

    PresentationToPdfConverterSettings settings

    Represents the converter settings instance.

    Returns
    Type Description
    PdfDocument

    pdfdcoument instance

    Convert(IPresentation, Boolean)

    Converts the Presentation to PDF document.

    Declaration
    public static PdfDocument Convert(IPresentation presentation, bool isPortableRendering)
    Parameters
    Type Name Description
    IPresentation presentation

    Represents the presentation instance.

    System.Boolean isPortableRendering

    Represents the PDF conversion is portable or not

    Returns
    Type Description
    PdfDocument

    pdfdcoument instance

    Convert(ISlide)

    Converts the Slide to PDF document.

    Declaration
    public static PdfDocument Convert(ISlide slide)
    Parameters
    Type Name Description
    ISlide slide

    Represents the slide instance.

    Returns
    Type Description
    PdfDocument

    pdfdcoument instance

    Dispose()

    Releases all resources used by the object.

    Declaration
    public void Dispose()

    Implements

    System.IDisposable

    See Also

    IPresentation
    PdfDocument
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved