This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
dfebde54 4432 21bd 695e 74db5c81ee54
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the portion of paper space to output to the media.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public PlotType PlotType { get; set; }
VB
Public Property PlotType As PlotType
Get
Set
C++
public:
property PlotType PlotType {
PlotType get ();
void set (PlotType value);
}
F#
member PlotType : PlotType with get, set