14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
55 public OdGsPageParams(
double dPaperWidth,
double dPaperHeight) : this(
GlobalsPINVOKE.new_OdGsPageParams__SWIG_1(dPaperWidth, dPaperHeight), true) {
105 public void set(
double dPaperWidth,
double dPaperHeight,
double dLeftMargin,
double dRightMargin,
double dTopMargin,
double dBottomMargin) {
110 public void set(
double dPaperWidth,
double dPaperHeight,
double dLeftMargin,
double dRightMargin,
double dTopMargin) {
115 public void set(
double dPaperWidth,
double dPaperHeight,
double dLeftMargin,
double dRightMargin) {
120 public void set(
double dPaperWidth,
double dPaperHeight,
double dLeftMargin) {
125 public void set(
double dPaperWidth,
double dPaperHeight) {
static global::System.Exception Retrieve()
static double OdGsPageParams_getRightMargin(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsPageParams_set__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static global::System.IntPtr OdGsPageParams_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdGsPageParams_getBottomMargin(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsPageParams_scale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void delete_OdGsPageParams(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGsPageParams_getLeftMargin(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGsPageParams_getTopMargin(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsPageParams_set__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4)
static void OdGsPageParams_set__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7)
static void OdGsPageParams_set__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5)
static void OdGsPageParams_set__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6)
static double OdGsPageParams_getPaperHeight(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGsPageParams_getPaperWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
OdGsPageParams(double dPaperWidth, double dPaperHeight)
OdGsPageParams(IntPtr cPtr, bool cMemoryOwn)
OdGsPageParams(OdGsPageParams data)
virtual void Dispose(bool disposing)
void scale(double dScale)
static HandleRef getCPtr(OdGsPageParams obj)
OdGsPageParams Assign(OdGsPageParams from)