XpsDocument.InsertDocument
Innehåll
[
Dölj
]InsertDocument(int, bool)
Infogar ett tomt dokument med standard sidstorlek vidindex position.
public void InsertDocument(int index, bool activate = true)
Parameter | Typ | Beskrivning |
---|---|---|
index | Int32 | Position där ett dokument ska infogas. |
activate | Boolean | Flagga som anger om det infogade dokumentet ska väljas som aktivt. |
Se även
- class XpsDocument
- namnutrymme Aspose.Page.XPS
- hopsättning Aspose.Page
InsertDocument(int, float, float, bool)
Infogar ett tomt dokument med första sidans dimensioner width ochheight påindex position.
public void InsertDocument(int index, float width, float height, bool activate = true)
Parameter | Typ | Beskrivning |
---|---|---|
index | Int32 | Position där ett dokument ska infogas. |
width | Single | Första sidans bredd. |
height | Single | Höjd på första sidan. |
activate | Boolean | Flagga som anger om det infogade dokumentet ska väljas som aktivt. |
Se även
- class XpsDocument
- namnutrymme Aspose.Page.XPS
- hopsättning Aspose.Page