Click or drag to resize
ReaderWmf Properties

The ReaderWmf type exposes the following members.

Properties
  NameDescription
Public propertyAutoSize
If true (default) the size of main canvas is set from the bounds defined in metafile header. Bounds define the size that is just as big as its containing objects. If false the size is set from Frame size that is defined in metafile header. This is useful for example if you were working on a Letter area and would like to preserve the position of objects inside the Letter.
Public propertyCombineGradientPolygons
Gets or sets a Boolean that specifies if the polygons that are used to create a gradient are combined into one polygon with gradient brush. Default value is true.
Public propertyConvertPatternBrushesToColor
Gets or sets a Boolean that specifies if monocrome pattern brushes are converted into color.
Public propertyCustomContentHeight
Gets or sets the height that is used to set the custom width of the read objects. Default value is 0 that means that the height defined in metafile is used.
Public propertyCustomContentWidth
Gets or sets the width that is used to set the custom width of the read objects. Default value is 0 that means that the width defined in metafile is used.
Public propertyDisableTextScaling
Gets or sets a Boolean that specifies if text scaling is disabled. Default value is false.
Public propertyEmbeddedBitmapImages
Gets list of all bitmap images that are defined in Metafile and cannot be converted to vector elements
Public propertyEmbeddedImagesData
Gets list of images raw data and their image formats.
Public propertyHeight
Gets or sets the Height of the returned Viewbox or Image element.
Public propertyStatic memberCode exampleInstance
Gets static instance of ReaderWmf so you do not need to create your own instance of it.
Public propertyLastReadImage
Gets the lastly read wmf or emf as WPF's Image element (used when ReadGeometry is used, when using Read method see LastReadViewbox)
Public propertyLastReadViewbox
Gets the lastly read wmf or emf as WPF's Viewbox element (used when Read method is used, when using ReadGeometry method see LastReadImage)
Public propertyStatic memberLicenseInfo
License information
Public propertyLimitToScaleCustomTextWidth
Gets or sets a double that specifies at which ratio of custom sized text and its normal size a ScaleTransform is used on TextBlock. This value is only used when ProcessCharacterSpacing is set to true. Default value is 0.03;
Public propertyMetafileImages Obsolete.
Gets list of all bitmap images that are defined in Metafile and cannot be converted to vector elements
Public propertyMetafileUnits
Gets or sets the units in which the matafile objects will be read. The default value is Pixel.
Public propertyMinLineWidthFactor
Advanced users can set this property to control minimal StrokeThickness of lines.
Public propertyProcessCharacterSpacing
Gets or sets a Boolean that specifies if character spacing data from metafile is used to resize text when needed. Default value is true.
Public propertyReadEmfPlusRecords
Gets of sets a Boolean that specifies if emf plus records are read. Default value is true.
Public propertyReadPatternBrushes
Gets or sets a Boolean that specifies if pattern brushes are read. Default value is true.
Public propertyRemoveEmptyTextBlocks
Gets or sets a Boolean that specifies if empty texts are not imported (default value is false).
Public propertyShowDemoTextInEvaluation Obsolete.
ShowDemoTextInEvaluation is not used any more.
Public propertyUsedMinLineWidthFactor
Gets the MinLineWidthFactor that was used when reading metafile.
Public propertyWidth
Gets or sets the Width of the returned Viewbox or Image element.
Top
See Also