Search found 2 matches

by vladimirG
Sat Oct 10, 2015 9:31 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Form recognize using Template
Replies: 4
Views: 5223

Re: Form recognize using Template

Hi, the project sample is a desktop application , this turn out the task hard, understand a code with desktop components associate. i need a code project type "console application" VintaSoft provides detailed online documentation with code samples. Try to read this article , it contains es...
by vladimirG
Sun Jan 25, 2015 2:45 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF Security
Replies: 1
Views: 6675

Re: PDF Security

kwaltman, you can use constructors to create new objects with desired properties. Here is an example: EncryptionSystem encSystem = new EncryptionSystem( EncryptionAlgorithm.RC4, 40, "userpwd", "ownerpwd", UserAccessPermissions.ExtractTextAndGraphics); using (PdfDocument document ...