PdfStringObject ClassTerminal Works - PDF Printing.Net Library
Represents an indirect text string value. This type is not used by PDFEdit. If it is imported from an external PDF file, the value is converted into a direct object.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfItem
    PdfEdit.PdfPdfObject
      PdfEdit.PdfPdfStringObject

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class PdfStringObject : PdfObject

The PdfStringObject type exposes the following members.

Constructors

  NameDescription
Public methodPdfStringObject
Initializes a new instance of the PdfStringObject class.
Public methodPdfStringObject(String, PdfStringEncoding)
Initializes a new instance of the PdfStringObject class.
Public methodPdfStringObject(PdfDocument, String)
Initializes a new instance of the PdfStringObject class.
Public methodPdfStringObject(PdfDocument, String, PdfStringEncoding)
Initializes a new instance of the PdfStringObject class.
Top
Methods

  NameDescription
Public methodClone
Creates a copy of this object. The clone does not belong to a document, i.e. its owner and its iref are null.
(Inherited from PdfObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyEncoding
Gets or sets the encoding.
Public propertyHexLiteral
Gets a value indicating whether the string is a hexadecimal literal.
Public propertyInternals
Gets the PdfInternals object of this document, that grants access to some internal structures which are not part of the public interface of PdfDocument.
(Inherited from PdfObject.)
Public propertyIsIndirect
Indicates whether the object is an indirect object.
(Inherited from PdfObject.)
Public propertyLength
Gets the number of characters in this string.
Public propertyOwner
Gets the PdfDocument this object belongs to.
(Inherited from PdfObject.)
Public propertyReference
Gets the indirect reference of this object. If the value is null, this object is a direct object.
(Inherited from PdfObject.)
Public propertyValue
Gets or sets the value as string
Top
See Also

Reference