@syncfusion/ej2-pdf-export 19.3.43 → 19.3.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/.eslintrc.json +1 -1
  2. package/CHANGELOG.md +167 -0
  3. package/README.md +1 -10
  4. package/dist/ej2-pdf-export.umd.min.js +1 -1
  5. package/dist/ej2-pdf-export.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-pdf-export.es2015.js +1 -2
  7. package/dist/es6/ej2-pdf-export.es2015.js.map +1 -1
  8. package/dist/es6/ej2-pdf-export.es5.js +1 -2
  9. package/dist/es6/ej2-pdf-export.es5.js.map +1 -1
  10. package/dist/global/ej2-pdf-export.min.js +1 -1
  11. package/dist/global/ej2-pdf-export.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/license +3 -0
  14. package/package.json +15 -7
  15. package/src/implementation/pages/pdf-section.d.ts +0 -1
  16. package/src/implementation/pages/pdf-section.js +0 -1
  17. package/src/implementation/structured-elements/grid/pdf-grid-cell.js +1 -1
  18. package/dist/ts/implementation/actions/action.ts +0 -76
  19. package/dist/ts/implementation/actions/uri-action.ts +0 -52
  20. package/dist/ts/implementation/annotations/action-link-annotation.ts +0 -43
  21. package/dist/ts/implementation/annotations/annotation-collection.ts +0 -159
  22. package/dist/ts/implementation/annotations/annotation.ts +0 -241
  23. package/dist/ts/implementation/annotations/document-link-annotation.ts +0 -118
  24. package/dist/ts/implementation/annotations/link-annotation.ts +0 -32
  25. package/dist/ts/implementation/annotations/pdf-text-web-link.ts +0 -265
  26. package/dist/ts/implementation/annotations/uri-annotation.ts +0 -86
  27. package/dist/ts/implementation/collections/dictionary.ts +0 -150
  28. package/dist/ts/implementation/collections/object-object-pair/dictionary.ts +0 -125
  29. package/dist/ts/implementation/collections/utils.ts +0 -38
  30. package/dist/ts/implementation/document/automatic-fields/automatic-field-info-collection.ts +0 -39
  31. package/dist/ts/implementation/document/automatic-fields/automatic-field-info.ts +0 -108
  32. package/dist/ts/implementation/document/automatic-fields/automatic-field.ts +0 -127
  33. package/dist/ts/implementation/document/automatic-fields/composite-field.ts +0 -76
  34. package/dist/ts/implementation/document/automatic-fields/multiple-value-field.ts +0 -37
  35. package/dist/ts/implementation/document/automatic-fields/page-count-field.ts +0 -75
  36. package/dist/ts/implementation/document/automatic-fields/pdf-numbers-convertor.ts +0 -157
  37. package/dist/ts/implementation/document/automatic-fields/pdf-page-number-field.ts +0 -82
  38. package/dist/ts/implementation/document/automatic-fields/pdf-template-value-pair.ts +0 -60
  39. package/dist/ts/implementation/document/automatic-fields/single-value-field.ts +0 -48
  40. package/dist/ts/implementation/document/pdf-catalog.ts +0 -52
  41. package/dist/ts/implementation/document/pdf-document-base.ts +0 -166
  42. package/dist/ts/implementation/document/pdf-document-template.ts +0 -310
  43. package/dist/ts/implementation/document/pdf-document.ts +0 -342
  44. package/dist/ts/implementation/drawing/pdf-drawing.ts +0 -218
  45. package/dist/ts/implementation/general/enum.ts +0 -21
  46. package/dist/ts/implementation/general/functions/pdf-function.ts +0 -66
  47. package/dist/ts/implementation/general/functions/pdf-sampled-function.ts +0 -62
  48. package/dist/ts/implementation/general/pdf-cache-collection.ts +0 -97
  49. package/dist/ts/implementation/general/pdf-collection.ts +0 -41
  50. package/dist/ts/implementation/general/pdf-destination.ts +0 -170
  51. package/dist/ts/implementation/graphics/brushes/enum.ts +0 -237
  52. package/dist/ts/implementation/graphics/brushes/pdf-blend.ts +0 -294
  53. package/dist/ts/implementation/graphics/brushes/pdf-brush.ts +0 -68
  54. package/dist/ts/implementation/graphics/brushes/pdf-brushes.ts +0 -2438
  55. package/dist/ts/implementation/graphics/brushes/pdf-color-blend.ts +0 -295
  56. package/dist/ts/implementation/graphics/brushes/pdf-gradient-brush.ts +0 -311
  57. package/dist/ts/implementation/graphics/brushes/pdf-linear-gradient-brush.ts +0 -406
  58. package/dist/ts/implementation/graphics/brushes/pdf-radial-gradient-brush.ts +0 -290
  59. package/dist/ts/implementation/graphics/brushes/pdf-solid-brush.ts +0 -107
  60. package/dist/ts/implementation/graphics/brushes/pdf-tiling-brush.ts +0 -304
  61. package/dist/ts/implementation/graphics/constants.ts +0 -31
  62. package/dist/ts/implementation/graphics/enum.ts +0 -413
  63. package/dist/ts/implementation/graphics/figures/arc.ts +0 -133
  64. package/dist/ts/implementation/graphics/figures/base/draw-element.ts +0 -59
  65. package/dist/ts/implementation/graphics/figures/base/element-layouter.ts +0 -260
  66. package/dist/ts/implementation/graphics/figures/base/fill-element.ts +0 -72
  67. package/dist/ts/implementation/graphics/figures/base/graphics-element.ts +0 -34
  68. package/dist/ts/implementation/graphics/figures/base/pdf-shape-element.ts +0 -69
  69. package/dist/ts/implementation/graphics/figures/base/shape-layouter.ts +0 -276
  70. package/dist/ts/implementation/graphics/figures/base/text-layouter.ts +0 -205
  71. package/dist/ts/implementation/graphics/figures/ellipse-part.ts +0 -76
  72. package/dist/ts/implementation/graphics/figures/enum.ts +0 -80
  73. package/dist/ts/implementation/graphics/figures/layout-element.ts +0 -132
  74. package/dist/ts/implementation/graphics/figures/path.ts +0 -646
  75. package/dist/ts/implementation/graphics/figures/pdf-template.ts +0 -205
  76. package/dist/ts/implementation/graphics/figures/rectangle-area.ts +0 -108
  77. package/dist/ts/implementation/graphics/figures/text-element.ts +0 -445
  78. package/dist/ts/implementation/graphics/fonts/enum.ts +0 -385
  79. package/dist/ts/implementation/graphics/fonts/pdf-font-metrics.ts +0 -248
  80. package/dist/ts/implementation/graphics/fonts/pdf-font.ts +0 -316
  81. package/dist/ts/implementation/graphics/fonts/pdf-standard-font-metrics-factory.ts +0 -606
  82. package/dist/ts/implementation/graphics/fonts/pdf-standard-font.ts +0 -243
  83. package/dist/ts/implementation/graphics/fonts/pdf-string-format.ts +0 -474
  84. package/dist/ts/implementation/graphics/fonts/pdf-true-type-font.ts +0 -165
  85. package/dist/ts/implementation/graphics/fonts/rtl/rtl-bidirectional.ts +0 -958
  86. package/dist/ts/implementation/graphics/fonts/rtl/rtl-text-shape.ts +0 -374
  87. package/dist/ts/implementation/graphics/fonts/rtl-renderer.ts +0 -255
  88. package/dist/ts/implementation/graphics/fonts/string-layouter.ts +0 -617
  89. package/dist/ts/implementation/graphics/fonts/string-tokenizer.ts +0 -275
  90. package/dist/ts/implementation/graphics/fonts/ttf-OS2-Table.ts +0 -206
  91. package/dist/ts/implementation/graphics/fonts/ttf-apple-cmap-sub-table.ts +0 -18
  92. package/dist/ts/implementation/graphics/fonts/ttf-cmap-sub-table.ts +0 -18
  93. package/dist/ts/implementation/graphics/fonts/ttf-cmap-table.ts +0 -14
  94. package/dist/ts/implementation/graphics/fonts/ttf-glyph-header.ts +0 -26
  95. package/dist/ts/implementation/graphics/fonts/ttf-glyph-info.ts +0 -35
  96. package/dist/ts/implementation/graphics/fonts/ttf-head-table.ts +0 -94
  97. package/dist/ts/implementation/graphics/fonts/ttf-horizontal-header-table.ts +0 -56
  98. package/dist/ts/implementation/graphics/fonts/ttf-loca-table.ts +0 -10
  99. package/dist/ts/implementation/graphics/fonts/ttf-long-hor-metric.ts +0 -14
  100. package/dist/ts/implementation/graphics/fonts/ttf-metrics.ts +0 -106
  101. package/dist/ts/implementation/graphics/fonts/ttf-microsoft-cmap-sub-table.ts +0 -58
  102. package/dist/ts/implementation/graphics/fonts/ttf-name-record.ts +0 -33
  103. package/dist/ts/implementation/graphics/fonts/ttf-name-table.ts +0 -22
  104. package/dist/ts/implementation/graphics/fonts/ttf-post-table.ts +0 -42
  105. package/dist/ts/implementation/graphics/fonts/ttf-reader.ts +0 -1254
  106. package/dist/ts/implementation/graphics/fonts/ttf-table-info.ts +0 -26
  107. package/dist/ts/implementation/graphics/fonts/ttf-trimmed-cmap-sub-table.ts +0 -26
  108. package/dist/ts/implementation/graphics/fonts/unicode-true-type-font.ts +0 -577
  109. package/dist/ts/implementation/graphics/images/byte-array.ts +0 -137
  110. package/dist/ts/implementation/graphics/images/image-decoder.ts +0 -437
  111. package/dist/ts/implementation/graphics/images/pdf-bitmap.ts +0 -110
  112. package/dist/ts/implementation/graphics/images/pdf-image.ts +0 -132
  113. package/dist/ts/implementation/graphics/pdf-color.ts +0 -478
  114. package/dist/ts/implementation/graphics/pdf-graphics.ts +0 -2424
  115. package/dist/ts/implementation/graphics/pdf-margins.ts +0 -124
  116. package/dist/ts/implementation/graphics/pdf-pen.ts +0 -370
  117. package/dist/ts/implementation/graphics/pdf-resources.ts +0 -300
  118. package/dist/ts/implementation/graphics/pdf-transformation-matrix.ts +0 -246
  119. package/dist/ts/implementation/graphics/pdf-transparency.ts +0 -93
  120. package/dist/ts/implementation/graphics/unit-convertor.ts +0 -96
  121. package/dist/ts/implementation/input-output/big-endian-writer.ts +0 -121
  122. package/dist/ts/implementation/input-output/cross-table.ts +0 -21
  123. package/dist/ts/implementation/input-output/enum.ts +0 -16
  124. package/dist/ts/implementation/input-output/pdf-cross-table.ts +0 -524
  125. package/dist/ts/implementation/input-output/pdf-dictionary-properties.ts +0 -515
  126. package/dist/ts/implementation/input-output/pdf-main-object-collection.ts +0 -194
  127. package/dist/ts/implementation/input-output/pdf-operators.ts +0 -363
  128. package/dist/ts/implementation/input-output/pdf-stream-writer.ts +0 -681
  129. package/dist/ts/implementation/input-output/pdf-writer.ts +0 -88
  130. package/dist/ts/implementation/pages/enum.ts +0 -201
  131. package/dist/ts/implementation/pages/page-added-event-arguments.ts +0 -39
  132. package/dist/ts/implementation/pages/pdf-document-page-collection.ts +0 -180
  133. package/dist/ts/implementation/pages/pdf-page-base.ts +0 -181
  134. package/dist/ts/implementation/pages/pdf-page-layer-collection.ts +0 -348
  135. package/dist/ts/implementation/pages/pdf-page-layer.ts +0 -271
  136. package/dist/ts/implementation/pages/pdf-page-settings.ts +0 -192
  137. package/dist/ts/implementation/pages/pdf-page-size.ts +0 -162
  138. package/dist/ts/implementation/pages/pdf-page-template-element.ts +0 -659
  139. package/dist/ts/implementation/pages/pdf-page.ts +0 -235
  140. package/dist/ts/implementation/pages/pdf-section-collection.ts +0 -187
  141. package/dist/ts/implementation/pages/pdf-section-page-collection.ts +0 -61
  142. package/dist/ts/implementation/pages/pdf-section-templates.ts +0 -96
  143. package/dist/ts/implementation/pages/pdf-section.ts +0 -644
  144. package/dist/ts/implementation/primitives/pdf-array.ts +0 -386
  145. package/dist/ts/implementation/primitives/pdf-boolean.ts +0 -119
  146. package/dist/ts/implementation/primitives/pdf-dictionary.ts +0 -513
  147. package/dist/ts/implementation/primitives/pdf-name.ts +0 -218
  148. package/dist/ts/implementation/primitives/pdf-number.ts +0 -165
  149. package/dist/ts/implementation/primitives/pdf-reference.ts +0 -430
  150. package/dist/ts/implementation/primitives/pdf-stream.ts +0 -336
  151. package/dist/ts/implementation/primitives/pdf-string.ts +0 -397
  152. package/dist/ts/implementation/structured-elements/grid/layout/grid-layouter.ts +0 -1998
  153. package/dist/ts/implementation/structured-elements/grid/pdf-grid-cell.ts +0 -1189
  154. package/dist/ts/implementation/structured-elements/grid/pdf-grid-column.ts +0 -206
  155. package/dist/ts/implementation/structured-elements/grid/pdf-grid-row.ts +0 -468
  156. package/dist/ts/implementation/structured-elements/grid/pdf-grid.ts +0 -839
  157. package/dist/ts/implementation/structured-elements/grid/styles/pdf-borders.ts +0 -240
  158. package/dist/ts/implementation/structured-elements/grid/styles/style.ts +0 -424
  159. package/dist/ts/implementation/structured-elements/tables/light-tables/enum.ts +0 -16
  160. package/dist/ts/interfaces/i-pdf-cache.ts +0 -23
  161. package/dist/ts/interfaces/i-pdf-changable.ts +0 -17
  162. package/dist/ts/interfaces/i-pdf-clonable.ts +0 -12
  163. package/dist/ts/interfaces/i-pdf-primitives.ts +0 -45
  164. package/dist/ts/interfaces/i-pdf-true-type-font.ts +0 -48
  165. package/dist/ts/interfaces/i-pdf-wrapper.ts +0 -13
  166. package/dist/ts/interfaces/i-pdf-writer.ts +0 -29
