XpsDocument.AddDocument

AddDocument(bool)

Lägger till ett tomt dokument med standard sidstorlek.

public void AddDocument(bool activate = true)
ParameterTypBeskrivning
activateBooleanFlagga som anger om tillagt dokument ska väljas som aktivt.

Se även


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)
ParameterTypBeskrivning
widthSingleFörsta sidans bredd.
heightSingleHöjd på första sidan.
activateBooleanFlagga som anger om tillagt dokument ska väljas som aktivt.

Se även