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

429050d9 2119 80cf 19b3 0b5005387524

haplokuon edited this page May 6, 2023 · 1 revision

PaperMargin Structure

netDxf 3.0.0 Library

Represents the unprintable margins of a paper.

Definition

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

C#

public struct PaperMargin

VB

Public Structure PaperMargin

C++

public value class PaperMargin

F#

[<SealedAttribute>]
type PaperMargin = 
    struct
        inherit ValueType
    end
Inheritance Object → ValueType → PaperMargin

Constructors

PaperMargin Initializes a new instance of PaperMargin.

Properties

Bottom Gets or set the size, in millimeters, of unprintable margin on bottom side of paper.
Left Gets or set the size, in millimeters, of unprintable margin on left side of paper.
Right Gets or set the size, in millimeters, of unprintable margin on right side of paper.
Top Gets or set the size, in millimeters, of unprintable margin on top side of paper.

Methods

Equals Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCode Returns the hash code for this instance.
(Inherited from ValueType)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also

Reference

netDxf.Objects Namespace

Clone this wiki locally