Interface IPdfPage
  
  
  
  
  Assembly: IronPdf.dll
  Syntax
  
    public interface IPdfPage
   
  Properties
  
  
  
  
  Height
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  PageIndex
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    PdfPageRotation PageRotation { get; }
   
  Property Value
  
  
  
  
  PrintHeight
  
  
  Declaration
  
    double PrintHeight { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  PrintWidth
  
  
  Declaration
  
    double PrintWidth { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  Width
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         |