Class CString
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
Value
Gets or sets the value.
public string Value { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public CString Clone()
Returns
ToString()
Returns a string that represents the current value.
public override string ToString()