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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also