API Reference
Class
PdfDocumentRenderer
Managed page rendering and drawing projection for a loaded PDF document.
Inheritance
- Object
- PdfDocumentRenderer
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfDocument.Render
Methods
public IReadOnlyList<PdfRenderCapabilityDiagnostic> CapabilityDiagnostics(Int32 pageNumber) #Returns:
IReadOnlyList<PdfRenderCapabilityDiagnostic>Returns managed-renderer capability diagnostics for a one-based page.
Parameters
- pageNumber System.Int32
public OfficeDrawing Drawing(Int32 pageNumber) #Returns:
OfficeDrawingProjects a one-based PDF page into the shared editable drawing scene.
Parameters
- pageNumber System.Int32
public IReadOnlyList<OfficeImageExportResult> ExportImages(OfficeImageExportFormat format, PdfImageExportOptions options = null, PdfPageSelection selection = null, CancellationToken cancellationToken = null) #Returns:
IReadOnlyList<OfficeImageExportResult>Exports all pages or a caller-ordered selection through the shared image-export contract.
Parameters
- format OfficeIMO.Drawing.OfficeImageExportFormat
- options OfficeIMO.Pdf.PdfImageExportOptions = null
- selection OfficeIMO.Pdf.PdfPageSelection = null
- cancellationToken System.Threading.CancellationToken = null
public PdfPageInteractionMap Interactions(Int32 pageNumber, PdfPageInteractionOptions options = null, PdfLoadOptions loadOptions = null) #Returns:
PdfPageInteractionMapBuilds text-selection and interactive hit regions for a one-based page.
Parameters
- pageNumber System.Int32
- options OfficeIMO.Pdf.PdfPageInteractionOptions = null
- loadOptions OfficeIMO.Pdf.PdfLoadOptions = null
public OfficeDrawing LayoutDebugOverlay(Int32 pageNumber, PdfLayoutDebugOverlayOptions options = null, PdfTextLayoutOptions layoutOptions = null, PdfLoadOptions loadOptions = null) #Returns:
OfficeDrawingCreates a drawing overlay that visualizes recovered page interactions and layout regions.
Parameters
- pageNumber System.Int32
- options OfficeIMO.Pdf.PdfLayoutDebugOverlayOptions = null
- layoutOptions OfficeIMO.Pdf.PdfTextLayoutOptions = null
- loadOptions OfficeIMO.Pdf.PdfLoadOptions = null
Pages 2 overloads
public IReadOnlyList<PdfPageRenderResult> Pages(PdfPageSelection selection = null, PdfPageRenderOptions options = null, CancellationToken cancellationToken = null) #Returns:
IReadOnlyList<PdfPageRenderResult>Renders all pages or a caller-ordered selection through the managed batch renderer.
Parameters
- selection OfficeIMO.Pdf.PdfPageSelection = null
- options OfficeIMO.Pdf.PdfPageRenderOptions = null
- cancellationToken System.Threading.CancellationToken = null
public IReadOnlyList<PdfPageRenderResult> Pages(String pageRanges, PdfPageRenderOptions options = null, CancellationToken cancellationToken = null) #Returns:
IReadOnlyList<PdfPageRenderResult>Renders parsed page ranges such as 1-3,5 through the managed batch renderer.
Parameters
- pageRanges System.String
- options OfficeIMO.Pdf.PdfPageRenderOptions = null
- cancellationToken System.Threading.CancellationToken = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object