XpsDocument.AddDocument
AddDocument(bool)
Lägger till ett tomt dokument med standard sidstorlek.
public void AddDocument(bool activate = true)
Parameter | Typ | Beskrivning |
---|---|---|
activate | Boolean | Flagga som anger om tillagt dokument ska väljas som aktivt. |
Se även
- class XpsDocument
- namnutrymme Aspose.Page.XPS
- hopsättning Aspose.Page
AddDocument(float, float, bool)
Lägger till ett tomt dokument med första sidans dimensioner width ochheight .
public void AddDocument(float width, float height, bool activate = true)
Parameter | Typ | Beskrivning |
---|---|---|
width | Single | Första sidans bredd. |
height | Single | Höjd på första sidan. |
activate | Boolean | Flagga som anger om tillagt dokument ska väljas som aktivt. |
Se även
- class XpsDocument
- namnutrymme Aspose.Page.XPS
- hopsättning Aspose.Page