Comment.HeightInch

Comment.HeightInch property

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

public double HeightInch { get; set; }

Examples


[C#]
comment1.HeightInch = 1.0;

See Also