menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PresentationToPdfConverter - API Reference

    Show / Hide Table of Contents

    Class PresentationToPdfConverter

    Represents the conversion of Presentation to a PDF document.

    Inheritance
    System.Object
    PresentationToPdfConverter
    Implements
    System.IDisposable
    Namespace: Syncfusion.PresentationRenderer
    Assembly: Syncfusion.PresentationRenderer.Portable.dll
    Syntax
    public class PresentationToPdfConverter : Object, IDisposable

    Properties

    IsCanceled

    Gets a value indicating whether this conversion has been canceled.

    Declaration
    public static bool IsCanceled { get; }
    Property Value
    Type Description
    System.Boolean

    true if this conversion is canceled; otherwise, false.

    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

    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 - 2023 Syncfusion Inc. All Rights Reserved