Page.AddComment

AddComment(double, double, string)

Adds comment with defined PinX and PinY.

public void AddComment(double pinX, double pinY, string comment)
ParameterTypeDescription
pinXDoubleSpecifies the x-coordinate of the comment’s pin (center of rotation) in relation to the page.
pinYDoubleSpecifies the y-coordinate of the comment’s pin (center of rotation) in relation to the page.
commentStringComment’s string.

See Also


AddComment(long, string)

Adds comment to a shape with shape’s id.

public void AddComment(long shapeID, string comment)
ParameterTypeDescription
shapeInt64The ID of shape which is adding comment.
commentStringComment’s string.

See Also


AddComment(Shape, string)

Adds comment to a shape.

public void AddComment(Shape shape, string comment)
ParameterTypeDescription
shapeShapeSpecifies the shape which is adding comment .
commentStringComment’s string.

See Also