ReaderWmfRemoveEmptyTextBlocks Property |
Gets or sets a Boolean that specifies if empty texts are not imported (default value is false).
Namespace: Ab2dAssembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntaxpublic bool RemoveEmptyTextBlocks { get; set; }
Property Value
Type:
Boolean
Remarks
When pasting metafiles from office or other programs many times empty TextBlock elements are imported.
Because they are usually not needed with setting RemoveEmptyTextBlocks they can be removed.
See Also