@@ -1,192 +0,0 @@
1
- /**
2
- * PdfPageSettings.ts class for EJ2-PDF
3
- */
4
- import { SizeF, PointF } from './../drawing/pdf-drawing';
5
- import { PdfPageSize } from './pdf-page-size';
6
- import { PdfPageRotateAngle, PdfPageOrientation } from './enum';
7
- import { PdfMargins } from './../graphics/pdf-margins';
8
- /**
9
- * The class provides various `setting` related with PDF pages.
10
- */
11
- export class PdfPageSettings {
12
- //Fields
13
- /**
14
- * The page `margins`.
15
- * @private
16
- */
17
- private pageMargins : PdfMargins = new PdfMargins();
18
- /**
19
- * The page `size`.
20
- * @default a4
21
- * @private
22
- */
23
- private pageSize : SizeF = PdfPageSize.a4;
24
- /**
25
- * The page `rotation angle`.
26
- * @default PdfPageRotateAngle.RotateAngle0
27
- * @private
28
- */
29
- private rotateAngle : PdfPageRotateAngle = PdfPageRotateAngle.RotateAngle0;
30
- /**
31
- * The page `orientation`.
32
- * @default PdfPageOrientation.Portrait
33
- * @private
34
- */
35
- private pageOrientation : PdfPageOrientation = PdfPageOrientation.Portrait;
36
- /**
37
- * The page `origin`.
38
- * @default 0,0
39
- * @private
40
- */
41
- private pageOrigin : PointF = new PointF(0, 0);
42
- /**
43
- * Checks the Whether the `rotation` is applied or not.
44
- * @default false
45
- * @private
46
- */
47
- public isRotation : boolean = false;
48
- //constructor
49
- /**
50
- * Initializes a new instance of the `PdfPageSettings` class.
51
- * @private
52
- */
53
- constructor()
54
- /**
55
- * Initializes a new instance of the `PdfPageSettings` class.
56
- * @private
57
- */
58
- constructor(margins : number)
59
- constructor(margins? : number) {
60
- if (typeof margins === 'number') {
61
- this.pageMargins.setMargins(margins);
62
- }
63
- }
64
- //Properties
65
- /**
66
- * Gets or sets the `size` of the page.
67
- * @private
68
- */
69
- public get size() : SizeF {
70
- return this.pageSize;
71
- }
72
- public set size(value : SizeF) {
73
- this.setSize(value);
74
- }
75
- /**
76
- * Gets or sets the page `orientation`.
77
- * @private
78
- */
79
- public get orientation() : PdfPageOrientation {
80
- return this.pageOrientation;
81
- }
82
- public set orientation(orientation : PdfPageOrientation) {
83
- if (this.pageOrientation !== orientation) {
84
- this.pageOrientation = orientation;
85
- this.updateSize(orientation);
86
- }
87
- }
88
- /**
89
- * Gets or sets the `margins` of the page.
90
- * @private
91
- */
92
- public get margins() : PdfMargins {
93
- return this.pageMargins;
94
- }
95
- public set margins(value : PdfMargins) {
96
- this.pageMargins = value;
97
- }
98
- /**
99
- * Gets or sets the `width` of the page.
100
- * @private
101
- */
102
- public get width() : number {
103
- return this.pageSize.width;
104
- }
105
- public set width(value : number) {
106
- this.pageSize.width = value;
107
- }
108
- /**
109
- * Gets or sets the `height` of the page.
110
- * @private
111
- */
112
- public get height() : number {
113
- return this.pageSize.height;
114
- }
115
- public set height(value : number) {
116
- this.pageSize.height = value;
117
- }
118
- /**
119
- * Gets or sets the `origin` of the page.
120
- * @private
121
- */
122
- public get origin() : PointF {
123
- return this.pageOrigin;
124
- }
125
- public set origin(value : PointF) {
126
- this.pageOrigin = value;
127
- }
128
- /**
129
- * Gets or sets the number of degrees by which the page should be `rotated` clockwise when displayed or printed.
130
- * @private
131
- */
132
- public get rotate() : PdfPageRotateAngle {
133
- return this.rotateAngle;
134
- }
135
- public set rotate(value : PdfPageRotateAngle) {
136
- this.rotateAngle = value;
137
- this.isRotation = true;
138
- }
139
- //Methods
140
- /**
141
- * `Update page size` depending on orientation.
142
- * @private
143
- */
144
- private updateSize(orientation : PdfPageOrientation) : void {
145
- let min : number = Math.min(this.pageSize.width, this.pageSize.height);
146
- let max : number = Math.max(this.pageSize.width, this.pageSize.height);
147
- switch (orientation) {
148
- case PdfPageOrientation.Portrait :
149
- this.pageSize = new SizeF(min, max);
150
- break;
151
- case PdfPageOrientation.Landscape :
152
- this.pageSize = new SizeF(max, min);
153
- break;
154
- }
155
- }
156
- /**
157
- * Creates a `clone` of the object.
158
- * @private
159
- */
160
- public clone() : PdfPageSettings {
161
- let settings : PdfPageSettings = this;
162
- settings.pageMargins = this.pageMargins.clone();
163
- // if (GetTransition() != null)
164
- // {
165
- // settings.Transition = (PdfPageTransition)Transition.clone();
166
- // }
167
- return settings;
168
- }
169
- /**
170
- * Returns `size`, shrinked by the margins.
171
- * @private
172
- */
173
- public getActualSize() : SizeF {
174
- let width : number = this.width - (this.margins.left + this.margins.right);
175
- let height : number = this.height - (this.margins.top + this.margins.bottom);
176
- let size : SizeF = new SizeF(width, height);
177
- return size;
178
- }
179
- /**
180
- * Sets `size` to the page aaccording to the orientation.
181
- * @private
182
- */
183
- private setSize(size : SizeF) : void {
184
- let min : number = Math.min(size.width, size.height);
185
- let max : number = Math.max(size.width, size.height);
186
- if (this.orientation === PdfPageOrientation.Portrait) {
187
- this.pageSize = new SizeF(min, max);
188
- } else {
189
- this.pageSize = new SizeF(max, min);
190
- }
191
- }
192
- }
@@ -1,162 +0,0 @@
1
- /**
2
- * PdfPageSize.ts class for EJ2-PDF
3
- */
4
- import { SizeF } from './../drawing/pdf-drawing';
5
- /**
6
- * Represents information about various predefined `page sizes`.
7
- */
8
- export class PdfPageSize {
9
- /**
10
- * Specifies the size of `letter`.
11
- * @private
12
- */
13
- public static readonly letter : SizeF = new SizeF(612, 792);
14
- /**
15
- * Specifies the size of `note`.
16
- * @private
17
- */
18
- public static readonly note : SizeF = new SizeF(540, 720);
19
- /**
20
- * Specifies the size of `legal`.
21
- * @private
22
- */
23
- public static readonly legal : SizeF = new SizeF(612, 1008);
24
- /**
25
- * Specifies the size of `a0`.
26
- * @private
27
- */
28
- public static readonly a0 : SizeF = new SizeF(2380, 3368);
29
- /**
30
- * Specifies the size of `a1`.
31
- * @private
32
- */
33
- public static readonly a1 : SizeF = new SizeF(1684, 2380);
34
- /**
35
- * Specifies the size of `a2`.
36
- * @private
37
- */
38
- public static readonly a2 : SizeF = new SizeF(1190, 1684);
39
- /**
40
- * Specifies the size of `a3`.
41
- * @private
42
- */
43
- public static readonly a3 : SizeF = new SizeF(842, 1190);
44
- /**
45
- * Specifies the size of `a4`.
46
- * @private
47
- */
48
- public static readonly a4 : SizeF = new SizeF(595, 842);
49
- /**
50
- * Specifies the size of `a5`.
51
- * @private
52
- */
53
- public static readonly a5 : SizeF = new SizeF(421, 595);
54
- /**
55
- * Specifies the size of `a6`.
56
- * @private
57
- */
58
- public static readonly a6 : SizeF = new SizeF(297, 421);
59
- /**
60
- * Specifies the size of `a7`.
61
- * @private
62
- */
63
- public static readonly a7 : SizeF = new SizeF(210, 297);
64
- /**
65
- * Specifies the size of `a8`.
66
- * @private
67
- */
68
- public static readonly a8 : SizeF = new SizeF(148, 210);
69
- /**
70
- * Specifies the size of `a9`.
71
- * @private
72
- */
73
- public static readonly a9 : SizeF = new SizeF(105, 148);
74
- /**
75
- * Specifies the size of `a10`.
76
- * @private
77
- */
78
- public static readonly a10 : SizeF = new SizeF(74, 105);
79
- /**
80
- * Specifies the size of `b0`.
81
- * @private
82
- */
83
- public static readonly b0 : SizeF = new SizeF(2836, 4008);
84
- /**
85
- * Specifies the size of `b1`.
86
- * @private
87
- */
88
- public static readonly b1 : SizeF = new SizeF(2004, 2836);
89
- /**
90
- * Specifies the size of `b2`.
91
- * @private
92
- */
93
- public static readonly b2 : SizeF = new SizeF(1418, 2004);
94
- /**
95
- * Specifies the size of `b3`.
96
- * @private
97
- */
98
- public static readonly b3 : SizeF = new SizeF(1002, 1418);
99
- /**
100
- * Specifies the size of `b4`.
101
- * @private
102
- */
103
- public static readonly b4 : SizeF = new SizeF(709, 1002);
104
- /**
105
- * Specifies the size of `b5`.
106
- * @private
107
- */
108
- public static readonly b5 : SizeF = new SizeF(501, 709);
109
- /**
110
- * Specifies the size of `archE`.
111
- * @private
112
- */
113
- public static readonly archE : SizeF = new SizeF(2592, 3456);
114
- /**
115
- * Specifies the size of `archD`.
116
- * @private
117
- */
118
- public static readonly archD : SizeF = new SizeF(1728, 2592);
119
- /**
120
- * Specifies the size of `archC`.
121
- * @private
122
- */
123
- public static readonly archC : SizeF = new SizeF(1296, 1728);
124
- /**
125
- * Specifies the size of `archB`.
126
- * @private
127
- */
128
- public static readonly archB : SizeF = new SizeF(864, 1296);
129
- /**
130
- * Specifies the size of `archA`.
131
- * @private
132
- */
133
- public static readonly archA : SizeF = new SizeF(648, 864);
134
- /**
135
- * Specifies the size of `flsa`.
136
- * @private
137
- */
138
- public static readonly flsa : SizeF = new SizeF(612, 936);
139
- /**
140
- * Specifies the size of `halfLetter`.
141
- * @private
142
- */
143
- public static readonly halfLetter : SizeF = new SizeF(396, 612);
144
- /**
145
- * Specifies the size of `letter11x17`.
146
- * @private
147
- */
148
- public static readonly letter11x17 : SizeF = new SizeF(792, 1224);
149
- /**
150
- * Specifies the size of `ledger`.
151
- * @private
152
- */
153
- public static readonly ledger : SizeF = new SizeF(1224, 792);
154
- //constructor
155
- /**
156
- * Initialize an instance for `PdfPageSize` class.
157
- * @private
158
- */
159
- public constructor() {
160
- //
161
- }
162
- }