menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface IPageSetupConstantsProvider

    This class gives access to xml tag/attribute names used for pagesetup serialization/parsing.

    Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization.Constants
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public interface IPageSetupConstantsProvider

    Properties

    BottomMargin

    Gets name of the xml attribute used to store bottom margin. Read-only.

    Declaration
    string BottomMargin { get; }
    Property Value
    Type
    System.String

    FooterMargin

    Gets name of the xml attribute used to store footer margin. Read-only.

    Declaration
    string FooterMargin { get; }
    Property Value
    Type
    System.String

    HeaderMargin

    Gets name of the xml attribute used to store header margin. Read-only.

    Declaration
    string HeaderMargin { get; }
    Property Value
    Type
    System.String

    LeftMargin

    Gets name of the xml attribute used to store left margin. Read-only.

    Declaration
    string LeftMargin { get; }
    Property Value
    Type
    System.String

    Namespace

    Gets tag's namespace. Read-only.

    Declaration
    string Namespace { get; }
    Property Value
    Type
    System.String

    PageMarginsTag

    Gets name of the xml tag that stores margin settings. Read-only.

    Declaration
    string PageMarginsTag { get; }
    Property Value
    Type
    System.String

    RightMargin

    Gets name of the xml attribute used to store right margin. Read-only.

    Declaration
    string RightMargin { get; }
    Property Value
    Type
    System.String

    TopMargin

    Gets name of the xml attribute used to store top margin. Read-only.

    Declaration
    string TopMargin { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved