AddComment

AddComment(double, double, string)

Adds comment with defined PinX and PinY.

public void AddComment(double pinX, double pinY, string comment)
Parameter Type Description
pinX Double Specifies the x-coordinate of the comment’s pin (center of rotation) in relation to the page.
pinY Double Specifies the y-coordinate of the comment’s pin (center of rotation) in relation to the page.
comment String Comment’s string.

See Also


AddComment(long, string)

Adds comment to a shape with shape’s id.

public void AddComment(long shapeID, string comment)
Parameter Type Description
shape Int64 The ID of shape which is adding comment.
comment String Comment’s string.

See Also


AddComment(Shape, string)

Adds comment to a shape.

public void AddComment(Shape shape, string comment)
Parameter Type Description
shape Shape Specifies the shape which is adding comment .
comment String Comment’s string.

See Also