menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageContent - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PageContent

    Inheritance
    System.Object
    PageContent
    Namespace: Syncfusion.XPS
    Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
    Syntax
    public class PageContent : Object

    Constructors

    PageContent()

    Declaration
    public PageContent()

    Properties

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    HeightSpecified

    Declaration
    public bool HeightSpecified { get; set; }
    Property Value
    Type
    System.Boolean

    PageContentLinkTargets

    Declaration
    public LinkTarget[] PageContentLinkTargets { get; set; }
    Property Value
    Type
    LinkTarget[]

    Source

    Declaration
    public string Source { get; set; }
    Property Value
    Type
    System.String

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double

    WidthSpecified

    Declaration
    public bool WidthSpecified { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved