DWFImportProperties Property
|
Represents properties that are used during the
import process. The following properties are available: *
"Database" - Database object, where dwf is imported * "DwfPath" -
string, path to the imported dwf file * "Password" - string,
(default empty), password to dwf if required * "PaperWidth" -
double, (default 297), paper width in millimeters * "PaperHeight" -
double, (default 210), paper height in millimeters * "Background" -
ODCOLORREF, (defaulf 0xffffff), (output parameter), paper
color
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual Dictionary Properties { get; }
Public Overridable ReadOnly Property Properties As Dictionary
Get
public:
virtual property Dictionary^ Properties {
Dictionary^ get ();
}
abstract Properties : Dictionary with get
override Properties : Dictionary with get
Property Value
Dictionary
See Also