menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentViewHelper - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved