XpsDocument.Insert
XpsDocument.Insert<T> method
Inserisce un elemento (Canvas, Path o Glyphs) nella pagina attiva aindex posizione.
public T Insert<T>(int index, T element)
where T : XpsContentElement
| Parametro | Descrizione |
|---|---|
| T | Il tipo dell’elemento. |
| index | Posizione in cui unelement dovrebbe essere inserito. |
| element | Elemento da inserire. |
Valore di ritorno
Elemento inserito.
Guarda anche
- class XpsContentElement
- class XpsDocument
- spazio dei nomi Aspose.Page.XPS
- assemblea Aspose.Page