PrintSettingsPath Property (IDrawingSupportFiles) Send Feedback
See Also 
Gets or sets the path for print configurations.

Syntax

Visual Basic 
Property PrintSettingsPath As System.String
C# 
System.string PrintSettingsPath {get; set;}
JavaScript 
get_PrintSettingsPath () : String
put_PrintSettingsPath (
   NewVal : String
)
COM native C++ 
HRESULT get_PrintSettingsPath(
   BSTR* Val
) 
HRESULT put_PrintSettingsPath( 
   BSTR NewVal
C++ 
DSRESULT get_PrintSettingsPath (
   dsString* Val
)
DSRESULT put_PrintSettingsPath(
   const dsString& NewVal
)

Property Value

Path for print configurations

Remarks

Print configurations are stored in files with a .cfg filename extension.

See Also

Availability

DraftSight V1R5.0