API Reference

Class

PdfOcrRequest

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Rendered page supplied to an external OCR provider.

Inheritance

  • Object
  • PdfOcrRequest

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

public Int32 PageNumber { get; } #

One-based page number.

public Byte[] Png { get; } #

Rendered PNG bytes.

public Int32 PixelWidth { get; } #

Rendered pixel width.

public Int32 PixelHeight { get; } #

Rendered pixel height.

public Double PageWidth { get; } #

Page width in PDF points.

public Double PageHeight { get; } #

Page height in PDF points.

public Double Scale { get; } #

Pixels per PDF point.