Table of Contents

Property Password

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

Password

Password used to open password-protected or encrypted PDFs. Empty (default) for unprotected documents.

public string Password { get; set; }

Property Value

string

Remarks

Applied identically to every input source (file path, Stream, byte array). Passing the wrong password throws a PdfDocumentException at open time.

Share