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

ec55930b 59e8 0406 43bf 700b68d79eac

haplokuon edited this page May 6, 2023 · 1 revision

Page Property

netDxf 3.0.0 Library

Gets or sets the PDF page to show.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public string Page { get; set; }

VB

Public Property Page As String
	Get
	Set

C++

public:
property String^ Page {
	String^ get ();
	void set (String^ value);
}

F#

member Page : string with get, set

Property Value

String

See Also

Reference

UnderlayPdfDefinition Class
netDxf.Objects Namespace

Clone this wiki locally