Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdAveRFileOpt.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.TD {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
17public class OdAveRFileOpt : global::System.IDisposable {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 protected bool swigCMemOwn;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public OdAveRFileOpt(IntPtr cPtr, bool cMemoryOwn) {
23 swigCMemOwn = cMemoryOwn;
24 swigCPtr = new HandleRef(this, cPtr);
25 }
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(OdAveRFileOpt obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
32 Dispose(false);
33 }
34
35 public void Dispose() {
36 Dispose(true);
37 global::System.GC.SuppressFinalize(this);
38 }
39
40 protected virtual void Dispose(bool disposing) {
41 lock(this) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
43 if (swigCMemOwn) {
44 swigCMemOwn = false;
46 }
47 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
48 }
49 }
50 }
51
52 public OdAveRFileOpt() : this(TD_DbPINVOKE.new_OdAveRFileOpt(), true) {
54 }
55
56 public Int16 m_nFileType {
57 set {
58 /*SIMPLETYPE*/
59 TD_DbPINVOKE.OdAveRFileOpt_m_nFileType_set(swigCPtr, value /*SIMPLETYPE*/);
61 }
62 get {
63 /*SIMPLETYPE*/
64 Int16 ret = TD_DbPINVOKE.OdAveRFileOpt_m_nFileType_get(swigCPtr);
66 return ret;
67 }
68 }
69
70 public Int16 m_nX {
71 set {
72 /*SIMPLETYPE*/
73 TD_DbPINVOKE.OdAveRFileOpt_m_nX_set(swigCPtr, value /*SIMPLETYPE*/);
75 }
76 get {
77 /*SIMPLETYPE*/
78 Int16 ret = TD_DbPINVOKE.OdAveRFileOpt_m_nX_get(swigCPtr);
80 return ret;
81 }
82 }
83
84 public Int16 m_nY {
85 set {
86 /*SIMPLETYPE*/
87 TD_DbPINVOKE.OdAveRFileOpt_m_nY_set(swigCPtr, value /*SIMPLETYPE*/);
89 }
90 get {
91 /*SIMPLETYPE*/
92 Int16 ret = TD_DbPINVOKE.OdAveRFileOpt_m_nY_get(swigCPtr);
94 return ret;
95 }
96 }
97
98 public Int16 m_nAspectRatio {
99 set {
100 /*SIMPLETYPE*/
101 TD_DbPINVOKE.OdAveRFileOpt_m_nAspectRatio_set(swigCPtr, value /*SIMPLETYPE*/);
103 }
104 get {
105 /*SIMPLETYPE*/
108 return ret;
109 }
110 }
111
112 public Int16 m_nColorBits1 {
113 set {
114 /*SIMPLETYPE*/
115 TD_DbPINVOKE.OdAveRFileOpt_m_nColorBits1_set(swigCPtr, value /*SIMPLETYPE*/);
117 }
118 get {
119 /*SIMPLETYPE*/
120 Int16 ret = TD_DbPINVOKE.OdAveRFileOpt_m_nColorBits1_get(swigCPtr);
122 return ret;
123 }
124 }
125
126 public Int16 m_nColorBits2 {
127 set {
128 /*SIMPLETYPE*/
129 TD_DbPINVOKE.OdAveRFileOpt_m_nColorBits2_set(swigCPtr, value /*SIMPLETYPE*/);
131 }
132 get {
133 /*SIMPLETYPE*/
134 Int16 ret = TD_DbPINVOKE.OdAveRFileOpt_m_nColorBits2_get(swigCPtr);
136 return ret;
137 }
138 }
139
140 public bool m_bGrayscale {
141 set {
144 }
145 get {
146 bool ret = TD_DbPINVOKE.OdAveRFileOpt_m_bGrayscale_get(swigCPtr);
148 return ret;
149 }
150 }
151
152 public bool m_bCompressed {
153 set {
156 }
157 get {
160 return ret;
161 }
162 }
163
164 public Int16 m_nOrientation {
165 set {
166 /*SIMPLETYPE*/
167 TD_DbPINVOKE.OdAveRFileOpt_m_nOrientation_set(swigCPtr, value /*SIMPLETYPE*/);
169 }
170 get {
171 /*SIMPLETYPE*/
174 return ret;
175 }
176 }
177
178 public Int16 m_nInterlace {
179 set {
180 /*SIMPLETYPE*/
181 TD_DbPINVOKE.OdAveRFileOpt_m_nInterlace_set(swigCPtr, value /*SIMPLETYPE*/);
183 }
184 get {
185 /*SIMPLETYPE*/
186 Int16 ret = TD_DbPINVOKE.OdAveRFileOpt_m_nInterlace_get(swigCPtr);
188 return ret;
189 }
190 }
191
192 public Int16 m_nPostScriptImgSize {
193 set {
194 /*SIMPLETYPE*/
197 }
198 get {
199 /*SIMPLETYPE*/
202 return ret;
203 }
204 }
205
206}
207
208}
virtual void Dispose(bool disposing)
OdAveRFileOpt(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdAveRFileOpt obj)
static global::System.Exception Retrieve()
static Int16 OdAveRFileOpt_m_nInterlace_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAveRFileOpt_m_nAspectRatio_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static Int16 OdAveRFileOpt_m_nX_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAveRFileOpt_m_nOrientation_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static void OdAveRFileOpt_m_nX_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static bool OdAveRFileOpt_m_bCompressed_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdAveRFileOpt_m_nColorBits2_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAveRFileOpt_m_nY_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static void OdAveRFileOpt_m_nColorBits1_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static bool OdAveRFileOpt_m_bGrayscale_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdAveRFileOpt_m_nColorBits1_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAveRFileOpt_m_bCompressed_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdAveRFileOpt_m_nPostScriptImgSize_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static void delete_OdAveRFileOpt(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAveRFileOpt_m_nInterlace_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static void OdAveRFileOpt_m_nColorBits2_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static Int16 OdAveRFileOpt_m_nAspectRatio_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdAveRFileOpt_m_nFileType_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdAveRFileOpt_m_nY_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdAveRFileOpt_m_nOrientation_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdAveRFileOpt_m_nPostScriptImgSize_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAveRFileOpt_m_nFileType_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static void OdAveRFileOpt_m_bGrayscale_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)