 | OcrApiInputImage Property |
Gets or sets the input image
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic OcrPix InputImage { get; set; }Public Property InputImage As OcrPix
Get
Set
public:
property OcrPix^ InputImage {
OcrPix^ get ();
void set (OcrPix^ value);
}member InputImage : OcrPix with get, set
/** @property */
public OcrPix get_InputImage()
/** @property */
public void set_InputImage(OcrPix value)
function get_InputImage();
function set_InputImage(value);
Property Value
OcrPix
Remarks
This property are required for searchable PDF output.
We need our hands on the input file so that we can include
it in the PDF without transcoding. If that is not possible,
we need the original image. Finally, resolution metadata
is stored in the PDF so we need that as well.
See Also