Class PdfUAConfig
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
PdfUAConformanceLevelThe conformance level of the PDF/UA document.
title
stringThe title of the PDF/UA document.
language
stringThe language of the PDF/UA document.
Methods
GetConformanceLevel()
Gets the conformance level.
public virtual PdfUAConformanceLevel GetConformanceLevel()
Returns
GetLanguage()
Gets the language.
public virtual string GetLanguage()
Returns
- string
The language.
GetTitle()
Gets the title.
public virtual string GetTitle()
Returns
- string
The title.