Verify the stream input between the first and last page based on the verification properties
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
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.
Returns true if the file was verified successfully, otherwise returns false.
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