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




Glossary Item Box

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

Syntax

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

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software