Class PdfViewerTileRenderingSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PdfViewerTileRenderingSettings
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerTileRenderingSettings : EJTagHelper
Constructors
PdfViewerTileRenderingSettings()
Declaration
public PdfViewerTileRenderingSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
EnableTileRendering
Enable or disables tile rendering mode in the PDF Viewer.
Declaration
public bool EnableTileRendering { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
X
specifies the tileX count of the render Page.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
Y
specifies the tileY count of the render Page.
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |