Windward Engine API Reference
RemoveUnusedFormats Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : RemoveUnusedFormats Property




Glossary Item Box

True if unused styles, fonts, etc. are not included in the generated report. Default is true.

Syntax

Visual Basic (Declaration) 
Public Property RemoveUnusedFormats As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Boolean
 
instance.RemoveUnusedFormats = value
 
value = instance.RemoveUnusedFormats
C# 
public bool RemoveUnusedFormats {get; set;}
Managed Extensions for C++ 
public: __property bool get_RemoveUnusedFormats();
public: __property void set_RemoveUnusedFormats( 
   bool value
);
C++/CLI 
public:
property bool RemoveUnusedFormats {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.