OXPSPageContent Class
  
  
  
  
    Inheritance
    System.Object
    OXPSPageContent
   
  
  Assembly: Syncfusion.Pdf.Base.dll
  Syntax
  
    public class OXPSPageContent : Object
   
  Constructors
  
  
  
  
  OXPSPageContent()
  
  
  Declaration
  
  Properties
  
  
  
  
  Height
  
  
  Declaration
  
    public double Height { get; set; }
   
  Property Value
  
  
  
  
  HeightSpecified
  
  
  Declaration
  
    public bool HeightSpecified { get; set; }
   
  Property Value
  
  
  
  
  PageContentLinkTargets
  
  
  Declaration
  
    public OXPSLinkTarget[] PageContentLinkTargets { get; set; }
   
  Property Value
  
  
  
  
  Source
  
  
  Declaration
  
    public string Source { get; set; }
   
  Property Value
  
  
  
  
  Width
  
  
  Declaration
  
    public double Width { get; set; }
   
  Property Value
  
  
  
  
  WidthSpecified
  
  
  Declaration
  
    public bool WidthSpecified { get; set; }
   
  Property Value