Click or drag to resize
Ab2d.Common.ReaderWmf Namespace
Ab2d.Common.ReaderWmf namespace contains classes that specify settings for some of the Ab2d.ReaderWmf methods.
Classes
  ClassDescription
Public classBaseXamlWriterSettings
BaseXamlWriterSettings is a base class that defines settings for GetXaml method. To get xaml for WPF use WpfXamlWriterSettings. For Silverlight use SilverlightXamlWriterSettings.
Public classEmbeddedImageData
EmbeddedImageData contains raw image data and image format
Public classGeometrySettings
Geometry Settings used to define how the geometry is read with ReadGeometry method.
Public classMetafileLoadedEventArgs
MetafileLoadedEventArgs is used for MetafileLoaded event on WmfViewbox and WmfDrawing.
Public classMetafileLoadingEventArgs
MetafileLoadingEventArgs is used for MetafileLoading event on WmfViewbox and WmfDrawing.
Public classSilverlightXamlWriterSettings
SilverlightXamlWriterSettings defines settings for use with GetXaml method to get xaml defined for Silverlight.
Public classWinRtXamlWriterSettings
WinRtXamlWriterSettings defines settings for use with GetXaml method to get XAML defined for Windows Runtime (Windows Store applications).
Public classWpfXamlWriterSettings
WpfXamlWriterSettings defines settings for use with GetXaml method to get xaml defined for WPF.
Interfaces
  InterfaceDescription
Public interfaceIResourceXamlWriterSettings
IResourceXamlWriterSettings interface is used to specify setting that tell Xaml Writer how to write Pens and Brushes as resources.
Delegates
  DelegateDescription
Public delegateResolveImagePathDelegate
ResolveImagePathDelegate is used to specify the path where the image will be saved
Public delegateResolveResourceKeyDelegate
ResolveResourceKeyDelegate is used to customize the resource key names used in GetXaml method when UseResources property is set to true and ReadGeometry method was used.
Enumerations
  EnumerationDescription
Public enumerationGeometryTextExportType
GeometryTextExportType enum describes how the text is exported into geometry objects.
Public enumerationMetafileUnits
MetafileUnits defines possible values for metafile units that can be used when reading metafile.
Public enumerationSilverlightXamlWriterSettingsSilverlightVersionType
SilverlightVersionType defines the supported Silverlight versions