Click or drag to resize

PdfLanguage Class

Represents the Language entry of the PdfOCUsage class.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.Wrappers.OptionalContentPdfLanguage

Namespace:  Patagames.Pdf.Net.Wrappers.OptionalContent
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class PdfLanguage : PdfWrapper

The PdfLanguage type exposes the following members.

Constructors
  NameDescription
Public methodPdfLanguage(PdfTypeBase)
Creates a new instance of PdfLanguage and initialize it with specified dictionary.
Public methodPdfLanguage(String)
Creates new instance of PdfLanguage.
Top
Properties
  NameDescription
Public propertyLanguage
Gets or sets a text string that specifies a language and possibly a locale. For example, es-MX represents Mexican Spanish.
Public propertyPreferred
Gets or sets a value that is used by viewer applications when there is a partial match but no exact match between the system language and the language strings in all usage dictionaries.
Top
Remarks
A Language dictionary specifying the language of the content controlled by the optional content group. Please see remarks section at PdfOCAutoState for more details.
See Also