Table of Contents

Class CComment

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

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

string

Methods

Clone()

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

public CComment Clone()

Returns

CComment

ToString()

Returns a string that represents the current comment.

public override string ToString()

Returns

string