Click or drag to resize

PdfEncodedContentString Structure

Represents a sequence of character codes, with optionally individually positioned glyphs, that represent a text in a PDF content stream encoded by a PdfBasicFont.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Pdf.Content.TextPdfEncodedContentString

Namespace: SautinSoft.Pdf.Content.Text
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public struct PdfEncodedContentString : IEquatable<PdfEncodedContentString>

The PdfEncodedContentString type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate(PdfArray) Creates a PdfEncodedContentString from the specified PdfArray.
Public methodStatic memberCreate(PdfString) Creates a PdfEncodedContentString from the specified PdfString.
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfEncodedContentString instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PdfEncodedContentString) Determines whether the other PdfEncodedContentString is equal to this PdfEncodedContentString instance.
Public methodGetHashCode Returns a hash code for this PdfEncodedContentString instance.
(Overrides ValueTypeGetHashCode)
Public methodToString Returns a String that represents this PdfEncodedContentString instance.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PdfEncodedContentString, PdfEncodedContentString) Determines whether first and second PdfEncodedContentStrings are equal.
Public operatorStatic memberInequality(PdfEncodedContentString, PdfEncodedContentString) Determines whether first and second PdfEncodedContentStrings are not equal.
Top
Extension Methods
 NameDescription
Public Extension MethodGetStringOrArray Gets the PdfString or PdfArray that serves as a backing storage of the specified PdfEncodedContentString.
(Defined by PdfContentExtensions)
Top
See Also