LayoutIsPaperSpace Property
|
Defines if this layout is a paper space.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool IsPaperSpace { get; set; }
Public Property IsPaperSpace As Boolean
Get
Set
public:
property bool IsPaperSpace {
bool get ();
void set (bool value);
}
member IsPaperSpace : bool with get, set
PROPERTY IsPaperSpace AS LOGIC GET SET
Property Value
Type:
BooleanSee Also