DwfFileHeuristicsShouldApplyTransform Property |
Gets or sets apply transform flag
Namespace:
Aspose.CAD.FileFormats.Dwf.Whip.Objects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.5
Syntaxpublic bool ShouldApplyTransform { get; set; }
Public Property ShouldApplyTransform As Boolean
Get
Set
public:
property bool ShouldApplyTransform {
bool get ();
void set (bool value);
}
member ShouldApplyTransform : bool with get, set
Property Value
Type:
Boolean
See Also