Table of Contents

Class PdfUAConfig

Namespace
iText.Pdfua
Assembly
itext.pdfua.dll

Class that holds the configuration for the PDF/UA document.

public class PdfUAConfig
Inheritance
PdfUAConfig
Inherited Members

Constructors

PdfUAConfig(PdfUAConformanceLevel, string, string)

Creates a new PdfUAConfig instance.

public PdfUAConfig(PdfUAConformanceLevel conformanceLevel, string title, string language)

Parameters

conformanceLevel PdfUAConformanceLevel

The conformance level of the PDF/UA document.

title string

The title of the PDF/UA document.

language string

The language of the PDF/UA document.

Methods

GetConformanceLevel()

Gets the conformance level.

public virtual PdfUAConformanceLevel GetConformanceLevel()

Returns

PdfUAConformanceLevel

The PdfUAConformanceLevel.

GetLanguage()

Gets the language.

public virtual string GetLanguage()

Returns

string

The language.

GetTitle()

Gets the title.

public virtual string GetTitle()

Returns

string

The title.