Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
PDFDummyContentStream.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.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public PDFDummyContentStream(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.PDFDummyContentStream_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(PDFDummyContentStream obj) {
26 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
27 }
28
29 protected override void Dispose(bool disposing) {
30 lock(this) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
32 if (swigCMemOwn) {
33 swigCMemOwn = false;
35 }
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
37 }
38 base.Dispose(disposing);
39 }
40 }
41
42 public override void setTraits(double arg0, UInt32 arg1, UInt32 arg2, UInt16 arg3, UInt16 arg4, PDFLineCap arg5, PDFLineJoin arg6) {
43 GlobalsPINVOKE.PDFDummyContentStream_setTraits(swigCPtr, arg0, arg1 /*SIMPLETYPE*/, arg2 /*SIMPLETYPE*/, arg3 /*SIMPLETYPE*/, arg4 /*SIMPLETYPE*/, (int)arg5, (int)arg6);
45 }
46
47 public override void getTraits(out double arg0, out UInt32 arg1, out UInt32 arg2, out UInt16 arg3, out UInt16 arg4, out PDFLineCap arg5, out PDFLineJoin arg6) {
48 GlobalsPINVOKE.PDFDummyContentStream_getTraits(swigCPtr, out arg0, out arg1, out arg2, out arg3, out arg4, out arg5, out arg6);
50 }
51
56
61
66
67 public override void cm(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) {
68 GlobalsPINVOKE.PDFDummyContentStream_cm(swigCPtr, arg0, arg1, arg2, arg3, arg4, arg5);
70 }
71
72 public override void w(double arg0) {
75 }
76
81
82 public override void d(PDFArray dashArray, UInt32 phase) {
83 GlobalsPINVOKE.PDFDummyContentStream_d(swigCPtr, PDFArray.getCPtr(dashArray), phase /*SIMPLETYPE*/);
85 }
86
91
96
101
106
107 public override void sc(byte arg0) {
108 GlobalsPINVOKE.PDFDummyContentStream_sc(swigCPtr, arg0 /*SIMPLETYPE*/);
110 }
111
112 public override void SC(byte arg0) {
113 GlobalsPINVOKE.PDFDummyContentStream_SC(swigCPtr, arg0 /*SIMPLETYPE*/);
115 }
116
117 public override void RG(double arg0, double arg1, double arg2) {
118 GlobalsPINVOKE.PDFDummyContentStream_RG__SWIG_0(swigCPtr, arg0, arg1, arg2);
120 }
121
122 public override void rg(double arg0, double arg1, double arg2) {
123 GlobalsPINVOKE.PDFDummyContentStream_rg__SWIG_0(swigCPtr, arg0, arg1, arg2);
125 }
126
127 public override void RG(UInt32 arg0) {
128 GlobalsPINVOKE.PDFDummyContentStream_RG__SWIG_1(swigCPtr, arg0 /*SIMPLETYPE*/);
130 }
131
132 public override void rg(UInt32 arg0) {
133 GlobalsPINVOKE.PDFDummyContentStream_rg__SWIG_1(swigCPtr, arg0 /*SIMPLETYPE*/);
135 }
136
141
146
147 public override void m(double arg0, double arg1, bool arg2) {
148 GlobalsPINVOKE.PDFDummyContentStream_m__SWIG_0(swigCPtr, arg0, arg1, arg2);
150 }
151
152 public override void m(double arg0, double arg1) {
155 }
156
157 public override void l(double arg0, double arg1, bool arg2) {
158 GlobalsPINVOKE.PDFDummyContentStream_l__SWIG_0(swigCPtr, arg0, arg1, arg2);
160 }
161
162 public override void l(double arg0, double arg1) {
165 }
166
167 public override void c(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, bool arg6) {
168 GlobalsPINVOKE.PDFDummyContentStream_c__SWIG_0(swigCPtr, arg0, arg1, arg2, arg3, arg4, arg5, arg6);
170 }
171
172 public override void c(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) {
173 GlobalsPINVOKE.PDFDummyContentStream_c__SWIG_1(swigCPtr, arg0, arg1, arg2, arg3, arg4, arg5);
175 }
176
177 public override void v(double arg0, double arg1, double arg2, double arg3) {
178 GlobalsPINVOKE.PDFDummyContentStream_v(swigCPtr, arg0, arg1, arg2, arg3);
180 }
181
182 public override void y(double arg0, double arg1, double arg2, double arg3) {
183 GlobalsPINVOKE.PDFDummyContentStream_y(swigCPtr, arg0, arg1, arg2, arg3);
185 }
186
187 public override void re(double arg0, double arg1, double arg2, double arg3) {
188 GlobalsPINVOKE.PDFDummyContentStream_re(swigCPtr, arg0, arg1, arg2, arg3);
190 }
191
196
201
206
211
216
221
226
231
236
241
246
251
252 public override void Tc(double arg0) {
255 }
256
257 public override void Tw(double arg0) {
260 }
261
262 public override void Tz(double arg0) {
265 }
266
267 public override void TL(double arg0) {
270 }
271
272 public override void Tf(PDFName arg0, double arg1) {
275 }
276
277 public override void Tr(UInt32 arg0) {
278 GlobalsPINVOKE.PDFDummyContentStream_Tr(swigCPtr, arg0 /*SIMPLETYPE*/);
280 }
281
282 public override void Ts(double arg0) {
285 }
286
291
296
297 public override void Td(double arg0, double arg1) {
298 GlobalsPINVOKE.PDFDummyContentStream_Td(swigCPtr, arg0, arg1);
300 }
301
302 public override void TD(double arg0, double arg1) {
303 GlobalsPINVOKE.PDFDummyContentStream_TD(swigCPtr, arg0, arg1);
305 }
306
307 public override void Tm(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) {
308 GlobalsPINVOKE.PDFDummyContentStream_Tm(swigCPtr, arg0, arg1, arg2, arg3, arg4, arg5);
310 }
311
316
321
326
331
336
341
346
347 public PDFDummyContentStream() : this(GlobalsPINVOKE.new_PDFDummyContentStream(), true) {
349 }
350
351}
352
353}
static global::System.Exception Retrieve()
static void PDFDummyContentStream_c__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, bool jarg8)
static void PDFDummyContentStream_BDC(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, HandleRef jarg3)
static void PDFDummyContentStream_EMC(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_Ts(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void PDFDummyContentStream_TJ(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void PDFDummyContentStream_d(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, UInt32 jarg3)
static void PDFDummyContentStream_ET(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_Do(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void PDFDummyContentStream_T_star(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_y(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5)
static void PDFDummyContentStream_G(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void PDFDummyContentStream_Tm(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7)
static void PDFDummyContentStream_S(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_l__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, bool jarg4)
static void delete_PDFDummyContentStream(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_RG__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4)
static void PDFDummyContentStream_Tj(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void PDFDummyContentStream_j(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void PDFDummyContentStream_SC(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static void PDFDummyContentStream_v(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5)
static void PDFDummyContentStream_RG__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void PDFDummyContentStream_CS(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void PDFDummyContentStream_J(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void PDFDummyContentStream_sh(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void PDFDummyContentStream_BMC(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void PDFDummyContentStream_g(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void PDFDummyContentStream_rg__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void PDFDummyContentStream_W(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_q(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_Tz(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void PDFDummyContentStream_Tf(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, double jarg3)
static void PDFDummyContentStream_gs(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void PDFDummyContentStream_cm(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7)
static void PDFDummyContentStream_s(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_m__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static void PDFDummyContentStream_setTraits(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, UInt32 jarg3, UInt32 jarg4, UInt16 jarg5, UInt16 jarg6, int jarg7, int jarg8)
static void PDFDummyContentStream_TD(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static void PDFDummyContentStream_w(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void PDFDummyContentStream_Tw(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void PDFDummyContentStream_Td(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static void PDFDummyContentStream_Q(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_re(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5)
static void PDFDummyContentStream_b(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_Tr(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void PDFDummyContentStream_f_odd(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_f(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_TL(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void PDFDummyContentStream_B(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_B_odd(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_c__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7)
static void PDFDummyContentStream_getTraits(global::System.Runtime.InteropServices.HandleRef jarg1, out double jarg2, out UInt32 jarg3, out UInt32 jarg4, out UInt16 jarg5, out UInt16 jarg6, out PDFLineCap jarg7, out PDFLineJoin jarg8)
static void PDFDummyContentStream_Tc(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void PDFDummyContentStream_W_odd(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_l__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static void PDFDummyContentStream_h(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_rg__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4)
static void PDFDummyContentStream_BT(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_b_odd(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_sc(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static void PDFDummyContentStream_n(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFDummyContentStream_cs(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void PDFDummyContentStream_m__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, bool jarg4)
static HandleRef getCPtr(PDFArray obj)
Definition PDFArray.cs:25
override void J(PDFLineCap arg0)
override void setTraits(double arg0, UInt32 arg1, UInt32 arg2, UInt16 arg3, UInt16 arg4, PDFLineCap arg5, PDFLineJoin arg6)
override void BDC(PDFName arg0, PDFObject arg1)
override void m(double arg0, double arg1)
override void re(double arg0, double arg1, double arg2, double arg3)
override void cm(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
override void j(PDFLineJoin arg0)
override void rg(double arg0, double arg1, double arg2)
override void Td(double arg0, double arg1)
override void l(double arg0, double arg1, bool arg2)
override void Tj(PDFTextString arg0)
override void RG(double arg0, double arg1, double arg2)
override void d(PDFArray dashArray, UInt32 phase)
override void v(double arg0, double arg1, double arg2, double arg3)
override void TD(double arg0, double arg1)
static HandleRef getCPtr(PDFDummyContentStream obj)
override void c(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, bool arg6)
override void Dispose(bool disposing)
override void Tf(PDFName arg0, double arg1)
override void Tm(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
override void m(double arg0, double arg1, bool arg2)
override void c(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
PDFDummyContentStream(IntPtr cPtr, bool cMemoryOwn)
override void getTraits(out double arg0, out UInt32 arg1, out UInt32 arg2, out UInt16 arg3, out UInt16 arg4, out PDFLineCap arg5, out PDFLineJoin arg6)
override void l(double arg0, double arg1)
override void y(double arg0, double arg1, double arg2, double arg3)
static HandleRef getCPtr(PDFName obj)
Definition PDFName.cs:25
static HandleRef getCPtr(PDFObject obj)
Definition PDFObject.cs:25
static HandleRef getCPtr(PDFTextString obj)