FixedLayoutPage
Section Property
|
Returns the section 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 Section Section { get; }
Public ReadOnly Property Section As Section
Get
public:
property Section^ Section {
Section^ get ();
}
member Section : Section with get
Property Value
Type:
Section
See Also