PresentationToPdfConverter Class
Represents the conversion of Presentation to a PDF document.
Inheritance
System.Object
PresentationToPdfConverter
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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