Click or drag to resize
BaseXamlWriterSettingsDefaultImageUriFormatString Property
Gets or sets the format string that is used to write image's uri when ResolveImagePath delegate is not used. Default value is "image_{0}.{1}".

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public string DefaultImageUriFormatString { get; set; }

Property Value

Type: String
See Also