| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Export( _ ByVal imageFormat As ExportImageFormat, _ ByVal settings As ViewLayoutSettings, _ ByVal onComplete As System.Action(Of Size,Stream,Exception) _ ) | |
| C# | |
|---|---|
public void Export( ExportImageFormat imageFormat, ViewLayoutSettings settings, System.Action<Size,Stream,Exception> onComplete ) | |
Parameters
- imageFormat
- The image format.
- settings
- The Layout settings. Set to null for the default settings to be applied.
- onComplete
| Exception | Description |
|---|---|
| ExportException | The image size exceed limits. |
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