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