GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / NameIsUri Property
In This Topic
    NameIsUri Property
    In This Topic
    Gets or sets whether the Name property is a URI instead of a disk file path.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether the Name refers to a URI instead of to a disk file path.")]
    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.
    See Also