Click or drag to resize

PdfString Class

Represents a basic PDF object that consists of a series of zero or more bytes.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfBasicObject
    SautinSoft.Pdf.ObjectsPdfBasicValue
      SautinSoft.Pdf.ObjectsPdfString

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public abstract class PdfString : PdfBasicValue, 
	IEnumerable<byte>, IEnumerable

The PdfString type exposes the following members.

Properties
 NameDescription
Public propertyForm Gets the form in which this PdfString instance shall be written.
Public propertyItem Gets the Byte value at a specified position in the current PdfString instance.
Public propertyLength Gets the number of bytes in the current PdfString instance.
Public propertyObjectType Gets the String value.
(Overrides PdfBasicObjectObjectType)
Top
Methods
 NameDescription
Public methodStatic memberCreate(DateTimeOffset) Creates the date PdfString instance from the specified DateTimeOffset value.
Public methodStatic memberCreate(String) Creates the literal text PdfString instance from the specified String value.
Public methodStatic memberCreate(String, IPdfEncoding, PdfStringForm) Creates the PdfString instance from the specified String value.
Public methodEquals Determines whether the specified Object is equal to this PdfString instance.
(Overrides PdfBasicValueEquals(Object))
Public methodGetHashCode Returns a hash code for this PdfString instance.
(Overrides PdfBasicValueGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this PdfString instance.
(Overrides PdfBasicObjectToString)
Public methodToString(IPdfEncoding) Returns a String that represents this PdfString instance in the specified encoding.
Top
See Also