BaseParagraphZIndex Property |
Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex
will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative
ZIndex will be placed behind the text in the page.
Namespace:
Aspose.Pdf
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxpublic int ZIndex { get; set; }
Public Property ZIndex As Integer
Get
Set
public:
property int ZIndex {
int get ();
void set (int value);
}
member ZIndex : int with get, set
Property Value
Type:
Int32
See Also