FixedLayoutPage
Comments Property
|
Provides access to the comments of the page.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<FixedLayoutComment> Comments { get; }
Public ReadOnly Property Comments As LayoutCollection(Of FixedLayoutComment)
Get
public:
property LayoutCollection<FixedLayoutComment^>^ Comments {
LayoutCollection<FixedLayoutComment^>^ get ();
}
member Comments : LayoutCollection<FixedLayoutComment> with get
Property Value
Type:
LayoutCollection
FixedLayoutComment
See Also