PdfSharp-WPF  1.31.7289
PdfSharp.Pdf.Content.Objects.CString Class Reference

Represents a string value in a PDF content stream. More...

Inheritance diagram for PdfSharp.Pdf.Content.Objects.CString:
PdfSharp.Pdf.Content.Objects.CObject

Public Member Functions

new CString Clone ()
 Creates a new object that is a copy of the current instance. More...
 
override string ToString ()
 Returns a string that represents the current value. More...
 
- Public Member Functions inherited from PdfSharp.Pdf.Content.Objects.CObject
CObject Clone ()
 Creates a new object that is a copy of the current instance. More...
 

Protected Member Functions

override CObject Copy ()
 Implements the copy mechanism of this class. More...
 
- Protected Member Functions inherited from PdfSharp.Pdf.Content.Objects.CObject
 CObject ()
 Initializes a new instance of the CObject class. More...
 

Properties

string Value [get, set]
 Gets or sets the value. More...
 

Detailed Description

Represents a string value in a PDF content stream.

Member Function Documentation

◆ Clone()

new CString PdfSharp.Pdf.Content.Objects.CString.Clone ( )

Creates a new object that is a copy of the current instance.

◆ Copy()

override CObject PdfSharp.Pdf.Content.Objects.CString.Copy ( )
protectedvirtual

Implements the copy mechanism of this class.

Reimplemented from PdfSharp.Pdf.Content.Objects.CObject.

◆ ToString()

override string PdfSharp.Pdf.Content.Objects.CString.ToString ( )

Returns a string that represents the current value.

Property Documentation

◆ Value

string PdfSharp.Pdf.Content.Objects.CString.Value
getset

Gets or sets the value.


The documentation for this class was generated from the following file: