DatabaseRetainOriginalThumbnailBitmap
Property
|
Property that indicates whether thumbnail
bitmap toggle flag. If this property is true, the Database will
always try to retain the original image, no matter what other
action is taken.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool RetainOriginalThumbnailBitmap { get; set; }
Public Property RetainOriginalThumbnailBitmap As Boolean
Get
Set
public:
property bool RetainOriginalThumbnailBitmap {
bool get ();
void set (bool value);
}
member RetainOriginalThumbnailBitmap : bool with get, set
Property Value
Boolean
See Also