Interface ICustomPdfRendererService
Provides the platform specific functionality to render the PDF document using third party renderers in a SfPdfViewer.
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public interface ICustomPdfRendererService
Properties
AlternatePdfRenderer
Gets the object of the Custom PDF renderer that provides the platform specific functionality to render the PDF document using third party PDF renderers.
Declaration
object AlternatePdfRenderer { get; }
Property Value
Type |
---|
System.Object |