Search
SvgExporter.ExportInvisibleItems Property
See Also
 



Gets or sets a value indicating whether invisible items should be exported.

 Syntax

VB6  Copy Code
Public Property Get ExportInvisibleItems() As Boolean
Public Property Let ExportInvisibleItems( _
    ByVal value As Boolean _
)
C++  Copy Code
public:
bool get_ExportInvisibleItems ()
void put_ExportInvisibleItems (
    bool value
)

 Property Value

A boolean value. The default is false.

 See Also