menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageContent - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PageContent

    Inheritance
    System.Object
    PageContent
    Namespace: Syncfusion.XPS
    Assembly: Syncfusion.Pdf.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved