Class CComment
Represents a comment in a PDF content stream.
public class CComment : CObject, ICloneable
- Inheritance
-
CComment
- Implements
- Inherited Members
Constructors
CComment()
public CComment()
Properties
Text
Gets or sets the comment text.
public string Text { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public CComment Clone()
Returns
ToString()
Returns a string that represents the current comment.
public override string ToString()