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




Glossary Item Box

Get if writes each image twice. The second time is the image that WordPad uses. Turning this on makes files a lot bigger. It is STRONGLY recomended that you do not set this to true as it makes files with images a LOT bigger.

Syntax

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

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software