Click or drag to resize

DocxDocumentSetSectionOrientation Method

Imposta l'orientamento della sezione

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public void SetSectionOrientation(
	int idx,
	bool landscape
)

Parameters

idx  Int32
L'indice della sezione
landscape  Boolean
1 (true) per Landscape, nil (false) per Portrait
See Also