Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Model.Plumbing.Margins Class Reference
Inheritance diagram for SolidFramework.Model.Plumbing.Margins:

Public Member Functions

virtual void Dispose ()
 
override string ToString ()
 
bool Equals (SolidFramework.Model.Plumbing.Margins other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Model.Plumbing.Margins obj1, SolidFramework.Model.Plumbing.Margins obj2)
 
static bool operator!= (SolidFramework.Model.Plumbing.Margins obj1, SolidFramework.Model.Plumbing.Margins obj2)
 

Properties

double Top [get]
 Gets the top margin in points. More...
 
double Left [get]
 Gets the left margin in points. More...
 
double Right [get]
 Gets the right margin in points. More...
 
double Bottom [get]
 Gets the bottom margin in points. More...
 

Property Documentation

◆ Bottom

double SolidFramework.Model.Plumbing.Margins.Bottom
get

Gets the bottom margin in points.

The bottom margin in points.

◆ Left

double SolidFramework.Model.Plumbing.Margins.Left
get

Gets the left margin in points.

The left margin in points.

◆ Right

double SolidFramework.Model.Plumbing.Margins.Right
get

Gets the right margin in points.

The right margin in points.

◆ Top

double SolidFramework.Model.Plumbing.Margins.Top
get

Gets the top margin in points.

The top margin in points.