Click or drag to resize

PdfLanguage Structure

Represents a language identifier that shall either be the empty text string, to indicate that the language is unknown, or a Language-Tag as defined in RFC 3066, Tags for the Identification of Languages.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.PdfPdfLanguage

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public readonly struct PdfLanguage : IEquatable<PdfLanguage>

The PdfLanguage type exposes the following members.

Constructors
 NameDescription
Public methodPdfLanguage Initializes a new instance of the PdfLanguage structure.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfLanguage instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PdfLanguage) Determines whether the other PdfLanguage is equal to this PdfLanguage instance.
Public methodGetHashCode Returns a hash code for this PdfLanguage instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this PdfLanguage instance.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PdfLanguage, PdfLanguage) Determines whether first and second PdfLanguages are equal.
Public operatorStatic memberInequality(PdfLanguage, PdfLanguage) Determines whether first and second PdfLanguages are not equal.
Top
See Also