Windward Studios API Reference
IsCopyShapes Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportOpenXml Class : IsCopyShapes Property




Glossary Item Box

true if shapes are to be copied to output. Shapes are only copied for DOCX -> DOCX and XLSX -> XLSX. Default is true.

Syntax

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

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software