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