FixedLayoutComment
Comment Property
|
Returns the comment that corresponds to the layout entity.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Comment Comment { get; }
Public ReadOnly Property Comment As Comment
Get
public:
property Comment^ Comment {
Comment^ get ();
}
member Comment : Comment with get
Property Value
Type:
Comment
See Also