DocxDocument.SetSectionOrientation Method

QsInformatica.Utils

DocxDocumentSetSectionOrientation Method

Imposta l'orientamento della sezione

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public void SetSectionOrientation(
	int idx,
	bool landscape
)
Public Sub SetSectionOrientation ( 
	idx As Integer,
	landscape As Boolean
)
public:
void SetSectionOrientation(
	int idx, 
	bool landscape
)
member SetSectionOrientation : 
        idx : int * 
        landscape : bool -> unit 

Parameters

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