GoDiagram Web Reference
NameIsUri Property

Gets or sets whether the Name property is a URI instead of a disk file path.
Syntax
'Declaration
 
<DescriptionAttribute("Whether the Name refers to a URI instead of to a disk file path.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Overridable Property NameIsUri As Boolean
[DescriptionAttribute("Whether the Name refers to a URI instead of to a disk file path.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public virtual bool NameIsUri {get; set;}

Property Value

The default is false.
Remarks
You might want to set this property to true before setting the Name property, so that LoadImage doesn't waste time trying to look up the Name as if it were a pathname for a disk file.
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

GoImage Class
GoImage Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback