LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

UserPassword Property






Gets or sets the user password to use when saving encrypted files. .NET support WinRT support
Syntax
public string UserPassword {get; set;}
'Declaration
 
Public Property UserPassword As String
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As String
 
instance.UserPassword = value
 
value = instance.UserPassword
public string UserPassword {get; set;}
 get_UserPassword();
set_UserPassword(value);
public:
property String^ UserPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

The user password to use when saving encrypted files.
Remarks
This should be provided to protect the document from being opened/read.
Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.