Comment.WidthCM

Comment.WidthCM property

Represents the width of the comment, in unit of centimeters.

public double WidthCM { get; set; }

Examples


[C#]
comment1.WidthCM = 1.0;

See Also