| 
LayoutElement
PageIndex Property
  | 
 Gets the index of a page in which rendered object. starting from 1.
 Namespace:
 Spire.Doc.Pages
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public int PageIndex { get; }
 
Public ReadOnly Property PageIndex As Integer
	Get
 
public:
property int PageIndex {
	int get ();
}
 
member PageIndex : int with get
 
 
 
Property Value
 
 Type:
 
Int32
 
 
 See Also
See Also