GoDiagram Web Reference
ImageFormat Property

Gets or sets the data format of the image that is produced by the ImagePage.
Syntax
'Declaration
 
<DescriptionAttribute("the image data format for the ImagePage")>
<CategoryAttribute("Appearance")>
Public Property ImageFormat As ImageFormat
[DescriptionAttribute("the image data format for the ImagePage")]
[CategoryAttribute("Appearance")]
public ImageFormat ImageFormat {get; set;}

Property Value

This defaults to ImageFormat.Png. The value must be one of: ImageFormat.Jpeg, ImageFormat.Png, or ImageFormat.Gif.
Remarks
This changes the ContentType of the Response.
Requirements

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

See Also

Reference

GoView Class
GoView Members
ImagePage Property
GetSessionViewsTable Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback