iText 9.0.0 API
iText.Pdfua.PdfUAConfig Class Reference

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

Public Member Functions

  PdfUAConfig (PdfUAConformance conformance, String title, String language)
  Creates a new PdfUAConfig instance. More...
 
virtual PdfUAConformance  GetConformance ()
  Gets the UA conformance. More...
 
virtual String  GetTitle ()
  Gets the title. More...
 
virtual String  GetLanguage ()
  Gets the language. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PdfUAConfig()

iText.Pdfua.PdfUAConfig.PdfUAConfig ( PdfUAConformance  conformance,
String  title,
String  language 
)
inline

Creates a new PdfUAConfig instance.

Parameters
conformance the conformance of the PDF/UA document
title the title of the PDF/UA document
language the language of the PDF/UA document

Member Function Documentation

◆ GetConformance()

virtual PdfUAConformance iText.Pdfua.PdfUAConfig.GetConformance ( )
inlinevirtual

Gets the UA conformance.

Returns
The iText.Kernel.Pdf.PdfUAConformance.

◆ GetLanguage()

virtual String iText.Pdfua.PdfUAConfig.GetLanguage ( )
inlinevirtual

Gets the language.

Returns
The language.

◆ GetTitle()

virtual String iText.Pdfua.PdfUAConfig.GetTitle ( )
inlinevirtual

Gets the title.

Returns
The title.