| Visual Basic (Declaration) | |
|---|---|
Public Function DisplayLayoutSettingsDialog( _ ByVal owner As System.Windows.Forms.IWin32Window, _ ByVal settings As ViewLayoutSettings _ ) As System.Boolean | |
| C# | |
|---|---|
public System.bool DisplayLayoutSettingsDialog( System.Windows.Forms.IWin32Window owner, ViewLayoutSettings settings ) | |
Parameters
- owner
- A form that will own the Settings dialog.
- settings
- The Layout settings to be modified.
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