Table of Contents

Property Password

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

Password

Gets or sets the password used to open protected sources. A document that cannot be opened yields an Undetermined verdict; a document that opens but carries encryption fails the encryption.present rule, as PDF/A prohibits encryption.

public string Password { get; set; }

Property Value

string
Share