@syncfusion/ej2-pdf-export 22.1.34 → 22.1.39

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 (169) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-pdf-export.min.js +2 -2
  3. package/dist/ej2-pdf-export.umd.min.js +2 -2
  4. package/dist/ej2-pdf-export.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-pdf-export.es2015.js +748 -93
  6. package/dist/es6/ej2-pdf-export.es2015.js.map +1 -1
  7. package/dist/es6/ej2-pdf-export.es5.js +933 -225
  8. package/dist/es6/ej2-pdf-export.es5.js.map +1 -1
  9. package/dist/global/ej2-pdf-export.min.js +2 -2
  10. package/dist/global/ej2-pdf-export.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +5 -5
  13. package/src/implementation/document/pdf-catalog.d.ts +7 -0
  14. package/src/implementation/document/pdf-catalog.js +16 -0
  15. package/src/implementation/document/pdf-document-base.d.ts +13 -0
  16. package/src/implementation/document/pdf-document-base.js +18 -0
  17. package/src/implementation/document/pdf-viewer-preferences.d.ts +467 -0
  18. package/src/implementation/document/pdf-viewer-preferences.js +624 -0
  19. package/src/implementation/input-output/pdf-dictionary-properties.d.ts +55 -0
  20. package/src/implementation/input-output/pdf-dictionary-properties.js +55 -0
  21. package/dist/ts/implementation/actions/action.ts +0 -76
  22. package/dist/ts/implementation/actions/uri-action.ts +0 -52
  23. package/dist/ts/implementation/annotations/action-link-annotation.ts +0 -43
  24. package/dist/ts/implementation/annotations/annotation-collection.ts +0 -159
  25. package/dist/ts/implementation/annotations/annotation.ts +0 -241
  26. package/dist/ts/implementation/annotations/document-link-annotation.ts +0 -118
  27. package/dist/ts/implementation/annotations/link-annotation.ts +0 -32
  28. package/dist/ts/implementation/annotations/pdf-text-web-link.ts +0 -265
  29. package/dist/ts/implementation/annotations/uri-annotation.ts +0 -86
  30. package/dist/ts/implementation/collections/dictionary.ts +0 -150
  31. package/dist/ts/implementation/collections/object-object-pair/dictionary.ts +0 -125
  32. package/dist/ts/implementation/collections/utils.ts +0 -38
  33. package/dist/ts/implementation/document/automatic-fields/automatic-field-info-collection.ts +0 -39
  34. package/dist/ts/implementation/document/automatic-fields/automatic-field-info.ts +0 -108
  35. package/dist/ts/implementation/document/automatic-fields/automatic-field.ts +0 -127
  36. package/dist/ts/implementation/document/automatic-fields/composite-field.ts +0 -76
  37. package/dist/ts/implementation/document/automatic-fields/multiple-value-field.ts +0 -37
  38. package/dist/ts/implementation/document/automatic-fields/page-count-field.ts +0 -75
  39. package/dist/ts/implementation/document/automatic-fields/pdf-numbers-convertor.ts +0 -157
  40. package/dist/ts/implementation/document/automatic-fields/pdf-page-number-field.ts +0 -82
  41. package/dist/ts/implementation/document/automatic-fields/pdf-template-value-pair.ts +0 -60
  42. package/dist/ts/implementation/document/automatic-fields/single-value-field.ts +0 -48
  43. package/dist/ts/implementation/document/pdf-catalog.ts +0 -52
  44. package/dist/ts/implementation/document/pdf-document-base.ts +0 -166
  45. package/dist/ts/implementation/document/pdf-document-template.ts +0 -310
  46. package/dist/ts/implementation/document/pdf-document.ts +0 -342
  47. package/dist/ts/implementation/drawing/pdf-drawing.ts +0 -218
  48. package/dist/ts/implementation/general/enum.ts +0 -21
  49. package/dist/ts/implementation/general/functions/pdf-function.ts +0 -66
  50. package/dist/ts/implementation/general/functions/pdf-sampled-function.ts +0 -62
  51. package/dist/ts/implementation/general/pdf-cache-collection.ts +0 -97
  52. package/dist/ts/implementation/general/pdf-collection.ts +0 -41
  53. package/dist/ts/implementation/general/pdf-destination.ts +0 -170
  54. package/dist/ts/implementation/graphics/brushes/enum.ts +0 -237
  55. package/dist/ts/implementation/graphics/brushes/pdf-blend.ts +0 -294
  56. package/dist/ts/implementation/graphics/brushes/pdf-brush.ts +0 -68
  57. package/dist/ts/implementation/graphics/brushes/pdf-brushes.ts +0 -2438
  58. package/dist/ts/implementation/graphics/brushes/pdf-color-blend.ts +0 -295
  59. package/dist/ts/implementation/graphics/brushes/pdf-gradient-brush.ts +0 -311
  60. package/dist/ts/implementation/graphics/brushes/pdf-linear-gradient-brush.ts +0 -406
  61. package/dist/ts/implementation/graphics/brushes/pdf-radial-gradient-brush.ts +0 -290
  62. package/dist/ts/implementation/graphics/brushes/pdf-solid-brush.ts +0 -107
  63. package/dist/ts/implementation/graphics/brushes/pdf-tiling-brush.ts +0 -304
  64. package/dist/ts/implementation/graphics/constants.ts +0 -31
  65. package/dist/ts/implementation/graphics/enum.ts +0 -413
  66. package/dist/ts/implementation/graphics/figures/arc.ts +0 -133
  67. package/dist/ts/implementation/graphics/figures/base/draw-element.ts +0 -59
  68. package/dist/ts/implementation/graphics/figures/base/element-layouter.ts +0 -260
  69. package/dist/ts/implementation/graphics/figures/base/fill-element.ts +0 -72
  70. package/dist/ts/implementation/graphics/figures/base/graphics-element.ts +0 -34
  71. package/dist/ts/implementation/graphics/figures/base/pdf-shape-element.ts +0 -69
  72. package/dist/ts/implementation/graphics/figures/base/shape-layouter.ts +0 -276
  73. package/dist/ts/implementation/graphics/figures/base/text-layouter.ts +0 -205
  74. package/dist/ts/implementation/graphics/figures/ellipse-part.ts +0 -76
  75. package/dist/ts/implementation/graphics/figures/enum.ts +0 -80
  76. package/dist/ts/implementation/graphics/figures/layout-element.ts +0 -132
  77. package/dist/ts/implementation/graphics/figures/path.ts +0 -646
  78. package/dist/ts/implementation/graphics/figures/pdf-template.ts +0 -205
  79. package/dist/ts/implementation/graphics/figures/rectangle-area.ts +0 -108
  80. package/dist/ts/implementation/graphics/figures/text-element.ts +0 -445
  81. package/dist/ts/implementation/graphics/fonts/enum.ts +0 -385
  82. package/dist/ts/implementation/graphics/fonts/pdf-font-metrics.ts +0 -248
  83. package/dist/ts/implementation/graphics/fonts/pdf-font.ts +0 -316
  84. package/dist/ts/implementation/graphics/fonts/pdf-standard-font-metrics-factory.ts +0 -606
  85. package/dist/ts/implementation/graphics/fonts/pdf-standard-font.ts +0 -243
  86. package/dist/ts/implementation/graphics/fonts/pdf-string-format.ts +0 -474
  87. package/dist/ts/implementation/graphics/fonts/pdf-true-type-font.ts +0 -165
  88. package/dist/ts/implementation/graphics/fonts/rtl/rtl-bidirectional.ts +0 -958
  89. package/dist/ts/implementation/graphics/fonts/rtl/rtl-text-shape.ts +0 -374
  90. package/dist/ts/implementation/graphics/fonts/rtl-renderer.ts +0 -255
  91. package/dist/ts/implementation/graphics/fonts/string-layouter.ts +0 -617
  92. package/dist/ts/implementation/graphics/fonts/string-tokenizer.ts +0 -275
  93. package/dist/ts/implementation/graphics/fonts/ttf-OS2-Table.ts +0 -206
  94. package/dist/ts/implementation/graphics/fonts/ttf-apple-cmap-sub-table.ts +0 -18
  95. package/dist/ts/implementation/graphics/fonts/ttf-cmap-sub-table.ts +0 -18
  96. package/dist/ts/implementation/graphics/fonts/ttf-cmap-table.ts +0 -14
  97. package/dist/ts/implementation/graphics/fonts/ttf-glyph-header.ts +0 -26
  98. package/dist/ts/implementation/graphics/fonts/ttf-glyph-info.ts +0 -35
  99. package/dist/ts/implementation/graphics/fonts/ttf-head-table.ts +0 -94
  100. package/dist/ts/implementation/graphics/fonts/ttf-horizontal-header-table.ts +0 -56
  101. package/dist/ts/implementation/graphics/fonts/ttf-loca-table.ts +0 -10
  102. package/dist/ts/implementation/graphics/fonts/ttf-long-hor-metric.ts +0 -14
  103. package/dist/ts/implementation/graphics/fonts/ttf-metrics.ts +0 -106
  104. package/dist/ts/implementation/graphics/fonts/ttf-microsoft-cmap-sub-table.ts +0 -58
  105. package/dist/ts/implementation/graphics/fonts/ttf-name-record.ts +0 -33
  106. package/dist/ts/implementation/graphics/fonts/ttf-name-table.ts +0 -22
  107. package/dist/ts/implementation/graphics/fonts/ttf-post-table.ts +0 -42
  108. package/dist/ts/implementation/graphics/fonts/ttf-reader.ts +0 -1254
  109. package/dist/ts/implementation/graphics/fonts/ttf-table-info.ts +0 -26
  110. package/dist/ts/implementation/graphics/fonts/ttf-trimmed-cmap-sub-table.ts +0 -26
  111. package/dist/ts/implementation/graphics/fonts/unicode-true-type-font.ts +0 -577
  112. package/dist/ts/implementation/graphics/images/byte-array.ts +0 -137
  113. package/dist/ts/implementation/graphics/images/image-decoder.ts +0 -439
  114. package/dist/ts/implementation/graphics/images/pdf-bitmap.ts +0 -110
  115. package/dist/ts/implementation/graphics/images/pdf-image.ts +0 -132
  116. package/dist/ts/implementation/graphics/pdf-color.ts +0 -478
  117. package/dist/ts/implementation/graphics/pdf-graphics.ts +0 -2424
  118. package/dist/ts/implementation/graphics/pdf-margins.ts +0 -124
  119. package/dist/ts/implementation/graphics/pdf-pen.ts +0 -370
  120. package/dist/ts/implementation/graphics/pdf-resources.ts +0 -300
  121. package/dist/ts/implementation/graphics/pdf-transformation-matrix.ts +0 -246
  122. package/dist/ts/implementation/graphics/pdf-transparency.ts +0 -93
  123. package/dist/ts/implementation/graphics/unit-convertor.ts +0 -96
  124. package/dist/ts/implementation/input-output/big-endian-writer.ts +0 -121
  125. package/dist/ts/implementation/input-output/cross-table.ts +0 -21
  126. package/dist/ts/implementation/input-output/enum.ts +0 -16
  127. package/dist/ts/implementation/input-output/pdf-cross-table.ts +0 -524
  128. package/dist/ts/implementation/input-output/pdf-dictionary-properties.ts +0 -515
  129. package/dist/ts/implementation/input-output/pdf-main-object-collection.ts +0 -194
  130. package/dist/ts/implementation/input-output/pdf-operators.ts +0 -363
  131. package/dist/ts/implementation/input-output/pdf-stream-writer.ts +0 -681
  132. package/dist/ts/implementation/input-output/pdf-writer.ts +0 -88
  133. package/dist/ts/implementation/pages/enum.ts +0 -201
  134. package/dist/ts/implementation/pages/page-added-event-arguments.ts +0 -39
  135. package/dist/ts/implementation/pages/pdf-document-page-collection.ts +0 -180
  136. package/dist/ts/implementation/pages/pdf-page-base.ts +0 -181
  137. package/dist/ts/implementation/pages/pdf-page-layer-collection.ts +0 -348
  138. package/dist/ts/implementation/pages/pdf-page-layer.ts +0 -271
  139. package/dist/ts/implementation/pages/pdf-page-settings.ts +0 -192
  140. package/dist/ts/implementation/pages/pdf-page-size.ts +0 -162
  141. package/dist/ts/implementation/pages/pdf-page-template-element.ts +0 -659
  142. package/dist/ts/implementation/pages/pdf-page.ts +0 -235
  143. package/dist/ts/implementation/pages/pdf-section-collection.ts +0 -187
  144. package/dist/ts/implementation/pages/pdf-section-page-collection.ts +0 -61
  145. package/dist/ts/implementation/pages/pdf-section-templates.ts +0 -96
  146. package/dist/ts/implementation/pages/pdf-section.ts +0 -644
  147. package/dist/ts/implementation/primitives/pdf-array.ts +0 -386
  148. package/dist/ts/implementation/primitives/pdf-boolean.ts +0 -119
  149. package/dist/ts/implementation/primitives/pdf-dictionary.ts +0 -513
  150. package/dist/ts/implementation/primitives/pdf-name.ts +0 -218
  151. package/dist/ts/implementation/primitives/pdf-number.ts +0 -165
  152. package/dist/ts/implementation/primitives/pdf-reference.ts +0 -430
  153. package/dist/ts/implementation/primitives/pdf-stream.ts +0 -336
  154. package/dist/ts/implementation/primitives/pdf-string.ts +0 -397
  155. package/dist/ts/implementation/structured-elements/grid/layout/grid-layouter.ts +0 -2027
  156. package/dist/ts/implementation/structured-elements/grid/pdf-grid-cell.ts +0 -1193
  157. package/dist/ts/implementation/structured-elements/grid/pdf-grid-column.ts +0 -206
  158. package/dist/ts/implementation/structured-elements/grid/pdf-grid-row.ts +0 -470
  159. package/dist/ts/implementation/structured-elements/grid/pdf-grid.ts +0 -853
  160. package/dist/ts/implementation/structured-elements/grid/styles/pdf-borders.ts +0 -240
  161. package/dist/ts/implementation/structured-elements/grid/styles/style.ts +0 -424
  162. package/dist/ts/implementation/structured-elements/tables/light-tables/enum.ts +0 -16
  163. package/dist/ts/interfaces/i-pdf-cache.ts +0 -23
  164. package/dist/ts/interfaces/i-pdf-changable.ts +0 -17
  165. package/dist/ts/interfaces/i-pdf-clonable.ts +0 -12
  166. package/dist/ts/interfaces/i-pdf-primitives.ts +0 -45
  167. package/dist/ts/interfaces/i-pdf-true-type-font.ts +0 -48
  168. package/dist/ts/interfaces/i-pdf-wrapper.ts +0 -13
  169. 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
- }