Interface IPdfPage
  
  
  
  
  Assembly: IronPdf.dll
  Syntax
  
    public interface IPdfPage
   
  Properties
  
  
  
  
  Characters
  
  
  Declaration
  
    IDocumentCharCollection Characters { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | IronSoftware.IDocumentCharCollection | 
         | 
      
    
  
  
  
  
  Lines
  
  
  Declaration
  
    IPdfTextObjectCollection Lines { get; }
   
  Property Value
  
  
  
  
  
  
  
  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 | 
         | 
      
    
  
  
  
  
  Text
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  TextChunks
  
  
  Declaration
  
    IPdfTextObjectCollection TextChunks { get; }
   
  Property Value
  
  Methods
  
  
  
  
  Extend(Double, Double, Double, Double, MeasurementUnit)
  
  
  Declaration
  
    void Extend(double ExtendLeft, double ExtendRight, double ExtendTop, double ExtendBottom, MeasurementUnit Units)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        ExtendLeft | 
         | 
      
      
        | System.Double | 
        ExtendRight | 
         | 
      
      
        | System.Double | 
        ExtendTop | 
         | 
      
      
        | System.Double | 
        ExtendBottom | 
         | 
      
      
        | MeasurementUnit | 
        Units | 
         | 
      
    
  
  
  
  
  Resize(Double, Double, MeasurementUnit)
  
  
  Declaration
  
    void Resize(double PageWidth, double PageHeight, MeasurementUnit Units)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        PageWidth | 
         | 
      
      
        | System.Double | 
        PageHeight | 
         | 
      
      
        | MeasurementUnit | 
        Units | 
         | 
      
    
  
  
  
  
  Transform(Double, Double, Double, Double)
  
  
  Declaration
  
    void Transform(double MoveX, double MoveY, double ScaleX, double ScaleY)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        MoveX | 
         | 
      
      
        | System.Double | 
        MoveY | 
         | 
      
      
        | System.Double | 
        ScaleX | 
         | 
      
      
        | System.Double | 
        ScaleY | 
         |