Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CFxPreferencesOpenSave.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 PCAD_DOT_NET {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16using Teigha.TD;
17
18public class CFxPreferencesOpenSave : global::System.IDisposable {
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 protected bool swigCMemOwn;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 public CFxPreferencesOpenSave(IntPtr cPtr, bool cMemoryOwn) {
24 swigCMemOwn = cMemoryOwn;
25 swigCPtr = new HandleRef(this, cPtr);
26 }
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public static HandleRef getCPtr(CFxPreferencesOpenSave obj) {
29 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
30 }
31
33 Dispose(false);
34 }
35
36 public void Dispose() {
37 Dispose(true);
38 global::System.GC.SuppressFinalize(this);
39 }
40
41 protected virtual void Dispose(bool disposing) {
42 lock(this) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
44 if (swigCMemOwn) {
45 swigCMemOwn = false;
47 }
48 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
49 }
50 }
51 }
52
58
63
69
74
75 public virtual Int32 GetProxyImage() {
76// test csout
77 /*SIMPLETYPE*/
80 return ret;
81 }
82
83 public virtual void SetProxyImage(Int32 /*SIMPLETYPE cstype*/ value) {
86 }
87
93
98
99 public virtual Int32 GetSaveAsType() {
100// test csout
101 /*SIMPLETYPE*/
104 return ret;
105 }
106
107 public virtual void SetSaveAsType(Int32 /*SIMPLETYPE cstype*/ value) {
110 }
111
117
122
128
133
139
144
145 public virtual Int32 GetForceOpenWithCodepage() {
146// test csout
147 /*SIMPLETYPE*/
150 return ret;
151 }
152
157
163
168
174
179
185
190
191 public virtual Int32 GetDefaultSaveAsType() {
192// test csout
193 /*SIMPLETYPE*/
196 return ret;
197 }
198
203
204}
205
206}
virtual void SetPreserveOriginalFormat(bool value)
virtual void SetAutomaticPurgeUnspecifiedData(bool value)
virtual void SetForceOpenWithCodepage(Int32 value)
virtual void SetFullFilePathInTitleBar(bool value)
virtual void SetTempFileExtension(CFxString value)
virtual void SetForceOpenWithCtbPrintMode(bool value)
CFxPreferencesOpenSave(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(CFxPreferencesOpenSave obj)
virtual void SetFullCRCValidation(bool value)
static HandleRef getCPtr(CFxString obj)
Definition CFxString.cs:28
static Int32 CFxPreferencesOpenSave_GetSaveAsType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetTryRecovery(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static Int32 CFxPreferencesOpenSave_GetDefaultSaveAsType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetFullFilePathInTitleBar(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOpenSave_SetForceOpenWithCtbPrintMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static Int32 CFxPreferencesOpenSave_GetProxyImage(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetAutomaticPurgeUnspecifiedData(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetFullCRCValidation(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesOpenSave_GetTempFileExtension(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetAutoAudit(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOpenSave_SetSaveAsType(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesOpenSave_SetProxyImage(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesOpenSave_SetTempFileExtension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxPreferencesOpenSave_GetAutoAudit(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesOpenSave_GetForceOpenWithCodepage(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetUseOriginalFormat(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetForceOpenWithCodepage(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesOpenSave_SetPreserveOriginalFormat(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void delete_CFxPreferencesOpenSave(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetPreserveOriginalFormat(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetAutomaticPurgeUnspecifiedData(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOpenSave_UpdateToSaveFilterIndex(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetTryRecovery(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesOpenSave_GetForceOpenWithCtbPrintMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesOpenSave_SetFullCRCValidation(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesOpenSave_SetUseOriginalFormat(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesOpenSave_GetFullFilePathInTitleBar(global::System.Runtime.InteropServices.HandleRef jarg1)