XpsDocument.InsertDocument

InsertDocument(int, bool)

Infogar ett tomt dokument med standard sidstorlek vidindex position.

public void InsertDocument(int index, bool activate = true)
ParameterTypBeskrivning
indexInt32Position där ett dokument ska infogas.
activateBooleanFlagga som anger om det infogade dokumentet ska väljas som aktivt.

Se även


InsertDocument(int, float, float, bool)

Infogar ett tomt dokument med första sidans dimensioner width ochheightindex position.

public void InsertDocument(int index, float width, float height, bool activate = true)
ParameterTypBeskrivning
indexInt32Position där ett dokument ska infogas.
widthSingleFörsta sidans bredd.
heightSingleHöjd på första sidan.
activateBooleanFlagga som anger om det infogade dokumentet ska väljas som aktivt.

Se även