Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

dfebde54 4432 21bd 695e 74db5c81ee54

haplokuon edited this page May 6, 2023 · 1 revision

PlotType Property

netDxf 3.0.0 Library

Gets or sets the portion of paper space to output to the media.

Definition

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

Property Value

PlotType

See Also

Reference

PlotSettings Class
netDxf.Objects Namespace

Clone this wiki locally