←Select platform

VerificationEngine Constructor

Summary

Initializes a new instance of the VerificationEngine class.

Syntax
C#
VB
Public Sub New(ByVal maxElements As Integer, ByVal maxWidth As Integer, ByVal maxHeight As Integer, ByVal supportedImages As IList(Of RasterImageFormat)) 
 MyBase.New 

Parameters

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

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly