Click or drag to resize

DocxDocumentSetSectionOrientation Method

Imposta l'orientamento della sezione

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

Parameters

idx
Type: SystemInt32
L'indice della sezione
landscape
Type: SystemBoolean
1 (true) per Landscape, nil (false) per Portrait
See Also