ContextIsPostScriptOut Property
 | 
Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public abstract bool IsPostScriptOut { get; }
 
Public MustOverride ReadOnly Property IsPostScriptOut As Boolean
        Get
 
public:
virtual property bool IsPostScriptOut {
        bool get () abstract;
}
 
abstract IsPostScriptOut : bool with get
 
 
 
Property Value
Type: 
Boolean 
See Also