ReaderWmf Properties |
The ReaderWmf type exposes the following members.
Name | Description | |
---|---|---|
AutoSize |
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.
| |
CombineGradientPolygons |
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.
| |
ConvertPatternBrushesToColor |
Gets or sets a Boolean that specifies if monocrome pattern brushes are converted into color.
| |
CustomContentHeight |
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.
| |
CustomContentWidth |
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.
| |
DisableTextScaling |
Gets or sets a Boolean that specifies if text scaling is disabled. Default value is false.
| |
EmbeddedBitmapImages |
Gets list of all bitmap images that are defined in Metafile and cannot be converted to vector elements
| |
EmbeddedImagesData |
Gets list of images raw data and their image formats.
| |
Height |
Gets or sets the Height of the returned Viewbox or Image element.
| |
Instance |
Gets static instance of ReaderWmf so you do not need to create your own instance of it.
| |
LastReadImage |
Gets the lastly read wmf or emf as WPF's Image element (used when ReadGeometry is used, when using Read method see LastReadViewbox)
| |
LastReadViewbox |
Gets the lastly read wmf or emf as WPF's Viewbox element (used when Read method is used, when using ReadGeometry method see LastReadImage)
| |
LicenseInfo |
License information
| |
LimitToScaleCustomTextWidth |
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;
| |
MetafileImages | Obsolete.
Gets list of all bitmap images that are defined in Metafile and cannot be converted to vector elements
| |
MetafileUnits |
Gets or sets the units in which the matafile objects will be read. The default value is Pixel.
| |
MinLineWidthFactor |
Advanced users can set this property to control minimal StrokeThickness of lines.
| |
ProcessCharacterSpacing |
Gets or sets a Boolean that specifies if character spacing data from metafile is used to resize text when needed. Default value is true.
| |
ReadEmfPlusRecords |
Gets of sets a Boolean that specifies if emf plus records are read. Default value is true.
| |
ReadPatternBrushes |
Gets or sets a Boolean that specifies if pattern brushes are read. Default value is true.
| |
RemoveEmptyTextBlocks |
Gets or sets a Boolean that specifies if empty texts are not imported (default value is false).
| |
ShowDemoTextInEvaluation | Obsolete.
ShowDemoTextInEvaluation is not used any more.
| |
UsedMinLineWidthFactor |
Gets the MinLineWidthFactor that was used when reading metafile.
| |
Width |
Gets or sets the Width of the returned Viewbox or Image element.
|