Table of Contents

Class CString

Namespace
PdfSharp.Pdf.Content.Objects
Assembly
PdfSharp-gdi.dll

Represents a string value in a PDF content stream.

public class CString : CObject, ICloneable
Inheritance
CString
Implements
Inherited Members

Constructors

CString()

public CString()

Properties

CStringType

Gets or sets the type of the content string.

public CStringType CStringType { get; set; }

Property Value

CStringType

Value

Gets or sets the value.

public string Value { get; set; }

Property Value

string

Methods

Clone()

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

public CString Clone()

Returns

CString

ToString()

Returns a string that represents the current value.

public override string ToString()

Returns

string