Table of Contents

Property Password

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

Password

Password used to open the source document when it is encrypted. PDF/A prohibits encryption, so the output is always unencrypted. Default: empty (unencrypted source).

public string Password { get; set; }

Property Value

string
Share