←Select platform

VerifyInput(Stream,bool) Method

Summary

Verify the stream input between the first and last page based on the verification properties

Syntax
C#
VB
public bool VerifyInput( 
   Stream input, 
   bool rasterizing, 
   string workingDirectory 
) 
Public Function VerifyInput( 
   ByVal input As Stream, 
   ByVal rasterizing As Boolean, 
   ByVal workingDirectory As String 
) As Boolean 

Parameters

input

Input stream containing the image or document.

rasterizing

True to verify rasterizing the input based on MaxHeight and MaxWidth

workingDirectory

The path to the directory where temporary work is to be done. If null is passed, the directory will default to the current system temporary folder.

Return Value

Returns true if the input was successfully verified, otherwise returns false.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.