Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OwnerPassword Property
See Also 
Leadtools.Codecs Namespace > CodecsPdfSaveOptions Class : OwnerPassword Property



Gets or sets the owner password to use when saving encrypted files.

Syntax

Visual Basic (Declaration) 
Public Property OwnerPassword As String
Visual Basic (Usage)Copy Code
Dim instance As CodecsPdfSaveOptions
Dim value As String
 
instance.OwnerPassword = value
 
value = instance.OwnerPassword
C# 
public string OwnerPassword {get; set;}
C++/CLI 
public:
property String^ OwnerPassword {
   String^ get();
   void set (String^ value);
}

Return Value

The owner password to use when saving encrypted files.

Example

For an example, refer to CodecsPdfOptions.

Remarks

This should be provided to prevent users from changing access/protection settings.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also