Foxit PDF SDK  9.1
FSPDFObjC.h
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 2.0.6
4  *
5  * This file is not intended to be easily readable and contains a number of
6  * coding conventions designed to improve portability and efficiency. Do not make
7  * changes to this file unless you know what you are doing--modify the SWIG
8  * interface file instead.
9  * ----------------------------------------------------------------------------- */
10 
11 #import <CoreGraphics/CoreGraphics.h>
12 
13 @class FSNote;
14 @class FSBitmap;
15 @class FSPDFPage;
16 @class FSReflowPage;
17 @class FSPDFDoc;
18 @class FSAnnot;
19 @class FSLayerContext;
20 @class FSFileSpec;
21 @class FSMarkup;
22 @class FSRedact;
23 @class FSPopup;
24 @class FSField;
25 @class FSControl;
26 @class FSPDFDictionary;
27 @class FSStdEncryptData;
28 @class FSDRMEncryptData;
29 @class FSCustomEncryptData;
31 @class FSRMSEncryptData;
32 @class FSPDFObject;
33 @class FSPDFNameTree;
34 @class FSReadingBookmark;
35 @class FSSignature;
36 @class FSSecurityHandler;
37 @class FSLayerNode;
38 @class FSLayerPrintData;
39 @class FSGraphicsObject;
40 @class FSPDFArray;
41 @class FSPDFStream;
42 @class FSWatermarkSettings;
44 @class FSTextObject;
45 @class FSXFAWidget;
46 @class FSXFAPage;
47 @class FSForm;
48 @class FSRectI;
49 @class FSRectF;
50 @class FSMatrix2D;
51 @class FSGraphicsObjects;
53 @class FSFormXObject;
54 @class FSImageObject;
55 @class FSPathObject;
56 @class FSShadingObject;
57 @class FSEnvelope;
58 @class FSTimer;
59 @class FSScreen;
60 @class FSMediaPlayer;
61 @class FSTimeStampServer;
65 @class FSOptimizerSettings;
66 @class FSColor;
67 @class FSTextState;
68 @class FSFillSignObject;
69 @class FSPortfolio;
70 @class FSSchemaField;
71 @class FSSchemaFieldArray;
72 @class FSPortfolioNode;
74 @class FSPortfolioFileNode;
76 @class FSPSInkPointData;
77 @class FSFieldArray;
78 @class FSMenuList;
79 @class FSMenuItemEx;
81 @class FSRendition;
83 @class FSAIAssSectionElement;
84 @class FSAIAssTextElement;
85 @class FSAIAssTextData;
86 @class FSAIAssFigureElement;
87 @class FSAIAssImageData;
88 @class FSAIAssListElement;
89 @class FSAIAssListItemData;
90 @class FSAIAssTableElement;
91 @class FSAIAssTableRowData;
92 @class FSAIAssTableCellData;
93 @class FSAIAssElementData;
94 @class FSTextPage;
95 
96 @protocol FSPauseCallback;
97 @protocol FSFileReaderCallback;
98 @protocol FSStreamCallback;
99 @protocol FSFileWriterCallback;
100 @protocol FSActionCallback;
101 @protocol FSIconProviderCallback;
102 @protocol FSNotifierCallback;
103 @protocol FSDocEventCallback;
104 @protocol FSAsyncReaderCallback;
105 @protocol FSFillerAssistCallback;
106 @protocol FSSearchCallback;
107 @protocol FSSearchCancelCallback;
108 @protocol FSPSICallback;
109 @protocol FSSecurityCallback;
111 @protocol FSDRMSecurityCallback;
112 @protocol FSCustomSecurityCallback;
113 @protocol FSRMSSecurityCallback;
114 @protocol FSSignatureCallback;
115 @protocol FSAppProviderCallback;
116 @protocol FSDocProviderCallback;
117 @protocol FSRevocationCallback;
119 @protocol FSFontMapperCallback;
121 @protocol FSTimeStampCallback;
122 @protocol FSDWG2PDFProgressCallback;
123 
124 
125 #import <Foundation/Foundation.h>
126 
127 typedef NS_ENUM(NSInteger, FSPDFPageSize);
128 typedef NS_ENUM(NSInteger, FSAnnotAppearanceType);
129 typedef NS_ENUM(NSInteger, FSSignatureSignatureType);
130 typedef NS_ENUM(NSInteger, FSGraphicsObjectBlendMode);
131 
132 
133 
134 #ifdef __cplusplus
135 extern "C" {
136 #endif
137 
138 @interface SWIGTYPE_p_void : NSObject
139 {
140  void *swigCPtr;
142 }
143 -(id)init NS_UNAVAILABLE;
144 -(void*)getCptr;
145 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
146 
147 @end
148 
149 @interface FSBasicArray : NSObject
150 {
151  void *swigCPtr;
153 }
154 -(void*)getCptr;
155 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
156 
157 -(void)dealloc;
158 
159 @end
160 
161 
162 
163 @interface FSPoint : NSObject
164 {
165  void *swigCPtr;
167 }
168 @property (nonatomic, getter=getX) int x;
169 @property (nonatomic, getter=getY) int y;
170 -(void*)getCptr;
171 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
172 -(id)init;
173 -(id)initWithX: (int)X Y: (int)Y;
174 -(id)initWithOther: (FSPoint*)other;
175 -(void)set: (int)x y: (int)y;
176 -(void)set: (FSPoint*)psv;
177 -(void)add: (int)x y: (int)y;
178 -(void)subtract: (int)x y: (int)y;
179 -(void)reset;
180 -(void)dealloc;
181 
182 @end
183 
184 @interface FSPointF : NSObject
185 {
186  void *swigCPtr;
188 }
189 @property (nonatomic, getter=getX) float x;
190 @property (nonatomic, getter=getY) float y;
191 -(void*)getCptr;
192 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
193 -(id)init;
194 -(id)initWithX: (float)X Y: (float)Y;
195 -(id)initWithOther: (FSPointF*)other;
196 -(void)set: (float)x y: (float)y;
197 -(void)set: (FSPointF*)psv;
198 -(void)add: (float)x y: (float)y;
199 -(void)subtract: (float)x y: (float)y;
200 -(void)reset;
201 -(void)dealloc;
202 
203 @end
204 
206 -(void*)getCptr;
207 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
208 -(id)init;
209 -(id)initWithOther: (FSRectFArray*)other;
210 -(int)getSize;
211 -(int)getUpperBound;
212 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
213 -(BOOL)setSize: (int)nNewSize;
214 -(void)removeAll;
215 -(FSRectF*)getAt: (int)nIndex;
216 -(BOOL)setAt: (int)nIndex newElement: (FSRectF*)newElement;
217 -(BOOL)setAtGrow: (int)nIndex newElement: (FSRectF*)newElement;
218 -(BOOL)add: (FSRectF*)newElement;
219 -(BOOL)insertAt: (int)nIndex newElement: (FSRectF*)newElement nCount: (int)nCount;
220 -(BOOL)insertAt: (int)nIndex newElement: (FSRectF*)newElement;
221 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
222 -(BOOL)removeAt: (int)nIndex;
223 -(BOOL)insertAt: (int)nStartIndex pNewArray: (FSBasicArray*)pNewArray;
224 -(int)find: (FSRectF*)data iStart: (int)iStart;
225 -(int)find: (FSRectF*)data;
226 
227 -(void)dealloc;
228 
229 @end
230 
232 -(void*)getCptr;
233 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
234 -(id)init;
235 -(id)initWithOther: (FSPointFArray*)other;
236 -(int)getSize;
237 -(int)getUpperBound;
238 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
239 -(BOOL)setSize: (int)nNewSize;
240 -(void)removeAll;
241 -(FSPointF*)getAt: (int)nIndex;
242 -(BOOL)setAt: (int)nIndex newElement: (FSPointF*)newElement;
243 -(BOOL)setAtGrow: (int)nIndex newElement: (FSPointF*)newElement;
244 -(BOOL)add: (FSPointF*)newElement;
245 -(BOOL)insertAt: (int)nIndex newElement: (FSPointF*)newElement nCount: (int)nCount;
246 -(BOOL)insertAt: (int)nIndex newElement: (FSPointF*)newElement;
247 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
248 -(BOOL)removeAt: (int)nIndex;
249 -(BOOL)insertAt: (int)nStartIndex pNewArray: (FSBasicArray*)pNewArray;
250 -(int)find: (FSPointF*)data iStart: (int)iStart;
251 -(int)find: (FSPointF*)data;
252 
253 -(void)dealloc;
254 
255 @end
256 
258 -(void*)getCptr;
259 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
260 -(id)init;
261 -(id)initWithOther: (FSFloatArray*)other;
262 -(int)getSize;
263 -(int)getUpperBound;
264 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
265 -(BOOL)setSize: (int)nNewSize;
266 -(void)removeAll;
267 -(float)getAt: (int)nIndex;
268 -(BOOL)setAt: (int)nIndex newElement: (float)newElement;
269 -(BOOL)setAtGrow: (int)nIndex newElement: (float)newElement;
270 -(BOOL)add: (float)newElement;
271 -(BOOL)insertAt: (int)nIndex newElement: (float)newElement nCount: (int)nCount;
272 -(BOOL)insertAt: (int)nIndex newElement: (float)newElement;
273 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
274 -(BOOL)removeAt: (int)nIndex;
275 -(BOOL)insertAt: (int)nStartIndex pNewArray: (FSBasicArray*)pNewArray;
276 -(int)find: (float)data iStart: (int)iStart;
277 -(int)find: (float)data;
278 
279 -(void)dealloc;
280 
281 @end
282 
284 -(void*)getCptr;
285 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
286 -(id)init;
287 -(id)initWithOther: (FSInt32Array*)other;
288 -(int)getSize;
289 -(int)getUpperBound;
290 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
291 -(BOOL)setSize: (int)nNewSize;
292 -(void)removeAll;
293 -(int)getAt: (int)nIndex;
294 -(BOOL)setAt: (int)nIndex newElement: (int)newElement;
295 -(BOOL)setAtGrow: (int)nIndex newElement: (int)newElement;
296 -(BOOL)add: (int)newElement;
297 -(BOOL)insertAt: (int)nIndex newElement: (int)newElement nCount: (int)nCount;
298 -(BOOL)insertAt: (int)nIndex newElement: (int)newElement;
299 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
300 -(BOOL)removeAt: (int)nIndex;
301 -(BOOL)insertAt: (int)nStartIndex pNewArray: (FSBasicArray*)pNewArray;
302 -(int)find: (int)data iStart: (int)iStart;
303 -(int)find: (int)data;
304 
305 -(void)dealloc;
306 
307 @end
308 
310 -(void*)getCptr;
311 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
312 -(id)init;
313 -(id)initWithOther: (FSUInt32Array*)other;
314 -(int)getSize;
315 -(int)getUpperBound;
316 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
317 -(BOOL)setSize: (int)nNewSize;
318 -(void)removeAll;
319 -(unsigned int)getAt: (int)nIndex;
320 -(BOOL)setAt: (int)nIndex newElement: (unsigned int)newElement;
321 -(BOOL)setAtGrow: (int)nIndex newElement: (unsigned int)newElement;
322 -(BOOL)add: (unsigned int)newElement;
323 -(BOOL)insertAt: (int)nIndex newElement: (unsigned int)newElement nCount: (int)nCount;
324 -(BOOL)insertAt: (int)nIndex newElement: (unsigned int)newElement;
325 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
326 -(BOOL)removeAt: (int)nIndex;
327 -(BOOL)insertAt: (int)nStartIndex pNewArray: (FSBasicArray*)pNewArray;
328 -(int)find: (unsigned int)data iStart: (int)iStart;
329 -(int)find: (unsigned int)data;
330 
331 -(void)dealloc;
332 
333 @end
334 
335 @interface FSRectI : NSObject
336 {
337  void *swigCPtr;
339 }
340 @property (nonatomic, getter=getLeft) int left;
341 @property (nonatomic, getter=getTop) int top;
342 @property (nonatomic, getter=getRight) int right;
343 @property (nonatomic, getter=getBottom) int bottom;
344 -(void*)getCptr;
345 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
346 -(id)init;
347 -(id)initWithLeft1: (int)left1 top1: (int)top1 right1: (int)right1 bottom1: (int)bottom1;
348 -(int)width;
349 -(int)height;
350 -(BOOL)isEmpty;
351 -(void)normalize;
352 -(void)intersect: (FSRectI*)src;
353 -(void)intersect: (int)left1 top1: (int)top1 right1: (int)right1 bottom1: (int)bottom1;
354 -(void)union: (FSRectI*)other_rect;
355 -(void)offset: (int)dx dy: (int)dy;
356 -(BOOL)contains: (FSRectI*)other_rect;
357 -(BOOL)contains: (int)x y: (int)y;
358 -(BOOL)valid;
359 
360 -(void)dealloc;
361 
362 @end
363 
364 @interface FSRectF : NSObject
365 {
366  void *swigCPtr;
368 }
369 @property (nonatomic, getter=getLeft) float left;
370 @property (nonatomic, getter=getRight) float right;
371 @property (nonatomic, getter=getBottom) float bottom;
372 @property (nonatomic, getter=getTop) float top;
373 -(void*)getCptr;
374 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
375 -(id)init;
376 -(id)initWithLeft1: (float)left1 bottom1: (float)bottom1 right1: (float)right1 top1: (float)top1;
377 -(id)initWithRect: (FSRectI*)rect;
378 -(BOOL)isEmpty;
379 -(void)normalize;
380 -(void)reset;
381 -(BOOL)contains: (FSRectF*)other_rect;
382 -(BOOL)contains: (float)x y: (float)y;
383 -(void)transform: (FSMatrix2D*)pMatrix;
384 -(void)intersect: (FSRectF*)other_rect;
385 -(void)union: (FSRectF*)other_rect;
386 -(FSRectI*)getInnerRect;
387 -(FSRectI*)getOuterRect;
388 -(FSRectI*)getClosestRect;
389 -(void)initRect: (float)x y: (float)y;
390 -(void)updateRect: (float)x y: (float)y;
391 -(float)width;
392 -(float)height;
393 -(void)inflate: (float)x y: (float)y;
394 -(void)inflate: (float)left bottom: (float)bottom right: (float)right top: (float)top;
395 -(void)inflate: (FSRectF*)rt;
396 -(void)deflate: (float)x y: (float)y;
397 -(void)deflate: (float)left bottom: (float)bottom right: (float)right top: (float)top;
398 -(void)deflate: (FSRectF*)rt;
399 -(void)translate: (float)e f: (float)f;
400 +(FSRectF*)getBBox: (FSPointF*)pPoints nPoints: (int)nPoints;
401 +(BOOL)IsRectAdjacent: (FSRectF*)rect1 rect2: (FSRectF*)rect2 alignmentTolerance: (float)alignmentTolerance distanceTolerance: (float)distanceTolerance direction: (int)direction;
402 
403 -(void)dealloc;
404 
405 @end
406 
407 @interface FSMatrix2D : NSObject
408 {
409  void *swigCPtr;
411 }
412 @property (nonatomic, getter=getA) float a;
413 @property (nonatomic, getter=getB) float b;
414 @property (nonatomic, getter=getC) float c;
415 @property (nonatomic, getter=getD) float d;
416 @property (nonatomic, getter=getE) float e;
417 @property (nonatomic, getter=getF) float f;
418 -(void*)getCptr;
419 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
420 -(id)init;
421 -(id)initWithA1: (float)a1 b1: (float)b1 c1: (float)c1 d1: (float)d1 e1: (float)e1 f1: (float)f1;
422 -(void)set: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f;
423 -(void)set: (NSArray<NSNumber *> *)n;
424 -(void)setIdentity;
425 -(void)setReverse: (FSMatrix2D*)m;
426 -(void)concat: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f bPrepended: (BOOL)bPrepended;
427 -(void)concat: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f;
428 -(void)concat: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
429 -(void)concat: (FSMatrix2D*)m;
430 -(void)concatInverse: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
431 -(void)concatInverse: (FSMatrix2D*)m;
432 -(void)reset;
433 -(void)copy: (FSMatrix2D*)m;
434 -(BOOL)isIdentity;
435 -(BOOL)isInvertible;
436 -(BOOL)is90Rotated;
437 -(BOOL)isScaled;
438 -(void)translate: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
439 -(void)translate: (float)x y: (float)y;
440 -(void)translateI: (int)x y: (int)y bPrepended: (BOOL)bPrepended;
441 -(void)translateI: (int)x y: (int)y;
442 -(void)scale: (float)sx sy: (float)sy bPrepended: (BOOL)bPrepended;
443 -(void)scale: (float)sx sy: (float)sy;
444 -(void)rotate: (float)fRadian bPrepended: (BOOL)bPrepended;
445 -(void)rotate: (float)fRadian;
446 -(void)rotateAt: (float)fRadian x: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
447 -(void)rotateAt: (float)fRadian x: (float)x y: (float)y;
448 -(void)shear: (float)fAlphaRadian fBetaRadian: (float)fBetaRadian bPrepended: (BOOL)bPrepended;
449 -(void)shear: (float)fAlphaRadian fBetaRadian: (float)fBetaRadian;
450 -(void)matchRect: (FSRectF*)dest src: (FSRectF*)src;
451 -(float)getXUnit;
452 -(float)getYUnit;
453 -(FSRectF*)getUnitRect;
454 -(float)getUnitArea;
455 -(float)transformXDistance: (float)dx;
456 -(float)transformYDistance: (float)dy;
457 -(float)transformDistance: (float)dx dy: (float)dy;
458 -(float)transformDistance: (float)distance;
459 -(void)transformPoint: (float *)x y: (float *)y;
460 -(void)transformRect: (FSRectF*)rect;
461 -(void)dealloc;
462 
463 @end
464 
465 
466 
467 
468 
469 
470 
471 typedef NS_ENUM(NSInteger, FSErrorCode) {
563 };
564 
565 @interface FSBase : NSObject
566 {
567  void *swigCPtr;
569 }
570 -(void*)getCptr;
571 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
572 
573 -(void)dealloc;
574 
575 @end
576 
577 @interface FSDateTime : NSObject
578 {
579  void *swigCPtr;
581 }
582 @property (nonatomic, getter=getYear) unsigned short year;
583 @property (nonatomic, getter=getMonth) unsigned short month;
584 @property (nonatomic, getter=getDay) unsigned short day;
585 @property (nonatomic, getter=getHour) unsigned short hour;
586 @property (nonatomic, getter=getMinute) unsigned short minute;
587 @property (nonatomic, getter=getSecond) unsigned short second;
588 @property (nonatomic, getter=getMilliseconds) unsigned short milliseconds;
589 @property (nonatomic, getter=getUtc_hour_offset) short utc_hour_offset;
590 @property (nonatomic, getter=getUtc_minute_offset) unsigned short utc_minute_offset;
591 -(void*)getCptr;
592 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
593 +(FSDateTime*)getUTCTime;
594 +(FSDateTime*)getLocalTime;
595 -(id)initWithYear: (unsigned short)year month: (unsigned short)month day: (unsigned short)day hour: (unsigned short)hour minute: (unsigned short)minute second: (unsigned short)second milliseconds: (unsigned short)milliseconds utc_hour_offset: (short)utc_hour_offset utc_minute_offset: (unsigned short)utc_minute_offset;
596 -(id)init;
597 -(id)initWithDt: (FSDateTime*)dt;
598 -(void)set: (unsigned short)year month: (unsigned short)month day: (unsigned short)day hour: (unsigned short)hour minute: (unsigned short)minute second: (unsigned short)second milliseconds: (unsigned short)milliseconds utc_hour_offset: (short)utc_hour_offset utc_minute_offset: (unsigned short)utc_minute_offset;
599 -(BOOL)isValid;
600 -(FSDateTime*)toLocalTime;
601 -(FSDateTime*)toUTCTime;
602 -(void)dealloc;
603 
604 @end
605 
606 typedef NS_ENUM(NSInteger, FSRotation) {
612 };
613 
614 typedef NS_ENUM(NSInteger, FSRotationPointOptions) {
620 };
621 
622 typedef NS_ENUM(NSInteger, FSAlignment) {
625  FSAlignmentRight = 2
626 };
627 
628 typedef NS_ENUM(NSInteger, FSFillMode) {
632 };
633 
634 typedef NS_ENUM(NSInteger, FSPosition) {
643  FSPosBottomRight = 8
644 };
645 
646 typedef NS_ENUM(NSInteger, FSModuleName) {
666 };
667 
668 typedef NS_ENUM(NSInteger, FSColorSpaceType) {
684 };
685 
686 typedef NS_ENUM(NSInteger, FSLocaleID) {
695  FSLocaleIDJapan = 8
696 };
697 
698 typedef NS_ENUM(NSInteger, FSFileFormatType) {
707 };
708 
709 @interface FSCodec : FSBase
710 -(void*)getCptr;
711 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
712 +(NSData *)base64Encode: (NSData *)buffer;
713 +(NSData *)base64Decode: (NSData *)buffer;
714 +(NSData *)flateCompress: (NSData *)buffer;
715 +(NSData *)flateDecompress: (NSData *)buffer;
716 -(id)init;
717 
718 -(void)dealloc;
719 
720 @end
721 
722 
723 
724 typedef NS_ENUM(NSInteger, FSProgressiveState) {
728 };
729 
730 @interface FSProgressive : FSBase
731 -(id)init NS_UNAVAILABLE;
732 -(void*)getCptr;
733 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
734 -(id)initWithOther: (FSProgressive*)other;
736 -(int)getRateOfProgress;
737 
738 -(void)dealloc;
739 
740 @end
741 
742 @interface FSRenderConfig : NSObject
743 {
744  void *swigCPtr;
746 }
747 @property (nonatomic, getter=getGraphics_objs_count_in_one_step) int graphics_objs_count_in_one_step;
748 -(void*)getCptr;
749 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
750 -(id)initWithGraphics_objs_count_in_one_step: (int)graphics_objs_count_in_one_step;
751 -(id)init;
752 -(void)set: (int)graphics_objs_count_in_one_step;
753 -(void)dealloc;
754 
755 @end
756 
757 @interface FSLibrary : NSObject
758 {
759  void *swigCPtr;
761 }
762 -(id)init NS_UNAVAILABLE;
763 -(void*)getCptr;
764 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
765 +(FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
766 +(FSErrorCode)reinitialize;
767 +(void)destroy;
768 +(BOOL)hasModuleLicenseRight: (FSModuleName)module_name;
769 +(NSString *)getVersion;
770 +(BOOL)setCacheSize: (unsigned int)size;
771 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
772 +(BOOL)setAnnotIconProviderCallback: (id<FSIconProviderCallback>)annot_icon_provider;
773 +(BOOL)setNotifierCallback: (id<FSNotifierCallback>)notifier;
774 +(BOOL)setActionCallback: (id<FSActionCallback>)action_callback;
775 +(BOOL)setDocEventCallback: (id<FSDocEventCallback>)callback;
776 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (id<FSSignatureCallback>)signature_callback;
777 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (id<FSSecurityCallback>)callback;
778 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
779 +(BOOL)setTimeStampCallback: (id<FSTimeStampCallback>)timestamp_callback;
780 +(BOOL)isFipsMode;
781 +(void)registerXFAAppProviderCallback: (id<FSAppProviderCallback>)callback;
782 +(void)setRenderTextGamma: (float)gamma;
783 +(void)setLogFile: (NSString *)log_file_path;
784 +(BOOL)setFontMapperCallback: (id<FSFontMapperCallback>)callback;
785 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
786 +(FSRenderConfig*)getRenderConfig;
787 +(void)setRenderConfig: (FSRenderConfig*)render_config;
788 +(void)enableThreadSafety: (BOOL)is_enable_thread_safety;
789 +(NSString *)executeJavaScript: (NSString *)java_script;
790 
791 -(void)dealloc;
792 
793 @end
794 
795 typedef NS_ENUM(NSInteger, FSGraphStateLineCapStyle) {
799 };
800 
801 typedef NS_ENUM(NSInteger, FSGraphStateLineJoinStyle) {
805 };
806 
807 @interface FSGraphState : NSObject
808 {
809  void *swigCPtr;
811 }
812 @property (nonatomic, getter=getLine_width) float line_width;
813 @property (nonatomic, getter=getLine_join) FSGraphStateLineJoinStyle line_join;
814 @property (nonatomic, getter=getMiter_limit) float miter_limit;
815 @property (nonatomic, getter=getLine_cap) FSGraphStateLineCapStyle line_cap;
816 @property (nonatomic, getter=getDash_phase) float dash_phase;
817 @property (nonatomic, copy, getter=getDashes) FSFloatArray* dashes;
818 -(void*)getCptr;
819 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
820 -(id)initWithLine_width: (float)line_width line_join: (FSGraphStateLineJoinStyle)line_join miter_limit: (float)miter_limit line_cap: (FSGraphStateLineCapStyle)line_cap dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
821 -(id)init;
822 -(id)initWithState: (FSGraphState*)state;
823 -(void)set: (float)line_width line_join: (FSGraphStateLineJoinStyle)line_join miter_limit: (float)miter_limit line_cap: (FSGraphStateLineCapStyle)line_cap dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
824 -(void)dealloc;
825 
826 @end
827 
828 
829 
830 typedef NS_ENUM(NSInteger, FSRangeFilter) {
833  FSRangeOdd = 2
834 };
835 
836 @interface FSRange : FSBase
837 -(void*)getCptr;
838 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
839 -(id)init;
840 -(id)initWithIndex: (int)index;
841 -(id)initWithStart_index: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
842 -(id)initWithStart_index: (int)start_index end_index: (int)end_index;
843 -(id)initWithOther: (FSRange*)other;
844 -(BOOL)isEmpty;
845 -(void)addSingle: (int)index;
846 -(void)addSegment: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
847 -(void)addSegment: (int)start_index end_index: (int)end_index;
848 -(int)getSegmentCount;
849 -(int)getSegmentStart: (int)segment_index;
850 -(int)getSegmentEnd: (int)segment_index;
851 -(void)removeAll;
852 
853 -(void)dealloc;
854 
855 @end
856 
857 typedef NS_ENUM(NSInteger, FSFontStyles) {
864  FSFontStyleAllCap = 0x10000,
866  FSFontStylesBold = 0x40000
867 };
868 
869 typedef NS_ENUM(NSInteger, FSFontCharset) {
884  FSFontCharsetBaltic = 186
885 };
886 
887 typedef NS_ENUM(NSInteger, FSFontCIDCharset) {
894 };
895 
896 typedef NS_ENUM(NSInteger, FSFontStandardID) {
911 };
912 
913 typedef NS_ENUM(NSInteger, FSFontFontTypes) {
918 };
919 
920 @interface FSFont : FSBase
921 -(id)init NS_UNAVAILABLE;
922 -(void*)getCptr;
923 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
924 -(id)initWithName: (NSString *)name styles: (unsigned int)styles charset: (FSFontCharset)charset weight: (int)weight;
925 -(id)initWithFont_id: (FSFontStandardID)font_id;
926 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (int)face_index charset: (FSFontCharset)charset;
927 -(id)initWithOther: (FSFont*)other;
928 -(BOOL)isEmpty;
929 -(NSString *)getName;
930 -(NSString *)getFamilyName;
931 -(BOOL)isBold;
932 -(BOOL)isItalic;
933 -(BOOL)isEmbedded: (FSPDFDoc*)document;
934 -(BOOL)isSupportEmbedded: (FSPDFDoc*)document;
935 -(FSFont*)embed: (FSPDFDoc*)document is_add_all_unicodes: (BOOL)is_add_all_unicodes;
936 -(FSFont*)embed: (FSPDFDoc*)document;
937 -(FSUInt32Array*)addUnicodes: (FSPDFDoc*)document unicode_array: (FSUInt32Array*)unicode_array;
938 -(int)getAscent;
939 -(int)getDescent;
940 -(FSRectI*)getCharBBox: (unsigned int)unicode;
941 -(float)getCharWidth: (unsigned int)unicode;
942 -(FSRectI*)getCharBBoxWithDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
943 -(float)getCharWidthWithDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
944 -(unsigned int)getStyles: (FSPDFDoc*)document;
945 -(FSFontCIDCharset)getCIDCharset: (FSPDFDoc*)document;
946 -(BOOL)isStandardFont: (FSPDFDoc*)document;
947 -(FSFontStandardID)getStandard14Font: (FSPDFDoc*)document;
948 -(FSFontFontTypes)getFontType: (FSPDFDoc*)document;
949 -(NSString *)getBaseFontName: (FSPDFDoc*)document;
950 -(BOOL)isVertWriting: (FSPDFDoc*)document;
951 -(NSString *)getEncoding: (FSPDFDoc*)document;
952 -(BOOL)setEncoding: (FSPDFDoc*)document value: (NSString *)value;
953 
954 -(void)dealloc;
955 
956 @end
957 
958 @interface FSFontMapResult : NSObject
959 {
960  void *swigCPtr;
962 }
963 @property (nonatomic, getter=getFile_read) id<FSFileReaderCallback> file_read;
964 @property (nonatomic, getter=getFace_index) int face_index;
965 -(void*)getCptr;
966 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
967 -(id)init;
968 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
969 -(id)initWithOther: (FSFontMapResult*)other;
970 -(void)set: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
971 -(void)dealloc;
972 
973 @end
974 
975 
976 
977 typedef NS_ENUM(NSInteger, FSPathPointType) {
983 };
984 
985 @interface FSPath : FSBase
986 -(void*)getCptr;
987 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
988 -(id)init;
989 -(id)initWithOther: (FSPath*)other;
990 -(BOOL)isEmpty;
991 -(int)getPointCount;
992 -(FSPointF*)getPoint: (int)index;
993 -(FSPathPointType)getPointType: (int)index;
994 -(BOOL)setPoint: (int)index point: (FSPointF*)point type: (FSPathPointType)type;
995 -(BOOL)moveTo: (FSPointF*)point;
996 -(BOOL)lineTo: (FSPointF*)point;
997 -(BOOL)cubicBezierTo: (FSPointF*)point1 point2: (FSPointF*)point2 point3: (FSPointF*)point3;
998 -(BOOL)closeFigure;
999 -(BOOL)removePoint: (int)index;
1000 -(BOOL)appendRect: (FSRectF*)rect;
1001 -(BOOL)appendEllipse: (FSRectF*)rect;
1002 -(void)transform: (FSMatrix2D*)matrix;
1003 -(void)clear;
1004 -(void)increasePointCount: (int)count;
1005 
1006 -(void)dealloc;
1007 
1008 @end
1009 
1010 @interface FSPathArray : NSObject
1011 {
1012  void *swigCPtr;
1014 }
1015 -(void*)getCptr;
1016 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1017 -(id)init;
1018 -(id)initWithOther: (FSPathArray*)other;
1019 -(unsigned long)getSize;
1020 -(FSPath*)getAt: (unsigned long)index;
1021 -(void)add: (FSPath*)element;
1022 -(void)removeAt: (unsigned long)index;
1023 -(void)insertAt: (unsigned long)index element: (FSPath*)element;
1024 -(void)removeAll;
1025 
1026 -(void)dealloc;
1027 
1028 @end
1029 
1030 typedef NS_ENUM(NSInteger, FSColorSpaceRenderingIntent) {
1035 };
1036 
1037 @interface FSColorSpace : FSBase
1038 -(id)init NS_UNAVAILABLE;
1039 -(void*)getCptr;
1040 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1041 -(id)initWithType: (FSColorSpaceType)type;
1042 -(id)initWithOther: (FSColorSpace*)other;
1043 -(BOOL)isEmpty;
1044 -(int)getComponentCount;
1046 -(BOOL)isSpotColorSpace;
1047 -(NSArray<NSData *> *)getComponentNames;
1048 -(FSColor*)convertColor: (FSColor*)color;
1049 -(FSColor*)convertColorRGB: (int)r_value g_value: (int)g_value b_value: (int)b_value;
1050 -(FSColor*)convertColorCMYK: (int)c_value m_value: (int)m_value y_value: (int)y_value k_value: (int)k_value;
1051 
1052 -(void)dealloc;
1053 
1054 @end
1055 
1056 @interface FSColor : FSBase
1057 @property (nonatomic, copy, getter=getValue) FSFloatArray* value;
1058 -(void*)getCptr;
1059 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1060 -(id)init;
1061 -(id)initWithColor_space: (FSColorSpace*)color_space;
1062 -(id)initWithOther: (FSColor*)other;
1063 -(BOOL)isEmpty;
1069 
1070 -(void)dealloc;
1071 
1072 @end
1073 
1074 typedef NS_ENUM(NSInteger, FSBitmapDIBFormat) {
1085  FSBitmapDIBRgb565 = 0x565
1086 };
1087 
1088 typedef NS_ENUM(NSInteger, FSBitmapInterpolationFlag) {
1091  FSBitmapBicubic = 0x04
1092 };
1093 
1094 typedef NS_ENUM(NSInteger, FSBitmapFadeOutEnhancementAlgorithm) {
1095  FSBitmapEnhanceAlgoGrayLevelTransformation = 0
1096 };
1097 
1098 typedef NS_ENUM(NSInteger, FSBitmapFadeOutThresholdAlogrithm) {
1099  FSBitmapThresholdAlgoFixedThreshold = 0,
1100  FSBitmapThresholdAlgoOTSU = 1
1101 };
1102 
1103 @interface FSBitmap : FSBase
1104 -(void*)getCptr;
1105 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1106 -(id)initWithWidth: (int)width height: (int)height format: (FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (int)pitch;
1107 -(id)initWithWidth: (int)width height: (int)height format: (FSBitmapDIBFormat)format buffer: (NSData *)buffer;
1108 -(id)initWithWidth: (int)width height: (int)height format: (FSBitmapDIBFormat)format;
1109 -(id)initWithOther: (FSBitmap*)other;
1110 -(id)init;
1111 -(BOOL)isEmpty;
1112 -(FSBitmap*)clone: (FSRectI*)clip_rect;
1113 -(FSBitmap*)clone;
1114 -(int)getWidth;
1115 -(int)getHeight;
1116 -(int)getPitch;
1117 -(int)getBpp;
1119 -(void)fillRect: (unsigned int)color rect: (FSRectI*)rect;
1120 -(void)fillRect: (unsigned int)color;
1121 -(FSBitmap*)convertFormat: (FSBitmapDIBFormat)format icc_transform: (NSData *)icc_transform;
1122 -(FSBitmap*)convertFormat: (FSBitmapDIBFormat)format;
1123 -(FSRectI*)calculateBBoxByColor: (unsigned int)backgroud_color;
1124 -(FSRectI*)detectBBoxByColorDiffer: (int)detection_size color_differ: (int)color_differ;
1125 -(FSRectI*)detectBBoxByColorDiffer: (int)detection_size;
1126 -(FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (FSRectI*)clip_rect;
1127 -(FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1128 -(FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1129 -(FSBitmap*)stretchTo: (int)dest_width dest_height: (int)dest_height flag: (FSBitmapInterpolationFlag)flag clip_rect: (FSRectI*)clip_rect;
1130 -(FSBitmap*)stretchTo: (int)dest_width dest_height: (int)dest_height flag: (FSBitmapInterpolationFlag)flag;
1131 -(FSBitmap*)transformTo: (FSMatrix2D*)matrix flag: (FSBitmapInterpolationFlag)flag out_left: (int *)out_left out_top: (int *)out_top clip_rect: (FSRectI*)clip_rect;
1132 -(FSBitmap*)transformTo: (FSMatrix2D*)matrix flag: (FSBitmapInterpolationFlag)flag out_left: (int *)out_left out_top: (int *)out_top;
1133 -(FSBitmap*)getMask: (FSRectI*)clip_rect;
1134 -(FSBitmap*)getMask;
1135 -(FSBitmap*)fadeOutBackground: (FSBitmapFadeOutEnhancementAlgorithm)enchancement_algorithms threshold_algorithms: (FSBitmapFadeOutThresholdAlogrithm)threshold_algorithms threshold_level: (float)threshold_level;
1136 -(NSData *)getBuffer;
1137 
1138 -(void)dealloc;
1139 
1140 @end
1141 
1142 typedef NS_ENUM(NSInteger, FSImageType) {
1151  FSImageJBIG2 = 8
1152 };
1153 
1154 typedef NS_ENUM(NSInteger, FSImageOrientation) {
1164 };
1165 
1166 @interface FSImage : FSBase
1167 -(void*)getCptr;
1168 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1169 -(id)init;
1170 -(id)initWithPath: (NSString *)path;
1171 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
1172 -(id)initWithOther: (FSImage*)other;
1173 -(BOOL)isEmpty;
1175 -(int)getWidth;
1176 -(int)getHeight;
1177 -(int)getFrameCount;
1178 -(FSBitmap*)getFrameBitmap: (int)index;
1179 -(int)getXDPI;
1180 -(int)getYDPI;
1181 -(BOOL)addFrame: (FSBitmap*)bitmap;
1182 -(void)setDPIs: (int)x_dpi y_dpi: (int)y_dpi;
1183 -(BOOL)saveAs: (NSString *)file_path;
1184 -(BOOL)saveAs: (id<FSStreamCallback>)file file_extension: (NSString *)file_extension;
1186 -(id)initWithBuffer: (NSData *)buffer;
1187 
1188 -(void)dealloc;
1189 
1190 @end
1191 
1192 typedef NS_ENUM(NSInteger, FSPrintDeviceSettingDataOrientationFlag) {
1195 };
1196 
1197 @interface FSPrintDeviceSettingData : NSObject
1198 {
1199  void *swigCPtr;
1201 }
1202 @property (nonatomic, getter=getDevice_width) int device_width;
1203 @property (nonatomic, getter=getDevice_height) int device_height;
1204 @property (nonatomic, copy, getter=getDevice_margin) FSRectF* device_margin;
1205 @property (nonatomic, getter=getOrientation) FSPrintDeviceSettingDataOrientationFlag orientation;
1206 @property (nonatomic, getter=getResolution) int resolution;
1207 @property (nonatomic, getter=getCopies) unsigned int copies;
1208 -(void*)getCptr;
1209 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1210 -(id)initWithDevice_width: (int)device_width device_height: (int)device_height device_margin: (FSRectF*)device_margin orientation: (FSPrintDeviceSettingDataOrientationFlag)orientation resolution: (int)resolution copies: (unsigned int)copies;
1211 -(id)init;
1212 -(id)initWithSettings: (FSPrintDeviceSettingData*)settings;
1213 -(void)set: (int)device_width device_height: (int)device_height device_margin: (FSRectF*)device_margin orientation: (FSPrintDeviceSettingDataOrientationFlag)orientation resolution: (int)resolution copies: (unsigned int)copies;
1214 -(void)dealloc;
1215 
1216 @end
1217 
1218 typedef NS_ENUM(NSInteger, FSRendererColorMode) {
1222 };
1223 
1224 typedef NS_ENUM(NSInteger, FSRendererContentFlag) {
1226  FSRendererRenderAnnot = 0x02
1227 };
1228 
1229 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
1230  FSRendererDeviceDisplay = 1,
1231  FSRendererDevicePrinter = 2
1232 };
1233 
1234 @interface FSRenderer : FSBase
1235 -(id)init NS_UNAVAILABLE;
1236 -(void*)getCptr;
1237 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1238 -(id)initWithBitmap: (FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
1239 -(id)initWithPrint_param: (FSPrintDeviceSettingData*)print_param dest_file_path: (NSString *)dest_file_path;
1240 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
1241 -(id)initWithOther: (FSRenderer*)other;
1242 -(BOOL)isEmpty;
1243 -(FSProgressive*)startQuickRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
1244 -(FSProgressive*)startQuickRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
1245 -(FSProgressive*)startRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
1246 -(FSProgressive*)startRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
1247 -(FSProgressive*)startRenderReflowPage: (FSReflowPage*)reflow_page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
1248 -(FSProgressive*)startRenderReflowPage: (FSReflowPage*)reflow_page matrix: (FSMatrix2D*)matrix;
1249 -(FSProgressive*)startRenderXFAPage: (FSXFAPage*)xfa_page_view matrix: (FSMatrix2D*)matrix is_highlight: (BOOL)is_highlight pause: (id<FSPauseCallback>)pause;
1250 -(FSProgressive*)startRenderXFAPage: (FSXFAPage*)xfa_page_view matrix: (FSMatrix2D*)matrix is_highlight: (BOOL)is_highlight;
1251 -(FSProgressive*)startRenderBitmap: (FSBitmap*)bitmap matrix: (FSMatrix2D*)matrix clip_rect: (FSRectI*)clip_rect interpolation: (unsigned int)interpolation pause: (id<FSPauseCallback>)pause;
1252 -(FSProgressive*)startRenderBitmap: (FSBitmap*)bitmap matrix: (FSMatrix2D*)matrix clip_rect: (FSRectI*)clip_rect interpolation: (unsigned int)interpolation;
1253 -(FSProgressive*)startRenderBitmap: (FSBitmap*)bitmap matrix: (FSMatrix2D*)matrix clip_rect: (FSRectI*)clip_rect;
1254 -(FSProgressive*)startRenderBitmap: (FSBitmap*)bitmap matrix: (FSMatrix2D*)matrix;
1255 -(void)setRenderAnnotAppearanceType: (FSAnnotAppearanceType)ap_type;
1256 -(BOOL)renderAnnot: (FSAnnot*)annot matrix: (FSMatrix2D*)matrix;
1257 -(BOOL)renderFormControls: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
1258 -(BOOL)renderGraphicsObject: (FSGraphicsObject*)graphics_object page: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
1259 -(void)setClipRect: (FSRectI*)clip_rect;
1260 -(void)setClipPathFill: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix fill_mode: (FSFillMode)fill_mode;
1261 -(void)setClipPathStroke: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix graph_state: (FSGraphState*)graph_state;
1262 -(void)setClipPathStroke: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix;
1263 -(void)setRenderContentFlags: (unsigned int)render_content_flags;
1264 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
1265 -(void)setRenderFormField: (BOOL)is_render_formfield;
1266 -(void)setRenderSignature: (BOOL)is_render_signature;
1267 -(void)setLayerContext: (FSLayerContext*)layer_context;
1268 -(void)setColorMode: (FSRendererColorMode)color_mode;
1269 -(void)setMappingModeColors: (unsigned int)background_color foreground_color: (unsigned int)foreground_color;
1270 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
1271 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
1272 -(void)enableForPrint: (BOOL)is_render_for_print;
1273 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
1274 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
1275 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
1276 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
1277 -(void)setRenderPathFullCovered: (BOOL)is_render_path_full_covered;
1278 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
1279 -(void)setRenderEnhanceThinLines: (BOOL)is_render_enhance_thin_lines;
1280 -(void)setRenderSignatureState: (BOOL)is_render_signature_state;
1281 -(void)drawTextString: (FSPDFDoc*)document text_string: (NSString *)text_string graph_state: (FSGraphState*)graph_state origin_x: (float)origin_x origin_y: (float)origin_y font: (FSFont*)font font_size: (float)font_size matrix: (FSMatrix2D*)matrix fill_color: (unsigned int)fill_color stroke_color: (unsigned int)stroke_color;
1282 -(void)drawPath: (FSPath*)path graph_state: (FSGraphState*)graph_state matrix: (FSMatrix2D*)matrix fill_color: (unsigned int)fill_color stroke_color: (unsigned int)stroke_color fill_mode: (FSFillMode)fill_mode blend_mode: (FSGraphicsObjectBlendMode)blend_mode;
1283 -(void)drawStrokeRect: (FSMatrix2D*)matrix rect: (FSRectF*)rect color: (unsigned int *)color width: (float)width;
1284 
1285 -(void)dealloc;
1286 
1287 @end
1288 
1289 
1290 
1291 typedef NS_ENUM(NSInteger, FSBarcodeFormat) {
1300 };
1301 
1302 typedef NS_ENUM(NSInteger, FSBarcodeQRErrorCorrectionLevel) {
1307 };
1308 
1309 @interface FSBarcode : FSBase
1310 -(void*)getCptr;
1311 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1312 -(id)init;
1313 -(id)initWithOther: (FSBarcode*)other;
1314 -(BOOL)isEmpty;
1315 -(FSBitmap*)generateBitmap: (NSString *)info format: (FSBarcodeFormat)format unit_width: (int)unit_width height: (int)height level: (FSBarcodeQRErrorCorrectionLevel)level;
1316 
1317 -(void)dealloc;
1318 
1319 @end
1320 
1321 @interface FSRedaction : FSBase
1322 -(id)init NS_UNAVAILABLE;
1323 -(void*)getCptr;
1324 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1325 -(id)initWithDocument: (FSPDFDoc*)document;
1326 -(id)initWithOther: (FSRedaction*)other;
1327 -(BOOL)isEmpty;
1328 -(FSRedact*)markRedactAnnot: (FSPDFPage*)page rects: (FSRectFArray*)rects;
1329 -(BOOL)apply;
1332 
1333 -(void)dealloc;
1334 
1335 @end
1336 
1337 @interface FSWidgetChoiceOption : NSObject
1338 {
1339  void *swigCPtr;
1341 }
1342 @property (nonatomic, copy, getter=getOption_label) NSString * option_label;
1343 @property (nonatomic, getter=getSelected) BOOL selected;
1344 -(void*)getCptr;
1345 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1346 -(id)init;
1347 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
1348 -(id)initWithOption: (FSWidgetChoiceOption*)option;
1349 -(void)set: (NSString *)option_label selected: (BOOL)selected;
1350 -(void)dealloc;
1351 
1352 @end
1353 
1354 @interface FSWidgetChoiceOptionArray : NSObject
1355 {
1356  void *swigCPtr;
1358 }
1359 -(void*)getCptr;
1360 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1361 -(id)init;
1362 -(id)initWithOther: (FSWidgetChoiceOptionArray*)other;
1363 -(unsigned long)getSize;
1364 -(FSWidgetChoiceOption*)getAt: (unsigned long)index;
1365 -(void)add: (FSWidgetChoiceOption*)element;
1366 -(void)removeAt: (unsigned long)index;
1367 -(void)insertAt: (unsigned long)index element: (FSWidgetChoiceOption*)element;
1368 -(void)removeAll;
1369 
1370 -(void)dealloc;
1371 
1372 @end
1373 
1374 typedef NS_ENUM(NSInteger, FSAppProviderCallbackAppInfo) {
1375  FSAppProviderCallbackAppInfoVersion = 0x0,
1376  FSAppProviderCallbackAppInfoLanguage = 0x01,
1377  FSAppProviderCallbackAppInfoPlatform = 0x02,
1378  FSAppProviderCallbackAppInfoVariation = 0x03,
1379  FSAppProviderCallbackAppInfoName = 0x04,
1380  FSAppProviderCallbackAppInfoType = 0x05
1381 };
1382 
1383 typedef NS_ENUM(NSInteger, FSAppProviderCallbackBeepType) {
1384  FSAppProviderCallbackBeepTypeError = 0,
1385  FSAppProviderCallbackBeepTypeWarning = 1,
1386  FSAppProviderCallbackBeepTypeQuestion = 2,
1387  FSAppProviderCallbackBeepTypeStatus = 3,
1388  FSAppProviderCallbackBeepTypeDefault = 4
1389 };
1390 
1391 typedef NS_ENUM(NSInteger, FSAppProviderCallbackStringID) {
1392  FSAppProviderCallbackStringIDValidateFailed = 1,
1393  FSAppProviderCallbackStringIDCalcOverride = 2,
1394  FSAppProviderCallbackStringIDModifyField = 3,
1395  FSAppProviderCallbackStringIDNotModifyField = 4,
1396  FSAppProviderCallbackStringIDAppName = 5,
1397  FSAppProviderCallbackStringIDImageFilter = 6,
1398  FSAppProviderCallbackStringIDUnknownCaught = 7,
1399  FSAppProviderCallbackStringIDUnableToSet = 8,
1400  FSAppProviderCallbackStringIDValueExcalmatory = 9,
1401  FSAppProviderCallbackStringIDInvalidEnumValue = 10,
1402  FSAppProviderCallbackStringIDUnsupportMethod = 11,
1403  FSAppProviderCallbackStringIDUnsupportProperty = 12,
1404  FSAppProviderCallbackStringIDInvalidPropertySetOperation = 13,
1405  FSAppProviderCallbackStringIDNotDefaultValue = 14,
1406  FSAppProviderCallbackStringIDUnableSetLanguage = 15,
1407  FSAppProviderCallbackStringIDUnableSetNumPages = 16,
1408  FSAppProviderCallbackStringIDUnableSetPlatformValue = 17,
1409  FSAppProviderCallbackStringIDUnableSetValidationsEnabledValue = 18,
1410  FSAppProviderCallbackStringIDUnableSetValidationsValue = 19,
1411  FSAppProviderCallbackStringIDUnableSetVersion = 20,
1412  FSAppProviderCallbackStringIDUnableSetReady = 21,
1413  FSAppProviderCallbackStringIDNumberOfOccur = 22,
1414  FSAppProviderCallbackStringIDUnableSetClassName = 23,
1415  FSAppProviderCallbackStringIDUnableSetLengthValue = 24,
1416  FSAppProviderCallbackStringIDUnsupportChar = 25,
1417  FSAppProviderCallbackStringIDBadSuffix = 26,
1418  FSAppProviderCallbackStringIDExpectedIdent = 27,
1419  FSAppProviderCallbackStringIDExpectedString = 28,
1420  FSAppProviderCallbackStringIDInvalidateChar = 29,
1421  FSAppProviderCallbackStringIDRedefinition = 30,
1422  FSAppProviderCallbackStringIDInvalidToken = 31,
1423  FSAppProviderCallbackStringIDInvalidExpression = 32,
1424  FSAppProviderCallbackStringIDUndefineIdentifier = 33,
1425  FSAppProviderCallbackStringIDInvalidateLeftValue = 34,
1426  FSAppProviderCallbackStringIDCompilerError = 35,
1427  FSAppProviderCallbackStringIDCannotModifyValue = 36,
1428  FSAppProviderCallbackStringIDParametersError = 37,
1429  FSAppProviderCallbackStringIDExpectedEndIf = 38,
1430  FSAppProviderCallbackStringIDUnexpectedExpression = 39,
1431  FSAppProviderCallbackStringIDConditionIsNull = 40,
1432  FSAppProviderCallbackStringIDIllegalBreak = 41,
1433  FSAppProviderCallbackStringIDIllegalContinue = 42,
1434  FSAppProviderCallbackStringIDExpectedOperator = 43,
1435  FSAppProviderCallbackStringIDDivideZero = 44,
1436  FSAppProviderCallbackStringIDCannotCovertToObject = 45,
1437  FSAppProviderCallbackStringIDNotFoundContainer = 46,
1438  FSAppProviderCallbackStringIDNotFoundProperty = 47,
1439  FSAppProviderCallbackStringIDNotFoundMethod = 48,
1440  FSAppProviderCallbackStringIDNotFoundConst = 49,
1441  FSAppProviderCallbackStringIDNotAssignObject = 50,
1442  FSAppProviderCallbackStringIDInvalidateInstruction = 51,
1443  FSAppProviderCallbackStringIDExpectedNumber = 52,
1444  FSAppProviderCallbackStringIDValidateOutOfArray = 53,
1445  FSAppProviderCallbackStringIDCannotAssign = 54,
1446  FSAppProviderCallbackStringIDNotFoundFunction = 55,
1447  FSAppProviderCallbackStringIDIsNotArray = 56,
1448  FSAppProviderCallbackStringIDOutOfArrayRange = 57,
1449  FSAppProviderCallbackStringIDNotSupportArrayCalculate = 58,
1450  FSAppProviderCallbackStringIDArgumentNotArray = 59,
1451  FSAppProviderCallbackStringIDArgumentExpectContainer = 60,
1452  FSAppProviderCallbackStringIDAccessProertyInNotObject = 61,
1453  FSAppProviderCallbackStringIDFunctionBuildIn = 62,
1454  FSAppProviderCallbackStringIDErrorMessage = 63,
1455  FSAppProviderCallbackStringIDIndexValueOutOfBounds = 64,
1456  FSAppProviderCallbackStringIDIncorrectNumberOfMethod = 65,
1457  FSAppProviderCallbackStringIDArgumentMismatch = 66,
1458  FSAppProviderCallbackStringIDInvalidEnumerate = 67,
1459  FSAppProviderCallbackStringIDInvalidAppend = 68,
1460  FSAppProviderCallbackStringIDSOMExpectedList = 69,
1461  FSAppProviderCallbackStringIDNotHaveProperty = 70,
1462  FSAppProviderCallbackStringIDInvalidNodeType = 71,
1463  FSAppProviderCallbackStringIDViolateBoundary = 72,
1464  FSAppProviderCallbackStringIDServerDeny = 73,
1465  FSAppProviderCallbackStringIDWeekDaySun = 74,
1466  FSAppProviderCallbackStringIDWeekDayMon = 75,
1467  FSAppProviderCallbackStringIDWeekDayTue = 76,
1468  FSAppProviderCallbackStringIDWeekDayWed = 77,
1469  FSAppProviderCallbackStringIDWeekDayThu = 78,
1470  FSAppProviderCallbackStringIDWeekDayFri = 79,
1471  FSAppProviderCallbackStringIDWeekDaySat = 80,
1472  FSAppProviderCallbackStringIDMonthJan = 81,
1473  FSAppProviderCallbackStringIDMonthFeb = 82,
1474  FSAppProviderCallbackStringIDMonthMarch = 83,
1475  FSAppProviderCallbackStringIDMonthApril = 84,
1476  FSAppProviderCallbackStringIDMonthMay = 85,
1477  FSAppProviderCallbackStringIDMonthJune = 86,
1478  FSAppProviderCallbackStringIDMonthJuly = 87,
1479  FSAppProviderCallbackStringIDMonthAug = 88,
1480  FSAppProviderCallbackStringIDMonthSep = 89,
1481  FSAppProviderCallbackStringIDMonthOct = 90,
1482  FSAppProviderCallbackStringIDMonthNov = 91,
1483  FSAppProviderCallbackStringIDMonthDec = 92,
1484  FSAppProviderCallbackStringIDToday = 93,
1485  FSAppProviderCallbackStringIDValidateLimit = 94,
1486  FSAppProviderCallbackStringIDValidateNullWarning = 95,
1487  FSAppProviderCallbackStringIDValidateNullError = 96,
1488  FSAppProviderCallbackStringIDValidateWarning = 97,
1489  FSAppProviderCallbackStringIDValidateError = 98,
1490  FSAppProviderCallbackStringIDValidateNumberError = 99,
1491  FSAppProviderCallbackStringIDScriptFailedError = 100,
1492  FSAppProviderCallbackStringIDScriptInvalidValue = 101,
1493  FSAppProviderCallbackStringIDSubmitValidateNullError = 102,
1494  FSAppProviderCallbackStringIDInvalidBarcodeValue = 103,
1495  FSAppProviderCallbackStringIDScriptArgumentMismatch = 104
1496 };
1497 
1498 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxIconType) {
1499  FSAppProviderCallbackMsgBoxIconError = 0,
1500  FSAppProviderCallbackMsgBoxIconWarning = 1,
1501  FSAppProviderCallbackMsgBoxIconQuestion = 2,
1502  FSAppProviderCallbackMsgBoxIconStatus = 3
1503 };
1504 
1505 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonType) {
1506  FSAppProviderCallbackMsgBtnTypeOK = 0,
1507  FSAppProviderCallbackMsgBtnTypeOKCancel = 1,
1508  FSAppProviderCallbackMsgBtnTypeYesNo = 2,
1509  FSAppProviderCallbackMsgBtnTypeYesNoCancel = 3
1510 };
1511 
1512 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonID) {
1513  FSAppProviderCallbackMsgBtnIDOK = 1,
1514  FSAppProviderCallbackMsgBtnIDCancel = 2,
1515  FSAppProviderCallbackMsgBtnIDNo = 3,
1516  FSAppProviderCallbackMsgBtnIDYes = 4
1517 };
1518 
1519 
1520 
1521 typedef NS_ENUM(NSInteger, FSDocProviderCallbackInvalidateFlag) {
1522  FSDocProviderCallbackInvalidateFlagAllPages = 0,
1523  FSDocProviderCallbackInvalidateFlagCurrentPage = 1
1524 };
1525 
1526 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPrintOption) {
1527  FSDocProviderCallbackPrintOptionShowDialog = 0x00000001,
1528  FSDocProviderCallbackPrintOptionCanCancel = 0x00000002,
1529  FSDocProviderCallbackPrintOptionShrinkPage = 0x00000004,
1530  FSDocProviderCallbackPrintOptionAsImage = 0x00000008,
1531  FSDocProviderCallbackPrintOptionReverseOrder = 0x00000010,
1532  FSDocProviderCallbackPrintOptionPrintAnnot = 0x00000020
1533 };
1534 
1535 typedef NS_ENUM(NSInteger, FSDocProviderCallbackSubmitFormat) {
1536  FSDocProviderCallbackSubmitInXDP = 0,
1537  FSDocProviderCallbackSubmitInPDF = 1,
1538  FSDocProviderCallbackSubmitInUrlEncoded = 2,
1539  FSDocProviderCallbackSubmitInXFD = 3,
1540  FSDocProviderCallbackSubmitInXML = 4
1541 };
1542 
1543 typedef NS_ENUM(NSInteger, FSDocProviderCallbackTextEncoding) {
1544  FSDocProviderCallbackTextEncodingNone = 0,
1545  FSDocProviderCallbackTextEncodingBig5 = 1,
1546  FSDocProviderCallbackTextEncodingFontSpecific = 2,
1547  FSDocProviderCallbackTextEncodingGBK = 3,
1548  FSDocProviderCallbackTextEncodingGB18030 = 4,
1549  FSDocProviderCallbackTextEncodingGB2312 = 5,
1550  FSDocProviderCallbackTextEncodingISO8859NN = 6,
1551  FSDocProviderCallbackTextEncodingKSC5601 = 7,
1552  FSDocProviderCallbackTextEncodingShiftJIS = 8,
1553  FSDocProviderCallbackTextEncodingUCS2 = 9,
1554  FSDocProviderCallbackTextEncodingUTF16 = 10,
1555  FSDocProviderCallbackTextEncodingUTF8 = 11
1556 };
1557 
1558 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPageViewEventType) {
1559  FSDocProviderCallbackPageViewEventTypeAdded = 0,
1560  FSDocProviderCallbackPageViewEventTypeRemoved = 1,
1561  FSDocProviderCallbackPageViewEventTypeAllRemoved = 2
1562 };
1563 
1564 typedef NS_ENUM(NSInteger, FSDocProviderCallbackWidgetEventType) {
1565  FSDocProviderCallbackWidgetEventTypeAdded = 0,
1566  FSDocProviderCallbackWidgetEventTypeBeforeRemoved = 1
1567 };
1568 
1569 
1570 
1571 typedef NS_ENUM(NSInteger, FSXFADocEventType) {
1575 };
1576 
1577 typedef NS_ENUM(NSInteger, FSXFADocType) {
1580  FSXFADocXDP = 2
1581 };
1582 
1583 typedef NS_ENUM(NSInteger, FSXFADocExportDataType) {
1587 };
1588 
1589 @interface FSXFADoc : FSBase
1590 -(id)init NS_UNAVAILABLE;
1591 -(void*)getCptr;
1592 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1593 -(id)initWithDocument: (FSPDFDoc*)document xfa_doc_provider_handler: (id<FSDocProviderCallback>)xfa_doc_provider_handler;
1594 -(id)initWithDocument: (FSPDFDoc*)document;
1595 -(id)initWithOther: (FSXFADoc*)other;
1596 -(BOOL)isEmpty;
1597 -(FSProgressive*)startLoad: (id<FSPauseCallback>)pause;
1599 -(void)setDocProviderCallback: (id<FSDocProviderCallback>)doc_provider_callback;
1601 -(int)getPageCount;
1602 -(FSXFAPage*)getPage: (int)page_index;
1603 -(BOOL)exportData: (NSString *)output_file_path export_type: (FSXFADocExportDataType)export_type;
1604 -(void)setPDFPath: (NSString *)pdf_file_path;
1605 -(BOOL)importData: (NSString *)file_path;
1606 -(BOOL)importDataWithReader: (id<FSFileReaderCallback>)file_reader;
1607 -(void)resetForm;
1608 -(void)flattenTo: (NSString *)output_file_path;
1609 -(void)flattenToWithStreamCallback: (id<FSStreamCallback>)stream;
1610 -(void)processEvent: (FSXFADocEventType)event_type;
1611 -(void)setFocus: (FSXFAWidget*)xfa_widget;
1612 -(void)killFocus;
1613 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
1614 
1615 -(void)dealloc;
1616 
1617 @end
1618 
1619 @interface FSXFAPage : FSBase
1620 -(id)init NS_UNAVAILABLE;
1621 -(void*)getCptr;
1622 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1623 -(id)initWithOther: (FSXFAPage*)other;
1624 -(BOOL)isEmpty;
1625 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
1626 -(float)getWidth;
1627 -(float)getHeight;
1628 -(FSXFAWidget*)getWidgetAtDevicePoint: (FSMatrix2D*)matrix device_point: (FSPointF*)device_point tolerance: (float)tolerance;
1629 -(int)getIndex;
1630 -(int)getWidgetCount;
1631 -(FSXFAWidget*)getWidget: (int)widget_index;
1632 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
1635 -(FSXFAWidget*)getNextWidget: (FSXFAWidget*)widget;
1636 -(FSXFAWidget*)getPrevWidget: (FSXFAWidget*)widget;
1637 
1638 -(void)dealloc;
1639 
1640 @end
1641 
1642 typedef NS_ENUM(NSInteger, FSXFAWidgetHitTestArea) {
1647 };
1648 
1649 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetType) {
1667 };
1668 
1669 typedef NS_ENUM(NSInteger, FSXFAWidgetPresenceProperty) {
1675 };
1676 
1677 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetNameType) {
1681 };
1682 
1683 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetHAlignType) {
1690 };
1691 
1692 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetVAlignType) {
1696 };
1697 
1698 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetEdgePosition) {
1703 };
1704 
1705 @interface FSXFAWidget : FSBase
1706 @property (nonatomic, copy, getter=getValue) NSString * value;
1707 @property (nonatomic, copy, getter=getDefaultValue) NSString * defaultValue;
1708 -(id)init NS_UNAVAILABLE;
1709 -(void*)getCptr;
1710 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1711 -(id)initWithOther: (FSXFAWidget*)other;
1712 -(BOOL)isEmpty;
1713 -(FSXFAPage*)getXFAPage;
1714 -(int)getIndex;
1715 -(void)resetData;
1716 -(FSRectF*)getRect;
1717 -(NSString *)getName: (FSXFAWidgetWidgetNameType)type;
1718 -(FSWidgetChoiceOptionArray*)getOptions;
1719 -(BOOL)setOptions: (FSWidgetChoiceOptionArray*)option_array;
1720 -(BOOL)isChecked;
1721 -(void)setCheckState: (BOOL)is_checked;
1722 -(BOOL)isListBox;
1723 -(BOOL)isSupportMultiline;
1724 -(BOOL)isSupportMultiSelect;
1725 -(FSXFAWidgetPresenceProperty)getPresence;
1726 -(BOOL)onMouseEnter;
1727 -(BOOL)onMouseExit;
1728 -(BOOL)onLButtonDown: (FSPointF*)point flags: (unsigned int)flags;
1729 -(BOOL)onLButtonUp: (FSPointF*)point flags: (unsigned int)flags;
1730 -(BOOL)onLButtonDoubleClick: (FSPointF*)point flags: (unsigned int)flags;
1731 -(BOOL)onMouseMove: (FSPointF*)point flags: (unsigned int)flags;
1732 -(BOOL)onRButtonDown: (FSPointF*)point flags: (unsigned int)flags;
1733 -(BOOL)onRButtonUp: (FSPointF*)point flags: (unsigned int)flags;
1734 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
1735 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
1736 -(BOOL)onChar: (int)input_char flags: (unsigned int)flags;
1737 -(FSXFAWidgetHitTestArea)onHitTest: (FSPointF*)point;
1738 -(FSXFAWidgetWidgetType)getType;
1739 -(FSXFAWidgetWidgetHAlignType)getHAlign;
1740 -(FSXFAWidgetWidgetVAlignType)getVAlign;
1741 -(BOOL)hasEdge: (FSXFAWidgetWidgetEdgePosition)edge_pos;
1742 -(FSSignature*)getSignature;
1743 -(NSString *)getToolTip;
1744 -(FSBitmap*)getBitmap;
1745 -(void)setImage: (FSImage*)image;
1746 -(BOOL)isAllowRichText;
1747 -(BOOL)isReadOnly;
1748 -(BOOL)isRequired;
1749 -(BOOL)validateValue: (NSString *)value format: (NSString *)format;
1750 -(NSString *)getJavaScript;
1751 
1752 -(void)dealloc;
1753 
1754 @end
1755 
1756 @interface FSWidgetMenu : FSBase
1757 -(id)init NS_UNAVAILABLE;
1758 -(void*)getCptr;
1759 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1760 -(id)initWithXfa_widget: (FSXFAWidget*)xfa_widget;
1761 -(id)initWithOther: (FSWidgetMenu*)other;
1762 -(BOOL)isEmpty;
1763 -(BOOL)canCopy;
1764 -(BOOL)canCut;
1765 -(BOOL)canPaste;
1766 -(BOOL)canSelectAll;
1767 -(BOOL)canDelete;
1768 -(BOOL)canDeSelect;
1769 -(NSString *)copy;
1770 -(NSString *)cut;
1771 -(BOOL)paste: (NSString *)text;
1772 -(BOOL)selectAll;
1773 -(BOOL)delete;
1774 -(BOOL)deSelect;
1775 -(BOOL)canUndo;
1776 -(BOOL)canRedo;
1777 -(BOOL)undo;
1778 -(BOOL)redo;
1779 -(BOOL)bold;
1780 -(BOOL)italic;
1781 -(BOOL)underline;
1782 -(BOOL)superscript;
1783 -(BOOL)subscript;
1784 -(BOOL)clearStyle;
1785 
1786 -(void)dealloc;
1787 
1788 @end
1789 
1790 typedef NS_ENUM(NSInteger, FSCompareResultInfoCompareResultType) {
1808 };
1809 
1810 @interface FSCompareResultInfo : NSObject
1811 {
1812  void *swigCPtr;
1814 }
1815 @property (nonatomic, getter=getType) FSCompareResultInfoCompareResultType type;
1816 @property (nonatomic, copy, getter=getRect_array) FSRectFArray* rect_array;
1817 @property (nonatomic, copy, getter=getDiff_contents) NSString * diff_contents;
1818 -(void*)getCptr;
1819 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1820 -(id)initWithType: (FSCompareResultInfoCompareResultType)type rect_array: (FSRectFArray*)rect_array diff_contents: (NSString *)diff_contents;
1821 -(id)init;
1822 -(id)initWithResult_info: (FSCompareResultInfo*)result_info;
1823 -(void)dealloc;
1824 
1825 @end
1826 
1827 @interface FSCompareResultInfoArray : NSObject
1828 {
1829  void *swigCPtr;
1831 }
1832 -(void*)getCptr;
1833 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1834 -(id)init;
1835 -(id)initWithOther: (FSCompareResultInfoArray*)other;
1836 -(unsigned long)getSize;
1837 -(FSCompareResultInfo*)getAt: (unsigned long)index;
1838 -(void)add: (FSCompareResultInfo*)element;
1839 -(void)removeAt: (unsigned long)index;
1840 -(void)insertAt: (unsigned long)index element: (FSCompareResultInfo*)element;
1841 -(void)removeAll;
1842 
1843 -(void)dealloc;
1844 
1845 @end
1846 
1847 @interface FSCompareResults : NSObject
1848 {
1849  void *swigCPtr;
1851 }
1852 @property (nonatomic, copy, getter=getBase_doc_results) FSCompareResultInfoArray* base_doc_results;
1853 @property (nonatomic, copy, getter=getCompared_doc_results) FSCompareResultInfoArray* compared_doc_results;
1854 -(void*)getCptr;
1855 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1856 -(id)initWithBase_doc_results: (FSCompareResultInfoArray*)base_doc_results compared_doc_results: (FSCompareResultInfoArray*)compared_doc_results;
1857 -(id)init;
1858 -(id)initWithCompare_results: (FSCompareResults*)compare_results;
1859 -(void)clear;
1860 -(void)dealloc;
1861 
1862 @end
1863 
1864 typedef NS_ENUM(NSInteger, FSComparisonCompareType) {
1868 };
1869 
1870 @interface FSComparison : FSBase
1871 -(id)init NS_UNAVAILABLE;
1872 -(void*)getCptr;
1873 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1874 -(id)initWithBase_doc: (FSPDFDoc*)base_doc compared_doc: (FSPDFDoc*)compared_doc;
1875 -(id)initWithOther: (FSComparison*)other;
1876 -(BOOL)isEmpty;
1877 -(FSCompareResults*)doCompare: (int)base_page_index compared_page_index: (int)compared_page_index compare_flags: (unsigned int)compare_flags;
1878 -(FSPDFDoc*)generateComparedDoc: (unsigned int)compare_flags;
1879 -(FSPDFDoc*)generateComparedDoc: (unsigned int)compare_flags is_show_all_layers: (BOOL)is_show_all_layers;
1880 
1881 -(void)dealloc;
1882 
1883 @end
1884 
1885 @interface FSOptimizer : FSBase
1886 -(void*)getCptr;
1887 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1888 +(FSProgressive*)optimize: (FSPDFDoc*)doc settings: (FSOptimizerSettings*)settings pause: (id<FSPauseCallback>)pause;
1889 +(FSProgressive*)startSubsetEmbedFont: (FSPDFDoc*)doc pause: (id<FSPauseCallback>)pause;
1890 -(id)init;
1891 
1892 -(void)dealloc;
1893 
1894 @end
1895 
1896 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressMode) {
1901 };
1902 
1903 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressQuality) {
1909 };
1910 
1911 typedef NS_ENUM(NSInteger, FSImageSettingsStretchMode) {
1918 };
1919 
1921 -(void*)getCptr;
1922 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1923 -(id)init;
1924 -(id)initWithOther: (FSImageSettings*)other;
1925 -(BOOL)isEmpty;
1926 -(void)setStretchMode: (FSImageSettingsStretchMode)mode;
1927 -(void)setImageDPI: (int)dpi;
1928 -(void)setImageDPILimit: (int)dpi_limit;
1929 -(void)setCompressionMode: (FSImageSettingsImageCompressMode)mode;
1930 -(void)setQuality: (FSImageSettingsImageCompressQuality)quality;
1931 -(void)setBackgroundDownScale: (int)down_scale;
1932 -(void)setForegroundDownScale: (int)down_scale;
1933 -(void)setTextSensitivity: (int)text_sensitivity;
1934 
1935 -(void)dealloc;
1936 
1937 @end
1938 
1939 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressMode) {
1946 };
1947 
1948 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressQuality) {
1951 };
1952 
1953 typedef NS_ENUM(NSInteger, FSMonoImageSettingsStretchMode) {
1960 };
1961 
1963 -(void*)getCptr;
1964 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1965 -(id)init;
1966 -(id)initWithOther: (FSMonoImageSettings*)other;
1967 -(BOOL)isEmpty;
1968 -(void)setImageDPI: (int)dpi;
1969 -(void)setImageDPILimit: (int)dpi_limit;
1970 -(void)setCompressionMode: (FSMonoImageSettingsMonoImageCompressMode)mode;
1971 -(void)setStretchMode: (FSMonoImageSettingsStretchMode)mode;
1972 -(void)setQuality: (FSMonoImageSettingsMonoImageCompressQuality)quality;
1973 
1974 -(void)dealloc;
1975 
1976 @end
1977 
1979 -(void*)getCptr;
1980 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1981 -(id)init;
1982 -(id)initWithOther: (FSUnembeddedFontSettings*)other;
1983 -(BOOL)isEmpty;
1984 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
1985 
1986 -(void)dealloc;
1987 
1988 @end
1989 
1990 typedef NS_ENUM(NSInteger, FSOptimizerSettingsOptimizerOptions) {
1996 };
1997 
1998 typedef NS_ENUM(NSInteger, FSOptimizerSettingsCleanUpOptions) {
2003 };
2004 
2005 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardObjectsOptions) {
2015 };
2016 
2017 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardUserDataOptions) {
2024 };
2025 
2027 -(void*)getCptr;
2028 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2029 -(id)init;
2030 -(id)initWithOther: (FSOptimizerSettings*)other;
2031 -(BOOL)isEmpty;
2032 -(void)setOptimizerOptions: (unsigned int)optimize_options;
2033 -(void)setColorGrayImageSettings: (FSImageSettings*)settings;
2034 -(void)setColorImageSettings: (FSImageSettings*)settings;
2035 -(void)setGrayscaleImageSettings: (FSImageSettings*)settings;
2036 -(void)setMonoImageSettings: (FSMonoImageSettings*)settings;
2037 -(void)setUnembeddedFontSettings: (FSUnembeddedFontSettings*)settings;
2038 -(void)setCleanUpOptions: (unsigned int)clean_up_options;
2039 -(void)setDiscardObjectsOptions: (unsigned int)discard_objects_options;
2040 -(void)setDiscardUserDataOptions: (unsigned int)discard_userdata_options;
2041 
2042 -(void)dealloc;
2043 
2044 @end
2045 
2046 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFPageMode) {
2047  FSHTML2PDFSettingDataPageModeSinglePage = 0,
2048  FSHTML2PDFSettingDataPageModeMultiplePage = 1
2049 };
2050 
2051 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFScalingMode) {
2052  FSHTML2PDFSettingDataScalingModeNone = 0,
2053  FSHTML2PDFSettingDataScalingModeScale = 1,
2054  FSHTML2PDFSettingDataScalingModeEnlarge = 2
2055 };
2056 
2057 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFEncodingFormat) {
2058  FSHTML2PDFSettingDataEncodingFormatDefault = 0,
2059  FSHTML2PDFSettingDataEncodingFormatASCII = 1,
2060  FSHTML2PDFSettingDataEncodingFormatLatin2 = 2,
2061  FSHTML2PDFSettingDataEncodingFormatLatin3 = 3,
2062  FSHTML2PDFSettingDataEncodingFormatLatin4 = 4,
2063  FSHTML2PDFSettingDataEncodingFormatLatin5 = 5,
2064  FSHTML2PDFSettingDataEncodingFormatLatin6 = 6,
2065  FSHTML2PDFSettingDataEncodingFormatISO_8859_5 = 7,
2066  FSHTML2PDFSettingDataEncodingFormatArabic = 8,
2067  FSHTML2PDFSettingDataEncodingFormatGreek = 9,
2068  FSHTML2PDFSettingDataEncodingFormatHebrew = 10,
2069  FSHTML2PDFSettingDataEncodingFormatEUC_JP = 11,
2070  FSHTML2PDFSettingDataEncodingFormatSJS = 12,
2071  FSHTML2PDFSettingDataEncodingFormatJIS = 13,
2072  FSHTML2PDFSettingDataEncodingFormatBIG5 = 14,
2073  FSHTML2PDFSettingDataEncodingFormatGB = 15,
2074  FSHTML2PDFSettingDataEncodingFormatEUC_CN = 16,
2075  FSHTML2PDFSettingDataEncodingFormatKSC = 17,
2076  FSHTML2PDFSettingDataEncodingFormatUnicode = 18,
2077  FSHTML2PDFSettingDataEncodingFormatEUC = 19,
2078  FSHTML2PDFSettingDataEncodingFormatCNS = 20,
2079  FSHTML2PDFSettingDataEncodingFormatBIG5_CP950 = 21,
2080  FSHTML2PDFSettingDataEncodingFormatASCII_7_bit = 22,
2081  FSHTML2PDFSettingDataEncodingFormatKOI8R = 23,
2082  FSHTML2PDFSettingDataEncodingFormatCP852 = 24,
2083  FSHTML2PDFSettingDataEncodingFormatCP866 = 25,
2084  FSHTML2PDFSettingDataEncodingFormatCP874 = 26,
2085  FSHTML2PDFSettingDataEncodingFormatCP932 = 27,
2086  FSHTML2PDFSettingDataEncodingFormatCP1250 = 28,
2087  FSHTML2PDFSettingDataEncodingFormatCP1251 = 29,
2088  FSHTML2PDFSettingDataEncodingFormatCP1252 = 30,
2089  FSHTML2PDFSettingDataEncodingFormatCP1253 = 31,
2090  FSHTML2PDFSettingDataEncodingFormatCP1254 = 32,
2091  FSHTML2PDFSettingDataEncodingFormatCP1255 = 33,
2092  FSHTML2PDFSettingDataEncodingFormatCP1256 = 34,
2093  FSHTML2PDFSettingDataEncodingFormatCP1257 = 35,
2094  FSHTML2PDFSettingDataEncodingFormatKOI8U = 36,
2095  FSHTML2PDFSettingDataEncodingFormatISO_8859_15 = 37,
2096  FSHTML2PDFSettingDataEncodingFormatISO_8859_11 = 38,
2097  FSHTML2PDFSettingDataEncodingFormatISO_8859_8_I = 39,
2098  FSHTML2PDFSettingDataEncodingFormatVISUAL = 40,
2099  FSHTML2PDFSettingDataEncodingFormatCSN_369103 = 41,
2100  FSHTML2PDFSettingDataEncodingFormatISO_8859_13 = 42,
2101  FSHTML2PDFSettingDataEncodingFormatISO_2022_KR = 43,
2102  FSHTML2PDFSettingDataEncodingFormatGBK = 44,
2103  FSHTML2PDFSettingDataEncodingFormatGB18030 = 45,
2104  FSHTML2PDFSettingDataEncodingFormatBIG5_HKSCS = 46,
2105  FSHTML2PDFSettingDataEncodingFormatISO_2022_CN = 47,
2106  FSHTML2PDFSettingDataEncodingFormatTSCII = 48,
2107  FSHTML2PDFSettingDataEncodingFormatTAM = 49,
2108  FSHTML2PDFSettingDataEncodingFormatTAB = 50,
2109  FSHTML2PDFSettingDataEncodingFormatJAGRAN = 51,
2110  FSHTML2PDFSettingDataEncodingFormatMACINTOSH = 52,
2111  FSHTML2PDFSettingDataEncodingFormatUTF7 = 53,
2112  FSHTML2PDFSettingDataEncodingFormatBHASKAR = 54,
2113  FSHTML2PDFSettingDataEncodingFormatHTCHANAKYA = 55,
2114  FSHTML2PDFSettingDataEncodingFormatUTF_16BE = 56,
2115  FSHTML2PDFSettingDataEncodingFormatUTF_16LE = 57,
2116  FSHTML2PDFSettingDataEncodingFormatUTF_32BE = 58,
2117  FSHTML2PDFSettingDataEncodingFormatUTF_32LE = 59,
2118  FSHTML2PDFSettingDataEncodingFormatX_BINARYENC = 60,
2119  FSHTML2PDFSettingDataEncodingFormatHZ_GB_2312 = 61,
2120  FSHTML2PDFSettingDataEncodingFormatX_UTF8UTF8 = 62,
2121  FSHTML2PDFSettingDataEncodingFormatX_TAM_ELANGO = 63,
2122  FSHTML2PDFSettingDataEncodingFormatX_TAM_LTTMBARANI = 64,
2123  FSHTML2PDFSettingDataEncodingFormatX_TAM_SHREE = 65,
2124  FSHTML2PDFSettingDataEncodingFormatX_TAM_TBOOMIS = 66,
2125  FSHTML2PDFSettingDataEncodingFormatX_TAM_TMNEWS = 67,
2126  FSHTML2PDFSettingDataEncodingFormatX_TAM_WEBTAMIL = 68,
2127  FSHTML2PDFSettingDataEncodingFormatX_KDDI_Shift_JIS = 69,
2128  FSHTML2PDFSettingDataEncodingFormatX_DoCoMo_Shift_JIS = 70,
2129  FSHTML2PDFSettingDataEncodingFormatX_SoftBank_Shift_JIS = 71,
2130  FSHTML2PDFSettingDataEncodingFormatX_KDDI_ISO_2022_JP = 72,
2131  FSHTML2PDFSettingDataEncodingFormatX_SoftBank_ISO_2022_JP = 73
2132 };
2133 
2134 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFMediaStyle) {
2135  FSHTML2PDFSettingDataMediaStyleScreen = 0,
2136  FSHTML2PDFSettingDataMediaStylePrint = 1
2137 };
2138 
2139 @interface FSHTML2PDFSettingData : NSObject
2140 {
2141  void *swigCPtr;
2143 }
2144 @property (nonatomic, getter=getPage_width) float page_width;
2145 @property (nonatomic, getter=getPage_height) float page_height;
2146 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
2147 @property (nonatomic, copy, getter=getPage_margin) FSRectF* page_margin;
2148 @property (nonatomic, getter=getRotate_degrees) FSRotation rotate_degrees;
2149 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
2150 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
2151 @property (nonatomic, getter=getPage_mode) FSHTML2PDFSettingDataHTML2PDFPageMode page_mode;
2152 @property (nonatomic, getter=getTo_generate_bookmarks) BOOL to_generate_bookmarks;
2153 @property (nonatomic, getter=getScaling_mode) FSHTML2PDFSettingDataHTML2PDFScalingMode scaling_mode;
2154 @property (nonatomic, getter=getEncoding_format) FSHTML2PDFSettingDataHTML2PDFEncodingFormat encoding_format;
2155 @property (nonatomic, getter=getTo_render_images) BOOL to_render_images;
2156 @property (nonatomic, getter=getTo_remove_underline_for_link) BOOL to_remove_underline_for_link;
2157 @property (nonatomic, getter=getTo_set_headerfooter) BOOL to_set_headerfooter;
2158 @property (nonatomic, copy, getter=getHeaderfooter_title) NSString * headerfooter_title;
2159 @property (nonatomic, copy, getter=getHeaderfooter_url) NSString * headerfooter_url;
2160 @property (nonatomic, copy, getter=getBookmark_root_name) NSString * bookmark_root_name;
2161 @property (nonatomic, getter=getTo_resize_objects) BOOL to_resize_objects;
2162 @property (nonatomic, getter=getTo_print_background) BOOL to_print_background;
2163 @property (nonatomic, getter=getTo_optimize_tag_tree) BOOL to_optimize_tag_tree;
2164 @property (nonatomic, getter=getMedia_style) FSHTML2PDFSettingDataHTML2PDFMediaStyle media_style;
2165 @property (nonatomic, getter=getTo_load_active_content) BOOL to_load_active_content;
2166 @property (nonatomic, getter=getTo_disable_sandbox) BOOL to_disable_sandbox;
2167 @property (nonatomic, getter=getTo_use_blacklist) BOOL to_use_blacklist;
2168 -(void*)getCptr;
2169 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2170 -(id)init;
2171 -(id)initWithPage_width: (float)page_width page_height: (float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist;
2172 -(void)set: (float)page_width page_height: (float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist;
2173 -(void)dealloc;
2174 
2175 @end
2176 
2177 @interface FSTXT2PDFSettingData : NSObject
2178 {
2179  void *swigCPtr;
2181 }
2182 @property (nonatomic, getter=getPage_width) float page_width;
2183 @property (nonatomic, getter=getPage_height) float page_height;
2184 @property (nonatomic, copy, getter=getPage_margin) FSRectF* page_margin;
2185 @property (nonatomic, copy, getter=getFont) FSFont* font;
2186 @property (nonatomic, getter=getText_size) float text_size;
2187 @property (nonatomic, getter=getText_color) unsigned int text_color;
2188 @property (nonatomic, getter=getLinespace) float linespace;
2189 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
2190 -(void*)getCptr;
2191 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2192 -(id)init;
2193 -(id)initWithPage_width: (float)page_width page_height: (float)page_height page_margin: (FSRectF*)page_margin font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color linespace: (float)linespace is_break_page: (BOOL)is_break_page;
2194 -(void)set: (float)page_width page_height: (float)page_height page_margin: (FSRectF*)page_margin font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color linespace: (float)linespace is_break_page: (BOOL)is_break_page;
2195 -(void)dealloc;
2196 
2197 @end
2198 
2199 
2200 
2201 typedef NS_ENUM(NSInteger, FSDWG2PDFSettingDataDWG2PDFExportFlags) {
2216 };
2217 
2223 };
2224 
2229 };
2230 
2231 typedef NS_ENUM(NSInteger, FSDWG2PDFSettingDataDWG2PDFColorPolicy) {
2235 };
2236 
2237 @interface FSDWG2PDFSettingData : NSObject
2238 {
2239  void *swigCPtr;
2241 }
2242 @property (nonatomic, getter=getExport_flags) unsigned int export_flags;
2243 @property (nonatomic, getter=getExport_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType export_hatches_type;
2244 @property (nonatomic, getter=getOther_export_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType other_export_hatches_type;
2245 @property (nonatomic, getter=getGradient_export_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType gradient_export_hatches_type;
2246 @property (nonatomic, getter=getSearchable_text_type) FSDWG2PDFSettingDataDWG2PDFSearchableTextType searchable_text_type;
2247 @property (nonatomic, getter=getIs_active_layout) BOOL is_active_layout;
2248 @property (nonatomic, copy, getter=getOutput_title) NSString * output_title;
2249 @property (nonatomic, copy, getter=getOutput_author) NSString * output_author;
2250 @property (nonatomic, copy, getter=getOutput_subject) NSString * output_subject;
2251 @property (nonatomic, copy, getter=getOutput_keywords) NSString * output_keywords;
2252 @property (nonatomic, copy, getter=getOutput_creator) NSString * output_creator;
2253 @property (nonatomic, copy, getter=getOutput_producer) NSString * output_producer;
2254 @property (nonatomic, getter=getPaper_width) float paper_width;
2255 @property (nonatomic, getter=getPaper_height) float paper_height;
2256 @property (nonatomic, getter=getColor_policy) FSDWG2PDFSettingDataDWG2PDFColorPolicy color_policy;
2257 @property (nonatomic, getter=getIs_output_progress) BOOL is_output_progress;
2258 @property (nonatomic, getter=getProgress_callback) void* progress_callback;
2259 -(void*)getCptr;
2260 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2261 -(id)init;
2262 -(void)dealloc;
2263 
2264 @end
2265 
2266 @interface FSHTML2PDFRelatedResource : NSObject
2267 {
2268  void *swigCPtr;
2270 }
2271 @property (nonatomic, getter=getRelated_resource_file) id<FSFileReaderCallback> related_resource_file;
2272 @property (nonatomic, copy, getter=getResource_file_relative_path) NSString * resource_file_relative_path;
2273 -(void*)getCptr;
2274 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2275 -(id)init;
2276 -(id)initWithRelated_resource_file: (id<FSFileReaderCallback>)related_resource_file resource_file_relative_path: (NSString *)resource_file_relative_path;
2277 -(void)dealloc;
2278 
2279 @end
2280 
2281 @interface FSHTML2PDFRelatedResourceArray : NSObject
2282 {
2283  void *swigCPtr;
2285 }
2286 -(void*)getCptr;
2287 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2288 -(id)init;
2289 -(id)initWithOther: (FSHTML2PDFRelatedResourceArray*)other;
2290 -(unsigned long)getSize;
2291 -(FSHTML2PDFRelatedResource*)getAt: (unsigned long)index;
2292 -(void)add: (FSHTML2PDFRelatedResource*)element;
2293 -(void)removeAt: (unsigned long)index;
2294 -(void)insertAt: (unsigned long)index element: (FSHTML2PDFRelatedResource*)element;
2295 -(void)removeAll;
2296 
2297 -(void)dealloc;
2298 
2299 @end
2300 
2301 @interface FSConvert : FSBase
2302 -(void*)getCptr;
2303 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2304 +(void)fromHTML: (NSString *)src_html engine_path: (NSString *)engine_path cookies_path: (NSString *)cookies_path setting_data: (FSHTML2PDFSettingData*)setting_data saved_pdf_path: (NSString *)saved_pdf_path timeout: (int)timeout;
2305 +(void)fromHTML: (NSString *)src_html engine_path: (NSString *)engine_path cookies_reader: (id<FSFileReaderCallback>)cookies_reader setting_data: (FSHTML2PDFSettingData*)setting_data saved_pdf_path: (NSString *)saved_pdf_path timeout: (int)timeout;
2306 +(void)fromHTML: (NSString *)src_html engine_path: (NSString *)engine_path cookies_reader: (id<FSFileReaderCallback>)cookies_reader setting_data: (FSHTML2PDFSettingData*)setting_data saved_pdf_filestream: (id<FSFileWriterCallback>)saved_pdf_filestream timeout: (int)timeout;
2307 +(void)fromHTML: (id<FSFileReaderCallback>)src_html html2pdf_related_resource_array: (FSHTML2PDFRelatedResourceArray*)html2pdf_related_resource_array engine_path: (NSString *)engine_path cookies_reader: (id<FSFileReaderCallback>)cookies_reader setting_data: (FSHTML2PDFSettingData*)setting_data saved_pdf_filestream: (id<FSFileWriterCallback>)saved_pdf_filestream timeout: (int)timeout;
2308 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (FSTXT2PDFSettingData*)setting_data;
2309 +(void)fromImage: (NSString *)src_img saved_pdf_path: (NSString *)saved_pdf_path;
2310 +(void)fromImage: (id<FSFileReaderCallback>)file_reader saved_pdf_filestream: (id<FSFileWriterCallback>)saved_pdf_filestream;
2311 +(BOOL)fromDWG: (NSString *)engine_path src_dwg_path: (NSString *)src_dwg_path saved_pdf_path: (NSString *)saved_pdf_path settings: (FSDWG2PDFSettingData*)settings;
2312 +(BOOL)toXML: (NSString *)src_pdf_path src_file_password: (NSString *)src_file_password saved_xml_path: (NSString *)saved_xml_path saved_image_folder_path: (NSString *)saved_image_folder_path is_force_to_tagged_pdf: (BOOL)is_force_to_tagged_pdf;
2313 -(id)init;
2314 
2315 -(void)dealloc;
2316 
2317 @end
2318 
2319 typedef NS_ENUM(NSInteger, FSFDFDocType) {
2321  FSFDFDocXFDF = 1
2322 };
2323 
2324 @interface FSFDFDoc : FSBase
2325 -(id)init NS_UNAVAILABLE;
2326 -(void*)getCptr;
2327 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2328 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
2329 -(id)initWithType: (FSFDFDocType)type;
2330 -(id)initWithPath: (NSString *)path;
2331 -(id)initWithOther: (FSFDFDoc*)other;
2332 -(BOOL)isEmpty;
2334 -(NSString *)getPDFPath;
2335 -(BOOL)setPDFPath: (NSString *)pdf_path;
2336 -(BOOL)saveAs: (NSString *)file_path;
2337 -(BOOL)saveAsWithFile: (id<FSFileWriterCallback>)file;
2340 -(id)initWithBuffer: (NSData *)buffer;
2341 
2342 -(void)dealloc;
2343 
2344 @end
2345 
2346 @interface FSMenuListArray : NSObject
2347 {
2348  void *swigCPtr;
2350 }
2351 -(void*)getCptr;
2352 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2353 -(id)init;
2354 -(id)initWithOther: (FSMenuListArray*)other;
2355 -(unsigned long)getSize;
2356 -(FSMenuList*)getAt: (unsigned long)index;
2357 -(void)add: (FSMenuList*)element;
2358 -(void)removeAt: (unsigned long)index;
2359 -(void)insertAt: (unsigned long)index element: (FSMenuList*)element;
2360 -(void)removeAll;
2361 
2362 -(void)dealloc;
2363 
2364 @end
2365 
2366 @interface FSMenuItemExArray : NSObject
2367 {
2368  void *swigCPtr;
2370 }
2371 -(void*)getCptr;
2372 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2373 -(id)init;
2374 -(id)initWithOther: (FSMenuItemExArray*)other;
2375 -(unsigned long)getSize;
2376 -(FSMenuItemEx*)getAt: (unsigned long)index;
2377 -(void)add: (FSMenuItemEx*)element;
2378 -(void)removeAt: (unsigned long)index;
2379 -(void)insertAt: (unsigned long)index element: (FSMenuItemEx*)element;
2380 -(void)removeAll;
2381 
2382 -(void)dealloc;
2383 
2384 @end
2385 
2386 @interface FSMenuList : NSObject
2387 {
2388  void *swigCPtr;
2390 }
2391 @property (nonatomic, getter=getLevel) int level;
2392 @property (nonatomic, copy, getter=getName) NSString * name;
2393 @property (nonatomic, copy, getter=getSub_menu_list_array) FSMenuListArray* sub_menu_list_array;
2394 -(void*)getCptr;
2395 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2396 -(id)init;
2397 -(id)initWithLevel: (int)level name: (NSString *)name sub_menu_list_array: (FSMenuListArray*)sub_menu_list_array;
2398 -(id)initWithMenu_list: (FSMenuList*)menu_list;
2399 -(void)set: (int)level name: (NSString *)name sub_menu_list_array: (FSMenuListArray*)sub_menu_list_array;
2400 -(void)dealloc;
2401 
2402 @end
2403 
2404 @interface FSMenuItemEx : NSObject
2405 {
2406  void *swigCPtr;
2408 }
2409 @property (nonatomic, copy, getter=getItem_name) NSString * item_name;
2410 @property (nonatomic, copy, getter=getReturn_name) NSString * return_name;
2411 @property (nonatomic, getter=getIs_checked) BOOL is_checked;
2412 @property (nonatomic, getter=getIs_enabled) BOOL is_enabled;
2413 @property (nonatomic, copy, getter=getSub_menu_item_array) FSMenuItemExArray* sub_menu_item_array;
2414 -(void*)getCptr;
2415 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2416 -(id)init;
2417 -(id)initWithItem_name: (NSString *)item_name return_name: (NSString *)return_name is_checked: (BOOL)is_checked is_enabled: (BOOL)is_enabled sub_menu_item_array: (FSMenuItemExArray*)sub_menu_item_array;
2418 -(id)initWithMenu_item: (FSMenuItemEx*)menu_item;
2419 -(void)set: (NSString *)item_name return_name: (NSString *)return_name is_checked: (BOOL)is_checked is_enabled: (BOOL)is_enabled sub_menu_item_array: (FSMenuItemExArray*)sub_menu_item_array;
2420 -(void)dealloc;
2421 
2422 @end
2423 
2424 @interface FSIdentityProperties : NSObject
2425 {
2426  void *swigCPtr;
2428 }
2429 @property (nonatomic, copy, getter=getCorporation) NSString * corporation;
2430 @property (nonatomic, copy, getter=getEmail) NSString * email;
2431 @property (nonatomic, copy, getter=getLogin_name) NSString * login_name;
2432 @property (nonatomic, copy, getter=getName) NSString * name;
2433 @property (nonatomic, copy, getter=getFirst_name) NSString * first_name;
2434 @property (nonatomic, copy, getter=getLast_name) NSString * last_name;
2435 @property (nonatomic, copy, getter=getTitle) NSString * title;
2436 @property (nonatomic, copy, getter=getDepartment) NSString * department;
2437 -(void*)getCptr;
2438 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2439 -(id)init;
2440 -(id)initWithCorporation: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name first_name: (NSString *)first_name last_name: (NSString *)last_name title: (NSString *)title department: (NSString *)department;
2441 -(id)initWithId_properities: (FSIdentityProperties*)id_properities;
2442 -(void)set: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name first_name: (NSString *)first_name last_name: (NSString *)last_name title: (NSString *)title department: (NSString *)department;
2443 -(void)dealloc;
2444 
2445 @end
2446 
2447 @interface FSButtonItem : NSObject
2448 {
2449  void *swigCPtr;
2451 }
2452 @property (nonatomic, copy, getter=getName) NSString * name;
2453 @property (nonatomic, getter=getPos) int pos;
2454 @property (nonatomic, copy, getter=getExec) NSString * exec;
2455 @property (nonatomic, copy, getter=getEnable) NSString * enable;
2456 @property (nonatomic, copy, getter=getMarked) NSString * marked;
2457 @property (nonatomic, copy, getter=getTooltip) NSString * tooltip;
2458 @property (nonatomic, copy, getter=getLabel) NSString * label;
2459 @property (nonatomic, copy, getter=getBitmap) FSBitmap* bitmap;
2460 -(void*)getCptr;
2461 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2462 -(id)init;
2463 -(id)initWithName: (NSString *)name pos: (int)pos exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked tooltip: (NSString *)tooltip label: (NSString *)label bitmap: (FSBitmap*)bitmap;
2464 -(id)initWithButton_item: (FSButtonItem*)button_item;
2465 -(void)set: (NSString *)name pos: (int)pos exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked tooltip: (NSString *)tooltip label: (NSString *)label bitmap: (FSBitmap*)bitmap;
2466 -(void)dealloc;
2467 
2468 @end
2469 
2470 @interface FSMenuItemConfig : NSObject
2471 {
2472  void *swigCPtr;
2474 }
2475 @property (nonatomic, copy, getter=getName) NSString * name;
2476 @property (nonatomic, copy, getter=getUser) NSString * user;
2477 @property (nonatomic, copy, getter=getParent) NSString * parent;
2478 @property (nonatomic, getter=getPos) int pos;
2479 @property (nonatomic, copy, getter=getPos_str) NSString * pos_str;
2480 @property (nonatomic, copy, getter=getExec) NSString * exec;
2481 @property (nonatomic, copy, getter=getEnable) NSString * enable;
2482 @property (nonatomic, copy, getter=getMarked) NSString * marked;
2483 -(void*)getCptr;
2484 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2485 -(id)init;
2486 -(id)initWithName: (NSString *)name user: (NSString *)user parent: (NSString *)parent pos: (int)pos pos_str: (NSString *)pos_str exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked;
2487 -(id)initWithMenu_item_config: (FSMenuItemConfig*)menu_item_config;
2488 -(void)set: (NSString *)name user: (NSString *)user parent: (NSString *)parent pos: (int)pos pos_str: (NSString *)pos_str exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked;
2489 -(void)dealloc;
2490 
2491 @end
2492 
2493 @interface FSDialogDescriptionElementArray : NSObject
2494 {
2495  void *swigCPtr;
2497 }
2498 -(void*)getCptr;
2499 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2500 -(id)init;
2501 -(id)initWithOther: (FSDialogDescriptionElementArray*)other;
2502 -(unsigned long)getSize;
2503 -(FSDialogDescriptionElement*)getAt: (unsigned long)index;
2504 -(void)add: (FSDialogDescriptionElement*)element;
2505 -(void)removeAt: (unsigned long)index;
2506 -(void)insertAt: (unsigned long)index element: (FSDialogDescriptionElement*)element;
2507 -(void)removeAll;
2508 
2509 -(void)dealloc;
2510 
2511 @end
2512 
2513 @interface FSDialogDescriptionElement : NSObject
2514 {
2515  void *swigCPtr;
2517 }
2518 @property (nonatomic, copy, getter=getName) NSString * name;
2519 @property (nonatomic, copy, getter=getItem_id) NSString * item_id;
2520 @property (nonatomic, copy, getter=getType) NSString * type;
2521 @property (nonatomic, copy, getter=getNext_tab) NSString * next_tab;
2522 @property (nonatomic, getter=getWidth) int width;
2523 @property (nonatomic, getter=getHeight) int height;
2524 @property (nonatomic, getter=getChar_width) int char_width;
2525 @property (nonatomic, getter=getChar_height) int char_height;
2526 @property (nonatomic, copy, getter=getFont) NSString * font;
2527 @property (nonatomic, getter=getBold) BOOL bold;
2528 @property (nonatomic, getter=getItalic) BOOL italic;
2529 @property (nonatomic, copy, getter=getAlignment) NSString * alignment;
2530 @property (nonatomic, copy, getter=getAlign_children) NSString * align_children;
2531 @property (nonatomic, copy, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
2532 -(void*)getCptr;
2533 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2534 -(id)init;
2535 -(id)initWithName: (NSString *)name item_id: (NSString *)item_id type: (NSString *)type next_tab: (NSString *)next_tab width: (int)width height: (int)height char_width: (int)char_width char_height: (int)char_height font: (NSString *)font bold: (BOOL)bold italic: (BOOL)italic alignment: (NSString *)alignment align_children: (NSString *)align_children element_array: (FSDialogDescriptionElementArray*)element_array;
2536 -(id)initWithDlg_des_element: (FSDialogDescriptionElement*)dlg_des_element;
2537 -(void)set: (NSString *)name item_id: (NSString *)item_id type: (NSString *)type next_tab: (NSString *)next_tab width: (int)width height: (int)height char_width: (int)char_width char_height: (int)char_height font: (NSString *)font bold: (BOOL)bold italic: (BOOL)italic alignment: (NSString *)alignment align_children: (NSString *)align_children element_array: (FSDialogDescriptionElementArray*)element_array;
2538 -(void)dealloc;
2539 
2540 @end
2541 
2542 @interface FSDialogDescriptionConfig : NSObject
2543 {
2544  void *swigCPtr;
2546 }
2547 @property (nonatomic, copy, getter=getName) NSString * name;
2548 @property (nonatomic, copy, getter=getFirst_tab) NSString * first_tab;
2549 @property (nonatomic, getter=getWidth) int width;
2550 @property (nonatomic, getter=getHeight) int height;
2551 @property (nonatomic, getter=getChar_width) int char_width;
2552 @property (nonatomic, getter=getChar_height) int char_height;
2553 @property (nonatomic, copy, getter=getAlign_children) NSString * align_children;
2554 @property (nonatomic, copy, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
2555 -(void*)getCptr;
2556 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2557 -(id)init;
2558 -(id)initWithName: (NSString *)name first_tab: (NSString *)first_tab width: (int)width height: (int)height char_width: (int)char_width char_height: (int)char_height align_children: (NSString *)align_children element_array: (FSDialogDescriptionElementArray*)element_array;
2559 -(id)initWithDlg_des_config: (FSDialogDescriptionConfig*)dlg_des_config;
2560 -(void)set: (NSString *)name first_tab: (NSString *)first_tab width: (int)width height: (int)height char_width: (int)char_width char_height: (int)char_height align_children: (NSString *)align_children element_array: (FSDialogDescriptionElementArray*)element_array;
2561 -(void)dealloc;
2562 
2563 @end
2564 
2565 @interface FSSOAPAuthenticateInfo : NSObject
2566 {
2567  void *swigCPtr;
2569 }
2570 @property (nonatomic, copy, getter=getUsername) NSString * username;
2571 @property (nonatomic, copy, getter=getPassword) NSString * password;
2572 @property (nonatomic, getter=getIs_use_platform_auth) BOOL is_use_platform_auth;
2573 -(void*)getCptr;
2574 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2575 -(id)init;
2576 -(id)initWithUsername: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
2577 -(id)initWithSoap_authenticate: (FSSOAPAuthenticateInfo*)soap_authenticate;
2578 -(void)set: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
2579 -(void)dealloc;
2580 
2581 @end
2582 
2583 @interface FSSOAPRequestProperties : NSObject
2584 {
2585  void *swigCPtr;
2587 }
2588 @property (nonatomic, copy, getter=getRequest_url) NSString * request_url;
2589 @property (nonatomic, copy, getter=getRequest_content) NSString * request_content;
2590 @property (nonatomic, copy, getter=getSoap_action) NSString * soap_action;
2591 @property (nonatomic, copy, getter=getSoap_namespace) NSString * soap_namespace;
2592 @property (nonatomic, copy, getter=getSoap_version) NSString * soap_version;
2593 @property (nonatomic, copy, getter=getContent_type) NSString * content_type;
2594 @property (nonatomic, getter=getIs_encode) BOOL is_encode;
2595 @property (nonatomic, getter=getIs_wiredump) BOOL is_wiredump;
2596 @property (nonatomic, copy, getter=getRequest_header) NSString * request_header;
2597 @property (nonatomic, copy, getter=getAuthenticate) FSSOAPAuthenticateInfo* authenticate;
2598 -(void*)getCptr;
2599 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2600 -(id)init;
2601 -(id)initWithRequest_url: (NSString *)request_url request_content: (NSString *)request_content soap_action: (NSString *)soap_action soap_namespace: (NSString *)soap_namespace soap_version: (NSString *)soap_version content_type: (NSString *)content_type is_encode: (BOOL)is_encode is_wiredump: (BOOL)is_wiredump request_header: (NSString *)request_header authenticate: (FSSOAPAuthenticateInfo*)authenticate;
2602 -(id)initWithRequest_properties: (FSSOAPRequestProperties*)request_properties;
2603 -(void)set: (NSString *)request_url request_content: (NSString *)request_content soap_action: (NSString *)soap_action soap_namespace: (NSString *)soap_namespace soap_version: (NSString *)soap_version content_type: (NSString *)content_type is_encode: (BOOL)is_encode is_wiredump: (BOOL)is_wiredump request_header: (NSString *)request_header authenticate: (FSSOAPAuthenticateInfo*)authenticate;
2604 -(void)dealloc;
2605 
2606 @end
2607 
2608 @interface FSSOAPResponseInfo : NSObject
2609 {
2610  void *swigCPtr;
2612 }
2613 @property (nonatomic, copy, getter=getResponse_header) NSString * response_header;
2614 @property (nonatomic, copy, getter=getResponse_body) NSString * response_body;
2615 @property (nonatomic, copy, getter=getNetwork_error) NSString * network_error;
2616 @property (nonatomic, getter=getStatus_code) unsigned int status_code;
2617 -(void*)getCptr;
2618 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2619 -(id)init;
2620 -(id)initWithResponse_header: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (unsigned int)status_code;
2621 -(id)initWithSoap_response: (FSSOAPResponseInfo*)soap_response;
2622 -(void)set: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (unsigned int)status_code;
2623 -(void)dealloc;
2624 
2625 @end
2626 
2627 typedef NS_ENUM(NSInteger, FSPrintParamsPrintContent) {
2631 };
2632 
2633 typedef NS_ENUM(NSInteger, FSPrintParamsDuplexType) {
2637 };
2638 
2639 typedef NS_ENUM(NSInteger, FSPrintParamsBookletDuplexMode) {
2643 };
2644 
2645 typedef NS_ENUM(NSInteger, FSPrintParamsBookletBinding) {
2650 };
2651 
2652 typedef NS_ENUM(NSInteger, FSPrintParamsPageOrder) {
2656 };
2657 
2658 typedef NS_ENUM(NSInteger, FSPrintParamsPrintHandling) {
2665 };
2666 
2667 @interface FSPrintParams : NSObject
2668 {
2669  void *swigCPtr;
2671 }
2672 @property (nonatomic, getter=getIs_show_ui) BOOL is_show_ui;
2673 @property (nonatomic, getter=getIs_reverse) BOOL is_reverse;
2674 @property (nonatomic, getter=getIs_print_as_image) BOOL is_print_as_image;
2675 @property (nonatomic, getter=getIs_print_auto_center) BOOL is_print_auto_center;
2676 @property (nonatomic, getter=getIs_print_auto_rotate) BOOL is_print_auto_rotate;
2677 @property (nonatomic, getter=getIs_simulate_overprinting) BOOL is_simulate_overprinting;
2678 @property (nonatomic, getter=getIs_print_page_border) BOOL is_print_page_border;
2679 @property (nonatomic, copy, getter=getPage_range) FSRange* page_range;
2680 @property (nonatomic, getter=getPrint_content) FSPrintParamsPrintContent print_content;
2681 @property (nonatomic, copy, getter=getPrinter_name) NSString * printer_name;
2682 @property (nonatomic, copy, getter=getOutput_file_name) NSString * output_file_name;
2683 @property (nonatomic, getter=getNum_copies) int num_copies;
2684 @property (nonatomic, getter=getDuplex_type) FSPrintParamsDuplexType duplex_type;
2685 @property (nonatomic, getter=getIs_tile_label) BOOL is_tile_label;
2686 @property (nonatomic, getter=getTile_mark) BOOL tile_mark;
2687 @property (nonatomic, getter=getTile_overlap) float tile_overlap;
2688 @property (nonatomic, getter=getTile_scale) float tile_scale;
2689 @property (nonatomic, getter=getHandling) FSPrintParamsPrintHandling handling;
2690 @property (nonatomic, getter=getBinding) FSPrintParamsBookletBinding binding;
2691 @property (nonatomic, getter=getBooklet_duplex_mode) FSPrintParamsBookletDuplexMode booklet_duplex_mode;
2692 @property (nonatomic, getter=getNum_pages_h) int num_pages_h;
2693 @property (nonatomic, getter=getNum_pages_v) int num_pages_v;
2694 @property (nonatomic, getter=getPage_order) FSPrintParamsPageOrder page_order;
2695 -(void*)getCptr;
2696 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2697 -(id)init;
2698 -(id)initWithPrint_params: (FSPrintParams*)print_params;
2699 -(void)dealloc;
2700 
2701 @end
2702 
2703 typedef NS_ENUM(NSInteger, FSFloatingInfoWindowPosition) {
2713 };
2714 
2715 typedef NS_ENUM(NSInteger, FSFloatingInfoRelativeTarget) {
2720 };
2721 
2722 typedef NS_ENUM(NSInteger, FSFloatingInfoResizeType) {
2726 };
2727 
2728 typedef NS_ENUM(NSInteger, FSFloatingInfoOffScreenAction) {
2732 };
2733 
2734 @interface FSFloatingInfo : NSObject
2735 {
2736  void *swigCPtr;
2738 }
2739 @property (nonatomic, getter=getWindow_pos) FSFloatingInfoWindowPosition window_pos;
2740 @property (nonatomic, getter=getRelative_target) FSFloatingInfoRelativeTarget relative_target;
2741 @property (nonatomic, getter=getResize_type) FSFloatingInfoResizeType resize_type;
2742 @property (nonatomic, getter=getHas_close) BOOL has_close;
2743 @property (nonatomic, getter=getHas_title) BOOL has_title;
2744 @property (nonatomic, copy, getter=getTitle) NSString * title;
2745 @property (nonatomic, getter=getOff_screen) FSFloatingInfoOffScreenAction off_screen;
2746 @property (nonatomic, copy, getter=getRect) FSRectF* rect;
2747 -(void*)getCptr;
2748 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2749 -(id)init;
2750 -(id)initWithWindow_pos: (FSFloatingInfoWindowPosition)window_pos relative_target: (FSFloatingInfoRelativeTarget)relative_target resize_type: (FSFloatingInfoResizeType)resize_type has_close: (BOOL)has_close has_title: (BOOL)has_title title: (NSString *)title off_screen: (FSFloatingInfoOffScreenAction)off_screen rect: (FSRectF*)rect;
2751 -(id)initWithFloating_info: (FSFloatingInfo*)floating_info;
2752 -(void)set: (FSFloatingInfoWindowPosition)window_pos relative_target: (FSFloatingInfoRelativeTarget)relative_target resize_type: (FSFloatingInfoResizeType)resize_type has_close: (BOOL)has_close has_title: (BOOL)has_title title: (NSString *)title off_screen: (FSFloatingInfoOffScreenAction)off_screen rect: (FSRectF*)rect;
2753 -(void)dealloc;
2754 
2755 @end
2756 
2757 typedef NS_ENUM(NSInteger, FSMediaSettingsPlayerWindowType) {
2761 };
2762 
2763 @interface FSMediaSettings : NSObject
2764 {
2765  void *swigCPtr;
2767 }
2768 @property (nonatomic, getter=getAuto_play) BOOL auto_play;
2769 @property (nonatomic, copy, getter=getBase_url) NSString * base_url;
2770 @property (nonatomic, getter=getBg_color) unsigned int bg_color;
2771 @property (nonatomic, getter=getBg_opacity) float bg_opacity;
2772 @property (nonatomic, getter=getDuration) int duration;
2773 @property (nonatomic, getter=getPage) int page;
2774 @property (nonatomic, getter=getRepeat) int repeat;
2775 @property (nonatomic, getter=getShow_ui) BOOL show_ui;
2776 @property (nonatomic, getter=getIs_visible) BOOL is_visible;
2777 @property (nonatomic, getter=getVolume) int volume;
2778 @property (nonatomic, getter=getWindow_type) FSMediaSettingsPlayerWindowType window_type;
2779 @property (nonatomic, copy, getter=getFloating_wnd_info) FSFloatingInfo* floating_wnd_info;
2780 -(void*)getCptr;
2781 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2782 -(id)init;
2783 -(id)initWithAuto_play: (BOOL)auto_play base_url: (NSString *)base_url bg_color: (unsigned int)bg_color bg_opacity: (float)bg_opacity duration: (int)duration page: (int)page repeat: (int)repeat show_ui: (BOOL)show_ui is_visible: (BOOL)is_visible volume: (int)volume window_type: (FSMediaSettingsPlayerWindowType)window_type floating_wnd_info: (FSFloatingInfo*)floating_wnd_info;
2784 -(id)initWithMedia_settings: (FSMediaSettings*)media_settings;
2785 -(void)set: (BOOL)auto_play base_url: (NSString *)base_url bg_color: (unsigned int)bg_color bg_opacity: (float)bg_opacity duration: (int)duration page: (int)page repeat: (int)repeat show_ui: (BOOL)show_ui is_visible: (BOOL)is_visible volume: (int)volume window_type: (FSMediaSettingsPlayerWindowType)window_type floating_wnd_info: (FSFloatingInfo*)floating_wnd_info;
2786 -(void)dealloc;
2787 
2788 @end
2789 
2790 @interface FSPlayerArgs : NSObject
2791 {
2792  void *swigCPtr;
2794 }
2795 @property (nonatomic, copy, getter=getDoc) FSPDFDoc* doc;
2796 @property (nonatomic, copy, getter=getScreen_annot) FSScreen* screen_annot;
2797 @property (nonatomic, copy, getter=getRendition) FSRendition* rendition;
2798 @property (nonatomic, copy, getter=getURL) NSString * uRL;
2799 @property (nonatomic, copy, getter=getAudio_format) NSString * audio_format;
2800 @property (nonatomic, copy, getter=getPlayer_settings) FSMediaSettings* player_settings;
2801 -(void*)getCptr;
2802 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2803 -(id)init;
2804 -(id)initWithDoc: (FSPDFDoc*)doc screen_annot: (FSScreen*)screen_annot rendition: (FSRendition*)rendition URL: (NSString *)URL audio_format: (NSString *)audio_format player_settings: (FSMediaSettings*)player_settings;
2805 -(id)initWithPlayer_args: (FSPlayerArgs*)player_args;
2806 -(void)set: (FSPDFDoc*)doc screen_annot: (FSScreen*)screen_annot rendition: (FSRendition*)rendition URL: (NSString *)URL audio_format: (NSString *)audio_format player_settings: (FSMediaSettings*)player_settings;
2807 -(void)dealloc;
2808 
2809 @end
2810 
2811 typedef NS_ENUM(NSInteger, FSSearchOptionWordMatching) {
2815 };
2816 
2817 @interface FSSearchOption : NSObject
2818 {
2819  void *swigCPtr;
2821 }
2822 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
2823 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
2824 @property (nonatomic, getter=getIs_search_bookmarks) BOOL is_search_bookmarks;
2825 @property (nonatomic, getter=getIs_search_in_markup) BOOL is_search_in_markup;
2826 @property (nonatomic, getter=getIs_search_in_attachments) BOOL is_search_in_attachments;
2827 @property (nonatomic, getter=getIs_ignore_accents) BOOL is_ignore_accents;
2828 @property (nonatomic, getter=getIs_proximity) BOOL is_proximity;
2829 @property (nonatomic, getter=getIs_stemming) BOOL is_stemming;
2830 @property (nonatomic, getter=getIs_ignore_full_width) BOOL is_ignore_full_width;
2831 @property (nonatomic, getter=getMax_docs) int max_docs;
2832 @property (nonatomic, getter=getWord_matching) FSSearchOptionWordMatching word_matching;
2833 @property (nonatomic, getter=getIs_search_doc_text) BOOL is_search_doc_text;
2834 -(void*)getCptr;
2835 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2836 -(id)init;
2837 -(id)initWithIs_whole_word: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive is_search_bookmarks: (BOOL)is_search_bookmarks is_search_in_marup: (BOOL)is_search_in_marup is_search_in_attachments: (BOOL)is_search_in_attachments is_ignore_accents: (BOOL)is_ignore_accents is_proximity: (BOOL)is_proximity is_stemming: (BOOL)is_stemming is_ignore_full_width: (BOOL)is_ignore_full_width max_docs: (int)max_docs word_matching: (FSSearchOptionWordMatching)word_matching is_search_doc_text: (BOOL)is_search_doc_text;
2838 -(id)initWithSearch_option: (FSSearchOption*)search_option;
2839 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive is_search_bookmarks: (BOOL)is_search_bookmarks is_search_in_marup: (BOOL)is_search_in_marup is_search_in_attachments: (BOOL)is_search_in_attachments is_ignore_accents: (BOOL)is_ignore_accents is_proximity: (BOOL)is_proximity is_stemming: (BOOL)is_stemming is_ignore_full_width: (BOOL)is_ignore_full_width max_docs: (int)max_docs word_matching: (FSSearchOptionWordMatching)word_matching is_search_doc_text: (BOOL)is_search_doc_text;
2840 -(void)dealloc;
2841 
2842 @end
2843 
2844 @interface FSSearchIndexConfig : NSObject
2845 {
2846  void *swigCPtr;
2848 }
2849 @property (nonatomic, copy, getter=getName) NSString * name;
2850 @property (nonatomic, getter=getIs_available) BOOL is_available;
2851 @property (nonatomic, copy, getter=getPath) NSString * path;
2852 @property (nonatomic, getter=getIs_selected) BOOL is_selected;
2853 -(void*)getCptr;
2854 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2855 -(id)init;
2856 -(id)initWithName: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
2857 -(id)initWithSearch_index_config: (FSSearchIndexConfig*)search_index_config;
2858 -(void)set: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
2859 -(void)dealloc;
2860 
2861 @end
2862 
2863 typedef NS_ENUM(NSInteger, FSMediaPlayerCallbackJSMediaPlayerState) {
2864  FSMediaPlayerCallbackJSMediaPlayerStateOpen = 0,
2865  FSMediaPlayerCallbackJSMediaPlayerStateClose = 1,
2866  FSMediaPlayerCallbackJSMediaPlayerStatePlaying = 2,
2867  FSMediaPlayerCallbackJSMediaPlayerStateStop = 3,
2868  FSMediaPlayerCallbackJSMediaPlayerStateSuspend = 4
2869 };
2870 
2871 
2872 
2873 typedef NS_ENUM(NSInteger, FSActionCallbackLanguage) {
2874  FSActionCallbackLanguageUnknown = 0,
2875  FSActionCallbackLanguageCHS = 1,
2876  FSActionCallbackLanguageCHT = 2,
2877  FSActionCallbackLanguageDAN = 3,
2878  FSActionCallbackLanguageDEU = 4,
2879  FSActionCallbackLanguageENU = 5,
2880  FSActionCallbackLanguageESP = 6,
2881  FSActionCallbackLanguageFRA = 7,
2882  FSActionCallbackLanguageITA = 8,
2883  FSActionCallbackLanguageKOR = 9,
2884  FSActionCallbackLanguageJPN = 10,
2885  FSActionCallbackLanguageNLD = 11,
2886  FSActionCallbackLanguageNOR = 12,
2887  FSActionCallbackLanguagePTB = 13,
2888  FSActionCallbackLanguageSUO = 14,
2889  FSActionCallbackLanguageSVE = 15
2890 };
2891 
2892 typedef NS_ENUM(NSInteger, FSActionCallbackAppInfoType) {
2893  FSActionCallbackAppInfoTypeFormsVersion = 0x0,
2894  FSActionCallbackAppInfoTypeViewerType = 0x01,
2895  FSActionCallbackAppInfoTypeViewerVariation = 0x02,
2896  FSActionCallbackAppInfoTypeViewerVersion = 0x03,
2897  FSActionCallbackAppInfoTypeAppVersion = 0x04
2898 };
2899 
2900 typedef NS_ENUM(NSInteger, FSActionCallbackMailType) {
2901  FSActionCallbackMailTypeDoc = 0,
2902  FSActionCallbackMailTypeForm = 1,
2903  FSActionCallbackMailTypeMsg = 2
2904 };
2905 
2906 typedef NS_ENUM(NSInteger, FSActionCallbackJSFieldValueChangeType) {
2907  FSActionCallbackJSFieldValueChangedByFormat = 0,
2908  FSActionCallbackJSFieldValueChangedByCalculation = 1,
2909  FSActionCallbackJSFieldValueChangedBySetValue = 2,
2910  FSActionCallbackJSFieldValueChangedBySetReadOnly = 3,
2911  FSActionCallbackJSFieldValueChangedByFillColor = 4
2912 };
2913 
2914 typedef NS_ENUM(NSInteger, FSActionCallbackJSMediaPlayerState) {
2915  FSActionCallbackJSMediaPlayerStateOpen = 0,
2916  FSActionCallbackJSMediaPlayerStateClose = 1,
2917  FSActionCallbackJSMediaPlayerStatePlaying = 2,
2918  FSActionCallbackJSMediaPlayerStateStop = 3,
2919  FSActionCallbackJSMediaPlayerStateSuspend = 4
2920 };
2921 
2922 typedef NS_ENUM(NSInteger, FSActionCallbackLayoutMode) {
2923  FSActionCallbackLayoutModeSinglePage = 0,
2924  FSActionCallbackLayoutModeContinuous = 1,
2925  FSActionCallbackLayoutModeFacing = 2,
2926  FSActionCallbackLayoutModeContinuousFacing = 3
2927 };
2928 
2929 typedef NS_ENUM(NSInteger, FSActionCallbackJsMailResult) {
2930  FSActionCallbackJSMailResultFailed = 0,
2931  FSActionCallbackJSMailResultSuccess = 1,
2932  FSActionCallbackJSMailResultUserAbort = 2
2933 };
2934 
2935 typedef NS_ENUM(NSInteger, FSActionCallbackSearchScope) {
2936  FSActionCallbackSearchScopeActiveDoc = 0,
2937  FSActionCallbackSearchScopeFolder = 1,
2938  FSActionCallbackSearchScopeIndex = 2,
2939  FSActionCallbackSearchScopeActiveIndexes = 3
2940 };
2941 
2942 
2943 
2944 
2945 
2947 -(id)init NS_UNAVAILABLE;
2948 -(void*)getCptr;
2949 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2950 -(id)initWithDirectory: (NSString *)directory;
2951 -(id)initWithOther: (FSDocumentsSource*)other;
2952 -(BOOL)isEmpty;
2953 
2954 -(void)dealloc;
2955 
2956 @end
2957 
2958 typedef NS_ENUM(NSInteger, FSFullTextSearchRankMode) {
2962 };
2963 
2965 -(void*)getCptr;
2966 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2967 -(id)init;
2968 -(id)initWithOther: (FSFullTextSearch*)other;
2969 -(BOOL)isEmpty;
2970 -(void)setDataBasePath: (NSString *)path_of_data_base;
2971 -(FSProgressive*)startUpdateIndex: (FSDocumentsSource*)source pause: (id<FSPauseCallback>)pause reupdate: (BOOL)reupdate;
2972 -(FSProgressive*)startUpdateIndex: (FSDocumentsSource*)source pause: (id<FSPauseCallback>)pause;
2973 -(FSProgressive*)startUpdateIndex: (FSDocumentsSource*)source;
2974 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
2975 -(BOOL)searchOf: (NSString *)match_string rank_mode: (FSFullTextSearchRankMode)rank_mode callback: (id<FSSearchCallback>)callback;
2976 
2977 -(void)dealloc;
2978 
2979 @end
2980 
2981 typedef NS_ENUM(NSInteger, FSPDFNameTreeType) {
2987 };
2988 
2989 @interface FSPDFNameTree : FSBase
2990 -(void*)getCptr;
2991 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2992 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNameTreeType)type;
2993 -(id)init;
2994 -(id)initWithOther: (FSPDFNameTree*)other;
2995 -(BOOL)isEmpty;
2997 -(BOOL)hasName: (NSString *)name;
2998 -(int)getCount;
2999 -(NSString *)getName: (int)index;
3000 -(FSPDFObject*)getObj: (NSString *)name;
3001 -(BOOL)setObj: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
3002 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
3003 -(BOOL)add: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
3004 -(BOOL)removeObj: (NSString *)name;
3005 -(BOOL)removeAllObjs;
3006 
3007 -(void)dealloc;
3008 
3009 @end
3010 
3011 typedef NS_ENUM(NSInteger, FSPDFObjectType) {
3022 };
3023 
3024 @interface FSPDFObject : NSObject
3025 {
3026  void *swigCPtr;
3028 }
3029 -(void*)getCptr;
3030 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3031 +(FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
3032 +(FSPDFObject*)createFromFloat: (float)float_value;
3033 +(FSPDFObject*)createFromInteger: (int)integer_value;
3034 +(FSPDFObject*)createFromString: (NSString *)string_value;
3035 +(FSPDFObject*)createFromName: (NSString *)name;
3036 +(FSPDFObject*)createFromDateTime: (FSDateTime*)date_time;
3037 +(FSPDFObject*)createReference: (FSPDFDoc*)document object_number: (unsigned int)object_number;
3038 -(void)destroy;
3039 -(FSPDFObject*)cloneObject;
3040 -(FSPDFObject*)deepCloneObject;
3041 -(BOOL)isIdentical: (FSPDFObject*)pdf_obj;
3042 -(FSPDFObjectType)getType;
3043 -(unsigned int)getObjNum;
3044 -(int)getInteger;
3045 -(float)getFloat;
3046 -(BOOL)getBoolean;
3047 -(FSMatrix2D*)getMatrix;
3048 -(FSRectF*)getRect;
3049 -(FSPDFObject*)getDirectObject;
3050 -(FSDateTime*)getDateTime;
3051 -(NSString *)getName;
3052 -(NSData *)getString;
3053 -(NSString *)getWideString;
3054 -(FSPDFArray*)getArray;
3055 -(FSPDFDictionary*)getDict;
3056 -(FSPDFStream*)getStream;
3057 
3058 -(void)dealloc;
3059 
3060 @end
3061 
3062 typedef NS_ENUM(NSInteger, FSPDFStreamFilter) {
3074  FSPDFStreamCrypt = 10
3075 };
3076 
3078 -(id)init NS_UNAVAILABLE;
3079 -(void*)getCptr;
3080 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3081 +(FSPDFStream*)create: (FSPDFDictionary*)dictionary;
3084 -(unsigned long long)getDataSize: (BOOL)is_raw_data;
3085 -(void)importData: (id<FSFileReaderCallback>)file_read stream_filter: (FSPDFStreamFilter)stream_filter;
3086 -(id<FSFileReaderCallback>)exportData: (BOOL)is_raw_data;
3087 -(NSData *)getData: (BOOL)is_raw_data;
3088 -(void)setData: (NSData *)buffer;
3089 
3090 -(void)dealloc;
3091 
3092 @end
3093 
3095 -(id)init NS_UNAVAILABLE;
3096 -(void*)getCptr;
3097 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3098 +(FSPDFArray*)create;
3099 +(FSPDFArray*)createFromMatrix: (FSMatrix2D*)matrix;
3100 +(FSPDFArray*)createFromRect: (FSRectF*)rect;
3101 -(int)getElementCount;
3102 -(FSPDFObject*)getElement: (int)index;
3103 -(void)addElement: (FSPDFObject*)element;
3104 -(void)addBoolean: (BOOL)boolean_value;
3105 -(void)addDateTime: (FSDateTime*)date_time;
3106 -(void)addFloat: (float)float_value;
3107 -(void)addInteger: (int)integer_value;
3108 -(void)addMatrix: (FSMatrix2D*)matrix;
3109 -(void)addRect: (FSRectF*)rect;
3110 -(void)addName: (NSString *)name;
3111 -(void)addString: (NSString *)new_string;
3112 -(void)insertAt: (int)index element: (FSPDFObject*)element;
3113 -(void)setAt: (int)index element: (FSPDFObject*)element;
3114 -(void)removeAt: (int)index;
3115 
3116 -(void)dealloc;
3117 
3118 @end
3119 
3121 -(id)init NS_UNAVAILABLE;
3122 -(void*)getCptr;
3123 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3125 -(BOOL)hasKey: (NSString *)key;
3126 -(FSPDFObject*)getElement: (NSString *)key;
3127 -(long)moveNext: (long)position;
3128 -(NSString *)getKey: (long)position;
3129 -(FSPDFObject*)getValue: (long)position;
3130 -(void)setAt: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
3131 -(void)setAtReference: (NSString *)key pdf_object: (FSPDFObject*)pdf_object document: (FSPDFDoc*)document;
3132 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
3133 -(void)setAtDateTime: (NSString *)key value: (FSDateTime*)value;
3134 -(void)setAtFloat: (NSString *)key value: (float)value;
3135 -(void)setAtInteger: (NSString *)key value: (int)value;
3136 -(void)setAtMatrix: (NSString *)key value: (FSMatrix2D*)value;
3137 -(void)setAtRect: (NSString *)key value: (FSRectF*)value;
3138 -(void)setAtName: (NSString *)key value: (NSString *)value;
3139 -(void)setAtString: (NSString *)key value: (NSString *)value;
3140 -(void)removeAt: (NSString *)key;
3141 
3142 -(void)dealloc;
3143 
3144 @end
3145 
3146 typedef NS_ENUM(NSInteger, FSPDFNumberTreeType) {
3148 };
3149 
3151 -(void*)getCptr;
3152 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3153 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNumberTreeType)type;
3154 -(id)init;
3155 -(id)initWithOther: (FSPDFNumberTree*)other;
3156 -(BOOL)isEmpty;
3158 -(BOOL)hasNumber: (int)number;
3159 -(FSPDFObject*)getObj: (int)number;
3160 -(BOOL)setObj: (int)number pdf_object: (FSPDFObject*)pdf_object;
3161 -(BOOL)removeObj: (int)number;
3162 -(BOOL)removeAllObjs;
3163 
3164 -(void)dealloc;
3165 
3166 @end
3167 
3168 typedef NS_ENUM(NSInteger, FSRenditionMediaOptionType) {
3171 };
3172 
3173 typedef NS_ENUM(NSInteger, FSRenditionMediaPermission) {
3178 };
3179 
3180 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerType) {
3184 };
3185 
3186 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerFitStyle) {
3193 };
3194 
3195 typedef NS_ENUM(NSInteger, FSRenditionWindowType) {
3200 };
3201 
3202 typedef NS_ENUM(NSInteger, FSRenditionMonitorSpecifier) {
3210 };
3211 
3212 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowRelatedWindowType) {
3217 };
3218 
3219 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowResizeType) {
3223 };
3224 
3225 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowOffscreenEvent) {
3229 };
3230 
3231 @interface FSRendition : FSBase
3232 @property (nonatomic, copy, getter=getRenditionName) NSString * renditionName;
3233 @property (nonatomic, copy, getter=getMediaClipName) NSString * mediaClipName;
3234 @property (nonatomic, copy, getter=getMediaClipFile) FSFileSpec* mediaClipFile;
3235 @property (nonatomic, copy, getter=getMediaClipContentType) NSString * mediaClipContentType;
3236 @property (nonatomic, getter=getPermission) FSRenditionMediaPermission permission;
3237 @property (nonatomic, copy, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
3238 @property (nonatomic, copy, getter=getMediaBaseURL) NSString * mediaBaseURL;
3239 @property (nonatomic, getter=getVolume) int volume;
3240 @property (nonatomic, getter=getFitStyle) FSRenditionMediaPlayerFitStyle fitStyle;
3241 @property (nonatomic, getter=getDuration) int duration;
3242 @property (nonatomic, getter=getRepeatCount) int repeatCount;
3243 @property (nonatomic, getter=getWindowType) FSRenditionWindowType windowType;
3244 @property (nonatomic, getter=getBackgroundColor) unsigned int backgroundColor;
3245 @property (nonatomic, getter=getBackgroundOpacity) float backgroundOpacity;
3246 @property (nonatomic, getter=getMonitorSpecifier) FSRenditionMonitorSpecifier monitorSpecifier;
3247 @property (nonatomic, getter=getFloatingWindowRelatedWindowType) FSRenditionFloatingWindowRelatedWindowType floatingWindowRelatedWindowType;
3248 @property (nonatomic, getter=getFloatingWindowPosition) FSPosition floatingWindowPosition;
3249 @property (nonatomic, getter=getFloatingWindowOffscreenEvent) FSRenditionFloatingWindowOffscreenEvent floatingWindowOffscreenEvent;
3250 @property (nonatomic, getter=getFloatingWindowResizeType) FSRenditionFloatingWindowResizeType floatingWindowResizeType;
3251 @property (nonatomic, copy, getter=getFloatingWindowTitles) NSArray<NSString *> * floatingWindowTitles;
3252 -(id)init NS_UNAVAILABLE;
3253 -(void*)getCptr;
3254 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3255 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc rendition_dict: (FSPDFDictionary*)rendition_dict;
3256 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
3257 -(id)initWithOther: (FSRendition*)other;
3258 -(BOOL)isEmpty;
3259 -(FSPDFDictionary*)getDict;
3260 -(BOOL)hasMediaClip;
3261 -(void)setMediaBaseURL: (NSString *)base_url opt_type: (FSRenditionMediaOptionType)opt_type;
3262 -(int)getMediaPlayerCount: (FSRenditionMediaPlayerType)type;
3263 -(FSMediaPlayer*)getMediaPlayer: (FSRenditionMediaPlayerType)type index: (int)index;
3264 -(int)addMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
3265 -(void)removeMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
3266 -(void)setVolume: (int)volume opt_type: (FSRenditionMediaOptionType)opt_type;
3267 -(BOOL)isControlBarVisible;
3268 -(void)enableControlBarVisible: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
3269 -(void)enableControlBarVisible: (BOOL)is_visible;
3270 -(void)setFitStyle: (FSRenditionMediaPlayerFitStyle)fit_style opt_type: (FSRenditionMediaOptionType)opt_type;
3271 -(void)setDuration: (int)duration opt_type: (FSRenditionMediaOptionType)opt_type;
3272 -(BOOL)isAutoPlay;
3273 -(void)enableAutoPlay: (BOOL)is_auto_play opt_type: (FSRenditionMediaOptionType)opt_type;
3274 -(void)enableAutoPlay: (BOOL)is_auto_play;
3275 -(void)setRepeatCount: (int)count opt_type: (FSRenditionMediaOptionType)opt_type;
3276 -(void)setWindowType: (FSRenditionWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
3277 -(void)setBackgroundColor: (unsigned int)color opt_type: (FSRenditionMediaOptionType)opt_type;
3278 -(void)setBackgroundOpacity: (float)opacity opt_type: (FSRenditionMediaOptionType)opt_type;
3279 -(void)setMonitorSpecifier: (FSRenditionMonitorSpecifier)monitor_specifier opt_type: (FSRenditionMediaOptionType)opt_type;
3280 -(int)getFloatingWindowWidth;
3281 -(int)getFloatingWindowHeight;
3282 -(void)setFloatingWindowSize: (int)width height: (int)height opt_type: (FSRenditionMediaOptionType)opt_type;
3283 -(void)setFloatingWindowSize: (int)width height: (int)height;
3284 -(void)setFloatingWindowRelatedWindowType: (FSRenditionFloatingWindowRelatedWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
3285 -(void)setFloatingWindowPosition: (FSPosition)position opt_type: (FSRenditionMediaOptionType)opt_type;
3286 -(void)setFloatingWindowOffscreenEvent: (FSRenditionFloatingWindowOffscreenEvent)offscreen_event opt_type: (FSRenditionMediaOptionType)opt_type;
3287 -(BOOL)hasFloatingWindowTitleBar;
3288 -(void)enableFloatingWindowTitleBar: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
3289 -(void)enableFloatingWindowTitleBar: (BOOL)is_visible;
3290 -(BOOL)hasFloatingWindowCloseButton;
3291 -(void)enableFloatingWindowCloseButton: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
3292 -(void)enableFloatingWindowCloseButton: (BOOL)is_visible;
3293 -(void)setFloatingWindowResizeType: (FSRenditionFloatingWindowResizeType)resize_type opt_type: (FSRenditionMediaOptionType)opt_type;
3294 -(void)setFloatingWindowTitles: (NSArray<NSString *> *)titles opt_type: (FSRenditionMediaOptionType)opt_type;
3295 
3296 -(void)dealloc;
3297 
3298 @end
3299 
3300 @interface FSMediaPlayer : FSBase
3301 @property (nonatomic, copy, getter=getSoftwareURI) NSString * softwareURI;
3302 @property (nonatomic, copy, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
3303 -(void*)getCptr;
3304 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3305 -(id)initWithMedia_player_dict: (FSPDFDictionary*)media_player_dict;
3306 -(id)init;
3307 -(id)initWithOther: (FSMediaPlayer*)other;
3308 -(BOOL)isEmpty;
3309 -(FSPDFDictionary*)getDict;
3310 
3311 -(void)dealloc;
3312 
3313 @end
3314 
3315 typedef NS_ENUM(NSInteger, FSDestinationZoomMode) {
3324 };
3325 
3326 @interface FSDestination : FSBase
3327 -(id)init NS_UNAVAILABLE;
3328 -(void*)getCptr;
3329 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3330 +(FSDestination*)createXYZ: (FSPDFDoc*)document page_index: (int)page_index left: (float)left top: (float)top zoom_factor: (float)zoom_factor;
3331 +(FSDestination*)createFitPage: (FSPDFDoc*)document page_index: (int)page_index;
3332 +(FSDestination*)createFitHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
3333 +(FSDestination*)createFitVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
3334 +(FSDestination*)createFitRect: (FSPDFDoc*)document page_index: (int)page_index left: (float)left bottom: (float)bottom right: (float)right top: (float)top;
3335 +(FSDestination*)createFitBBox: (FSPDFDoc*)document page_index: (int)page_index;
3336 +(FSDestination*)createFitBHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
3337 +(FSDestination*)createFitBVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
3338 +(FSDestination*)createFromPDFArray: (FSPDFDoc*)document pdf_array: (FSPDFArray*)pdf_array;
3339 -(id)initWithDest_array: (FSPDFArray*)dest_array;
3340 -(id)initWithOther: (FSDestination*)other;
3341 -(BOOL)isEmpty;
3342 -(int)getPageIndex: (FSPDFDoc*)document;
3344 -(float)getLeft;
3345 -(BOOL)isLeftNull;
3346 -(float)getTop;
3347 -(BOOL)isTopNull;
3348 -(float)getRight;
3349 -(float)getBottom;
3350 -(float)getZoomFactor;
3352 
3353 -(void)dealloc;
3354 
3355 @end
3356 
3357 typedef NS_ENUM(NSInteger, FSActionType) {
3377 };
3378 
3379 typedef NS_ENUM(NSInteger, FSActionNewWindowFlag) {
3383 };
3384 
3385 @interface FSAction : FSBase
3386 -(void*)getCptr;
3387 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3388 +(FSAction*)create: (FSPDFDoc*)document action_type: (FSActionType)action_type;
3389 -(id)initWithDocument: (FSPDFDoc*)document action_dict: (FSPDFDictionary*)action_dict;
3390 -(id)initWithAction: (FSAction*)action;
3391 -(BOOL)isEmpty;
3395 -(int)getSubActionCount;
3396 -(FSAction*)getSubAction: (int)index;
3397 -(void)setSubAction: (int)index sub_action: (FSAction*)sub_action;
3398 -(void)insertSubAction: (int)index sub_action: (FSAction*)sub_action;
3399 -(void)removeSubAction: (int)index;
3400 -(void)removeAllSubActions;
3401 
3402 -(void)dealloc;
3403 
3404 @end
3405 
3407 @property (nonatomic, copy, getter=getDestination) FSDestination* destination;
3408 -(id)init NS_UNAVAILABLE;
3409 -(void*)getCptr;
3410 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3411 -(id)initWithAction: (FSAction*)action;
3412 
3413 -(void)dealloc;
3414 
3415 @end
3416 
3417 @interface FSURIAction : FSAction
3418 @property (nonatomic, copy, getter=getURI) NSString * uRI;
3419 -(id)init NS_UNAVAILABLE;
3420 -(void*)getCptr;
3421 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3422 -(id)initWithAction: (FSAction*)action;
3423 -(BOOL)isTrackPosition;
3424 -(void)setTrackPositionFlag: (BOOL)is_track_position;
3425 
3426 -(void)dealloc;
3427 
3428 @end
3429 
3431 @property (nonatomic, copy, getter=getScript) NSString * script;
3432 -(id)init NS_UNAVAILABLE;
3433 -(void*)getCptr;
3434 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3435 -(id)initWithAction: (FSAction*)action;
3436 
3437 -(void)dealloc;
3438 
3439 @end
3440 
3442 @property (nonatomic, copy, getter=getName) NSString * name;
3443 -(id)init NS_UNAVAILABLE;
3444 -(void*)getCptr;
3445 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3446 -(id)initWithAction: (FSAction*)action;
3447 
3448 -(void)dealloc;
3449 
3450 @end
3451 
3453 @property (nonatomic, copy, getter=getDestination) FSDestination* destination;
3454 @property (nonatomic, copy, getter=getDestinationName) NSString * destinationName;
3455 @property (nonatomic, copy, getter=getFileSpec) FSFileSpec* fileSpec;
3456 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
3457 -(id)init NS_UNAVAILABLE;
3458 -(void*)getCptr;
3459 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3460 -(id)initWithAction: (FSAction*)action;
3461 
3462 -(void)dealloc;
3463 
3464 @end
3465 
3467 @property (nonatomic, copy, getter=getRelationship) NSString * relationship;
3468 @property (nonatomic, copy, getter=getAttachedFileName) NSString * attachedFileName;
3469 @property (nonatomic, getter=getPageIndex) int pageIndex;
3470 @property (nonatomic, getter=getFileAttachmentAnnotIndex) int fileAttachmentAnnotIndex;
3471 @property (nonatomic, copy, getter=getTarget) FSEmbeddedGotoTarget* target;
3472 -(id)init NS_UNAVAILABLE;
3473 -(void*)getCptr;
3474 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3475 -(id)initWithDocument: (FSPDFDoc*)document;
3476 -(id)initWithDocument: (FSPDFDoc*)document target_object: (FSPDFDictionary*)target_object;
3477 -(id)initWithAction: (FSEmbeddedGotoTarget*)action;
3478 -(FSPDFDictionary*)getDict;
3479 -(BOOL)isEmpty;
3480 
3481 -(void)dealloc;
3482 
3483 @end
3484 
3486 @property (nonatomic, copy, getter=getDestination) FSDestination* destination;
3487 @property (nonatomic, copy, getter=getDestinationName) NSString * destinationName;
3488 @property (nonatomic, copy, getter=getRootFile) FSFileSpec* rootFile;
3489 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
3490 @property (nonatomic, copy, getter=getTarget) FSEmbeddedGotoTarget* target;
3491 -(id)init NS_UNAVAILABLE;
3492 -(void*)getCptr;
3493 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3494 -(id)initWithAction: (FSAction*)action;
3495 
3496 -(void)dealloc;
3497 
3498 @end
3499 
3500 typedef NS_ENUM(NSInteger, FSSubmitFormActionFlags) {
3514 };
3515 
3517 @property (nonatomic, copy, getter=getURL) NSString * uRL;
3518 @property (nonatomic, copy, getter=getFieldNames) NSArray<NSString *> * fieldNames;
3519 @property (nonatomic, getter=getFlags) unsigned int flags;
3520 -(id)init NS_UNAVAILABLE;
3521 -(void*)getCptr;
3522 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3523 -(id)initWithAction: (FSAction*)action;
3524 
3525 -(void)dealloc;
3526 
3527 @end
3528 
3530 @property (nonatomic, copy, getter=getFieldNames) NSArray<NSString *> * fieldNames;
3531 @property (nonatomic, getter=getFlags) unsigned int flags;
3532 -(id)init NS_UNAVAILABLE;
3533 -(void*)getCptr;
3534 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3535 -(id)initWithAction: (FSAction*)action;
3536 
3537 -(void)dealloc;
3538 
3539 @end
3540 
3542 @property (nonatomic, copy, getter=getFDFFileSpec) FSFileSpec* fDFFileSpec;
3543 -(id)init NS_UNAVAILABLE;
3544 -(void*)getCptr;
3545 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3546 -(id)initWithAction: (FSAction*)action;
3547 
3548 -(void)dealloc;
3549 
3550 @end
3551 
3553 @property (nonatomic, copy, getter=getFieldNames) NSArray<NSString *> * fieldNames;
3554 @property (nonatomic, getter=getHideState) BOOL hideState;
3555 -(id)init NS_UNAVAILABLE;
3556 -(void*)getCptr;
3557 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3558 -(id)initWithAction: (FSAction*)action;
3559 
3560 -(void)dealloc;
3561 
3562 @end
3563 
3565 @property (nonatomic, copy, getter=getFileSpec) FSFileSpec* fileSpec;
3566 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
3567 -(id)init NS_UNAVAILABLE;
3568 -(void*)getCptr;
3569 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3570 -(id)initWithAction: (FSAction*)action;
3571 -(NSString *)getWinFileName;
3572 -(NSString *)getWinDefaultDirectory;
3573 -(NSString *)getWinAppOperation;
3574 -(NSString *)getWinAppParameter;
3575 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
3576 
3577 -(void)dealloc;
3578 
3579 @end
3580 
3581 typedef NS_ENUM(NSInteger, FSRenditionActionOperationType) {
3588 };
3589 
3591 @property (nonatomic, getter=getOperationType) FSRenditionActionOperationType operationType;
3592 @property (nonatomic, copy, getter=getScreenAnnot) FSScreen* screenAnnot;
3593 @property (nonatomic, copy, getter=getJavaScript) NSString * javaScript;
3594 -(id)init NS_UNAVAILABLE;
3595 -(void*)getCptr;
3596 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3597 -(id)initWithAction: (FSAction*)action;
3598 -(int)getRenditionCount;
3599 -(FSRendition*)getRendition: (int)index;
3600 -(void)insertRendition: (FSRendition*)rendition index: (int)index;
3601 -(void)insertRendition: (FSRendition*)rendition;
3602 -(void)removeRendition: (FSRendition*)rendition;
3603 
3604 -(void)dealloc;
3605 
3606 @end
3607 
3608 typedef NS_ENUM(NSInteger, FSAdditionalActionTriggerEvent) {
3630 };
3631 
3633 -(id)init NS_UNAVAILABLE;
3634 -(void*)getCptr;
3635 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3636 -(id)initWithDoc: (FSPDFDoc*)doc pdf_dict: (FSPDFDictionary*)pdf_dict;
3637 -(id)initWithDoc: (FSPDFDoc*)doc;
3638 -(id)initWithPage: (FSPDFPage*)page;
3639 -(id)initWithField: (FSField*)field;
3640 -(id)initWithAnnot: (FSAnnot*)annot;
3641 -(id)initWithOther: (FSAdditionalAction*)other;
3642 -(BOOL)isEmpty;
3643 -(FSAction*)getAction: (FSAdditionalActionTriggerEvent)trigger;
3644 -(void)setAction: (FSAdditionalActionTriggerEvent)trigger action: (FSAction*)action;
3645 -(BOOL)removeAction: (FSAdditionalActionTriggerEvent)trigger;
3646 -(BOOL)removeAllActions;
3647 -(BOOL)doJSAction: (FSAdditionalActionTriggerEvent)trigger;
3649 
3650 -(void)dealloc;
3651 
3652 @end
3653 
3654 typedef NS_ENUM(NSInteger, FSDefaultAppearanceDefAPFlags) {
3658 };
3659 
3660 @interface FSDefaultAppearance : NSObject
3661 {
3662  void *swigCPtr;
3664 }
3665 @property (nonatomic, getter=getFlags) unsigned int flags;
3666 @property (nonatomic, getter=getText_size) float text_size;
3667 @property (nonatomic, getter=getText_color) unsigned int text_color;
3668 @property (nonatomic, copy, getter=getFont) FSFont* font;
3669 -(void*)getCptr;
3670 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3671 -(id)initWithFlags: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
3672 -(id)init;
3673 -(id)initWithDefault_appearance: (FSDefaultAppearance*)default_appearance;
3674 -(void)set: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
3675 
3676 -(void)dealloc;
3677 
3678 @end
3679 
3680 typedef NS_ENUM(NSInteger, FSRichTextStyleCornerMarkStyle) {
3684 };
3685 
3686 @interface FSRichTextStyle : NSObject
3687 {
3688  void *swigCPtr;
3690 }
3691 @property (nonatomic, copy, getter=getFont) FSFont* font;
3692 @property (nonatomic, getter=getText_size) float text_size;
3693 @property (nonatomic, getter=getText_alignment) FSAlignment text_alignment;
3694 @property (nonatomic, getter=getText_color) unsigned int text_color;
3695 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
3696 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
3697 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
3698 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
3699 @property (nonatomic, getter=getMark_style) FSRichTextStyleCornerMarkStyle mark_style;
3700 @property (nonatomic, getter=getChar_space) float char_space;
3701 @property (nonatomic, getter=getWord_space) float word_space;
3702 -(void*)getCptr;
3703 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3704 -(id)initWithFont: (FSFont*)font text_size: (float)text_size text_alignment: (FSAlignment)text_alignment text_color: (unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (FSRichTextStyleCornerMarkStyle)mark_style char_space: (float)char_space word_space: (float)word_space;
3705 -(id)init;
3706 -(id)initWithStyle: (FSRichTextStyle*)style;
3707 -(void)set: (FSFont*)font text_size: (float)text_size text_alignment: (FSAlignment)text_alignment text_color: (unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (FSRichTextStyleCornerMarkStyle)mark_style char_space: (float)char_space word_space: (float)word_space;
3708 -(void)dealloc;
3709 
3710 @end
3711 
3712 typedef NS_ENUM(NSInteger, FSBorderInfoStyle) {
3718  FSBorderInfoCloudy = 5
3719 };
3720 
3721 @interface FSBorderInfo : NSObject
3722 {
3723  void *swigCPtr;
3725 }
3726 @property (nonatomic, getter=getWidth) float width;
3727 @property (nonatomic, getter=getStyle) FSBorderInfoStyle style;
3728 @property (nonatomic, getter=getCloud_intensity) float cloud_intensity;
3729 @property (nonatomic, getter=getDash_phase) float dash_phase;
3730 @property (nonatomic, copy, getter=getDashes) FSFloatArray* dashes;
3731 -(void*)getCptr;
3732 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3733 -(id)initWithWidth: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
3734 -(id)init;
3735 -(id)initWithBorder_info: (FSBorderInfo*)border_info;
3736 -(void)set: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
3737 -(void)dealloc;
3738 
3739 @end
3740 
3741 @interface FSQuadPoints : NSObject
3742 {
3743  void *swigCPtr;
3745 }
3746 @property (nonatomic, copy, getter=getFirst) FSPointF* first;
3747 @property (nonatomic, copy, getter=getSecond) FSPointF* second;
3748 @property (nonatomic, copy, getter=getThird) FSPointF* third;
3749 @property (nonatomic, copy, getter=getFourth) FSPointF* fourth;
3750 -(void*)getCptr;
3751 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3752 -(id)initWithFirst: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
3753 -(id)init;
3754 -(id)initWithQuad_points: (FSQuadPoints*)quad_points;
3755 -(void)set: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
3756 
3757 -(void)dealloc;
3758 
3759 @end
3760 
3761 @interface FSQuadPointsArray : NSObject
3762 {
3763  void *swigCPtr;
3765 }
3766 -(void*)getCptr;
3767 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3768 -(id)init;
3769 -(id)initWithOther: (FSQuadPointsArray*)other;
3770 -(unsigned long)getSize;
3771 -(FSQuadPoints*)getAt: (unsigned long)index;
3772 -(void)add: (FSQuadPoints*)element;
3773 -(void)removeAt: (unsigned long)index;
3774 -(void)insertAt: (unsigned long)index element: (FSQuadPoints*)element;
3775 -(void)removeAll;
3776 
3777 -(void)dealloc;
3778 
3779 @end
3780 
3781 typedef NS_ENUM(NSInteger, FSIconFitScaleWayType) {
3787 };
3788 
3789 @interface FSIconFit : NSObject
3790 {
3791  void *swigCPtr;
3793 }
3794 @property (nonatomic, getter=getScale_way_type) FSIconFitScaleWayType scale_way_type;
3795 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
3796 @property (nonatomic, getter=getHorizontal_fraction) float horizontal_fraction;
3797 @property (nonatomic, getter=getVertical_fraction) float vertical_fraction;
3798 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
3799 -(void*)getCptr;
3800 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3801 -(id)init;
3802 -(id)initWithType: (FSIconFitScaleWayType)type is_proportional_scaling: (BOOL)is_proportional_scaling horizontal_fraction: (float)horizontal_fraction vertical_fraction: (float)vertical_fraction fit_bounds: (BOOL)fit_bounds;
3803 -(id)initWithIcon_fit: (FSIconFit*)icon_fit;
3804 -(void)set: (FSIconFitScaleWayType)type is_proportional_scaling: (BOOL)is_proportional_scaling horizontal_fraction: (float)horizontal_fraction vertical_fraction: (float)vertical_fraction fit_bounds: (BOOL)fit_bounds;
3805 -(void)dealloc;
3806 
3807 @end
3808 
3809 typedef NS_ENUM(NSInteger, FSAnnotType) {
3839  FSAnnotPagingSeal = 29
3840 };
3841 
3842 typedef NS_ENUM(NSInteger, FSAnnotFlags) {
3852  FSAnnotFlagLockedContents = 0x0200
3853 };
3854 
3855 typedef NS_ENUM(NSInteger, FSAnnotHighlightingMode) {
3861 };
3862 
3863 typedef NS_ENUM(NSInteger, FSAnnotProperty) {
3868 };
3869 
3870 typedef NS_ENUM(NSInteger, FSAnnotMKEntry) {
3882 };
3883 
3884 typedef NS_ENUM(NSInteger, FSAnnotMKIconCaptionRelation) {
3892 };
3893 
3894 typedef NS_ENUM(NSInteger, FSAnnotAppearanceType) {
3898 };
3899 
3900 @interface FSAnnot : FSBase
3901 @property (nonatomic, copy, getter=getContent) NSString * content;
3902 @property (nonatomic, copy, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
3903 @property (nonatomic, getter=getFlags) unsigned int flags;
3904 @property (nonatomic, copy, getter=getUniqueID) NSString * uniqueID;
3905 @property (nonatomic, copy, getter=getBorderInfo) FSBorderInfo* borderInfo;
3906 @property (nonatomic, getter=getBorderColor) unsigned int borderColor;
3907 -(void*)getCptr;
3908 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3909 -(id)initWithPage: (FSPDFPage*)page annot_dict: (FSPDFDictionary*)annot_dict;
3910 -(id)initWithAnnot: (FSAnnot*)annot;
3911 -(BOOL)isEmpty;
3912 -(FSPDFPage*)getPage;
3913 -(BOOL)isMarkup;
3914 -(FSAnnotType)getType;
3915 -(int)getIndex;
3916 -(FSRectF*)getRect;
3917 -(FSMatrix2D*)getDisplayMatrix: (FSMatrix2D*)page_display_matrix;
3918 -(BOOL)move: (FSRectF*)rect;
3919 -(BOOL)move: (FSRectF*)rect is_reset_appearance: (BOOL)is_reset_appearance;
3920 -(BOOL)resetAppearanceStream;
3921 -(BOOL)resetAppearanceStream: (BOOL)is_generate_new_appearance_obj;
3922 -(FSRectI*)getDeviceRect: (FSMatrix2D*)matrix;
3923 -(FSPDFDictionary*)getDict;
3924 -(BOOL)hasProperty: (FSAnnotProperty)property;
3925 -(BOOL)removeProperty: (FSAnnotProperty)property;
3926 -(FSPDFDictionary*)getOptionalContent;
3927 -(FSPDFStream*)getAppearanceStream: (FSAnnotAppearanceType)type appearance_state: (NSString *)appearance_state;
3928 -(FSPDFStream*)getAppearanceStream: (FSAnnotAppearanceType)type;
3929 
3930 -(void)dealloc;
3931 
3932 @end
3933 
3934 @interface FSAnnotArray : NSObject
3935 {
3936  void *swigCPtr;
3938 }
3939 -(void*)getCptr;
3940 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3941 -(id)init;
3942 -(id)initWithOther: (FSAnnotArray*)other;
3943 -(unsigned long)getSize;
3944 -(FSAnnot*)getAt: (unsigned long)index;
3945 -(void)add: (FSAnnot*)element;
3946 -(void)removeAt: (unsigned long)index;
3947 -(void)insertAt: (unsigned long)index element: (FSAnnot*)element;
3948 -(void)removeAll;
3949 
3950 -(void)dealloc;
3951 
3952 @end
3953 
3954 @interface FSShadingColor : NSObject
3955 {
3956  void *swigCPtr;
3958 }
3959 @property (nonatomic, getter=getFirst_color) unsigned int first_color;
3960 @property (nonatomic, getter=getSecond_color) unsigned int second_color;
3961 -(void*)getCptr;
3962 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3963 -(id)initWithFirstcolor: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
3964 -(id)init;
3965 -(id)initWithShading_color: (FSShadingColor*)shading_color;
3966 -(void)set: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
3967 -(void)dealloc;
3968 
3969 @end
3970 
3971 
3972 
3973 @interface FSMarkupArray : NSObject
3974 {
3975  void *swigCPtr;
3977 }
3978 -(void*)getCptr;
3979 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3980 -(id)init;
3981 -(id)initWithOther: (FSMarkupArray*)other;
3982 -(unsigned long)getSize;
3983 -(FSMarkup*)getAt: (unsigned long)index;
3984 -(void)add: (FSMarkup*)element;
3985 -(void)removeAt: (unsigned long)index;
3986 -(void)insertAt: (unsigned long)index element: (FSMarkup*)element;
3987 -(void)removeAll;
3988 
3989 -(void)dealloc;
3990 
3991 @end
3992 
3993 @interface FSNoteArray : NSObject
3994 {
3995  void *swigCPtr;
3997 }
3998 -(void*)getCptr;
3999 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4000 -(id)init;
4001 -(id)initWithOther: (FSNoteArray*)other;
4002 -(unsigned long)getSize;
4003 -(FSNote*)getAt: (unsigned long)index;
4004 -(void)add: (FSNote*)element;
4005 -(void)removeAt: (unsigned long)index;
4006 -(void)insertAt: (unsigned long)index element: (FSNote*)element;
4007 -(void)removeAll;
4008 
4009 -(void)dealloc;
4010 
4011 @end
4012 
4013 typedef NS_ENUM(NSInteger, FSMarkupStateModel) {
4016 };
4017 
4018 typedef NS_ENUM(NSInteger, FSMarkupState) {
4028 };
4029 
4030 typedef NS_ENUM(NSInteger, FSMarkupEndingStyle) {
4041 };
4042 
4043 typedef NS_ENUM(NSInteger, FSMarkupMeasureType) {
4050 };
4051 
4052 @interface FSMarkup : FSAnnot
4053 @property (nonatomic, copy, getter=getPopup) FSPopup* popup;
4054 @property (nonatomic, copy, getter=getTitle) NSString * title;
4055 @property (nonatomic, copy, getter=getSubject) NSString * subject;
4056 @property (nonatomic, getter=getOpacity) float opacity;
4057 @property (nonatomic, copy, getter=getIntent) NSString * intent;
4058 @property (nonatomic, copy, getter=getCreationDateTime) FSDateTime* creationDateTime;
4059 @property (nonatomic, getter=getBorderOpacity) float borderOpacity;
4060 @property (nonatomic, getter=getFillOpacity) float fillOpacity;
4061 -(void*)getCptr;
4062 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4063 -(id)initWithAnnot: (FSAnnot*)annot;
4064 -(BOOL)removePopup;
4065 -(int)getReplyCount;
4066 -(FSNote*)getReply: (int)index;
4067 -(FSNote*)addReply;
4068 -(BOOL)removeReply: (int)index;
4069 -(BOOL)removeAllReplies;
4070 -(BOOL)isGrouped;
4071 -(FSMarkup*)getGroupHeader;
4072 -(FSMarkupArray*)getGroupElements;
4073 -(BOOL)ungroup;
4074 -(FSNoteArray*)getStateAnnots: (FSMarkupStateModel)model;
4075 -(FSNote*)addStateAnnot: (NSString *)title model: (FSMarkupStateModel)model state: (FSMarkupState)state;
4076 -(BOOL)removeAllStateAnnots;
4077 -(int)getRichTextCount;
4078 -(NSString *)getRichTextContent: (int)index;
4079 -(void)setRichTextContent: (int)index content: (NSString *)content;
4080 -(FSRichTextStyle*)getRichTextStyle: (int)index;
4081 -(void)setRichTextStyle: (int)index style: (FSRichTextStyle*)style;
4082 -(void)addRichText: (NSString *)content style: (FSRichTextStyle*)style;
4083 -(void)insertRichText: (int)index content: (NSString *)content style: (FSRichTextStyle*)style;
4084 -(void)removeRichText: (int)index;
4085 -(void)dealloc;
4086 
4087 @end
4088 
4089 @interface FSNote : FSMarkup
4090 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
4091 @property (nonatomic, copy, getter=getIconName) NSString * iconName;
4092 @property (nonatomic, getter=getState) FSMarkupState state;
4093 -(void*)getCptr;
4094 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4095 -(id)init;
4096 -(id)initWithAnnot: (FSAnnot*)annot;
4097 -(FSMarkup*)getReplyTo;
4098 -(BOOL)isStateAnnot;
4099 -(FSMarkupStateModel)getStateModel;
4100 
4101 -(void)dealloc;
4102 
4103 @end
4104 
4106 @property (nonatomic, copy, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
4107 -(void*)getCptr;
4108 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4109 -(id)initWithAnnot: (FSAnnot*)annot;
4110 
4111 -(void)dealloc;
4112 
4113 @end
4114 
4116 -(void*)getCptr;
4117 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4118 -(id)init;
4119 -(id)initWithAnnot: (FSAnnot*)annot;
4120 
4121 -(void)dealloc;
4122 
4123 @end
4124 
4126 -(void*)getCptr;
4127 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4128 -(id)init;
4129 -(id)initWithAnnot: (FSAnnot*)annot;
4130 
4131 -(void)dealloc;
4132 
4133 @end
4134 
4136 -(void*)getCptr;
4137 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4138 -(id)init;
4139 -(id)initWithAnnot: (FSAnnot*)annot;
4140 
4141 -(void)dealloc;
4142 
4143 @end
4144 
4146 -(void*)getCptr;
4147 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4148 -(id)init;
4149 -(id)initWithAnnot: (FSAnnot*)annot;
4150 
4151 -(void)dealloc;
4152 
4153 @end
4154 
4155 @interface FSLink : FSAnnot
4156 @property (nonatomic, copy, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
4157 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
4158 @property (nonatomic, copy, getter=getAction) FSAction* action;
4159 -(void*)getCptr;
4160 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4161 -(id)init;
4162 -(id)initWithAnnot: (FSAnnot*)annot;
4163 -(BOOL)removeAction;
4164 -(BOOL)executeJavaScriptAction: (FSJavaScriptAction*)javascript_action;
4165 -(BOOL)executeJavaScriptAction;
4166 
4167 -(void)dealloc;
4168 
4169 @end
4170 
4171 @interface FSSquare : FSMarkup
4172 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
4173 @property (nonatomic, copy, getter=getInnerRect) FSRectF* innerRect;
4174 @property (nonatomic, copy, getter=getMeasureRatio) NSString * measureRatio;
4175 -(void*)getCptr;
4176 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4177 -(id)init;
4178 -(id)initWithAnnot: (FSAnnot*)annot;
4179 -(NSString *)getMeasureRatioW;
4180 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
4181 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
4182 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
4183 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
4184 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
4185 
4186 -(void)dealloc;
4187 
4188 @end
4189 
4190 @interface FSCircle : FSMarkup
4191 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
4192 @property (nonatomic, copy, getter=getInnerRect) FSRectF* innerRect;
4193 @property (nonatomic, copy, getter=getMeasureRatio) NSString * measureRatio;
4194 -(void*)getCptr;
4195 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4196 -(id)init;
4197 -(id)initWithAnnot: (FSAnnot*)annot;
4198 -(NSString *)getMeasureRatioW;
4199 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
4200 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
4201 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
4202 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
4203 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
4204 
4205 -(void)dealloc;
4206 
4207 @end
4208 
4209 @interface FSFreeText : FSMarkup
4210 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
4211 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4212 @property (nonatomic, copy, getter=getInnerRect) FSRectF* innerRect;
4213 @property (nonatomic, getter=getCalloutLineEndingStyle) FSMarkupEndingStyle calloutLineEndingStyle;
4214 @property (nonatomic, copy, getter=getCalloutLinePoints) FSPointFArray* calloutLinePoints;
4215 @property (nonatomic, copy, getter=getTextMatrix) FSMatrix2D* textMatrix;
4216 @property (nonatomic, getter=getRotation) FSRotation rotation;
4217 -(void*)getCptr;
4218 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4219 -(id)init;
4220 -(id)initWithAnnot: (FSAnnot*)annot;
4221 -(FSDefaultAppearance*)getDefaultAppearance;
4222 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
4223 -(void)rotate: (FSRotation)rotation;
4224 -(void)allowTextOverflow: (BOOL)is_text_overflow;
4225 
4226 -(void)dealloc;
4227 
4228 @end
4229 
4230 typedef NS_ENUM(NSInteger, FSLineCapPos) {
4232  FSLineCapPosTop = 1
4233 };
4234 
4235 @interface FSLine : FSMarkup
4236 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
4237 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
4238 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
4239 @property (nonatomic, copy, getter=getStartPoint) FSPointF* startPoint;
4240 @property (nonatomic, copy, getter=getEndPoint) FSPointF* endPoint;
4241 @property (nonatomic, getter=getCaptionPositionType) FSLineCapPos captionPositionType;
4242 @property (nonatomic, copy, getter=getCaptionOffset) FSPointF* captionOffset;
4243 @property (nonatomic, getter=getLeaderLineLength) float leaderLineLength;
4244 @property (nonatomic, getter=getLeaderLineExtensionLength) float leaderLineExtensionLength;
4245 @property (nonatomic, getter=getLeaderLineOffset) float leaderLineOffset;
4246 @property (nonatomic, copy, getter=getMeasureRatio) NSString * measureRatio;
4247 -(void*)getCptr;
4248 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4249 -(id)init;
4250 -(id)initWithAnnot: (FSAnnot*)annot;
4251 -(BOOL)hasCaption;
4252 -(void)enableCaption: (BOOL)cap;
4253 -(NSString *)getMeasureRatioW;
4254 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
4255 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
4256 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
4257 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
4258 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
4259 
4260 -(void)dealloc;
4261 
4262 @end
4263 
4264 @interface FSInk : FSMarkup
4265 @property (nonatomic, copy, getter=getInkList) FSPath* inkList;
4266 -(void*)getCptr;
4267 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4268 -(id)init;
4269 -(id)initWithAnnot: (FSAnnot*)annot;
4270 -(void)enableUseBezier: (BOOL)use_bezier;
4271 -(FSPathArray*)getEIAInkList;
4272 
4273 -(void)dealloc;
4274 
4275 @end
4276 
4277 @interface FSStamp : FSMarkup
4278 @property (nonatomic, copy, getter=getIconName) NSString * iconName;
4279 @property (nonatomic, getter=getRotation) int rotation;
4280 -(void*)getCptr;
4281 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4282 -(id)init;
4283 -(id)initWithAnnot: (FSAnnot*)annot;
4284 -(void)setBitmap: (FSBitmap*)bitmap;
4285 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
4286 -(void)rotate: (int)angle;
4287 
4288 -(void)dealloc;
4289 
4290 @end
4291 
4292 @interface FSScreen : FSAnnot
4293 @property (nonatomic, copy, getter=getMKDict) FSPDFDictionary* mKDict;
4294 @property (nonatomic, getter=getRotation) FSRotation rotation;
4295 @property (nonatomic, getter=getOpacity) float opacity;
4296 @property (nonatomic, copy, getter=getTitle) NSString * title;
4297 @property (nonatomic, copy, getter=getAction) FSAction* action;
4298 -(void*)getCptr;
4299 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4300 -(id)init;
4301 -(id)initWithAnnot: (FSAnnot*)annot;
4302 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
4303 -(FSBitmap*)getBitmap;
4304 -(void)removeAction;
4305 
4306 -(void)dealloc;
4307 
4308 @end
4309 
4310 @interface FSPolygon : FSMarkup
4311 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
4312 @property (nonatomic, copy, getter=getVertexes) FSPointFArray* vertexes;
4313 @property (nonatomic, copy, getter=getMeasureRatio) NSString * measureRatio;
4314 -(void*)getCptr;
4315 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4316 -(id)init;
4317 -(id)initWithAnnot: (FSAnnot*)annot;
4318 -(NSString *)getMeasureRatioW;
4319 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
4320 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
4321 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
4322 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
4323 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
4324 
4325 -(void)dealloc;
4326 
4327 @end
4328 
4329 @interface FSPolyLine : FSMarkup
4330 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
4331 @property (nonatomic, copy, getter=getVertexes) FSPointFArray* vertexes;
4332 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
4333 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
4334 @property (nonatomic, copy, getter=getMeasureRatio) NSString * measureRatio;
4335 -(void*)getCptr;
4336 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4337 -(id)init;
4338 -(id)initWithAnnot: (FSAnnot*)annot;
4339 -(NSString *)getMeasureRatioW;
4340 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
4341 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
4342 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
4343 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
4344 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
4345 
4346 -(void)dealloc;
4347 
4348 @end
4349 
4350 @interface FSCaret : FSMarkup
4351 @property (nonatomic, copy, getter=getInnerRect) FSRectF* innerRect;
4352 -(void*)getCptr;
4353 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4354 -(id)init;
4355 -(id)initWithAnnot: (FSAnnot*)annot;
4356 
4357 -(void)dealloc;
4358 
4359 @end
4360 
4362 @property (nonatomic, copy, getter=getIconName) NSString * iconName;
4363 -(void*)getCptr;
4364 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4365 -(id)init;
4366 -(id)initWithAnnot: (FSAnnot*)annot;
4367 -(BOOL)setFileSpec: (FSFileSpec*)file_spec;
4368 -(FSFileSpec*)getFileSpec;
4369 
4370 -(void)dealloc;
4371 
4372 @end
4373 
4374 @interface FSPopup : FSAnnot
4375 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
4376 -(void*)getCptr;
4377 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4378 -(id)init;
4379 -(id)initWithAnnot: (FSAnnot*)annot;
4380 -(FSMarkup*)getParent;
4381 
4382 -(void)dealloc;
4383 
4384 @end
4385 
4386 @interface FSPSInk : FSAnnot
4387 -(void*)getCptr;
4388 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4389 -(id)init;
4390 -(id)initWithAnnot: (FSAnnot*)annot;
4391 
4392 -(void)dealloc;
4393 
4394 @end
4395 
4396 typedef NS_ENUM(NSInteger, FSWidgetLineSpacingStyle) {
4402 };
4403 
4404 @interface FSWidget : FSAnnot
4405 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
4406 @property (nonatomic, copy, getter=getAction) FSAction* action;
4407 @property (nonatomic, getter=getMKRotation) FSRotation mKRotation;
4408 @property (nonatomic, getter=getMKBorderColor) unsigned int mKBorderColor;
4409 @property (nonatomic, getter=getMKBackgroundColor) unsigned int mKBackgroundColor;
4410 @property (nonatomic, copy, getter=getMKNormalCaption) NSString * mKNormalCaption;
4411 @property (nonatomic, copy, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
4412 @property (nonatomic, copy, getter=getMKDownCaption) NSString * mKDownCaption;
4413 @property (nonatomic, copy, getter=getMKNormalIconBitmap) FSBitmap* mKNormalIconBitmap;
4414 @property (nonatomic, copy, getter=getMKRolloverIconBitmap) FSBitmap* mKRolloverIconBitmap;
4415 @property (nonatomic, copy, getter=getMKDownIconBitmap) FSBitmap* mKDownIconBitmap;
4416 @property (nonatomic, copy, getter=getMKIconFit) FSIconFit* mKIconFit;
4417 @property (nonatomic, getter=getMKIconCaptionRelation) FSAnnotMKIconCaptionRelation mKIconCaptionRelation;
4418 @property (nonatomic, copy, getter=getAppearanceState) NSString * appearanceState;
4419 -(void*)getCptr;
4420 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4421 -(id)init;
4422 -(id)initWithAnnot: (FSAnnot*)annot;
4423 -(FSField*)getField;
4424 -(FSControl*)getControl;
4425 -(void)removeAction;
4426 -(BOOL)hasMKEntry: (FSAnnotMKEntry)mk_entry;
4427 -(void)removeMKEntry: (FSAnnotMKEntry)mk_entry;
4428 -(void)setMKNormalIconImage: (FSImage*)image frame_index: (int)frame_index;
4429 -(void)setMKRolloverIconImage: (FSImage*)image frame_index: (int)frame_index;
4430 -(void)setMKDownIconImage: (FSImage*)image frame_index: (int)frame_index;
4431 -(NSString *)getAppearanceOnStateName;
4432 -(FSWidgetLineSpacingStyle)getLineSpacing: (float *)line_spacing_value;
4433 -(void)setLineSpacing: (FSWidgetLineSpacingStyle)line_spacing_style line_spacing_value: (float)line_spacing_value;
4434 
4435 -(void)dealloc;
4436 
4437 @end
4438 
4439 @interface FSRedact : FSMarkup
4440 @property (nonatomic, copy, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
4441 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
4442 @property (nonatomic, getter=getApplyFillColor) unsigned int applyFillColor;
4443 @property (nonatomic, copy, getter=getOverlayText) NSString * overlayText;
4444 @property (nonatomic, getter=getOverlayTextAlignment) FSAlignment overlayTextAlignment;
4445 -(void*)getCptr;
4446 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4447 -(id)init;
4448 -(id)initWithAnnot: (FSAnnot*)annot;
4449 -(BOOL)isOverlayTextRepeated;
4450 -(void)enableRepeatOverlayText: (BOOL)is_to_repeat_overlay_text;
4451 -(void)enableAutoFontSize;
4452 -(FSDefaultAppearance*)getDefaultAppearance;
4453 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
4454 -(BOOL)apply;
4455 
4456 -(void)dealloc;
4457 
4458 @end
4459 
4460 typedef NS_ENUM(NSInteger, FSSoundSampleEncodingFormat) {
4465 };
4466 
4467 @interface FSSound : FSMarkup
4468 -(void*)getCptr;
4469 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4470 -(id)init;
4471 -(id)initWithAnnot: (FSAnnot*)annot;
4473 -(float)getSamplingRate;
4474 -(int)getChannelCount;
4475 -(int)getBits;
4477 -(NSString *)getCompressionFormat;
4479 
4480 -(void)dealloc;
4481 
4482 @end
4483 
4484 @interface FSPagingSeal : FSAnnot
4485 -(id)init NS_UNAVAILABLE;
4486 -(void*)getCptr;
4487 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4488 -(id)initWithAnnot: (FSAnnot*)annot;
4490 
4491 -(void)dealloc;
4492 
4493 @end
4494 
4495 @interface FSRichMedia : FSAnnot
4496 -(void*)getCptr;
4497 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4498 -(id)init;
4499 -(id)initWithAnnot: (FSAnnot*)annot;
4500 -(void)saveMediaFile: (NSString *)file_path;
4502 
4503 -(void)dealloc;
4504 
4505 @end
4506 
4507 typedef NS_ENUM(NSInteger, FSBookmarkStyle) {
4510  FSBookmarkStyleBold = 0x02
4511 };
4512 
4513 typedef NS_ENUM(NSInteger, FSBookmarkPosition) {
4520 };
4521 
4522 @interface FSBookmark : FSBase
4523 @property (nonatomic, copy, getter=getDestination) FSDestination* destination;
4524 @property (nonatomic, copy, getter=getTitle) NSString * title;
4525 @property (nonatomic, getter=getColor) unsigned int color;
4526 @property (nonatomic, getter=getStyle) unsigned int style;
4527 @property (nonatomic, copy, getter=getAction) FSAction* action;
4528 -(id)init NS_UNAVAILABLE;
4529 -(void*)getCptr;
4530 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4531 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc bookmark_dict: (FSPDFDictionary*)bookmark_dict;
4532 -(id)initWithOther: (FSBookmark*)other;
4533 -(BOOL)isEmpty;
4534 -(FSBookmark*)getParent;
4535 -(BOOL)hasChild;
4536 -(FSBookmark*)getFirstChild;
4537 -(FSBookmark*)getNextSibling;
4538 -(FSBookmark*)insert: (NSString *)title position: (FSBookmarkPosition)position;
4539 -(BOOL)moveTo: (FSBookmark*)dest_bookmark position: (FSBookmarkPosition)position;
4540 -(BOOL)removeAction;
4541 -(BOOL)isRoot;
4542 -(BOOL)isFirstChild;
4543 -(BOOL)isLastChild;
4544 -(FSPDFDictionary*)getDict;
4545 
4546 -(void)dealloc;
4547 
4548 @end
4549 
4550 typedef NS_ENUM(NSInteger, FSAssociatedFilesRelationship) {
4559 };
4560 
4562 -(id)init NS_UNAVAILABLE;
4563 -(void*)getCptr;
4564 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4565 -(id)initWithOther: (FSAssociatedFiles*)other;
4566 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
4567 -(BOOL)isEmpty;
4568 -(int)getAssociatedFilesCount: (FSPDFObject*)pdf_object;
4569 -(int)getAssociatedFilesCountWithGraphicsObject: (FSGraphicsObject*)graphics_object;
4570 -(FSFileSpec*)getAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
4571 -(FSFileSpec*)getAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
4572 -(void)associateFile: (FSPDFObject*)pdf_object file_spec: (FSFileSpec*)file_spec;
4573 -(void)associateFile: (FSGraphicsObject*)graphics_object mark_content_item_index: (int)mark_content_item_index current_resource: (FSPDFObject*)current_resource property_name: (NSString *)property_name file_spec: (FSFileSpec*)file_spec;
4574 -(void)associateFileWithPage: (FSPDFPage*)page file_spec: (FSFileSpec*)file_spec;
4575 -(void)associateFileWithImage: (FSImageObject*)image file_spec: (FSFileSpec*)file_spec;
4576 -(void)associateFileWithFormXobject: (FSFormXObject*)form_xobject file_spec: (FSFileSpec*)file_spec;
4577 -(void)associateFileWithAnnot: (FSAnnot*)annot file_spec: (FSFileSpec*)file_spec;
4578 -(void)removeAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
4579 -(void)removeAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
4580 
4581 -(void)dealloc;
4582 
4583 @end
4584 
4585 @interface FSAttachments : FSBase
4586 -(id)init NS_UNAVAILABLE;
4587 -(void*)getCptr;
4588 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4589 -(id)initWithDoc: (FSPDFDoc*)doc nametree: (FSPDFNameTree*)nametree;
4590 -(id)initWithDoc: (FSPDFDoc*)doc;
4591 -(id)initWithOther: (FSAttachments*)other;
4592 -(BOOL)isEmpty;
4593 -(int)getCount;
4594 -(NSString *)getKey: (int)index;
4595 -(FSFileSpec*)getEmbeddedFile: (NSString *)key;
4596 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
4597 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
4598 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
4599 -(BOOL)removeEmbeddedFile: (NSString *)key;
4600 -(BOOL)removeAllEmbeddedFiles;
4601 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
4603 
4604 -(void)dealloc;
4605 
4606 @end
4607 
4608 @interface FSPageNumberRange : NSObject
4609 {
4610  void *swigCPtr;
4612 }
4613 @property (nonatomic, getter=getStart_number) int start_number;
4614 @property (nonatomic, getter=getEnd_number) int end_number;
4615 @property (nonatomic, getter=getFilter) FSRangeFilter filter;
4616 -(void*)getCptr;
4617 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4618 -(id)initWithStart_number: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4619 -(id)init;
4620 -(id)initWithPage_range: (FSPageNumberRange*)page_range;
4621 -(void)set: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4622 -(void)dealloc;
4623 
4624 @end
4625 
4626 @interface FSHeaderFooterContent : NSObject
4627 {
4628  void *swigCPtr;
4630 }
4631 @property (nonatomic, copy, getter=getHeader_left_content) NSString * header_left_content;
4632 @property (nonatomic, copy, getter=getHeader_center_content) NSString * header_center_content;
4633 @property (nonatomic, copy, getter=getHeader_right_content) NSString * header_right_content;
4634 @property (nonatomic, copy, getter=getFooter_left_content) NSString * footer_left_content;
4635 @property (nonatomic, copy, getter=getFooter_center_content) NSString * footer_center_content;
4636 @property (nonatomic, copy, getter=getFooter_right_content) NSString * footer_right_content;
4637 -(void*)getCptr;
4638 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4639 -(id)initWithHeader_left_content: (NSString *)header_left_content header_center_content: (NSString *)header_center_content header_right_content: (NSString *)header_right_content footer_left_content: (NSString *)footer_left_content footer_center_content: (NSString *)footer_center_content footer_right_content: (NSString *)footer_right_content;
4640 -(id)init;
4641 -(id)initWithOther: (FSHeaderFooterContent*)other;
4642 -(void)set: (NSString *)header_left_content header_center_content: (NSString *)header_center_content header_right_content: (NSString *)header_right_content footer_left_content: (NSString *)footer_left_content footer_center_content: (NSString *)footer_center_content footer_right_content: (NSString *)footer_right_content;
4643 -(void)dealloc;
4644 
4645 @end
4646 
4647 @interface FSHeaderFooter : NSObject
4648 {
4649  void *swigCPtr;
4651 }
4652 @property (nonatomic, copy, getter=getFont) FSFont* font;
4653 @property (nonatomic, getter=getText_size) float text_size;
4654 @property (nonatomic, getter=getText_color) unsigned int text_color;
4655 @property (nonatomic, copy, getter=getPage_range) FSPageNumberRange* page_range;
4656 @property (nonatomic, copy, getter=getPage_margin) FSRectF* page_margin;
4657 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
4658 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
4659 @property (nonatomic, getter=getStart_page_number) int start_page_number;
4660 @property (nonatomic, copy, getter=getContent) FSHeaderFooterContent* content;
4661 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
4662 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
4663 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
4664 -(void*)getCptr;
4665 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4666 -(id)initWithFont: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color page_range: (FSPageNumberRange*)page_range page_margin: (FSRectF*)page_margin has_text_shrinked: (BOOL)has_text_shrinked has_fixedsize_for_print: (BOOL)has_fixedsize_for_print start_page_number: (int)start_page_number content: (FSHeaderFooterContent*)content is_to_embed_font: (BOOL)is_to_embed_font is_underline: (BOOL)is_underline;
4667 -(id)init;
4668 -(id)initWithOther: (FSHeaderFooter*)other;
4669 -(void)set: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color page_range: (FSPageNumberRange*)page_range page_margin: (FSRectF*)page_margin has_text_shrinked: (BOOL)has_text_shrinked has_fixedsize_for_print: (BOOL)has_fixedsize_for_print start_page_number: (int)start_page_number content: (FSHeaderFooterContent*)content is_to_embed_font: (BOOL)is_to_embed_font is_underline: (BOOL)is_underline;
4670 -(void)dealloc;
4671 
4672 @end
4673 
4696 };
4697 
4704 };
4705 
4707 -(void*)getCptr;
4708 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4709 -(id)init;
4710 -(id)initWithOther: (FSHeaderFooterContentGenerator*)other;
4711 -(BOOL)isEmpty;
4712 -(void)addDate: (FSHeaderFooterContentGeneratorDateFormatType)format_type;
4713 -(void)addPageNumber: (FSHeaderFooterContentGeneratorPageNumberFormat)format_type;
4714 -(void)addString: (NSString *)new_string;
4715 -(void)clear;
4716 -(NSString *)generateContent;
4717 
4718 -(void)dealloc;
4719 
4720 @end
4721 
4722 typedef NS_ENUM(NSInteger, FSTiledWatermarkSettingsFlags) {
4728 };
4729 
4730 @interface FSTiledWatermarkSettings : NSObject
4731 {
4732  void *swigCPtr;
4734 }
4735 @property (nonatomic, getter=getRow_space) float row_space;
4736 @property (nonatomic, getter=getCol_space) float col_space;
4737 @property (nonatomic, getter=getRotation) float rotation;
4738 @property (nonatomic, getter=getOpacity) int opacity;
4739 @property (nonatomic, getter=getScale) int scale;
4740 @property (nonatomic, getter=getFlags) unsigned int flags;
4741 -(void*)getCptr;
4742 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4743 -(id)initWithRow_space: (float)row_space col_space: (float)col_space rotation: (float)rotation opacity: (int)opacity scale: (int)scale flags: (unsigned int)flags;
4744 -(id)init;
4745 -(id)initWithSettings: (FSTiledWatermarkSettings*)settings;
4746 -(void)set: (float)row_space col_space: (float)col_space rotation: (float)rotation opacity: (int)opacity scale: (int)scale flags: (unsigned int)flags;
4747 -(void)dealloc;
4748 
4749 @end
4750 
4751 @interface FSWrapperData : NSObject
4752 {
4753  void *swigCPtr;
4755 }
4756 @property (nonatomic, getter=getVersion) int version;
4757 @property (nonatomic, copy, getter=getType) NSString * type;
4758 @property (nonatomic, copy, getter=getApp_id) NSString * app_id;
4759 @property (nonatomic, copy, getter=getUri) NSString * uri;
4760 @property (nonatomic, copy, getter=getDescription) NSString * description;
4761 -(void*)getCptr;
4762 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4763 -(id)init;
4764 -(id)initWithVersion: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4765 -(id)initWithWrapper_data: (FSWrapperData*)wrapper_data;
4766 -(void)set: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4767 -(void)dealloc;
4768 
4769 @end
4770 
4771 @interface FSPayLoadData : NSObject
4772 {
4773  void *swigCPtr;
4775 }
4776 @property (nonatomic, getter=getVersion) float version;
4777 @property (nonatomic, copy, getter=getCrypto_filter) NSString * crypto_filter;
4778 @property (nonatomic, copy, getter=getFile_name) NSString * file_name;
4779 @property (nonatomic, getter=getFile_size) long long file_size;
4780 @property (nonatomic, copy, getter=getDescription) NSString * description;
4781 -(void*)getCptr;
4782 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4783 -(id)init;
4784 -(id)initWithVersion: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
4785 -(id)initWithPayload_data: (FSPayLoadData*)payload_data;
4786 -(void)set: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
4787 -(void)dealloc;
4788 
4789 @end
4790 
4791 @interface FSPageBasicInfo : NSObject
4792 {
4793  void *swigCPtr;
4795 }
4796 @property (nonatomic, getter=getWidth) float width;
4797 @property (nonatomic, getter=getHeight) float height;
4798 @property (nonatomic, getter=getRotation) FSRotation rotation;
4799 -(void*)getCptr;
4800 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4801 -(id)initWithWidth: (float)width height: (float)height rotation: (FSRotation)rotation;
4802 -(id)init;
4803 -(id)initWithPage_info: (FSPageBasicInfo*)page_info;
4804 -(void)set: (float)width height: (float)height rotation: (FSRotation)rotation;
4805 -(void)dealloc;
4806 
4807 @end
4808 
4809 @interface FSEmbeddedFontData : NSObject
4810 {
4811  void *swigCPtr;
4813 }
4814 @property (nonatomic, copy, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
4815 @property (nonatomic, copy, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
4816 -(void*)getCptr;
4817 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4818 -(id)init;
4819 -(id)initWithOther: (FSEmbeddedFontData*)other;
4820 -(void)dealloc;
4821 
4822 @end
4823 
4824 @interface FSTableOfContentsConfig : NSObject
4825 {
4826  void *swigCPtr;
4828 }
4829 @property (nonatomic, copy, getter=getTitle) NSString * title;
4830 @property (nonatomic, copy, getter=getBookmark_level_array) FSInt32Array* bookmark_level_array;
4831 @property (nonatomic, getter=getIs_show_serial_number) BOOL is_show_serial_number;
4832 @property (nonatomic, getter=getInclude_toc_pages) BOOL include_toc_pages;
4833 -(void*)getCptr;
4834 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4835 -(id)initWithTitle: (NSString *)title bookmark_level_array: (FSInt32Array*)bookmark_level_array is_show_serial_number: (BOOL)is_show_serial_number include_toc_pages: (BOOL)include_toc_pages;
4836 -(id)init;
4837 -(void)set: (NSString *)title bookmark_level_array: (FSInt32Array*)bookmark_level_array is_show_serial_number: (BOOL)is_show_serial_number include_toc_pages: (BOOL)include_toc_pages;
4838 -(void)dealloc;
4839 
4840 @end
4841 
4842 typedef NS_ENUM(NSInteger, FSPDFDocPasswordType) {
4846  FSPDFDocPwdOwner = 3
4847 };
4848 
4849 typedef NS_ENUM(NSInteger, FSPDFDocEncryptType) {
4858 };
4859 
4860 typedef NS_ENUM(NSInteger, FSPDFDocUserPermissions) {
4868  FSPDFDocPermPrintHigh = 0x0800
4869 };
4870 
4871 typedef NS_ENUM(NSInteger, FSPDFDocSaveFlags) {
4879 };
4880 
4881 typedef NS_ENUM(NSInteger, FSPDFDocImportPageFlags) {
4885 };
4886 
4887 typedef NS_ENUM(NSInteger, FSPDFDocExtractPagesOptions) {
4894 };
4895 
4896 typedef NS_ENUM(NSInteger, FSPDFDocInsertDocOptions) {
4898 };
4899 
4900 typedef NS_ENUM(NSInteger, FSPDFDocDisplayMode) {
4907 };
4908 
4909 typedef NS_ENUM(NSInteger, FSPDFDocDataType) {
4910  FSPDFDocForms = 0x0001,
4911  FSPDFDocAnnots = 0x0002,
4912  FSPDFDocLinks = 0x0004
4913 };
4914 
4915 typedef NS_ENUM(NSInteger, FSPDFDocWrapperType) {
4919 };
4920 
4921 @interface FSPDFDoc : FSBase
4922 @property (nonatomic, getter=getDisplayMode) FSPDFDocDisplayMode displayMode;
4923 @property (nonatomic, getter=getFileVersion) int fileVersion;
4924 -(void*)getCptr;
4925 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4926 -(id)init;
4927 -(id)initWithPath: (NSString *)path;
4928 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read is_async: (BOOL)is_async;
4929 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
4930 -(id)initWithOther: (FSPDFDoc*)other;
4931 -(BOOL)isEmpty;
4932 -(unsigned long long)getFileSize;
4933 -(void)enableInitializingJavascript: (BOOL)to_initialize_js;
4934 -(BOOL)isLinearized;
4935 -(BOOL)isTaggedPDF;
4936 -(FSErrorCode)load: (NSString *)password;
4937 -(FSErrorCode)load;
4938 -(FSErrorCode)loadW: (NSString *)password;
4939 -(FSErrorCode)loadW;
4940 -(BOOL)reload;
4941 -(FSProgressive*)startLoad: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
4942 -(FSProgressive*)startLoad: (NSString *)password is_cache_stream: (BOOL)is_cache_stream;
4943 -(FSProgressive*)startLoad: (NSString *)password;
4944 -(FSProgressive*)startLoad;
4945 -(FSProgressive*)startLoadW: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
4946 -(FSProgressive*)startLoadW: (NSString *)password is_cache_stream: (BOOL)is_cache_stream;
4947 -(FSProgressive*)startLoadW: (NSString *)password;
4948 -(FSProgressive*)startLoadW;
4949 -(int)getFirstAvailPageIndex;
4950 -(BOOL)isXFA;
4951 -(BOOL)isEncrypted;
4952 -(void)clearRenderCache;
4953 -(FSPDFDocPasswordType)getPasswordType;
4954 -(FSPDFDocEncryptType)getEncryptionType;
4955 -(FSPDFDocPasswordType)checkPassword: (NSString *)password;
4956 -(BOOL)isUserPassword: (NSString *)password;
4957 -(BOOL)isOwnerPassword: (NSString *)password;
4958 -(NSString *)getUserPassword: (NSString *)owner_password;
4959 -(FSStdEncryptData*)getStdEncryptData;
4960 -(FSCertificateEncryptData*)getCertificateEncryptData;
4961 -(FSDRMEncryptData*)getDRMEncryptData;
4962 -(FSCustomEncryptData*)getCustomEncryptData;
4963 -(FSRMSEncryptData*)getRMSEncryptData;
4964 -(BOOL)saveAs: (NSString *)file_path save_flags: (unsigned int)save_flags;
4965 -(BOOL)saveAs: (NSString *)file_path;
4966 -(FSProgressive*)startSaveAs: (NSString *)file_path save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
4967 -(FSProgressive*)startSaveAs: (NSString *)file_path save_flags: (unsigned int)save_flags;
4968 -(FSProgressive*)startSaveAs: (NSString *)file_path;
4969 -(FSProgressive*)startSaveAsWithWriterCallback: (id<FSFileWriterCallback>)file save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
4970 -(FSProgressive*)startSaveAsWithWriterCallback: (id<FSFileWriterCallback>)file save_flags: (unsigned int)save_flags;
4971 -(FSProgressive*)startSaveAsWithWriterCallback: (id<FSFileWriterCallback>)file;
4972 -(FSBookmark*)getRootBookmark;
4973 -(FSBookmark*)createRootBookmark;
4974 -(int)getBookmarkLevelDepth;
4975 -(BOOL)removeBookmark: (FSBookmark*)bookmark;
4976 -(BOOL)hasLayer;
4977 -(BOOL)hasHeaderFooter;
4978 -(FSHeaderFooter*)getEditableHeaderFooter;
4979 -(void)addHeaderFooter: (FSHeaderFooter*)headerfooter;
4980 -(void)updateHeaderFooter: (FSHeaderFooter*)headerfooter;
4981 -(BOOL)removeAllHeaderFooters;
4982 -(int)getPageCount;
4983 -(FSPDFPage*)getPage: (int)index;
4984 -(FSPDFDictionary*)getCatalog;
4985 -(FSPDFDictionary*)getTrailer;
4986 -(FSPDFDictionary*)getInfo;
4987 -(FSPDFDictionary*)getEncryptDict;
4988 -(FSPDFDictionary*)getPagesDict;
4989 -(FSPDFObject*)getIndirectObject: (unsigned int)object_number;
4990 -(unsigned int)addIndirectObject: (FSPDFObject*)pdf_object;
4991 -(void)deleteIndirectObject: (unsigned int)object_number;
4992 -(unsigned int)getUserPermissions;
4993 -(BOOL)isWrapper;
4994 -(FSPDFDocWrapperType)getWrapperType;
4995 -(FSWrapperData*)getWrapperData;
4996 -(long long)getWrapperOffset;
4997 -(FSPayLoadData*)getPayLoadData;
4998 -(FSProgressive*)startGetPayloadFile: (id<FSFileWriterCallback>)payload_file pause: (id<FSPauseCallback>)pause;
4999 -(FSProgressive*)startGetPayloadFile: (id<FSFileWriterCallback>)payload_file;
5000 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (FSWrapperData*)wrapper_data user_permissions: (unsigned int)user_permissions owner_password: (NSString *)owner_password;
5001 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (FSWrapperData*)wrapper_data user_permissions: (unsigned int)user_permissions;
5002 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (FSWrapperData*)wrapper_data;
5003 -(BOOL)saveAsWrapperFile: (NSString *)file_path;
5004 -(FSProgressive*)startSaveAsPayloadFile: (NSString *)file_path payload_file_path: (NSString *)payload_file_path crypto_filter: (NSString *)crypto_filter description: (NSString *)description version: (float)version save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
5005 -(FSProgressive*)startSaveAsPayloadFile: (NSString *)file_path payload_file_path: (NSString *)payload_file_path crypto_filter: (NSString *)crypto_filter description: (NSString *)description version: (float)version save_flags: (unsigned int)save_flags;
5006 -(FSProgressive*)startSaveAsPayloadFile: (NSString *)file_path payload_file_path: (NSString *)payload_file_path crypto_filter: (NSString *)crypto_filter description: (NSString *)description version: (float)version;
5007 -(BOOL)hasForm;
5008 -(int)getReadingBookmarkCount;
5009 -(FSReadingBookmark*)getReadingBookmark: (int)index;
5010 -(FSReadingBookmark*)insertReadingBookmark: (int)reading_bookmark_index title: (NSString *)title dest_page_index: (int)dest_page_index;
5011 -(BOOL)removeReadingBookmark: (FSReadingBookmark*)reading_bookmark;
5012 -(int)getSignatureCount;
5013 -(FSSignature*)getSignature: (int)index;
5014 -(void)removeSignature: (FSSignature*)signature;
5015 -(void)enableUpdatePageLabel: (BOOL)enable_update_page_label;
5016 -(FSPDFPage*)insertPage: (int)index width: (float)width height: (float)height;
5017 -(FSPDFPage*)insertPageSize: (int)index size: (FSPDFPageSize)size;
5018 -(FSPDFPage*)insertPage: (int)index;
5019 -(FSPDFPage*)addPageFromTemplate: (NSString *)template_name;
5020 -(BOOL)hidePageTemplate: (NSString *)template_name;
5021 -(BOOL)removePage: (int)index;
5022 -(BOOL)removePageWithPage: (FSPDFPage*)page;
5023 -(BOOL)movePageTo: (FSPDFPage*)page dest_index: (int)dest_index;
5024 -(BOOL)movePagesTo: (FSRange*)page_range dest_index: (int)dest_index;
5025 -(FSProgressive*)startImportPagesFromFilePath: (int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password flags: (unsigned int)flags layer_name: (NSString *)layer_name page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5026 -(FSProgressive*)startImportPagesFromFilePath: (int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password flags: (unsigned int)flags layer_name: (NSString *)layer_name page_range: (FSRange*)page_range;
5027 -(FSProgressive*)startImportPagesFromFilePath: (int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password flags: (unsigned int)flags layer_name: (NSString *)layer_name;
5028 -(FSProgressive*)startImportPagesFromFilePath: (int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password flags: (unsigned int)flags;
5029 -(FSProgressive*)startImportPagesFromFilePath: (int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password;
5030 -(FSProgressive*)startImportPages: (int)dest_index src_doc: (FSPDFDoc*)src_doc flags: (unsigned int)flags layer_name: (NSString *)layer_name page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5031 -(FSProgressive*)startImportPages: (int)dest_index src_doc: (FSPDFDoc*)src_doc flags: (unsigned int)flags layer_name: (NSString *)layer_name page_range: (FSRange*)page_range;
5032 -(FSProgressive*)startImportPages: (int)dest_index src_doc: (FSPDFDoc*)src_doc flags: (unsigned int)flags layer_name: (NSString *)layer_name;
5033 -(FSProgressive*)startImportPages: (int)dest_index src_doc: (FSPDFDoc*)src_doc flags: (unsigned int)flags;
5034 -(FSProgressive*)startImportPages: (int)dest_index src_doc: (FSPDFDoc*)src_doc;
5035 -(FSProgressive*)startExtractPages: (NSString *)file_path options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5036 -(FSProgressive*)startExtractPages: (NSString *)file_path options: (unsigned int)options page_range: (FSRange*)page_range;
5037 -(FSProgressive*)startExtractPages: (NSString *)file_path options: (unsigned int)options;
5038 -(FSProgressive*)startExtractPagesWithWriterCallback: (id<FSFileWriterCallback>)file options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5039 -(FSProgressive*)startExtractPagesWithWriterCallback: (id<FSFileWriterCallback>)file options: (unsigned int)options page_range: (FSRange*)page_range;
5040 -(FSProgressive*)startExtractPagesWithWriterCallback: (id<FSFileWriterCallback>)file options: (unsigned int)options;
5041 -(void)insertDocument: (int)dest_index src_doc: (FSPDFDoc*)src_doc options: (unsigned int)options;
5042 -(BOOL)importFromFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
5043 -(BOOL)importFromFDF: (FSFDFDoc*)fdf_doc types: (int)types;
5044 -(BOOL)importFromFDF: (FSFDFDoc*)fdf_doc;
5045 -(BOOL)exportToFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
5046 -(BOOL)exportToFDF: (FSFDFDoc*)fdf_doc types: (int)types;
5047 -(BOOL)exportToFDF: (FSFDFDoc*)fdf_doc;
5048 -(BOOL)exportAnnotToFDF: (FSAnnot*)pdf_annot fdf_doc: (FSFDFDoc*)fdf_doc;
5049 -(BOOL)exportFormFieldsToFDF: (FSFieldArray*)field_array is_include: (BOOL)is_include fdf_doc: (FSFDFDoc*)fdf_doc;
5050 -(NSString *)getHeader;
5051 -(BOOL)setSecurityHandler: (FSSecurityHandler*)handler;
5052 -(FSSecurityHandler*)getSecurityHandler;
5053 -(BOOL)removeSecurity;
5054 -(int)getFontCount;
5055 -(FSFont*)getFont: (int)index;
5056 -(FSAction*)getOpenAction;
5057 -(BOOL)setOpenAction: (FSAction*)action;
5058 -(BOOL)removeOpenAction;
5059 -(BOOL)doJSOpenAction;
5060 -(BOOL)isPortfolio;
5061 -(FSPageBasicInfo*)getPageBasicInfo: (int)index;
5062 -(FSEmbeddedFontData*)getEmbeddedFontData;
5063 -(void)createDSS;
5064 -(void)addTableOfContentsWithTitle: (NSString *)title bookmark_level_array: (FSInt32Array*)bookmark_level_array;
5065 -(void)addTableOfContents: (FSTableOfContentsConfig*)table_of_contents_config;
5066 -(void)setCacheFile: (id<FSStreamCallback>)file_stream is_own_file_stream: (BOOL)is_own_file_stream;
5067 -(FSProgressive*)startRecognizeForm: (id<FSPauseCallback>)pause;
5068 -(FSProgressive*)startRecognizeForm;
5069 -(NSString *)getPageText: (int)page_index;
5070 -(FSPagingSealSignature*)addPagingSealSignature: (FSRange*)page_range width: (float)width height: (float)height;
5071 -(FSProgressive*)startEmbedAllFonts: (id<FSPauseCallback>)pause;
5072 -(FSProgressive*)startEmbedAllFonts;
5073 -(FSProgressive*)startAddTiledWatermark: (NSString *)text settings: (FSTiledWatermarkSettings*)settings properties: (FSWatermarkTextProperties*)properties page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5074 -(FSProgressive*)startAddTiledWatermark: (NSString *)text settings: (FSTiledWatermarkSettings*)settings properties: (FSWatermarkTextProperties*)properties page_range: (FSRange*)page_range;
5075 -(FSProgressive*)startAddTiledWatermark: (NSString *)src_img_file_path settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5076 -(FSProgressive*)startAddTiledWatermark: (NSString *)src_img_file_path settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range;
5077 -(FSProgressive*)startAddTiledWatermarkWithSrcImgStream: (id<FSFileReaderCallback>)src_img_stream settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5078 -(FSProgressive*)startAddTiledWatermarkWithSrcImgStream: (id<FSFileReaderCallback>)src_img_stream settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range;
5079 -(FSProgressive*)startAddTiledWatermarkWithpage: (FSPDFPage*)page settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5080 -(FSProgressive*)startAddTiledWatermarkWithpage: (FSPDFPage*)page settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range;
5081 -(FSAnnotArray*)getAnnotsByIdArray: (NSArray<NSString *> *)unique_id_arr;
5082 -(void)loadAnnotsFonts: (FSRange*)page_range;
5083 -(id)initWithBuffer: (NSData *)buffer;
5084 
5085 -(void)dealloc;
5086 
5087 @end
5088 
5089 @interface FSFileSpec : FSBase
5090 @property (nonatomic, copy, getter=getFileName) NSString * fileName;
5091 @property (nonatomic, getter=getAssociteFileRelationship) FSAssociatedFilesRelationship associteFileRelationship;
5092 @property (nonatomic, copy, getter=getDescription) NSString * description;
5093 @property (nonatomic, copy, getter=getDescriptionW) NSString * descriptionW;
5094 @property (nonatomic, copy, getter=getCreationDateTime) FSDateTime* creationDateTime;
5095 @property (nonatomic, copy, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
5096 @property (nonatomic, copy, getter=getSubtype) NSString * subtype;
5097 @property (nonatomic, copy, getter=getChecksum) NSData * checksum;
5098 -(id)init NS_UNAVAILABLE;
5099 -(void*)getCptr;
5100 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5101 -(id)initWithDocument: (FSPDFDoc*)document;
5102 -(id)initWithDocument: (FSPDFDoc*)document pdf_object: (FSPDFObject*)pdf_object;
5103 -(id)initWithOther: (FSFileSpec*)other;
5104 -(BOOL)isEmpty;
5105 -(long long)getFileSize;
5106 -(long long)getCompressedEmbeddedFileSize;
5107 -(id<FSFileReaderCallback>)getFileData;
5108 -(BOOL)embed: (NSString *)file_path;
5109 -(BOOL)embedWithPdfObject: (FSPDFObject*)pdf_object;
5110 -(BOOL)embedWithStreamCallback: (id<FSStreamCallback>)stream;
5111 -(BOOL)isEmbedded;
5112 -(void)setSubtype;
5113 -(FSPDFDictionary*)getDict;
5114 -(BOOL)exportToFile: (NSString *)path;
5115 -(BOOL)exportToFileStream: (id<FSStreamCallback>)stream;
5116 
5117 -(void)dealloc;
5118 
5119 @end
5120 
5122 @property (nonatomic, copy, getter=getText_state) FSTextState* text_state;
5123 @property (nonatomic, copy, getter=getText) NSString * text;
5124 -(void*)getCptr;
5125 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5126 -(id)initWithText_state: (FSTextState*)text_state text: (NSString *)text;
5127 -(id)init;
5128 -(id)initWithText_data: (FSTextFillSignObjectData*)text_data;
5129 -(void)set: (FSTextState*)text_state text: (NSString *)text;
5130 -(void)dealloc;
5131 
5132 @end
5133 
5134 @interface FSTextFillSignObjectDataArray : NSObject
5135 {
5136  void *swigCPtr;
5138 }
5139 -(void*)getCptr;
5140 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5141 -(id)init;
5142 -(id)initWithOther: (FSTextFillSignObjectDataArray*)other;
5143 -(unsigned long)getSize;
5144 -(FSTextFillSignObjectData*)getAt: (unsigned long)index;
5145 -(void)add: (FSTextFillSignObjectData*)element;
5146 -(void)removeAt: (unsigned long)index;
5147 -(void)insertAt: (unsigned long)index element: (FSTextFillSignObjectData*)element;
5148 -(void)removeAll;
5149 
5150 -(void)dealloc;
5151 
5152 @end
5153 
5154 typedef NS_ENUM(NSInteger, FSFillSignFillSignObjectType) {
5163 };
5164 
5165 @interface FSFillSign : FSBase
5166 -(id)init NS_UNAVAILABLE;
5167 -(void*)getCptr;
5168 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5169 -(id)initWithPage: (FSPDFPage*)page;
5170 -(id)initWithOther: (FSFillSign*)other;
5171 -(BOOL)isEmpty;
5172 -(FSFillSignObject*)addObject: (FSFillSignFillSignObjectType)type point: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
5173 -(FSFillSignObject*)addObject: (FSFillSignFillSignObjectType)type point: (FSPointF*)point width: (float)width height: (float)height;
5174 -(FSFillSignObject*)addTextObject: (FSTextFillSignObjectDataArray*)text_data point: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation is_comb_field_mode: (BOOL)is_comb_field_mode;
5175 -(FSFillSignObject*)addTextObject: (FSTextFillSignObjectDataArray*)text_data point: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
5176 -(FSFillSignObject*)addTextObject: (FSTextFillSignObjectDataArray*)text_data point: (FSPointF*)point width: (float)width height: (float)height;
5177 -(BOOL)removeObject: (FSFillSignObject*)fillsign_object;
5178 -(FSFillSignObject*)getObjectAtPoint: (FSPointF*)point;
5179 -(FSFillSignObject*)getObjectAtDevicePoint: (FSPointF*)point matrix: (FSMatrix2D*)matrix;
5180 -(FSFillSignObject*)getObjectByFormXObject: (FSFormXObject*)formobject;
5181 
5182 -(void)dealloc;
5183 
5184 @end
5185 
5187 -(void*)getCptr;
5188 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5189 -(id)initWithOther: (FSFillSignObject*)other;
5190 -(id)init;
5191 -(BOOL)isEmpty;
5193 -(void)move: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
5194 -(void)move: (FSPointF*)point width: (float)width height: (float)height;
5195 -(FSRectF*)getRect;
5196 -(BOOL)generateContent;
5198 
5199 -(void)dealloc;
5200 
5201 @end
5202 
5204 -(void*)getCptr;
5205 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5206 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
5207 -(id)init;
5209 -(BOOL)isCombFieldMode;
5210 
5211 -(void)dealloc;
5212 
5213 @end
5214 
5216 -(void*)getCptr;
5217 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5218 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
5219 -(id)init;
5220 -(BOOL)isInitialsType;
5221 -(void)setBitmap: (FSBitmap*)bitmap;
5222 
5223 -(void)dealloc;
5224 
5225 @end
5226 
5227 typedef NS_ENUM(NSInteger, FSOutputPreviewShowType) {
5252 };
5253 
5254 typedef NS_ENUM(NSInteger, FSOutputPreviewColorantType) {
5257 };
5258 
5260 -(id)init NS_UNAVAILABLE;
5261 -(void*)getCptr;
5262 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5263 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
5264 -(id)initWithOther: (FSOutputPreview*)other;
5265 -(BOOL)isEmpty;
5266 -(void)setSimulationProfile: (NSString *)icc_profile_path;
5267 -(void)setShowType: (FSOutputPreviewShowType)show_type;
5268 -(NSArray<NSData *> *)getPlates: (FSOutputPreviewColorantType)colorant_type;
5269 -(unsigned int)getSpotPlateColor: (NSString *)plate_name;
5270 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
5271 -(BOOL)isChecked: (NSString *)plate_name;
5272 -(void)enableSimulateOverprint: (BOOL)is_to_simulate_overprint;
5273 -(FSBitmap*)generatePreviewBitmap: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
5274 
5275 -(void)dealloc;
5276 
5277 @end
5278 
5279 @interface FSLayerNodeArray : NSObject
5280 {
5281  void *swigCPtr;
5283 }
5284 -(void*)getCptr;
5285 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5286 -(id)init;
5287 -(id)initWithOther: (FSLayerNodeArray*)other;
5288 -(unsigned long)getSize;
5289 -(FSLayerNode*)getAt: (unsigned long)index;
5290 -(void)add: (FSLayerNode*)element;
5291 -(void)removeAt: (unsigned long)index;
5292 -(void)insertAt: (unsigned long)index element: (FSLayerNode*)element;
5293 -(void)removeAll;
5294 
5295 -(void)dealloc;
5296 
5297 @end
5298 
5299 @interface FSLayerZoomData : NSObject
5300 {
5301  void *swigCPtr;
5303 }
5304 @property (nonatomic, getter=getMin_factor) float min_factor;
5305 @property (nonatomic, getter=getMax_factor) float max_factor;
5306 -(void*)getCptr;
5307 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5308 -(id)init;
5309 -(id)initWithMin_factor: (float)min_factor max_factor: (float)max_factor;
5310 -(id)initWithData: (FSLayerZoomData*)data;
5311 -(void)set: (float)min_factor max_factor: (float)max_factor;
5312 -(void)dealloc;
5313 
5314 @end
5315 
5316 typedef NS_ENUM(NSInteger, FSLayerTreeUsageState) {
5320  FSLayerTreeStateUndefined = 0x0003
5321 };
5322 
5323 @interface FSLayerTree : FSBase
5324 -(id)init NS_UNAVAILABLE;
5325 -(void*)getCptr;
5326 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5327 -(id)initWithDocument: (FSPDFDoc*)document;
5328 -(id)initWithOther: (FSLayerTree*)other;
5329 -(BOOL)isEmpty;
5330 -(BOOL)setBaseState: (FSLayerTreeUsageState)state;
5333 -(FSPDFArray*)getOCGs;
5334 
5335 -(void)dealloc;
5336 
5337 @end
5338 
5339 @interface FSLayerPrintData : NSObject
5340 {
5341  void *swigCPtr;
5343 }
5344 @property (nonatomic, copy, getter=getSubtype) NSString * subtype;
5345 @property (nonatomic, getter=getPrint_state) FSLayerTreeUsageState print_state;
5346 -(void*)getCptr;
5347 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5348 -(id)initWithSubtype: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
5349 -(id)init;
5350 -(id)initWithData: (FSLayerPrintData*)data;
5351 -(void)set: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
5352 -(void)dealloc;
5353 
5354 @end
5355 
5356 typedef NS_ENUM(NSInteger, FSLayerContextUsageType) {
5361  FSLayerContextUsageZoom = 0x0004
5362 };
5363 
5365 -(id)init NS_UNAVAILABLE;
5366 -(void*)getCptr;
5367 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5368 -(id)initWithDocument: (FSPDFDoc*)document usage_type: (FSLayerContextUsageType)usage_type;
5369 -(id)initWithOther: (FSLayerContext*)other;
5370 -(BOOL)isEmpty;
5373 -(BOOL)reset;
5374 -(BOOL)copyStates: (FSLayerContext*)source_context;
5375 -(BOOL)mergeStates: (FSLayerContext*)source_context;
5376 -(BOOL)isVisible: (FSLayerNode*)layer;
5377 -(BOOL)setVisible: (FSLayerNode*)layer is_visible: (BOOL)is_visible;
5378 
5379 -(void)dealloc;
5380 
5381 @end
5382 
5383 @interface FSLayerNode : FSBase
5384 -(id)init NS_UNAVAILABLE;
5385 -(void*)getCptr;
5386 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5387 -(id)initWithOther: (FSLayerNode*)other;
5388 -(BOOL)isEmpty;
5389 -(int)getChildrenCount;
5390 -(FSLayerNode*)getChild: (int)index;
5391 -(BOOL)removeChild: (int)index;
5392 -(BOOL)moveTo: (FSLayerNode*)parent_layer_node index: (int)index;
5393 -(FSLayerNode*)addChild: (int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
5394 -(NSString *)getName;
5395 -(BOOL)isLocked;
5396 -(BOOL)hasLayer;
5397 -(BOOL)hasIntent: (NSString *)intent;
5398 -(BOOL)isInPage: (FSPDFPage*)page;
5403 -(BOOL)setName: (NSString *)name;
5404 -(BOOL)setDefaultVisible: (BOOL)is_visible;
5405 -(BOOL)setViewUsage: (FSLayerTreeUsageState)state;
5406 -(BOOL)setExportUsage: (FSLayerTreeUsageState)state;
5407 -(BOOL)setPrintUsage: (FSLayerPrintData*)data;
5408 -(BOOL)setZoomUsage: (FSLayerZoomData*)data;
5409 -(FSGraphicsObjectArray*)getGraphicsObjects: (FSPDFPage*)page;
5410 -(BOOL)addGraphicsObject: (FSPDFPage*)page graphicsobject: (FSGraphicsObject*)graphicsobject;
5411 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
5412 -(BOOL)removeUsage: (FSLayerContextUsageType)usage_type;
5414 
5415 -(void)dealloc;
5416 
5417 @end
5418 
5419 @interface FSMetadata : FSBase
5420 @property (nonatomic, copy, getter=getCreationDateTime) FSDateTime* creationDateTime;
5421 @property (nonatomic, copy, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
5422 -(id)init NS_UNAVAILABLE;
5423 -(void*)getCptr;
5424 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5425 -(id)initWithDocument: (FSPDFDoc*)document;
5426 -(id)initWithOther: (FSMetadata*)other;
5427 -(BOOL)isEmpty;
5428 -(BOOL)hasKey: (NSString *)key;
5429 -(NSArray<NSString *> *)getValues: (NSString *)key;
5430 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
5431 -(NSArray<NSString *> *)getCustomerKeys;
5432 -(void)removeCustomerKey: (NSString *)key;
5433 
5434 -(void)dealloc;
5435 
5436 @end
5437 
5439 -(void*)getCptr;
5440 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5441 -(id)init;
5442 -(id)initWithOther: (FSGraphicsObjectArray*)other;
5443 -(int)getSize;
5444 -(int)getUpperBound;
5445 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
5446 -(BOOL)setSize: (int)nNewSize;
5447 -(void)removeAll;
5448 -(FSGraphicsObject*)getAt: (int)nIndex;
5449 -(BOOL)setAt: (int)nIndex newElement: (FSGraphicsObject*)newElement;
5450 -(BOOL)setAtGrow: (int)nIndex newElement: (FSGraphicsObject*)newElement;
5451 -(BOOL)add: (FSGraphicsObject*)newElement;
5452 -(BOOL)insertAt: (int)nIndex newElement: (FSGraphicsObject*)newElement nCount: (int)nCount;
5453 -(BOOL)insertAt: (int)nIndex newElement: (FSGraphicsObject*)newElement;
5454 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
5455 -(BOOL)removeAt: (int)nIndex;
5456 -(BOOL)insertAt: (int)nStartIndex pNewArray: (FSBasicArray*)pNewArray;
5457 -(int)find: (FSGraphicsObject*)data iStart: (int)iStart;
5458 -(int)find: (FSGraphicsObject*)data;
5459 
5460 -(void)dealloc;
5461 
5462 @end
5463 
5464 @interface FSColorState : FSBase
5465 @property (nonatomic, copy, getter=getFillColor) FSColor* fillColor;
5466 @property (nonatomic, copy, getter=getStrokeColor) FSColor* strokeColor;
5467 -(id)init NS_UNAVAILABLE;
5468 -(void*)getCptr;
5469 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5470 -(id)initWithOther: (FSColorState*)other;
5471 -(BOOL)isEmpty;
5472 
5473 -(void)dealloc;
5474 
5475 @end
5476 
5477 @interface FSMarkedContent : NSObject
5478 {
5479  void *swigCPtr;
5481 }
5482 -(id)init NS_UNAVAILABLE;
5483 -(void*)getCptr;
5484 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5485 -(BOOL)hasTag: (NSString *)tag_name;
5486 -(int)getItemCount;
5487 -(NSString *)getItemTagName: (int)index;
5488 -(int)getItemMCID: (int)index;
5489 -(FSPDFDictionary*)getItemPropertyDict: (int)index;
5490 -(int)addItem: (NSString *)tag_name property_dict: (FSPDFDictionary*)property_dict;
5491 -(int)addItem: (NSString *)tag_name;
5492 -(BOOL)removeItem: (NSString *)tag_name;
5493 
5494 -(void)dealloc;
5495 
5496 @end
5497 
5498 typedef NS_ENUM(NSInteger, FSGraphicsObjectBlendMode) {
5515 };
5516 
5517 typedef NS_ENUM(NSInteger, FSGraphicsObjectType) {
5524 };
5525 
5526 @interface FSGraphicsObject : NSObject
5527 {
5528  void *swigCPtr;
5530 }
5531 @property (nonatomic, getter=getStrokeColor) unsigned int strokeColor;
5532 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
5533 @property (nonatomic, copy, getter=getColorState) FSColorState* colorState;
5534 @property (nonatomic, getter=getFillOpacity) float fillOpacity;
5535 @property (nonatomic, getter=getStrokeOpacity) float strokeOpacity;
5536 @property (nonatomic, copy, getter=getMatrix) FSMatrix2D* matrix;
5537 @property (nonatomic, copy, getter=getGraphState) FSGraphState* graphState;
5538 @property (nonatomic, getter=getBlendMode) FSGraphicsObjectBlendMode blendMode;
5539 @property (nonatomic, copy, getter=getClipRect) FSRectF* clipRect;
5540 -(void*)getCptr;
5541 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5542 -(FSGraphicsObjectType)getType;
5543 -(FSRectF*)getRect;
5544 -(BOOL)hasTransparency;
5545 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
5546 -(FSGraphicsObject*)clone;
5547 -(FSGraphicsObject*)clone: (FSGraphicsObjects*)src_graphicsobjects dest_graphicsobjects: (FSGraphicsObjects*)dest_graphicsobjects;
5548 -(int)getClipPathCount;
5549 -(FSPath*)getClipPath: (int)index;
5550 -(FSFillMode)getClipPathFillMode: (int)index;
5551 -(BOOL)addClipPath: (FSPath*)path fill_mode: (FSFillMode)fill_mode;
5552 -(BOOL)removeClipPath: (int)index;
5553 -(int)getClipTextObjectCount;
5554 -(FSTextObject*)getClipTextObject: (int)index;
5555 -(BOOL)addClipTextObject: (FSTextObject*)textobject;
5556 -(BOOL)removeClipTextObject: (int)index;
5557 -(BOOL)clearClips;
5558 -(FSMarkedContent*)getMarkedContent;
5559 -(FSLayerNodeArray*)getLayers: (FSLayerTree*)layer_tree;
5560 -(FSTextObject*)getTextObject;
5561 -(FSFormXObject*)getFormXObject;
5562 -(FSImageObject*)getImageObject;
5563 -(FSPathObject*)getPathObject;
5564 -(FSShadingObject*)getShadingObject;
5565 -(void)rotate: (int)angle;
5566 
5567 -(void)dealloc;
5568 
5569 @end
5570 
5571 typedef NS_ENUM(NSInteger, FSTextStateMode) {
5580 };
5581 
5582 @interface FSTextState : NSObject
5583 {
5584  void *swigCPtr;
5586 }
5587 @property (nonatomic, getter=getVersion) unsigned int version;
5588 @property (nonatomic, getter=getFont_size) float font_size;
5589 @property (nonatomic, getter=getCharspace) float charspace;
5590 @property (nonatomic, getter=getWordspace) float wordspace;
5591 @property (nonatomic, getter=getTextmode) FSTextStateMode textmode;
5592 @property (nonatomic, copy, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
5593 @property (nonatomic, copy, getter=getOrigin_position) FSPointF* origin_position;
5594 @property (nonatomic, copy, getter=getFont) FSFont* font;
5595 -(void*)getCptr;
5596 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5597 -(id)initWithVersion: (unsigned int)version font: (FSFont*)font font_size: (float)font_size charspace: (float)charspace wordspace: (float)wordspace textmode: (FSTextStateMode)textmode origin_position: (FSPointF*)origin_position textmatrix: (NSArray<NSNumber *> *)textmatrix;
5598 -(id)init;
5599 -(id)initWithState: (FSTextState*)state;
5600 -(void)set: (unsigned int)version font: (FSFont*)font font_size: (float)font_size charspace: (float)charspace wordspace: (float)wordspace textmode: (FSTextStateMode)textmode origin_position: (FSPointF*)origin_position textmatrix: (NSArray<NSNumber *> *)textmatrix;
5601 
5602 -(void)dealloc;
5603 
5604 @end
5605 
5607 -(id)init NS_UNAVAILABLE;
5608 -(void*)getCptr;
5609 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5610 +(FSImageObject*)create: (FSPDFDoc*)document;
5611 -(void)setBitmap: (FSBitmap*)bitmap mask: (FSBitmap*)mask;
5612 -(void)setBitmap: (FSBitmap*)bitmap;
5613 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
5614 -(FSBitmap*)cloneBitmap: (FSGraphicsObjects*)graphics_objects;
5615 -(FSBitmap*)cloneBitmap: (FSPDFPage*)page graphics_objects: (FSGraphicsObjects*)graphics_objects;
5616 +(FSImageObject*)createFromType3TextObject: (FSPDFPage*)page text_obj: (FSTextObject*)text_obj;
5617 -(FSBitmap*)saveAsBitmap: (FSGraphicsObjects*)graphics_objects;
5620 -(void)loadStream: (FSPDFDoc*)document stream: (FSPDFStream*)stream;
5621 -(BOOL)isImageMask;
5622 -(FSPDFObject*)getMask;
5623 
5624 -(void)dealloc;
5625 
5626 @end
5627 
5629 @property (nonatomic, copy, getter=getText) NSString * text;
5630 -(id)init NS_UNAVAILABLE;
5631 -(void*)getCptr;
5632 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5633 +(FSTextObject*)create;
5634 -(FSTextState*)getTextState: (FSPDFPage*)page;
5635 -(void)setTextState: (FSPDFPage*)page text_state: (FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
5636 -(int)getCharCount;
5637 -(FSPointF*)getCharPos: (int)index;
5638 -(float)getCharWidthByIndex: (int)index;
5639 -(float)getCharHeightByIndex: (int)index;
5640 
5641 -(void)dealloc;
5642 
5643 @end
5644 
5646 @property (nonatomic, getter=getFillMode) FSFillMode fillMode;
5647 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
5648 @property (nonatomic, copy, getter=getPathData) FSPath* pathData;
5649 -(id)init NS_UNAVAILABLE;
5650 -(void*)getCptr;
5651 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5652 +(FSPathObject*)create;
5653 +(FSPathObject*)createFromTextObject: (FSPDFPage*)page text_obj: (FSTextObject*)text_obj;
5654 
5655 -(void)dealloc;
5656 
5657 @end
5658 
5660 -(id)init NS_UNAVAILABLE;
5661 -(void*)getCptr;
5662 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5663 +(FSFormXObject*)create: (FSPDFDoc*)document;
5666 -(BOOL)importPageContent: (FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
5667 
5668 -(void)dealloc;
5669 
5670 @end
5671 
5673 -(id)init NS_UNAVAILABLE;
5674 -(void*)getCptr;
5675 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5677 
5678 -(void)dealloc;
5679 
5680 @end
5681 
5682 typedef NS_ENUM(NSInteger, FSGraphicsObjectsTextMergeOption) {
5686 };
5687 
5689 -(void*)getCptr;
5690 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5691 -(id)initWithOther: (FSGraphicsObjects*)other;
5692 -(BOOL)isEmpty;
5695 -(long)getNextGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
5696 -(long)getNextGraphicsObjectPosition: (long)position;
5699 -(long)getPrevGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
5700 -(long)getPrevGraphicsObjectPosition: (long)position;
5701 -(FSGraphicsObject*)getGraphicsObject: (long)position;
5702 -(long)insertGraphicsObject: (long)position_insert_after graphics_object: (FSGraphicsObject*)graphics_object;
5703 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
5704 -(BOOL)removeGraphicsObjectByPosition: (long)position;
5705 -(long)moveGraphicsObjectByPosition: (long)current_position position_move_after: (long)position_move_after;
5706 -(long)getGraphicsObjectPosition: (FSGraphicsObject*)graphics_object;
5708 -(int)getGraphicsObjectIndex: (FSGraphicsObject*)graphics_object;
5709 -(FSGraphicsObject*)getGraphicsObjectWithIndex: (int)index;
5710 -(BOOL)generateContent;
5711 -(BOOL)generateContent: (FSGraphicsObjectsTextMergeOption)text_merge_option;
5712 
5713 -(void)dealloc;
5714 
5715 @end
5716 
5717 typedef NS_ENUM(NSInteger, FSPDFPageParseFlags) {
5720 };
5721 
5722 typedef NS_ENUM(NSInteger, FSPDFPageCalcMarginMode) {
5725 };
5726 
5727 typedef NS_ENUM(NSInteger, FSPDFPageFlattenOptions) {
5731 };
5732 
5733 typedef NS_ENUM(NSInteger, FSPDFPageBoxType) {
5738  FSPDFPageBleedBox = 4
5739 };
5740 
5741 typedef NS_ENUM(NSInteger, FSPDFPageSize) {
5753  FSPDFPageSizeB6 = 12
5754 };
5755 
5757 @property (nonatomic, getter=getRotation) FSRotation rotation;
5758 @property (nonatomic, getter=getUserUnitSize) float userUnitSize;
5759 -(id)init NS_UNAVAILABLE;
5760 -(void*)getCptr;
5761 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5762 -(id)initWithDocument: (FSPDFDoc*)document page_dict: (FSPDFDictionary*)page_dict;
5763 -(id)initWithOther: (FSGraphicsObjects*)other;
5764 -(FSPDFDoc*)getDocument;
5765 -(FSPDFDictionary*)getDict;
5766 -(BOOL)isParsed;
5767 -(FSProgressive*)startParse: (unsigned int)flags pause: (id<FSPauseCallback>)pause is_reparse: (BOOL)is_reparse;
5768 -(FSProgressive*)startParse: (unsigned int)flags pause: (id<FSPauseCallback>)pause;
5769 -(FSProgressive*)startParse: (unsigned int)flags;
5770 -(FSProgressive*)startParse;
5771 -(int)getIndex;
5772 -(float)getHeight;
5773 -(float)getWidth;
5774 -(FSBitmap*)loadThumbnail;
5775 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
5776 -(FSRectF*)calcContentBBox: (FSPDFPageCalcMarginMode)mode;
5777 -(int)getAnnotCount;
5778 -(FSAnnot*)getAnnot: (int)index;
5779 -(FSAnnot*)getAnnotAtPoint: (FSPointF*)position tolerance: (float)tolerance;
5780 -(FSAnnot*)getAnnotAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
5781 -(FSAnnot*)getAnnotAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance;
5782 -(FSAnnotArray*)getAnnotsAtPoint: (FSPointF*)position tolerance: (float)tolerance;
5783 -(FSAnnotArray*)getAnnotsAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
5784 -(FSAnnotArray*)getAnnotsAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance;
5785 -(FSAnnot*)addAnnot: (FSAnnotType)type rect: (FSRectF*)rect;
5786 -(FSAnnot*)addAnnotWithDictionary: (FSPDFDictionary*)annot_dict;
5787 -(BOOL)removeAnnot: (FSAnnot*)annot;
5788 -(void)moveAnnotToFirst: (FSAnnot*)annot;
5789 -(void)moveAnnotToLast: (FSAnnot*)annot;
5790 -(void)moveAnnotToPrev: (FSAnnot*)annot;
5791 -(void)moveAnnotToNext: (FSAnnot*)annot;
5792 -(void)updateAnnotList;
5793 -(BOOL)hasTransparency;
5794 -(BOOL)isScanned;
5795 -(BOOL)flatten: (BOOL)for_display options: (unsigned int)options;
5796 -(BOOL)flatten: (BOOL)for_display;
5797 -(BOOL)flattenAnnot: (FSAnnot*)annot;
5798 -(BOOL)setAnnotGroup: (FSMarkupArray*)annot_array header_index: (int)header_index;
5799 -(FSSignature*)addSignature: (FSRectF*)rect;
5800 -(FSSignature*)addSignatureWithFieldName: (FSRectF*)rect field_name: (NSString *)field_name;
5801 -(FSSignature*)addSignatureWithSignatureType: (FSRectF*)rect field_name: (NSString *)field_name signature_type: (FSSignatureSignatureType)signature_type to_check_permission: (BOOL)to_check_permission;
5802 -(FSSignature*)addSignatureWithSignatureType: (FSRectF*)rect field_name: (NSString *)field_name signature_type: (FSSignatureSignatureType)signature_type;
5803 -(FSSignature*)addSignatureWithExistedVDict: (FSRectF*)rect field_name: (NSString *)field_name signature_type: (FSSignatureSignatureType)signature_type to_check_permission: (BOOL)to_check_permission existed_signature: (FSSignature*)existed_signature;
5804 -(BOOL)hasWatermark;
5805 -(BOOL)removeAllWatermarks;
5806 -(void)setSize: (float)width height: (float)height;
5807 -(void)setSize: (FSPDFPageSize)size;
5808 -(void)setBox: (FSPDFPageBoxType)box_type box: (FSRectF*)box;
5809 -(FSRectF*)getBox: (FSPDFPageBoxType)box_type;
5810 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path need_transform_annotations: (BOOL)need_transform_annotations;
5811 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path;
5812 -(BOOL)normalize;
5813 -(void)setClipRect: (FSRectF*)clip_rect;
5814 -(void)setThumbnail: (FSBitmap*)thumbnail;
5815 -(FSGraphicsObject*)getGraphicsObjectAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
5816 -(FSGraphicsObject*)getGraphicsObjectAtPoint: (FSPointF*)point tolerance: (float)tolerance;
5817 -(FSGraphicsObjectArray*)getGraphicsObjectsAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
5818 -(FSGraphicsObjectArray*)getGraphicsObjectsAtPoint: (FSPointF*)point tolerance: (float)tolerance;
5819 -(FSGraphicsObject*)getGraphicsObjectAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
5820 -(FSGraphicsObject*)getGraphicsObjectAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
5821 -(FSGraphicsObjectArray*)getGraphicsObjectsAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
5822 -(FSGraphicsObjectArray*)getGraphicsObjectsAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
5823 -(FSGraphicsObject*)getGraphicsObjectAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
5824 -(FSGraphicsObject*)getGraphicsObjectAtRectangle: (FSRectF*)rect;
5825 -(FSGraphicsObjectArray*)getGraphicsObjectsAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
5826 -(FSGraphicsObjectArray*)getGraphicsObjectsAtRectangle: (FSRectF*)rect;
5827 -(BOOL)addImage: (FSImage*)image frame_index: (int)frame_index position: (FSPointF*)position width: (float)width height: (float)height auto_generate_content: (BOOL)auto_generate_content;
5828 -(BOOL)addImage: (FSImage*)image frame_index: (int)frame_index position: (FSPointF*)position width: (float)width height: (float)height;
5829 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (FSPointF*)position width: (float)width height: (float)height auto_generate_content: (BOOL)auto_generate_content;
5830 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (FSPointF*)position width: (float)width height: (float)height;
5831 -(FSPDFArray*)getAnnots;
5832 -(FSPDFDictionary*)getResources;
5833 -(FSPDFObject*)getContents;
5834 -(FSPDFStream*)getThumb;
5835 -(FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
5836 -(void)clearRenderCache;
5837 -(FSRectF*)getSuggestedRect: (FSBitmap*)render_result render_matrix: (FSMatrix2D*)render_matrix point: (FSPointF*)point;
5838 -(BOOL)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style matrix: (FSMatrix2D*)matrix is_each_text: (BOOL)is_each_text disable_embed_font: (BOOL)disable_embed_font;
5839 -(BOOL)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style matrix: (FSMatrix2D*)matrix is_each_text: (BOOL)is_each_text;
5840 -(BOOL)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style matrix: (FSMatrix2D*)matrix;
5841 -(BOOL)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style;
5842 -(FSRectF*)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style rotation: (int)rotation rotate_point: (FSRotationPointOptions)rotate_point disable_embed_font: (BOOL)disable_embed_font;
5843 -(FSRectF*)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style rotation: (int)rotation rotate_point: (FSRotationPointOptions)rotate_point;
5844 -(FSRectF*)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style rotation: (int)rotation;
5845 -(FSRectF*)calculateNewRectForText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style rotation: (int)rotation rotate_point: (FSRotationPointOptions)rotate_point disable_embed_font: (BOOL)disable_embed_font;
5846 -(FSRectF*)calculateNewRectForText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style rotation: (int)rotation rotate_point: (FSRotationPointOptions)rotate_point;
5847 -(FSRectF*)calculateNewRectForText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style rotation: (int)rotation;
5848 
5849 -(void)dealloc;
5850 
5851 @end
5852 
5853 typedef NS_ENUM(NSInteger, FSDocViewerPrefsPrintScale) {
5856 };
5857 
5858 typedef NS_ENUM(NSInteger, FSDocViewerPrefsViewerPref) {
5865 };
5866 
5868 @property (nonatomic, getter=getNonFullScreenPageMode) FSPDFDocDisplayMode nonFullScreenPageMode;
5869 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
5870 @property (nonatomic, getter=getViewArea) FSPDFPageBoxType viewArea;
5871 @property (nonatomic, getter=getViewClip) FSPDFPageBoxType viewClip;
5872 @property (nonatomic, getter=getPrintArea) FSPDFPageBoxType printArea;
5873 @property (nonatomic, getter=getPrintClip) FSPDFPageBoxType printClip;
5874 @property (nonatomic, getter=getPrintScale) FSDocViewerPrefsPrintScale printScale;
5875 @property (nonatomic, getter=getPrintCopies) int printCopies;
5876 @property (nonatomic, copy, getter=getPrintRange) FSRange* printRange;
5877 -(id)init NS_UNAVAILABLE;
5878 -(void*)getCptr;
5879 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5880 -(id)initWithDocument: (FSPDFDoc*)document pdf_dict: (FSPDFDictionary*)pdf_dict;
5881 -(id)initWithDocument: (FSPDFDoc*)document;
5882 -(id)initWithOther: (FSDocViewerPrefs*)other;
5883 -(BOOL)isEmpty;
5884 -(BOOL)getUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref;
5885 -(void)setUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref value: (BOOL)value;
5886 -(FSPDFDictionary*)getDict;
5887 
5888 -(void)dealloc;
5889 
5890 @end
5891 
5892 typedef NS_ENUM(NSInteger, FSPageLabelsStyle) {
5899 };
5900 
5901 @interface FSPageLabels : FSBase
5902 -(id)init NS_UNAVAILABLE;
5903 -(void*)getCptr;
5904 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5905 -(id)initWithDocument: (FSPDFDoc*)document;
5906 -(id)initWithOther: (FSPageLabels*)other;
5907 -(BOOL)isEmpty;
5908 -(NSString *)getPageLabelTitle: (int)page_index;
5909 -(BOOL)hasPageLabel: (int)page_index;
5910 -(FSPageLabelsStyle)getPageLabelStyle: (int)page_index;
5911 -(NSString *)getPageLabelPrefix: (int)page_index;
5912 -(int)getPageLabelStart: (int)page_index;
5913 -(void)setPageLabel: (int)page_index label_style: (FSPageLabelsStyle)label_style first_label_number: (int)first_label_number prefix_string: (NSString *)prefix_string;
5914 -(void)setPageLabel: (int)page_index label_style: (FSPageLabelsStyle)label_style first_label_number: (int)first_label_number;
5915 -(void)removePageLabel: (int)page_index;
5916 -(void)removeAll;
5918 
5919 -(void)dealloc;
5920 
5921 @end
5922 
5923 
5924 
5925 @interface FSPSI : FSBase
5926 -(id)init NS_UNAVAILABLE;
5927 -(void*)getCptr;
5928 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5929 -(id)initWithBitmap: (FSBitmap*)bitmap simulate: (BOOL)simulate;
5930 -(id)initWithWidth: (int)width height: (int)height simulate: (BOOL)simulate;
5931 -(id)initWithOther: (FSPSI*)other;
5932 -(BOOL)isEmpty;
5933 -(void)setCallback: (id<FSPSICallback>)callback;
5934 -(void)setColor: (unsigned int)color;
5935 -(void)setDiameter: (int)diameter;
5936 -(void)setOpacity: (float)opacity;
5937 -(void)addPoint: (FSPointF*)point type: (FSPathPointType)type pressure: (float)pressure;
5939 -(FSBitmap*)getBitmap;
5940 -(FSPSInk*)convertToPDFAnnot: (FSPDFPage*)page annot_rect: (FSRectF*)annot_rect rotate: (FSRotation)rotate;
5941 
5942 -(void)dealloc;
5943 
5944 @end
5945 
5947 @property (nonatomic, copy, getter=getTitle) NSString * title;
5948 @property (nonatomic, getter=getPageIndex) int pageIndex;
5949 -(id)init NS_UNAVAILABLE;
5950 -(void*)getCptr;
5951 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5952 -(id)initWithOther: (FSReadingBookmark*)other;
5953 -(BOOL)isEmpty;
5954 -(FSDateTime*)getDateTime: (BOOL)is_creation_date;
5955 -(void)setDateTime: (FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
5956 
5957 -(void)dealloc;
5958 
5959 @end
5960 
5961 typedef NS_ENUM(NSInteger, FSReflowPageFlags) {
5965 };
5966 
5967 @interface FSReflowPage : FSBase
5968 -(id)init NS_UNAVAILABLE;
5969 -(void*)getCptr;
5970 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5971 -(id)initWithPage: (FSPDFPage*)page;
5972 -(id)initWithOther: (FSReflowPage*)other;
5973 -(BOOL)isEmpty;
5974 -(void)setScreenSize: (float)width height: (float)height;
5975 -(void)setScreenMargin: (int)left top: (int)top right: (int)right bottom: (int)bottom;
5976 -(void)setZoom: (int)zoom;
5977 -(void)setParseFlags: (unsigned int)flags;
5978 -(void)setLineSpace: (float)line_space;
5979 -(void)setImageScale: (float)image_scale;
5980 -(void)setTopSpace: (float)top_space;
5983 -(float)getContentWidth;
5984 -(float)getContentHeight;
5985 -(FSMatrix2D*)getDisplayMatrix: (float)offset_x offset_y: (float)offset_y width: (int)width height: (int)height rotate: (FSRotation)rotate;
5986 -(NSString *)getFocusData: (FSMatrix2D*)matrix point: (FSPointF*)point;
5987 -(FSPointF*)getFocusPosition: (FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
5988 -(BOOL)isParsed;
5989 
5990 -(void)dealloc;
5991 
5992 @end
5993 
5994 
5995 
5996 typedef NS_ENUM(NSInteger, FSTextPageCharInfoTextCharFlag) {
6003 };
6004 
6005 @interface FSTextPageCharInfo : NSObject
6006 {
6007  void *swigCPtr;
6009 }
6010 @property (nonatomic, copy, getter=getFont) FSFont* font;
6011 @property (nonatomic, getter=getFlag) FSTextPageCharInfoTextCharFlag flag;
6012 @property (nonatomic, getter=getFont_size) float font_size;
6013 @property (nonatomic, getter=getOrigin_x) float origin_x;
6014 @property (nonatomic, getter=getOrigin_y) float origin_y;
6015 @property (nonatomic, copy, getter=getChar_box) FSRectF* char_box;
6016 @property (nonatomic, copy, getter=getChar_outbox) FSRectF* char_outbox;
6017 @property (nonatomic, copy, getter=getMatrix) FSMatrix2D* matrix;
6018 -(void*)getCptr;
6019 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6020 -(id)initWithFont: (FSFont*)font flag: (FSTextPageCharInfoTextCharFlag)flag font_size: (float)font_size origin_x: (float)origin_x origin_y: (float)origin_y char_box: (FSRectF*)char_box char_outbox: (FSRectF*)char_outbox matrix: (FSMatrix2D*)matrix;
6021 -(id)init;
6022 -(id)initWithChar_info: (FSTextPageCharInfo*)char_info;
6023 -(void)set: (FSFont*)font flag: (FSTextPageCharInfoTextCharFlag)flag font_size: (float)font_size origin_x: (float)origin_x origin_y: (float)origin_y char_box: (FSRectF*)char_box char_outbox: (FSRectF*)char_outbox matrix: (FSMatrix2D*)matrix;
6024 -(void)dealloc;
6025 
6026 @end
6027 
6028 typedef NS_ENUM(NSInteger, FSTextPageTextParseFlags) {
6032 };
6033 
6034 typedef NS_ENUM(NSInteger, FSTextPageTextOrderFlag) {
6037 };
6038 
6039 @interface FSTextPage : FSBase
6040 -(id)init NS_UNAVAILABLE;
6041 -(void*)getCptr;
6042 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6043 -(id)initWithPage: (FSPDFPage*)page flags: (int)flags;
6044 -(id)initWithPage: (FSPDFPage*)page;
6045 -(id)initWithOther: (FSTextPage*)other;
6046 -(BOOL)isEmpty;
6047 -(int)getCharCount;
6048 -(FSTextPageCharInfo*)getCharInfo: (int)char_index;
6049 -(NSString *)getChars: (int)start count: (int)count;
6050 -(NSString *)getChars: (int)start;
6051 -(NSString *)getChars;
6052 -(int)getIndexAtPos: (float)x y: (float)y tolerance: (float)tolerance;
6053 -(NSString *)getTextInRect: (FSRectF*)rect;
6054 -(NSString *)getText: (FSTextPageTextOrderFlag)flag;
6055 -(FSRange*)getWordAtPos: (float)x y: (float)y tolerance: (float)tolerance;
6056 -(int)getTextRectCount: (int)start count: (int)count;
6057 -(int)getTextRectCount: (int)start;
6058 -(int)getTextRectCount;
6059 -(FSRectF*)getTextRect: (int)rect_index;
6060 -(FSRotation)getBaselineRotation: (int)rect_index;
6061 -(FSRectFArray*)getTextRectArrayByRect: (FSRectF*)rect;
6062 -(FSRange*)getCharRange: (FSRectF*)rect;
6063 -(NSString *)getTextUnderAnnot: (FSAnnot*)annot;
6064 
6065 -(void)dealloc;
6066 
6067 @end
6068 
6069 typedef NS_ENUM(NSInteger, FSTextSearchSearchFlags) {
6075 };
6076 
6077 @interface FSTextSearch : FSBase
6078 -(id)init NS_UNAVAILABLE;
6079 -(void*)getCptr;
6080 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6081 -(id)initWithDocument: (FSPDFDoc*)document cancel: (id<FSSearchCancelCallback>)cancel flags: (int)flags;
6082 -(id)initWithDocument: (FSPDFDoc*)document cancel: (id<FSSearchCancelCallback>)cancel;
6083 -(id)initWithDocument: (FSPDFDoc*)document;
6084 -(id)initWithXfa_document: (FSXFADoc*)xfa_document cancel: (id<FSSearchCancelCallback>)cancel;
6085 -(id)initWithXfa_document: (FSXFADoc*)xfa_document;
6086 -(id)initWithText_page: (FSTextPage*)text_page;
6087 -(id)initWithAnnot: (FSAnnot*)annot;
6088 -(id)initWithOther: (FSTextSearch*)other;
6089 -(BOOL)isEmpty;
6090 -(BOOL)setPattern: (NSString *)key_words is_regex_search: (BOOL)is_regex_search;
6091 -(BOOL)setPattern: (NSString *)key_words;
6092 -(BOOL)setStartPage: (int)page_index;
6093 -(BOOL)setEndPage: (int)page_index;
6094 -(BOOL)setStartCharacter: (int)char_index;
6095 -(BOOL)setSearchFlags: (unsigned int)search_flags;
6096 -(BOOL)findNext;
6097 -(BOOL)findPrev;
6099 -(int)getMatchPageIndex;
6100 -(NSString *)getMatchSentence;
6104 -(int)getMatchEndCharIndex;
6105 
6106 -(void)dealloc;
6107 
6108 @end
6109 
6110 @interface FSTextLink : FSBase
6111 -(id)init NS_UNAVAILABLE;
6112 -(void*)getCptr;
6113 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6114 -(id)initWithOther: (FSTextLink*)other;
6115 -(BOOL)isEmpty;
6116 -(NSString *)getURI;
6117 -(int)getStartCharIndex;
6118 -(int)getEndCharIndex;
6120 
6121 -(void)dealloc;
6122 
6123 @end
6124 
6126 -(id)init NS_UNAVAILABLE;
6127 -(void*)getCptr;
6128 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6129 -(id)initWithPage: (FSTextPage*)page;
6130 -(id)initWithOther: (FSPageTextLinks*)other;
6131 -(BOOL)isEmpty;
6132 -(int)getTextLinkCount;
6133 -(FSTextLink*)getTextLink: (int)index;
6134 
6135 -(void)dealloc;
6136 
6137 @end
6138 
6140 -(void*)getCptr;
6141 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6142 -(id)init;
6143 -(id)initWithOther: (FSEnvelopeArray*)other;
6144 -(int)getSize;
6145 -(int)getUpperBound;
6146 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
6147 -(BOOL)setSize: (int)nNewSize;
6148 -(void)removeAll;
6149 -(FSEnvelope*)getAt: (int)nIndex;
6150 -(BOOL)setAt: (int)nIndex newElement: (FSEnvelope*)newElement;
6151 -(BOOL)setAtGrow: (int)nIndex newElement: (FSEnvelope*)newElement;
6152 -(BOOL)add: (FSEnvelope*)newElement;
6153 -(BOOL)insertAt: (int)nIndex newElement: (FSEnvelope*)newElement nCount: (int)nCount;
6154 -(BOOL)insertAt: (int)nIndex newElement: (FSEnvelope*)newElement;
6155 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
6156 -(BOOL)removeAt: (int)nIndex;
6157 -(BOOL)insertAt: (int)nStartIndex pNewArray: (FSBasicArray*)pNewArray;
6158 -(int)find: (FSEnvelope*)data iStart: (int)iStart;
6159 -(int)find: (FSEnvelope*)data;
6160 
6161 -(void)dealloc;
6162 
6163 @end
6164 
6165 typedef NS_ENUM(NSInteger, FSSecurityHandlerCipherType) {
6169 };
6170 
6172 -(void*)getCptr;
6173 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6174 -(id)init;
6175 -(id)initWithOther: (FSSecurityHandler*)other;
6176 -(BOOL)isEmpty;
6178 
6179 -(void)dealloc;
6180 
6181 @end
6182 
6183 @interface FSStdEncryptData : NSObject
6184 {
6185  void *swigCPtr;
6187 }
6188 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6189 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
6190 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
6191 @property (nonatomic, getter=getKey_length) int key_length;
6192 -(void*)getCptr;
6193 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6194 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
6195 -(id)init;
6196 -(id)initWithOther: (FSStdEncryptData*)other;
6197 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
6198 -(void)dealloc;
6199 
6200 @end
6201 
6202 typedef NS_ENUM(NSInteger, FSStdSecurityHandlerModifyFlag) {
6206 };
6207 
6209 -(void*)getCptr;
6210 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6211 -(id)init;
6212 -(id)initWithOther: (FSSecurityHandler*)other;
6213 -(BOOL)initialize: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6214 -(BOOL)initializeW: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6215 -(void)setAES256ModifyFlags: (unsigned int)modify_flags;
6216 
6217 -(void)dealloc;
6218 
6219 @end
6220 
6221 @interface FSCertificateEncryptData : NSObject
6222 {
6223  void *swigCPtr;
6225 }
6226 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6227 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
6228 @property (nonatomic, copy, getter=getEnvelopes) NSArray<NSData *> * envelopes;
6229 -(void*)getCptr;
6230 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6231 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
6232 -(id)init;
6233 -(id)initWithOther: (FSCertificateEncryptData*)other;
6234 -(void)set: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
6235 -(void)dealloc;
6236 
6237 @end
6238 
6239 @interface FSEnvelope : FSBase
6240 -(id)init NS_UNAVAILABLE;
6241 -(void*)getCptr;
6242 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6243 -(id)initWithCertFilePath: (NSString *)certFilePath;
6244 -(id)initWithOther: (FSEnvelope*)other;
6245 -(NSString *)getDecryptionKey: (NSString *)p12FilePath password: (NSString *)password;
6246 -(id)initWithBuffer: (NSData *)buffer;
6247 
6248 -(void)dealloc;
6249 
6250 @end
6251 
6253 -(void*)getCptr;
6254 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6255 -(id)init;
6256 -(id)initWithOther: (FSSecurityHandler*)other;
6257 -(BOOL)initialize: (FSEnvelopeArray*)envelopes cipher: (FSSecurityHandlerCipherType)cipher is_encrypt_metadata: (BOOL)is_encrypt_metadata;
6258 -(BOOL)initialize: (FSCertificateEncryptData*)encrypt_data encrypt_key: (NSString *)encrypt_key;
6259 
6260 -(void)dealloc;
6261 
6262 @end
6263 
6264 @interface FSDRMEncryptData : NSObject
6265 {
6266  void *swigCPtr;
6268 }
6269 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6270 @property (nonatomic, copy, getter=getSub_filter) NSString * sub_filter;
6271 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
6272 @property (nonatomic, getter=getKey_length) int key_length;
6273 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
6274 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
6275 -(void*)getCptr;
6276 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6277 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata sub_filter: (NSString *)sub_filter cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length is_owner: (BOOL)is_owner user_permissions: (unsigned int)user_permissions;
6278 -(id)init;
6279 -(id)initWithOther: (FSDRMEncryptData*)other;
6280 -(void)set: (BOOL)is_encrypt_metadata sub_filter: (NSString *)sub_filter cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length is_owner: (BOOL)is_owner user_permissions: (unsigned int)user_permissions;
6281 -(void)dealloc;
6282 
6283 @end
6284 
6286 -(void*)getCptr;
6287 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6288 -(id)init;
6289 -(id)initWithOther: (FSSecurityHandler*)other;
6290 -(BOOL)initialize: (FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSString *)initial_key;
6291 -(NSString *)getDRMValue: (NSString *)key;
6292 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
6293 -(BOOL)verifyEncryptionParams;
6294 
6295 -(void)dealloc;
6296 
6297 @end
6298 
6299 @interface FSCustomEncryptData : NSObject
6300 {
6301  void *swigCPtr;
6303 }
6304 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6305 @property (nonatomic, copy, getter=getFilter) NSString * filter;
6306 @property (nonatomic, copy, getter=getSub_filter) NSString * sub_filter;
6307 -(void*)getCptr;
6308 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6309 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6310 -(id)init;
6311 -(id)initWithOther: (FSCustomEncryptData*)other;
6312 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6313 -(void)dealloc;
6314 
6315 @end
6316 
6318 -(void*)getCptr;
6319 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6320 -(id)init;
6321 -(id)initWithOther: (FSSecurityHandler*)other;
6322 -(BOOL)initialize: (FSCustomEncryptData*)encrypt_data callback: (id<FSCustomSecurityCallback>)callback encrypt_info: (NSString *)encrypt_info;
6323 -(BOOL)initialize: (FSCustomEncryptData*)encrypt_data callback: (id<FSCustomSecurityCallback>)callback;
6324 
6325 -(void)dealloc;
6326 
6327 @end
6328 
6329 @interface FSRMSEncryptData : NSObject
6330 {
6331  void *swigCPtr;
6333 }
6334 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6335 @property (nonatomic, copy, getter=getPublish_license) NSString * publish_license;
6336 @property (nonatomic, copy, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
6337 @property (nonatomic, getter=getIrm_version) float irm_version;
6338 -(void*)getCptr;
6339 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6340 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata publish_license: (NSData *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (float)irm_version;
6341 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list;
6342 -(id)init;
6343 -(id)initWithOther: (FSRMSEncryptData*)other;
6344 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (float)irm_version;
6345 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list;
6346 -(void)dealloc;
6347 
6348 @end
6349 
6351 -(void*)getCptr;
6352 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6353 -(id)init;
6354 -(id)initWithOther: (FSSecurityHandler*)other;
6355 -(BOOL)initialize: (FSRMSEncryptData*)encrypt_data callback: (id<FSRMSSecurityCallback>)callback;
6356 
6357 -(void)dealloc;
6358 
6359 @end
6360 
6361 
6362 
6363 
6364 
6365 
6366 
6367 
6368 
6369 
6370 
6371 typedef NS_ENUM(NSInteger, FSTabOrderMgrOrderType) {
6375  FSTabOrderMgrStructure = 0x0003
6376 };
6377 
6378 @interface FSTabOrderMgr : FSBase
6379 @property (nonatomic, getter=getOrderType) FSTabOrderMgrOrderType orderType;
6380 -(id)init NS_UNAVAILABLE;
6381 -(void*)getCptr;
6382 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6383 -(id)initWithPage: (FSPDFPage*)page;
6384 -(id)initWithOther: (FSTabOrderMgr*)other;
6385 -(BOOL)isEmpty;
6386 -(void)reload;
6387 -(FSAnnot*)getFirstAnnot;
6388 -(FSAnnot*)getLastAnnot;
6389 -(FSAnnot*)getNextAnnot: (FSAnnot*)annot;
6390 -(FSAnnot*)getPrevAnnot: (FSAnnot*)annot;
6391 -(BOOL)adjustStructureOrder: (FSAnnotArray*)annot_array;
6392 
6393 -(void)dealloc;
6394 
6395 @end
6396 
6397 @interface FSWatermark : FSBase
6398 -(id)init NS_UNAVAILABLE;
6399 -(void*)getCptr;
6400 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6401 -(id)initWithDocument: (FSPDFDoc*)document text: (NSString *)text properties: (FSWatermarkTextProperties*)properties settings: (FSWatermarkSettings*)settings;
6402 -(id)initWithDocument: (FSPDFDoc*)document bitmap: (FSBitmap*)bitmap settings: (FSWatermarkSettings*)settings;
6403 -(id)initWithDocument: (FSPDFDoc*)document image: (FSImage*)image frame_index: (int)frame_index settings: (FSWatermarkSettings*)settings;
6404 -(id)initWithDocument: (FSPDFDoc*)document page: (FSPDFPage*)page settings: (FSWatermarkSettings*)settings;
6405 -(id)initWithOther: (FSWatermark*)other;
6406 -(BOOL)isEmpty;
6407 -(float)getWidth;
6408 -(float)getHeight;
6409 -(BOOL)insertToPage: (FSPDFPage*)page;
6410 
6411 -(void)dealloc;
6412 
6413 @end
6414 
6415 typedef NS_ENUM(NSInteger, FSWatermarkSettingsFlags) {
6424 };
6425 
6426 @interface FSWatermarkSettings : NSObject
6427 {
6428  void *swigCPtr;
6430 }
6431 @property (nonatomic, getter=getPosition) FSPosition position;
6432 @property (nonatomic, getter=getOffset_x) float offset_x;
6433 @property (nonatomic, getter=getOffset_y) float offset_y;
6434 @property (nonatomic, getter=getFlags) unsigned int flags;
6435 @property (nonatomic, getter=getScale_x) float scale_x;
6436 @property (nonatomic, getter=getScale_y) float scale_y;
6437 @property (nonatomic, getter=getRotation) float rotation;
6438 @property (nonatomic, getter=getOpacity) int opacity;
6439 -(void*)getCptr;
6440 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6441 -(id)initWithPosition: (FSPosition)position offset_x: (float)offset_x offset_y: (float)offset_y flags: (unsigned int)flags scale_x: (float)scale_x scale_y: (float)scale_y rotation: (float)rotation opacity: (int)opacity;
6442 -(id)init;
6443 -(id)initWithSettings: (FSWatermarkSettings*)settings;
6444 -(void)set: (FSPosition)position offset_x: (float)offset_x offset_y: (float)offset_y flags: (unsigned int)flags scale_x: (float)scale_x scale_y: (float)scale_y rotation: (float)rotation opacity: (int)opacity;
6445 -(void)dealloc;
6446 
6447 @end
6448 
6449 typedef NS_ENUM(NSInteger, FSWatermarkTextPropertiesFontStyle) {
6452 };
6453 
6454 @interface FSWatermarkTextProperties : NSObject
6455 {
6456  void *swigCPtr;
6458 }
6459 @property (nonatomic, getter=getFont_size) float font_size;
6460 @property (nonatomic, getter=getColor) unsigned int color;
6461 @property (nonatomic, getter=getFont_style) FSWatermarkTextPropertiesFontStyle font_style;
6462 @property (nonatomic, getter=getLine_space) float line_space;
6463 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
6464 @property (nonatomic, copy, getter=getFont) FSFont* font;
6465 -(void*)getCptr;
6466 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6467 -(id)initWithFont: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
6468 -(id)init;
6469 -(id)initWithProperties: (FSWatermarkTextProperties*)properties;
6470 -(void)set: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
6471 
6472 -(void)dealloc;
6473 
6474 @end
6475 
6476 @interface FSTimer : NSObject
6477 {
6478  void *swigCPtr;
6480 }
6481 -(id)init NS_UNAVAILABLE;
6482 -(void*)getCptr;
6483 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6484 -(void)onTimer: (int)timer;
6485 
6486 -(void)dealloc;
6487 
6488 @end
6489 
6490 typedef NS_ENUM(NSInteger, FSFillerAssistCallbackPopupMenuItem) {
6491  FSFillerAssistCallbackPopupMenuItemNone = 0,
6492  FSFillerAssistCallbackPopupMenuItemCut = 1,
6493  FSFillerAssistCallbackPopupMenuItemCopy = 2,
6494  FSFillerAssistCallbackPopupMenuItemPaste = 3,
6495  FSFillerAssistCallbackPopupMenuItemDelete = 4,
6496  FSFillerAssistCallbackPopupMenuItemSelectAll = 5
6497 };
6498 
6499 
6500 
6501 typedef NS_ENUM(NSInteger, FSFillerVirtualKeyCode) {
6588  FSFillerVkeyF12 = 0x7B
6589 };
6590 
6591 typedef NS_ENUM(NSInteger, FSFillerEventFlags) {
6601  FSFillerEventFlagCommand = 0x0200
6602 };
6603 
6604 @interface FSFiller : FSBase
6605 -(id)init NS_UNAVAILABLE;
6606 -(void*)getCptr;
6607 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6608 -(id)initWithForm: (FSForm*)form assist: (id<FSFillerAssistCallback>)assist;
6609 -(id)initWithOther: (FSFiller*)other;
6610 -(BOOL)isEmpty;
6611 -(void)render: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
6612 -(BOOL)onLButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6613 -(BOOL)onLButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6614 -(BOOL)onLButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6615 -(BOOL)onMouseMove: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6616 -(BOOL)onMouseEnter: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6617 -(BOOL)onMouseHover: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6618 -(BOOL)onMouseLeave: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6619 -(BOOL)onMouseWheel: (FSPDFPage*)page point: (FSPointF*)point delta: (int)delta flags: (unsigned int)flags;
6620 -(BOOL)onRButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6621 -(BOOL)onRButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6622 -(BOOL)onRButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6623 -(BOOL)onWheelButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6624 -(BOOL)onWheelButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6625 -(BOOL)onWheelButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
6626 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
6627 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
6628 -(BOOL)onChar: (unsigned int)char_code flags: (unsigned int)flags;
6629 -(BOOL)setFocus: (FSControl*)control;
6630 -(BOOL)killFocus;
6631 -(void)highlightFormFields: (BOOL)is_highlight;
6632 -(void)highlightFormFieldsAndSignature: (BOOL)is_highlight is_sign_highlight: (BOOL)is_sign_highlight;
6633 -(void)setHighlightColor: (unsigned int)color;
6634 -(void)showOverflowIndicator: (BOOL)is_show_overflow_indicator;
6635 -(BOOL)onCut;
6636 -(BOOL)onCopy;
6637 -(BOOL)onPaste;
6638 -(BOOL)onSelectAll;
6639 -(BOOL)onDelete;
6640 -(FSPointF*)getEditingTextCaretPosition: (FSMatrix2D*)matrix;
6641 
6642 -(void)dealloc;
6643 
6644 @end
6645 
6646 @interface FSFieldArray : NSObject
6647 {
6648  void *swigCPtr;
6650 }
6651 -(void*)getCptr;
6652 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6653 -(id)init;
6654 -(id)initWithOther: (FSFieldArray*)other;
6655 -(unsigned long)getSize;
6656 -(FSField*)getAt: (unsigned long)index;
6657 -(void)add: (FSField*)element;
6658 -(void)removeAt: (unsigned long)index;
6659 -(void)insertAt: (unsigned long)index element: (FSField*)element;
6660 -(void)removeAll;
6661 
6662 -(void)dealloc;
6663 
6664 @end
6665 
6666 @interface FSChoiceOption : NSObject
6667 {
6668  void *swigCPtr;
6670 }
6671 @property (nonatomic, copy, getter=getOption_value) NSString * option_value;
6672 @property (nonatomic, copy, getter=getOption_label) NSString * option_label;
6673 @property (nonatomic, getter=getSelected) BOOL selected;
6674 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
6675 -(void*)getCptr;
6676 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6677 -(id)init;
6678 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
6679 -(id)initWithOption: (FSChoiceOption*)option;
6680 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
6681 -(void)dealloc;
6682 
6683 @end
6684 
6685 @interface FSChoiceOptionArray : NSObject
6686 {
6687  void *swigCPtr;
6689 }
6690 -(void*)getCptr;
6691 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6692 -(id)init;
6693 -(id)initWithOther: (FSChoiceOptionArray*)other;
6694 -(unsigned long)getSize;
6695 -(FSChoiceOption*)getAt: (unsigned long)index;
6696 -(void)add: (FSChoiceOption*)element;
6697 -(void)removeAt: (unsigned long)index;
6698 -(void)insertAt: (unsigned long)index element: (FSChoiceOption*)element;
6699 -(void)removeAll;
6700 
6701 -(void)dealloc;
6702 
6703 @end
6704 
6705 typedef NS_ENUM(NSInteger, FSFieldType) {
6714 };
6715 
6716 typedef NS_ENUM(NSInteger, FSFieldFlags) {
6733 };
6734 
6735 @interface FSField : FSBase
6736 @property (nonatomic, getter=getFlags) unsigned int flags;
6737 @property (nonatomic, copy, getter=getDefaultValue) NSString * defaultValue;
6738 @property (nonatomic, copy, getter=getValue) NSString * value;
6739 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
6740 @property (nonatomic, copy, getter=getAlternateName) NSString * alternateName;
6741 @property (nonatomic, copy, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
6742 @property (nonatomic, copy, getter=getMappingName) NSString * mappingName;
6743 @property (nonatomic, getter=getMaxLength) int maxLength;
6744 @property (nonatomic, copy, getter=getOptions) FSChoiceOptionArray* options;
6745 @property (nonatomic, getter=getTopVisibleIndex) int topVisibleIndex;
6746 -(void*)getCptr;
6747 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6748 -(id)initWithDocument: (FSPDFDoc*)document field_dict: (FSPDFDictionary*)field_dict;
6749 -(id)initWithField: (FSField*)field;
6750 -(BOOL)isEmpty;
6751 -(FSFieldType)getType;
6752 -(NSString *)getName;
6753 -(int)getControlCount;
6754 -(FSControl*)getControl: (int)index;
6755 -(int)getControlCount: (FSPDFPage*)page;
6756 -(FSControl*)getControl: (FSPDFPage*)page index: (int)index;
6757 -(BOOL)reset;
6758 -(FSPDFDictionary*)getDict;
6759 -(FSPDFObject*)getValueObj;
6760 -(FSPDFObject*)getDefaultValueObj;
6761 -(FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
6762 
6763 -(void)dealloc;
6764 
6765 @end
6766 
6767 @interface FSForm : FSBase
6768 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
6769 @property (nonatomic, copy, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
6770 @property (nonatomic, copy, getter=getFieldsInCalculationOrder) FSFieldArray* fieldsInCalculationOrder;
6771 -(id)init NS_UNAVAILABLE;
6772 -(void*)getCptr;
6773 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6774 -(id)initWithDocument: (FSPDFDoc*)document;
6775 -(id)initWithOther: (FSForm*)other;
6776 -(BOOL)isEmpty;
6777 -(BOOL)needConstructAppearances;
6778 -(void)setConstructAppearances: (BOOL)need_construct;
6779 -(FSControl*)getControlAtDevicePoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type matrix: (FSMatrix2D*)matrix;
6780 -(FSControl*)getControlAtDevicePoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type;
6781 -(FSControl*)getControlAtPoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type;
6782 -(FSPDFDoc*)getDocument;
6783 -(BOOL)validateFieldName: (FSFieldType)type field_name: (NSString *)field_name;
6784 -(BOOL)renameField: (FSField*)field new_field_name: (NSString *)new_field_name;
6785 -(FSControl*)addControl: (FSPDFPage*)page field_name: (NSString *)field_name field_type: (FSFieldType)field_type rect: (FSRectF*)rect;
6786 -(BOOL)moveControl: (FSControl*)control field_name: (NSString *)field_name;
6787 -(void)removeField: (FSField*)field;
6788 -(void)removeControl: (FSControl*)control;
6789 -(int)getFieldCount: (NSString *)filter;
6790 -(int)getFieldCount;
6791 -(FSField*)getField: (int)index filter: (NSString *)filter;
6792 -(FSField*)getField: (int)index;
6793 -(int)getControlCount: (FSPDFPage*)page;
6794 -(FSControl*)getControl: (FSPDFPage*)page index: (int)index;
6795 -(FSFiller*)getFormFiller;
6796 -(BOOL)reset;
6797 -(BOOL)exportToXML: (NSString *)file_path;
6798 -(BOOL)exportToXML: (NSString *)file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
6799 -(BOOL)exportToXMLWithXmlFile: (id<FSFileWriterCallback>)xml_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
6800 -(BOOL)importFromXML: (NSString *)file_path;
6801 -(BOOL)exportToCSV: (NSString *)csv_file_path pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
6802 -(BOOL)exportToCSVWithCsvFile: (id<FSStreamCallback>)csv_file pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
6803 -(BOOL)exportToHTML: (NSString *)html_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
6804 -(BOOL)exportToHTMLWithHtmlFile: (id<FSFileWriterCallback>)html_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
6805 -(BOOL)exportToTXT: (NSString *)txt_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
6806 -(BOOL)exportToTXTWithTxtFile: (id<FSFileWriterCallback>)txt_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
6807 -(FSPDFDictionary*)getDict;
6808 -(void)fixPageFields: (int)page_index;
6809 -(void)reload;
6810 
6811 -(void)dealloc;
6812 
6813 @end
6814 
6815 @interface FSControl : FSBase
6816 @property (nonatomic, copy, getter=getExportValue) NSString * exportValue;
6817 @property (nonatomic, copy, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
6818 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
6819 -(id)init NS_UNAVAILABLE;
6820 -(void*)getCptr;
6821 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6822 -(id)initWithOther: (FSControl*)other;
6823 -(BOOL)isEmpty;
6824 -(FSField*)getField;
6825 -(FSPDFDictionary*)getWidgetDict;
6826 -(FSWidget*)getWidget;
6827 -(int)getIndex;
6828 -(BOOL)isChecked;
6829 -(void)setChecked: (BOOL)checked_status;
6830 -(BOOL)isDefaultChecked;
6831 -(void)setDefaultChecked: (BOOL)checked_status;
6832 
6833 -(void)dealloc;
6834 
6835 @end
6836 
6837 @interface FSSignatureArray : NSObject
6838 {
6839  void *swigCPtr;
6841 }
6842 -(void*)getCptr;
6843 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6844 -(id)init;
6845 -(id)initWithOther: (FSSignatureArray*)other;
6846 -(unsigned long)getSize;
6847 -(FSSignature*)getAt: (unsigned long)index;
6848 -(void)add: (FSSignature*)element;
6849 -(void)removeAt: (unsigned long)index;
6850 -(void)insertAt: (unsigned long)index element: (FSSignature*)element;
6851 -(void)removeAll;
6852 
6853 -(void)dealloc;
6854 
6855 @end
6856 
6857 typedef NS_ENUM(NSUInteger, FSSignatureStates) {
6887 };
6888 
6889 typedef NS_ENUM(NSInteger, FSSignatureAPFlags) {
6900  FSSignatureAPFlagProducer = 0x0400
6901 };
6902 
6903 typedef NS_ENUM(NSInteger, FSSignatureKeyName) {
6911 };
6912 
6913 typedef NS_ENUM(NSInteger, FSSignatureDigestAlgorithm) {
6918 };
6919 
6920 typedef NS_ENUM(NSInteger, FSSignatureSignatureType) {
6924 };
6925 
6926 typedef NS_ENUM(NSInteger, FSSignaturePAdESLevel) {
6933 };
6934 
6935 typedef NS_ENUM(NSInteger, FSSignatureDocPermission) {
6940 };
6941 
6942 typedef NS_ENUM(NSInteger, FSSignatureFieldMDPAction) {
6947 };
6948 
6949 typedef NS_ENUM(NSInteger, FSSignatureLabelName) {
6956 };
6957 
6958 @interface FSSignature : FSField
6959 @property (nonatomic, getter=getDocPermission) FSSignatureDocPermission docPermission;
6960 @property (nonatomic, getter=getAppearanceFlags) unsigned int appearanceFlags;
6961 @property (nonatomic, copy, getter=getSignTime) FSDateTime* signTime;
6962 @property (nonatomic, copy, getter=getFilter) NSString * filter;
6963 @property (nonatomic, copy, getter=getSubFilter) NSString * subFilter;
6964 @property (nonatomic, copy, getter=getBitmap) FSBitmap* bitmap;
6965 -(void*)getCptr;
6966 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6967 -(id)initWithField: (FSField*)field;
6968 -(id)initWithDocument: (FSPDFDoc*)document sig_field_dict: (FSPDFDictionary*)sig_field_dict;
6969 -(BOOL)isEmpty;
6970 -(BOOL)isSigned;
6971 -(void)setFieldMDPActionFields: (FSSignatureFieldMDPAction)action field_array: (NSArray<NSString *> *)field_array;
6972 -(FSSignatureFieldMDPAction)getFieldMDPAction;
6973 -(NSArray<NSString *> *)getFieldMDPActionFields;
6974 -(void)enableIncrementalSaveForFirstSigning: (BOOL)enable_incremental_save;
6975 -(FSProgressive*)startSign: (NSString *)cert_path cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm save_path: (NSString *)save_path client_data: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
6976 -(FSProgressive*)startSign: (NSString *)cert_path cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm save_path: (NSString *)save_path client_data: (NSData *)client_data;
6977 -(FSProgressive*)startSign: (NSString *)cert_path cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm save_path: (NSString *)save_path;
6978 -(FSProgressive*)startSignByCertStream: (id<FSStreamCallback>)cert_file_stream cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm save_path: (NSString *)save_path client_data: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
6979 -(FSProgressive*)startSignByCertStream: (id<FSStreamCallback>)cert_file_stream cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm save_path: (NSString *)save_path client_data: (NSData *)client_data;
6980 -(FSProgressive*)startSignByCertStream: (id<FSStreamCallback>)cert_file_stream cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm save_path: (NSString *)save_path;
6981 -(FSProgressive*)startSignToStream: (NSString *)cert_path cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm stream_callback: (id<FSStreamCallback>)stream_callback client_data: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
6982 -(FSProgressive*)startSignToStream: (NSString *)cert_path cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm stream_callback: (id<FSStreamCallback>)stream_callback client_data: (NSData *)client_data;
6983 -(FSProgressive*)startSignToStream: (NSString *)cert_path cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm stream_callback: (id<FSStreamCallback>)stream_callback;
6984 -(FSProgressive*)startSignToStreamByCertStream: (id<FSStreamCallback>)cert_file_stream cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm stream_callback: (id<FSStreamCallback>)stream_callback client_data: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
6985 -(FSProgressive*)startSignToStreamByCertStream: (id<FSStreamCallback>)cert_file_stream cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm stream_callback: (id<FSStreamCallback>)stream_callback client_data: (NSData *)client_data;
6986 -(FSProgressive*)startSignToStreamByCertStream: (id<FSStreamCallback>)cert_file_stream cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm stream_callback: (id<FSStreamCallback>)stream_callback;
6987 -(FSProgressive*)startVerify: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
6988 -(FSProgressive*)startVerify: (NSData *)client_data;
6989 -(FSProgressive*)startVerify;
6990 -(NSString *)getCertificateInfo: (NSString *)key;
6991 -(unsigned int)getState;
6992 -(BOOL)clearSignedData;
6993 -(FSPDFDoc*)getDocument;
6994 -(FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
6995 -(void)setAppearanceContent: (NSString *)appearance_content;
6996 -(NSString *)getKeyValue: (FSSignatureKeyName)key;
6997 -(void)setKeyValue: (FSSignatureKeyName)key value: (NSString *)value;
6998 -(void)setKeyLabel: (FSSignatureLabelName)label_name label_value: (NSString *)label_value;
6999 -(NSString *)getKeyLabel: (FSSignatureLabelName)label_name;
7000 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
7001 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (int)frame_index;
7002 -(FSPDFDictionary*)getSignatureDict;
7003 -(void)setDefaultContentsLength: (unsigned int)default_length;
7004 -(int)getCertCount;
7005 -(NSString *)getCert: (int)index;
7006 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
7007 -(FSSignatureSignatureType)getSignatureType;
7008 -(BOOL)isTimeStamp;
7009 -(FSSignaturePAdESLevel)getPAdESLevel;
7010 -(void)setCustomObject: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
7011 -(FSSignatureArray*)getPagingSealGroupElements;
7012 -(BOOL)generateAppearance;
7013 -(FSPagingSealSignature*)getPagingSealSignature;
7014 -(void)enableEmbedFont: (BOOL)enable_embed_font;
7015 -(BOOL)detectModification;
7016 -(FSInt32Array*)getByteRangeArray;
7017 
7018 -(void)dealloc;
7019 
7020 @end
7021 
7022 typedef NS_ENUM(NSInteger, FSSignatureCallbackCertValidity) {
7023  FSSignatureCallbackCertValid = 0,
7024  FSSignatureCallbackCertExpired = 1,
7025  FSSignatureCallbackCertUnsupportType = 2,
7026  FSSignatureCallbackCertDataError = 3,
7027  FSSignatureCallbackCertInvalidPassword = 4,
7028  FSSignatureCallbackCertInvalidPath = 5,
7029  FSSignatureCallbackCertNotSet = 6,
7030  FSSignatureCallbackCertCannotGetPrivateKey = 7
7031 };
7032 
7033 
7034 
7035 @interface FSTimeStampServerMgr : NSObject
7036 {
7037  void *swigCPtr;
7039 }
7040 -(void*)getCptr;
7041 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7042 +(FSErrorCode)Initialize;
7043 +(void)destroy;
7044 +(int)getServerCount;
7045 +(FSTimeStampServer*)getServer: (int)index;
7046 +(int)getServerIndex: (FSTimeStampServer*)server;
7047 +(FSTimeStampServer*)getDefaultServer;
7048 +(void)setDefaultServerWithIndex: (int)index;
7049 +(void)setDefaultServer: (FSTimeStampServer*)server;
7050 +(FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
7051 +(void)removeServerWithIndex: (int)index;
7052 +(void)removeServer: (FSTimeStampServer*)server;
7053 -(id)init;
7054 
7055 -(void)dealloc;
7056 
7057 @end
7058 
7059 typedef NS_ENUM(NSInteger, FSTimeStampServerSendRequestResult) {
7068 };
7069 
7071 -(id)init NS_UNAVAILABLE;
7072 -(void*)getCptr;
7073 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7074 -(id)initWithOther: (FSTimeStampServer*)other;
7075 -(BOOL)isEmpty;
7076 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest: (NSString *)request;
7077 -(NSString *)getTimeStampMessage;
7078 
7079 -(void)dealloc;
7080 
7081 @end
7082 
7083 
7084 
7085 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealPosition) {
7090 };
7091 
7092 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealStyle) {
7095 };
7096 
7097 @interface FSPagingSealConfig : NSObject
7098 {
7099  void *swigCPtr;
7101 }
7102 @property (nonatomic, getter=getPaging_seal_position) FSPagingSealConfigPagingSealPosition paging_seal_position;
7103 @property (nonatomic, getter=getOffset) float offset;
7104 @property (nonatomic, getter=getFirst_page_percent) float first_page_percent;
7105 @property (nonatomic, getter=getIs_on_perforation) BOOL is_on_perforation;
7106 @property (nonatomic, getter=getPaging_seal_style) FSPagingSealConfigPagingSealStyle paging_seal_style;
7107 @property (nonatomic, getter=getIs_display_multiple_seal) BOOL is_display_multiple_seal;
7108 @property (nonatomic, getter=getPage_count_for_each_seal) int page_count_for_each_seal;
7109 -(id)init NS_UNAVAILABLE;
7110 -(void*)getCptr;
7111 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7112 -(id)initWithPaging_seal_position: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (int)page_count_for_each_seal;
7113 -(id)initWithPaging_seal_position: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal;
7114 -(id)initWithPaging_seal_position: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (FSPagingSealConfigPagingSealStyle)paging_seal_style;
7115 -(id)initWithPaging_seal_position: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation;
7116 -(void)set: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (int)page_count_for_each_seal;
7117 -(void)set: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal;
7118 -(void)set: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (FSPagingSealConfigPagingSealStyle)paging_seal_style;
7119 -(void)dealloc;
7120 
7121 @end
7122 
7123 typedef NS_ENUM(NSInteger, FSPagingSealSignaturePagingSealAPState) {
7129 };
7130 
7132 -(id)init NS_UNAVAILABLE;
7133 -(void*)getCptr;
7134 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7135 -(void)setPagingSealConfig: (FSPagingSealConfig*)paging_seal_config;
7136 -(void)setAPStateBitmap: (FSPagingSealSignaturePagingSealAPState)ap_state bitmap: (FSBitmap*)bitmap;
7137 -(BOOL)generateAppearance;
7138 
7139 -(void)dealloc;
7140 
7141 @end
7142 
7143 typedef NS_ENUM(NSInteger, FSResponseResponseType) {
7146  FSResponseTypeOCSP = 2
7147 };
7148 
7149 @interface FSResponse : NSObject
7150 {
7151  void *swigCPtr;
7153 }
7154 @property (nonatomic, getter=getType) FSResponseResponseType type;
7155 @property (nonatomic, copy, getter=getResponse_data) NSString * response_data;
7156 -(void*)getCptr;
7157 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7158 -(id)initWithType: (FSResponseResponseType)type response_data: (NSString *)response_data;
7159 -(id)init;
7160 -(id)initWithOther: (FSResponse*)other;
7161 -(void)set: (FSResponseResponseType)type response_data: (NSString *)response_data;
7162 -(void)dealloc;
7163 
7164 @end
7165 
7166 @interface FSTimeRange : NSObject
7167 {
7168  void *swigCPtr;
7170 }
7171 @property (nonatomic, copy, getter=getStart_time) FSDateTime* start_time;
7172 @property (nonatomic, copy, getter=getEnd_time) FSDateTime* end_time;
7173 -(void*)getCptr;
7174 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7175 -(id)initWithStart_time: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
7176 -(id)init;
7177 -(id)initWithOther: (FSTimeRange*)other;
7178 -(void)set: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
7179 -(void)dealloc;
7180 
7181 @end
7182 
7183 typedef NS_ENUM(NSInteger, FSCertVerifyResultCertStatus) {
7188 };
7189 
7190 typedef NS_ENUM(NSInteger, FSCertVerifyResultRevocationReason) {
7202 };
7203 
7204 typedef NS_ENUM(NSInteger, FSCertVerifyResultResponseInfoLocation) {
7209 };
7210 
7211 @interface FSCertVerifyResult : NSObject
7212 {
7213  void *swigCPtr;
7215 }
7216 @property (nonatomic, copy, getter=getCert) NSString * cert;
7217 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
7218 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
7219 @property (nonatomic, copy, getter=getResponse) FSResponse* response;
7220 @property (nonatomic, copy, getter=getResponse_effect_time_range) FSTimeRange* response_effect_time_range;
7221 @property (nonatomic, copy, getter=getRevoke_time) FSDateTime* revoke_time;
7222 @property (nonatomic, getter=getCert_status) FSCertVerifyResultCertStatus cert_status;
7223 @property (nonatomic, getter=getReason) FSCertVerifyResultRevocationReason reason;
7224 @property (nonatomic, copy, getter=getCert_check_time) FSDateTime* cert_check_time;
7225 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
7226 @property (nonatomic, copy, getter=getSignature_vri_creation_time) FSDateTime* signature_vri_creation_time;
7227 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
7228 @property (nonatomic, copy, getter=getResponse_signature_vri_creation_time) FSDateTime* response_signature_vri_creation_time;
7229 @property (nonatomic, getter=getResponse_info_location) FSCertVerifyResultResponseInfoLocation response_info_location;
7230 -(void*)getCptr;
7231 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7232 -(id)initWithCert: (NSString *)cert is_ca: (BOOL)is_ca is_trusted: (BOOL)is_trusted response: (FSResponse*)response response_effect_time_range: (FSTimeRange*)response_effect_time_range revoke_time: (FSDateTime*)revoke_time cert_status: (FSCertVerifyResultCertStatus)cert_status reason: (FSCertVerifyResultRevocationReason)reason cert_check_time: (FSDateTime*)cert_check_time exist_signature_vri_creation_time: (BOOL)exist_signature_vri_creation_time signature_vri_creation_time: (FSDateTime*)signature_vri_creation_time exist_response_signature_vri_creation_time: (BOOL)exist_response_signature_vri_creation_time response_signature_vri_creation_time: (FSDateTime*)response_signature_vri_creation_time response_info_location: (FSCertVerifyResultResponseInfoLocation)response_info_location;
7233 -(id)init;
7234 -(id)initWithOther: (FSCertVerifyResult*)other;
7235 -(void)set: (NSString *)cert is_ca: (BOOL)is_ca is_trusted: (BOOL)is_trusted response: (FSResponse*)response response_effect_time_range: (FSTimeRange*)response_effect_time_range revoke_time: (FSDateTime*)revoke_time cert_status: (FSCertVerifyResultCertStatus)cert_status reason: (FSCertVerifyResultRevocationReason)reason cert_check_time: (FSDateTime*)cert_check_time exist_signature_vri_creation_time: (BOOL)exist_signature_vri_creation_time signature_vri_creation_time: (FSDateTime*)signature_vri_creation_time exist_response_signature_vri_creation_time: (BOOL)exist_response_signature_vri_creation_time response_signature_vri_creation_time: (FSDateTime*)response_signature_vri_creation_time response_info_location: (FSCertVerifyResultResponseInfoLocation)response_info_location;
7236 -(void)dealloc;
7237 
7238 @end
7239 
7240 @interface FSCertVerifyResultArray : NSObject
7241 {
7242  void *swigCPtr;
7244 }
7245 -(void*)getCptr;
7246 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7247 -(id)init;
7248 -(id)initWithOther: (FSCertVerifyResultArray*)other;
7249 -(unsigned long)getSize;
7250 -(FSCertVerifyResult*)getAt: (unsigned long)index;
7251 -(void)add: (FSCertVerifyResult*)element;
7252 -(void)removeAt: (unsigned long)index;
7253 -(void)insertAt: (unsigned long)index element: (FSCertVerifyResult*)element;
7254 -(void)removeAll;
7255 
7256 -(void)dealloc;
7257 
7258 @end
7259 
7260 @interface FSCertIssuerPair : NSObject
7261 {
7262  void *swigCPtr;
7264 }
7265 @property (nonatomic, copy, getter=getCert) NSString * cert;
7266 @property (nonatomic, copy, getter=getIssuer) NSString * issuer;
7267 -(void*)getCptr;
7268 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7269 -(id)initWithCert: (NSString *)cert issuer: (NSString *)issuer;
7270 -(id)init;
7271 -(id)initWithOther: (FSCertIssuerPair*)other;
7272 -(void)set: (NSString *)cert issuer: (NSString *)issuer;
7273 -(void)dealloc;
7274 
7275 @end
7276 
7277 @interface FSRevocationArrayInfo : NSObject
7278 {
7279  void *swigCPtr;
7281 }
7282 @property (nonatomic, copy, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
7283 @property (nonatomic, copy, getter=getCrl_array) NSArray<NSData *> * crl_array;
7284 -(void*)getCptr;
7285 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7286 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7287 -(id)init;
7288 -(id)initWithOther: (FSRevocationArrayInfo*)other;
7289 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7290 -(void)dealloc;
7291 
7292 @end
7293 
7294 
7295 
7296 
7297 
7298 @interface FSSignatureVerifyResultArray : NSObject
7299 {
7300  void *swigCPtr;
7302 }
7303 -(void*)getCptr;
7304 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7305 -(id)init;
7306 -(id)initWithOther: (FSSignatureVerifyResultArray*)other;
7307 -(unsigned long)getSize;
7308 -(FSSignatureVerifyResult*)getAt: (unsigned long)index;
7309 -(void)add: (FSSignatureVerifyResult*)element;
7310 -(void)removeAt: (unsigned long)index;
7311 -(void)insertAt: (unsigned long)index element: (FSSignatureVerifyResult*)element;
7312 -(void)removeAll;
7313 
7314 -(void)dealloc;
7315 
7316 @end
7317 
7318 typedef NS_ENUM(NSInteger, FSLTVVerifierTimeType) {
7323 };
7324 
7325 typedef NS_ENUM(NSInteger, FSLTVVerifierVerifyMode) {
7327 };
7328 
7329 @interface FSLTVVerifier : FSBase
7330 -(id)init NS_UNAVAILABLE;
7331 -(void*)getCptr;
7332 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7333 -(id)initWithDocument: (FSPDFDoc*)document is_verify_signature: (BOOL)is_verify_signature use_expired_tst: (BOOL)use_expired_tst ignore_doc_info: (BOOL)ignore_doc_info time_type: (FSLTVVerifierTimeType)time_type;
7334 -(id)initWithOther: (FSLTVVerifier*)other;
7335 -(BOOL)isEmpty;
7336 -(void)setRevocationCallback: (id<FSRevocationCallback>)callback;
7337 -(void)setVerifyMode: (FSLTVVerifierVerifyMode)mode;
7338 -(void)setTrustedCertStoreCallback: (id<FSTrustedCertStoreCallback>)callback;
7340 -(FSSignatureVerifyResultArray*)verifySignature: (FSSignature*)signature;
7341 -(void)addDSS: (FSSignatureVerifyResult*)signature_verify_result;
7342 
7343 -(void)dealloc;
7344 
7345 @end
7346 
7347 typedef NS_ENUM(NSInteger, FSSignatureVerifyResultLTVState) {
7351 };
7352 
7354 -(id)init NS_UNAVAILABLE;
7355 -(void*)getCptr;
7356 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7357 -(id)initWithOther: (FSSignatureVerifyResult*)other;
7358 -(BOOL)isEmpty;
7359 -(NSString *)getSignatureName;
7360 -(NSString *)getSignatureHashValue;
7361 -(unsigned int)getSignatureState;
7368 
7369 -(void)dealloc;
7370 
7371 @end
7372 
7373 typedef NS_ENUM(NSInteger, FSPortfolioNodeType) {
7377 };
7378 
7380 -(void*)getCptr;
7381 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7382 -(id)initWithOther: (FSPortfolioNode*)other;
7383 -(BOOL)isEmpty;
7385 
7386 -(void)dealloc;
7387 
7388 @end
7389 
7390 @interface FSPortfolioNodeArray : NSObject
7391 {
7392  void *swigCPtr;
7394 }
7395 -(void*)getCptr;
7396 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7397 -(id)init;
7398 -(id)initWithOther: (FSPortfolioNodeArray*)other;
7399 -(unsigned long)getSize;
7400 -(FSPortfolioNode*)getAt: (unsigned long)index;
7401 -(void)add: (FSPortfolioNode*)element;
7402 -(void)removeAt: (unsigned long)index;
7403 -(void)insertAt: (unsigned long)index element: (FSPortfolioNode*)element;
7404 -(void)removeAll;
7405 
7406 -(void)dealloc;
7407 
7408 @end
7409 
7411 @property (nonatomic, copy, getter=getDescription) NSString * description;
7412 -(id)init NS_UNAVAILABLE;
7413 -(void*)getCptr;
7414 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7415 -(id)initWithOther: (FSPortfolioNode*)other;
7416 -(BOOL)isRoot;
7417 -(NSString *)getName;
7418 -(FSPortfolioFileNode*)addFile: (NSString *)file_path;
7419 -(FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSStreamCallback>)file_stream file_name: (NSString *)file_name;
7420 -(FSPortfolioFileNode*)addPDFDoc: (FSPDFDoc*)pdf_doc file_name: (NSString *)file_name;
7421 -(FSPortfolioFolderNode*)addSubFolder: (NSString *)folder_name;
7422 -(void)removeSubNode: (FSPortfolioNode*)sub_node;
7423 -(FSPortfolioNodeArray*)getSortedSubNodes;
7424 -(FSDateTime*)getModifiedDateTime;
7425 -(FSDateTime*)getCreationDateTime;
7426 
7427 -(void)dealloc;
7428 
7429 @end
7430 
7432 -(id)init NS_UNAVAILABLE;
7433 -(void*)getCptr;
7434 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7435 -(id)initWithOther: (FSPortfolioNode*)other;
7437 -(NSString *)getKeyName;
7438 
7439 -(void)dealloc;
7440 
7441 @end
7442 
7443 @interface FSSchemaField : FSBase
7444 @property (nonatomic, copy, getter=getKeyName) NSString * keyName;
7445 @property (nonatomic, copy, getter=getSubtypeName) NSString * subtypeName;
7446 @property (nonatomic, copy, getter=getDisplayName) NSString * displayName;
7447 -(void*)getCptr;
7448 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7449 -(id)init;
7450 -(id)initWithOther: (FSSchemaField*)other;
7451 -(BOOL)isEmpty;
7452 -(BOOL)isVisible;
7453 -(void)setVisibility: (BOOL)is_visible;
7454 
7455 -(void)dealloc;
7456 
7457 @end
7458 
7459 @interface FSSchemaFieldArray : NSObject
7460 {
7461  void *swigCPtr;
7463 }
7464 -(void*)getCptr;
7465 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7466 -(id)init;
7467 -(id)initWithOther: (FSSchemaFieldArray*)other;
7468 -(unsigned long)getSize;
7469 -(FSSchemaField*)getAt: (unsigned long)index;
7470 -(void)add: (FSSchemaField*)element;
7471 -(void)removeAt: (unsigned long)index;
7472 -(void)insertAt: (unsigned long)index element: (FSSchemaField*)element;
7473 -(void)removeAll;
7474 
7475 -(void)dealloc;
7476 
7477 @end
7478 
7479 typedef NS_ENUM(NSInteger, FSPortfolioInitialViewMode) {
7484 };
7485 
7486 @interface FSPortfolio : FSBase
7487 @property (nonatomic, getter=getInitialViewMode) FSPortfolioInitialViewMode initialViewMode;
7488 @property (nonatomic, copy, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
7489 @property (nonatomic, copy, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
7490 @property (nonatomic, copy, getter=getSchemaFields) FSSchemaFieldArray* schemaFields;
7491 -(id)init NS_UNAVAILABLE;
7492 -(void*)getCptr;
7493 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7494 +(FSPortfolio*)createPortfolio;
7495 +(FSPortfolio*)createPortfolioWithPDFDoc: (FSPDFDoc*)portfolio_pdf_doc;
7496 -(id)initWithOther: (FSPortfolio*)other;
7497 -(BOOL)isEmpty;
7498 -(FSPDFDoc*)getPortfolioPDFDoc;
7499 -(FSPortfolioNode*)getRootNode;
7500 -(BOOL)isSortedInAscending;
7501 -(void)setSortingOrder: (BOOL)use_ascending_order;
7502 
7503 -(void)dealloc;
7504 
7505 @end
7506 
7507 typedef NS_ENUM(NSInteger, FSAnnotationSummaryCallbackAnnotationSummaryStringID) {
7508  FSAnnotationSummaryCallbackAnnotationSummaryStringIDAuthor = 0,
7509  FSAnnotationSummaryCallbackAnnotationSummaryStringIDDate = 1,
7510  FSAnnotationSummaryCallbackAnnotationSummaryStringIDPage = 2,
7511  FSAnnotationSummaryCallbackAnnotationSummaryStringIDType = 3,
7512  FSAnnotationSummaryCallbackAnnotationSummaryStringIDDocumentTitle = 4,
7513  FSAnnotationSummaryCallbackAnnotationSummaryStringIDPageTitle = 5,
7514  FSAnnotationSummaryCallbackAnnotationSummaryStringIDNoAnnotations = 6,
7515  FSAnnotationSummaryCallbackAnnotationSummaryStringIDNumber = 7,
7516  FSAnnotationSummaryCallbackAnnotationSummaryStringIDSubject = 8
7517 };
7518 
7519 
7520 
7521 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSummaryLayout) {
7527 };
7528 
7529 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSortType) {
7534 };
7535 
7536 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsFontSizeType) {
7540 };
7541 
7543 -(void*)getCptr;
7544 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7545 -(id)init;
7546 -(id)initWithOther: (FSAnnotationSummarySettings*)other;
7547 -(BOOL)isEmpty;
7548 -(void)setSummaryLayout: (FSAnnotationSummarySettingsSummaryLayout)type;
7549 -(void)setSortType: (FSAnnotationSummarySettingsSortType)type;
7550 -(void)setFontSize: (FSAnnotationSummarySettingsFontSizeType)type;
7551 -(void)setAnnotType: (FSAnnotType)type use_all: (BOOL)use_all;
7552 -(void)setFileTitle: (NSString *)title;
7553 -(void)setPageRect: (FSRectF*)rect;
7554 -(void)setPageMargin: (FSRectF*)margin;
7555 -(void)setStartPage: (int)page_index;
7556 -(void)setEndPage: (int)page_index;
7557 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
7558 -(void)setConnectorLineColor: (unsigned int)color;
7559 -(void)setConnectorLineOpacity: (float)opacity;
7560 -(void)setAnnotThumbnail: (FSAnnotType)type thumbnail: (FSBitmap*)thumbnail;
7561 
7562 -(void)dealloc;
7563 
7564 @end
7565 
7567 -(id)init NS_UNAVAILABLE;
7568 -(void*)getCptr;
7569 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7570 -(id)initWithDocument: (FSPDFDoc*)document;
7571 -(id)initWithOther: (FSAnnotationSummary*)other;
7572 -(BOOL)isEmpty;
7573 -(void)setCallback: (id<FSAnnotationSummaryCallback>)callback;
7574 -(FSProgressive*)startSummarize: (NSString *)dest_file_path settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
7575 -(FSProgressive*)startSummarize: (NSString *)dest_file_path settings: (FSAnnotationSummarySettings*)settings;
7576 -(FSProgressive*)startSummarizeWithDestFile: (id<FSFileWriterCallback>)dest_file settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
7577 -(FSProgressive*)startSummarizeWithDestFile: (id<FSFileWriterCallback>)dest_file settings: (FSAnnotationSummarySettings*)settings;
7578 
7579 -(void)dealloc;
7580 
7581 @end
7582 
7583 
7584 
7586 @protocol FSPauseCallback <NSObject>
7587 @required
7589 -(BOOL)needPauseNow;
7590 @end
7591 
7593 @protocol FSFileReaderCallback <NSObject>
7594 @required
7601 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
7606 -(unsigned long long)getSize;
7607 @end
7608 
7614 @protocol FSFileWriterCallback <NSObject>
7615 @required
7621 -(unsigned long long)getSize;
7630 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
7636 -(BOOL)flush;
7637 @end
7638 
7640 @protocol FSStreamCallback <NSObject>
7641 @required
7647 -(unsigned long long)getSize;
7653 -(BOOL)IsEOF;
7659 -(unsigned long long)GetPosition;
7666 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
7675 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
7681 -(BOOL)flush;
7682 @end
7683 
7689 @protocol FSActionCallback <NSObject>
7690 @required
7701 -(int)getCurrentPage:(FSPDFDoc*)pdfDoc;
7713 -(void)setCurrentPage:(FSPDFDoc*)pdfDoc pageIndex:(int)pageIndex;
7714 
7725 -(void)setCurrentPage:(FSPDFDoc*)pdfDoc destination:(FSDestination *)destination;
7739 -(FSRotation)getPageRotation:(FSPDFDoc*)pdfDoc pageIndex:(int)pageIndex;
7753 -(BOOL)setPageRotation:(FSPDFDoc*)pdfDoc pageIndex:(int)pageIndex rotation:(FSRotation)rotation;
7785 -(int)alert:(NSString*)msg title:(NSString*)title type:(int)type icon:(int)icon;
7808 -(BOOL)invalidateRect:(FSPDFDoc *)document page_index:(int)page_index pdf_rect:(FSRectF *)pdf_rect;
7821 -(BOOL)setDocChangeMark:(FSPDFDoc*)document change_mark:(BOOL)change_mark;
7833 -(BOOL)getDocChangeMark:(FSPDFDoc*)document;
7849 -(BOOL)submitForm:(FSPDFDoc*)document formData:(NSData*)formData url:(NSString*)url file_format_type:(FSFileFormatType)file_format_type;
7864 -(unsigned int)verifySignature:(FSPDFDoc *)document signature:(FSSignature *)signature;
7865 
7880 - (NSString *)browseFile:(BOOL)is_open_dialog file_format:(NSString *)file_format file_filter:(NSString *)file_filter;
7895 - (NSString *)getAppInfo:(FSActionCallbackAppInfoType)type;
7896 
7914 - (void)query:(NSString *)keywords search_scope:(FSActionCallbackSearchScope)search_scope search_option:(FSSearchOption *)search_option di_path:(NSString *)di_path;
7915 
7927 - (FSSearchIndexConfig *)addSearchIndex:(NSString *)di_path is_selected:(BOOL)is_selected;
7928 
7939 - (BOOL)removeSearchIndex:(FSSearchIndexConfig *)searchIndexConfig;
7940 
7949 - (NSArray<NSString *> *)getSignatureAPStyleNameList;
7962 - (NSString *)GetJapaneseEras:(int)year month:(int)month day:(int)day;
7963 @end
7964 
7974 @protocol FSIconProviderCallback <NSObject>
7975 @required
7984 -(NSString*)getProviderID;
7993 -(NSString*)getProviderVersion;
8003 -(BOOL)hasIcon: (FSAnnotType)annotType iconName: (NSString*)iconName;
8014 -(BOOL)canChangeColor: (FSAnnotType)annotType iconName: (NSString*)iconName;
8025 -(FSPDFPage*)getIcon: (FSAnnotType)annotType iconName: (NSString*)iconName color: (unsigned int)color;
8040 -(FSShadingColor*)getShadingColor: (FSAnnotType)annotType iconName: (NSString*)iconName refColor: (unsigned int)refColor shadingIndex: (int)shadingIndex ShadingColor:(FSShadingColor*)out_shading_color;
8054 -(NSNumber*)getDisplayWidth: (FSAnnotType)annotType iconName: (NSString*)iconName;
8068 -(NSNumber*)getDisplayHeight: (FSAnnotType)annotType iconName: (NSString*)iconName;
8069 @end
8070 
8078 @protocol FSNotifierCallback <NSObject>
8079 @required
8092 -(void)onOutOfMemory;
8093 @end
8094 
8100 @protocol FSDocEventCallback <NSObject>
8101 @required
8107 -(void)onDocWillOpen;
8118 -(void)onDocOpened:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
8126 -(void)onDocWillDestroy:(FSPDFDoc*)document;
8134 -(void)onDocWillSave:(FSPDFDoc*)document;
8145 -(void)onDocSaved:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
8146 @end
8147 
8157 @required
8169 -(BOOL)isDataAvail:(int)offset size:(int)size;
8184 -(BOOL)addDownloadHint:(int)offset size:(int)size;
8185 @end
8186 
8191 @protocol FSFillerAssistCallback <NSObject>
8192 @required
8202 -(void)refresh:(FSPDFPage*)page rect:(FSRectF*)rect;
8218 -(BOOL)setTimer:(int)elapse timer:(FSTimer*)timer out_timer_id:(int*)out_timer_id;
8227 -(BOOL)killTimer:(int)timer_id;
8238 -(void)focusGotOnControl:(FSControl*)control value:(NSString*)value;
8249 -(void)focusLostFromControl:(FSControl*)control value:(NSString*)value;
8250 
8261 - (void)reportInvalidValue:(NSString *)form_field_name invalid_value:(NSString *)invalid_value;
8262 @optional
8263 
8271 - (void *)createPopupMenu;
8272 
8285 - (BOOL)appendPopupMenuItem:(void *)h_popup_menu popupMenuItem:(FSFillerAssistCallbackPopupMenuItem)popupMenuItem default_string:(NSString *)default_string;
8286 
8299 - (BOOL)enablePopupMenuItem:(void *)h_popup_menu popupMenuItem:(FSFillerAssistCallbackPopupMenuItem)popupMenuItem is_enabled:(BOOL)is_enabled;
8300 
8311 - (BOOL)showPopupMenu:(void *)h_popup_menu point:(FSPointF *)point;
8312 
8322 - (void)destroyPopupMenu:(void *)h_popup_menu;
8323 
8333 - (void)setClipboardText:(NSString *)text;
8334 
8342 - (NSString *)getClipboardText;
8343 
8354 - (void)executeAction:(FSPDFPage*)page action:(FSAction*)action;
8364 - (void)editingMonitorOnCaretChanged:(int)n_caret_pos;
8372 - (void)editingMonitorOnContentChanged:(NSString *)content;
8373 @end
8374 
8382 @protocol FSSearchCallback <NSObject>
8383 @required
8396 -(int)retrieveSearchResult:(NSString*)file_path page_index:(int)page_index match_result:(NSString*)match_result match_start_text_index:(int)match_start_text_index match_end_text_index:(int)match_end_text_index;
8397 @end
8398 
8403 @protocol FSSearchCancelCallback <NSObject>
8404 @required
8411 -(BOOL)needToCancelNow;
8412 @end
8413 
8419 @protocol FSPSICallback <NSObject>
8420 @required
8429 -(void)refresh:(FSPSI*)psi rect:(FSRectF*)rect;
8430 @end
8431 
8437 @protocol FSSecurityCallback <NSObject>
8438 @required
8446 @end
8447 
8457 @required
8467 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
8468 @end
8469 
8479 @required
8490 -(BOOL)isOwner: (FSPDFDoc *)document subFilter:(NSString*)sub_filter;
8502 -(int)getUserPermissions:(FSPDFDoc*)document subFilter:(NSString*)sub_filter;
8514 -(FSSecurityHandlerCipherType)getCipherType:(FSPDFDoc*)document subFilter:(NSString*)sub_filter;
8528 -(int)getKeyLength:(FSPDFDoc*)document subFilter:(NSString*)sub_filter;
8539 -(NSString*)getFileID:(FSPDFDoc*)document subFilter:(NSString*)sub_filter;
8550 -(NSData*)getInitialKey:(FSPDFDoc*)document subFilter:(NSString*)sub_filter;
8551 @end
8552 
8562 @required
8574 -(void *)createContext: (NSString*)filter subFilter: (NSString*)subFilter encryptInfo: (NSString*)encryptInfo;
8585 -(BOOL)releaseContext: (void *)context;
8599 -(FSPDFDocUserPermissions)getUserPermissions: (void *)context userPermission: (FSPDFDocUserPermissions)userPermission;
8610 -(BOOL)isOwner: (void *)context;
8622 -(FSSecurityHandlerCipherType)getCipher: (void *)context;
8633 -(NSData *)getEncryptKey: (void *)context;
8645 -(unsigned int)getDecryptedSize: (void *)context srcDataSize: (unsigned int)srcDataSize;
8658 -(void *)startDecryptor: (void *)context objNum: (int)objNum genNum: (int)genNum;
8671 -(NSData*)decryptData: (void *)decryptor encryptedData: (void *)encryptedData encryptedDataLen: (unsigned int)encryptedDataLen;
8682 -(NSData *)finishDecryptor: (void *)decryptor;
8697 -(unsigned int)getEncryptedSize: (void *)context objNum: (int)objNum genNum: (int)genNum srcData: (void *)srcData srcDataLen: (unsigned int)srcDataLen;
8714 -(BOOL)encryptData: (void *)context objNum: (int)objNum genNum: (int)genNum srcData: (void *)srcData srcDataLen: (unsigned int)srcDataLen dstBuffer: (void *)dstBuffer dstBufferLen: (unsigned int*)dstBufferLen;
8715 
8731 -(BOOL)useStandardCryptoMethod: (void *)context;
8732 @end
8733 
8743 
8744 @end
8745 
8755 @protocol FSSignatureCallback <NSObject>
8756 @required
8774 -(BOOL)startCalcDigest: (id<FSFileReaderCallback>)file byteRangeArray: (NSArray<NSNumber *> *)byteRangeArray signature: (FSSignature*)signature clientData: (void* )clientData;
8794 -(FSProgressiveState)continueCalcDigest: (id<FSPauseCallback> )pause clientData: (void* )clientData;
8806 -(NSData *)getDigest: (void* )clientData;
8827 -(NSData *)sign: (NSData*)digest certPath: (NSString* )certPath certPassword: (NSString* )certPassword digestAlgorithm: (FSSignatureDigestAlgorithm)digestAlgorithm clientData: (void* )clientData;
8849 -(NSData *)sign: (NSData*)digest certStream:(id<FSStreamCallback>)certStream certPassword: (NSString* )certPassword digestAlgorithm: (FSSignatureDigestAlgorithm)digestAlgorithm clientData: (void* )clientData;
8863 -(FSSignatureStates)verifySigState: (NSData*)digest signedData: (NSData*)signedData clientData: (void* )clientData;
8869 -(BOOL)isNeedPadData;
8888 -(FSSignatureCallbackCertValidity)CheckCertificateValidity:(NSString *)certPath certPassword: (NSString* )certPassword clientData: (void* )clientData;
8889 @end
8890 
8896 @protocol FSAppProviderCallback <NSObject>
8897 @required
8907 -(NSString*)getAppInfo:(FSAppProviderCallbackAppInfo)app_info;
8916 -(void)beep:(FSAppProviderCallbackBeepType)type;
8926 -(FSAppProviderCallbackMsgBoxButtonID)msgBox:(NSString*)message title:(NSString*)title;
8940 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
8948 -(id<FSFileReaderCallback>)downLoadUrl:(NSString*)url;
8963 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
8974 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
8992 -(NSString*)loadString:(FSAppProviderCallbackStringID)string_id;
9003 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
9004 @end
9005 
9011 @protocol FSDocProviderCallback <NSObject>
9012 @required
9026 -(void)invalidateRect:(int)page_index rect:(FSRectF*)rect flag:(FSDocProviderCallbackInvalidateFlag)flag;
9037 -(void)displayCaret:(int)page_index is_visible:(BOOL)is_visible rect:(FSRectF*)rect;
9052 -(BOOL)getPopupPos:(int)page_index min_popup:(int)min_popup max_popup:(int)max_popup rect_widget:(FSRectF*)rect_widget inout_rect_popup:(FSRectF*)inout_rect_popup;
9061 -(BOOL)popupMenu:(int)page_index rect_popup:(FSPointF*)rect_popup;
9069 -(int)getCurrentPage:(FSXFADoc*) doc;
9078 -(void)setCurrentPage:(FSXFADoc*) doc current_page_index:(int)current_page_index;
9086 -(void)setChangeMark:(FSXFADoc*) doc;
9094 -(NSString*)getTitle:(FSXFADoc*) doc;
9102 -(void)setFocus:(FSXFAWidget *) xfa_widget;
9113 -(void)exportData:(FSXFADoc*)doc file_path:(NSString*) file_path;
9124 -(void)importData:(FSXFADoc*)doc file_path:(NSString*) file_path;
9133 -(void)gotoURL:(FSXFADoc*)doc url:(NSString*) url;
9146 -(void)print:(FSXFADoc*)doc start_page_index:(int)start_page_index end_page_index:(int)end_page_index options:(int)options;
9154 -(int)getHighlightColor:(FSXFADoc*)doc;
9168 -(BOOL)submitData:(FSXFADoc*)doc target:(NSString*)target format:(FSDocProviderCallbackSubmitFormat)format text_encoding:(FSDocProviderCallbackTextEncoding)text_encoding content:(NSString*)content;
9179 -(void)pageViewEvent:(int)page_index page_view_event_type:(FSDocProviderCallbackPageViewEventType)page_view_event_type;
9190 -(void)widgetEvent:(FSXFAWidget *) xfa_widget widget_event_type:(FSDocProviderCallbackWidgetEventType)widget_event_type;
9191 @end
9192 
9197 @protocol FSRevocationCallback <NSObject>
9198 @required
9209 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
9210 
9221 -(FSResponse*)getResponseOnLineForSingleCert: (FSCertIssuerPair*)cert_issuer_pair;
9222 
9234 -(FSCertVerifyResult*)verifyOCSP:(FSCertIssuerPair*)cert_issuer_pair ocsp_data : (NSData*)ocsp_data;
9235 
9247 -(FSCertVerifyResult*)verifyCRL:(FSCertIssuerPair*)cert_issuer_pair crl_data : (NSData*)crl_data;
9248 
9256 -(BOOL)isCA:(NSData*)cert;
9257 
9268 -(FSDateTime*)getDTSTime:(NSData*)signature_content;
9269 
9280 -(NSData*)getTSTSignature:(NSData*)signature_content;
9281 
9292 -(FSDateTime*)getTSTTime:(NSData*)signature_content;
9293 
9305 -(FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain : (NSArray<NSData*>*)trust_cert_chain;
9306 
9317 -(FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
9318 
9326 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
9327 
9338 -(FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
9339 
9350 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
9351 
9362 -(NSData*)getCRLSignature:(NSData*)crl_data;
9363 
9376 -(FSRevocationArrayInfo*)getRevocationInfoFromSignatureData:(NSData*)signature_content;
9377 
9385 -(BOOL)isIssuerMatchCert:(FSCertIssuerPair*)cert_issuer_pair;
9386 
9387 @end
9388 
9397 @protocol FSTrustedCertStoreCallback <NSObject>
9398 @required
9404 -(BOOL)isCertTrusted:(NSData*)cert;
9405 
9413 -(BOOL)isCertTrustedRoot:(NSData*)cert;
9414 
9415 @end
9416 
9425 @protocol FSFontMapperCallback <NSObject>
9426 @required
9427 
9443 -(FSFontMapResult*)mapFont:(NSString*)font_name is_truetype:(BOOL)is_truetype styles:(unsigned int)styles weight:(int)weight italic_angle:(int)italic_angle charset:(FSFontCharset)charset;
9444 
9445 @end
9446 
9453 @protocol FSAnnotationSummaryCallback <NSObject>
9454 @required
9455 
9466 
9475 -(NSString*) getLocalFontName;
9476 
9493 -(NSString*) loadString:(FSAnnotationSummaryCallbackAnnotationSummaryStringID) stringID;
9494 
9495 @end
9496 
9497 @protocol FSTimeStampCallback <NSObject>
9498 @optional
9499 
9508 - (FSTimeStampServerSendRequestResult)sendTimeStampRequest:(NSString *)request;
9514 - (NSString *)getTimeStampMessage;
9515 
9516 @end
9517 
9518 @interface FSSwiftException : NSObject
9519 
9520 + (BOOL)tryBlock: (void(^)(void))block error:(__autoreleasing NSError **)error;
9521 
9522 @end
9523 
9524 @protocol FSDWG2PDFProgressCallback <NSObject>
9525 @optional
9534 - (void)onProgress:(NSString *)message progress:(float)progress;
9535 @end
9536 
9537 #ifdef __cplusplus
9538 }
9539 #endif
9540 
FSPDFDocPasswordType
FSPDFDocPasswordType
Enumeration for the type of current used password in a PDF document.
Definition: FSPDFObjC.h:4842
-[FSPagingSeal getPagingSealSignature]
FSPagingSealSignature * getPagingSealSignature()
Get the associated paging seal signature.
FSFullTextSearchRankMode
FSFullTextSearchRankMode
Enumeration for rank mode of full text search.
Definition: FSPDFObjC.h:2958
FSLayerContext
Definition: FSPDFObjC.h:5365
FSCertVerifyResultReasonSuperseded
@ FSCertVerifyResultReasonSuperseded
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:7196
FSGraphicsObjectBlendScreen
@ FSGraphicsObjectBlendScreen
Multiply complements of backdrop by source color values, and then complement the result.
Definition: FSPDFObjC.h:5501
FSFillerVkeyN
@ FSFillerVkeyN
N key.
Definition: FSPDFObjC.h:6548
-[FSTextSearch findNext]
BOOL findNext()
Search for next matched pattern.
FSColorSpaceDeviceN
@ FSColorSpaceDeviceN
Color space: DeviceN.
Definition: FSPDFObjC.h:678
FSAssociatedFilesRelationshipSupplement
@ FSAssociatedFilesRelationshipSupplement
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:4555
FSMarkupStateModelMarked
@ FSMarkupStateModelMarked
Markup annotation state model: marked.
Definition: FSPDFObjC.h:4014
-[FSFiller onCopy]
BOOL onCopy()
Call this function when the popup menu item "Copy" is down.
-[FSIconProviderCallback-p getProviderVersion]
NSString * getProviderVersion()
A callback function used to get provider version.
FSPDFDocWrapperFoxit
@ FSPDFDocWrapperFoxit
Foxit wrapper document.
Definition: FSPDFObjC.h:4917
FSFileReaderCallback-p
file reading interface.
Definition: FSPDFObjC.h:7593
-[FSXFAPage NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSLayerContextUsageZoom
@ FSLayerContextUsageZoom
Use for zooming.
Definition: FSPDFObjC.h:5361
FSOutputPreviewShowRGB
@ FSOutputPreviewShowRGB
If set, only show with RGB.
Definition: FSPDFObjC.h:5237
FSBorderInfoBeveled
@ FSBorderInfoBeveled
Border style: Beveled.
Definition: FSPDFObjC.h:3716
FSFillModeWinding
@ FSFillModeWinding
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:631
FSSearchIndexConfig
Definition: FSPDFObjC.h:2845
FSDialogDescriptionConfig::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2545
FSFieldFlagChoiceSort
@ FSFieldFlagChoiceSort
(Only useful for choice field) If set, the field's option items should be sorted alphabetically.
Definition: FSPDFObjC.h:6731
FSWrapperData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4754
-[FSPortfolioFileNode getFileSpec]
FSFileSpec * getFileSpec()
Get the related file specification object which is used to access an embedded file information and da...
FSDWG2PDFSettingData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2240
FSTimeStampServerSendResultFailToReceiveData
@ FSTimeStampServerSendResultFailToReceiveData
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:7064
FSRenditionWindowTypeAnnotRect
@ FSRenditionWindowTypeAnnotRect
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:3199
FSAnnotMKEntryIconFit
@ FSAnnotMKEntryIconFit
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:3880
FSAnnotProperty
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:3863
FSOptimizerSettingsDiscardObjectsDocumentTags
@ FSOptimizerSettingsDiscardObjectsDocumentTags
Discard document tags.
Definition: FSPDFObjC.h:2013
FSPathTypeMoveTo
@ FSPathTypeMoveTo
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:978
-[FSPDFNameTree getCount]
int getCount()
Get the count of elements in current name tree.
-[FSXFADoc getType]
FSXFADocType getType()
Get the XFA document type.
-[FSXFAPage getFirstWidget]
FSXFAWidget * getFirstWidget()
Get the first XFA widget in current tab order.
FSRenditionMediaPlayerAvailable
@ FSRenditionMediaPlayerAvailable
Any of players in this type may be used in playing the associated media clip.
Definition: FSPDFObjC.h:3182
FSAttachments
Definition: FSPDFObjC.h:4586
FSMarkedContent::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:5479
FSIconProviderCallback-p
Definition: FSPDFObjC.h:7974
FSErrXFALoadError
@ FSErrXFALoadError
XFA loading error.
Definition: FSPDFObjC.h:491
FSSignatureSignatureType
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:6920
FSPDFDocEncryptNone
@ FSPDFDocEncryptNone
No encryption pattern.
Definition: FSPDFObjC.h:4851
FSPDFObject::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3026
-[FSWidgetMenu bold]
BOOL bold()
(Only useful for rich text) Make the rich text bold.
FSDateTime::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:580
FSMarkupEndingStyleOpenArrow
@ FSMarkupEndingStyleOpenArrow
Two short lines meeting in an acute angle to form an open arrowhead.
Definition: FSPDFObjC.h:4035
FSColorSpaceDeviceCMYK
@ FSColorSpaceDeviceCMYK
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:672
FSCompareResultInfoCompareResultTypeDeletePath
@ FSCompareResultInfoCompareResultTypeDeletePath
Result type: delete path.
Definition: FSPDFObjC.h:1798
FSSignatureAPFlagSigningTime
@ FSSignatureAPFlagSigningTime
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:6893
FSHeaderFooterContentGeneratorDateFormatMMSlashYY
@ FSHeaderFooterContentGeneratorDateFormatMMSlashYY
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4684
FSPrintParamsPrintContentFormFieldsOnly
@ FSPrintParamsPrintContentFormFieldsOnly
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: FSPDFObjC.h:2630
FSOptimizerSettingsCleanUpUseFlateForNonEncodedStream
@ FSOptimizerSettingsCleanUpUseFlateForNonEncodedStream
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:1999
FSTimeStampServerSendRequestResult
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:7059
FSCompareResultInfoCompareResultTypeReplacePath
@ FSCompareResultInfoCompareResultTypeReplacePath
Result type: replace path.
Definition: FSPDFObjC.h:1800
FSFontCharsetChineseBig5
@ FSFontCharsetChineseBig5
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:876
FSPrintParams
Definition: FSPDFObjC.h:2668
FSPageNumberRange::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:4610
-[FSSound getCompressionFormat]
NSString * getCompressionFormat()
Get the name of the sound compression format used on the sample data.
FSPathTypeLineTo
@ FSPathTypeLineTo
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:979
FSErrNotParsed
@ FSErrNotParsed
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:484
FSAnnotInk
@ FSAnnotInk
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:3825
FSTextPageTextParseFlags
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:6028
FSPrintParams::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2670
-[FSInt32Array getSize]
int getSize()
Get the number of elements in the array.
-[FSWidgetMenu italic]
BOOL italic()
(Only useful for rich text) Make the rich text italic.
FSAsyncReaderCallback-p
Definition: FSPDFObjC.h:8156
FSGraphicsObjectsTextMergeNone
@ FSGraphicsObjectsTextMergeNone
No text merge.
Definition: FSPDFObjC.h:5683
FSPrintParamsPrintHandlingTileLargePages
@ FSPrintParamsPrintHandlingTileLargePages
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: FSPDFObjC.h:2663
FSImageOrientationRotate270
@ FSImageOrientationRotate270
Rotate 90 degrees in counter-clockwise direction.
Definition: FSPDFObjC.h:1163
FSWidgetChoiceOption::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:1339
FSFillerVkey1
@ FSFillerVkey1
1 key.
Definition: FSPDFObjC.h:6526
FSAlignmentLeft
@ FSAlignmentLeft
Left alignment.
Definition: FSPDFObjC.h:623
FSAppProviderCallback-p
Definition: FSPDFObjC.h:8896
FSErrPassword
@ FSErrPassword
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:475
FSModuleNameAdvEdit
@ FSModuleNameAdvEdit
Name for module "AdvEdit".
Definition: FSPDFObjC.h:660
FSSignaturePAdESLevelBT
@ FSSignaturePAdESLevelBT
PAdES level: B-T.
Definition: FSPDFObjC.h:6930
FSPDFDocForms
@ FSPDFDocForms
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:4910
FSErrNoDWG2PDFModuleRight
@ FSErrNoDWG2PDFModuleRight
No "DWG2PDF" module right.
Definition: FSPDFObjC.h:548
FSBookmarkStyleItalic
@ FSBookmarkStyleItalic
Show bookmark title as italic text.
Definition: FSPDFObjC.h:4509
FSPDFDocDisplayUseThumbs
@ FSPDFDocDisplayUseThumbs
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:4903
FSDocProviderCallback-p
Definition: FSPDFObjC.h:9011
FSXFAWidgetPresenceProperty
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:1669
FSActionTypeResetForm
@ FSActionTypeResetForm
Action type: reset-form action.
Definition: FSPDFObjC.h:3370
FSCertVerifyResultResponseInfoLocation
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:7204
FSPrintParamsBookletBindingLeft
@ FSPrintParamsBookletBindingLeft
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:2647
FSMenuListArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2349
-[FSTimeStampServer getTimeStampMessage]
NSString * getTimeStampMessage()
Get time stamp message.
FSPrintParamsBookletDuplexModeFrontSideOnly
@ FSPrintParamsBookletDuplexModeFrontSideOnly
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: FSPDFObjC.h:2641
FSDWG2PDFSettingData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2239
FSErrLibreofficeEngineNotFound
@ FSErrLibreofficeEngineNotFound
(For Office-to-PDF conversion only) Libre office engine is not found.
Definition: FSPDFObjC.h:544
-[FSRange init]
id init()
Constructor.
-[FSPath closeFigure]
BOOL closeFigure()
Close current figure (which is also the last figure in current path).
FSSignatureStateVerifyChange
@ FSSignatureStateVerifyChange
The document has been changed within the scope of the signature. (This indicates that signature is in...
Definition: FSPDFObjC.h:6867
FSRenditionMediaPermTempAlways
@ FSRenditionMediaPermTempAlways
Always allowed.
Definition: FSPDFObjC.h:3177
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeSHX
@ FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeSHX
Searchable text type: Only text displayed with SHX font is searchable.
Definition: FSPDFObjC.h:2227
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYYYY
@ FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYYYY
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4683
FSDWG2PDFSettingDataDWG2PDFColorPolicyNoPolicy
@ FSDWG2PDFSettingDataDWG2PDFColorPolicyNoPolicy
Color policy: No color policy. A drawing is exported with its native color palette (as is).
Definition: FSPDFObjC.h:2232
FSDWG2PDFSettingDataDWG2PDFColorPolicyMono
@ FSDWG2PDFSettingDataDWG2PDFColorPolicyMono
Color policy: Drawing is exported to a monochrome PDF file.
Definition: FSPDFObjC.h:2233
FSMonoImageSettingsStretchDownsample
@ FSMonoImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1957
FSPDFNameTreeJavaScript
@ FSPDFNameTreeJavaScript
"JavaScript" name tree.
Definition: FSPDFObjC.h:2983
FSProgressiveState
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:724
FSGraphicsObjectBlendMultiply
@ FSGraphicsObjectBlendMultiply
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:5500
FSPrintParamsPrintHandlingBooklet
@ FSPrintParamsPrintHandlingBooklet
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: FSPDFObjC.h:2664
-[FSColorSpace isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
-[FSRectFArray getSize]
int getSize()
Get the number of elements in the array.
FSPDFDocImportFlagShareStream
@ FSPDFDocImportFlagShareStream
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:4884
FSRendererContentFlag
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:1224
FSLayerTreeStateUndefined
@ FSLayerTreeStateUndefined
The state is undefined.
Definition: FSPDFObjC.h:5320
FSFloatingInfoRelativeTargetMonitor
@ FSFloatingInfoRelativeTargetMonitor
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: FSPDFObjC.h:2719
FSOutputPreview
Definition: FSPDFObjC.h:5260
-[FSWidgetMenu canUndo]
BOOL canUndo()
Check if the operation of related XFA widget can be undone.
FSFieldFlagTextNoSpellCheck
@ FSFieldFlagTextNoSpellCheck
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:6725
FSXFADocExportDataTypeXDP
@ FSXFADocExportDataTypeXDP
Type of exported data: XDP.
Definition: FSPDFObjC.h:1586
-[FSColorSpace getCptr]
void * getCptr()
-[FSFileWriterCallback-p flush]
BOOL flush()
Flush internal buffer of the file.
FSPDFObjectDictionary
@ FSPDFObjectDictionary
PDF dictionary object.
Definition: FSPDFObjC.h:3018
FSFieldArray
Definition: FSPDFObjC.h:6647
FSSignatureLabelNameReason
@ FSSignatureLabelNameReason
Signature label name for reason.
Definition: FSPDFObjC.h:6952
FSErrNoXFAModuleRight
@ FSErrNoXFAModuleRight
No "XFA" module right.
Definition: FSPDFObjC.h:531
-[FSLayerNode NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSSearchCancelCallback-p
Definition: FSPDFObjC.h:8403
FSFieldType
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:6705
-[FSLayerTree getOCGs]
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
FSColorSpaceRenderIntentPerceptual
@ FSColorSpaceRenderIntentPerceptual
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:1031
FSRectF::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:366
FSGraphicsObjectTypeImage
@ FSGraphicsObjectTypeImage
Image graphics object.
Definition: FSPDFObjC.h:5521
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePdfPaths
@ FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePdfPaths
Hatches export type: Exports hatch as a PDF path (solid hatches only).
Definition: FSPDFObjC.h:2221
FSDWG2PDFSettingDataFlagIncludeOffLayers
@ FSDWG2PDFSettingDataFlagIncludeOffLayers
Bit 6. If enabled, invisible layers will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:2207
FSResponse::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7151
FSDefaultAppearanceDefAPFlags
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:3654
FSRMSEncryptData
Definition: FSPDFObjC.h:6330
-[FSCodec init]
id init()
FSRotation180
@ FSRotation180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:609
FSErrTimeStampServerMgrNotInit
@ FSErrTimeStampServerMgrNotInit
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:519
FSActionTypeGoToR
@ FSActionTypeGoToR
Action type: remote go-to action.
Definition: FSPDFObjC.h:3360
-[FSWidgetMenu deSelect]
BOOL deSelect()
Cancel the selection of the text in related XFA widget.
-[FSFDFDoc getCatalog]
FSPDFDictionary * getCatalog()
Get the catalog dictionary.
-[FSLayerNode getChildrenCount]
int getChildrenCount()
Get the count of children nodes.
FSSignatureAPFlagReason
@ FSSignatureAPFlagReason
If set, show reason on signature appearance.
Definition: FSPDFObjC.h:6892
FSAnnotFlagLocked
@ FSAnnotFlagLocked
Annotation flag: locked.
Definition: FSPDFObjC.h:3850
FSXFAWidgetWidgetTypeRadioButton
@ FSXFAWidgetWidgetTypeRadioButton
XFA widget type: radio button.
Definition: FSPDFObjC.h:1661
FSFloatingInfoWindowPositionTopRight
@ FSFloatingInfoWindowPositionTopRight
Window position: at the top right corner.
Definition: FSPDFObjC.h:2706
FSOutputPreviewShowCalibrated
@ FSOutputPreviewShowCalibrated
If set, only show with Calibrated.
Definition: FSPDFObjC.h:5243
FSBorderInfo::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3724
FSFontCharsetRussian
@ FSFontCharsetRussian
Font charset: Russian.
Definition: FSPDFObjC.h:879
FSErrLTVCannotLoadDSS
@ FSErrLTVCannotLoadDSS
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:524
-[FSStreamCallback-p IsEOF]
BOOL IsEOF()
Determine whether reach the end of stream.
FSOutputPreviewColorantTypeSpot
@ FSOutputPreviewColorantTypeSpot
Colorant type: spot.
Definition: FSPDFObjC.h:5256
FSPrintParamsPrintContentDocAndAnnots
@ FSPrintParamsPrintContentDocAndAnnots
Print Content: print the document contents and comments.
Definition: FSPDFObjC.h:2629
FSAdditionalActionTriggerFieldRecalculateValue
@ FSAdditionalActionTriggerFieldRecalculateValue
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:3619
FSSignatureDocPermission
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:6935
FSAnnotFlagNoZoom
@ FSAnnotFlagNoZoom
Annotation flag: no zoom.
Definition: FSPDFObjC.h:3846
FSDWG2PDFSettingDataDWG2PDFExportFlags
FSDWG2PDFSettingDataDWG2PDFExportFlags
Enumeration for flags of DWG to PDF export.
Definition: FSPDFObjC.h:2201
FSLTVVerifierVerifyMode
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:7325
FSRendition
Definition: FSPDFObjC.h:3232
FSModuleNamePDF2Office
@ FSModuleNamePDF2Office
Name for module "PDF2Office".
Definition: FSPDFObjC.h:661
FSMarkupEndingStyle
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:4030
FSFileFormatTypeXFD
@ FSFileFormatTypeXFD
File format type: XFD.
Definition: FSPDFObjC.h:704
-[FSImageObject isImageMask]
BOOL isImageMask()
Check if current image object is treated as mask.
FSFontStyleItalic
@ FSFontStyleItalic
Font style: italic.
Definition: FSPDFObjC.h:863
FSOutputPreviewShowImages
@ FSOutputPreviewShowImages
If set, only show images.
Definition: FSPDFObjC.h:5246
FSTextStateMode
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:5571
FSXFAWidgetWidgetEdgePosition
FSXFAWidgetWidgetEdgePosition
Enumeration for the positon of XFA widget edge position.
Definition: FSPDFObjC.h:1698
FSSignatureDocPermNoChangesAllowed
@ FSSignatureDocPermNoChangesAllowed
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:6937
FSHeaderFooterContentGeneratorPageNumberFormatPageNumber
@ FSHeaderFooterContentGeneratorPageNumberFormatPageNumber
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:4702
FSSignaturePAdESLevelNone
@ FSSignaturePAdESLevelNone
PAdES level: none.
Definition: FSPDFObjC.h:6928
FSGraphicsObjectBlendNormal
@ FSGraphicsObjectBlendNormal
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:5499
FSPDFPageSizeB4
@ FSPDFPageSizeB4
Page size: B4.
Definition: FSPDFObjC.h:5751
FSGraphicsObjectBlendMode
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:5498
FSPDFNumberTreeType
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:3146
FSFloatingInfoOffScreenCancel
@ FSFloatingInfoOffScreenCancel
Off screen action: cancel playing the media clip.
Definition: FSPDFObjC.h:2731
-[FSFillerAssistCallback-p getClipboardText]
NSString * getClipboardText()
A callback function which is triggered when need to get the text on clipboard.
FSPageBasicInfo::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4794
FSMarkupEndingStyleRClosedArrow
@ FSMarkupEndingStyleRClosedArrow
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:4039
FSMarkedContent
Definition: FSPDFObjC.h:5478
FSPDFDocPermAssemble
@ FSPDFDocPermAssemble
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:4867
FSWidgetChoiceOptionArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1357
FSGraphicsObject
Definition: FSPDFObjC.h:5527
FSErrOutOfMemory
@ FSErrOutOfMemory
Out-of-memory error occurs.
Definition: FSPDFObjC.h:482
FSXFAWidgetWidgetTypePasswordEdit
@ FSXFAWidgetWidgetTypePasswordEdit
XFA widget type: password edit.
Definition: FSPDFObjC.h:1660
-[FSSecurityHandler getSecurityType]
FSPDFDocEncryptType getSecurityType()
Get the encryption type of current security handler.
FSErrExcelHasNoContent
@ FSErrExcelHasNoContent
(For Excel-to-PDF conversion only) Excel document does not have any content so it cannot be converted...
Definition: FSPDFObjC.h:541
FSMenuListArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2348
FSMarkupEndingStyleNone
@ FSMarkupEndingStyleNone
No special line ending.
Definition: FSPDFObjC.h:4031
-[FSBitmap getPitch]
int getPitch()
FSRenditionActionOpTypeNone
@ FSRenditionActionOpTypeNone
No operation is specified.
Definition: FSPDFObjC.h:3582
FSErrCertificate
@ FSErrCertificate
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:477
-[FSPageLabels removeAll]
void removeAll()
Remove all page labels.
-[FSEnvelopeArray getSize]
int getSize()
Get the number of elements in the array.
FSOptimizerSettingsDiscardObjectsAlternateImages
@ FSOptimizerSettingsDiscardObjectsAlternateImages
Discard all alternate images.
Definition: FSPDFObjC.h:2012
FSAnnotRedact
@ FSAnnotRedact
Annotation type: redact annotation.
Definition: FSPDFObjC.h:3837
FSSubmitFormActionFlagIncludeNoValueFields
@ FSSubmitFormActionFlagIncludeNoValueFields
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:3502
FSImportDataAction
Definition: FSPDFObjC.h:3542
FSRichTextStyle::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3688
FSAnnotMKRelationCaptionRight
@ FSAnnotMKRelationCaptionRight
Caption to the right of the icon.
Definition: FSPDFObjC.h:3889
FSSignatureKeyNameProducer
@ FSSignatureKeyNameProducer
Signature key name: producer content.
Definition: FSPDFObjC.h:6910
FSActionTypeGoto
@ FSActionTypeGoto
Action type: go-to action.
Definition: FSPDFObjC.h:3359
FSErrRightsExpired
@ FSErrRightsExpired
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:498
FSRichTextStyleCornerMarkSubscript
@ FSRichTextStyleCornerMarkSubscript
Corner mark style: subscript.
Definition: FSPDFObjC.h:3683
FSDefaultAppearanceFlagFont
@ FSDefaultAppearanceFlagFont
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:3655
FSCompareResultInfoCompareResultTypeReplaceText
@ FSCompareResultInfoCompareResultTypeReplaceText
Result type: replace text.
Definition: FSPDFObjC.h:1794
FSXFAWidgetHitTestAreaClient
@ FSXFAWidgetHitTestAreaClient
Hit test area: Client.
Definition: FSPDFObjC.h:1644
FSAdditionalActionTriggerDocWillPrint
@ FSAdditionalActionTriggerDocWillPrint
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:3614
FSDefaultAppearance
Definition: FSPDFObjC.h:3661
FSWatermarkSettingsFlagInvisible
@ FSWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:6420
FSRenderConfig
Definition: FSPDFObjC.h:743
FSURIAction
Definition: FSPDFObjC.h:3418
FSTextPage
Definition: FSPDFObjC.h:6040
FSModuleNameDWG2PDF
@ FSModuleNameDWG2PDF
Name for module "DWG2PDF".
Definition: FSPDFObjC.h:659
FSPolygon
Definition: FSPDFObjC.h:4311
FSLocaleIDKorea
@ FSLocaleIDKorea
Locale ID for country: Korea.
Definition: FSPDFObjC.h:694
FSSignatureCallback-p
Definition: FSPDFObjC.h:8755
FSFontCharsetHangeul
@ FSFontCharsetHangeul
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:874
FSMonoImageSettingsMonoImageCompressQuality
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:1948
-[FSFloatArray getSize]
int getSize()
Get the number of elements in the array.
FSOptimizerSettingsOptimizerCleanUp
@ FSOptimizerSettingsOptimizerCleanUp
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:1992
FSImageJPG
@ FSImageJPG
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:1146
FSStdEncryptData
Definition: FSPDFObjC.h:6184
FSMarkupStateCancelled
@ FSMarkupStateCancelled
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:4024
FSErrDataNotReady
@ FSErrDataNotReady
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:489
-[FSTimeStampServer NS_UNAVAILABLE]
id NS_UNAVAILABLE()
-[FSColorSpace NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSCertVerifyResultReasonCessationOfOperation
@ FSCertVerifyResultReasonCessationOfOperation
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:7197
FSFontStylesBold
@ FSFontStylesBold
Font style: force bold.
Definition: FSPDFObjC.h:866
FSDialogDescriptionElement::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2516
FSSOAPRequestProperties::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2586
FSPDFDocPermPrint
@ FSPDFDocPermPrint
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:4861
FSPDFDocSaveFlagLinearized
@ FSPDFDocSaveFlagLinearized
Save document as a linearized file.
Definition: FSPDFObjC.h:4876
FSActionCallback-p
Definition: FSPDFObjC.h:7689
FSSignatureLabelName
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:6949
FSPDFDocEncryptType
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:4849
-[FSTextSearch getMatchRects]
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
FSHTML2PDFSettingData
Definition: FSPDFObjC.h:2140
-[FSAnnotationSummaryCallback-p getCurrentLocaleID]
FSLocaleID getCurrentLocaleID()
A callback function used to specify current locale ID.
FSPDFDocDisplayUseAttachment
@ FSPDFDocDisplayUseAttachment
When document is opened, attachment panels are visible.
Definition: FSPDFObjC.h:4906
FSPrintParamsDuplexType
FSPrintParamsDuplexType
Enumeration for the values used to set the printing duplex mode.
Definition: FSPDFObjC.h:2633
FSPageLabelsNone
@ FSPageLabelsNone
Page label style: no numbering style.
Definition: FSPDFObjC.h:5893
FSOutputPreviewShowLab
@ FSOutputPreviewShowLab
If set, only show with Lab.
Definition: FSPDFObjC.h:5244
FSTimeStampServerMgr::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7037
FSStrikeOut
Definition: FSPDFObjC.h:4136
FSAnnotationSummarySettings
Annotations summary string ID: specify the prefix when author information is outputed in result docum...
Definition: FSPDFObjC.h:7543
FSCertVerifyResultArray
Definition: FSPDFObjC.h:7241
-[FSColor init]
id init()
Construct an empty color.
FSPayLoadData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4774
FSAnnotPolygon
@ FSAnnotPolygon
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3817
FSActionTypeURI
@ FSActionTypeURI
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:3364
FSTableOfContentsConfig
Table border style: Solid.
Definition: FSPDFObjC.h:4825
FSStreamCallback-p
File stream interface, reading & writing.
Definition: FSPDFObjC.h:7640
FSErrMIPGetExtendedLabelInfoByIdFailed
@ FSErrMIPGetExtendedLabelInfoByIdFailed
MIP engine: get extended label information by id failed.
Definition: FSPDFObjC.h:561
-[FSTextSearch getMatchStartCharIndex]
int getMatchStartCharIndex()
Get the index of the first character of current match pattern, based on current match page.
FSOutputPreviewShowDeviceCMYKAndSpot
@ FSOutputPreviewShowDeviceCMYKAndSpot
If set, only show with DeviceCMYK and spot.
Definition: FSPDFObjC.h:5233
FSPDFPageCalcMarginMode
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:5722
FSFillerVkeyEscape
@ FSFillerVkeyEscape
ESC key.
Definition: FSPDFObjC.h:6510
-[FSActionCallback-p getSignatureAPStyleNameList]
NSArray< NSString * > * getSignatureAPStyleNameList()
A callback function to get the name list of signature appearance style.
FSPDFDocAnnots
@ FSPDFDocAnnots
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:4911
FSOutputPreviewShowCMYK
@ FSOutputPreviewShowCMYK
If set, only show with CMYK.
Definition: FSPDFObjC.h:5236
FSFillerVkeyNumpad0
@ FSFillerVkeyNumpad0
0 key in the numeric keypad.
Definition: FSPDFObjC.h:6561
FSMarkupStateRejected
@ FSMarkupStateRejected
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:4023
-[FSGraphicsObjectArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
-[FSPSI getContentsRect]
FSRectF * getContentsRect()
Get contents rectangle.
FSNotifierCallback-p
Definition: FSPDFObjC.h:8078
FSImageOrientationFlipH
@ FSImageOrientationFlipH
Flip Horizontal.
Definition: FSPDFObjC.h:1157
FSSignatureStateVerifyInvalid
@ FSSignatureStateVerifyInvalid
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:6863
FSFillerVkeyHome
@ FSFillerVkeyHome
Home key.
Definition: FSPDFObjC.h:6515
FSDestinationZoomFitPage
@ FSDestinationZoomFitPage
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:3317
FSXFAWidgetWidgetTypeCheckButton
@ FSXFAWidgetWidgetTypeCheckButton
XFA widget type: check button.
Definition: FSPDFObjC.h:1652
FSQuadPoints::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3743
FSBarcodeFormatITF
@ FSBarcodeFormatITF
Barcode format: ITF code.
Definition: FSPDFObjC.h:1297
FSFieldTypeCheckBox
@ FSFieldTypeCheckBox
Form field type: check box.
Definition: FSPDFObjC.h:6708
-[FSFont NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSDateTime::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:579
FSAnnotWidget
@ FSAnnotWidget
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3830
FSSchemaFieldArray
Definition: FSPDFObjC.h:7460
-[FSAssociatedFiles NS_UNAVAILABLE]
id NS_UNAVAILABLE()
-[FSBitmap getHeight]
int getHeight()
-[FSAnnotationSummaryCallback-p getLocalFontName]
NSString * getLocalFontName()
A callback function used to specify the font name used locally.
FSFillerVkeyF8
@ FSFillerVkeyF8
F8 key.
Definition: FSPDFObjC.h:6584
FSWatermarkSettingsFlagShareTextStream
@ FSWatermarkSettingsFlagShareTextStream
If set, watermarks will share one form xobject if these watermarks use the same text and text's relat...
Definition: FSPDFObjC.h:6422
FSXFAWidgetWidgetTypeSignature
@ FSXFAWidgetWidgetTypeSignature
XFA widget type: signature.
Definition: FSPDFObjC.h:1656
-[FSFDFDoc getFDFDict]
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
FSOutputPreviewShowSpotColor
@ FSOutputPreviewShowSpotColor
If set, only show with spot color.
Definition: FSPDFObjC.h:5232
FSXFADocExportDataTypeXML
@ FSXFADocExportDataTypeXML
Type of exported data: XML.
Definition: FSPDFObjC.h:1584
FSBasicArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:151
-[FSWidgetMenu canDelete]
BOOL canDelete()
Check if the text of related XFA widget can be deleted.
-[FSUInt32Array removeAll]
void removeAll()
Clean up the array.
FSTextPageCharInfoGenerated
@ FSTextPageCharInfoGenerated
Character flag: Generated.
Definition: FSPDFObjC.h:5999
FSReflowPageWithImage
@ FSReflowPageWithImage
Parsing flag for image mode.
Definition: FSPDFObjC.h:5963
FSRenditionFloatingWindowResizeType
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:3219
FSPagingSealConfigPagingSealStyle
FSPagingSealConfigPagingSealStyle
Enumeration for paging seal signature style.
Definition: FSPDFObjC.h:7092
FSResponseTypeCRL
@ FSResponseTypeCRL
CRL response.
Definition: FSPDFObjC.h:7145
FSMediaSettings
media player state: Open.
Definition: FSPDFObjC.h:2764
FSFillerVkey4
@ FSFillerVkey4
4 key.
Definition: FSPDFObjC.h:6529
FSPDFPageParsePageNormal
@ FSPDFPageParsePageNormal
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:5718
FSFillerVkeyControl
@ FSFillerVkeyControl
Ctrl key.
Definition: FSPDFObjC.h:6507
FSTextSearchSearchMatchWholeWord
@ FSTextSearchSearchMatchWholeWord
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:6072
FSSubmitFormAction
Structure tree entity type: unknown.
Definition: FSPDFObjC.h:3517
FSPDFStreamJPXDecode
@ FSPDFStreamJPXDecode
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:3073
FSErrInvalidType
@ FSErrInvalidType
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:486
FSImageNone
@ FSImageNone
Not have image type yet.
Definition: FSPDFObjC.h:1144
FSBitmapDIBRgb
@ FSBitmapDIBRgb
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:1077
FSPDFPageSizeB2
@ FSPDFPageSizeB2
Page size: B2.
Definition: FSPDFObjC.h:5749
FSBitmapDIB8bppMask
@ FSBitmapDIB8bppMask
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:1081
FSForm
Definition: FSPDFObjC.h:6768
FSModuleNameComparison
@ FSModuleNameComparison
Name for module "Comparison".
Definition: FSPDFObjC.h:652
FSRotationPointRightTop
@ FSRotationPointRightTop
Rotate the text block based on the right-top point of the rectangle.
Definition: FSPDFObjC.h:617
-[FSPath init]
id init()
Constructor.
FSFieldFlagReadOnly
@ FSFieldFlagReadOnly
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:6717
-[FSWidgetMenu undo]
BOOL undo()
Undo the operation of related XFA widget. (No effect for rich text)
FSFillSignFillSignObjectTypeLine
@ FSFillSignFillSignObjectTypeLine
Line fill-sign object.
Definition: FSPDFObjC.h:5159
FSPlayerArgs
PDF/X-1a.
Definition: FSPDFObjC.h:2791
FSMonoImageSettingsImageCompressRetain
@ FSMonoImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:1944
FSDocViewerPrefs
Definition: FSPDFObjC.h:5868
FSGraphicsObjectBlendExclusion
@ FSGraphicsObjectBlendExclusion
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:5510
FSRenderer
Definition: FSPDFObjC.h:1235
FSPDFPageSizeB3
@ FSPDFPageSizeB3
Page size: B3.
Definition: FSPDFObjC.h:5750
FSAnnotPSInk
@ FSAnnotPSInk
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:3826
FSAdditionalActionTriggerDocPrinted
@ FSAdditionalActionTriggerDocPrinted
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:3615
FSFloatingInfoWindowPositionBottomCenter
@ FSFloatingInfoWindowPositionBottomCenter
Window position: at the bottom center.
Definition: FSPDFObjC.h:2711
FSTextFillSignObjectData
Definition: FSPDFObjC.h:5122
FSErrDefaultTimeStampServer
@ FSErrDefaultTimeStampServer
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:529
FSRange
Definition: FSPDFObjC.h:837
FSImageSettingsStretchBicubic
@ FSImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:1916
FSGraphStateLineCapSquare
@ FSGraphStateLineCapSquare
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:798
FSRenditionMonitorSpecifierGreatestWidth
@ FSRenditionMonitorSpecifierGreatestWidth
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:3209
FSSignatureStateVerifyChangeIllegal
@ FSSignatureStateVerifyChangeIllegal
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:6886
FSErrOFDEngineNotInit
@ FSErrOFDEngineNotInit
(For OFD only) OFD engine has not been initialized successfully.
Definition: FSPDFObjC.h:552
FSTextSearch
Definition: FSPDFObjC.h:6078
SWIGTYPE_p_void::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:140
FSMarkupStateModel
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:4013
FSSignatureSignatureTypeTimeStamp
@ FSSignatureSignatureTypeTimeStamp
Signature type: time stamp.
Definition: FSPDFObjC.h:6922
FSTimer::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6478
FSField
Definition: FSPDFObjC.h:6736
FSBorderInfoStyle
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:3712
-[FSPDFNumberTree getType]
FSPDFNumberTreeType getType()
Get the type of current number tree.
FSLTVVerifierCurrentTime
@ FSLTVVerifierCurrentTime
Use current time.
Definition: FSPDFObjC.h:7321
-[FSAdditionalAction getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSErrHandle
@ FSErrHandle
Error handle.
Definition: FSPDFObjC.h:476
FSEmbeddedFontData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4812
FSAssociatedFilesRelationshipUnspecified
@ FSAssociatedFilesRelationshipUnspecified
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:4551
-[FSEnvelopeArray removeAll]
void removeAll()
Clean up the array.
FSAssociatedFilesRelationshipAlternative
@ FSAssociatedFilesRelationshipAlternative
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:4554
FSBorderInfo
Definition: FSPDFObjC.h:3722
FSSubmitFormActionFlagExclNonUserAnnots
@ FSSubmitFormActionFlagExclNonUserAnnots
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:3511
FSFloatingInfoWindowPositionTopCenter
@ FSFloatingInfoWindowPositionTopCenter
Window position: at the top center.
Definition: FSPDFObjC.h:2705
FSBasicArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:152
FSXFAWidgetWidgethAlignTypeJustifyAll
@ FSXFAWidgetWidgethAlignTypeJustifyAll
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:1686
FSBitmapDIB8bppGray
@ FSBitmapDIB8bppGray
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:1083
FSRenditionMediaPermTempExtract
@ FSRenditionMediaPermTempExtract
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:3175
FSWidgetLineSpacingSingle
@ FSWidgetLineSpacingSingle
Line spacing style: single line spacing.
Definition: FSPDFObjC.h:4397
FSAssociatedFilesRelationshipSchema
@ FSAssociatedFilesRelationshipSchema
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:4558
FSFillerVirtualKeyCode
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:6501
FSBookmarkPosition
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:4513
FSTimeStampServerMgr
Definition: FSPDFObjC.h:7036
FSTextPageCharInfoNormal
@ FSTextPageCharInfoNormal
Character flag: Normal.
Definition: FSPDFObjC.h:5998
FSAnnotMovie
@ FSAnnotMovie
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3829
-[FSSignatureVerifyResult getSignatureCheckTimeType]
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
-[FSAdditionalAction NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSPDFNumberTree
Definition: FSPDFObjC.h:3151
FSFillerVkeyNumpad5
@ FSFillerVkeyNumpad5
5 key in the numeric keypad.
Definition: FSPDFObjC.h:6566
FSSearchOption::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2820
FSFloatingInfoWindowPositionBottomLeft
@ FSFloatingInfoWindowPositionBottomLeft
Window position: at the bottom left corner.
Definition: FSPDFObjC.h:2710
FSLayerNode
Definition: FSPDFObjC.h:5384
FSFillerEventFlagShiftKey
@ FSFillerEventFlagShiftKey
Event flag: "Shift" key.
Definition: FSPDFObjC.h:6592
FSDWG2PDFSettingDataDWG2PDFColorPolicy
FSDWG2PDFSettingDataDWG2PDFColorPolicy
Enumeration for color policy used for converting DWG to PDF.
Definition: FSPDFObjC.h:2231
-[FSFiller onCut]
BOOL onCut()
Call this function when the popup menu item "Cut" is down.
FSPageLabelsLowerLetters
@ FSPageLabelsLowerLetters
Page label style: lowercase letters.
Definition: FSPDFObjC.h:5898
FSFillerVkeyDivide
@ FSFillerVkeyDivide
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:6576
FSOptimizerSettingsCleanUpRemoveInvalidLinks
@ FSOptimizerSettingsCleanUpRemoveInvalidLinks
Remove invalid links.
Definition: FSPDFObjC.h:2002
FSTextFillSignObjectDataArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:5136
FSFillerVkeyPrior
@ FSFillerVkeyPrior
Page Up key.
Definition: FSPDFObjC.h:6512
FSRenditionMediaPlayerFitStyleDefault
@ FSRenditionMediaPlayerFitStyleDefault
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:3192
FSPDFStreamNoneDecode
@ FSPDFStreamNoneDecode
No need to decode the stream data.
Definition: FSPDFObjC.h:3064
FSBarcodeFormatPDF417
@ FSBarcodeFormatPDF417
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1298
FSPosBottomLeft
@ FSPosBottomLeft
Position: bottom left.
Definition: FSPDFObjC.h:641
-[FSRange getSegmentCount]
int getSegmentCount()
Get the count of range segments.
FSPDFStreamASCIIHexDecode
@ FSPDFStreamASCIIHexDecode
Filter type: ASCIIHexDecode, which means to decode data encoded in an ASCII hexadecimal representatio...
Definition: FSPDFObjC.h:3065
FSFillerVkeyF5
@ FSFillerVkeyF5
F5 key.
Definition: FSPDFObjC.h:6581
FSFDFDocType
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:2319
FSWidgetLineSpacingOneAndHalf
@ FSWidgetLineSpacingOneAndHalf
Line spacing style: one and half times line spacing.
Definition: FSPDFObjC.h:4398
FSSignatureStateVerifyTimestampIssueUnknown
@ FSSignatureStateVerifyTimestampIssueUnknown
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:6881
FSFontCharset
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:869
FSAnnotSound
@ FSAnnotSound
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3828
FSSecurityHandler
Definition: FSPDFObjC.h:6172
FSFontCIDCharsetKOREA1
@ FSFontCIDCharsetKOREA1
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:892
-[FSColor convertToRGB]
FSColor * convertToRGB()
Convert to a RGB color.
FSRenditionMonitorSpecifierGreatestHeight
@ FSRenditionMonitorSpecifierGreatestHeight
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:3208
FSPDFDocExtractPagesOptionJavascript
@ FSPDFDocExtractPagesOptionJavascript
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:4890
FSPortfolioNodeType
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:7373
FSCertVerifyResultReasonRemoveFromCRL
@ FSCertVerifyResultReasonRemoveFromCRL
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:7199
FSRenditionMediaPermTempAccess
@ FSRenditionMediaPermTempAccess
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:3176
FSPDFDocWrapperType
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:4915
FSFillerVkeyPause
@ FSFillerVkeyPause
Pause Break key.
Definition: FSPDFObjC.h:6509
FSAnnotMKEntryDownIcon
@ FSAnnotMKEntryDownIcon
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:3879
FSLayerPrintData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:5341
FSFloatingInfoWindowPositionCenterRight
@ FSFloatingInfoWindowPositionCenterRight
Window position: at the center right.
Definition: FSPDFObjC.h:2709
FSAnnotHighlightingOutline
@ FSAnnotHighlightingOutline
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:3858
FSMediaSettings::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2765
FSFillerVkeyReturn
@ FSFillerVkeyReturn
Enter key.
Definition: FSPDFObjC.h:6505
FSSignaturePAdESLevelBLTA
@ FSSignaturePAdESLevelBLTA
PAdES level: B-LTA.
Definition: FSPDFObjC.h:6932
FSCompareResultInfo
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:1811
FSXFAWidgetWidgethAlignTypeCenter
@ FSXFAWidgetWidgethAlignTypeCenter
Center the text horizontally within the available region.
Definition: FSPDFObjC.h:1684
-[FSTextSearch NS_UNAVAILABLE]
id NS_UNAVAILABLE()
-[FSFont getDescent]
int getDescent()
Get the descent value, in 1/1000 of em size (PDF units).
FSWatermarkSettings::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6428
FSDWG2PDFSettingDataFlagFlateCompression
@ FSDWG2PDFSettingDataFlagFlateCompression
Bit 9. Enable compression of internal PDF streams.
Definition: FSPDFObjC.h:2210
FSPopup
Definition: FSPDFObjC.h:4375
FSRichTextStyleCornerMarkStyle
FSRichTextStyleCornerMarkStyle
Enumeration for corner mark style.
Definition: FSPDFObjC.h:3680
-[FSAction getType]
FSActionType getType()
Get action type.
FSCustomSecurityCallback-p
Definition: FSPDFObjC.h:8561
-[FSInt32Array dealloc]
void dealloc()
FSBarcodeFormatQRCode
@ FSBarcodeFormatQRCode
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1299
FSTabOrderMgrRow
@ FSTabOrderMgrRow
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:6373
FSOptimizerSettingsDiscardUserDataOptions
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:2017
FSXFAWidgetWidgetNameTypeCaption
@ FSXFAWidgetWidgetNameTypeCaption
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:1679
-[FSXFAPage getWidgetCount]
int getWidgetCount()
Get the count of XFA widget.
FSPrintParamsPrintHandlingReducePaper
@ FSPrintParamsPrintHandlingReducePaper
Print Handling: Small pages are printed small, and large pages are shrunk to fit on the printer's pap...
Definition: FSPDFObjC.h:2661
FSPageBasicInfo::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:4793
FSOptimizerSettingsDiscardUserDataLayer
@ FSOptimizerSettingsDiscardUserDataLayer
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:2023
FSPortfolioNodeArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7393
FSAssociatedFilesRelationshipData
@ FSAssociatedFilesRelationshipData
The relationship is "Data" which means the file specification represents information used to derive a...
Definition: FSPDFObjC.h:4553
-[FSLayerNode getZoomUsage]
FSLayerZoomData * getZoomUsage()
Get the data for zooming usage.
FSAdditionalActionTriggerFieldValueChanged
@ FSAdditionalActionTriggerFieldValueChanged
Trigger a JavaScript action to be performed when the field's value is changed.
Definition: FSPDFObjC.h:3618
FSSignatureFieldMDPActionExclude
@ FSSignatureFieldMDPActionExclude
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:6946
-[FSFiller NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSGraphicsObjectBlendColorDodge
@ FSGraphicsObjectBlendColorDodge
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:5505
FSSubmitFormActionFlagGetMethod
@ FSSubmitFormActionFlagGetMethod
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:3504
FSPDFPageSizeA4
@ FSPDFPageSizeA4
Page size: A4.
Definition: FSPDFObjC.h:5746
FSPagingSealSignaturePagingSealAPStateSigned
@ FSPagingSealSignaturePagingSealAPStateSigned
Signed signature.
Definition: FSPDFObjC.h:7126
FSRenditionFloatingWindowOffscreenEventNonViable
@ FSRenditionFloatingWindowOffscreenEventNonViable
Consider the object non-viable.
Definition: FSPDFObjC.h:3228
FSIconFitScaleWayNever
@ FSIconFitScaleWayNever
Never scale.
Definition: FSPDFObjC.h:3786
FSFontCIDCharsetUNICODE
@ FSFontCIDCharsetUNICODE
CID Font charset: Unicode.
Definition: FSPDFObjC.h:893
FSFontFontTypeTrueType
@ FSFontFontTypeTrueType
Font type: TrueType.
Definition: FSPDFObjC.h:915
FSPathTypeBezierTo
@ FSPathTypeBezierTo
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:981
FSPDFDoc
Definition: FSPDFObjC.h:4922
FSPrintDeviceSettingDataPortrait
@ FSPrintDeviceSettingDataPortrait
Portrait orientation for printing.
Definition: FSPDFObjC.h:1193
FSImageSettingsImageCompressjpeg2000
@ FSImageSettingsImageCompressjpeg2000
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:1899
FSSignatureDigestSHA384
@ FSSignatureDigestSHA384
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:6916
FSFloatingInfoWindowPositionBottomRight
@ FSFloatingInfoWindowPositionBottomRight
Window position: at the bottom right corner.
Definition: FSPDFObjC.h:2712
FSTiledWatermarkSettingsFlagInvisible
@ FSTiledWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:4727
FSSignatureDocPermUnrestricted
@ FSSignatureDocPermUnrestricted
No restriction.
Definition: FSPDFObjC.h:6936
FSModuleNameConnectedPDF
@ FSModuleNameConnectedPDF
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:647
FSFillerVkeyHelp
@ FSFillerVkeyHelp
Help key.
Definition: FSPDFObjC.h:6524
FSRotation0
@ FSRotation0
No rotation.
Definition: FSPDFObjC.h:607
FSHeaderFooterContentGeneratorDateFormatMMDotYY
@ FSHeaderFooterContentGeneratorDateFormatMMDotYY
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4690
FSTimeStampServerSendResultFailToSendData
@ FSTimeStampServerSendResultFailToSendData
Fail to send data during sending request process.
Definition: FSPDFObjC.h:7063
FSPDFDocExtractPagesOptionStructureTree
@ FSPDFDocExtractPagesOptionStructureTree
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:4889
FSGraphStateLineCapStyle
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:795
FSPosCenterLeft
@ FSPosCenterLeft
Position center left.
Definition: FSPDFObjC.h:638
FSRichMedia
Definition: FSPDFObjC.h:4496
FSStdSecurityHandler
Definition: FSPDFObjC.h:6209
FSPDFDocSaveFlagNoOriginal
@ FSPDFDocSaveFlagNoOriginal
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:4874
FSPosBottomRight
@ FSPosBottomRight
Position: bottom right.
Definition: FSPDFObjC.h:643
FSAdditionalActionTriggerFieldKeyStroke
@ FSAdditionalActionTriggerFieldKeyStroke
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:3616
FSAnnotMKEntryRotation
@ FSAnnotMKEntryRotation
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:3871
FSFillerVkey0
@ FSFillerVkey0
0 key.
Definition: FSPDFObjC.h:6525
FSMonoImageSettingsImageCompressjbig2
@ FSMonoImageSettingsImageCompressjbig2
Compression mode: jbig2.
Definition: FSPDFObjC.h:1943
FSPDFNameTreeTemplates
@ FSPDFNameTreeTemplates
"Templates" name tree.
Definition: FSPDFObjC.h:2986
FSFullTextSearchRankHitCountDESC
@ FSFullTextSearchRankHitCountDESC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:2961
FSFieldTypePushButton
@ FSFieldTypePushButton
Form field type: push button.
Definition: FSPDFObjC.h:6707
-[FSDestination isLeftNull]
BOOL isLeftNull()
Check if left value is a null object.
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeTTF
@ FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeTTF
Searchable text type: Only text displayed with TTF font is searchable.
Definition: FSPDFObjC.h:2228
FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYYYY
@ FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYYYY
If this is used, "mm.dd.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4689
FSPrintParams::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2669
FSErrFormat
@ FSErrFormat
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:474
FSFontFontTypeType1
@ FSFontFontTypeType1
Font type: Type1.
Definition: FSPDFObjC.h:914
FSOutputPreviewShowDeviceCMYK
@ FSOutputPreviewShowDeviceCMYK
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:5229
FSActionTypeMovie
@ FSActionTypeMovie
Action type: movie action.
Definition: FSPDFObjC.h:3366
FSResponseTypeNone
@ FSResponseTypeNone
No response.
Definition: FSPDFObjC.h:7144
FSSignatureKeyName
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:6903
FSSignatureStateVerifyIssueUnknown
@ FSSignatureStateVerifyIssueUnknown
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:6871
-[FSAction getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of current object.
FSSOAPAuthenticateInfo::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2568
FSPDFStreamJBIG2Decode
@ FSPDFStreamJBIG2Decode
Filter type: JBIG2Decode, which means to decompress data encoded using the JBIG2 standard,...
Definition: FSPDFObjC.h:3071
FSSignaturePAdESLevelNotPAdES
@ FSSignaturePAdESLevelNotPAdES
Not a PAdES signature.
Definition: FSPDFObjC.h:6927
FSSignatureStateCertCannotGetVRI
@ FSSignatureStateCertCannotGetVRI
Cannot get verify relevant information.
Definition: FSPDFObjC.h:6884
FSFillerVkeyNumpad7
@ FSFillerVkeyNumpad7
7 key in the numeric keypad.
Definition: FSPDFObjC.h:6568
FSWatermarkSettingsFlagShareImageStream
@ FSWatermarkSettingsFlagShareImageStream
If set, watermarks will share one image stream if these watermarks use the same image or bitmap.
Definition: FSPDFObjC.h:6421
FSDWG2PDFSettingDataFlagEmbededOptimizedTTF
@ FSDWG2PDFSettingDataFlagEmbededOptimizedTTF
Bit 7. Enable embedding of TTF font program to PDF file. The TTF font will be reduced by removing unu...
Definition: FSPDFObjC.h:2208
FSTextSearchSearchNormal
@ FSTextSearchSearchNormal
No special searching options.
Definition: FSPDFObjC.h:6070
-[FSImageObject getMask]
FSPDFObject * getMask()
Get the PDF object that represents the mask of current image graphics object.
FSPoint::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:166
FSSignatureVerifyResultLTVStateEnable
@ FSSignatureVerifyResultLTVStateEnable
This means LTV is enabled.
Definition: FSPDFObjC.h:7349
FSAnnotHighlightingToggle
@ FSAnnotHighlightingToggle
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:3860
-[FSXFADoc resetForm]
void resetForm()
Reset form.
FSSignatureArray
Definition: FSPDFObjC.h:6838
FSPrintParamsPageOrderHorizontal
@ FSPrintParamsPageOrderHorizontal
Page Order type: pages are placed from left to right, from top to bottom.
Definition: FSPDFObjC.h:2653
FSRenderConfig::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:744
FSXFAWidgetWidgethAlignTypeLeft
@ FSXFAWidgetWidgethAlignTypeLeft
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:1687
FSFillerVkeyPrint
@ FSFillerVkeyPrint
Print key.
Definition: FSPDFObjC.h:6520
FSCompareResultInfoCompareResultTypeInsertPath
@ FSCompareResultInfoCompareResultTypeInsertPath
Result type: insert path.
Definition: FSPDFObjC.h:1799
FSTextPageTextStreamOrder
@ FSTextPageTextStreamOrder
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:6035
FSMarkupStateCompleted
@ FSMarkupStateCompleted
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:4025
FSMarkupStateDeferred
@ FSMarkupStateDeferred
(Used with state model FSMarkupStateModelReview) The change has been deferred.
Definition: FSPDFObjC.h:4026
FSPosCenter
@ FSPosCenter
Position: center.
Definition: FSPDFObjC.h:639
-[FSSignatureVerifyResult getSignatureName]
NSString * getSignatureName()
Get signature name.
FSCertIssuerPair
Definition: FSPDFObjC.h:7261
FSLocaleIDHongKong
@ FSLocaleIDHongKong
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:688
FSPDFObjectArray
@ FSPDFObjectArray
PDF array object.
Definition: FSPDFObjC.h:3017
FSDWG2PDFSettingDataFlagSHXTextAsGeometry
@ FSDWG2PDFSettingDataFlagSHXTextAsGeometry
Bit 3. Enable SHX font text to geometry conversion.
Definition: FSPDFObjC.h:2204
FSBasicArray
Definition: FSPDFObjC.h:150
FSSwiftException
Definition: FSPDFObjC.h:9519
-[FSDestination getDestArray]
FSPDFArray * getDestArray()
Get the destination PDF array.
FSSignatureStateVerifyIncredible
@ FSSignatureStateVerifyIncredible
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:6868
FSAssociatedFiles
Message box button: OK.
Definition: FSPDFObjC.h:4562
FSPDFStreamDCTDecode
@ FSPDFStreamDCTDecode
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:3072
FSFillerVkeyB
@ FSFillerVkeyB
B key.
Definition: FSPDFObjC.h:6536
FSLayerNodeArray
Definition: FSPDFObjC.h:5280
FSSignatureStateVerifyErrorData
@ FSSignatureStateVerifyErrorData
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:6864
FSIconFit::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3791
FSTXT2PDFSettingData
Definition: FSPDFObjC.h:2178
FSPathArray
Definition: FSPDFObjC.h:1011
-[FSSearchCancelCallback-p needToCancelNow]
BOOL needToCancelNow()
A callback function used to check whether to cancel the searching process or not.
FSGraphicsObjectTypeAll
@ FSGraphicsObjectTypeAll
Represents all graphics object types, only used as filter.
Definition: FSPDFObjC.h:5518
SWIGTYPE_p_void
Definition: FSPDFObjC.h:139
FSAnnotationSummarySettingsTypeSortByDate
@ FSAnnotationSummarySettingsTypeSortByDate
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:7531
FSXFAPage
Definition: FSPDFObjC.h:1620
-[FSColorSpace isSpotColorSpace]
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
FSPDFDocImportFlagNormal
@ FSPDFDocImportFlagNormal
Import pages normally.
Definition: FSPDFObjC.h:4882
FSAnnotHighlightingMode
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:3855
FSOutputPreviewShowCalGray
@ FSOutputPreviewShowCalGray
If set, only show with CalGray.
Definition: FSPDFObjC.h:5242
FSAnnotMKEntry
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:3870
FSFDFDocXFDF
@ FSFDFDocXFDF
FDF document type: XFDF.
Definition: FSPDFObjC.h:2321
FSPosTopLeft
@ FSPosTopLeft
Position: top left.
Definition: FSPDFObjC.h:635
FSColorSpaceDeviceRGB
@ FSColorSpaceDeviceRGB
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:671
FSAnnotUnderline
@ FSAnnotUnderline
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3820
FSPortfolioNode
Definition: FSPDFObjC.h:7380
FSAnnot3D
@ FSAnnot3D
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:3835
-[FSReflowPage startParse]
FSProgressive * startParse()
Start to parse current reflow page.
FSFillerVkeySeparator
@ FSFillerVkeySeparator
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:6573
-[FSImage getOrientation]
FSImageOrientation getOrientation()
Get image orientation.
FSDialogDescriptionElement::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2515
FSMarkupEndingStyleCircle
@ FSMarkupEndingStyleCircle
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:4033
FSSignatureVerifyResultArray
Definition: FSPDFObjC.h:7299
FSAnnotMKEntryNormalCaption
@ FSAnnotMKEntryNormalCaption
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:3874
-[FSGraphicsObjects generateContent]
BOOL generateContent()
Generate contents of current graphics objects.
FSOutputPreviewShowText
@ FSOutputPreviewShowText
If set, only show text.
Definition: FSPDFObjC.h:5250
FSTiledWatermarkSettings
Definition: FSPDFObjC.h:4731
FSGraphicsObjectBlendDarken
@ FSGraphicsObjectBlendDarken
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:5503
FSImageOrientationRotate90FlipH
@ FSImageOrientationRotate90FlipH
First rotate 90 in clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1160
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
Enumeration for hatches export type used for converting DWG to PDF.
Definition: FSPDFObjC.h:2218
-[FSTextSearch getMatchEndCharIndex]
int getMatchEndCharIndex()
Get the index of the last character of current match pattern, based on current match page.
FSFillerVkeyNumpad6
@ FSFillerVkeyNumpad6
6 key in the numeric keypad.
Definition: FSPDFObjC.h:6567
FSDRMEncryptData
Definition: FSPDFObjC.h:6265
FSDestinationZoomMode
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:3315
-[FSReflowPage getContentWidth]
float getContentWidth()
Get content width after current reflow page object has been parsed.
-[FSImage getFrameCount]
int getFrameCount()
Get frame count.
FSPDFDocWrapperPDFV2
@ FSPDFDocWrapperPDFV2
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:4918
FSCertVerifyResult::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7214
FSActionTypeSetOCGState
@ FSActionTypeSetOCGState
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:3373
FSOptimizerSettingsOptimizerCompressImages
@ FSOptimizerSettingsOptimizerCompressImages
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:1991
FSPDFDictionary
Definition: FSPDFObjC.h:3121
FSFillerVkey5
@ FSFillerVkey5
5 key.
Definition: FSPDFObjC.h:6530
FSSignatureVerifyResult
Definition: FSPDFObjC.h:7354
FSLTVVerifierTimeType
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:7318
FSTextPageCharInfo::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6007
FSTimeStampServerSendResultSuccess
@ FSTimeStampServerSendResultSuccess
Send request successfully.
Definition: FSPDFObjC.h:7060
FSGraphicsObjectType
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:5517
FSSoundSampleEncodingFormatALaw
@ FSSoundSampleEncodingFormatALaw
A-law-encoded samples.
Definition: FSPDFObjC.h:4464
FSSignatureDigestSHA256
@ FSSignatureDigestSHA256
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:6915
FSErrFile
@ FSErrFile
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:473
FSTabOrderMgrStructure
@ FSTabOrderMgrStructure
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:6375
FSRenditionFloatingWindowOffscreenEvent
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:3225
FSPortfolio
Definition: FSPDFObjC.h:7487
-[FSSound getSoundStream]
FSPDFStream * getSoundStream()
Get the stream of sound data.
FSCompareResultInfoCompareResultTypeTextAttriChange
@ FSCompareResultInfoCompareResultTypeTextAttriChange
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:1807
FSXFAWidgetWidgetTypeNumericEdit
@ FSXFAWidgetWidgetTypeNumericEdit
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:1655
FSRMSEncryptData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6332
FSFieldFlagTextComb
@ FSFieldFlagTextComb
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:6727
FSOptimizerSettingsOptimizerDiscardObjects
@ FSOptimizerSettingsOptimizerDiscardObjects
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:1993
FSMarkupEndingStyleButt
@ FSMarkupEndingStyleButt
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:4037
FSInt32Array
An array of signed integer values.
Definition: FSPDFObjC.h:284
FSAnnotMKEntryNormalIcon
@ FSAnnotMKEntryNormalIcon
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:3877
FSFillerVkey3
@ FSFillerVkey3
3 key.
Definition: FSPDFObjC.h:6528
FSPDFDocSaveFlagRemoveRedundantObjects
@ FSPDFDocSaveFlagRemoveRedundantObjects
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:4877
FSResetFormAction
Definition: FSPDFObjC.h:3530
FSMarkupMeasureTypeY
@ FSMarkupMeasureTypeY
Measurement of change along the y axis.
Definition: FSPDFObjC.h:4045
FSCertIssuerPair::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7263
-[FSImageObject NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSAdditionalActionTriggerAnnotReceiveInputFocus
@ FSAdditionalActionTriggerAnnotReceiveInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:3624
FSFontStyleSerif
@ FSFontStyleSerif
Font style: serif.
Definition: FSPDFObjC.h:859
FSChoiceOptionArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6688
FSOutputPreviewShowDeviceGray
@ FSOutputPreviewShowDeviceGray
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:5241
FSPDFDocEncryptPassword
@ FSPDFDocEncryptPassword
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:4852
FSLayerTree
Definition: FSPDFObjC.h:5324
FSAnnotMKEntryRolloverCaption
@ FSAnnotMKEntryRolloverCaption
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:3875
FSPDFPageFlattenAll
@ FSPDFPageFlattenAll
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:5728
FSFillerVkeyRight
@ FSFillerVkeyRight
Right arrow key.
Definition: FSPDFObjC.h:6518
FSActionTypeGoTo3DView
@ FSActionTypeGoTo3DView
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:3376
FSAnnotLink
@ FSAnnotLink
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:3812
FSFontCIDCharsetCNS1
@ FSFontCIDCharsetCNS1
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:890
FSTextSearchSearchConsecutive
@ FSTextSearchSearchConsecutive
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:6073
FSAdditionalActionTriggerDocWillClose
@ FSAdditionalActionTriggerDocWillClose
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:3611
FSPayLoadData
Definition: FSPDFObjC.h:4772
FSDocViewerPrefsPrintScaleNone
@ FSDocViewerPrefsPrintScaleNone
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:5854
FSFillerVkeyD
@ FSFillerVkeyD
D key.
Definition: FSPDFObjC.h:6538
FSSecurityHandlerCipherRC4
@ FSSecurityHandlerCipherRC4
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:6167
FSAnnotAppearanceTypeDown
@ FSAnnotAppearanceTypeDown
Annotation's down appearance.
Definition: FSPDFObjC.h:3897
FSOptimizerSettingsDiscardObjectsBookmarks
@ FSOptimizerSettingsDiscardObjectsBookmarks
Discard bookmarks.
Definition: FSPDFObjC.h:2011
FSRemoteGotoAction
Definition: FSPDFObjC.h:3453
FSFontStdIDTimesB
@ FSFontStdIDTimesB
Standard font: Times-Bold.
Definition: FSPDFObjC.h:906
FSConvert
Definition: FSPDFObjC.h:2302
FSAdditionalActionTriggerDocWillSave
@ FSAdditionalActionTriggerDocWillSave
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:3612
FSQuadPointsArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3764
FSAnnotationSummary
Definition: FSPDFObjC.h:7567
FSAnnotPopup
@ FSAnnotPopup
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3836
FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYY
@ FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYY
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4688
FSPrintParamsBookletBinding
FSPrintParamsBookletBinding
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:2645
FSFillerVkeyF11
@ FSFillerVkeyF11
F11 key.
Definition: FSPDFObjC.h:6587
FSOptimizerSettingsDiscardUserDataAllAnnotsFormsAndMultimedia
@ FSOptimizerSettingsDiscardUserDataAllAnnotsFormsAndMultimedia
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:2018
FSFillerVkeyX
@ FSFillerVkeyX
X key.
Definition: FSPDFObjC.h:6558
FSFillerVkeyBack
@ FSFillerVkeyBack
Backspace key.
Definition: FSPDFObjC.h:6503
FSAnnotationSummarySettingsFontSizeMedium
@ FSAnnotationSummarySettingsFontSizeMedium
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:7538
-[FSFiller onPaste]
BOOL onPaste()
Call this function when the popup menu item "Paste" is down.
FSDestinationZoomFitBVert
@ FSDestinationZoomFitBVert
Fit the entire height of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:3323
FSXFAWidgetHitTestAreaUnknown
@ FSXFAWidgetHitTestAreaUnknown
Hit test area: Unknown.
Definition: FSPDFObjC.h:1643
FSColor
Definition: FSPDFObjC.h:1057
-[FSSignatureVerifyResult getSignatureState]
unsigned int getSignatureState()
Get signature state.
FSAnnotSquare
@ FSAnnotSquare
Annotation type: square annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3815
FSImageSettingsStretchMode
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:1911
FSResponseResponseType
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:7143
FSSignatureStateVerifyErrorByteRange
@ FSSignatureStateVerifyErrorByteRange
Non expected byte range.
Definition: FSPDFObjC.h:6866
FSRotationPointRightBottom
@ FSRotationPointRightBottom
Rotate the text block based on the right-bottom point of the rectangle.
Definition: FSPDFObjC.h:619
-[FSBitmap getBpp]
int getBpp()
FSColorSpaceInvalid
@ FSColorSpaceInvalid
Color space: Invalid.
Definition: FSPDFObjC.h:669
FSErrInvalidWrapper
@ FSErrInvalidWrapper
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:507
-[FSFormXObject getGraphicsObjects]
FSGraphicsObjects * getGraphicsObjects()
Get graphics objects that associated with current form XObject.
FSPDFDocDisplayUseOC
@ FSPDFDocDisplayUseOC
When document is opened, optional content group panels are visible.
Definition: FSPDFObjC.h:4905
-[FSFont getName]
NSString * getName()
Retrieve the postscript name.
FSPauseCallback-p
Protocol FSPauseCallback for progressive control.
Definition: FSPDFObjC.h:7586
FSFillerVkeyT
@ FSFillerVkeyT
T key.
Definition: FSPDFObjC.h:6554
FSPageNumberRange::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4611
FSDWG2PDFSettingDataFlagSimpleGeomOptimization
@ FSDWG2PDFSettingDataFlagSimpleGeomOptimization
Bit 4. Enable simple geometry optimization (separated segments to one polyline, Bezier curve control ...
Definition: FSPDFObjC.h:2205
FSFormXObject
Definition: FSPDFObjC.h:5660
FSRendererRenderPage
@ FSRendererRenderPage
If set, page content will be rendered.
Definition: FSPDFObjC.h:1225
FSPagingSealConfigPagingSealStyleMultipleSignatures
@ FSPagingSealConfigPagingSealStyleMultipleSignatures
Add multiple signatures. Use the FSSignature to display the appearance of paging seal signature,...
Definition: FSPDFObjC.h:7093
FSMonoImageSettingsImageCompressRunLength
@ FSMonoImageSettingsImageCompressRunLength
Compression mode: run-length.
Definition: FSPDFObjC.h:1945
FSGraphStateLineCapButt
@ FSGraphStateLineCapButt
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:796
FSRenditionFloatingWindowResizeTypeAspectRatio
@ FSRenditionFloatingWindowResizeTypeAspectRatio
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:3221
FSAnnotPagingSeal
@ FSAnnotPagingSeal
Annotation type: paging seal annotation. A Foxit PDF SDK custom annotation type (not a standard annot...
Definition: FSPDFObjC.h:3839
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYY
@ FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYY
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4678
FSCompareResultInfoCompareResultTypeReplaceShading
@ FSCompareResultInfoCompareResultTypeReplaceShading
Result type: replace shading.
Definition: FSPDFObjC.h:1803
FSSoundSampleEncodingFormatSigned
@ FSSoundSampleEncodingFormatSigned
Twos-complement values.
Definition: FSPDFObjC.h:4462
FSFontCIDCharsetUnknown
@ FSFontCIDCharsetUnknown
CID Font charset: Unknown.
Definition: FSPDFObjC.h:888
FSFillerEventFlags
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:6591
FSUnembeddedFontSettings
Definition: FSPDFObjC.h:1979
FSPDFDocEncryptFoxitDRM
@ FSPDFDocEncryptFoxitDRM
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:4854
FSMarkupStateNone
@ FSMarkupStateNone
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:4019
FSRenditionMediaPlayerFitStyleHidden
@ FSRenditionMediaPlayerFitStyleHidden
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:3191
-[FSWidgetMenu underline]
BOOL underline()
(Only useful for rich text) Underline the rich text.
FSSignatureDigestSHA1
@ FSSignatureDigestSHA1
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:6914
FSHeaderFooterContentGeneratorDateFormatMDotDDotYYYY
@ FSHeaderFooterContentGeneratorDateFormatMDotDDotYYYY
If this is used, "m.d.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4687
FSFillerVkeySubtract
@ FSFillerVkeySubtract
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:6574
FSGraphStateLineJoinRound
@ FSGraphStateLineJoinRound
Round line join type.
Definition: FSPDFObjC.h:803
FSMarkupMeasureTypeT
@ FSMarkupMeasureTypeT
Measurement of angles.
Definition: FSPDFObjC.h:4048
-[FSCodec getCptr]
void * getCptr()
FSPageLabelsLowerRomanNums
@ FSPageLabelsLowerRomanNums
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:5896
FSGraphicsObjectBlendLighten
@ FSGraphicsObjectBlendLighten
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:5504
FSXFADocEventType
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:1571
-[FSWidgetMenu canCut]
BOOL canCut()
Check if the text of related XFA widget can be cut.
FSPrintParamsPrintContent
FSPrintParamsPrintContent
Enumeration for the values used to set the contents of the print job.
Definition: FSPDFObjC.h:2627
FSAnnotFlagNoRotate
@ FSAnnotFlagNoRotate
Annotation flag: no rotate.
Definition: FSPDFObjC.h:3847
-[FSTextPage getCharCount]
int getCharCount()
Get the count of all the characters.
-[FSPortfolioFileNode NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSRenditionFloatingWindowResizeTypeAnyway
@ FSRenditionFloatingWindowResizeTypeAnyway
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:3222
FSBarcodeQRCorrectionLevelQuater
@ FSBarcodeQRCorrectionLevelQuater
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1305
FSMonoImageSettingsImageCompressQualityLossless
@ FSMonoImageSettingsImageCompressQualityLossless
Compression quality: Lossless.
Definition: FSPDFObjC.h:1949
-[FSRichMedia getFileSpec]
FSFileSpec * getFileSpec()
FSMenuItemConfig
Definition: FSPDFObjC.h:2471
FSWidgetChoiceOptionArray
Definition: FSPDFObjC.h:1355
FSActionTypeSubmitForm
@ FSActionTypeSubmitForm
Action type: submit-form action.
Definition: FSPDFObjC.h:3369
-[FSWidgetMenu cut]
NSString * cut()
Cut the text of related XFA widget.
-[FSGraphicsObjectArray removeAll]
void removeAll()
Clean up the array.
FSPolyLine
Definition: FSPDFObjC.h:4330
FSDialogDescriptionConfig
Definition: FSPDFObjC.h:2543
-[FSReflowPage getContentHeight]
float getContentHeight()
Get content height after current reflow page object has been parsed.
FSBookmarkStyleNormal
@ FSBookmarkStyleNormal
Show bookmark title as normal text.
Definition: FSPDFObjC.h:4508
FSNamedAction
Definition: FSPDFObjC.h:3442
FSTextPageTextDisplayOrder
@ FSTextPageTextDisplayOrder
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:6036
FSAssociatedFilesRelationshipEncryptedPayload
@ FSAssociatedFilesRelationshipEncryptedPayload
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:4556
-[FSShadingObject getPDFObject]
FSPDFObject * getPDFObject()
Get the PDF object which represents the shading graphics object in PDF file.
FSFillSignFillSignObjectTypeRoundRectangle
@ FSFillSignFillSignObjectTypeRoundRectangle
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:5158
FSPDFDocExtractPagesOptionObjectStream
@ FSPDFDocExtractPagesOptionObjectStream
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:4892
-[FSDestination getTop]
float getTop()
Get top position value.
FSFillerVkeyC
@ FSFillerVkeyC
C key.
Definition: FSPDFObjC.h:6537
FSSoundSampleEncodingFormat
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:4460
-[FSLTVVerifier NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSTextPageParseTextOutputHyphen
@ FSTextPageParseTextOutputHyphen
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:6030
FSRenditionWindowTypeFullScreen
@ FSRenditionWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:3197
FSActionTypeRendition
@ FSActionTypeRendition
Action type: rendition action.
Definition: FSPDFObjC.h:3374
FSOptimizerSettingsDiscardUserDataExternalCrossReferences
@ FSOptimizerSettingsDiscardUserDataExternalCrossReferences
Discard external cross references.
Definition: FSPDFObjC.h:2019
-[FSPointFArray removeAll]
void removeAll()
Clean up the array.
FSOutputPreviewShowICCBasedCMYK
@ FSOutputPreviewShowICCBasedCMYK
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:5231
-[FSImageObject getStream]
FSPDFStream * getStream()
Get image stream.
FSGraphicsObjectBlendColorBurn
@ FSGraphicsObjectBlendColorBurn
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:5506
-[FSAttachments getNameTree]
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
FSImageSettings
Definition: FSPDFObjC.h:1921
FSFillSignFillSignObjectTypeText
@ FSFillSignFillSignObjectTypeText
Text fill-sign object.
Definition: FSPDFObjC.h:5155
FSXFAWidgetHitTestAreaTitleBar
@ FSXFAWidgetHitTestAreaTitleBar
Hit test area: Title Bar.
Definition: FSPDFObjC.h:1645
FSPDFDocExtractPagesOptions
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:4887
FSPageLabels
Definition: FSPDFObjC.h:5902
FSActionTypeHide
@ FSActionTypeHide
Action type: hide action.
Definition: FSPDFObjC.h:3367
FSFloatingInfoWindowPositionTopLeft
@ FSFloatingInfoWindowPositionTopLeft
Window position: at the top left corner.
Definition: FSPDFObjC.h:2704
FSErrOfficeComNotInit
@ FSErrOfficeComNotInit
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:539
FSFieldFlagButtonRadiosInUnison
@ FSFieldFlagButtonRadiosInUnison
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:6721
FSFillSignFillSignObjectType
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:5154
-[FSProgressive dealloc]
void dealloc()
FSDocViewerPrefsHideToolbar
@ FSDocViewerPrefsHideToolbar
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:5859
-[FSDestination getBottom]
float getBottom()
Get bottom position value.
FSRenditionMonitorSpecifierSmallest
@ FSRenditionMonitorSpecifierSmallest
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:3204
-[FSColor dealloc]
void dealloc()
FSErrInvalidRegex
@ FSErrInvalidRegex
Invalid regular expression.
Definition: FSPDFObjC.h:555
FSCertVerifyResultCertStatusExpired
@ FSCertVerifyResultCertStatusExpired
This means certificate is expired.
Definition: FSPDFObjC.h:7186
FSErrComplianceResourceFile
@ FSErrComplianceResourceFile
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:527
FSErrURLInBlackList
@ FSErrURLInBlackList
(For converting html to pdf only) The converted URL is on blacklist.
Definition: FSPDFObjC.h:551
FSFillerVkeyF2
@ FSFillerVkeyF2
F2 key.
Definition: FSPDFObjC.h:6578
FSGraphState::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:810
FSAdditionalActionTriggerPageClosed
@ FSAdditionalActionTriggerPageClosed
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:3610
FSErrNoOptimizerModuleRight
@ FSErrNoOptimizerModuleRight
No "Optimizer" module right.
Definition: FSPDFObjC.h:537
FSMarkupMeasureTypeX
@ FSMarkupMeasureTypeX
Measurement of change along the x axis.
Definition: FSPDFObjC.h:4044
FSAnnotMKEntryBackgroundColor
@ FSAnnotMKEntryBackgroundColor
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:3873
FSHeaderFooterContentGeneratorPageNumberFormatPageNumberOfCount
@ FSHeaderFooterContentGeneratorPageNumberFormatPageNumberOfCount
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4703
FSFontStdIDTimesI
@ FSFontStdIDTimesI
Standard font: Times-Italic.
Definition: FSPDFObjC.h:908
-[FSSound getSamplingRate]
float getSamplingRate()
Get the sampling rate, in samples per second.
FSFontMapResult
Definition: FSPDFObjC.h:959
FSDocViewerPrefsViewerPref
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:5858
FSFileFormatTypeXML
@ FSFileFormatTypeXML
File format type: XML.
Definition: FSPDFObjC.h:703
FSCompareResults
Definition: FSPDFObjC.h:1848
FSXFAWidgetWidgethAlignTypeRight
@ FSXFAWidgetWidgethAlignTypeRight
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:1689
FSCertificateEncryptData
Definition: FSPDFObjC.h:6222
FSFillerVkeyNext
@ FSFillerVkeyNext
Page Down key.
Definition: FSPDFObjC.h:6513
FSTextSearchSearchFlags
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:6069
FSAnnotMKIconCaptionRelation
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:3884
FSDefaultAppearance::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3662
FSBarcodeFormatUPCA
@ FSBarcodeFormatUPCA
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1295
FSSignatureStateVerifyIssueUncheck
@ FSSignatureStateVerifyIssueUncheck
Not check the issuer.
Definition: FSPDFObjC.h:6874
FSPDFDocImportPageFlags
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:4881
FSErrWPSEngineNotFound
@ FSErrWPSEngineNotFound
(For Office-to-PDF conversion only) WPS office engine is not found.
Definition: FSPDFObjC.h:543
FSPDFDocEncryptCertificate
@ FSPDFDocEncryptCertificate
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:4853
FSFillerVkeyUp
@ FSFillerVkeyUp
Up arrow key.
Definition: FSPDFObjC.h:6517
FSPDFPageFlattenNoFormControl
@ FSPDFPageFlattenNoFormControl
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:5730
FSFontStdIDHelveticaI
@ FSFontStdIDHelveticaI
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:904
FSAnnotArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3937
FSLineCapPosTop
@ FSLineCapPosTop
Definition: FSPDFObjC.h:4232
FSAdditionalActionTriggerPageOpened
@ FSAdditionalActionTriggerPageOpened
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:3609
FSPrintParamsPageOrderHorizontalReversed
@ FSPrintParamsPageOrderHorizontalReversed
Page Order type: pages are placed from right to left, from top to bottom.
Definition: FSPDFObjC.h:2654
FSFieldTypeSignature
@ FSFieldTypeSignature
Form field type: signature field.
Definition: FSPDFObjC.h:6713
FSTextState
Definition: FSPDFObjC.h:5583
FSErrInvalidLicense
@ FSErrInvalidLicense
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:479
FSIdentityProperties::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2426
-[FSXFADoc startLoad]
FSProgressive * startLoad()
Start to load content for current XFA document.
-[FSRange getCptr]
void * getCptr()
FSBitmapDownsample
@ FSBitmapDownsample
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1089
FSMenuItemExArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2368
FSPDFStreamFlateDecode
@ FSPDFStreamFlateDecode
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:3068
FSAnnotCaret
@ FSAnnotCaret
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3824
FSImageSettingsImageCompressQualityHigh
@ FSImageSettingsImageCompressQualityHigh
Compression quality: High.
Definition: FSPDFObjC.h:1907
FSMarkupStateAccepted
@ FSMarkupStateAccepted
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:4022
FSDestinationZoomFitBBox
@ FSDestinationZoomFitBBox
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:3321
FSAnnotMKEntryRolloverIcon
@ FSAnnotMKEntryRolloverIcon
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:3878
FSIconFitScaleWayNone
@ FSIconFitScaleWayNone
No scaling way is specified.
Definition: FSPDFObjC.h:3782
FSWidgetLineSpacingDouble
@ FSWidgetLineSpacingDouble
Line spacing style: double line spacing.
Definition: FSPDFObjC.h:4399
FSFieldFlagTextRichText
@ FSFieldFlagTextRichText
(Only useful for text field) If set, the value of this field should be represented as a rich text str...
Definition: FSPDFObjC.h:6730
FSOptimizerSettingsDiscardUserDataDocumentInfoAndMetaData
@ FSOptimizerSettingsDiscardUserDataDocumentInfoAndMetaData
Discard document information and metadata.
Definition: FSPDFObjC.h:2020
FSFillerEventFlagRightButtonDown
@ FSFillerEventFlagRightButtonDown
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:6600
FSEmbeddedGotoTarget
Definition: FSPDFObjC.h:3467
FSRevocationArrayInfo::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7279
FSFontCharsetShift_JIS
@ FSFontCharsetShift_JIS
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:873
FSLibrary
Definition: FSPDFObjC.h:758
FSSignatureArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6840
-[FSPageLabels getNumberTree]
FSPDFNumberTree * getNumberTree()
Get the page labels number tree.
FSTimeRange
Definition: FSPDFObjC.h:7167
FSOptimizerSettingsOptimizerOptions
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:1990
FSPrintParamsDuplexTypeDuplexFlipShortEdge
@ FSPrintParamsDuplexTypeDuplexFlipShortEdge
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: FSPDFObjC.h:2636
FSXFAWidgetWidgetTypeLine
@ FSXFAWidgetWidgetTypeLine
XFA widget type: line.
Definition: FSPDFObjC.h:1659
-[FSPDFStream getStreamFilter]
FSPDFStreamFilter getStreamFilter()
Get the type of stream filter which indicate how the stream data must be decoded before the data is u...
FSRenditionActionOpTypePause
@ FSRenditionActionOpTypePause
Pause any rendition being played in association with related screen annotation. If no rendition is be...
Definition: FSPDFObjC.h:3585
FSMediaSettingsPlayerWindowTypeFullScreen
@ FSMediaSettingsPlayerWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:2760
FSBookmark
Definition: FSPDFObjC.h:4523
FSPDFObjectName
@ FSPDFObjectName
PDF name object.
Definition: FSPDFObjC.h:3016
-[FSActionCallback-p getIdentityProperties]
FSIdentityProperties * getIdentityProperties()
A callback function used to get identity properties of current user.
-[FSAnnotationSummary NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSFillerVkey7
@ FSFillerVkey7
7 key.
Definition: FSPDFObjC.h:6532
-[FSPointFArray dealloc]
void dealloc()
FSPDFDocLinks
@ FSPDFDocLinks
(Reserved, not supported yet) If set, only link annotations are to imported from or exported to XFDF ...
Definition: FSPDFObjC.h:4912
FSFillerEventFlagAutoRepeat
@ FSFillerEventFlagAutoRepeat
Event flag: auto repeat.
Definition: FSPDFObjC.h:6597
FSModuleNameLayoutRecognition
@ FSModuleNameLayoutRecognition
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:656
FSErrInvalidUserToken
@ FSErrInvalidUserToken
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:496
FSBarcodeFormatCode128
@ FSBarcodeFormatCode128
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1293
FSFillerEventFlagControlKey
@ FSFillerEventFlagControlKey
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:6593
-[FSColorSpace getColorSpaceType]
FSColorSpaceType getColorSpaceType()
Get color space type.
FSBookmarkStyle
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:4507
FSChoiceOptionArray
Definition: FSPDFObjC.h:6686
-[FSWidgetMenu superscript]
BOOL superscript()
(Only useful for rich text) Make the rich text as superscript.
FSMonoImageSettingsImageCompressHigh
@ FSMonoImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:1942
FSMenuList::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2389
FSTimeStampServer
Definition: FSPDFObjC.h:7071
FSImageOrientationNormal
@ FSImageOrientationNormal
Normal orientation.
Definition: FSPDFObjC.h:1156
FSPDFStreamASCII85Decode
@ FSPDFStreamASCII85Decode
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:3066
FSColorState
Definition: FSPDFObjC.h:5465
FSSOAPAuthenticateInfo::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2567
-[FSUInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSAnnotArray
Definition: FSPDFObjC.h:3935
FSImageSettingsStretchDownsample
@ FSImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1915
FSSignatureStateVerifyTimestampExpire
@ FSSignatureStateVerifyTimestampExpire
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:6880
FSCertVerifyResultReasonNoStatus
@ FSCertVerifyResultReasonNoStatus
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:7191
FSSignatureFieldMDPActionNone
@ FSSignatureFieldMDPActionNone
No Field MDP action.
Definition: FSPDFObjC.h:6943
FSLocaleID
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:686
FSOptimizerSettingsCleanUpRemoveInvalidBookmarks
@ FSOptimizerSettingsCleanUpRemoveInvalidBookmarks
Remove invalid bookmarks.
Definition: FSPDFObjC.h:2001
FSSecurityHandlerCipherNone
@ FSSecurityHandlerCipherNone
Not use encryption algorithm.
Definition: FSPDFObjC.h:6166
FSCompareResultInfoCompareResultTypeDeleteImage
@ FSCompareResultInfoCompareResultTypeDeleteImage
Result type: delete image.
Definition: FSPDFObjC.h:1795
FSFillerVkeyY
@ FSFillerVkeyY
Y key.
Definition: FSPDFObjC.h:6559
FSXFADocType
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:1577
FSWatermarkSettings::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6429
FSRenditionMonitorSpecifierGreatestColorDepth
@ FSRenditionMonitorSpecifierGreatestColorDepth
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:3206
FSFloatingInfoRelativeTarget
FSFloatingInfoRelativeTarget
Enumeration for the values used to set relative position of floating window.
Definition: FSPDFObjC.h:2715
FSErrUnknown
@ FSErrUnknown
Any unknown error occurs.
Definition: FSPDFObjC.h:478
FSXFADocExportDataTypeStaticXDP
@ FSXFADocExportDataTypeStaticXDP
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:1585
FSModuleNameXFA
@ FSModuleNameXFA
Name for module "XFA".
Definition: FSPDFObjC.h:648
FSFileFormatTypePDF
@ FSFileFormatTypePDF
File format type: PDF.
Definition: FSPDFObjC.h:705
FSLocaleIDJapan
@ FSLocaleIDJapan
Locale ID for country: Japan.
Definition: FSPDFObjC.h:695
FSBitmapDIB8bpp
@ FSBitmapDIB8bpp
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:1082
FSDocViewerPrefsCenterWindow
@ FSDocViewerPrefsCenterWindow
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:5863
FSTextStateModeFill
@ FSTextStateModeFill
Text mode: fill text.
Definition: FSPDFObjC.h:5572
FSFloatingInfoResizeTypeKeepRatio
@ FSFloatingInfoResizeTypeKeepRatio
Resize type: may be resized only if the aspect ratio is preserved.
Definition: FSPDFObjC.h:2724
FSBase
Definition: FSPDFObjC.h:566
FSAnnotFlagLockedContents
@ FSAnnotFlagLockedContents
Annotation flag: locked contents.
Definition: FSPDFObjC.h:3852
FSXFAWidgetPresenceInactive
@ FSXFAWidgetPresenceInactive
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:1673
FSSignatureAPFlagBitmap
@ FSSignatureAPFlagBitmap
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:6897
FSRenditionMediaPlayerFitStyle
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:3186
-[FSEnvelope NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSPagingSealConfigPagingSealPositionRight
@ FSPagingSealConfigPagingSealPositionRight
Right Paging Seal.
Definition: FSPDFObjC.h:7087
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYYYY
@ FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYYYY
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4677
-[FSImage getXDPI]
int getXDPI()
Get DPI for X-axis.
FSGraphicsObjectTypeShading
@ FSGraphicsObjectTypeShading
Shading graphics object.
Definition: FSPDFObjC.h:5522
FSImageBMP
@ FSImageBMP
Image type is BMP.
Definition: FSPDFObjC.h:1145
FSXFAWidgetWidgetTypeUnknown
@ FSXFAWidgetWidgetTypeUnknown
XFA widget type: unknown.
Definition: FSPDFObjC.h:1664
FSSearchIndexConfig::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2846
FSBookmarkPosPrevSibling
@ FSBookmarkPosPrevSibling
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:4516
-[FSWatermark NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSSignatureStateVerifyNoChange
@ FSSignatureStateVerifyNoChange
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:6869
FSFieldFlagTextMultiline
@ FSFieldFlagTextMultiline
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:6722
FSJavaScriptAction
Definition: FSPDFObjC.h:3431
FSModuleNameOFD
@ FSModuleNameOFD
Name for module "OFD".
Definition: FSPDFObjC.h:663
-[FSFont isBold]
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:801
FSPDFPageSizeA2
@ FSPDFPageSizeA2
Page size: A2.
Definition: FSPDFObjC.h:5744
FSSearchOption::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2819
FSPathTypeBezierToCloseFigure
@ FSPathTypeBezierToCloseFigure
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:982
FSMonoImageSettings
Definition: FSPDFObjC.h:1963
FSXFAWidgetPresenceInvisible
@ FSXFAWidgetPresenceInvisible
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:1674
-[FSReflowPage isParsed]
BOOL isParsed()
Check if current reflow page has been parsed or not.
-[FSPageLabels NS_UNAVAILABLE]
id NS_UNAVAILABLE()
-[FSWidgetMenu canRedo]
BOOL canRedo()
Check if the operation of related XFA widget can be redone.
FSDocEventCallback-p
Definition: FSPDFObjC.h:8100
FSPrintDeviceSettingData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1200
FSFieldTypeTextField
@ FSFieldTypeTextField
Form field type: text field.
Definition: FSPDFObjC.h:6712
FSAnnotFlagHidden
@ FSAnnotFlagHidden
Annotation flag: hidden.
Definition: FSPDFObjC.h:3844
FSMediaSettings::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2766
-[FSDRMSecurityHandler verifyEncryptionParams]
BOOL verifyEncryptionParams()
Verify encryption parameters.
FSPDFPageSizeLegal
@ FSPDFPageSizeLegal
Page size: legal.
Definition: FSPDFObjC.h:5743
FSColorSpace
Definition: FSPDFObjC.h:1038
FSTXT2PDFSettingData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2179
FSCertIssuerPair::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7262
FSTiledWatermarkSettings::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4733
-[FSLayerTree NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSGraphicsObjectBlendDifference
@ FSGraphicsObjectBlendDifference
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:5509
-[FSTextSearch getMatchSentenceEndIndex]
int getMatchSentenceEndIndex()
Get the index of the last character of current matched pattern, based on the matched sentence.
FSErrNotFound
@ FSErrNotFound
Expected data or object is not found.
Definition: FSPDFObjC.h:485
FSRenditionFloatingWindowRelatedWindowApplication
@ FSRenditionFloatingWindowRelatedWindowApplication
The application window.
Definition: FSPDFObjC.h:3214
FSGraphicsObject::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:5528
FSSubmitFormActionFlagAsXFDF
@ FSSubmitFormActionFlagAsXFDF
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:3506
FSLocaleIDGermany
@ FSLocaleIDGermany
Locale ID for country: Germany.
Definition: FSPDFObjC.h:692
FSErrIsAlreadyCPDF
@ FSErrIsAlreadyCPDF
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:503
FSLibrary::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:759
-[FSDestination getZoomFactor]
float getZoomFactor()
Get zoom factor.
FSFillerVkeyEnd
@ FSFillerVkeyEnd
End key.
Definition: FSPDFObjC.h:6514
FSXFAWidgetWidgetEdgePositionRight
@ FSXFAWidgetWidgetEdgePositionRight
Egde position: right.
Definition: FSPDFObjC.h:1700
+[FSPDFDictionary create]
FSPDFDictionary * create()
Create a new dictionary object.
FSTiledWatermarkSettingsFlagNoPrint
@ FSTiledWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:4726
-[FSWidgetMenu copy]
NSString * copy()
Copy the text of related XFA widget.
FSPortfolioNodeTypeFile
@ FSPortfolioNodeTypeFile
Portfolio node type: file.
Definition: FSPDFObjC.h:7376
FSFontCharsetDefault
@ FSFontCharsetDefault
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:871
FSPDFDocImportFlagWithLayers
@ FSPDFDocImportFlagWithLayers
Import pages with layers.
Definition: FSPDFObjC.h:4883
-[FSCodec dealloc]
void dealloc()
FSPortfolioNodeTypeFolder
@ FSPortfolioNodeTypeFolder
Portfolio node type: folder.
Definition: FSPDFObjC.h:7375
FSMarkupStateModelReview
@ FSMarkupStateModelReview
Markup annotation state model: review.
Definition: FSPDFObjC.h:4015
FSPrintParamsPageOrder
FSPrintParamsPageOrder
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:2652
FSSubmitFormActionFlagWithCoordinates
@ FSSubmitFormActionFlagWithCoordinates
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:3505
FSPrintParamsPrintHandlingMultiplePages
@ FSPrintParamsPrintHandlingMultiplePages
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: FSPDFObjC.h:2662
FSActionTypeLaunch
@ FSActionTypeLaunch
Action type: launch action.
Definition: FSPDFObjC.h:3362
FSFontStyleNonSymbolic
@ FSFontStyleNonSymbolic
Font style: non-symbolic.
Definition: FSPDFObjC.h:862
FSAdditionalAction
Unknown language.
Definition: FSPDFObjC.h:3633
FSWatermarkTextPropertiesFontStyle
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:6449
FSOptimizerSettings
Definition: FSPDFObjC.h:2027
FSModuleNameOCR
@ FSModuleNameOCR
Name for module "OCR".
Definition: FSPDFObjC.h:651
FSErrSecurityHandler
@ FSErrSecurityHandler
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:483
FSHeaderFooterContentGeneratorDateFormatMSlashD
@ FSHeaderFooterContentGeneratorDateFormatMSlashD
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:4675
-[FSGraphicsObjects getFirstGraphicsObjectPosition]
long getFirstGraphicsObjectPosition()
Get the position of first graphics object in graphics object list, based on type filter.
FSDWG2PDFSettingDataFlagExportHyperlinks
@ FSDWG2PDFSettingDataFlagExportHyperlinks
Bit 11. Enable hyperlinks export.
Definition: FSPDFObjC.h:2212
FSErrInvalidData
@ FSErrInvalidData
Data of current object is invalid.
Definition: FSPDFObjC.h:490
-[FSFont isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSPoint::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:165
-[FSRectFArray getCptr]
void * getCptr()
FSLocaleIDItaly
@ FSLocaleIDItaly
Locale ID for country: Italy.
Definition: FSPDFObjC.h:693
FSMarkupArray
Definition: FSPDFObjC.h:3974
FSPagingSealConfigPagingSealPositionTop
@ FSPagingSealConfigPagingSealPositionTop
Top Paging Seal.
Definition: FSPDFObjC.h:7088
FSMarkupEndingStyleSlash
@ FSMarkupEndingStyleSlash
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:4040
FSDWG2PDFSettingDataFlagEnableLayers
@ FSDWG2PDFSettingDataFlagEnableLayers
Bit 5. If enabled, layer support will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:2206
FSColorSpaceICCBasedDeviceGray
@ FSColorSpaceICCBasedDeviceGray
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:681
FSRectF
Definition: FSPDFObjC.h:365
FSRenditionFloatingWindowOffscreenEventNone
@ FSRenditionFloatingWindowOffscreenEventNone
Nothing.
Definition: FSPDFObjC.h:3226
FSEmbeddedGotoAction
Definition: FSPDFObjC.h:3486
FSDWG2PDFSettingDataFlagEmbededTTF
@ FSDWG2PDFSettingDataFlagEmbededTTF
Bit 1. Enable embedding of TTF(True Type Font) program to PDF file. The whole TTF font file will be e...
Definition: FSPDFObjC.h:2202
FSPDFObject
Definition: FSPDFObjC.h:3025
FSPrintParamsPrintHandlingFitPaper
@ FSPrintParamsPrintHandlingFitPaper
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: FSPDFObjC.h:2660
FSXFAWidgetWidgetTypePushButton
@ FSXFAWidgetWidgetTypePushButton
XFA widget type: push button.
Definition: FSPDFObjC.h:1651
FSModuleNameOptimizer
@ FSModuleNameOptimizer
Name for module "Optimizer".
Definition: FSPDFObjC.h:654
FSAnnotFlags
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:3842
FSOutputPreviewShowICCBasedRGB
@ FSOutputPreviewShowICCBasedRGB
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:5239
FSBitmapDIBArgb
@ FSBitmapDIBArgb
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:1079
-[FSColorSpace getComponentNames]
NSArray< NSData * > * getComponentNames()
Get a string array which represents the name of colorant for Separation color space,...
FSTextState::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5585
FSBitmapDIBFormat
FSBitmapDIBFormat
Enumeration for DIB format.
Definition: FSPDFObjC.h:1074
FSCircle
Definition: FSPDFObjC.h:4191
FSPrintParamsBookletBindingLeftTall
@ FSPrintParamsBookletBindingLeftTall
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:2648
-[FSAttachments NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSLayerTreeStateUnchanged
@ FSLayerTreeStateUnchanged
The state is unchanged.
Definition: FSPDFObjC.h:5319
FSSOAPRequestProperties::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2585
FSFiller
Definition: FSPDFObjC.h:6605
FSErrComplianceEngineInitFailed
@ FSErrComplianceEngineInitFailed
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:518
-[FSFormXObject NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSBarcodeQRCorrectionLevelLow
@ FSBarcodeQRCorrectionLevelLow
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1303
-[FSSignatureVerifyResult NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSXFAWidgetWidgetTypeArc
@ FSXFAWidgetWidgetTypeArc
XFA widget type: arc.
Definition: FSPDFObjC.h:1653
FSPageLabelsStyle
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:5892
FSMatrix2D::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:410
FSCompareResultInfoCompareResultTypeNone
@ FSCompareResultInfoCompareResultTypeNone
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:1791
FSSOAPResponseInfo::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2610
FSErrNoAdvEditModuleRight
@ FSErrNoAdvEditModuleRight
No "AdvEdit" module right.
Definition: FSPDFObjC.h:549
FSPoint
Definition: FSPDFObjC.h:164
FSLayerContextUsageDesign
@ FSLayerContextUsageDesign
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:5358
FSOptimizerSettingsDiscardUserDataPrivateDataOfOtherApp
@ FSOptimizerSettingsDiscardUserDataPrivateDataOfOtherApp
Discard private data of other applications.
Definition: FSPDFObjC.h:2022
FSCompareResultInfo::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1813
FSPortfolioInitialViewMode
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:7479
FSLocaleIDTaiwan
@ FSLocaleIDTaiwan
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:689
FSSchemaFieldArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7461
-[FSPath isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSPDFStreamUnknown
@ FSPDFStreamUnknown
Unknown filter type.
Definition: FSPDFObjC.h:3063
FSIconFit
Single page mode.
Definition: FSPDFObjC.h:3790
FSReflowPageFlags
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:5961
FSErrLTVCannotSwitchVersion
@ FSErrLTVCannotSwitchVersion
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:522
FSOutputPreviewShowLineArt
@ FSOutputPreviewShowLineArt
If set, only show line art.
Definition: FSPDFObjC.h:5251
FSFillerEventFlagKeyPad
@ FSFillerEventFlagKeyPad
Event flag: key pad.
Definition: FSPDFObjC.h:6596
FSSoundSampleEncodingFormatMuLaw
@ FSSoundSampleEncodingFormatMuLaw
μ-law-encoded samples
Definition: FSPDFObjC.h:4463
FSPosBottomCenter
@ FSPosBottomCenter
Position: bottom center.
Definition: FSPDFObjC.h:642
-[FSPauseCallback-p needPauseNow]
BOOL needPauseNow()
Check whether need to pause now.
-[FSFloatArray dealloc]
void dealloc()
FSCertVerifyResultReasonCACompromise
@ FSCertVerifyResultReasonCACompromise
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:7194
FSPDFObjectReference
@ FSPDFObjectReference
PDF reference object.
Definition: FSPDFObjC.h:3021
FSSOAPAuthenticateInfo
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:2566
FSAlignmentRight
@ FSAlignmentRight
Right alignment.
Definition: FSPDFObjC.h:625
FSFillerVkeyW
@ FSFillerVkeyW
W key.
Definition: FSPDFObjC.h:6557
FSFillerVkeyJ
@ FSFillerVkeyJ
J key.
Definition: FSPDFObjC.h:6544
FSPrintParamsPrintHandlingNone
@ FSPrintParamsPrintHandlingNone
Print Handling: No page scaling is applied.
Definition: FSPDFObjC.h:2659
FSColorSpaceCalRGB
@ FSColorSpaceCalRGB
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:674
FSDWG2PDFSettingDataFlagUseHLR
@ FSDWG2PDFSettingDataFlagUseHLR
Bit 8. Determines whether software uses vector hidden-line removal for corresponding viewports.
Definition: FSPDFObjC.h:2209
FSFillerVkeyF1
@ FSFillerVkeyF1
F1 key.
Definition: FSPDFObjC.h:6577
FSCertificateSecurityHandler
Definition: FSPDFObjC.h:6253
FSRotationPointLeftTop
@ FSRotationPointLeftTop
Rotate the text block based on the left-top point of the rectangle.
Definition: FSPDFObjC.h:616
FSTextStateModeStroke
@ FSTextStateModeStroke
Text mode: stroke text.
Definition: FSPDFObjC.h:5573
FSEmbeddedFontData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:4811
-[FSSignatureVerifyResult getCertificateVerifyResults]
FSCertVerifyResultArray * getCertificateVerifyResults()
Get certificate verify results.
FSRenditionMediaPlayerFitStyleScroll
@ FSRenditionMediaPlayerFitStyleScroll
The media is not scaled. A scrolling user interface is provided if the media rectangle is wider or ta...
Definition: FSPDFObjC.h:3190
FSMenuItemConfig::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2473
FSXFAWidgetPresenceVisible
@ FSXFAWidgetPresenceVisible
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:1671
FSXFADocEventTypePostPrint
@ FSXFADocEventTypePostPrint
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:1573
FSSignatureStateVerifyIssueValid
@ FSSignatureStateVerifyIssueValid
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:6870
FSStdEncryptData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6186
FSErrODAEngineNotFound
@ FSErrODAEngineNotFound
(For DWG-to-PDF conversion only) ODA engine is not found.
Definition: FSPDFObjC.h:546
-[FSReflowPage NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSPDFObjectInvalidType
@ FSPDFObjectInvalidType
Invalid PDF object type.
Definition: FSPDFObjC.h:3012
FSErrNoConnectedPDFModuleRight
@ FSErrNoConnectedPDFModuleRight
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:530
FSAnnotPropertyBorderColor
@ FSAnnotPropertyBorderColor
Annotation property: border color.
Definition: FSPDFObjC.h:3866
-[FSFillSignObject getFormXObject]
FSFormXObject * getFormXObject()
FSMarkupMeasureTypeD
@ FSMarkupMeasureTypeD
Measurement of distance in any direction.
Definition: FSPDFObjC.h:4046
FSOutputPreviewShowNotDeviceCMYK
@ FSOutputPreviewShowNotDeviceCMYK
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:5230
FSXFAWidgetHitTestAreaHyperLink
@ FSXFAWidgetHitTestAreaHyperLink
Hit test area: HyperLink.
Definition: FSPDFObjC.h:1646
FSWidgetLineSpacingStyle
FSWidgetLineSpacingStyle
Enumeration for line spacing style.
Definition: FSPDFObjC.h:4396
FSRenditionWindowType
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:3195
FSSignature
Definition: FSPDFObjC.h:6959
FSComparison
Definition: FSPDFObjC.h:1871
FSGraphicsObjectsTextMergeTJY
@ FSGraphicsObjectsTextMergeTJY
Merge consecutive text-showing operators with equal y coordinates.
Definition: FSPDFObjC.h:5684
FSFontStdIDCourierB
@ FSFontStdIDCourierB
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:898
FSSubmitFormActionFlagExclude
@ FSSubmitFormActionFlagExclude
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:3501
FSFontFontTypeType3
@ FSFontFontTypeType3
Font type: Type3.
Definition: FSPDFObjC.h:916
FSErrNoComplianceModuleRight
@ FSErrNoComplianceModuleRight
No "Compliance" module right.
Definition: FSPDFObjC.h:536
FSIconFitScaleWaySmaller
@ FSIconFitScaleWaySmaller
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:3785
FSHeaderFooterContentGeneratorDateFormatType
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:4674
FSBarcode
Definition: FSPDFObjC.h:1310
FSSignatureStateVerifyIssueCurrent
@ FSSignatureStateVerifyIssueCurrent
The verified issue is current issuer.
Definition: FSPDFObjC.h:6875
FSAnnotMKRelationCaptionLeft
@ FSAnnotMKRelationCaptionLeft
Caption to the left of the icon.
Definition: FSPDFObjC.h:3890
FSSchemaField
Definition: FSPDFObjC.h:7444
FSRenditionMediaPermission
FSRenditionMediaPermission
Enumeration for PDF media player permission.
Definition: FSPDFObjC.h:3173
FSMenuListArray
Definition: FSPDFObjC.h:2347
FSFDFDocFDF
@ FSFDFDocFDF
FDF document type: FDF.
Definition: FSPDFObjC.h:2320
FSPDFDocPermFillForm
@ FSPDFDocPermFillForm
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:4865
FSPDFPageBoxType
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:5733
FSTXT2PDFSettingData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2180
FSXFADocStatic
@ FSXFADocStatic
XFA document type: Static.
Definition: FSPDFObjC.h:1579
FSColorSpaceRenderIntentRelColorimetric
@ FSColorSpaceRenderIntentRelColorimetric
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:1032
-[FSRedaction NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSRangeEven
@ FSRangeEven
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:832
FSBitmapFadeOutThresholdAlogrithm
FSBitmapFadeOutThresholdAlogrithm
Enumeration for bitmap threshold algorithm for fading out.
Definition: FSPDFObjC.h:1098
FSChoiceOption::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6668
FSGraphicsObjectBlendSoftlight
@ FSGraphicsObjectBlendSoftlight
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:5508
-[FSWidgetMenu canSelectAll]
BOOL canSelectAll()
Check if the text of related XFA widget can be selected all.
-[FSPortfolioNode getNodeType]
FSPortfolioNodeType getNodeType()
Get node type.
FSOptimizerSettingsDiscardObjectsEmbeddedPageThumbnails
@ FSOptimizerSettingsDiscardObjectsEmbeddedPageThumbnails
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:2009
FSModuleName3D
@ FSModuleName3D
Name for module "3D".
Definition: FSPDFObjC.h:662
FSWatermarkSettingsFlagOnTop
@ FSWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:6418
-[FSRange dealloc]
void dealloc()
FSAnnotHighlightingInvert
@ FSAnnotHighlightingInvert
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:3857
FSXFAWidgetPresenceHidden
@ FSXFAWidgetPresenceHidden
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:1672
FSTimeStampServerSendResultFailToCreateSocket
@ FSTimeStampServerSendResultFailToCreateSocket
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:7061
FSUnderline
Definition: FSPDFObjC.h:4126
FSWidgetChoiceOption::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1340
FSSignatureAPFlagSigner
@ FSSignatureAPFlagSigner
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:6896
FSFillerVkeyZ
@ FSFillerVkeyZ
Z key.
Definition: FSPDFObjC.h:6560
FSPDFStreamLZWDecode
@ FSPDFStreamLZWDecode
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:3067
FSDialogDescriptionElementArray
Definition: FSPDFObjC.h:2494
FSFontCharsetHebrew
@ FSFontCharsetHebrew
Font charset: Hebrew.
Definition: FSPDFObjC.h:882
FSRenditionWindowTypeHidden
@ FSRenditionWindowTypeHidden
Window type: a hidden window.
Definition: FSPDFObjC.h:3198
FSWidgetLineSpacingAuto
@ FSWidgetLineSpacingAuto
Line spacing style: auto line spacing.
Definition: FSPDFObjC.h:4401
FSSignatureStateVerifyValid
@ FSSignatureStateVerifyValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:6862
FSFontMapResult::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:960
FSOptimizer
Definition: FSPDFObjC.h:1886
FSXFAWidgetWidgetEdgePositionTop
@ FSXFAWidgetWidgetEdgePositionTop
Egde position: top.
Definition: FSPDFObjC.h:1699
FSFloatingInfoResizeType
FSFloatingInfoResizeType
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: FSPDFObjC.h:2722
FSDWG2PDFProgressCallback-p
Definition: FSPDFObjC.h:9524
FSRenditionActionOpTypeStop
@ FSRenditionActionOpTypeStop
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:3584
FSDialogDescriptionElement
Definition: FSPDFObjC.h:2514
-[FSRedaction apply]
BOOL apply()
Apply redaction in marked areas: remove the text or graphics under marked areas permanently.
FSPlayerArgs::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2793
FSSignatureStateVerifyIssueRevoke
@ FSSignatureStateVerifyIssueRevoke
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:6872
FSRenditionFloatingWindowRelatedWindowMonitor
@ FSRenditionFloatingWindowRelatedWindowMonitor
Depends on monitor specifier.
Definition: FSPDFObjC.h:3216
FSTiledWatermarkSettings::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:4732
FSDWG2PDFSettingData
Definition: FSPDFObjC.h:2238
FSPDFStreamFilter
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:3062
FSDWG2PDFSettingDataFlagMeasuring
@ FSDWG2PDFSettingDataFlagMeasuring
Bit 15. Enable measuring scale in pdf.
Definition: FSPDFObjC.h:2215
FSFontStdIDZapfDingbats
@ FSFontStdIDZapfDingbats
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:910
FSActionNewWindowFlagTrue
@ FSActionNewWindowFlagTrue
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:3381
-[FSTextSearch getMatchSentenceStartIndex]
int getMatchSentenceStartIndex()
Get the index of the first character of current matched pattern, based on the matched sentence.
FSPagingSealSignaturePagingSealAPStateUnknown
@ FSPagingSealSignaturePagingSealAPStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:7124
FSFieldFlagTextFileSelect
@ FSFieldFlagTextFileSelect
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:6724
FSBorderInfoCloudy
@ FSBorderInfoCloudy
Border style: Cloudy.
Definition: FSPDFObjC.h:3718
-[FSPath clear]
void clear()
Clear all points.
FSRenditionFloatingWindowRelatedWindowFullDesktop
@ FSRenditionFloatingWindowRelatedWindowFullDesktop
The full virtual desktop.
Definition: FSPDFObjC.h:3215
FSColorSpaceICCBased
@ FSColorSpaceICCBased
Color space: ICCBased.
Definition: FSPDFObjC.h:676
FSRMSSecurityHandler
Definition: FSPDFObjC.h:6351
-[FSLayerNode getPrintUsage]
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
FSPDFObjectNumber
@ FSPDFObjectNumber
PDF number object.
Definition: FSPDFObjC.h:3014
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithLine
@ FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithLine
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:7522
FSBitmapFadeOutEnhancementAlgorithm
FSBitmapFadeOutEnhancementAlgorithm
Enumeration for bitmap enhancement algorithm for fading out.
Definition: FSPDFObjC.h:1094
FSFontCharsetANSI
@ FSFontCharsetANSI
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:870
FSTextPageParseTextUseStreamOrder
@ FSTextPageParseTextUseStreamOrder
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:6031
FSRenditionMonitorSpecifierGreatestArea
@ FSRenditionMonitorSpecifierGreatestArea
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:3207
-[FSFDFDoc getPDFPath]
NSString * getPDFPath()
Get the path of related PDF document.
FSGraphStateLineJoinMiter
@ FSGraphStateLineJoinMiter
Miter line join type.
Definition: FSPDFObjC.h:802
FSImageTIF
@ FSImageTIF
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:1149
FSPDFDocDisplayMode
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:4900
FSPDFPageCropBox
@ FSPDFPageCropBox
Crop Box for page boundary.
Definition: FSPDFObjC.h:5735
FSRotationPointLeftBottom
@ FSRotationPointLeftBottom
Rotate the text block based on the left-bottom point of the rectangle.
Definition: FSPDFObjC.h:618
FSErrLTVCannotLoadDTS
@ FSErrLTVCannotLoadDTS
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:525
FSFontStdIDHelveticaB
@ FSFontStdIDHelveticaB
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:902
FSAnnotationSummarySettingsTypeSortByAnnotationType
@ FSAnnotationSummarySettingsTypeSortByAnnotationType
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:7533
FSAdditionalActionTriggerAnnotPageOpened
@ FSAdditionalActionTriggerAnnotPageOpened
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:3626
FSErrConflict
@ FSErrConflict
New data conflicts with existed data.
Definition: FSPDFObjC.h:487
FSRenditionMediaPlayerFitStyleMeet
@ FSRenditionMediaPlayerFitStyleMeet
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:3187
FSPDFPageFlattenNoAnnot
@ FSPDFPageFlattenNoAnnot
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:5729
FSBitmap
Definition: FSPDFObjC.h:1104
-[FSAction removeAllSubActions]
void removeAllSubActions()
Remove all the sub-actions.
FSMatrix2D::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:409
FSPlayerArgs::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2792
FSSignatureStateVerifyTimestampInvalid
@ FSSignatureStateVerifyTimestampInvalid
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:6879
-[FSFDFDoc NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSMarkupStateUnmarked
@ FSMarkupStateUnmarked
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:4021
-[FSUInt32Array init]
id init()
FSRangeOdd
@ FSRangeOdd
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:833
FSTextState::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:5584
FSWatermarkSettingsFlagASPageContents
@ FSWatermarkSettingsFlagASPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:6416
FSPagingSealConfig::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7100
FSWidgetChoiceOption
Definition: FSPDFObjC.h:1338
FSMediaSettingsPlayerWindowTypeDockedPage
@ FSMediaSettingsPlayerWindowTypeDockedPage
Window type: a docked page window.
Definition: FSPDFObjC.h:2758
FSMarkupStateMarked
@ FSMarkupStateMarked
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:4020
FSSearchCallback-p
Definition: FSPDFObjC.h:8382
FSCertVerifyResultReasonPrivilegeWithDrawn
@ FSCertVerifyResultReasonPrivilegeWithDrawn
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:7200
FSOutputPreviewShowSmoothShades
@ FSOutputPreviewShowSmoothShades
If set, only show smooth shades.
Definition: FSPDFObjC.h:5248
FSHeaderFooterContentGeneratorPageNumberFormatNumberSlashCount
@ FSHeaderFooterContentGeneratorPageNumberFormatNumberSlashCount
If this is used, "1/n" would be used as the page number format string.
Definition: FSPDFObjC.h:4701
FSDestinationZoomFitBHorz
@ FSDestinationZoomFitBHorz
Fit the entire width of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:3322
FSFontStdIDCourierBI
@ FSFontStdIDCourierBI
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:899
FSSubmitFormActionFlagEmbedForm
@ FSSubmitFormActionFlagEmbedForm
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:3513
FSPDFDocDisplayUseNone
@ FSPDFDocDisplayUseNone
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:4901
FSActionNewWindowFlagNone
@ FSActionNewWindowFlagNone
No "NewWindow" flag.
Definition: FSPDFObjC.h:3382
FSDocumentsSource
Invalidate all pages.
Definition: FSPDFObjC.h:2947
FSDWG2PDFSettingDataFlagZoomToExtentsMode
@ FSDWG2PDFSettingDataFlagZoomToExtentsMode
Bit 12. If enabled, layout geometry will be zoomed to paper size, else layout settings will be applie...
Definition: FSPDFObjC.h:2213
FSButtonItem::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2449
FSPrintDeviceSettingDataOrientationFlag
FSPrintDeviceSettingDataOrientationFlag
Enumeration for specifying the orientation of the printer.
Definition: FSPDFObjC.h:1192
FSCertVerifyResultRevocationReason
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:7190
FSPath
Numbering type: none.
Definition: FSPDFObjC.h:986
-[FSDestination getRight]
float getRight()
Get right position value.
-[FSDestination isTopNull]
BOOL isTopNull()
Check if top value is a null object.
FSPortfolioInitialViewUnknownMode
@ FSPortfolioInitialViewUnknownMode
Unknown initial view mode.
Definition: FSPDFObjC.h:7480
FSTimeRange::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7169
-[FSPDFArray getElementCount]
int getElementCount()
Get the count of elements.
FSErrLTVCannotCheckDTS
@ FSErrLTVCannotCheckDTS
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:523
FSImageSettingsImageCompressHigh
@ FSImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:1897
FSXFAWidgetWidgetType
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:1649
FSFontCharsetBaltic
@ FSFontCharsetBaltic
Font charset: Baltic.
Definition: FSPDFObjC.h:884
FSColorSpaceICCBasedDeviceRGB
@ FSColorSpaceICCBasedDeviceRGB
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:682
FSFillerVkeyF4
@ FSFillerVkeyF4
F4 key.
Definition: FSPDFObjC.h:6580
FSCertificateEncryptData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6224
FSPosTopCenter
@ FSPosTopCenter
Position: top center.
Definition: FSPDFObjC.h:636
FSPDFStreamRunLengthDecode
@ FSPDFStreamRunLengthDecode
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:3069
FSRichTextStyleCornerMarkNone
@ FSRichTextStyleCornerMarkNone
Corner mark style: none.
Definition: FSPDFObjC.h:3681
-[FSPointFArray getCptr]
void * getCptr()
FSAnnotFlagToggleNoView
@ FSAnnotFlagToggleNoView
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:3851
-[FSColor convertToCMYK]
FSColor * convertToCMYK()
Convert to a CMYK color.
FSPDFPageSizeB5
@ FSPDFPageSizeB5
Page size: B5.
Definition: FSPDFObjC.h:5752
FSFillerEventFlagLeftButtonDown
@ FSFillerEventFlagLeftButtonDown
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:6598
FSSearchOptionWordMatchingMatchAllWords
@ FSSearchOptionWordMatchingMatchAllWords
Word matching: match all words.
Definition: FSPDFObjC.h:2813
FSFDFDoc
Definition: FSPDFObjC.h:2325
-[FSStreamCallback-p GetPosition]
unsigned long long GetPosition()
Get the current reading position in stream.
FSAnnotationSummarySettingsSortType
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:7529
FSTextObject
Definition: FSPDFObjC.h:5629
FSGraphicsObjectTypeFormXObject
@ FSGraphicsObjectTypeFormXObject
Form XObject graphics object.
Definition: FSPDFObjC.h:5523
FSFillerVkey2
@ FSFillerVkey2
2 key.
Definition: FSPDFObjC.h:6527
FSProgressiveFinished
@ FSProgressiveFinished
Progress state: progress is finished.
Definition: FSPDFObjC.h:727
FSAnnotType
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:3809
FSFillerVkeyU
@ FSFillerVkeyU
U key.
Definition: FSPDFObjC.h:6555
FSPDFDocExtractPagesOptionOCProperties
@ FSPDFDocExtractPagesOptionOCProperties
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:4891
FSPDFPageMediaBox
@ FSPDFPageMediaBox
Media Box for page boundary.
Definition: FSPDFObjC.h:5734
FSAnnotPropertyFillColor
@ FSAnnotPropertyFillColor
Annotation property: fill color.
Definition: FSPDFObjC.h:3867
FSCertificateEncryptData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6223
FSImageSettingsImageCompressjpeg
@ FSImageSettingsImageCompressjpeg
Compression mode: jpeg.
Definition: FSPDFObjC.h:1898
FSErrComplianceEngineNotInit
@ FSErrComplianceEngineNotInit
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:516
-[FSRenderer NS_UNAVAILABLE]
id NS_UNAVAILABLE()
-[FSXFAPage getHeight]
float getHeight()
Get the height of the XFA page.
FSModuleNameConversion
@ FSModuleNameConversion
Name for module "Conversion".
Definition: FSPDFObjC.h:655
FSTextPageCharInfo
Definition: FSPDFObjC.h:6006
FSPDFObjectNull
@ FSPDFObjectNull
PDF null object.
Definition: FSPDFObjC.h:3020
FSAnnotationSummarySettingsSummaryLayout
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:7521
FSFillerVkeyF9
@ FSFillerVkeyF9
F9 key.
Definition: FSPDFObjC.h:6585
FSXFAWidgetWidgetTypeRectangle
@ FSXFAWidgetWidgetTypeRectangle
XFA widget type: rectangle.
Definition: FSPDFObjC.h:1662
FSBorderInfoUnderLine
@ FSBorderInfoUnderLine
Border style: Underline.
Definition: FSPDFObjC.h:3715
FSFillerVkeyO
@ FSFillerVkeyO
O key.
Definition: FSPDFObjC.h:6549
FSMatrix2D
Definition: FSPDFObjC.h:408
FSSignatureFieldMDPActionAll
@ FSSignatureFieldMDPActionAll
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:6944
FSSchemaFieldArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7462
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
Enumeration for searchable text type used for converting DWG to PDF.
Definition: FSPDFObjC.h:2225
FSDWG2PDFSettingDataDWG2PDFColorPolicyGrayscale
@ FSDWG2PDFSettingDataDWG2PDFColorPolicyGrayscale
Color policy: Drawing is exported to a grayscale PDF file. Native colors are converted into grayscale...
Definition: FSPDFObjC.h:2234
FSPDFDocEncryptRMS
@ FSPDFDocEncryptRMS
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:4856
FSPDFDocPwdNoPassword
@ FSPDFDocPwdNoPassword
No password is used in PDF document.
Definition: FSPDFObjC.h:4844
FSHTML2PDFSettingData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2141
-[FSTextPage getTextRectCount]
int getTextRectCount()
Count the text rectangles within a range specified by a start index and count.
FSMonoImageSettingsStretchBicubic
@ FSMonoImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:1958
FSPDFDocUserPermissions
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:4860
FSXFADoc
Definition: FSPDFObjC.h:1590
FSFontFontTypes
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:913
FSRectI::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:338
FSImageSettingsImageCompressQuality
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:1903
FSPayLoadData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:4773
FSErrIsAlreadyCDRM
@ FSErrIsAlreadyCDRM
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:504
FSColorSpacePattern
@ FSColorSpacePattern
Color space: Pattern.
Definition: FSPDFObjC.h:680
FSCompareResultInfoCompareResultTypeInsertShading
@ FSCompareResultInfoCompareResultTypeInsertShading
Result type: insert shading.
Definition: FSPDFObjC.h:1802
FSPrintDeviceSettingDataLandscape
@ FSPrintDeviceSettingDataLandscape
Landscape orientation for printing.
Definition: FSPDFObjC.h:1194
FSSignatureVerifyResultLTVStateNotEnable
@ FSSignatureVerifyResultLTVStateNotEnable
This means LTV is not enabled.
Definition: FSPDFObjC.h:7350
-[FSXFAPage getWidth]
float getWidth()
Get the width.
FSSubmitFormActionFlagExportFormat
@ FSSubmitFormActionFlagExportFormat
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:3503
FSOutputPreviewShowRegistrationColor
@ FSOutputPreviewShowRegistrationColor
If set, only show registration color.
Definition: FSPDFObjC.h:5249
FSWatermarkTextPropertiesFontStyleUnderline
@ FSWatermarkTextPropertiesFontStyleUnderline
Watermark font style: with underline.
Definition: FSPDFObjC.h:6451
FSSignatureKeyNameLocation
@ FSSignatureKeyNameLocation
Signature key name: location.
Definition: FSPDFObjC.h:6905
FSAnnotLine
@ FSAnnotLine
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:3814
FSErrCanNotUploadCDRMInfo
@ FSErrCanNotUploadCDRMInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:506
FSErrInvalidACL
@ FSErrInvalidACL
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:510
FSLTVVerifierVRICreationTime
@ FSLTVVerifierVRICreationTime
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:7322
FSQuadPoints
Definition: FSPDFObjC.h:3742
FSXFAWidgetHitTestArea
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:1642
FSFillerVkeyF7
@ FSFillerVkeyF7
F7 key.
Definition: FSPDFObjC.h:6583
FSCertVerifyResultLocationNotSet
@ FSCertVerifyResultLocationNotSet
Location is not set.
Definition: FSPDFObjC.h:7205
FSLineCapPos
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:4230
FSAnnotArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3936
FSErrNoRedactionModuleRight
@ FSErrNoRedactionModuleRight
No "Redaction" module right.
Definition: FSPDFObjC.h:532
FSResponse
Definition: FSPDFObjC.h:7150
FSSignatureDocPermFillingFormAndSigning
@ FSSignatureDocPermFillingFormAndSigning
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:6938
FSPDFDocDataType
FSPDFDocDataType
Enumeration for data type used to decide which object(s) will be imported from or exported to FDF/XFD...
Definition: FSPDFObjC.h:4909
-[FSColor getCptr]
void * getCptr()
FSRenderConfig::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:745
FSPathPointType
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:977
FSBitmapDIBRgb565
@ FSBitmapDIBRgb565
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:1085
FSLayerTreeStateON
@ FSLayerTreeStateON
The state is ON.
Definition: FSPDFObjC.h:5317
FSPathArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:1012
FSPointFArray
An array of PointF objects.
Definition: FSPDFObjC.h:232
FSAnnotPropertyCreationDate
@ FSAnnotPropertyCreationDate
Annotation property: creation date.
Definition: FSPDFObjC.h:3865
FSSignatureStateNoSignData
@ FSSignatureStateNoSignData
Signature does not have any data for signing.It means that there is not "V" entry in the signature di...
Definition: FSPDFObjC.h:6859
FSWatermarkSettingsFlagSharePageStream
@ FSWatermarkSettingsFlagSharePageStream
If set, watermarks will share one form xobject if these watermarks use the same page object.
Definition: FSPDFObjC.h:6423
FSButtonItem
Definition: FSPDFObjC.h:2448
FSMarkupMeasureType
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:4043
FSErrNoOCRModuleRight
@ FSErrNoOCRModuleRight
No "OCR" module right.
Definition: FSPDFObjC.h:534
FSImageSettingsImageCompressQualityLow
@ FSImageSettingsImageCompressQualityLow
Compression quality: Low.
Definition: FSPDFObjC.h:1905
FSErrInvalidState
@ FSErrInvalidState
Invalid or incorrect state.
Definition: FSPDFObjC.h:493
FSAdditionalActionTriggerAnnotPageClosed
@ FSAdditionalActionTriggerAnnotPageClosed
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:3627
FSReflowPageNormal
@ FSReflowPageNormal
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:5962
FSImageSettingsStretchOff
@ FSImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:1913
FSAnnotMKEntryBorderColor
@ FSAnnotMKEntryBorderColor
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:3872
FSGraphStateLineJoinBevel
@ FSGraphStateLineJoinBevel
Bevel line join type.
Definition: FSPDFObjC.h:804
-[FSPDFNumberTree removeAllObjs]
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
FSRevocationArrayInfo
Definition: FSPDFObjC.h:7278
FSActionType
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:3357
FSBitmapDIB1bpp
@ FSBitmapDIB1bpp
DIB format: 1bpp format, two color RGB bitmap.It does not support format conversion between bitmaps.
Definition: FSPDFObjC.h:1076
FSDefaultAppearanceFlagTextColor
@ FSDefaultAppearanceFlagTextColor
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:3656
FSPrintParamsPageOrderVertical
@ FSPrintParamsPageOrderVertical
Page Order type: pages are placed from top to bottom, from left to right.
Definition: FSPDFObjC.h:2655
-[FSFont getCptr]
void * getCptr()
FSRenditionMediaPlayerNotUsed
@ FSRenditionMediaPlayerNotUsed
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:3183
FSPDFPageSizeLetter
@ FSPDFPageSizeLetter
Page size: letter.
Definition: FSPDFObjC.h:5742
FSWidget
Definition: FSPDFObjC.h:4405
FSMonoImageSettingsStretchMode
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:1953
FSFillerVkeyF12
@ FSFillerVkeyF12
F12 key.
Definition: FSPDFObjC.h:6588
-[FSTextSearch getMatchSentence]
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
FSAnnotAppearanceTypeRollover
@ FSAnnotAppearanceTypeRollover
Annotation's rollover appearance.
Definition: FSPDFObjC.h:3896
FSWidgetMenu
Definition: FSPDFObjC.h:1757
FSAnnotationSummaryCallback-p
Definition: FSPDFObjC.h:9453
FSSignatureFieldMDPActionInclude
@ FSSignatureFieldMDPActionInclude
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:6945
FSErrNoMicroOfficeInstalled
@ FSErrNoMicroOfficeInstalled
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:540
FSCertVerifyResultArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7242
FSRendererColorModeMapping
@ FSRendererColorModeMapping
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:1221
FSFontCharsetGreek
@ FSFontCharsetGreek
Font charset: Greek.
Definition: FSPDFObjC.h:880
FSFillerVkeyTab
@ FSFillerVkeyTab
Tab key.
Definition: FSPDFObjC.h:6504
FSOptimizerSettingsDiscardObjectsFormActions
@ FSOptimizerSettingsDiscardObjectsFormActions
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:2006
FSTextFillSignObject
Report confidence: high.
Definition: FSPDFObjC.h:5204
FSImageOrientationFlipV
@ FSImageOrientationFlipV
Flip Vertical.
Definition: FSPDFObjC.h:1159
FSSound
Definition: FSPDFObjC.h:4468
FSModuleNameTableMaker
@ FSModuleNameTableMaker
Name for module "TableMaker".
Definition: FSPDFObjC.h:658
FSPagingSealConfigPagingSealStyleOneSignature
@ FSPagingSealConfigPagingSealStyleOneSignature
Only add one signature. This signature is used for signature and verification and will be hidden in t...
Definition: FSPDFObjC.h:7094
FSErrDeviceLimitation
@ FSErrDeviceLimitation
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:499
FSAnnotFileAttachment
@ FSAnnotFileAttachment
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3827
FSAnnotPrinterMark
@ FSAnnotPrinterMark
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3832
FSFieldTypeListBox
@ FSFieldTypeListBox
Form field type: list box.
Definition: FSPDFObjC.h:6711
FSMarkupEndingStyleSquare
@ FSMarkupEndingStyleSquare
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:4032
FSGraphState::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:809
FSAnnotMKRelationCaptionAboveIcon
@ FSAnnotMKRelationCaptionAboveIcon
Caption above the icon.
Definition: FSPDFObjC.h:3888
FSFillerEventFlagAltKey
@ FSFillerEventFlagAltKey
Event flag: "Alt" key.
Definition: FSPDFObjC.h:6594
FSHeaderFooterContentGeneratorPageNumberFormatNumberOfCount
@ FSHeaderFooterContentGeneratorPageNumberFormatNumberOfCount
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4700
FSRenditionMonitorSpecifier
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:3202
-[FSFiller onSelectAll]
BOOL onSelectAll()
Call this function when the popup menu item "Select All" is down.
FSFloatingInfoRelativeTargetAppWindow
@ FSFloatingInfoRelativeTargetAppWindow
Relative type: align the floating window relative to the application window.
Definition: FSPDFObjC.h:2717
FSPSI
Definition: FSPDFObjC.h:5926
FSAnnotWatermark
@ FSAnnotWatermark
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3834
FSModuleNameCompliance
@ FSModuleNameCompliance
Name for module "Compliance".
Definition: FSPDFObjC.h:653
FSDWG2PDFSettingDataFlagLinearized
@ FSDWG2PDFSettingDataFlagLinearized
Bit 13. Create linearized PDF file.
Definition: FSPDFObjC.h:2214
FSCompareResultInfoArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1830
FSEmbeddedFontData
Definition: FSPDFObjC.h:4810
FSActionTypeNamed
@ FSActionTypeNamed
Action type: named action.
Definition: FSPDFObjC.h:3368
FSCertificateSecurityCallback-p
Definition: FSPDFObjC.h:8456
FSWatermarkSettings
Definition: FSPDFObjC.h:6427
-[FSPath getCptr]
void * getCptr()
FSDocViewerPrefsHideWindowUI
@ FSDocViewerPrefsHideWindowUI
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:5861
-[FSPointFArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSFontCharsetTurkish
@ FSFontCharsetTurkish
Font charset: Turkish.
Definition: FSPDFObjC.h:881
FSNote
Definition: FSPDFObjC.h:4090
FSFontCharsetEastEurope
@ FSFontCharsetEastEurope
Font charset: Eastern European.
Definition: FSPDFObjC.h:878
FSRenditionMonitorSpecifierLargest
@ FSRenditionMonitorSpecifierLargest
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:3203
FSOutputPreviewShowAll
@ FSOutputPreviewShowAll
If set, show all.
Definition: FSPDFObjC.h:5228
FSBase::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:568
FSImageJBIG2
@ FSImageJBIG2
Image type is JBIG2.
Definition: FSPDFObjC.h:1151
FSFillerVkeyE
@ FSFillerVkeyE
E key.
Definition: FSPDFObjC.h:6539
-[FSBitmap getFormat]
FSBitmapDIBFormat getFormat()
FSErrNoOffice2PDFModuleRight
@ FSErrNoOffice2PDFModuleRight
No "Office2PDF" module right.
Definition: FSPDFObjC.h:557
FSDRMSecurityCallback-p
Definition: FSPDFObjC.h:8478
-[FSPDFStream NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSMarkupArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3975
FSErrNoConversionModuleRight
@ FSErrNoConversionModuleRight
No "Conversion" module right.
Definition: FSPDFObjC.h:538
FSLocaleIDUnspecified
@ FSLocaleIDUnspecified
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:687
FSColorSpaceIndexed
@ FSColorSpaceIndexed
Color space: Indexed.
Definition: FSPDFObjC.h:679
FSRenditionActionOpTypeAssociate
@ FSRenditionActionOpTypeAssociate
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:3583
FSSignatureKeyNameContactInfo
@ FSSignatureKeyNameContactInfo
Signature key name: contact information.
Definition: FSPDFObjC.h:6907
FSPDFPageSizeA3
@ FSPDFPageSizeA3
Page size: A3.
Definition: FSPDFObjC.h:5745
FSXFAWidgetWidgetvAlignTypeMiddle
@ FSXFAWidgetWidgetvAlignTypeMiddle
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:1695
FSImageOrientation
FSImageOrientation
Enumeration for image orientation.
Definition: FSPDFObjC.h:1154
FSLocaleIDNetherlands
@ FSLocaleIDNetherlands
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:690
FSXFAWidgetWidgetEdgePositionBottom
@ FSXFAWidgetWidgetEdgePositionBottom
Egde position: bottom.
Definition: FSPDFObjC.h:1701
FSSOAPResponseInfo::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2611
FSAnnot
Definition: FSPDFObjC.h:3901
FSFontStyles
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:857
FSGraphicsObjectTypeText
@ FSGraphicsObjectTypeText
Text graphics object.
Definition: FSPDFObjC.h:5519
FSDocViewerPrefsFitWindow
@ FSDocViewerPrefsFitWindow
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:5862
FSRenditionMediaPlayerFitStyleFill
@ FSRenditionMediaPlayerFitStyleFill
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:3189
FSFileFormatTypeFDF
@ FSFileFormatTypeFDF
File format type: FDF.
Definition: FSPDFObjC.h:699
FSQuadPoints::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3744
FSCompareResultInfoArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:1829
FSMarkupEndingStyleDiamond
@ FSMarkupEndingStyleDiamond
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:4034
FSControl
Viewing or printing condition: Auto.
Definition: FSPDFObjC.h:6816
FSBitmapBicubic
@ FSBitmapBicubic
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1091
FSImageType
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:1142
FSEnvelope
Definition: FSPDFObjC.h:6240
FSSOAPResponseInfo
Definition: FSPDFObjC.h:2609
-[FSDestination getLeft]
float getLeft()
Get left position value.
FSSignatureLabelNameLocation
@ FSSignatureLabelNameLocation
Signature label name for location.
Definition: FSPDFObjC.h:6951
FSRenditionMonitorSpecifierPrimary
@ FSRenditionMonitorSpecifierPrimary
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:3205
-[FSOutputPreview NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSMenuList
Definition: FSPDFObjC.h:2387
FSGraphicsObjectBlendLuminosity
@ FSGraphicsObjectBlendLuminosity
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:5514
FSRenditionFloatingWindowRelatedWindowType
FSRenditionFloatingWindowRelatedWindowType
Enumeration for the type of floating window's related window.
Definition: FSPDFObjC.h:3212
-[FSInt32Array init]
id init()
-[FSLayerContext NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSMarkupMeasureTypeA
@ FSMarkupMeasureTypeA
Measurement of area.
Definition: FSPDFObjC.h:4047
FSSignatureKeyNameText
@ FSSignatureKeyNameText
Signature key name: text content.
Definition: FSPDFObjC.h:6909
FSPDFPageSizeA5
@ FSPDFPageSizeA5
Page size: A5.
Definition: FSPDFObjC.h:5747
FSPageLabelsUpperRomanNums
@ FSPageLabelsUpperRomanNums
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:5895
FSMonoImageSettingsImageCompressCCITT3
@ FSMonoImageSettingsImageCompressCCITT3
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:1940
FSPagingSealConfig
Definition: FSPDFObjC.h:7098
-[FSPointFArray init]
id init()
FSTimeStampServerSendResultFailToRequest
@ FSTimeStampServerSendResultFailToRequest
Fail to request during sending request process.
Definition: FSPDFObjC.h:7065
-[FSBitmap getBuffer]
NSData * getBuffer()
FSFillerVkeyNumpad3
@ FSFillerVkeyNumpad3
3 key in the numeric keypad.
Definition: FSPDFObjC.h:6564
-[FSLayerNode isLocked]
BOOL isLocked()
Check if current layer node is locked.
FSFileFormatType
FSFileFormatType
Enumeration for file format type.
Definition: FSPDFObjC.h:698
-[FSTextPage NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSOptimizerSettingsDiscardUserDataFileAttchments
@ FSOptimizerSettingsDiscardUserDataFileAttchments
Discard file attachments.
Definition: FSPDFObjC.h:2021
FSErrNoTableMakerModuleRight
@ FSErrNoTableMakerModuleRight
No "TableMaker" module right.
Definition: FSPDFObjC.h:547
-[FSAction getSubActionCount]
int getSubActionCount()
Get the count of sub-actions.
FSOptimizerSettingsDiscardObjectsEmbeddedSearchIndex
@ FSOptimizerSettingsDiscardObjectsEmbeddedSearchIndex
Discard embedded search index.
Definition: FSPDFObjC.h:2014
FSFieldArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6648
FSNoteArray
Definition: FSPDFObjC.h:3994
FSImageSettingsImageCompressQualityMedium
@ FSImageSettingsImageCompressQualityMedium
Compression quality: Medium.
Definition: FSPDFObjC.h:1906
SWIGTYPE_p_void::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:141
-[FSWidgetMenu delete]
BOOL delete()
Delete all the text of related XFA widget.
FSRotation90
@ FSRotation90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:608
FSTableOfContentsConfig::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:4826
FSMenuItemEx
Definition: FSPDFObjC.h:2405
FSPrintParamsBookletDuplexMode
FSPrintParamsBookletDuplexMode
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:2639
FSFillerVkeyUnknown
@ FSFillerVkeyUnknown
An unknown key.
Definition: FSPDFObjC.h:6502
-[FSFormXObject getStream]
FSPDFStream * getStream()
Get stream.
FSBarcodeQRCorrectionLevelMedium
@ FSBarcodeQRCorrectionLevelMedium
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1304
FSShadingObject
Definition: FSPDFObjC.h:5673
FSButtonItem::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2450
FSSignatureStateVerifyIssueExpire
@ FSSignatureStateVerifyIssueExpire
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:6873
FSErrNoRights
@ FSErrNoRights
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:497
FSFillerVkeyA
@ FSFillerVkeyA
A key.
Definition: FSPDFObjC.h:6535
FSSignatureAPFlagDN
@ FSSignatureAPFlagDN
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:6894
FSOptimizerSettingsCleanUpOptions
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:1998
FSGraphicsObjectArray
Definition: FSPDFObjC.h:5439
FSDestination
Definition: FSPDFObjC.h:3327
FSColorSpaceRenderIntentSaturation
@ FSColorSpaceRenderIntentSaturation
Rendering intent: Saturation.
Definition: FSPDFObjC.h:1033
-[FSDestination getZoomMode]
FSDestinationZoomMode getZoomMode()
Get the zoom mode.
FSDestinationZoomFitHorz
@ FSDestinationZoomFitHorz
Fit the entire width of the page within the display area when display the page.
Definition: FSPDFObjC.h:3318
FSErrNeedSigned
@ FSErrNeedSigned
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:526
-[FSStreamCallback-p flush]
BOOL flush()
Flush internal buffer.
FSFillerVkeyNumpad2
@ FSFillerVkeyNumpad2
2 key in the numeric keypad.
Definition: FSPDFObjC.h:6563
FSAnnotMKEntryIconCaptionRelation
@ FSAnnotMKEntryIconCaptionRelation
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:3881
FSTextSearchSearchNotMatchFullWidth
@ FSTextSearchSearchNotMatchFullWidth
If set, to ignore full-width characters and treat all characters as standard ASCII or standard-width ...
Definition: FSPDFObjC.h:6074
FSBitmapDIBAbgr
@ FSBitmapDIBAbgr
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:1084
FSErrNoAccessibilityModuleRight
@ FSErrNoAccessibilityModuleRight
No "Accessibility" module right.
Definition: FSPDFObjC.h:545
FSAnnotHighlightingPush
@ FSAnnotHighlightingPush
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:3859
FSMonoImageSettingsStretchNoSmooth
@ FSMonoImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:1959
FSAlignmentCenter
@ FSAlignmentCenter
Center alignment.
Definition: FSPDFObjC.h:624
FSXFADocExportDataType
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:1583
FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYYYY
@ FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYYYY
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4681
-[FSPSI NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSErrNoPrint2PDFModuleRight
@ FSErrNoPrint2PDFModuleRight
No "Print2PDF" module right.
Definition: FSPDFObjC.h:562
FSTextStateModeFillStroke
@ FSTextStateModeFillStroke
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:5574
-[FSInt32Array getCptr]
void * getCptr()
FSPDFDocPermPrintHigh
@ FSPDFDocPermPrintHigh
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:4868
-[FSPath dealloc]
void dealloc()
FSFloatArray
An array of float values.
Definition: FSPDFObjC.h:258
FSDocViewerPrefsHideMenubar
@ FSDocViewerPrefsHideMenubar
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:5860
FSAnnotUnknownType
@ FSAnnotUnknownType
Annotation type: unknown.
Definition: FSPDFObjC.h:3810
FSPDFStream
Definition: FSPDFObjC.h:3078
FSScreen
Definition: FSPDFObjC.h:4293
FSPDFDocSaveFlagNormal
@ FSPDFDocSaveFlagNormal
Save document normally, without using any special flag.
Definition: FSPDFObjC.h:4872
FSTextMarkup
Definition: FSPDFObjC.h:4106
FSOptimizerSettingsOptimizerUnembeddedFonts
@ FSOptimizerSettingsOptimizerUnembeddedFonts
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:1994
FSStdSecurityHandlerModifyFlag
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:6202
FSAdditionalActionTriggerAnnotMouseButtonPressed
@ FSAdditionalActionTriggerAnnotMouseButtonPressed
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:3622
FSSignatureLabelNameDN
@ FSSignatureLabelNameDN
Signature key name for distinguish name.
Definition: FSPDFObjC.h:6954
FSMarkupArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3976
-[FSAction getDocument]
FSPDFDoc * getDocument()
Get the PDF document, to which current action belongs.
FSColor::value
FSFloatArray * value
Get or Set component value array.
Definition: FSPDFObjC.h:1057
FSShadingColor::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3957
FSMonoImageSettingsStretchOff
@ FSMonoImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:1955
FSXFAWidgetWidgetTypeChoiceList
@ FSXFAWidgetWidgetTypeChoiceList
XFA widget type: choice list.
Definition: FSPDFObjC.h:1657
FSPageLabelsDecimalNums
@ FSPageLabelsDecimalNums
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:5894
FSPDFDocPermExtract
@ FSPDFDocPermExtract
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:4863
-[FSFiller killFocus]
BOOL killFocus()
Kill focus from form.
FSBitmapDIBInvalid
@ FSBitmapDIBInvalid
Invalid DIB format.
Definition: FSPDFObjC.h:1075
FSCertVerifyResultLocationSignature
@ FSCertVerifyResultLocationSignature
Response information is found in signature content.
Definition: FSPDFObjC.h:7207
FSAnnotStrikeOut
@ FSAnnotStrikeOut
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3822
FSSubmitFormActionFlagExclFKey
@ FSSubmitFormActionFlagExclFKey
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:3512
FSFont
Definition: FSPDFObjC.h:921
FSBookmarkPosFirstSibling
@ FSBookmarkPosFirstSibling
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:4518
FSGraphicsObjectBlendOverlay
@ FSGraphicsObjectBlendOverlay
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:5502
-[FSTextFillSignObject getTextDataArray]
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
FSSignatureSignatureTypePagingSeal
@ FSSignatureSignatureTypePagingSeal
Signature type: paging seal.
Definition: FSPDFObjC.h:6923
FSPagingSealConfigPagingSealPosition
FSPagingSealConfigPagingSealPosition
Enumeration for paging seal position.
Definition: FSPDFObjC.h:7085
FSAnnotationSummarySettingsTypeSortByPage
@ FSAnnotationSummarySettingsTypeSortByPage
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:7532
FSGraphicsObjectsTextMergeBTET
@ FSGraphicsObjectsTextMergeBTET
Merge consecutive BTETs as a new one.
Definition: FSPDFObjC.h:5685
FSRenditionMediaPermTempNever
@ FSRenditionMediaPermTempNever
Never allowed.
Definition: FSPDFObjC.h:3174
FSLayerTreeUsageState
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:5316
FSSignatureStateVerifyTimestampIssueValid
@ FSSignatureStateVerifyTimestampIssueValid
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:6882
-[FSColorSpace dealloc]
void dealloc()
FSAnnotationSummarySettingsTypeSortByAuthor
@ FSAnnotationSummarySettingsTypeSortByAuthor
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:7530
FSUInt32Array
An array of unsigned integer values.
Definition: FSPDFObjC.h:310
FSLineCapPosInline
@ FSLineCapPosInline
Definition: FSPDFObjC.h:4231
FSPagingSealSignaturePagingSealAPState
FSPagingSealSignaturePagingSealAPState
Enumeration for paging seal signature state to set appearance.
Definition: FSPDFObjC.h:7123
-[FSImage getType]
FSImageType getType()
Get image type.
FSFullTextSearchRankNone
@ FSFullTextSearchRankNone
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:2959
FSActionTypeImportData
@ FSActionTypeImportData
Action type: import-data action.
Definition: FSPDFObjC.h:3371
FSTiledWatermarkSettingsFlagAsPageContents
@ FSTiledWatermarkSettingsFlagAsPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:4723
FSBarcodeQRErrorCorrectionLevel
FSBarcodeQRErrorCorrectionLevel
Enumeration for format error correction level of QR Code.
Definition: FSPDFObjC.h:1302
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithLine
@ FSAnnotationSummarySettingsSummaryLayoutSinglePageWithLine
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:7523
-[FSIconProviderCallback-p getProviderID]
NSString * getProviderID()
A callback function used to get provider ID.
FSPrintParamsBookletBindingRight
@ FSPrintParamsBookletBindingRight
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:2646
FSPDFDocPermExtractAccess
@ FSPDFDocPermExtractAccess
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:4866
FSRendererColorModeMappingGray
@ FSRendererColorModeMappingGray
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:1220
FSXFAWidgetWidgethAlignTypeRadix
@ FSXFAWidgetWidgethAlignTypeRadix
Align the radix indicator.
Definition: FSPDFObjC.h:1688
-[FSInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSErrNoPDF2OfficeModuleRight
@ FSErrNoPDF2OfficeModuleRight
No "PDF2Office" module right.
Definition: FSPDFObjC.h:550
FSActionTypeThread
@ FSActionTypeThread
Action type: thread action.
Definition: FSPDFObjC.h:3363
FSSignatureStateSigned
@ FSSignatureStateSigned
Signed signature.
Definition: FSPDFObjC.h:6861
FSSignatureAPFlags
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:6889
FSSubmitFormActionFlagIncludeAnnotations
@ FSSubmitFormActionFlagIncludeAnnotations
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:3508
FSOptimizerSettingsCleanUpUseFlateInsteadOfLZW
@ FSOptimizerSettingsCleanUpUseFlateInsteadOfLZW
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:2000
FSCertVerifyResultCertStatusRevoked
@ FSCertVerifyResultCertStatusRevoked
This means certificate is revoked.
Definition: FSPDFObjC.h:7185
FSPortfolioInitialViewTileMode
@ FSPortfolioInitialViewTileMode
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:7482
FSPDFObjectStream
@ FSPDFObjectStream
PDF stream object.
Definition: FSPDFObjC.h:3019
-[FSRectFArray dealloc]
void dealloc()
FSBookmarkStyleBold
@ FSBookmarkStyleBold
Show bookmark title as bold text.
Definition: FSPDFObjC.h:4510
FSDWG2PDFSettingDataFlagASCIIHexEncoding
@ FSDWG2PDFSettingDataFlagASCIIHexEncoding
Bit 10. Enable ASCIIHex encoding of internal PDF streams.
Definition: FSPDFObjC.h:2211
FSErrNoOFDModuleRight
@ FSErrNoOFDModuleRight
No "OFD" module right.
Definition: FSPDFObjC.h:553
FSCertVerifyResultReasonKeyCompromise
@ FSCertVerifyResultReasonKeyCompromise
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:7193
FSCertVerifyResultLocationOnline
@ FSCertVerifyResultLocationOnline
Response information is got by online request.
Definition: FSPDFObjC.h:7208
FSTimeStampServerSendResultFailToGetData
@ FSTimeStampServerSendResultFailToGetData
Fail to get data during sending request process.
Definition: FSPDFObjC.h:7066
-[FSFont getAscent]
int getAscent()
Get the ascent value, in 1/1000 of em size (PDF units).
FSTimeStampServerSendResultFailToConnect
@ FSTimeStampServerSendResultFailToConnect
Fail to connect during sending request process.
Definition: FSPDFObjC.h:7062
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeBitmap
@ FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeBitmap
Hatches export type: Exports hatch as a bitmap.
Definition: FSPDFObjC.h:2219
FSRotationUnknown
@ FSRotationUnknown
Unknown rotation.
Definition: FSPDFObjC.h:611
FSRevocationArrayInfo::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7280
FSPDFNumberTreePageLabels
@ FSPDFNumberTreePageLabels
"PageLabels" number tree.
Definition: FSPDFObjC.h:3147
FSCertVerifyResultLocationDSS
@ FSCertVerifyResultLocationDSS
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:7206
FSAnnotMKEntryDownCaption
@ FSAnnotMKEntryDownCaption
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:3876
FSLayerContextUsageView
@ FSLayerContextUsageView
Use for a viewer.
Definition: FSPDFObjC.h:5357
-[FSImage getHeight]
int getHeight()
Get image height.
FSReadingBookmark
Definition: FSPDFObjC.h:5947
FSRenditionFloatingWindowRelatedWindowDocument
@ FSRenditionFloatingWindowRelatedWindowDocument
The document window.
Definition: FSPDFObjC.h:3213
-[FSWidgetMenu canDeSelect]
BOOL canDeSelect()
Check if the selection of the text in related XFA widget can be canceled.
FSPortfolioNodeTypeUnknown
@ FSPortfolioNodeTypeUnknown
Unknown portfolio node type.
Definition: FSPDFObjC.h:7374
FSErrCanNotRemoveSecurityFromServer
@ FSErrCanNotRemoveSecurityFromServer
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:500
-[FSXFAPage getIndex]
int getIndex()
Get index of the XFA page.
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeNoSearch
@ FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeNoSearch
Searchable text type: No searchable text.
Definition: FSPDFObjC.h:2226
FSSecurityHandlerCipherType
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:6165
-[FSProgressive NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSOptimizerSettingsOptimizerDiscardUserData
@ FSOptimizerSettingsOptimizerDiscardUserData
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:1995
FSAnnotationSummarySettingsFontSizeLarge
@ FSAnnotationSummarySettingsFontSizeLarge
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:7539
FSColorSpaceICCBasedDeviceCMYK
@ FSColorSpaceICCBasedDeviceCMYK
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:683
FSTimeStampCallback-p
Definition: FSPDFObjC.h:9497
FSSignaturePAdESLevelBLT
@ FSSignaturePAdESLevelBLT
PAdES level: B-LT.
Definition: FSPDFObjC.h:6931
FSQuadPointsArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3763
FSFloatingInfo
A fixup succeeded.
Definition: FSPDFObjC.h:2735
FSRenditionFloatingWindowOffscreenEventMoveResize
@ FSRenditionFloatingWindowOffscreenEventMoveResize
Move or resize.
Definition: FSPDFObjC.h:3227
FSSoundSampleEncodingFormatRaw
@ FSSoundSampleEncodingFormatRaw
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:4461
FSGraphStateLineCapRound
@ FSGraphStateLineCapRound
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:797
FSXFAWidgetWidgetNameType
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:1677
FSAnnotNote
@ FSAnnotNote
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:3811
FSSOAPRequestProperties
Definition: FSPDFObjC.h:2584
FSComparisonCompareTypeAll
@ FSComparisonCompareTypeAll
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:1865
FSAnnotScreen
@ FSAnnotScreen
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3831
-[FSProgressive getCptr]
void * getCptr()
FSFieldFlagTextPassword
@ FSFieldFlagTextPassword
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:6723
FSSubmitFormActionFlags
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:3500
FSTabOrderMgrOrderType
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:6371
FSModuleNameAccessibility
@ FSModuleNameAccessibility
Name for module "Accessibility".
Definition: FSPDFObjC.h:657
-[FSLayerContext reset]
BOOL reset()
Reset current layer context, back to the initialized state.
FSSignatureLabelNameProducer
@ FSSignatureLabelNameProducer
Signature key name for producer name.
Definition: FSPDFObjC.h:6955
-[FSGraphicsObjects getGraphicsObjectCount]
int getGraphicsObjectCount()
Get the count of graphics objects in graphics object list.
-[FSFont isItalic]
BOOL isItalic()
Judge whether current font object is italic or not.
-[FSFillSign NS_UNAVAILABLE]
id NS_UNAVAILABLE()
-[FSSound getFileSpec]
FSFileSpec * getFileSpec()
Get the file specification object which represents an external sound file.
-[FSSignatureCallback-p isNeedPadData]
BOOL isNeedPadData()
Whether return all contents all hex string include padding zero when call Verify function.
FSAnnotFreeText
@ FSAnnotFreeText
Annotation type: free text annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3813
FSMarkupEndingStyleClosedArrow
@ FSMarkupEndingStyleClosedArrow
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:4036
FSRangeAll
@ FSRangeAll
All the indexes within a range will be used.
Definition: FSPDFObjC.h:831
FSErrMIPProtectionEngineInitFailed
@ FSErrMIPProtectionEngineInitFailed
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:559
FSFillerVkeyQ
@ FSFillerVkeyQ
Q key.
Definition: FSPDFObjC.h:6551
-[FSComparison NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSCompareResultInfoCompareResultTypeDeleteText
@ FSCompareResultInfoCompareResultTypeDeleteText
Result type: delete text.
Definition: FSPDFObjC.h:1792
FSAnnotationSummarySettingsSummaryLayoutAnnotationOnly
@ FSAnnotationSummarySettingsSummaryLayoutAnnotationOnly
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:7524
FSAlignment
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:622
FSErrCanNotGetACL
@ FSErrCanNotGetACL
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:501
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYYYY
@ FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYYYY
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4679
FSSignatureArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6839
FSRotationPointOptions
FSRotationPointOptions
Enumeration for rotation point options.
Definition: FSPDFObjC.h:614
FSResponse::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7152
-[FSPath getPointCount]
int getPointCount()
Get the count of points.
FSPortfolioFolderNode
Definition: FSPDFObjC.h:7411
FSXFAWidgetPresenceUnknown
@ FSXFAWidgetPresenceUnknown
Presence property: Unknown.
Definition: FSPDFObjC.h:1670
FSErrCanNotUploadDocInfo
@ FSErrCanNotUploadDocInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:505
FSXFAWidgetWidgetNameTypeFullName
@ FSXFAWidgetWidgetNameTypeFullName
Name type: full name.
Definition: FSPDFObjC.h:1680
FSFieldFlagChoiceMultiSelect
@ FSFieldFlagChoiceMultiSelect
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:6729
FSTimeStampServerSendResultOutOfMemory
@ FSTimeStampServerSendResultOutOfMemory
Out of memory during sending request process.
Definition: FSPDFObjC.h:7067
FSPortfolioNodeArray
Definition: FSPDFObjC.h:7391
FSCertVerifyResultCertStatusValid
@ FSCertVerifyResultCertStatusValid
This means certificate is valid.
Definition: FSPDFObjC.h:7184
FSCertVerifyResult::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7213
-[FSFloatArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSStamp
Definition: FSPDFObjC.h:4278
-[FSInt32Array removeAll]
void removeAll()
Clean up the array.
FSWrapperData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:4753
-[FSUInt32Array getCptr]
void * getCptr()
FSAnnotMKRelationCaptionBelowIcon
@ FSAnnotMKRelationCaptionBelowIcon
Caption below the icon.
Definition: FSPDFObjC.h:3887
FSPrintParamsBookletBindingRightTall
@ FSPrintParamsBookletBindingRightTall
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:2649
FSMenuItemEx::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2406
FSAction
Definition: FSPDFObjC.h:3386
FSPDFNameTreeDests
@ FSPDFNameTreeDests
"Dests" name tree.
Definition: FSPDFObjC.h:2982
FSBookmarkPosNextSibling
@ FSBookmarkPosNextSibling
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:4517
FSFillSignFillSignObjectTypeCheckMark
@ FSFillSignFillSignObjectTypeCheckMark
Check mark fill-sign object.
Definition: FSPDFObjC.h:5157
FSHeaderFooterContentGeneratorDateFormatYYHyphenMMHyphenDD
@ FSHeaderFooterContentGeneratorDateFormatYYHyphenMMHyphenDD
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4694
-[FSDestination NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSXFAWidgetWidgetvAlignTypeBottom
@ FSXFAWidgetWidgetvAlignTypeBottom
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:1694
FSGraphicsObjectTypePath
@ FSGraphicsObjectTypePath
Path graphics object.
Definition: FSPDFObjC.h:5520
FSFillerVkeyF3
@ FSFillerVkeyF3
F3 key.
Definition: FSPDFObjC.h:6579
FSXFAWidgetWidgetTypeExclGroup
@ FSXFAWidgetWidgetTypeExclGroup
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:1665
FSPDFPageSize
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:5741
FSImageOrientationRotate180
@ FSImageOrientationRotate180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:1158
FSFillerVkeyF10
@ FSFillerVkeyF10
F10 key.
Definition: FSPDFObjC.h:6586
FSAnnotCircle
@ FSAnnotCircle
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3816
FSCompareResultInfoCompareResultTypeDeleteShading
@ FSCompareResultInfoCompareResultTypeDeleteShading
Result type: delete shading.
Definition: FSPDFObjC.h:1801
FSWatermarkSettingsFlagASAnnot
@ FSWatermarkSettingsFlagASAnnot
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:6417
-[FSWidgetMenu clearStyle]
BOOL clearStyle()
(Only useful for rich text) Clear the style of the rich text.
FSSecurityHandlerCipherAES
@ FSSecurityHandlerCipherAES
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:6168
FSBarcodeFormatCode39
@ FSBarcodeFormatCode39
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1292
FSGraphicsObjectsTextMergeOption
FSGraphicsObjectsTextMergeOption
Enumeration for text merge.
Definition: FSPDFObjC.h:5682
FSBookmarkPosLastChild
@ FSBookmarkPosLastChild
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:4515
FSSignatureStateVerifyTimestampTimeBefore
@ FSSignatureStateVerifyTimestampTimeBefore
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:6883
FSIconFitScaleWayBigger
@ FSIconFitScaleWayBigger
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:3784
FSCertVerifyResultCertStatusUnknown
@ FSCertVerifyResultCertStatusUnknown
This means certificate status is unknown.
Definition: FSPDFObjC.h:7187
FSAnnotTrapNet
@ FSAnnotTrapNet
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3833
FSCodec
Definition: FSPDFObjC.h:710
FSFieldArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6649
-[FSFileWriterCallback-p getSize]
unsigned long long getSize()
Get total size of the file.
FSOutputPreviewShowDeviceRGB
@ FSOutputPreviewShowDeviceRGB
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:5238
FSSignatureStateVerifyChangeLegal
@ FSSignatureStateVerifyChangeLegal
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:6885
FSFontStdIDCourierI
@ FSFontStdIDCourierI
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:900
FSPointF
Definition: FSPDFObjC.h:185
FSTabOrderMgrNone
@ FSTabOrderMgrNone
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:6372
FSIdentityProperties
Definition: FSPDFObjC.h:2425
FSSignatureDigestSHA512
@ FSSignatureDigestSHA512
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:6917
-[FSTextFillSignObject isCombFieldMode]
BOOL isCombFieldMode()
Check whether current mode is comb field mode or not.
FSFontStylesSmallCap
@ FSFontStylesSmallCap
Font style: small cap.
Definition: FSPDFObjC.h:865
FSFullTextSearch
Definition: FSPDFObjC.h:2965
FSPDFDocWrapperNone
@ FSPDFDocWrapperNone
Normal document.
Definition: FSPDFObjC.h:4916
FSErrCanNotGetUserToken
@ FSErrCanNotGetUserToken
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:509
FSFloatingInfo::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2737
FSModuleNameRMS
@ FSModuleNameRMS
Name for module "RMS".
Definition: FSPDFObjC.h:650
FSSignatureKeyNameReason
@ FSSignatureKeyNameReason
Signature key name: reason.
Definition: FSPDFObjC.h:6906
-[FSRectFArray removeAll]
void removeAll()
Clean up the array.
FSModuleNameRedaction
@ FSModuleNameRedaction
Name for module "Redaction".
Definition: FSPDFObjC.h:649
FSCompareResultInfoArray
Definition: FSPDFObjC.h:1828
FSTiledWatermarkSettingsFlags
FSTiledWatermarkSettingsFlags
Enumeration for tiled watermark setting flags.
Definition: FSPDFObjC.h:4722
-[FSBitmap getWidth]
int getWidth()
FSComparisonCompareTypeText
@ FSComparisonCompareTypeText
Compare text only.
Definition: FSPDFObjC.h:1866
FSPDFNameTreeEmbeddedFiles
@ FSPDFNameTreeEmbeddedFiles
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:2984
FSFileFormatTypeHTML
@ FSFileFormatTypeHTML
File format type: HTML.
Definition: FSPDFObjC.h:701
FSRevocationCallback-p
Definition: FSPDFObjC.h:9197
FSMonoImageSettingsStretchInterpol
@ FSMonoImageSettingsStretchInterpol
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:1956
-[FSFillSignObject generateContent]
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
FSErrorCode
Intent: converted result file will be used for printing.
Definition: FSPDFObjC.h:471
-[FSFloatArray init]
id init()
Constructor, from an allocator.
FSBitmapDIBRgb32
@ FSBitmapDIBRgb32
DIB format: 32bpp format, with bits order "Blue, Green, Red, not used". Blue is in the lowest order.
Definition: FSPDFObjC.h:1078
FSPathObject
Definition: FSPDFObjC.h:5646
FSTextStateModeClip
@ FSTextStateModeClip
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:5579
FSFillSignFillSignObjectTypeInitialsSignature
@ FSFillSignFillSignObjectTypeInitialsSignature
Initials signature fill-sign object.
Definition: FSPDFObjC.h:5162
FSColorSpaceSeparation
@ FSColorSpaceSeparation
Color space: Separation.
Definition: FSPDFObjC.h:677
FSWatermarkTextProperties::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6456
FSFontCharsetSymbol
@ FSFontCharsetSymbol
Font charset: Standard symbols.
Definition: FSPDFObjC.h:872
-[FSPointFArray getSize]
int getSize()
Get the number of elements in the array.
FSPDFPageSizeA6
@ FSPDFPageSizeA6
Page size: A6.
Definition: FSPDFObjC.h:5748
FSAnnotationSummarySettingsFontSizeType
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:7536
FSSignatureDigestAlgorithm
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:6913
FSPagingSealConfig::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7099
FSFontStdIDTimes
@ FSFontStdIDTimes
Standard font: Times-Roman.
Definition: FSPDFObjC.h:905
FSTimeRange::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7168
FSMonoImageSettingsImageCompressQualityLossy
@ FSMonoImageSettingsImageCompressQualityLossy
Compression quality: Lossy.
Definition: FSPDFObjC.h:1950
FSFontStandardID
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:896
FSErrNoLayoutRecognitionModuleRight
@ FSErrNoLayoutRecognitionModuleRight
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:542
FSTextPageCharInfoComboWord
@ FSTextPageCharInfoComboWord
Character flag: ComboWord.
Definition: FSPDFObjC.h:6002
FSFontStdIDSymbol
@ FSFontStdIDSymbol
Standard font: Symbol.
Definition: FSPDFObjC.h:909
FSPDFDocSaveFlagIncremental
@ FSPDFDocSaveFlagIncremental
Save document incrementally.
Definition: FSPDFObjC.h:4873
FSDialogDescriptionElementArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2496
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYY
@ FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYY
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4682
FSColorSpaceDeviceGray
@ FSColorSpaceDeviceGray
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:670
FSCertVerifyResultReasonCertificateHold
@ FSCertVerifyResultReasonCertificateHold
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:7198
FSPDFDocInsertDocOptions
FSPDFDocInsertDocOptions
Enumeration for options used for inserting a PDF document to another.
Definition: FSPDFObjC.h:4896
FSRectFArray
An array of RectF objects.
Definition: FSPDFObjC.h:206
FSRedact
Definition: FSPDFObjC.h:4440
FSXFAWidgetWidgetEdgePositionLeft
@ FSXFAWidgetWidgetEdgePositionLeft
Egde position: left.
Definition: FSPDFObjC.h:1702
FSInk
Definition: FSPDFObjC.h:4265
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithSequenceNumber
@ FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:7525
FSMarkupStateFuture
@ FSMarkupStateFuture
(Used with state model FSMarkupStateModelReview) The change will be working in the future.
Definition: FSPDFObjC.h:4027
-[FSFileReaderCallback-p getSize]
unsigned long long getSize()
Get total size of the file.
FSImagePNG
@ FSImagePNG
Image type is PNG.
Definition: FSPDFObjC.h:1147
-[FSXFADoc NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSErrNoRMSModuleRight
@ FSErrNoRMSModuleRight
No "RMS" module right.
Definition: FSPDFObjC.h:533
-[FSDocEventCallback-p onDocWillOpen]
void onDocWillOpen()
Triggered when the document will be opened.
FSPDFDocDisplayFullScreen
@ FSPDFDocDisplayFullScreen
When document is opened, full-screen mode, with no menu bar, window controls, or any other windows ar...
Definition: FSPDFObjC.h:4904
FSFontStyleSymbolic
@ FSFontStyleSymbolic
Font style: symbolic.
Definition: FSPDFObjC.h:860
FSPDFDocExtractPagesOptionAttachFiles
@ FSPDFDocExtractPagesOptionAttachFiles
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:4893
FSDRMSecurityHandler
Definition: FSPDFObjC.h:6286
FSStdSecurityHandlerModifyUserPassword
@ FSStdSecurityHandlerModifyUserPassword
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6204
FSPrintDeviceSettingData
Preflight library type: Foxit.
Definition: FSPDFObjC.h:1198
FSRenditionWindowTypeFloating
@ FSRenditionWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:3196
FSOptimizerSettingsDiscardObjectsOptions
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:2005
FSFieldTypeComboBox
@ FSFieldTypeComboBox
Form field type: combo box.
Definition: FSPDFObjC.h:6710
FSImageSettingsImageCompressQualityMaximum
@ FSImageSettingsImageCompressQualityMaximum
Compression quality: Maximum.
Definition: FSPDFObjC.h:1908
FSTextStateModeFillStrokeClip
@ FSTextStateModeFillStrokeClip
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:5578
FSHeaderFooterContentGeneratorPageNumberFormatDefault
@ FSHeaderFooterContentGeneratorPageNumberFormatDefault
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:4699
FSSignatureVerifyResultLTVStateInactive
@ FSSignatureVerifyResultLTVStateInactive
This means LTV is inactive.
Definition: FSPDFObjC.h:7348
FSMenuItemExArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2369
FSSignatureKeyNameSigner
@ FSSignatureKeyNameSigner
Signature key name: signer.
Definition: FSPDFObjC.h:6904
FSSignatureAPFlagProducer
@ FSSignatureAPFlagProducer
If set, show producer content on signature appearance.
Definition: FSPDFObjC.h:6900
FSFillerVkeyNumpad4
@ FSFillerVkeyNumpad4
4 key in the numeric keypad.
Definition: FSPDFObjC.h:6565
FSTimer
Definition: FSPDFObjC.h:6477
FSTextFillSignObjectDataArray
Definition: FSPDFObjC.h:5135
FSCustomEncryptData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6301
FSWatermark
Definition: FSPDFObjC.h:6398
FSPDFArray
PDF/A-1a.
Definition: FSPDFObjC.h:3095
FSFontStdIDTimesBI
@ FSFontStdIDTimesBI
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:907
-[FSAttachments getCount]
int getCount()
Get the count of attachments.
FSRendererRenderAnnot
@ FSRendererRenderAnnot
If set, annotations will be rendered.
Definition: FSPDFObjC.h:1226
FSFontMapResult::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:961
FSLayerZoomData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5302
FSLaunchAction
Join spilt operation type: Join.
Definition: FSPDFObjC.h:3565
FSFileFormatTypeTXT
@ FSFileFormatTypeTXT
File format type: TXT.
Definition: FSPDFObjC.h:706
FSActionTypeTrans
@ FSActionTypeTrans
Action type: transition action.
Definition: FSPDFObjC.h:3375
-[FSFDFDoc getType]
FSFDFDocType getType()
Get the type of current document object.
FSFillerVkeyR
@ FSFillerVkeyR
R key.
Definition: FSPDFObjC.h:6552
FSBarcodeFormatEAN13
@ FSBarcodeFormatEAN13
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1296
FSFontCIDCharsetJAPAN1
@ FSFontCIDCharsetJAPAN1
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:891
FSRenditionMediaOptionBestEffort
@ FSRenditionMediaOptionBestEffort
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:3170
FSPrintParamsDuplexTypeSimplex
@ FSPrintParamsDuplexTypeSimplex
Duplex type: prints on one side of the paper.
Definition: FSPDFObjC.h:2634
-[FSPDFArray NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSPagingSealSignaturePagingSealAPStateUnsigned
@ FSPagingSealSignaturePagingSealAPStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:7125
FSPDFObject::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3027
FSCertVerifyResultReasonUnspecified
@ FSCertVerifyResultReasonUnspecified
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:7192
FSCompareResultInfoCompareResultTypeInsertImage
@ FSCompareResultInfoCompareResultTypeInsertImage
Result type: insert image.
Definition: FSPDFObjC.h:1796
FSErrNoDocumentPermission
@ FSErrNoDocumentPermission
No document permission to operate.
Definition: FSPDFObjC.h:556
FSFloatingInfoRelativeTargetDesktop
@ FSFloatingInfoRelativeTargetDesktop
Relative type: align the floating window relative to the full virtual desktop.
Definition: FSPDFObjC.h:2718
FSXFAWidgetWidgetTypeImageEdit
@ FSXFAWidgetWidgetTypeImageEdit
XFA widget type: image edit.
Definition: FSPDFObjC.h:1658
-[FSColor isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
-[FSRedaction startApply]
FSProgressive * startApply()
Start to apply redaction in marked areas: remove the text or graphics under marked areas permanently.
FSErrLTVRevocationCallbackNotSet
@ FSErrLTVRevocationCallbackNotSet
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:521
FSFillerVkeyL
@ FSFillerVkeyL
L key.
Definition: FSPDFObjC.h:6546
FSWatermarkSettingsFlagNoPrint
@ FSWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:6419
FSLTVVerifierSignatureCreationTime
@ FSLTVVerifierSignatureCreationTime
Use signature creation time.
Definition: FSPDFObjC.h:7319
-[FSXFADoc getPageCount]
int getPageCount()
Get XFA page count.
FSNoteArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3996
FSLayerPrintData
Definition: FSPDFObjC.h:5340
FSDocViewerPrefsPrintScaleAppDefault
@ FSDocViewerPrefsPrintScaleAppDefault
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:5855
FSRectF::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:367
FSPDFDocPermModify
@ FSPDFDocPermModify
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:4862
FSPDFDocExtractPagesOptionAnnotation
@ FSPDFDocExtractPagesOptionAnnotation
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:4888
FSSignatureStateVerifyNoSupportWay
@ FSSignatureStateVerifyNoSupportWay
Unsupported signature.
Definition: FSPDFObjC.h:6865
FSSignaturePAdESLevelBB
@ FSSignaturePAdESLevelBB
PAdES level: B-B.
Definition: FSPDFObjC.h:6929
FSSignatureAPFlagLabel
@ FSSignatureAPFlagLabel
If set, show label on signature appearance.
Definition: FSPDFObjC.h:6891
FSFillerVkeyDelete
@ FSFillerVkeyDelete
Delete key.
Definition: FSPDFObjC.h:6523
FSSignatureVerifyResultArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7300
FSGraphicsObjectBlendHardlight
@ FSGraphicsObjectBlendHardlight
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:5507
FSPDFDocPwdOwner
@ FSPDFDocPwdOwner
An owner password is used in PDF document.
Definition: FSPDFObjC.h:4846
FSAnnotSquiggly
@ FSAnnotSquiggly
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3821
FSFillerVkeyH
@ FSFillerVkeyH
H key.
Definition: FSPDFObjC.h:6542
FSPDFPage
Definition: FSPDFObjC.h:5757
FSPageLabelsUpperLetters
@ FSPageLabelsUpperLetters
Page label style: uppercase letters.
Definition: FSPDFObjC.h:5897
FSSearchOptionWordMatching
FSSearchOptionWordMatching
Enumeration for word matching.
Definition: FSPDFObjC.h:2811
FSFloatingInfoResizeTypeNo
@ FSFloatingInfoResizeTypeNo
Resize type: may not be resized.
Definition: FSPDFObjC.h:2723
FSLayerNodeArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:5281
FSPrintParamsDuplexTypeDuplexFlipLongEdge
@ FSPrintParamsDuplexTypeDuplexFlipLongEdge
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: FSPDFObjC.h:2635
FSRectI
Definition: FSPDFObjC.h:336
FSSignatureStateUnsigned
@ FSSignatureStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:6860
FSCompareResultInfo::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:1812
FSXFAWidgetWidgetTypeTextEdit
@ FSXFAWidgetWidgetTypeTextEdit
XFA widget type: text edit.
Definition: FSPDFObjC.h:1663
FSColorSpaceLab
@ FSColorSpaceLab
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:675
FSMenuItemExArray
Definition: FSPDFObjC.h:2367
-[FSFont getFamilyName]
NSString * getFamilyName()
Retrieve the famliy name.
FSFloatingInfoOffScreenAllow
@ FSFloatingInfoOffScreenAllow
Off screen action: take no action.
Definition: FSPDFObjC.h:2729
FSPDFDocEncryptCDRM
@ FSPDFDocEncryptCDRM
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:4857
FSWatermarkTextProperties
Definition: FSPDFObjC.h:6455
FSIconFit::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3792
FSXFAWidgetWidgetTypeDateTimeEdit
@ FSXFAWidgetWidgetTypeDateTimeEdit
XFA widget type: date time edit.
Definition: FSPDFObjC.h:1654
FSSignatureAPFlagText
@ FSSignatureAPFlagText
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:6898
+[FSPDFArray create]
FSPDFArray * create()
Create a new array object.
FSDateTime
Definition: FSPDFObjC.h:578
FSFillerVkeyS
@ FSFillerVkeyS
S key.
Definition: FSPDFObjC.h:6553
FSBookmarkPosFirstChild
@ FSBookmarkPosFirstChild
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:4514
-[FSFloatArray getCptr]
void * getCptr()
FSXFAWidgetWidgetvAlignTypeTop
@ FSXFAWidgetWidgetvAlignTypeTop
Align the text to the top of the available region.
Definition: FSPDFObjC.h:1693
FSPrintDeviceSettingData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:1199
FSStdSecurityHandlerModifyOwnerPassword
@ FSStdSecurityHandlerModifyOwnerPassword
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6205
FSErrNotLoaded
@ FSErrNotLoaded
Current object has not been loaded yet.
Definition: FSPDFObjC.h:492
FSOutputPreviewShowDeviceN
@ FSOutputPreviewShowDeviceN
If set, only show with DeviceN.
Definition: FSPDFObjC.h:5235
FSPrintParamsBookletDuplexModeBackSideOnly
@ FSPrintParamsBookletDuplexModeBackSideOnly
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: FSPDFObjC.h:2642
FSFreeText
Definition: FSPDFObjC.h:4210
-[FSRectFArray init]
id init()
FSBarcodeQRCorrectionLevelHigh
@ FSBarcodeQRCorrectionLevelHigh
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1306
FSSquiggly
Definition: FSPDFObjC.h:4146
FSTableOfContentsConfig::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4827
FSStdSecurityHandlerModifyPermission
@ FSStdSecurityHandlerModifyPermission
If set, user permissions and "is encrypt metadata" values (which are defined in FSStdEncryptData ) wi...
Definition: FSPDFObjC.h:6203
FSSearchOptionWordMatchingMatchAnyWord
@ FSSearchOptionWordMatchingMatchAnyWord
Word matching: match any word.
Definition: FSPDFObjC.h:2814
FSPDFDocSaveFlagXRefStream
@ FSPDFDocSaveFlagXRefStream
Save document by using XRef stream.
Definition: FSPDFObjC.h:4875
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYY
@ FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYY
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4692
FSOptimizerSettingsDiscardObjectsJavaScriptActions
@ FSOptimizerSettingsDiscardObjectsJavaScriptActions
Discard all JavaScript actions.
Definition: FSPDFObjC.h:2008
-[FSColorSpace getComponentCount]
int getComponentCount()
Get the count of components.
-[FSWidgetMenu NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSRenditionActionOpTypePlay
@ FSRenditionActionOpTypePlay
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:3587
FSPDFObjectType
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:3011
FSFillSign
No popup menu item.
Definition: FSPDFObjC.h:5166
FSPSInk
Definition: FSPDFObjC.h:4387
FSPDFNameTreeType
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:2981
FSXFADocEventTypePrePrint
@ FSXFADocEventTypePrePrint
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:1574
FSProgressiveError
@ FSProgressiveError
Progress state: any error occurs.
Definition: FSPDFObjC.h:725
FSProgressiveToBeContinued
@ FSProgressiveToBeContinued
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:726
FSErrDiskFull
@ FSErrDiskFull
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:513
FSTextStateModeInvisible
@ FSTextStateModeInvisible
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:5575
FSCompareResults::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1850
FSFieldFlagTextDoNotScroll
@ FSFieldFlagTextDoNotScroll
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:6726
FSFileAttachment
Definition: FSPDFObjC.h:4362
FSGraphState
Definition: FSPDFObjC.h:808
-[FSWidgetMenu subscript]
BOOL subscript()
(Only useful for rich text) Make the rich text as subscript.
FSFillerVkeyMenu
@ FSFillerVkeyMenu
Menu key.
Definition: FSPDFObjC.h:6508
FSAnnotStamp
@ FSAnnotStamp
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3823
FSXFAWidget
Definition: FSPDFObjC.h:1706
FSFillerVkeyLeft
@ FSFillerVkeyLeft
Left arrow key.
Definition: FSPDFObjC.h:6516
FSAnnotMKRelationNoIcon
@ FSAnnotMKRelationNoIcon
No icon; captin only.
Definition: FSPDFObjC.h:3885
FSRenditionMediaPlayerType
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:3180
FSCustomEncryptData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6302
FSRenditionMediaOptionMustBeHonored
@ FSRenditionMediaOptionMustBeHonored
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:3169
FSCertVerifyResultReasonAACompromise
@ FSCertVerifyResultReasonAACompromise
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:7201
FSSignatureStateUnknown
@ FSSignatureStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:6858
FSImageSettingsStretchDefault
@ FSImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:1912
FSCertVerifyResultArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7243
FSTiledWatermarkSettingsFlagOnTop
@ FSTiledWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:4725
-[FSPDFDictionary NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSCompareResultInfoCompareResultTypeInsertAnnot
@ FSCompareResultInfoCompareResultTypeInsertAnnot
Result type: insert annotation.
Definition: FSPDFObjC.h:1805
FSHeaderFooterContentGeneratorDateFormatMDotDDotYY
@ FSHeaderFooterContentGeneratorDateFormatMDotDDotYY
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4686
FSBorderInfo::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3723
-[FSPDFNameTree getType]
FSPDFNameTreeType getType()
Get the type of current name tree.
-[FSLayerNode getViewUsage]
FSLayerTreeUsageState getViewUsage()
Get the state for viewing usage.
FSFloatingInfoOffScreenForceOnScreen
@ FSFloatingInfoOffScreenForceOnScreen
Off screen action: move or resize the window so that it is on-screen.
Definition: FSPDFObjC.h:2730
FSLTVVerifierVerifyModeAcrobat
@ FSLTVVerifierVerifyModeAcrobat
Use Acrobat validation process.
Definition: FSPDFObjC.h:7326
FSTextPageParseTextNormal
@ FSTextPageParseTextNormal
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:6029
FSTextSearchSearchMatchCase
@ FSTextSearchSearchMatchCase
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:6071
FSErrUnknownState
@ FSErrUnknownState
Any unknown state occurs.
Definition: FSPDFObjC.h:488
FSSignatureDocPermFillingFormSigningAndAnnotating
@ FSSignatureDocPermFillingFormSigningAndAnnotating
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:6939
-[FSLayerNode getExportUsage]
FSLayerTreeUsageState getExportUsage()
Get the state for exporting usage.
-[FSWatermark getHeight]
float getHeight()
Get the original height of current watermark.
FSGraphicsObjectBlendSaturation
@ FSGraphicsObjectBlendSaturation
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:5512
FSBarcodeFormat
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1291
FSFillSignFillSignObjectTypeSignature
@ FSFillSignFillSignObjectTypeSignature
Signature fill-sign object.
Definition: FSPDFObjC.h:5161
FSFillerVkeyNumpad9
@ FSFillerVkeyNumpad9
9 key in the numeric keypad.
Definition: FSPDFObjC.h:6570
-[FSSecurityCallback-p GetSecurityType]
FSPDFDocEncryptType GetSecurityType()
Get the encryption type of security callback.
FSFieldFlagComboEdit
@ FSFieldFlagComboEdit
(Only useful for combo box) If set, the combo box includes an editable text control with a drop-down ...
Definition: FSPDFObjC.h:6728
FSWatermarkTextProperties::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6457
FSAssociatedFilesRelationshipFormData
@ FSAssociatedFilesRelationshipFormData
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:4557
FSSignatureAPFlagFoxitEditorFlag
@ FSSignatureAPFlagFoxitEditorFlag
If set, show Foxit Editor content on signature appearance.
Definition: FSPDFObjC.h:6899
FSImageJPX
@ FSImageJPX
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:1150
FSLayerContextUsageExport
@ FSLayerContextUsageExport
Use for exporting.
Definition: FSPDFObjC.h:5360
-[FSColor getColorSpace]
FSColorSpace * getColorSpace()
Get the color space that current color belongs to.
-[FSNotifierCallback-p onOutOfMemory]
void onOutOfMemory()
A callback function used to notify application when Foxit PDF SDK runs out of memory.
FSErrMIPUPEEngineInitFailed
@ FSErrMIPUPEEngineInitFailed
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:558
FSImageGIF
@ FSImageGIF
Image type is GIF.
Definition: FSPDFObjC.h:1148
FSSquare
The state is split successfully.
Definition: FSPDFObjC.h:4172
FSFillerVkey6
@ FSFillerVkey6
6 key.
Definition: FSPDFObjC.h:6531
-[FSUInt32Array getSize]
int getSize()
Get the number of elements in the array.
-[FSStreamCallback-p getSize]
unsigned long long getSize()
Get the current stream size, in bytes.
FSFontCharsetArabic
@ FSFontCharsetArabic
Font charset: Arabic.
Definition: FSPDFObjC.h:883
FSFillerVkeyInsert
@ FSFillerVkeyInsert
Insert key.
Definition: FSPDFObjC.h:6522
FSLayerNodeArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5282
FSCompareResultInfoCompareResultTypeReplaceImage
@ FSCompareResultInfoCompareResultTypeReplaceImage
Result type: replace image.
Definition: FSPDFObjC.h:1797
FSFillMode
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:628
FSBase::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:567
FSErrMIPCreateProtectionHandlerFailed
@ FSErrMIPCreateProtectionHandlerFailed
MIP engine: create protection handler failed.
Definition: FSPDFObjC.h:560
FSMediaSettingsPlayerWindowTypeFloating
@ FSMediaSettingsPlayerWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:2759
-[FSRange isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSWidgetChoiceOptionArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:1356
FSGraphicsObjects
Definition: FSPDFObjC.h:5689
FSAnnotFlagReadOnly
@ FSAnnotFlagReadOnly
Annotation flag: read only.
Definition: FSPDFObjC.h:3849
FSHideAction
Definition: FSPDFObjC.h:3553
FSActionTypeJavaScript
@ FSActionTypeJavaScript
Action type: JavaScript action.
Definition: FSPDFObjC.h:3372
FSXFAWidgetWidgethAlignTypeJustify
@ FSXFAWidgetWidgethAlignTypeJustify
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:1685
FSRedaction
Definition: FSPDFObjC.h:1322
FSErrNoComparisonModuleRight
@ FSErrNoComparisonModuleRight
No "Comparison" module right.
Definition: FSPDFObjC.h:535
-[FSFillerAssistCallback-p createPopupMenu]
void * createPopupMenu()
A callback function which is triggered when need to create a popup menu.
FSPDFPageSizeB6
@ FSPDFPageSizeB6
Page size: B6.
Definition: FSPDFObjC.h:5753
FSErrOCRTrialIsEnd
@ FSErrOCRTrialIsEnd
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:514
FSImageOrientationNone
@ FSImageOrientationNone
No orientation.
Definition: FSPDFObjC.h:1155
FSImageSettingsImageCompressQualityMinimum
@ FSImageSettingsImageCompressQualityMinimum
Compression quality: Minimum.
Definition: FSPDFObjC.h:1904
FSAnnotationSummarySettingsFontSizeSmall
@ FSAnnotationSummarySettingsFontSizeSmall
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:7537
FSFillerVkeySnapshot
@ FSFillerVkeySnapshot
Print Screen key.
Definition: FSPDFObjC.h:6521
FSFileWriterCallback-p
Definition: FSPDFObjC.h:7614
FSFieldFlagRequired
@ FSFieldFlagRequired
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:6718
-[FSLayerTree getDict]
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:1030
FSTrustedCertStoreCallback-p
Definition: FSPDFObjC.h:9397
FSIdentityProperties::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2427
FSCustomEncryptData
Definition: FSPDFObjC.h:6300
FSGraphicsObjectBlendHue
@ FSGraphicsObjectBlendHue
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:5511
FSCompareResultInfoCompareResultTypeReplaceAnnot
@ FSCompareResultInfoCompareResultTypeReplaceAnnot
Result type: replace annotation.
Definition: FSPDFObjC.h:1806
FSSignatureKeyNameDN
@ FSSignatureKeyNameDN
Signature key name: distinguish name.
Definition: FSPDFObjC.h:6908
FSFloatingInfoWindowPositionCenterLeft
@ FSFloatingInfoWindowPositionCenterLeft
Window position: at the center left.
Definition: FSPDFObjC.h:2707
FSRangeFilter
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:830
FSAnnotFlagNoView
@ FSAnnotFlagNoView
Annotation flag: no view.
Definition: FSPDFObjC.h:3848
-[FSFillSignObject getType]
FSFillSignFillSignObjectType getType()
Get fill-sign type.
FSCertVerifyResult
Definition: FSPDFObjC.h:7212
-[FSPSI getBitmap]
FSBitmap * getBitmap()
Get the canvas bitmap.
FSXFAWidgetWidgetTypeImage
@ FSXFAWidgetWidgetTypeImage
XFA widget type: image.
Definition: FSPDFObjC.h:1666
FSXFADocEventTypeUnknown
@ FSXFADocEventTypeUnknown
Event type: Unknown.
Definition: FSPDFObjC.h:1572
FSAnnotMKRelationCaptionOvrlayOnIcon
@ FSAnnotMKRelationCaptionOvrlayOnIcon
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:3891
FSPageNumberRange
Definition: FSPDFObjC.h:4609
FSComparisonCompareType
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:1864
-[FSWidgetMenu redo]
BOOL redo()
Redo the operation of related XFA widget. (No effect for rich text)
FSImageOrientationRotate90
@ FSImageOrientationRotate90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:1161
FSSignatureFieldMDPAction
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:6942
-[FSWidgetMenu canCopy]
BOOL canCopy()
Check if the text of related XFA widget can be copied.
FSFloatingInfoRelativeTargetPageWindow
@ FSFloatingInfoRelativeTargetPageWindow
Relative type: align the floating window relative to the document (page) window.
Definition: FSPDFObjC.h:2716
FSFontCharsetThai
@ FSFontCharsetThai
Font charset: Thai.
Definition: FSPDFObjC.h:877
FSSignatureStates
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:6857
FSFillerVkeyDown
@ FSFillerVkeyDown
Down arrow key.
Definition: FSPDFObjC.h:6519
FSOutputPreviewShowType
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:5227
FSDefaultAppearance::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3663
-[FSTimeStampCallback-p getTimeStampMessage]
NSString * getTimeStampMessage()
A callback function used to get time stamp message.
FSFloatingInfo::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2736
FSSecurityCallback-p
Definition: FSPDFObjC.h:8437
FSPortfolioNodeArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:7392
FSOutputPreviewShowDevice
@ FSOutputPreviewShowDevice
If set, only show with Device.
Definition: FSPDFObjC.h:5245
-[FSPDFNameTree removeAllObjs]
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
FSEnvelopeArray
An array of envelope objects.
Definition: FSPDFObjC.h:6140
FSFontMapperCallback-p
Definition: FSPDFObjC.h:9425
FSPosCenterRight
@ FSPosCenterRight
Position: center right.
Definition: FSPDFObjC.h:640
FSFullTextSearchRankHitCountASC
@ FSFullTextSearchRankHitCountASC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:2960
FSXFADocXDP
@ FSXFADocXDP
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:1580
FSPagingSealConfigPagingSealPositionLeft
@ FSPagingSealConfigPagingSealPositionLeft
Left Paging Seal.
Definition: FSPDFObjC.h:7086
FSPrintParamsBookletDuplexModeBothSides
@ FSPrintParamsBookletDuplexModeBothSides
Booklet Duplex Mode: automatically prints both sides of the paper.
Definition: FSPDFObjC.h:2640
FSSignatureAPFlagLocation
@ FSSignatureAPFlagLocation
If set, show location on signature appearance.
Definition: FSPDFObjC.h:6895
FSTextPageCharInfo::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6008
FSCertVerifyResultCertStatus
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:7183
FSAnnotFlagInvisible
@ FSAnnotFlagInvisible
Annotation flag: invisible.
Definition: FSPDFObjC.h:3843
FSRMSEncryptData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6331
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePolygons
@ FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePolygons
Hatches export type: Exports hatch as a polygon (solid hatches only).
Definition: FSPDFObjC.h:2222
FSSignatureVerifyResultLTVState
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:7347
FSShadingColor::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3956
FSFillSignFillSignObjectTypeDot
@ FSFillSignFillSignObjectTypeDot
Dot fill-sign object.
Definition: FSPDFObjC.h:5160
FSRotation
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:606
FSBitmapQuadratic
@ FSBitmapQuadratic
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1090
FSCaret
Definition: FSPDFObjC.h:4351
FSCompareResults::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:1849
FSDWG2PDFSettingDataFlagTTFTextAsGeometry
@ FSDWG2PDFSettingDataFlagTTFTextAsGeometry
Bit 2. Enable TTF font text to geometry conversion.
Definition: FSPDFObjC.h:2203
FSOutputPreviewColorantTypeProcess
@ FSOutputPreviewColorantTypeProcess
Colorant type: process.
Definition: FSPDFObjC.h:5255
FSCompareResultInfoCompareResultTypeInsertText
@ FSCompareResultInfoCompareResultTypeInsertText
Result type: insert text.
Definition: FSPDFObjC.h:1793
-[FSPagingSeal NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSOutputPreviewColorantType
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:5254
FSMenuItemConfig::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2472
FSFillSignFillSignObjectTypeCrossMark
@ FSFillSignFillSignObjectTypeCrossMark
Cross mark fill-sign object.
Definition: FSPDFObjC.h:5156
-[FSSound getSampleEncodingFormat]
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
FSPagingSealSignaturePagingSealAPStateValid
@ FSPagingSealSignaturePagingSealAPStateValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:7127
FSAnnotPolyLine
@ FSAnnotPolyLine
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3818
FSPDFPageArtBox
@ FSPDFPageArtBox
Art Box for page boundary.
Definition: FSPDFObjC.h:5737
FSFillerVkeyNumpad8
@ FSFillerVkeyNumpad8
8 key in the numeric keypad.
Definition: FSPDFObjC.h:6569
FSChoiceOption::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6669
FSFillerEventFlagMiddleButtonDown
@ FSFillerEventFlagMiddleButtonDown
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:6599
-[FSLayerNode hasLayer]
BOOL hasLayer()
Check if current layer node is associated with a layer.
FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYY
@ FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYY
If this is used, "d/m/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4680
FSFieldTypeRadioButton
@ FSFieldTypeRadioButton
Form field type: radio button.
Definition: FSPDFObjC.h:6709
FSFontFontTypeCIDFont
@ FSFontFontTypeCIDFont
Font type: CID font.
Definition: FSPDFObjC.h:917
-[FSPortfolioFileNode getKeyName]
NSString * getKeyName()
Get the key name of the related file specification object.
FSXFAWidgetWidgetHAlignType
FSXFAWidgetWidgetHAlignType
Enumeration for the type of text horizontal alignment of XFA widget.
Definition: FSPDFObjC.h:1683
-[FSTextSearch getMatchPageIndex]
int getMatchPageIndex()
Get the page index, to which current match belongs.
FSPathArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1013
FSMarkup
Definition: FSPDFObjC.h:4053
FSResponseTypeOCSP
@ FSResponseTypeOCSP
OCSP response.
Definition: FSPDFObjC.h:7146
FSAnnotAppearanceTypeNormal
@ FSAnnotAppearanceTypeNormal
Annotation's normal appearance.
Definition: FSPDFObjC.h:3895
FSWatermarkTextPropertiesFontStyleNormal
@ FSWatermarkTextPropertiesFontStyleNormal
Watermark font style: normal.
Definition: FSPDFObjC.h:6450
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYYYY
@ FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYYYY
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4693
FSPagingSealSignature
Definition: FSPDFObjC.h:7132
FSTabOrderMgr
Definition: FSPDFObjC.h:6379
FSWrapperData
Definition: FSPDFObjC.h:4752
FSPDFObjectBoolean
@ FSPDFObjectBoolean
PDF boolean object.
Definition: FSPDFObjC.h:3013
FSActionNewWindowFlag
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:3379
-[FSImage getYDPI]
int getYDPI()
Get DPI for Y-axis.
-[FSAdditionalAction removeAllActions]
BOOL removeAllActions()
Remove all actions.
FSPagingSealSignaturePagingSealAPStateInvalid
@ FSPagingSealSignaturePagingSealAPStateInvalid
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:7128
FSSignatureAPFlagFoxitFlag
@ FSSignatureAPFlagFoxitFlag
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:6890
FSSignatureSignatureTypeOrdinary
@ FSSignatureSignatureTypeOrdinary
Signature type: ordinary.
Definition: FSPDFObjC.h:6921
FSDefaultAppearanceFlagFontSize
@ FSDefaultAppearanceFlagFontSize
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:3657
FSErrComplianceEngineInvalidUnlockCode
@ FSErrComplianceEngineInvalidUnlockCode
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:517
FSPointF::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:186
FSFillerVkey8
@ FSFillerVkey8
8 key.
Definition: FSPDFObjC.h:6533
FSBorderInfoDashed
@ FSBorderInfoDashed
Border style: Dashed.
Definition: FSPDFObjC.h:3714
FSFontStdIDHelvetica
@ FSFontStdIDHelvetica
Standard font: Helvetica.
Definition: FSPDFObjC.h:901
-[FSWidgetMenu canPaste]
BOOL canPaste()
Check if the text of related XFA widget can be pasted.
FSXFAWidgetWidgetVAlignType
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:1692
FSFillerVkeyV
@ FSFillerVkeyV
V key.
Definition: FSPDFObjC.h:6556
-[FSLayerContext getUsageType]
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
FSActionNewWindowFlagFalse
@ FSActionNewWindowFlagFalse
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:3380
FSPDFObjectString
@ FSPDFObjectString
PDF string object.
Definition: FSPDFObjC.h:3015
FSLocaleIDFrance
@ FSLocaleIDFrance
Locale ID for country: France.
Definition: FSPDFObjC.h:691
FSDocViewerPrefsDisplayDocTitle
@ FSDocViewerPrefsDisplayDocTitle
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:5864
FSImageSettingsImageCompressMode
FSImageSettingsImageCompressMode
Enumeration for compression mode used for color or gray image.
Definition: FSPDFObjC.h:1896
FSIconFitScaleWayAlways
@ FSIconFitScaleWayAlways
Always scale.
Definition: FSPDFObjC.h:3783
FSFloatingInfoOffScreenAction
FSFloatingInfoOffScreenAction
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: FSPDFObjC.h:2728
FSImageOrientationRotate270FlipH
@ FSImageOrientationRotate270FlipH
First rotate 90 in counter-clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1162
FSTextPageCharInfoHyphen
@ FSTextPageCharInfoHyphen
Character flag: Hyphen.
Definition: FSPDFObjC.h:6001
FSErrCanNotConnectToServer
@ FSErrCanNotConnectToServer
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:495
-[FSPagingSealSignature generateAppearance]
BOOL generateAppearance()
Generate the appearance of paging seal signature.
FSFloatingInfoWindowPositionCenter
@ FSFloatingInfoWindowPositionCenter
Window position: at the center.
Definition: FSPDFObjC.h:2708
FSLayerZoomData
Definition: FSPDFObjC.h:5300
FSMonoImageSettingsMonoImageCompressMode
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:1939
FSPDFDocDisplayUseOutlines
@ FSPDFDocDisplayUseOutlines
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:4902
FSMediaSettingsPlayerWindowType
FSMediaSettingsPlayerWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:2757
FSFillSignObject
Definition: FSPDFObjC.h:5187
FSErrCanNotSetACL
@ FSErrCanNotSetACL
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:502
FSPDFPageCalcContentsBox
@ FSPDFPageCalcContentsBox
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:5723
FSSearchOptionWordMatchingMatchPhrase
@ FSSearchOptionWordMatchingMatchPhrase
Word matching: match phrase.
Definition: FSPDFObjC.h:2812
FSFontCIDCharset
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:887
FSFillerVkeyI
@ FSFillerVkeyI
I key.
Definition: FSPDFObjC.h:6543
FSGraphicsObject::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5529
FSSignatureLabelNameSignTime
@ FSSignatureLabelNameSignTime
Signature label name for sign time.
Definition: FSPDFObjC.h:6953
-[FSPDFStream getDictionary]
FSPDFDictionary * getDictionary()
Get the PDF dictionary object associated to current PDF stream object.
FSFillerVkeyMultiply
@ FSFillerVkeyMultiply
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:6571
FSBitmapDIBCmyk
@ FSBitmapDIBCmyk
DIB format: 32bpp CMYK format, with bits order "Cyan, Magenta, Yellow, Black". Cyan is in the lowest ...
Definition: FSPDFObjC.h:1080
FSPrintParamsPrintHandling
FSPrintParamsPrintHandling
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:2658
FSFontCharsetGB2312
@ FSFontCharsetGB2312
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:875
FSAdditionalActionTriggerAnnotMouseButtonReleased
@ FSAdditionalActionTriggerAnnotMouseButtonReleased
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:3623
FSSignatureStateVerifyTimestampDoc
@ FSSignatureStateVerifyTimestampDoc
The signature is a time stamp signature.
Definition: FSPDFObjC.h:6877
FSFontStdIDCourier
@ FSFontStdIDCourier
Standard font: Courier.
Definition: FSPDFObjC.h:897
FSAdditionalActionTriggerAnnotPageVisible
@ FSAdditionalActionTriggerAnnotPageVisible
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:3628
FSPDFStreamCCITTFaxDecode
@ FSPDFStreamCCITTFaxDecode
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:3070
FSPDFDocPwdInvalid
@ FSPDFDocPwdInvalid
The password is invalid.
Definition: FSPDFObjC.h:4843
FSModuleNameOffice2PDF
@ FSModuleNameOffice2PDF
Name for module "Office2PDF".
Definition: FSPDFObjC.h:664
FSBookmarkPosLastSibling
@ FSBookmarkPosLastSibling
A bookmark is the last sibling of another specified bookmark.
Definition: FSPDFObjC.h:4519
-[FSFloatArray removeAll]
void removeAll()
Clean up the array.
-[FSPagingSealSignature NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSRectI::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:337
FSAdditionalActionTriggerAnnotLoseInputFocus
@ FSAdditionalActionTriggerAnnotLoseInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:3625
FSPDFDocPwdUser
@ FSPDFDocPwdUser
A user password is used in PDF document.
Definition: FSPDFObjC.h:4845
FSMenuItemEx::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2407
FSStdEncryptData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6185
FSFillerVkeyK
@ FSFillerVkeyK
K key.
Definition: FSPDFObjC.h:6545
FSCompareResultInfoCompareResultTypeDeleteAnnot
@ FSCompareResultInfoCompareResultTypeDeleteAnnot
Result type: delete annotation.
Definition: FSPDFObjC.h:1804
FSLayerZoomData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:5301
FSGotoAction
Definition: FSPDFObjC.h:3407
FSErrUnsupported
@ FSErrUnsupported
Some types are not supported.
Definition: FSPDFObjC.h:481
-[FSXFADoc killFocus]
void killFocus()
Kill the focus of XFA widget.
-[FSDocumentsSource NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSActionTypeSound
@ FSActionTypeSound
Action type: sound action.
Definition: FSPDFObjC.h:3365
FSRichTextStyle
Definition: FSPDFObjC.h:3687
FSFillerEventFlagMetaKey
@ FSFillerEventFlagMetaKey
Event flag: meta key.
Definition: FSPDFObjC.h:6595
FSFillerVkeySpace
@ FSFillerVkeySpace
Space key.
Definition: FSPDFObjC.h:6511
-[FSUInt32Array dealloc]
void dealloc()
FSRenditionMediaOptionType
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:3168
FSPDFPageParseFlags
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:5717
-[FSProgressive resume]
FSProgressiveState resume()
Continue the progressive process.
FSTextStateModeFillClip
@ FSTextStateModeFillClip
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:5576
FSFillerVkeyF
@ FSFillerVkeyF
F key.
Definition: FSPDFObjC.h:6540
-[FSGraphicsObjects getLastGraphicsObjectPosition]
long getLastGraphicsObjectPosition()
Get the position of last graphics object in graphics object list, based on type filter.
FSImageSettingsImageCompressRetain
@ FSImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:1900
FSPDFPageTrimBox
@ FSPDFPageTrimBox
Trim Box for page boundary.
Definition: FSPDFObjC.h:5736
FSModuleNamePrint2PDF
@ FSModuleNamePrint2PDF
Name for module "Print2PDF".
Definition: FSPDFObjC.h:665
FSColorSpaceCalGray
@ FSColorSpaceCalGray
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:673
FSFieldFlagChoiceCommitOnSelChange
@ FSFieldFlagChoiceCommitOnSelChange
(Only useful for choice field) If set, the new value is committed as soon as a selection is made with...
Definition: FSPDFObjC.h:6732
FSFieldFlagButtonNoToggleToOff
@ FSFieldFlagButtonNoToggleToOff
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:6720
FSCertVerifyResultReasonAffiliationChanged
@ FSCertVerifyResultReasonAffiliationChanged
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:7195
FSFillerVkeyF6
@ FSFillerVkeyF6
F6 key.
Definition: FSPDFObjC.h:6582
FSPDFDocSaveFlagNoUpdatingMetadataDateTime
@ FSPDFDocSaveFlagNoUpdatingMetadataDateTime
Save document without updating metadata "ModDate" and "CreationDate".
Definition: FSPDFObjC.h:4878
FSCompareResultInfoCompareResultType
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:1790
FSMarkedContent::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5480
FSAdditionalActionTriggerEvent
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:3608
FSOutputPreviewShowGray
@ FSOutputPreviewShowGray
If set, only show with Gray.
Definition: FSPDFObjC.h:5240
-[FSFont dealloc]
void dealloc()
FSErrSuccess
@ FSErrSuccess
Success, and no error occurs.
Definition: FSPDFObjC.h:472
FSPDFDocEncryptUnknown
@ FSPDFDocEncryptUnknown
Unknown encryption type.
Definition: FSPDFObjC.h:4850
-[FSLayerNode getName]
NSString * getName()
Get the name of current layer node.
FSRenditionActionOpTypeResume
@ FSRenditionActionOpTypeResume
Resume any rendition being played in association with related screen annotation. If no rendition is b...
Definition: FSPDFObjC.h:3586
FSErrParam
@ FSErrParam
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:480
FSFillerAssistCallback-p
Definition: FSPDFObjC.h:8191
FSFillerVkeyG
@ FSFillerVkeyG
G key.
Definition: FSPDFObjC.h:6541
FSXFAWidgetWidgetNameTypeField
@ FSXFAWidgetWidgetNameTypeField
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:1678
FSMonoImageSettingsImageCompressCCITT4
@ FSMonoImageSettingsImageCompressCCITT4
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:1941
FSXFAWidgetWidgetTypeBarcode
@ FSXFAWidgetWidgetTypeBarcode
XFA widget type: barcode.
Definition: FSPDFObjC.h:1650
-[FSLayerContext getDocument]
FSPDFDoc * getDocument()
Get the related PDF document.
FSHTML2PDFSettingData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2142
FSAnnotHighlight
@ FSAnnotHighlight
Annotation type: highlight annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3819
FSImageSettingsStretchNoSmooth
@ FSImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:1917
-[FSSignatureVerifyResult getOCSPSigantureVerifyResults]
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
-[FSLTVVerifier verify]
FSSignatureVerifyResultArray * verify()
Verify all the signatures in the PDF document which is used to constructed current object.
FSOutputPreviewShowSolidColor
@ FSOutputPreviewShowSolidColor
If set, only show solid color.
Definition: FSPDFObjC.h:5247
FSDialogDescriptionConfig::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2544
FSShadingColor
Definition: FSPDFObjC.h:3955
-[FSTextSearch findPrev]
BOOL findPrev()
Search for previous matched pattern.
FSTiledWatermarkSettingsFlagAsAnnot
@ FSTiledWatermarkSettingsFlagAsAnnot
If set, the watermark will be an annotation when inserted to a PDF page, and the watermark will be sh...
Definition: FSPDFObjC.h:4724
FSOptimizerSettingsDiscardObjectsEmbeddedPrintSettings
@ FSOptimizerSettingsDiscardObjectsEmbeddedPrintSettings
Discard embedded print settings.
Definition: FSPDFObjC.h:2010
-[FSSignatureFillSignObject isInitialsType]
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
-[FSTextPage getChars]
NSString * getChars()
Get all the characters within a range specified by a start index and count.
FSTextPageCharInfoUnknown
@ FSTextPageCharInfoUnknown
Character flag: Unknown.
Definition: FSPDFObjC.h:5997
FSErrCanNotGetClientID
@ FSErrCanNotGetClientID
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:508
FSTextPageTextOrderFlag
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:6034
FSDRMEncryptData::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6266
FSFileFormatTypeXFDF
@ FSFileFormatTypeXFDF
File format type: XFDF.
Definition: FSPDFObjC.h:700
FSOutputPreviewShowNotDeviceCMYKOrSpot
@ FSOutputPreviewShowNotDeviceCMYKOrSpot
If set, only show with DeviceCMYK or spot.
Definition: FSPDFObjC.h:5234
FSAdditionalActionTriggerDocSaved
@ FSAdditionalActionTriggerDocSaved
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:3613
-[FSSound getChannelCount]
int getChannelCount()
Get the count of sound channels.
FSImage
Definition: FSPDFObjC.h:1167
-[FSAttachments removeAllEmbeddedFiles]
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSMarkupState
FSMarkupState
Enumeration for markup annotation's state.
Definition: FSPDFObjC.h:4018
FSRenditionActionOperationType
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:3581
FSBorderInfoSolid
@ FSBorderInfoSolid
Border style: Solid.
Definition: FSPDFObjC.h:3713
FSAnnotAppearanceType
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:3894
FSReflowPage
Definition: FSPDFObjC.h:5968
FSAnnotHighlightingNone
@ FSAnnotHighlightingNone
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:3856
FSPDFDocPermAnnotForm
@ FSPDFDocPermAnnotForm
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:4864
FSTimeStampServerMgr::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7038
FSLTVVerifierSignatureTSTTime
@ FSLTVVerifierSignatureTSTTime
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:7320
FSPagingSeal
Definition: FSPDFObjC.h:4485
FSPortfolioInitialViewDetailMode
@ FSPortfolioInitialViewDetailMode
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:7481
FSFillerEventFlagCommand
@ FSFillerEventFlagCommand
Event flag: the command key.
Definition: FSPDFObjC.h:6601
FSAssociatedFilesRelationshipSource
@ FSAssociatedFilesRelationshipSource
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:4552
FSFieldFlagNoExport
@ FSFieldFlagNoExport
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:6719
FSPrintParamsPrintContentDocument
@ FSPrintParamsPrintContentDocument
Print Content: print the document contents, not comments.
Definition: FSPDFObjC.h:2628
FSFontStyleAllCap
@ FSFontStyleAllCap
Font style: all cap.
Definition: FSPDFObjC.h:864
FSFloatingInfoResizeTypeYes
@ FSFloatingInfoResizeTypeYes
Resize type: may be resized without preserving the aspect ratio.
Definition: FSPDFObjC.h:2725
FSPDFDocInsertDocOptionAttachments
@ FSPDFDocInsertDocOptionAttachments
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:4897
FSLayerTreeStateOFF
@ FSLayerTreeStateOFF
The state is OFF.
Definition: FSPDFObjC.h:5318
FSAdditionalActionTriggerAnnotPageInvisible
@ FSAdditionalActionTriggerAnnotPageInvisible
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:3629
FSSubmitFormActionFlagIncludeAppendSaves
@ FSSubmitFormActionFlagIncludeAppendSaves
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:3507
FSTextPageCharInfoUnUnicode
@ FSTextPageCharInfoUnUnicode
Character flag: UnUnicode.
Definition: FSPDFObjC.h:6000
FSPortfolioFileNode
Definition: FSPDFObjC.h:7432
FSPDFNameTreePages
@ FSPDFNameTreePages
"Pages" name tree.
Definition: FSPDFObjC.h:2985
FSHeaderFooterContentGeneratorDateFormatMMSlashYYYY
@ FSHeaderFooterContentGeneratorDateFormatMMSlashYYYY
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4685
FSGraphicsObjectBlendColor
@ FSGraphicsObjectBlendColor
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:5513
FSImageObject
Definition: FSPDFObjC.h:5607
FSPortfolioInitialViewHidden
@ FSPortfolioInitialViewHidden
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:7483
FSBorderInfoInset
@ FSBorderInfoInset
Border style: Inset.
Definition: FSPDFObjC.h:3717
FSPDFPageCalcDetection
@ FSPDFPageCalcDetection
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:5724
FSPageBasicInfo
Definition: FSPDFObjC.h:4792
FSPSICallback-p
Definition: FSPDFObjC.h:8419
FSDocViewerPrefsPrintScale
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:5853
FSDestinationZoomFitVert
@ FSDestinationZoomFitVert
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:3319
FSBarcodeFormatEAN8
@ FSBarcodeFormatEAN8
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1294
FSChoiceOptionArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:6687
FSFontCIDCharsetGB1
@ FSFontCIDCharsetGB1
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:889
-[FSSignatureVerifyResult getTSTSignatureVerifyResult]
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
FSTabOrderMgrColumn
@ FSTabOrderMgrColumn
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:6374
FSHeaderFooterContentGeneratorPageNumberFormat
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:4698
FSPDFNameTree
PDF/E-1.
Definition: FSPDFObjC.h:2990
FSErrOCREngineNotInit
@ FSErrOCREngineNotInit
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:512
FSAdditionalActionTriggerAnnotCursorExit
@ FSAdditionalActionTriggerAnnotCursorExit
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:3621
FSPDFPageBleedBox
@ FSPDFPageBleedBox
Bleed Box for page boundary.
Definition: FSPDFObjC.h:5738
FSSignatureStateVerifyTimestampNone
@ FSSignatureStateVerifyTimestampNone
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:6876
FSSignatureLabelNameSigner
@ FSSignatureLabelNameSigner
Signature label name for signer.
Definition: FSPDFObjC.h:6950
FSPDFPageParsePageTextOnly
@ FSPDFPageParsePageTextOnly
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:5719
FSImageSettingsStretchInterpol
@ FSImageSettingsStretchInterpol
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:1914
FSSignatureStateVerifyTimestampValid
@ FSSignatureStateVerifyTimestampValid
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:6878
FSTextPageCharInfoTextCharFlag
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:5996
FSFillerVkeyM
@ FSFillerVkeyM
M key.
Definition: FSPDFObjC.h:6547
FSPointF::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:187
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYY
@ FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYY
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4676
FSRenditionAction
Definition: FSPDFObjC.h:3591
FSSignaturePAdESLevel
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:6926
FSFontStyleFixedPitch
@ FSFontStyleFixedPitch
Font style: fixed pitch.
Definition: FSPDFObjC.h:858
FSErrNo3DModuleRight
@ FSErrNo3DModuleRight
No "3D" module right.
Definition: FSPDFObjC.h:554
FSSubmitFormActionFlagCanonicalFormat
@ FSSubmitFormActionFlagCanonicalFormat
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:3510
FSReflowPageNoTruncate
@ FSReflowPageNoTruncate
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:5964
-[FSProgressive getRateOfProgress]
int getRateOfProgress()
Get the rate of current progress.
FSMarkupMeasureTypeS
@ FSMarkupMeasureTypeS
Measurement of the slope of a line.
Definition: FSPDFObjC.h:4049
FSXFADocDynamic
@ FSXFADocDynamic
XFA document type: Dynamic.
Definition: FSPDFObjC.h:1578
FSErrNotCDRM
@ FSErrNotCDRM
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:494
FSBitmapInterpolationFlag
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:1088
FSAdditionalActionTriggerFieldWillFormat
@ FSAdditionalActionTriggerFieldWillFormat
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:3617
FSMonoImageSettingsStretchDefault
@ FSMonoImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:1954
FSRendererColorMode
FSRendererColorMode
Enumeration for rendering color mode.
Definition: FSPDFObjC.h:1218
FSTextFillSignObjectDataArray::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5137
FSRotationPointCenter
@ FSRotationPointCenter
Rotate the text block based on the center point.
Definition: FSPDFObjC.h:615
-[FSSignatureVerifyResult getSignatureCheckTime]
FSDateTime * getSignatureCheckTime()
Get the time that is actually used to check signature.
-[FSXFAPage getLastWidget]
FSXFAWidget * getLastWidget()
Get the last XFA widget in current tab order.
FSLayerContextUsageType
FSLayerContextUsageType
Enumeration for PDF layer usage type.
Definition: FSPDFObjC.h:5356
FSModuleName
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:646
-[FSFiller onDelete]
BOOL onDelete()
Call this function when the popup menu item "Delete" is down.
FSMenuList::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2388
FSImageUnknown
@ FSImageUnknown
Unknown image type.
Definition: FSPDFObjC.h:1143
FSProgressive
Definition: FSPDFObjC.h:731
FSComparisonCompareTypeAnnotation
@ FSComparisonCompareTypeAnnotation
Compare annotation only.
Definition: FSPDFObjC.h:1867
-[FSFillSignObject getRect]
FSRectF * getRect()
Get rectangle, in PDF coordinate system.
FSLayerContextUsagePrint
@ FSLayerContextUsagePrint
Use for printing.
Definition: FSPDFObjC.h:5359
FSChoiceOption
Definition: FSPDFObjC.h:6667
-[FSLayerNode getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSSignatureFillSignObject
Certificate is valid.
Definition: FSPDFObjC.h:5216
-[FSSound getBits]
int getBits()
Get the number of bits per sample value per channel.
-[FSGraphicsObjectArray getSize]
int getSize()
Get the number of elements in the array.
FSFillerVkey9
@ FSFillerVkey9
9 key.
Definition: FSPDFObjC.h:6534
FSLibrary::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:760
FSPDFDocEncryptCustom
@ FSPDFDocEncryptCustom
Encryption type: customized encryption.
Definition: FSPDFObjC.h:4855
FSFileSpec
Definition: FSPDFObjC.h:5090
FSFieldFlags
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:6716
FSRenditionFloatingWindowResizeTypeNo
@ FSRenditionFloatingWindowResizeTypeNo
May not be resized.
Definition: FSPDFObjC.h:3220
FSTextStateModeStrokeClip
@ FSTextStateModeStrokeClip
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:5577
FSLayerPrintData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5342
FSMediaPlayer
Definition: FSPDFObjC.h:3301
-[FSSignatureVerifyResult getSignatureHashValue]
NSString * getSignatureHashValue()
Get signature hash value.
FSErrFilePathNotExist
@ FSErrFilePathNotExist
File or folder path does not exist.
Definition: FSPDFObjC.h:515
FSRenditionMediaPlayerMustUsed
@ FSRenditionMediaPlayerMustUsed
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:3181
-[FSImage getWidth]
int getWidth()
Get image width.
FSCustomSecurityHandler
Definition: FSPDFObjC.h:6318
-[FSRectFArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
-[FSBitmap clone]
FSBitmap * clone()
-[FSLayerTree getRootNode]
FSLayerNode * getRootNode()
Get the root layer node.
FSActionTypeGoToE
@ FSActionTypeGoToE
Action type: embedded go-to action.
Definition: FSPDFObjC.h:3361
FSIconFitScaleWayType
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:3781
FSFillerVkeyDecimal
@ FSFillerVkeyDecimal
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:6575
FSRotation270
@ FSRotation270
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:610
FSPagingSealConfigPagingSealPositionBottom
@ FSPagingSealConfigPagingSealPositionBottom
Bottom Paging Seal.
Definition: FSPDFObjC.h:7089
FSDestinationZoomXYZ
@ FSDestinationZoomXYZ
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:3316
FSAnnotRichMedia
@ FSAnnotRichMedia
Annotation type: rich media annotation.
Definition: FSPDFObjC.h:3838
FSSearchOption
Definition: FSPDFObjC.h:2818
FSRenditionMediaPlayerFitStyleSlice
@ FSRenditionMediaPlayerFitStyleSlice
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:3188
FSFontStyleScript
@ FSFontStyleScript
Font style: script.
Definition: FSPDFObjC.h:861
FSHeaderFooterContentGeneratorDateFormatYYYYHyphenMMHyphenDD
@ FSHeaderFooterContentGeneratorDateFormatYYYYHyphenMMHyphenDD
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4695
FSPDFStreamCrypt
@ FSPDFStreamCrypt
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:3074
FSAnnotFlagPrint
@ FSAnnotFlagPrint
Annotation flag: print.
Definition: FSPDFObjC.h:3845
FSColorSpaceType
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:668
FSLTVVerifier
Attribute type: invalid.
Definition: FSPDFObjC.h:7330
-[FSSignatureVerifyResult getLTVState]
FSSignatureVerifyResultLTVState getLTVState()
Get LTV state that indicates if a signature is a LTV signature.
FSFloatingInfoWindowPosition
FSFloatingInfoWindowPosition
Enumeration for the window position used for media player.
Definition: FSPDFObjC.h:2703
FSTimer::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6479
FSPathTypeLineToCloseFigure
@ FSPathTypeLineToCloseFigure
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:980
FSQuadPointsArray
Definition: FSPDFObjC.h:3762
FSHeaderFooterContentGeneratorDateFormatDDotMDotYYYY
@ FSHeaderFooterContentGeneratorDateFormatDDotMDotYYYY
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4691
FSColorSpaceRenderIntentAbsColorimetric
@ FSColorSpaceRenderIntentAbsColorimetric
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:1034
FSDRMEncryptData::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6267
FSFontStdIDHelveticaBI
@ FSFontStdIDHelveticaBI
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:903
FSFillerVkeyShift
@ FSFillerVkeyShift
Shift key.
Definition: FSPDFObjC.h:6506
FSAnnotMKRelationNoCaption
@ FSAnnotMKRelationNoCaption
No caption; icon only.
Definition: FSPDFObjC.h:3886
FSAdditionalActionTriggerAnnotCursorEnter
@ FSAdditionalActionTriggerAnnotCursorEnter
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:3620
-[FSWidgetMenu selectAll]
BOOL selectAll()
Select all the text of related XFA widget.
FSSearchIndexConfig::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2847
FSHighlight
Definition: FSPDFObjC.h:4116
FSFieldTypeUnknown
@ FSFieldTypeUnknown
Form field type: unknown.
Definition: FSPDFObjC.h:6706
FSErrTimeStampServerMgrNoDefaltServer
@ FSErrTimeStampServerMgrNoDefaltServer
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:528
FSAssociatedFilesRelationship
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:4550
FSRichTextStyleCornerMarkSuperscript
@ FSRichTextStyleCornerMarkSuperscript
Corner mark style: superscript.
Definition: FSPDFObjC.h:3682
-[FSRange removeAll]
void removeAll()
Remove all range segments.
FSSubmitFormActionFlagSubmitAsPDF
@ FSSubmitFormActionFlagSubmitAsPDF
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:3509
FSAnnotPropertyModifiedDate
@ FSAnnotPropertyModifiedDate
Annotation property: modified date.
Definition: FSPDFObjC.h:3864
FSRendererColorModeNormal
@ FSRendererColorModeNormal
Normal color mode.
Definition: FSPDFObjC.h:1219
FSErrInvalidClientID
@ FSErrInvalidClientID
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:511
FSOptimizerSettingsDiscardObjectsFlattenFormFields
@ FSOptimizerSettingsDiscardObjectsFlattenFormFields
Flatten form fields.
Definition: FSPDFObjC.h:2007
-[FSEnvelopeArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSFillModeAlternate
@ FSFillModeAlternate
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:630
FSMarkupEndingStyleROpenArrow
@ FSMarkupEndingStyleROpenArrow
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:4038
-[FSWatermark getWidth]
float getWidth()
Get the original width of current watermark.
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeDrawing
@ FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeDrawing
Hatches export type: Exports hatch as a set of triangles (vectorizer).
Definition: FSPDFObjC.h:2220
FSPosTopRight
@ FSPosTopRight
Position: top right.
Definition: FSPDFObjC.h:637
FSFillerVkeyAdd
@ FSFillerVkeyAdd
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:6572
-[FSBitmap getMask]
FSBitmap * getMask()
FSRMSSecurityCallback-p
Definition: FSPDFObjC.h:8742
FSWidgetLineSpacingExactValue
@ FSWidgetLineSpacingExactValue
Line spacing style: exact value line spacing.
Definition: FSPDFObjC.h:4400
FSDestinationZoomFitRect
@ FSDestinationZoomFitRect
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:3320
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithSequenceNumber
@ FSAnnotationSummarySettingsSummaryLayoutSinglePageWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:7526
FSActionTypeUnknown
@ FSActionTypeUnknown
Action type: unknown action.
Definition: FSPDFObjC.h:3358
FSFillerVkeyP
@ FSFillerVkeyP
P key.
Definition: FSPDFObjC.h:6550
FSNoteArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:3995
FSRichTextStyle::swigCMemOwn
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3689
FSMetadata
Definition: FSPDFObjC.h:5420
FSLine
Definition: FSPDFObjC.h:4236
FSFillerVkeyNumpad1
@ FSFillerVkeyNumpad1
1 key in the numeric keypad.
Definition: FSPDFObjC.h:6562
FSFileFormatTypeXDP
@ FSFileFormatTypeXDP
File format type: XDP.
Definition: FSPDFObjC.h:702
FSFillModeNone
@ FSFillModeNone
Fill mode: none.
Definition: FSPDFObjC.h:629
FSPDFDocSaveFlags
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:4871
FSDialogDescriptionElementArray::swigCPtr
void * swigCPtr
Definition: FSPDFObjC.h:2495
-[FSShadingObject NS_UNAVAILABLE]
id NS_UNAVAILABLE()
FSPDFPageFlattenOptions
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:5727
FSErrLTVVerifyModeNotSet
@ FSErrLTVVerifyModeNotSet
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:520