←Select platform

VerifyInput 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 password, 
   string workingDirectory 
) 
Public Function VerifyInput( 
   ByVal input As Stream, 
   ByVal rasterizing As Boolean, 
   ByVal password As String, 
   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

password

Password for password protected PDF files

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 file was verified successfully, 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.