Leadtools.Workflow.Raster Namespace > SaveImageActivity Class : SaveToUrl Property |
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [BrowsableAttribute(true)] [MyDescriptionAttribute("If true indicates that the path specified in the TargetFile property is a URL. Otherwise the path is a local path.")] [ValidationOptionAttribute(ValidationOption.None)] public bool SaveToUrl {get; set;}
'Declaration <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <BrowsableAttribute(True)> <MyDescriptionAttribute("If true indicates that the path specified in the TargetFile property is a URL. Otherwise the path is a local path.")> <ValidationOptionAttribute(ValidationOption.None)> Public Property SaveToUrl As Boolean
'Usage Dim instance As SaveImageActivity Dim value As Boolean instance.SaveToUrl = value value = instance.SaveToUrl
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [BrowsableAttribute(true)] [MyDescriptionAttribute("If true indicates that the path specified in the TargetFile property is a URL. Otherwise the path is a local path.")] [ValidationOptionAttribute(ValidationOption.None)] public bool SaveToUrl {get; set;}
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible) BrowsableAttribute() MyDescriptionAttribute("If true indicates that the path specified in the TargetFile property is a URL. Otherwise the path is a local path.") ValidationOptionAttribute(ValidationOption.None) get_SaveToUrl();
set_SaveToUrl(value);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [BrowsableAttribute(true)] [MyDescriptionAttribute("If true indicates that the path specified in the TargetFile property is a URL. Otherwise the path is a local path.")] [ValidationOptionAttribute(ValidationOption.None)] public: property bool SaveToUrl { bool get(); void set ( bool value); }
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