API Reference

Enum

PdfPasswordAuthenticationRole

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies how a supplied password authenticated with the PDF Standard security handler.

Inheritance

  • Enum
  • PdfPasswordAuthenticationRole

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PdfPasswordAuthenticationRole None #

No password authentication was performed.

Value: 0
public const PdfPasswordAuthenticationRole User #

The supplied password authenticated as the document user password.

Value: 1
public const PdfPasswordAuthenticationRole Owner #

The supplied password authenticated as the document owner password.

Value: 2