A Sandcastle Documented Class Library
![]() | DocxDocumentSetSectionOrientation Method |
Imposta l'orientamento della sezione
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

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
