Initializes a new instance of the VerificationEngine class.
public VerificationEngine(
int maxElements,
int maxWidth,
int maxHeight,
IList<RasterImageFormat> supportedImages
)
Public Sub New(ByVal maxElements As Integer, ByVal maxWidth As Integer, ByVal maxHeight As Integer, ByVal supportedImages As IList(Of RasterImageFormat))
MyBase.New
maxElements
The Maximum number of SVG elements to verify. Will fail verification if more elements exist.
maxWidth
The Maximum width the input will be rasterized to verify. Will fail verification if width is larger than MaxWidth.
maxHeight
The Maximum height the input will be rasterized to verify. Will fail verification if height is larger than MaxHeight.
supportedImages
List of supported RasterImageFormats to verify. If this list does not contain the input format, it will fail verification. Default value is all RasterImageFormats. Can be Null
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