Gets or sets a value indicating whether to copy pixel data when doing a dataset copy.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DataSetImageCopy As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ServerSettings
Dim value As Boolean
instance.DataSetImageCopy = value
value = instance.DataSetImageCopy |
C# | |
---|
public bool DataSetImageCopy {get; set;} |
C++/CLI | |
---|
public:
property bool DataSetImageCopy {
bool get();
void set ( bool value);
} |
Property Value
if
true
copy the pixel data when doing a dataset copy; otherwise,
false
.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also