Optional SVG representation of each page in the form.
public ISvgDocument[] SvgDocuments { get; set; }
Public Property SvgDocuments() As ISvgDocument()
Get
Set
public:
property array<ISvgDocument^>^ SvgDocuments
{
array<ISvgDocument^>^ get()
void set(array<ISvgDocument^>^ value)
}
Array of ISvgDocument for each page in the form. Default value is null.
When this value is not null, the processing engine will use it to extract the text from the page instead of performing OCR on the source image resulting in 100% accurate processing.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET