Comment.WidthInch

Comment.WidthInch property

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

public double WidthInch { get; set; }

Examples


[C#]
comment1.WidthInch = 1.0;

See Also