| Visual Basic (Declaration) | |
|---|---|
Public Sub DisplayLayoutSettingsDialog( _ ByVal settings As ViewLayoutSettings, _ ByVal onCloseAction As System.Action(Of Boolean) _ ) | |
| C# | |
|---|---|
public void DisplayLayoutSettingsDialog( ViewLayoutSettings settings, System.Action<bool> onCloseAction ) | |
Parameters
- settings
- The Layout settings to be modified (or null).
- onCloseAction
- Gets dialogs result callback.
Return Value
true if a user pressed the "OK" button.
The Layout Settings dialog allows to set up setting for image export.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2