Windward Studios 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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software