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)
}
public ISvgDocument[ getSvgDocuments();
public void setSvgDocuments(
ISvgDocument[] iSvgDocument[
);
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document