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 |
|
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