Class DocumentViewHelper
This class is not supposed to be used in your project.
Inheritance
System.Object
DocumentViewHelper
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class DocumentViewHelper : Layout<View>
Constructors
DocumentViewHelper()
Initializes a new instance of the DocumentViewHelper class.
Declaration
public DocumentViewHelper()
Methods
LayoutChildren(Double, Double, Double, Double)
Layout the childviews present in DocumentViewHelper.
Declaration
protected override void LayoutChildren(double x, double y, double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | X co-ordinate of DocumentViewHelper. |
System.Double | y | Y co-ordinate of DocumentViewHelper. |
System.Double | width | Width of DocumentViewHelper. |
System.Double | height | Height of DocumentViewHelper. |