Foxit PDF SDK
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 FSMenuList;
20 @class FSMenuItemEx;
21 @class FSLayerContext;
22 @class FSFileSpec;
23 @class FSMarkup;
24 @class FSRedact;
25 @class FSPopup;
26 @class FSField;
27 @class FSControl;
28 @class FSPDFDictionary;
29 @class FSStdEncryptData;
30 @class FSDRMEncryptData;
31 @class FSCustomEncryptData;
33 @class FSRMSEncryptData;
34 @class FSPDFObject;
35 @class FSPDFNameTree;
36 @class FSPDFNumberTree;
37 @class StructTreeEntity;
38 @class StructElement;
39 @class StructMarkedContent;
40 @class StructObjectContent;
41 @class PDFStructTree;
42 @class FSReadingBookmark;
43 @class FSSignature;
44 @class FSSecurityHandler;
45 @class FSLayerNode;
46 @class FSLayerPrintData;
47 @class FSGraphicsObject;
48 @class FSPDFArray;
49 @class FSPDFStream;
50 @class FSWatermarkSettings;
52 @class FSTextObject;
53 @class FSXFAWidget;
54 @class FSXFAPage;
55 @class FSForm;
56 @class FSRectI;
57 @class FSRectF;
58 @class FSMatrix2D;
59 @class FSGraphicsObjects;
61 @class FSFormXObject;
62 @class FSImageObject;
63 @class FSPathObject;
64 @class FSShadingObject;
65 @class FSTimer;
66 @class FSScreen;
67 @class FSMediaPlayer;
68 @class FSLayerTree;
69 @class FSLayerNodeArray;
70 @class FSTimeStampServer;
72 @class FSResponse;
73 @class FSTimeRange;
74 @class FSCertVerifyResult;
76 @class FSCertIssuerPair;
78 @class FSLTVVerifier;
81 @class FSOptimizerSettings;
82 @class FSImageSettings;
83 @class FSMonoImageSettings;
84 @class FSEmbeddedFontData;
88 @class FSConvert;
89 @class FSPageNumberRange;
90 @class FSColor;
92 @class FSHeaderFooter;
94 @class FSFillSign;
95 @class FSFillSignObject;
101 @class FSCombination;
102 @class FSLRElement;
103 @class FSLRStructureElement;
105 @class FSLRContentElement;
106 @class FSLRContext;
107 @class FSOutputPreview;
109 @class FSAnnotationSummary;
110 @class FSTaggedPDF;
111 @class FSPortfolio;
112 @class FSSchemaField;
113 @class FSSchemaFieldArray;
114 @class FSPortfolioNode;
115 @class FSPortfolioNodeArray;
116 @class FSPortfolioFileNode;
117 @class FSPortfolioFolderNode;
118 @class FSPagingSealSignature;
119 @class FSTableCellData;
121 @class FSTableCellDataArray;
122 @class FSTableData;
123 @class FSButtonItem;
126 @class FSMenuItemConfig;
127 @class FSRectFArray;
128 @class FSTransition;
129 @class FSTransitionArray;
130 
131 @protocol FSPauseCallback;
132 @protocol FSFileReaderCallback;
133 @protocol FSFileWriterCallback;
134 @protocol FSFileStreamCallback;
135 @protocol FSActionCallback;
136 @protocol FSIconProviderCallback;
137 @protocol FSNotifierCallback;
138 @protocol FSDocEventCallback;
139 @protocol FSAsyncReaderCallback;
140 @protocol FSFillerAssistCallback;
141 @protocol FSSearchCallback;
142 @protocol FSSearchCancelCallback;
143 @protocol FSPSICallback;
144 @protocol FSSecurityCallback;
146 @protocol FSDRMSecurityCallback;
147 @protocol FSCustomSecurityCallback;
148 @protocol FSRMSSecurityCallback;
149 @protocol FSSignatureCallback;
150 @protocol FSAppProviderCallback;
151 @protocol FSDocProviderCallback;
153 @protocol FSRevocationCallback;
155 @protocol FSFontMapperCallback;
157 @protocol FSTaggedPDFCallback;
158 @protocol FSTimeStampCallback;
159 @protocol FSReplaceCallback;
160 
161 #import <Foundation/Foundation.h>
162 
163 
164 #ifdef __cplusplus
165 extern "C" {
166 #endif
167 
168 @interface SWIGTYPE_p_void : NSObject
169 {
170  void *swigCPtr;
171  BOOL swigCMemOwn;
172 }
173 -(id)init NS_UNAVAILABLE;
174 -(void*)getCptr;
175 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
176 
177 @end
178 
179 @interface FSBasicArray : NSObject
180 {
181  void *swigCPtr;
182  BOOL swigCMemOwn;
183 }
184 -(void*)getCptr;
185 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
186 
187 -(void)dealloc;
188 
189 @end
190 
191 
192 
193 @interface FSPoint : NSObject
194 {
195  void *swigCPtr;
196  BOOL swigCMemOwn;
197 }
198 @property (nonatomic, getter=getX) int x;
199 @property (nonatomic, getter=getY) int y;
200 -(void*)getCptr;
201 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
202 -(id)init;
203 -(id)initWithOther: (FSPoint*)other;
204 -(void)set: (int)x y: (int)y;
205 -(void)add: (int)x y: (int)y;
206 -(void)subtract: (int)x y: (int)y;
207 -(void)reset;
208 -(void)dealloc;
209 
210 @end
211 
212 @interface FSPointF : NSObject
213 {
214  void *swigCPtr;
215  BOOL swigCMemOwn;
216 }
217 @property (nonatomic, getter=getX) float x;
218 @property (nonatomic, getter=getY) float y;
219 -(void*)getCptr;
220 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
221 -(id)init;
222 -(id)initWithOther: (FSPointF*)other;
223 -(void)set: (float)x y: (float)y;
224 -(void)add: (float)x y: (float)y;
225 -(void)subtract: (float)x y: (float)y;
226 -(void)reset;
227 -(void)dealloc;
228 
229 @end
230 
232 -(void*)getCptr;
233 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
234 -(id)init;
235 -(id)initWithOther: (FSRectFArray*)other;
236 -(int)getSize;
237 -(int)getUpperBound;
238 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
239 -(void)removeAll;
240 -(FSRectF*)getAt: (int)nIndex;
241 -(BOOL)setAt: (int)nIndex newElement: (FSRectF*)newElement;
242 -(BOOL)setAtGrow: (int)nIndex newElement: (FSRectF*)newElement;
243 -(BOOL)add: (FSRectF*)newElement;
244 -(BOOL)insertAt: (int)nIndex newElement: (FSRectF*)newElement nCount: (int)nCount;
245 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
246 -(int)find: (FSRectF*)data iStart: (int)iStart;
247 
248 -(void)dealloc;
249 
250 @end
251 
253 -(void*)getCptr;
254 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
255 -(id)init;
256 -(id)initWithOther: (FSPointFArray*)other;
257 -(int)getSize;
258 -(int)getUpperBound;
259 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
260 -(void)removeAll;
261 -(FSPointF*)getAt: (int)nIndex;
262 -(BOOL)setAt: (int)nIndex newElement: (FSPointF*)newElement;
263 -(BOOL)setAtGrow: (int)nIndex newElement: (FSPointF*)newElement;
264 -(BOOL)add: (FSPointF*)newElement;
265 -(BOOL)insertAt: (int)nIndex newElement: (FSPointF*)newElement nCount: (int)nCount;
266 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
267 -(int)find: (FSPointF*)data iStart: (int)iStart;
268 
269 -(void)dealloc;
270 
271 @end
272 
274 -(void*)getCptr;
275 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
276 -(id)init;
277 -(id)initWithOther: (FSFloatArray*)other;
278 -(int)getSize;
279 -(int)getUpperBound;
280 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
281 -(void)removeAll;
282 -(float)getAt: (int)nIndex;
283 -(BOOL)setAt: (int)nIndex newElement: (float)newElement;
284 -(BOOL)setAtGrow: (int)nIndex newElement: (float)newElement;
285 -(BOOL)add: (float)newElement;
286 -(BOOL)insertAt: (int)nIndex newElement: (float)newElement nCount: (int)nCount;
287 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
288 -(int)find: (float)data iStart: (int)iStart;
289 
290 -(void)dealloc;
291 
292 @end
293 
295 -(void*)getCptr;
296 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
297 -(id)init;
298 -(id)initWithOther: (FSInt32Array*)other;
299 -(int)getSize;
300 -(int)getUpperBound;
301 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
302 -(void)removeAll;
303 -(int)getAt: (int)nIndex;
304 -(BOOL)setAt: (int)nIndex newElement: (int)newElement;
305 -(BOOL)setAtGrow: (int)nIndex newElement: (int)newElement;
306 -(BOOL)add: (int)newElement;
307 -(BOOL)insertAt: (int)nIndex newElement: (int)newElement nCount: (int)nCount;
308 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
309 -(int)find: (int)data iStart: (int)iStart;
310 
311 -(void)dealloc;
312 
313 @end
314 
316 -(void*)getCptr;
317 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
318 -(id)init;
319 -(id)initWithOther: (FSUInt32Array*)other;
320 -(int)getSize;
321 -(int)getUpperBound;
322 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
323 -(void)removeAll;
324 -(unsigned int)getAt: (int)nIndex;
325 -(BOOL)setAt: (int)nIndex newElement: (unsigned int)newElement;
326 -(BOOL)setAtGrow: (int)nIndex newElement: (unsigned int)newElement;
327 -(BOOL)add: (unsigned int)newElement;
328 -(BOOL)insertAt: (int)nIndex newElement: (unsigned int)newElement nCount: (int)nCount;
329 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
330 -(int)find: (unsigned int)data iStart: (int)iStart;
331 
332 -(void)dealloc;
333 
334 @end
335 
336 @interface FSRectI : NSObject
337 {
338  void *swigCPtr;
339  BOOL swigCMemOwn;
340 }
341 @property (nonatomic, getter=getLeft) int left;
342 @property (nonatomic, getter=getTop) int top;
343 @property (nonatomic, getter=getRight) int right;
344 @property (nonatomic, getter=getBottom) int bottom;
345 -(void*)getCptr;
346 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
347 -(id)init;
348 -(id)initWithLeft1: (int)left1 top1: (int)top1 right1: (int)right1 bottom1: (int)bottom1;
349 -(int)width;
350 -(int)height;
351 -(BOOL)isEmpty;
352 -(void)normalize;
353 -(void)intersect: (FSRectI*)src;
354 -(void)union: (FSRectI*)other_rect;
355 -(void)offset: (int)dx dy: (int)dy;
356 -(BOOL)contains: (FSRectI*)other_rect;
357 -(BOOL)containsPoint: (int)x y: (int)y;
358 -(BOOL)valid;
359 
360 -(void)dealloc;
361 
362 @end
363 
364 @interface FSRectF : NSObject
365 {
366  void *swigCPtr;
367  BOOL swigCMemOwn;
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 -(void)transform: (FSMatrix2D*)pMatrix;
383 -(void)intersect: (FSRectF*)other_rect;
384 -(void)union: (FSRectF*)other_rect;
385 -(FSRectI*)getInnerRect;
386 -(FSRectI*)getOuterRect;
387 -(FSRectI*)getClosestRect;
388 -(void)initRect: (float)x y: (float)y;
389 -(void)updateRect: (float)x y: (float)y;
390 -(float)width;
391 -(float)height;
392 -(void)inflateWithValues: (float)x y: (float)y;
393 -(void)inflate: (FSRectF*)rt;
394 -(void)defalteWithValues: (float)x y: (float)y;
395 -(void)deflate: (FSRectF*)rt;
396 -(void)translate: (float)e f: (float)f;
397 +(FSRectF*)getBBox: (FSPointF*)pPoints nPoints: (int)nPoints;
398 -(BOOL)containsPointF: (FSPointF*)point;
399 +(BOOL)IsRectAdjacent: (FSRectF*)rect1 rect2: (FSRectF*)rect2 alignmentTolerance: (float)alignmentTolerance distanceTolerance: (float)distanceTolerance direction: (int)direction;
400 
401 -(void)dealloc;
402 
403 @end
404 
405 @interface FSMatrix2D : NSObject
406 {
407  void *swigCPtr;
408  BOOL swigCMemOwn;
409 }
410 @property (nonatomic, getter=getA) float a;
411 @property (nonatomic, getter=getB) float b;
412 @property (nonatomic, getter=getC) float c;
413 @property (nonatomic, getter=getD) float d;
414 @property (nonatomic, getter=getE) float e;
415 @property (nonatomic, getter=getF) float f;
416 -(void*)getCptr;
417 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
418 -(id)init;
419 -(id)initWithA1: (float)a1 b1: (float)b1 c1: (float)c1 d1: (float)d1 e1: (float)e1 f1: (float)f1;
420 -(void)set: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f;
421 -(void)setIdentity;
422 -(void)setReverse: (FSMatrix2D*)m;
423 -(void)concat: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f bPrepended: (BOOL)bPrepended;
424 -(void)concatWithMatrix: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
425 -(void)concatInverse: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
426 -(void)reset;
427 -(void)copy: (FSMatrix2D*)m;
428 -(BOOL)isIdentity;
429 -(BOOL)isInvertible;
430 -(BOOL)is90Rotated;
431 -(BOOL)isScaled;
432 -(void)translate: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
433 -(void)translateI: (int)x y: (int)y bPrepended: (BOOL)bPrepended;
434 -(void)scale: (float)sx sy: (float)sy bPrepended: (BOOL)bPrepended;
435 -(void)rotate: (float)fRadian bPrepended: (BOOL)bPrepended;
436 -(void)rotateAt: (float)fRadian x: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
437 -(void)shear: (float)fAlphaRadian fBetaRadian: (float)fBetaRadian bPrepended: (BOOL)bPrepended;
438 -(void)matchRect: (FSRectF*)dest src: (FSRectF*)src;
439 -(float)getXUnit;
440 -(float)getYUnit;
441 -(FSRectF*)getUnitRect;
442 -(float)getUnitArea;
443 -(float)transformXDistanceInFloat: (float)dx;
444 -(int)transformXDistance: (int)dx;
445 -(float)transformYDistanceInFloat: (float)dy;
446 -(int)transformYDistance: (int)dy;
447 -(float)transformDistanceInFloat: (float)dx dy: (float)dy;
448 -(int)transformDistanceInInteger: (int)dx dy: (int)dy;
449 -(float)transformDistance: (float)distance;
450 -(void)transformPoint: (int *)x y: (int *)y;
451 -(void)transformRectF: (FSRectF*)rect;
452 -(void)transformRect: (FSRectI*)rect;
453 -(void)transformPointF: (FSPointF*)point;
454 
455 -(void)dealloc;
456 
457 @end
458 
459 
460 
461 
462 
463 
464 
465 typedef NS_ENUM(NSInteger, FSErrorCode) {
547 };
548 
549 @interface FSBase : NSObject
550 {
551  void *swigCPtr;
552  BOOL swigCMemOwn;
553 }
554 -(void*)getCptr;
555 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
556 
557 -(void)dealloc;
558 
559 @end
560 
561 @interface FSDateTime : NSObject
562 {
563  void *swigCPtr;
564  BOOL swigCMemOwn;
565 }
566 @property (nonatomic, getter=getYear) unsigned short year;
567 @property (nonatomic, getter=getMonth) unsigned short month;
568 @property (nonatomic, getter=getDay) unsigned short day;
569 @property (nonatomic, getter=getHour) unsigned short hour;
570 @property (nonatomic, getter=getMinute) unsigned short minute;
571 @property (nonatomic, getter=getSecond) unsigned short second;
572 @property (nonatomic, getter=getMilliseconds) unsigned short milliseconds;
573 @property (nonatomic, getter=getUtc_hour_offset) short utc_hour_offset;
574 @property (nonatomic, getter=getUtc_minute_offset) unsigned short utc_minute_offset;
575 -(void*)getCptr;
576 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
577 +(FSDateTime*)getUTCTime;
578 +(FSDateTime*)getLocalTime;
579 -(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;
580 -(id)init;
581 -(id)initWithDt: (FSDateTime*)dt;
582 -(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;
583 -(BOOL)isValid;
584 -(FSDateTime*)toLocalTime;
585 -(FSDateTime*)toUTCTime;
586 -(void)dealloc;
587 
588 @end
589 
590 typedef NS_ENUM(NSInteger, FSRotation) {
596 };
597 
598 typedef NS_ENUM(NSInteger, FSAlignment) {
602 };
603 
604 typedef NS_ENUM(NSInteger, FSFillMode) {
608 };
609 
610 typedef NS_ENUM(NSInteger, FSPosition) {
620 };
621 
622 typedef NS_ENUM(NSInteger, FSModuleName) {
638 };
639 
640 typedef NS_ENUM(NSInteger, FSColorSpaceType) {
654 };
655 
656 typedef NS_ENUM(NSInteger, FSLocaleID) {
666 };
667 
668 typedef NS_ENUM(NSInteger, FSFileFormatType) {
677 };
678 
679 @interface FSCodec : FSBase
680 -(void*)getCptr;
681 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
682 +(NSData *)base64Encode: (NSData *)buffer;
683 +(NSData *)base64Decode: (NSData *)buffer;
684 +(NSData *)flateCompress: (NSData *)buffer;
685 +(NSData *)flateDecompress: (NSData *)buffer;
686 -(id)init;
687 
688 -(void)dealloc;
689 
690 @end
691 
692 
693 
694 typedef NS_ENUM(NSInteger, FSProgressiveState) {
698 };
699 
700 @interface FSProgressive : FSBase
701 -(id)init NS_UNAVAILABLE;
702 -(void*)getCptr;
703 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
704 -(id)initWithOther: (FSProgressive*)other;
706 -(int)getRateOfProgress;
707 
708 -(void)dealloc;
709 
710 @end
711 
712 @interface FSRenderConfig : NSObject
713 {
714  void *swigCPtr;
715  BOOL swigCMemOwn;
716 }
717 @property (nonatomic, getter=getGraphics_objs_count_in_one_step) int graphics_objs_count_in_one_step;
718 -(void*)getCptr;
719 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
720 -(id)initWithGraphics_objs_count_in_one_step: (int)graphics_objs_count_in_one_step;
721 -(id)init;
722 -(void)set: (int)graphics_objs_count_in_one_step;
723 -(void)dealloc;
724 
725 @end
726 
727 @interface FSLibrary : NSObject
728 {
729  void *swigCPtr;
730  BOOL swigCMemOwn;
731 }
732 -(id)init NS_UNAVAILABLE;
733 -(void*)getCptr;
734 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
735 +(FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
736 +(FSErrorCode)reinitialize;
737 +(void)destroy;
738 +(BOOL)hasModuleLicenseRight: (FSModuleName)module_name;
739 +(NSString *)getVersion;
740 +(BOOL)setCacheSize: (unsigned int)size;
741 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
742 +(BOOL)setAnnotIconProviderCallback: (id<FSIconProviderCallback>)annot_icon_provider;
743 +(BOOL)setNotifierCallback: (id<FSNotifierCallback>)notifier;
744 +(BOOL)setActionCallback: (id<FSActionCallback>)action_callback;
745 +(BOOL)setDocEventCallback: (id<FSDocEventCallback>)callback;
746 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (id<FSSignatureCallback>)signature_callback;
747 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (id<FSSecurityCallback>)callback;
748 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
749 +(BOOL)setTimeStampCallback: (id<FSTimeStampCallback>)timestamp_callback;
750 +(void)registerXFAAppProviderCallback: (id<FSAppProviderCallback>)callback;
751 +(void)setRenderTextGamma: (float)gamma;
752 +(void)setLogFile: (NSString *)log_file_path;
753 +(BOOL)setFontMapperCallback: (id<FSFontMapperCallback>)callback;
754 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
755 +(FSRenderConfig*)getRenderConfig;
756 +(void)setRenderConfig: (FSRenderConfig*)render_config;
757 +(void)enableThreadSafety: (BOOL)is_enable_thread_safety;
758 
759 -(void)dealloc;
760 
761 @end
762 
763 typedef NS_ENUM(NSInteger, FSGraphStateLineCapStyle) {
767 };
768 
769 typedef NS_ENUM(NSInteger, FSGraphStateLineJoinStyle) {
773 };
774 
775 @interface FSGraphState : NSObject
776 {
777  void *swigCPtr;
778  BOOL swigCMemOwn;
779 }
780 @property (nonatomic, getter=getLine_width) float line_width;
781 @property (nonatomic, getter=getLine_join) FSGraphStateLineJoinStyle line_join;
782 @property (nonatomic, getter=getMiter_limit) float miter_limit;
783 @property (nonatomic, getter=getLine_cap) FSGraphStateLineCapStyle line_cap;
784 @property (nonatomic, getter=getDash_phase) float dash_phase;
785 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
786 -(void*)getCptr;
787 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
788 -(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;
789 -(id)init;
790 -(id)initWithState: (FSGraphState*)state;
791 -(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;
792 -(void)dealloc;
793 
794 @end
795 
796 
797 
798 typedef NS_ENUM(NSInteger, FSRangeFilter) {
802 };
803 
804 @interface FSRange : FSBase
805 -(void*)getCptr;
806 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
807 -(id)init;
808 -(id)initWithIndex: (int)index;
809 -(id)initWithStart_index: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
810 -(id)initWithOther: (FSRange*)other;
811 -(BOOL)isEmpty;
812 -(void)addSingle: (int)index;
813 -(void)addSegment: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
814 -(int)getSegmentCount;
815 -(int)getSegmentStart: (int)segment_index;
816 -(int)getSegmentEnd: (int)segment_index;
817 -(void)removeAll;
818 
819 -(void)dealloc;
820 
821 @end
822 
823 typedef NS_ENUM(NSInteger, FSFontStyles) {
830  FSFontStyleAllCap = 0x10000,
833 };
834 
835 typedef NS_ENUM(NSInteger, FSFontCharset) {
851 };
852 
853 typedef NS_ENUM(NSInteger, FSFontCIDCharset) {
860 };
861 
862 typedef NS_ENUM(NSInteger, FSFontStandardID) {
877 };
878 
879 typedef NS_ENUM(NSInteger, FSFontFontTypes) {
884 };
885 
886 @interface FSFont : FSBase
887 -(id)init NS_UNAVAILABLE;
888 -(void*)getCptr;
889 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
890 -(id)initWithName: (NSString *)name styles: (unsigned int)styles charset: (FSFontCharset)charset weight: (int)weight;
891 -(id)initWithFont_id: (FSFontStandardID)font_id;
892 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (int)face_index charset: (FSFontCharset)charset;
893 -(id)initWithOther: (FSFont*)other;
894 -(BOOL)isEmpty;
895 -(NSString *)getName;
896 -(NSString *)getFamilyName;
897 -(BOOL)isBold;
898 -(BOOL)isItalic;
899 -(BOOL)isEmbedded: (FSPDFDoc*)document;
900 -(BOOL)isSupportEmbedded: (FSPDFDoc*)document;
901 -(FSFont*)embed: (FSPDFDoc*)document is_add_all_unicodes: (BOOL)is_add_all_unicodes;
902 -(FSUInt32Array*)addUnicodes: (FSPDFDoc*)document unicode_array: (FSUInt32Array*)unicode_array;
903 -(int)getAscent;
904 -(int)getDescent;
905 -(FSRectI*)getCharBBox: (unsigned int)unicode;
906 -(float)getCharWidth: (unsigned int)unicode;
907 -(FSRectI*)getCharBBoxWithPDFDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
908 -(float)getCharWidthWithPDFDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
909 -(unsigned int)getStyles: (FSPDFDoc*)document;
910 -(FSFontCIDCharset)getCIDCharset: (FSPDFDoc*)document;
911 -(BOOL)isStandardFont: (FSPDFDoc*)document;
912 -(FSFontStandardID)getStandard14Font: (FSPDFDoc*)document;
913 -(FSFontFontTypes)getFontType: (FSPDFDoc*)document;
914 -(NSString *)getBaseFontName: (FSPDFDoc*)document;
915 -(BOOL)isVertWriting: (FSPDFDoc*)document;
916 -(NSString *)getEncoding: (FSPDFDoc*)document;
917 -(BOOL)setEncoding: (FSPDFDoc*)document value: (NSString *)value;
918 
919 -(void)dealloc;
920 
921 @end
922 
923 @interface FSFontMapResult : NSObject
924 {
925  void *swigCPtr;
926  BOOL swigCMemOwn;
927 }
928 @property (nonatomic, retain, getter=getFile_read) id<FSFileReaderCallback> file_read;
929 @property (nonatomic, getter=getFace_index) int face_index;
930 -(void*)getCptr;
931 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
932 -(id)init;
933 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
934 -(id)initWithOther: (FSFontMapResult*)other;
935 -(void)set: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
936 -(void)dealloc;
937 
938 @end
939 
940 
941 
942 typedef NS_ENUM(NSInteger, FSPathPointType) {
948 };
949 
950 @interface FSPath : FSBase
951 -(void*)getCptr;
952 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
953 -(id)init;
954 -(id)initWithOther: (FSPath*)other;
955 -(BOOL)isEmpty;
956 -(int)getPointCount;
957 -(FSPointF*)getPoint: (int)index;
958 -(FSPathPointType)getPointType: (int)index;
959 -(BOOL)setPoint: (int)index point: (FSPointF*)point type: (FSPathPointType)type;
960 -(BOOL)moveTo: (FSPointF*)point;
961 -(BOOL)lineTo: (FSPointF*)point;
962 -(BOOL)cubicBezierTo: (FSPointF*)point1 point2: (FSPointF*)point2 point3: (FSPointF*)point3;
963 -(BOOL)closeFigure;
964 -(BOOL)removePoint: (int)index;
965 -(BOOL)appendRect: (FSRectF*)rect;
966 -(BOOL)appendEllipse: (FSRectF*)rect;
967 -(void)transform: (FSMatrix2D*)matrix;
968 -(void)clear;
969 -(void)increasePointCount: (int)count;
970 
971 -(void)dealloc;
972 
973 @end
974 
975 @interface FSPathArray : NSObject
976 {
977  void *swigCPtr;
978  BOOL swigCMemOwn;
979 }
980 -(void*)getCptr;
981 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
982 -(id)init;
983 -(id)initWithOther: (FSPathArray*)other;
984 -(unsigned long)getSize;
985 -(FSPath*)getAt: (unsigned long)index;
986 -(void)add: (FSPath*)element;
987 -(void)removeAt: (unsigned long)index;
988 -(void)insertAt: (unsigned long)index element: (FSPath*)element;
989 -(void)removeAll;
990 
991 -(void)dealloc;
992 
993 @end
994 
995 typedef NS_ENUM(NSInteger, FSColorSpaceRenderingIntent) {
1000 };
1001 
1002 @interface FSColorSpace : FSBase
1003 -(id)init NS_UNAVAILABLE;
1004 -(void*)getCptr;
1005 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1006 -(id)initWithType: (FSColorSpaceType)type;
1007 -(id)initWithOther: (FSColorSpace*)other;
1008 -(BOOL)isEmpty;
1009 -(int)getComponentCount;
1011 -(BOOL)isSpotColorSpace;
1012 -(NSArray<NSData *> *)getComponentNames;
1013 -(FSColor*)convertColor: (FSColor*)color;
1014 -(FSColor*)convertColorWithRGBColor: (int)r_value g_value: (int)g_value b_value: (int)b_value;
1015 -(FSColor*)convertColorWithCMYKColor: (int)c_value m_value: (int)m_value y_value: (int)y_value k_value: (int)k_value;
1016 
1017 -(void)dealloc;
1018 
1019 @end
1020 
1021 @interface FSColor : FSBase
1022 @property (nonatomic, weak, getter=getValue) FSFloatArray* value;
1023 -(void*)getCptr;
1024 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1025 -(id)init;
1026 -(id)initWithColor_space: (FSColorSpace*)color_space;
1027 -(id)initWithOther: (FSColor*)other;
1028 -(BOOL)isEmpty;
1030 -(FSColor*)convertToRGB: (FSColorSpaceRenderingIntent)intent;
1031 -(FSColor*)convertToCMYK: (FSColorSpaceRenderingIntent)intent;
1032 
1033 -(void)dealloc;
1034 
1035 @end
1036 
1037 typedef NS_ENUM(NSInteger, FSBitmapDIBFormat) {
1049 };
1050 
1051 typedef NS_ENUM(NSInteger, FSBitmapInterpolationFlag) {
1055 };
1056 
1057 @interface FSBitmap : FSBase
1058 -(void*)getCptr;
1059 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1060 -(id)initWithWidth: (int)width height: (int)height format: (FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (int)pitch;
1061 -(id)initWithOther: (FSBitmap*)other;
1062 -(id)init;
1063 -(BOOL)isEmpty;
1064 -(FSBitmap*)clone: (FSRectI*)clip_rect;
1065 -(int)getWidth;
1066 -(int)getHeight;
1067 -(int)getPitch;
1068 -(int)getBpp;
1070 -(void)fillRect: (unsigned int)color rect: (FSRectI*)rect;
1071 -(FSBitmap*)convertFormat: (FSBitmapDIBFormat)format icc_transform: (NSData *)icc_transform;
1072 -(FSRectI*)calculateBBoxByColor: (unsigned int)backgroud_color;
1073 -(FSRectI*)detectBBoxByColorDiffer: (int)detection_size color_differ: (int)color_differ;
1074 -(FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (FSRectI*)clip_rect;
1075 -(FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1076 -(FSBitmap*)stretchTo: (int)dest_width dest_height: (int)dest_height flag: (FSBitmapInterpolationFlag)flag clip_rect: (FSRectI*)clip_rect;
1077 -(FSBitmap*)transformTo: (FSMatrix2D*)matrix flag: (FSBitmapInterpolationFlag)flag out_left: (int *)out_left out_top: (int *)out_top clip_rect: (FSRectI*)clip_rect;
1078 -(FSBitmap*)getMask: (FSRectI*)clip_rect;
1079 -(NSData *)getBuffer;
1080 
1081 -(void)dealloc;
1082 
1083 @end
1084 
1085 typedef NS_ENUM(NSInteger, FSImageType) {
1095 };
1096 
1097 @interface FSImage : FSBase
1098 -(void*)getCptr;
1099 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1100 -(id)init;
1101 -(id)initWithPath: (NSString *)path;
1102 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
1103 -(id)initWithOther: (FSImage*)other;
1104 -(BOOL)isEmpty;
1106 -(int)getWidth;
1107 -(int)getHeight;
1108 -(int)getFrameCount;
1109 -(FSBitmap*)getFrameBitmap: (int)index;
1110 -(int)getXDPI;
1111 -(int)getYDPI;
1112 -(BOOL)addFrame: (FSBitmap*)bitmap;
1113 -(void)setDPIs: (int)x_dpi y_dpi: (int)y_dpi;
1114 -(BOOL)saveAs: (NSString *)file_path;
1115 -(BOOL)saveAsWithStreamCallback: (id<FSFileStreamCallback>)file file_extension: (NSString *)file_extension;
1116 -(id)initWithBuffer: (NSData *)buffer;
1117 
1118 -(void)dealloc;
1119 
1120 @end
1121 
1122 
1123 
1124 typedef NS_ENUM(NSInteger, FSBarcodeFormat) {
1133 };
1134 
1135 typedef NS_ENUM(NSInteger, FSBarcodeQRErrorCorrectionLevel) {
1140 };
1141 
1142 @interface FSBarcode : FSBase
1143 -(void*)getCptr;
1144 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1145 -(id)init;
1146 -(id)initWithOther: (FSBarcode*)other;
1147 -(BOOL)isEmpty;
1148 -(FSBitmap*)generateBitmap: (NSString *)info format: (FSBarcodeFormat)format unit_width: (int)unit_width height: (int)height level: (FSBarcodeQRErrorCorrectionLevel)level;
1149 
1150 -(void)dealloc;
1151 
1152 @end
1153 
1154 typedef NS_ENUM(NSInteger, FSPDFObjectType) {
1165 };
1166 
1167 @interface FSPDFObject : NSObject
1168 {
1169  void *swigCPtr;
1170  BOOL swigCMemOwn;
1171 }
1172 -(void*)getCptr;
1173 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1174 +(FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
1175 +(FSPDFObject*)createFromFloat: (float)float_value;
1176 +(FSPDFObject*)createFromInteger: (int)integer_value;
1177 +(FSPDFObject*)createFromString: (NSString *)string_value;
1178 +(FSPDFObject*)createFromName: (NSString *)name;
1179 +(FSPDFObject*)createFromDateTime: (FSDateTime*)date_time;
1180 +(FSPDFObject*)createReference: (FSPDFDoc*)document object_number: (unsigned int)object_number;
1181 -(void)destroy;
1182 -(FSPDFObject*)cloneObject;
1183 -(FSPDFObject*)deepCloneObject;
1184 -(BOOL)isIdentical: (FSPDFObject*)pdf_obj;
1185 -(FSPDFObjectType)getType;
1186 -(unsigned int)getObjNum;
1187 -(int)getInteger;
1188 -(float)getFloat;
1189 -(BOOL)getBoolean;
1190 -(FSMatrix2D*)getMatrix;
1191 -(FSRectF*)getRect;
1192 -(FSPDFObject*)getDirectObject;
1193 -(FSDateTime*)getDateTime;
1194 -(NSString *)getName;
1195 -(NSString *)getWideString;
1196 -(FSPDFArray*)getArray;
1197 -(FSPDFDictionary*)getDict;
1198 -(FSPDFStream*)getStream;
1199 -(NSData *)getString;
1200 
1201 -(void)dealloc;
1202 
1203 @end
1204 
1205 typedef NS_ENUM(NSInteger, FSPDFStreamFilter) {
1218 };
1219 
1221 -(id)init NS_UNAVAILABLE;
1222 -(void*)getCptr;
1223 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1224 +(FSPDFStream*)create: (FSPDFDictionary*)dictionary;
1227 -(unsigned long long)getDataSize: (BOOL)is_raw_data;
1228 -(void)importData: (id<FSFileReaderCallback>)file_read stream_filter: (FSPDFStreamFilter)stream_filter;
1229 -(id<FSFileReaderCallback>)exportData: (BOOL)is_raw_data;
1230 -(NSData *)getData: (BOOL)is_raw_data;
1231 -(void)setData: (NSData *)buffer;
1232 
1233 -(void)dealloc;
1234 
1235 @end
1236 
1238 -(id)init NS_UNAVAILABLE;
1239 -(void*)getCptr;
1240 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1241 +(FSPDFArray*)create;
1242 +(FSPDFArray*)createFromMatrix: (FSMatrix2D*)matrix;
1243 +(FSPDFArray*)createFromRect: (FSRectF*)rect;
1244 -(int)getElementCount;
1245 -(FSPDFObject*)getElement: (int)index;
1246 -(void)addElement: (FSPDFObject*)element;
1247 -(void)addBoolean: (BOOL)boolean_value;
1248 -(void)addDateTime: (FSDateTime*)date_time;
1249 -(void)addFloat: (float)float_value;
1250 -(void)addInteger: (int)integer_value;
1251 -(void)addMatrix: (FSMatrix2D*)matrix;
1252 -(void)addRect: (FSRectF*)rect;
1253 -(void)addName: (NSString *)name;
1254 -(void)addString: (NSString *)new_string;
1255 -(void)insertAt: (int)index element: (FSPDFObject*)element;
1256 -(void)setAt: (int)index element: (FSPDFObject*)element;
1257 -(void)removeAt: (int)index;
1258 
1259 -(void)dealloc;
1260 
1261 @end
1262 
1264 -(id)init NS_UNAVAILABLE;
1265 -(void*)getCptr;
1266 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1268 -(BOOL)hasKey: (NSString *)key;
1269 -(FSPDFObject*)getElement: (NSString *)key;
1270 -(long)moveNext: (long)position;
1271 -(NSString *)getKey: (long)position;
1272 -(FSPDFObject*)getValue: (long)position;
1273 -(void)setAt: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
1274 -(void)setAtReference: (NSString *)key pdf_object: (FSPDFObject*)pdf_object document: (FSPDFDoc*)document;
1275 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
1276 -(void)setAtDateTime: (NSString *)key value: (FSDateTime*)value;
1277 -(void)setAtFloat: (NSString *)key value: (float)value;
1278 -(void)setAtInteger: (NSString *)key value: (int)value;
1279 -(void)setAtMatrix: (NSString *)key value: (FSMatrix2D*)value;
1280 -(void)setAtRect: (NSString *)key value: (FSRectF*)value;
1281 -(void)setAtName: (NSString *)key value: (NSString *)value;
1282 -(void)setAtString: (NSString *)key value: (NSString *)value;
1283 -(void)removeAt: (NSString *)key;
1284 
1285 -(void)dealloc;
1286 
1287 @end
1288 
1290 -(void*)getCptr;
1291 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1292 -(id)init;
1293 -(id)initWithOther: (FSGraphicsObjectArray*)other;
1294 -(int)getSize;
1295 -(int)getUpperBound;
1296 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
1297 -(void)removeAll;
1298 -(FSGraphicsObject*)getAt: (int)nIndex;
1299 -(BOOL)setAt: (int)nIndex newElement: (FSGraphicsObject*)newElement;
1300 -(BOOL)setAtGrow: (int)nIndex newElement: (FSGraphicsObject*)newElement;
1301 -(BOOL)add: (FSGraphicsObject*)newElement;
1302 -(BOOL)insertAt: (int)nIndex newElement: (FSGraphicsObject*)newElement nCount: (int)nCount;
1303 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
1304 -(int)find: (FSGraphicsObject*)data iStart: (int)iStart;
1305 
1306 -(void)dealloc;
1307 
1308 @end
1309 
1310 @interface FSColorState : FSBase
1311 @property (nonatomic, weak, getter=getFillColor) FSColor* fillColor;
1312 @property (nonatomic, weak, getter=getStrokeColor) FSColor* strokeColor;
1313 -(id)init NS_UNAVAILABLE;
1314 -(void*)getCptr;
1315 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1316 -(id)initWithOther: (FSColorState*)other;
1317 -(BOOL)isEmpty;
1318 
1319 -(void)dealloc;
1320 
1321 @end
1322 
1323 @interface FSMarkedContent : NSObject
1324 {
1325  void *swigCPtr;
1326  BOOL swigCMemOwn;
1327 }
1328 -(id)init NS_UNAVAILABLE;
1329 -(void*)getCptr;
1330 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1331 -(BOOL)hasTag: (NSString *)tag_name;
1332 -(int)getItemCount;
1333 -(NSString *)getItemTagName: (int)index;
1334 -(int)getItemMCID: (int)index;
1335 -(FSPDFDictionary*)getItemPropertyDict: (int)index;
1336 -(int)addItem: (NSString *)tag_name property_dict: (FSPDFDictionary*)property_dict;
1337 -(BOOL)removeItem: (NSString *)tag_name;
1338 
1339 -(void)dealloc;
1340 
1341 @end
1342 
1343 typedef NS_ENUM(NSInteger, FSGraphicsObjectBlendMode) {
1360 };
1361 
1362 typedef NS_ENUM(NSInteger, FSGraphicsObjectType) {
1369 };
1370 
1371 @interface FSGraphicsObject : NSObject
1372 {
1373  void *swigCPtr;
1374  BOOL swigCMemOwn;
1375 }
1376 @property (nonatomic, getter=getStrokeColor) unsigned int strokeColor;
1377 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
1378 @property (nonatomic, weak, getter=getColorState) FSColorState* colorState;
1379 @property (nonatomic, getter=getFillOpacity) float fillOpacity;
1380 @property (nonatomic, getter=getStrokeOpacity) float strokeOpacity;
1381 @property (nonatomic, weak, getter=getMatrix) FSMatrix2D* matrix;
1382 @property (nonatomic, weak, getter=getGraphState) FSGraphState* graphState;
1383 @property (nonatomic, getter=getBlendMode) FSGraphicsObjectBlendMode blendMode;
1384 @property (nonatomic, weak, getter=getClipRect) FSRectF* clipRect;
1385 -(void*)getCptr;
1386 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1387 -(FSGraphicsObjectType)getType;
1388 -(FSRectF*)getRect;
1389 -(BOOL)hasTransparency;
1390 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
1391 -(FSGraphicsObject*)clone;
1392 -(int)getClipPathCount;
1393 -(FSPath*)getClipPath: (int)index;
1394 -(FSFillMode)getClipPathFillMode: (int)index;
1395 -(BOOL)addClipPath: (FSPath*)path fill_mode: (FSFillMode)fill_mode;
1396 -(BOOL)removeClipPath: (int)index;
1397 -(int)getClipTextObjectCount;
1398 -(FSTextObject*)getClipTextObject: (int)index;
1399 -(BOOL)addClipTextObject: (FSTextObject*)textobject;
1400 -(BOOL)removeClipTextObject: (int)index;
1401 -(BOOL)clearClips;
1402 -(FSMarkedContent*)getMarkedContent;
1403 -(FSLayerNodeArray*)getLayers: (FSLayerTree*)layer_tree;
1404 -(FSTextObject*)getTextObject;
1405 -(FSFormXObject*)getFormXObject;
1406 -(FSImageObject*)getImageObject;
1407 -(FSPathObject*)getPathObject;
1408 -(FSShadingObject*)getShadingObject;
1409 -(void)rotate: (int)angle;
1410 
1411 -(void)dealloc;
1412 
1413 @end
1414 
1415 typedef NS_ENUM(NSInteger, FSTextStateMode) {
1424 };
1425 
1426 @interface FSTextState : NSObject
1427 {
1428  void *swigCPtr;
1429  BOOL swigCMemOwn;
1430 }
1431 @property (nonatomic, getter=getVersion) unsigned int version;
1432 @property (nonatomic, getter=getFont_size) float font_size;
1433 @property (nonatomic, getter=getCharspace) float charspace;
1434 @property (nonatomic, getter=getWordspace) float wordspace;
1435 @property (nonatomic, getter=getTextmode) FSTextStateMode textmode;
1436 @property (nonatomic, weak, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
1437 @property (nonatomic, weak, getter=getOrigin_position) FSPointF* origin_position;
1438 @property (nonatomic, weak, getter=getFont) FSFont* font;
1439 -(void*)getCptr;
1440 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1441 -(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;
1442 -(id)init;
1443 -(id)initWithState: (FSTextState*)state;
1444 -(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;
1445 
1446 -(void)dealloc;
1447 
1448 @end
1449 
1451 -(id)init NS_UNAVAILABLE;
1452 -(void*)getCptr;
1453 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1454 +(FSImageObject*)create: (FSPDFDoc*)document;
1455 -(void)setBitmap: (FSBitmap*)bitmap mask: (FSBitmap*)mask;
1456 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
1457 -(FSBitmap*)cloneBitmap: (FSGraphicsObjects*)graphics_objects;
1460 -(BOOL)isImageMask;
1461 -(FSPDFObject*)getMask;
1462 
1463 -(void)dealloc;
1464 
1465 @end
1466 
1468 @property (nonatomic, weak, getter=getText) NSString * text;
1469 -(id)init NS_UNAVAILABLE;
1470 -(void*)getCptr;
1471 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1472 +(FSTextObject*)create;
1473 -(FSTextState*)getTextState: (FSPDFPage*)page;
1474 -(void)setTextState: (FSPDFPage*)page text_state: (FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
1475 -(int)getCharCount;
1476 -(FSPointF*)getCharPos: (int)index;
1477 -(float)getCharWidthByIndex: (int)index;
1478 -(float)getCharHeightByIndex: (int)index;
1479 
1480 -(void)dealloc;
1481 
1482 @end
1483 
1485 @property (nonatomic, getter=getFillMode) FSFillMode fillMode;
1486 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
1487 @property (nonatomic, weak, getter=getPathData) FSPath* pathData;
1488 -(id)init NS_UNAVAILABLE;
1489 -(void*)getCptr;
1490 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1491 +(FSPathObject*)create;
1492 +(FSPathObject*)createFromTextObject: (FSPDFPage*)page text_obj: (FSTextObject*)text_obj;
1493 
1494 -(void)dealloc;
1495 
1496 @end
1497 
1499 -(id)init NS_UNAVAILABLE;
1500 -(void*)getCptr;
1501 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1502 +(FSFormXObject*)create: (FSPDFDoc*)document;
1505 -(BOOL)importPageContent: (FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
1506 
1507 -(void)dealloc;
1508 
1509 @end
1510 
1512 -(id)init NS_UNAVAILABLE;
1513 -(void*)getCptr;
1514 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1516 
1517 -(void)dealloc;
1518 
1519 @end
1520 
1521 typedef NS_ENUM(NSInteger, FSPDFNameTreeType) {
1527 };
1528 
1529 @interface FSPDFNameTree : FSBase
1530 -(void*)getCptr;
1531 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1532 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNameTreeType)type;
1533 -(id)init;
1534 -(id)initWithOther: (FSPDFNameTree*)other;
1535 -(BOOL)isEmpty;
1537 -(BOOL)hasName: (NSString *)name;
1538 -(int)getCount;
1539 -(NSString *)getName: (int)index;
1540 -(FSPDFObject*)getObj: (NSString *)name;
1541 -(BOOL)setObj: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
1542 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
1543 -(BOOL)add: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
1544 -(BOOL)removeObj: (NSString *)name;
1545 -(BOOL)removeAllObjs;
1546 
1547 -(void)dealloc;
1548 
1549 @end
1550 
1551 typedef NS_ENUM(NSInteger, FSPDFNumberTreeType) {
1553 };
1554 
1556 -(void*)getCptr;
1557 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1558 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNumberTreeType)type;
1559 -(id)init;
1560 -(id)initWithOther: (FSPDFNumberTree*)other;
1561 -(BOOL)isEmpty;
1563 -(BOOL)hasNumber: (int)number;
1564 -(FSPDFObject*)getObj: (int)number;
1565 -(BOOL)setObj: (int)number pdf_object: (FSPDFObject*)pdf_object;
1566 -(BOOL)removeObj: (int)number;
1567 -(BOOL)removeAllObjs;
1568 
1569 -(void)dealloc;
1570 
1571 @end
1572 
1573 typedef NS_ENUM(NSInteger, FSStructTreeEntityStructTreeEntityType) {
1578 };
1579 
1581 -(void*)getCptr;
1582 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1583 -(id)init;
1584 -(id)initWithOther: (FSStructTreeEntity*)other;
1585 -(BOOL)isEmpty;
1587 -(FSPDFPage*)getPage;
1588 
1589 -(void)dealloc;
1590 
1591 @end
1592 
1593 typedef NS_ENUM(NSInteger, FSStructElementElementInfoType) {
1599 };
1600 
1602 -(void*)getCptr;
1603 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1604 -(id)init;
1605 -(id)initWithOther: (FSStructElement*)other;
1606 -(NSString *)getStructureTypeName;
1607 -(int)getChildCount;
1608 -(FSStructTreeEntity*)getChild: (int)index;
1609 -(BOOL)hasElementInfo: (FSStructElementElementInfoType)type;
1610 -(NSString *)getElementInfo: (FSStructElementElementInfoType)type;
1612 
1613 -(void)dealloc;
1614 
1615 @end
1616 
1618 -(void*)getCptr;
1619 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1620 -(id)init;
1621 -(id)initWithOther: (FSStructMarkedContent*)other;
1623 -(unsigned int)getMCID;
1626 
1627 -(void)dealloc;
1628 
1629 @end
1630 
1631 typedef NS_ENUM(NSInteger, FSStructObjectContentStructObjectType) {
1637 };
1638 
1640 -(void*)getCptr;
1641 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1642 -(id)init;
1643 -(id)initWithOther: (FSStructObjectContent*)other;
1647 
1648 -(void)dealloc;
1649 
1650 @end
1651 
1653 -(id)init NS_UNAVAILABLE;
1654 -(void*)getCptr;
1655 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1656 -(id)initWithDocument: (FSPDFDoc*)document;
1657 -(id)initWithOther: (FSPDFStructTree*)other;
1658 -(BOOL)isEmpty;
1659 -(int)getChildCount;
1660 -(FSStructElement*)getChild: (int)index;
1661 
1662 -(void)dealloc;
1663 
1664 @end
1665 
1666 typedef NS_ENUM(NSInteger, FSRenditionMediaOptionType) {
1669 };
1670 
1671 typedef NS_ENUM(NSInteger, FSRenditionMediaPermission) {
1676 };
1677 
1678 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerType) {
1682 };
1683 
1684 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerFitStyle) {
1691 };
1692 
1693 typedef NS_ENUM(NSInteger, FSRenditionWindowType) {
1698 };
1699 
1700 typedef NS_ENUM(NSInteger, FSRenditionMonitorSpecifier) {
1708 };
1709 
1710 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowRelatedWindowType) {
1715 };
1716 
1717 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowResizeType) {
1721 };
1722 
1723 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowOffscreenEvent) {
1727 };
1728 
1729 @interface FSRendition : FSBase
1730 @property (nonatomic, weak, getter=getRenditionName) NSString * renditionName;
1731 @property (nonatomic, weak, getter=getMediaClipName) NSString * mediaClipName;
1732 @property (nonatomic, weak, getter=getMediaClipFile) FSFileSpec* mediaClipFile;
1733 @property (nonatomic, weak, getter=getMediaClipContentType) NSString * mediaClipContentType;
1734 @property (nonatomic, getter=getPermission) FSRenditionMediaPermission permission;
1735 @property (nonatomic, weak, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
1736 -(id)init NS_UNAVAILABLE;
1737 -(void*)getCptr;
1738 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1739 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc rendition_dict: (FSPDFDictionary*)rendition_dict;
1740 -(id)initWithOther: (FSRendition*)other;
1741 -(BOOL)isEmpty;
1742 -(FSPDFDictionary*)getDict;
1743 -(BOOL)hasMediaClip;
1744 -(NSString *)getMediaBaseURL;
1745 -(void)setMediaBaseURL: (NSString *)base_url opt_type: (FSRenditionMediaOptionType)opt_type;
1746 -(int)getMediaPlayerCount: (FSRenditionMediaPlayerType)type;
1747 -(FSMediaPlayer*)getMediaPlayer: (FSRenditionMediaPlayerType)type index: (int)index;
1748 -(int)addMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
1749 -(void)removeMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
1750 -(int)getVolume;
1751 -(void)setVolume: (int)volume opt_type: (FSRenditionMediaOptionType)opt_type;
1752 -(BOOL)isControlBarVisible;
1753 -(void)enableControlBarVisible: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1754 -(FSRenditionMediaPlayerFitStyle)getFitStyle;
1755 -(void)setFitStyle: (FSRenditionMediaPlayerFitStyle)fit_style opt_type: (FSRenditionMediaOptionType)opt_type;
1756 -(int)getDuration;
1757 -(void)setDuration: (int)duration opt_type: (FSRenditionMediaOptionType)opt_type;
1758 -(BOOL)isAutoPlay;
1759 -(void)enableAutoPlay: (BOOL)is_auto_play opt_type: (FSRenditionMediaOptionType)opt_type;
1760 -(int)getRepeatCount;
1761 -(void)setRepeatCount: (int)count opt_type: (FSRenditionMediaOptionType)opt_type;
1762 -(FSRenditionWindowType)getWindowType;
1763 -(void)setWindowType: (FSRenditionWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
1764 -(unsigned int)getBackgroundColor;
1765 -(void)setBackgroundColor: (unsigned int)color opt_type: (FSRenditionMediaOptionType)opt_type;
1766 -(float)getBackgroundOpacity;
1767 -(void)setBackgroundOpacity: (float)opacity opt_type: (FSRenditionMediaOptionType)opt_type;
1768 -(FSRenditionMonitorSpecifier)getMonitorSpecifier;
1769 -(void)setMonitorSpecifier: (FSRenditionMonitorSpecifier)monitor_specifier opt_type: (FSRenditionMediaOptionType)opt_type;
1770 -(int)getFloatingWindowWidth;
1771 -(int)getFloatingWindowHeight;
1772 -(void)setFloatingWindowSize: (int)width height: (int)height opt_type: (FSRenditionMediaOptionType)opt_type;
1773 -(FSRenditionFloatingWindowRelatedWindowType)getFloatingWindowRelatedWindowType;
1774 -(void)setFloatingWindowRelatedWindowType: (FSRenditionFloatingWindowRelatedWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
1775 -(FSPosition)getFloatingWindowPosition;
1776 -(void)setFloatingWindowPosition: (FSPosition)position opt_type: (FSRenditionMediaOptionType)opt_type;
1777 -(FSRenditionFloatingWindowOffscreenEvent)getFloatingWindowOffscreenEvent;
1778 -(void)setFloatingWindowOffscreenEvent: (FSRenditionFloatingWindowOffscreenEvent)offscreen_event opt_type: (FSRenditionMediaOptionType)opt_type;
1779 -(BOOL)hasFloatingWindowTitleBar;
1780 -(void)enableFloatingWindowTitleBar: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1781 -(BOOL)hasFloatingWindowCloseButton;
1782 -(void)enableFloatingWindowCloseButton: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1783 -(FSRenditionFloatingWindowResizeType)getFloatingWindowResizeType;
1784 -(void)setFloatingWindowResizeType: (FSRenditionFloatingWindowResizeType)resize_type opt_type: (FSRenditionMediaOptionType)opt_type;
1785 -(NSArray<NSString *> *)getFloatingWindowTitles;
1786 -(void)setFloatingWindowTitles: (NSArray<NSString *> *)titles opt_type: (FSRenditionMediaOptionType)opt_type;
1787 
1788 -(void)dealloc;
1789 
1790 @end
1791 
1792 @interface FSMediaPlayer : FSBase
1793 @property (nonatomic, weak, getter=getSoftwareURI) NSString * softwareURI;
1794 @property (nonatomic, weak, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
1795 -(id)init NS_UNAVAILABLE;
1796 -(void*)getCptr;
1797 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1798 -(id)initWithMedia_player_dict: (FSPDFDictionary*)media_player_dict;
1799 -(id)initWithOther: (FSMediaPlayer*)other;
1800 -(BOOL)isEmpty;
1801 -(FSPDFDictionary*)getDict;
1802 
1803 -(void)dealloc;
1804 
1805 @end
1806 
1807 typedef NS_ENUM(NSInteger, FSDestinationZoomMode) {
1816 };
1817 
1818 @interface FSDestination : FSBase
1819 -(id)init NS_UNAVAILABLE;
1820 -(void*)getCptr;
1821 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1822 +(FSDestination*)createXYZ: (FSPDFDoc*)document page_index: (int)page_index left: (float)left top: (float)top zoom_factor: (float)zoom_factor;
1823 +(FSDestination*)createFitPage: (FSPDFDoc*)document page_index: (int)page_index;
1824 +(FSDestination*)createFitHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
1825 +(FSDestination*)createFitVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
1826 +(FSDestination*)createFitRect: (FSPDFDoc*)document page_index: (int)page_index left: (float)left bottom: (float)bottom right: (float)right top: (float)top;
1827 +(FSDestination*)createFitBBox: (FSPDFDoc*)document page_index: (int)page_index;
1828 +(FSDestination*)createFitBHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
1829 +(FSDestination*)createFitBVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
1830 +(FSDestination*)createFromPDFArray: (FSPDFDoc*)document pdf_array: (FSPDFArray*)pdf_array;
1831 -(id)initWithDest_array: (FSPDFArray*)dest_array;
1832 -(id)initWithOther: (FSDestination*)other;
1833 -(BOOL)isEmpty;
1834 -(int)getPageIndex: (FSPDFDoc*)document;
1836 -(float)getLeft;
1837 -(BOOL)isLeftNull;
1838 -(float)getTop;
1839 -(BOOL)isTopNull;
1840 -(float)getRight;
1841 -(float)getBottom;
1842 -(float)getZoomFactor;
1844 
1845 -(void)dealloc;
1846 
1847 @end
1848 
1849 typedef NS_ENUM(NSInteger, FSActionType) {
1869 };
1870 
1871 typedef NS_ENUM(NSInteger, FSActionNewWindowFlag) {
1875 };
1876 
1877 @interface FSAction : FSBase
1878 -(void*)getCptr;
1879 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1880 +(FSAction*)create: (FSPDFDoc*)document action_type: (FSActionType)action_type;
1881 -(id)initWithDocument: (FSPDFDoc*)document action_dict: (FSPDFDictionary*)action_dict;
1882 -(id)initWithAction: (FSAction*)action;
1883 -(BOOL)isEmpty;
1887 -(int)getSubActionCount;
1888 -(FSAction*)getSubAction: (int)index;
1889 -(void)setSubAction: (int)index sub_action: (FSAction*)sub_action;
1890 -(void)insertSubAction: (int)index sub_action: (FSAction*)sub_action;
1891 -(void)removeSubAction: (int)index;
1892 -(void)removeAllSubActions;
1893 
1894 -(void)dealloc;
1895 
1896 @end
1897 
1899 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
1900 -(id)init NS_UNAVAILABLE;
1901 -(void*)getCptr;
1902 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1903 -(id)initWithAction: (FSAction*)action;
1904 
1905 -(void)dealloc;
1906 
1907 @end
1908 
1909 @interface FSURIAction : FSAction
1910 @property (nonatomic, weak, getter=getURI) NSString * uRI;
1911 -(id)init NS_UNAVAILABLE;
1912 -(void*)getCptr;
1913 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1914 -(id)initWithAction: (FSAction*)action;
1915 -(BOOL)isTrackPosition;
1916 -(void)setTrackPositionFlag: (BOOL)is_track_position;
1917 
1918 -(void)dealloc;
1919 
1920 @end
1921 
1923 @property (nonatomic, weak, getter=getScript) NSString * script;
1924 -(id)init NS_UNAVAILABLE;
1925 -(void*)getCptr;
1926 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1927 -(id)initWithAction: (FSAction*)action;
1928 
1929 -(void)dealloc;
1930 
1931 @end
1932 
1934 @property (nonatomic, weak, getter=getName) NSString * name;
1935 -(id)init NS_UNAVAILABLE;
1936 -(void*)getCptr;
1937 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1938 -(id)initWithAction: (FSAction*)action;
1939 
1940 -(void)dealloc;
1941 
1942 @end
1943 
1945 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
1946 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1947 @property (nonatomic, weak, getter=getFileSpec) FSFileSpec* fileSpec;
1948 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
1949 -(id)init NS_UNAVAILABLE;
1950 -(void*)getCptr;
1951 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1952 -(id)initWithAction: (FSAction*)action;
1953 
1954 -(void)dealloc;
1955 
1956 @end
1957 
1959 @property (nonatomic, weak, getter=getRelationship) NSString * relationship;
1960 @property (nonatomic, weak, getter=getAttachedFileName) NSString * attachedFileName;
1961 @property (nonatomic, getter=getPageIndex) int pageIndex;
1962 @property (nonatomic, getter=getFileAttachmentAnnotIndex) int fileAttachmentAnnotIndex;
1963 @property (nonatomic, weak, getter=getTarget) FSEmbeddedGotoTarget* target;
1964 -(id)init NS_UNAVAILABLE;
1965 -(void*)getCptr;
1966 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1967 -(id)initWithDocument: (FSPDFDoc*)document;
1968 -(id)initWithDocument: (FSPDFDoc*)document target_object: (FSPDFDictionary*)target_object;
1969 -(id)initWithAction: (FSEmbeddedGotoTarget*)action;
1970 -(FSPDFDictionary*)getDict;
1971 -(BOOL)isEmpty;
1972 
1973 -(void)dealloc;
1974 
1975 @end
1976 
1978 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
1979 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1980 @property (nonatomic, weak, getter=getRootFile) FSFileSpec* rootFile;
1981 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
1982 @property (nonatomic, weak, getter=getTarget) FSEmbeddedGotoTarget* target;
1983 -(id)init NS_UNAVAILABLE;
1984 -(void*)getCptr;
1985 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1986 -(id)initWithAction: (FSAction*)action;
1987 
1988 -(void)dealloc;
1989 
1990 @end
1991 
1992 typedef NS_ENUM(NSInteger, FSSubmitFormActionFlags) {
2006 };
2007 
2009 @property (nonatomic, weak, getter=getURL) NSString * uRL;
2010 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2011 @property (nonatomic, getter=getFlags) unsigned int flags;
2012 -(id)init NS_UNAVAILABLE;
2013 -(void*)getCptr;
2014 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2015 -(id)initWithAction: (FSAction*)action;
2016 
2017 -(void)dealloc;
2018 
2019 @end
2020 
2022 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2023 @property (nonatomic, getter=getFlags) unsigned int flags;
2024 -(id)init NS_UNAVAILABLE;
2025 -(void*)getCptr;
2026 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2027 -(id)initWithAction: (FSAction*)action;
2028 
2029 -(void)dealloc;
2030 
2031 @end
2032 
2034 @property (nonatomic, weak, getter=getFDFFileSpec) FSFileSpec* fDFFileSpec;
2035 -(id)init NS_UNAVAILABLE;
2036 -(void*)getCptr;
2037 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2038 -(id)initWithAction: (FSAction*)action;
2039 
2040 -(void)dealloc;
2041 
2042 @end
2043 
2045 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2046 @property (nonatomic, getter=getHideState) BOOL hideState;
2047 -(id)init NS_UNAVAILABLE;
2048 -(void*)getCptr;
2049 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2050 -(id)initWithAction: (FSAction*)action;
2051 
2052 -(void)dealloc;
2053 
2054 @end
2055 
2057 @property (nonatomic, weak, getter=getFileSpec) FSFileSpec* fileSpec;
2058 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
2059 -(id)init NS_UNAVAILABLE;
2060 -(void*)getCptr;
2061 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2062 -(id)initWithAction: (FSAction*)action;
2063 -(NSString *)getWinFileName;
2064 -(NSString *)getWinDefaultDirectory;
2065 -(NSString *)getWinAppOperation;
2066 -(NSString *)getWinAppParameter;
2067 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
2068 
2069 -(void)dealloc;
2070 
2071 @end
2072 
2073 typedef NS_ENUM(NSInteger, FSRenditionActionOperationType) {
2080 };
2081 
2083 @property (nonatomic, getter=getOperationType) FSRenditionActionOperationType operationType;
2084 @property (nonatomic, weak, getter=getScreenAnnot) FSScreen* screenAnnot;
2085 @property (nonatomic, weak, getter=getJavaScript) NSString * javaScript;
2086 -(id)init NS_UNAVAILABLE;
2087 -(void*)getCptr;
2088 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2089 -(id)initWithAction: (FSAction*)action;
2090 -(int)getRenditionCount;
2091 -(FSRendition*)getRendition: (int)index;
2092 -(void)insertRendition: (FSRendition*)rendition index: (int)index;
2093 -(void)removeRendition: (FSRendition*)rendition;
2094 
2095 -(void)dealloc;
2096 
2097 @end
2098 
2099 typedef NS_ENUM(NSInteger, FSAdditionalActionTriggerEvent) {
2121 };
2122 
2124 -(id)init NS_UNAVAILABLE;
2125 -(void*)getCptr;
2126 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2127 -(id)initWithDoc: (FSPDFDoc*)doc pdf_dict: (FSPDFDictionary*)pdf_dict;
2128 -(id)initWithPage: (FSPDFPage*)page;
2129 -(id)initWithField: (FSField*)field;
2130 -(id)initWithAnnot: (FSAnnot*)annot;
2131 -(id)initWithOther: (FSAdditionalAction*)other;
2132 -(BOOL)isEmpty;
2133 -(FSAction*)getAction: (FSAdditionalActionTriggerEvent)trigger;
2134 -(void)setAction: (FSAdditionalActionTriggerEvent)trigger action: (FSAction*)action;
2135 -(BOOL)removeAction: (FSAdditionalActionTriggerEvent)trigger;
2136 -(BOOL)removeAllActions;
2137 -(BOOL)doJSAction: (FSAdditionalActionTriggerEvent)trigger;
2139 
2140 -(void)dealloc;
2141 
2142 @end
2143 
2144 typedef NS_ENUM(NSInteger, FSDefaultAppearanceDefAPFlags) {
2148 };
2149 
2150 @interface FSDefaultAppearance : NSObject
2151 {
2152  void *swigCPtr;
2153  BOOL swigCMemOwn;
2154 }
2155 @property (nonatomic, getter=getFlags) unsigned int flags;
2156 @property (nonatomic, getter=getText_size) float text_size;
2157 @property (nonatomic, getter=getText_color) unsigned int text_color;
2158 @property (nonatomic, weak, getter=getFont) FSFont* font;
2159 -(void*)getCptr;
2160 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2161 -(id)initWithFlags: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
2162 -(id)init;
2163 -(id)initWithDefault_appearance: (FSDefaultAppearance*)default_appearance;
2164 -(void)set: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
2165 
2166 -(void)dealloc;
2167 
2168 @end
2169 
2170 typedef NS_ENUM(NSInteger, FSRichTextStyleCornerMarkStyle) {
2174 };
2175 
2176 @interface FSRichTextStyle : NSObject
2177 {
2178  void *swigCPtr;
2179  BOOL swigCMemOwn;
2180 }
2181 @property (nonatomic, weak, getter=getFont) FSFont* font;
2182 @property (nonatomic, getter=getText_size) float text_size;
2183 @property (nonatomic, getter=getText_alignment) FSAlignment text_alignment;
2184 @property (nonatomic, getter=getText_color) unsigned int text_color;
2185 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
2186 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
2187 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
2188 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
2189 @property (nonatomic, getter=getMark_style) FSRichTextStyleCornerMarkStyle mark_style;
2190 -(void*)getCptr;
2191 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2192 -(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;
2193 -(id)init;
2194 -(id)initWithStyle: (FSRichTextStyle*)style;
2195 -(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;
2196 -(void)dealloc;
2197 
2198 @end
2199 
2200 typedef NS_ENUM(NSInteger, FSBorderInfoStyle) {
2207 };
2208 
2209 @interface FSBorderInfo : NSObject
2210 {
2211  void *swigCPtr;
2212  BOOL swigCMemOwn;
2213 }
2214 @property (nonatomic, getter=getWidth) float width;
2215 @property (nonatomic, getter=getStyle) FSBorderInfoStyle style;
2216 @property (nonatomic, getter=getCloud_intensity) float cloud_intensity;
2217 @property (nonatomic, getter=getDash_phase) float dash_phase;
2218 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
2219 -(void*)getCptr;
2220 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2221 -(id)initWithWidth: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
2222 -(id)init;
2223 -(id)initWithBorder_info: (FSBorderInfo*)border_info;
2224 -(void)set: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
2225 -(void)dealloc;
2226 
2227 @end
2228 
2229 @interface FSQuadPoints : NSObject
2230 {
2231  void *swigCPtr;
2232  BOOL swigCMemOwn;
2233 }
2234 @property (nonatomic, weak, getter=getFirst) FSPointF* first;
2235 @property (nonatomic, weak, getter=getSecond) FSPointF* second;
2236 @property (nonatomic, weak, getter=getThird) FSPointF* third;
2237 @property (nonatomic, weak, getter=getFourth) FSPointF* fourth;
2238 -(void*)getCptr;
2239 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2240 -(id)initWithFirst: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
2241 -(id)init;
2242 -(id)initWithQuad_points: (FSQuadPoints*)quad_points;
2243 -(void)set: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
2244 
2245 -(void)dealloc;
2246 
2247 @end
2248 
2249 @interface FSQuadPointsArray : NSObject
2250 {
2251  void *swigCPtr;
2252  BOOL swigCMemOwn;
2253 }
2254 -(void*)getCptr;
2255 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2256 -(id)init;
2257 -(id)initWithOther: (FSQuadPointsArray*)other;
2258 -(unsigned long)getSize;
2259 -(FSQuadPoints*)getAt: (unsigned long)index;
2260 -(void)add: (FSQuadPoints*)element;
2261 -(void)removeAt: (unsigned long)index;
2262 -(void)insertAt: (unsigned long)index element: (FSQuadPoints*)element;
2263 -(void)removeAll;
2264 
2265 -(void)dealloc;
2266 
2267 @end
2268 
2269 typedef NS_ENUM(NSInteger, FSIconFitScaleWayType) {
2275 };
2276 
2277 @interface FSIconFit : NSObject
2278 {
2279  void *swigCPtr;
2280  BOOL swigCMemOwn;
2281 }
2282 @property (nonatomic, getter=getScale_way_type) FSIconFitScaleWayType scale_way_type;
2283 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
2284 @property (nonatomic, getter=getHorizontal_fraction) float horizontal_fraction;
2285 @property (nonatomic, getter=getVertical_fraction) float vertical_fraction;
2286 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
2287 -(void*)getCptr;
2288 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2289 -(id)init;
2290 -(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;
2291 -(id)initWithIcon_fit: (FSIconFit*)icon_fit;
2292 -(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;
2293 -(void)dealloc;
2294 
2295 @end
2296 
2297 typedef NS_ENUM(NSInteger, FSAnnotType) {
2328 };
2329 
2330 typedef NS_ENUM(NSInteger, FSAnnotFlags) {
2341 };
2342 
2343 typedef NS_ENUM(NSInteger, FSAnnotHighlightingMode) {
2349 };
2350 
2351 typedef NS_ENUM(NSInteger, FSAnnotProperty) {
2356 };
2357 
2358 typedef NS_ENUM(NSInteger, FSAnnotMKEntry) {
2370 };
2371 
2372 typedef NS_ENUM(NSInteger, FSAnnotMKIconCaptionRelation) {
2380 };
2381 
2382 typedef NS_ENUM(NSInteger, FSAnnotAppearanceType) {
2386 };
2387 
2388 @interface FSAnnot : FSBase
2389 @property (nonatomic, weak, getter=getContent) NSString * content;
2390 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
2391 @property (nonatomic, getter=getFlags) unsigned int flags;
2392 @property (nonatomic, weak, getter=getUniqueID) NSString * uniqueID;
2393 @property (nonatomic, weak, getter=getBorderInfo) FSBorderInfo* borderInfo;
2394 @property (nonatomic, getter=getBorderColor) unsigned int borderColor;
2395 -(void*)getCptr;
2396 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2397 -(id)initWithPage: (FSPDFPage*)page annot_dict: (FSPDFDictionary*)annot_dict;
2398 -(id)initWithAnnot: (FSAnnot*)annot;
2399 -(BOOL)isEmpty;
2400 -(FSPDFPage*)getPage;
2401 -(BOOL)isMarkup;
2402 -(FSAnnotType)getType;
2403 -(int)getIndex;
2404 -(FSRectF*)getRect;
2405 -(FSMatrix2D*)getDisplayMatrix: (FSMatrix2D*)page_display_matrix;
2406 -(BOOL)move: (FSRectF*)rect;
2407 -(BOOL)FSMoveWithResetAppearance: (FSRectF*)rect is_reset_appearance: (BOOL)is_reset_appearance;
2408 -(BOOL)resetAppearanceStream;
2409 -(BOOL)FSResetApStreamWithIsGenerateNewAppearanceObj: (BOOL)is_generate_new_appearance_obj;
2410 -(FSRectI*)getDeviceRect: (FSMatrix2D*)matrix;
2411 -(FSPDFDictionary*)getDict;
2412 -(BOOL)hasProperty: (FSAnnotProperty)property;
2413 -(BOOL)removeProperty: (FSAnnotProperty)property;
2414 -(FSPDFDictionary*)getOptionalContent;
2415 -(FSPDFStream*)getAppearanceStream: (FSAnnotAppearanceType)type appearance_state: (NSString *)appearance_state;
2416 
2417 -(void)dealloc;
2418 
2419 @end
2420 
2421 @interface FSAnnotArray : NSObject
2422 {
2423  void *swigCPtr;
2424  BOOL swigCMemOwn;
2425 }
2426 -(void*)getCptr;
2427 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2428 -(id)init;
2429 -(id)initWithOther: (FSAnnotArray*)other;
2430 -(unsigned long)getSize;
2431 -(FSAnnot*)getAt: (unsigned long)index;
2432 -(void)add: (FSAnnot*)element;
2433 -(void)removeAt: (unsigned long)index;
2434 -(void)insertAt: (unsigned long)index element: (FSAnnot*)element;
2435 -(void)removeAll;
2436 
2437 -(void)dealloc;
2438 
2439 @end
2440 
2441 @interface FSShadingColor : NSObject
2442 {
2443  void *swigCPtr;
2444  BOOL swigCMemOwn;
2445 }
2446 @property (nonatomic, getter=getFirst_color) unsigned int first_color;
2447 @property (nonatomic, getter=getSecond_color) unsigned int second_color;
2448 -(void*)getCptr;
2449 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2450 -(id)initWithFirstcolor: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
2451 -(id)init;
2452 -(id)initWithShading_color: (FSShadingColor*)shading_color;
2453 -(void)set: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
2454 -(void)dealloc;
2455 
2456 @end
2457 
2458 
2459 
2460 @interface FSMarkupArray : NSObject
2461 {
2462  void *swigCPtr;
2463  BOOL swigCMemOwn;
2464 }
2465 -(void*)getCptr;
2466 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2467 -(id)init;
2468 -(id)initWithOther: (FSMarkupArray*)other;
2469 -(unsigned long)getSize;
2470 -(FSMarkup*)getAt: (unsigned long)index;
2471 -(void)add: (FSMarkup*)element;
2472 -(void)removeAt: (unsigned long)index;
2473 -(void)insertAt: (unsigned long)index element: (FSMarkup*)element;
2474 -(void)removeAll;
2475 
2476 -(void)dealloc;
2477 
2478 @end
2479 
2480 @interface FSNoteArray : NSObject
2481 {
2482  void *swigCPtr;
2483  BOOL swigCMemOwn;
2484 }
2485 -(void*)getCptr;
2486 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2487 -(id)init;
2488 -(id)initWithOther: (FSNoteArray*)other;
2489 -(unsigned long)getSize;
2490 -(FSNote*)getAt: (unsigned long)index;
2491 -(void)add: (FSNote*)element;
2492 -(void)removeAt: (unsigned long)index;
2493 -(void)insertAt: (unsigned long)index element: (FSNote*)element;
2494 -(void)removeAll;
2495 
2496 -(void)dealloc;
2497 
2498 @end
2499 
2500 typedef NS_ENUM(NSInteger, FSMarkupStateModel) {
2503 };
2504 
2505 typedef NS_ENUM(NSInteger, FSMarkupState) {
2515 };
2516 
2517 typedef NS_ENUM(NSInteger, FSMarkupEndingStyle) {
2528 };
2529 
2530 typedef NS_ENUM(NSInteger, FSMarkupMeasureType) {
2537 };
2538 
2539 @interface FSMarkup : FSAnnot
2540 @property (nonatomic, weak, getter=getPopup) FSPopup* popup;
2541 @property (nonatomic, weak, getter=getTitle) NSString * title;
2542 @property (nonatomic, weak, getter=getSubject) NSString * subject;
2543 @property (nonatomic, getter=getOpacity) float opacity;
2544 @property (nonatomic, weak, getter=getIntent) NSString * intent;
2545 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
2546 -(void*)getCptr;
2547 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2548 -(id)initWithAnnot: (FSAnnot*)annot;
2549 -(BOOL)removePopup;
2550 -(int)getReplyCount;
2551 -(FSNote*)getReply: (int)index;
2552 -(FSNote*)addReply;
2553 -(BOOL)removeReply: (int)index;
2554 -(BOOL)removeAllReplies;
2555 -(BOOL)isGrouped;
2556 -(FSMarkup*)getGroupHeader;
2557 -(FSMarkupArray*)getGroupElements;
2558 -(BOOL)ungroup;
2559 -(FSNoteArray*)getStateAnnots: (FSMarkupStateModel)model;
2560 -(FSNote*)addStateAnnot: (NSString *)title model: (FSMarkupStateModel)model state: (FSMarkupState)state;
2561 -(BOOL)removeAllStateAnnots;
2562 -(int)getRichTextCount;
2563 -(NSString *)getRichTextContent: (int)index;
2564 -(void)setRichTextContent: (int)index content: (NSString *)content;
2565 -(FSRichTextStyle*)getRichTextStyle: (int)index;
2566 -(void)setRichTextStyle: (int)index style: (FSRichTextStyle*)style;
2567 -(void)addRichText: (NSString *)content style: (FSRichTextStyle*)style;
2568 -(void)insertRichText: (int)index content: (NSString *)content style: (FSRichTextStyle*)style;
2569 -(void)removeRichText: (int)index;
2570 
2571 -(void)dealloc;
2572 
2573 @end
2574 
2575 @interface FSNote : FSMarkup
2576 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2577 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2578 @property (nonatomic, getter=getState) FSMarkupState state;
2579 -(void*)getCptr;
2580 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2581 -(id)init;
2582 -(id)initWithAnnot: (FSAnnot*)annot;
2583 -(FSMarkup*)getReplyTo;
2584 -(BOOL)isStateAnnot;
2585 -(FSMarkupStateModel)getStateModel;
2586 
2587 -(void)dealloc;
2588 
2589 @end
2590 
2592 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2593 -(void*)getCptr;
2594 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2595 -(id)initWithAnnot: (FSAnnot*)annot;
2596 
2597 -(void)dealloc;
2598 
2599 @end
2600 
2602 -(void*)getCptr;
2603 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2604 -(id)init;
2605 -(id)initWithAnnot: (FSAnnot*)annot;
2606 
2607 -(void)dealloc;
2608 
2609 @end
2610 
2612 -(void*)getCptr;
2613 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2614 -(id)init;
2615 -(id)initWithAnnot: (FSAnnot*)annot;
2616 
2617 -(void)dealloc;
2618 
2619 @end
2620 
2622 -(void*)getCptr;
2623 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2624 -(id)init;
2625 -(id)initWithAnnot: (FSAnnot*)annot;
2626 
2627 -(void)dealloc;
2628 
2629 @end
2630 
2632 -(void*)getCptr;
2633 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2634 -(id)init;
2635 -(id)initWithAnnot: (FSAnnot*)annot;
2636 
2637 -(void)dealloc;
2638 
2639 @end
2640 
2641 @interface FSLink : FSAnnot
2642 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2643 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
2644 @property (nonatomic, weak, getter=getAction) FSAction* action;
2645 -(void*)getCptr;
2646 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2647 -(id)init;
2648 -(id)initWithAnnot: (FSAnnot*)annot;
2649 -(BOOL)removeAction;
2650 -(BOOL)executeJavaScriptAction;
2651 
2652 -(void)dealloc;
2653 
2654 @end
2655 
2656 @interface FSSquare : FSMarkup
2657 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2658 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2659 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2660 -(void*)getCptr;
2661 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2662 -(id)init;
2663 -(id)initWithAnnot: (FSAnnot*)annot;
2664 -(NSString *)getMeasureRatioW;
2665 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2666 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2667 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2668 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2669 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2670 
2671 -(void)dealloc;
2672 
2673 @end
2674 
2675 @interface FSCircle : FSMarkup
2676 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2677 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2678 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2679 -(void*)getCptr;
2680 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2681 -(id)init;
2682 -(id)initWithAnnot: (FSAnnot*)annot;
2683 -(NSString *)getMeasureRatioW;
2684 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2685 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2686 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2687 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2688 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2689 
2690 -(void)dealloc;
2691 
2692 @end
2693 
2694 @interface FSFreeText : FSMarkup
2695 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2696 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
2697 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2698 @property (nonatomic, getter=getCalloutLineEndingStyle) FSMarkupEndingStyle calloutLineEndingStyle;
2699 @property (nonatomic, weak, getter=getCalloutLinePoints) FSPointFArray* calloutLinePoints;
2700 @property (nonatomic, weak, getter=getTextMatrix) FSMatrix2D* textMatrix;
2701 @property (nonatomic, getter=getRotation) FSRotation rotation;
2702 -(void*)getCptr;
2703 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2704 -(id)init;
2705 -(id)initWithAnnot: (FSAnnot*)annot;
2706 -(FSDefaultAppearance*)getDefaultAppearance;
2707 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
2708 -(void)rotate: (FSRotation)rotation;
2709 -(void)allowTextOverflow: (BOOL)is_text_overflow;
2710 
2711 -(void)dealloc;
2712 
2713 @end
2714 
2715 typedef NS_ENUM(NSInteger, FSLineCapPos) {
2718 };
2719 
2720 @interface FSLine : FSMarkup
2721 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
2722 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
2723 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
2724 @property (nonatomic, weak, getter=getStartPoint) FSPointF* startPoint;
2725 @property (nonatomic, weak, getter=getEndPoint) FSPointF* endPoint;
2726 @property (nonatomic, getter=getCaptionPositionType) FSLineCapPos captionPositionType;
2727 @property (nonatomic, weak, getter=getCaptionOffset) FSPointF* captionOffset;
2728 @property (nonatomic, getter=getLeaderLineLength) float leaderLineLength;
2729 @property (nonatomic, getter=getLeaderLineExtensionLength) float leaderLineExtensionLength;
2730 @property (nonatomic, getter=getLeaderLineOffset) float leaderLineOffset;
2731 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2732 -(void*)getCptr;
2733 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2734 -(id)init;
2735 -(id)initWithAnnot: (FSAnnot*)annot;
2736 -(BOOL)hasCaption;
2737 -(void)enableCaption: (BOOL)cap;
2738 -(NSString *)getMeasureRatioW;
2739 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2740 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2741 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2742 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2743 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2744 
2745 -(void)dealloc;
2746 
2747 @end
2748 
2749 @interface FSInk : FSMarkup
2750 @property (nonatomic, weak, getter=getInkList) FSPath* inkList;
2751 -(void*)getCptr;
2752 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2753 -(id)init;
2754 -(id)initWithAnnot: (FSAnnot*)annot;
2755 -(void)enableUseBezier: (BOOL)use_bezier;
2756 
2757 -(void)dealloc;
2758 
2759 @end
2760 
2761 @interface FSStamp : FSMarkup
2762 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2763 @property (nonatomic, getter=getRotation) int rotation;
2764 -(void*)getCptr;
2765 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2766 -(id)init;
2767 -(id)initWithAnnot: (FSAnnot*)annot;
2768 -(void)setBitmap: (FSBitmap*)bitmap;
2769 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
2770 -(void)rotate: (int)angle;
2771 
2772 -(void)dealloc;
2773 
2774 @end
2775 
2776 @interface FSScreen : FSAnnot
2777 @property (nonatomic, weak, getter=getMKDict) FSPDFDictionary* mKDict;
2778 @property (nonatomic, getter=getRotation) FSRotation rotation;
2779 @property (nonatomic, getter=getOpacity) float opacity;
2780 @property (nonatomic, weak, getter=getTitle) NSString * title;
2781 @property (nonatomic, weak, getter=getAction) FSAction* action;
2782 -(void*)getCptr;
2783 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2784 -(id)init;
2785 -(id)initWithAnnot: (FSAnnot*)annot;
2786 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
2787 -(FSBitmap*)getBitmap;
2788 -(void)removeAction;
2789 
2790 -(void)dealloc;
2791 
2792 @end
2793 
2794 @interface FSPolygon : FSMarkup
2795 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2796 @property (nonatomic, weak, getter=getVertexes) FSPointFArray* vertexes;
2797 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2798 -(void*)getCptr;
2799 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2800 -(id)init;
2801 -(id)initWithAnnot: (FSAnnot*)annot;
2802 -(NSString *)getMeasureRatioW;
2803 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2804 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2805 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2806 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2807 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2808 
2809 -(void)dealloc;
2810 
2811 @end
2812 
2813 @interface FSPolyLine : FSMarkup
2814 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
2815 @property (nonatomic, weak, getter=getVertexes) FSPointFArray* vertexes;
2816 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
2817 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
2818 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2819 -(void*)getCptr;
2820 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2821 -(id)init;
2822 -(id)initWithAnnot: (FSAnnot*)annot;
2823 -(NSString *)getMeasureRatioW;
2824 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2825 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2826 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2827 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2828 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2829 
2830 -(void)dealloc;
2831 
2832 @end
2833 
2834 @interface FSCaret : FSMarkup
2835 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2836 -(void*)getCptr;
2837 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2838 -(id)init;
2839 -(id)initWithAnnot: (FSAnnot*)annot;
2840 
2841 -(void)dealloc;
2842 
2843 @end
2844 
2846 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2847 -(void*)getCptr;
2848 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2849 -(id)init;
2850 -(id)initWithAnnot: (FSAnnot*)annot;
2851 -(BOOL)setFileSpec: (FSFileSpec*)file_spec;
2852 -(FSFileSpec*)getFileSpec;
2853 
2854 -(void)dealloc;
2855 
2856 @end
2857 
2858 @interface FSPopup : FSAnnot
2859 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2860 -(void*)getCptr;
2861 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2862 -(id)init;
2863 -(id)initWithAnnot: (FSAnnot*)annot;
2864 -(FSMarkup*)getParent;
2865 
2866 -(void)dealloc;
2867 
2868 @end
2869 
2870 @interface FSPSInk : FSAnnot
2871 -(void*)getCptr;
2872 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2873 -(id)init;
2874 -(id)initWithAnnot: (FSAnnot*)annot;
2875 
2876 -(void)dealloc;
2877 
2878 @end
2879 
2880 typedef NS_ENUM(NSInteger, FSWidgetLineSpacingStyle) {
2886 };
2887 
2888 @interface FSWidget : FSAnnot
2889 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
2890 @property (nonatomic, weak, getter=getAction) FSAction* action;
2891 @property (nonatomic, getter=getMKRotation) FSRotation mKRotation;
2892 @property (nonatomic, getter=getMKBorderColor) unsigned int mKBorderColor;
2893 @property (nonatomic, getter=getMKBackgroundColor) unsigned int mKBackgroundColor;
2894 @property (nonatomic, weak, getter=getMKNormalCaption) NSString * mKNormalCaption;
2895 @property (nonatomic, weak, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
2896 @property (nonatomic, weak, getter=getMKDownCaption) NSString * mKDownCaption;
2897 @property (nonatomic, weak, getter=getMKNormalIconBitmap) FSBitmap* mKNormalIconBitmap;
2898 @property (nonatomic, weak, getter=getMKRolloverIconBitmap) FSBitmap* mKRolloverIconBitmap;
2899 @property (nonatomic, weak, getter=getMKDownIconBitmap) FSBitmap* mKDownIconBitmap;
2900 @property (nonatomic, weak, getter=getMKIconFit) FSIconFit* mKIconFit;
2901 @property (nonatomic, getter=getMKIconCaptionRelation) FSAnnotMKIconCaptionRelation mKIconCaptionRelation;
2902 @property (nonatomic, weak, getter=getAppearanceState) NSString * appearanceState;
2903 -(void*)getCptr;
2904 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2905 -(id)init;
2906 -(id)initWithAnnot: (FSAnnot*)annot;
2907 -(FSField*)getField;
2908 -(FSControl*)getControl;
2909 -(void)removeAction;
2910 -(BOOL)hasMKEntry: (FSAnnotMKEntry)mk_entry;
2911 -(void)removeMKEntry: (FSAnnotMKEntry)mk_entry;
2912 -(void)setMKNormalIconImage: (FSImage*)image frame_index: (int)frame_index;
2913 -(void)setMKRolloverIconImage: (FSImage*)image frame_index: (int)frame_index;
2914 -(void)setMKDownIconImage: (FSImage*)image frame_index: (int)frame_index;
2915 -(NSString *)getAppearanceOnStateName;
2916 -(FSWidgetLineSpacingStyle)getLineSpacing: (float *)line_spacing_value;
2917 -(void)setLineSpacing: (FSWidgetLineSpacingStyle)line_spacing_style line_spacing_value: (float)line_spacing_value;
2918 
2919 -(void)dealloc;
2920 
2921 @end
2922 
2923 @interface FSRedact : FSMarkup
2924 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2925 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2926 @property (nonatomic, getter=getApplyFillColor) unsigned int applyFillColor;
2927 @property (nonatomic, weak, getter=getOverlayText) NSString * overlayText;
2928 @property (nonatomic, getter=getOverlayTextAlignment) FSAlignment overlayTextAlignment;
2929 -(void*)getCptr;
2930 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2931 -(id)init;
2932 -(id)initWithAnnot: (FSAnnot*)annot;
2933 -(BOOL)isOverlayTextRepeated;
2934 -(void)enableRepeatOverlayText: (BOOL)is_to_repeat_overlay_text;
2935 -(void)enableAutoFontSize;
2936 -(FSDefaultAppearance*)getDefaultAppearance;
2937 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
2938 -(BOOL)apply;
2939 
2940 -(void)dealloc;
2941 
2942 @end
2943 
2944 typedef NS_ENUM(NSInteger, FSSoundSampleEncodingFormat) {
2949 };
2950 
2951 @interface FSSound : FSMarkup
2952 -(void*)getCptr;
2953 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2954 -(id)init;
2955 -(id)initWithAnnot: (FSAnnot*)annot;
2957 -(float)getSamplingRate;
2958 -(int)getChannelCount;
2959 -(int)getBits;
2961 -(NSString *)getCompressionFormat;
2963 
2964 -(void)dealloc;
2965 
2966 @end
2967 
2968 @interface FSPagingSeal : FSAnnot
2969 -(id)init NS_UNAVAILABLE;
2970 -(void*)getCptr;
2971 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2972 -(id)initWithAnnot: (FSAnnot*)annot;
2974 
2975 -(void)dealloc;
2976 
2977 @end
2978 
2979 typedef NS_ENUM(NSInteger, FSRendererColorMode) {
2983 };
2984 
2985 typedef NS_ENUM(NSInteger, FSRendererContentFlag) {
2988 };
2989 
2990 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
2993 };
2994 
2995 @interface FSRenderer : FSBase
2996 -(id)init NS_UNAVAILABLE;
2997 -(void*)getCptr;
2998 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2999 -(id)initWithBitmap: (FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
3000 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
3001 -(id)initWithOther: (FSRenderer*)other;
3002 -(BOOL)isEmpty;
3003 -(FSProgressive*)startQuickRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3004 -(FSProgressive*)startRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3005 -(FSProgressive*)startRenderReflowPage: (FSReflowPage*)reflow_page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3006 -(FSProgressive*)startRenderXFAPage: (FSXFAPage*)xfa_page_view matrix: (FSMatrix2D*)matrix is_highlight: (BOOL)is_highlight pause: (id<FSPauseCallback>)pause;
3007 -(FSProgressive*)startRenderBitmap: (FSBitmap*)bitmap matrix: (FSMatrix2D*)matrix clip_rect: (FSRectI*)clip_rect interpolation: (unsigned int)interpolation pause: (id<FSPauseCallback>)pause;
3008 -(void)setRenderAnnotAppearanceType: (FSAnnotAppearanceType)ap_type;
3009 -(BOOL)renderAnnot: (FSAnnot*)annot matrix: (FSMatrix2D*)matrix;
3010 -(BOOL)renderFormControls: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
3011 -(BOOL)renderGraphicsObject: (FSGraphicsObject*)graphics_object page: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
3012 -(void)setClipRect: (FSRectI*)clip_rect;
3013 -(void)setClipPathFill: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix fill_mode: (FSFillMode)fill_mode;
3014 -(void)setClipPathStroke: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix graph_state: (FSGraphState*)graph_state;
3015 -(void)setRenderContentFlags: (unsigned int)render_content_flags;
3016 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
3017 -(void)setRenderFormField: (BOOL)is_render_formfield;
3018 -(void)setRenderSignature: (BOOL)is_render_signature;
3019 -(void)setLayerContext: (FSLayerContext*)layer_context;
3020 -(void)setColorMode: (FSRendererColorMode)color_mode;
3021 -(void)setMappingModeColors: (unsigned int)background_color foreground_color: (unsigned int)foreground_color;
3022 -(void)setClearType: (BOOL)is_clear_type;
3023 -(void)setPrintTextAsGraphic: (BOOL)is_to_print_text_graphic;
3024 -(void)setPrintTextAsImage: (BOOL)is_to_print_text_image;
3025 -(void)setForceDownSample: (BOOL)is_to_force_down_sample;
3026 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
3027 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
3028 -(void)enableForPrint: (BOOL)is_render_for_print;
3029 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
3030 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
3031 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
3032 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
3033 -(void)setRenderPathFullCovered: (BOOL)is_render_path_full_covered;
3034 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
3035 -(void)setRenderEnhanceThinLines: (BOOL)is_render_enhance_thin_lines;
3036 -(void)setRenderSignatureState: (BOOL)is_render_signature_state;
3037 
3038 -(void)dealloc;
3039 
3040 @end
3041 
3042 typedef NS_ENUM(NSInteger, FSAssociatedFilesRelationship) {
3051 };
3052 
3054 -(id)init NS_UNAVAILABLE;
3055 -(void*)getCptr;
3056 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3057 -(id)initWithOther: (FSAssociatedFiles*)other;
3058 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
3059 -(BOOL)isEmpty;
3060 -(int)getAssociatedFilesCount: (FSPDFObject*)pdf_object;
3061 -(int)getAssociatedFilesCountWithGraphicsObject: (FSGraphicsObject*)graphics_object;
3062 -(FSFileSpec*)getAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
3063 -(FSFileSpec*)getAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
3064 -(void)associateFile: (FSPDFObject*)pdf_object file_spec: (FSFileSpec*)file_spec;
3065 -(void)associateFileWithGraphicsObject: (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;
3066 -(void)associateFileWithPDFPage: (FSPDFPage*)page file_spec: (FSFileSpec*)file_spec;
3067 -(void)associateFileWithImageObject: (FSImageObject*)image file_spec: (FSFileSpec*)file_spec;
3068 -(void)associateFileWithFormXObject: (FSFormXObject*)form_xobject file_spec: (FSFileSpec*)file_spec;
3069 -(void)associateFileWithAnnot: (FSAnnot*)annot file_spec: (FSFileSpec*)file_spec;
3070 -(void)removeAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
3071 -(void)removeAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
3072 
3073 -(void)dealloc;
3074 
3075 @end
3076 
3077 typedef NS_ENUM(NSInteger, FSFDFDocType) {
3080 };
3081 
3082 @interface FSFDFDoc : FSBase
3083 -(id)init NS_UNAVAILABLE;
3084 -(void*)getCptr;
3085 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3086 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
3087 -(id)initWithType: (FSFDFDocType)type;
3088 -(id)initWithPath: (NSString *)path;
3089 -(id)initWithOther: (FSFDFDoc*)other;
3090 -(BOOL)isEmpty;
3092 -(NSString *)getPDFPath;
3093 -(BOOL)setPDFPath: (NSString *)pdf_path;
3094 -(BOOL)saveAs: (NSString *)file_path;
3095 -(BOOL)saveAsWithWriterCallback: (id<FSFileWriterCallback>)file;
3098 -(id)initWithBuffer: (NSData *)buffer;
3099 
3100 -(void)dealloc;
3101 
3102 @end
3103 
3104 @interface FSMenuListArray : NSObject
3105 {
3106  void *swigCPtr;
3107  BOOL swigCMemOwn;
3108 }
3109 -(void*)getCptr;
3110 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3111 -(id)init;
3112 -(id)initWithOther: (FSMenuListArray*)other;
3113 -(unsigned long)getSize;
3114 -(FSMenuList*)getAt: (unsigned long)index;
3115 -(void)add: (FSMenuList*)element;
3116 -(void)removeAt: (unsigned long)index;
3117 -(void)insertAt: (unsigned long)index element: (FSMenuList*)element;
3118 -(void)removeAll;
3119 
3120 -(void)dealloc;
3121 
3122 @end
3123 
3124 @interface FSMenuItemExArray : NSObject
3125 {
3126  void *swigCPtr;
3127  BOOL swigCMemOwn;
3128 }
3129 -(void*)getCptr;
3130 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3131 -(id)init;
3132 -(id)initWithOther: (FSMenuItemExArray*)other;
3133 -(unsigned long)getSize;
3134 -(FSMenuItemEx*)getAt: (unsigned long)index;
3135 -(void)add: (FSMenuItemEx*)element;
3136 -(void)removeAt: (unsigned long)index;
3137 -(void)insertAt: (unsigned long)index element: (FSMenuItemEx*)element;
3138 -(void)removeAll;
3139 
3140 -(void)dealloc;
3141 
3142 @end
3143 
3144 @interface FSMenuList : NSObject
3145 {
3146  void *swigCPtr;
3147  BOOL swigCMemOwn;
3148 }
3149 @property (nonatomic, getter=getLevel) int level;
3150 @property (nonatomic, weak, getter=getName) NSString * name;
3151 @property (nonatomic, weak, getter=getSub_menu_list_array) FSMenuListArray* sub_menu_list_array;
3152 -(void*)getCptr;
3153 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3154 -(id)init;
3155 -(id)initWithMenu_list: (FSMenuList*)menu_list;
3156 -(void)set: (int)level name: (NSString *)name sub_menu_list_array: (FSMenuListArray*)sub_menu_list_array;
3157 -(void)dealloc;
3158 
3159 @end
3160 
3161 @interface FSMenuItemEx : NSObject
3162 {
3163  void *swigCPtr;
3164  BOOL swigCMemOwn;
3165 }
3166 @property (nonatomic, weak, getter=getItem_name) NSString * item_name;
3167 @property (nonatomic, weak, getter=getReturn_name) NSString * return_name;
3168 @property (nonatomic, getter=getIs_checked) BOOL is_checked;
3169 @property (nonatomic, getter=getIs_enabled) BOOL is_enabled;
3170 @property (nonatomic, weak, getter=getSub_menu_item_array) FSMenuItemExArray* sub_menu_item_array;
3171 -(void*)getCptr;
3172 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3173 -(id)init;
3174 -(id)initWithMenu_item: (FSMenuItemEx*)menu_item;
3175 -(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;
3176 -(void)dealloc;
3177 
3178 @end
3179 
3180 @interface FSIdentityProperties : NSObject
3181 {
3182  void *swigCPtr;
3183  BOOL swigCMemOwn;
3184 }
3185 @property (nonatomic, weak, getter=getCorporation) NSString * corporation;
3186 @property (nonatomic, weak, getter=getEmail) NSString * email;
3187 @property (nonatomic, weak, getter=getLogin_name) NSString * login_name;
3188 @property (nonatomic, weak, getter=getName) NSString * name;
3189 @property (nonatomic, weak, getter=getFirst_name) NSString * first_name;
3190 @property (nonatomic, weak, getter=getLast_name) NSString * last_name;
3191 @property (nonatomic, weak, getter=getTitle) NSString * title;
3192 @property (nonatomic, weak, getter=getDepartment) NSString * department;
3193 -(void*)getCptr;
3194 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3195 -(id)init;
3196 -(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;
3197 -(id)initWithId_properities: (FSIdentityProperties*)id_properities;
3198 -(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;
3199 -(void)dealloc;
3200 
3201 @end
3202 
3203 @interface FSButtonItem : NSObject
3204 {
3205  void *swigCPtr;
3206  BOOL swigCMemOwn;
3207 }
3208 @property (nonatomic, weak, getter=getName) NSString * name;
3209 @property (nonatomic, getter=getPos) int pos;
3210 @property (nonatomic, weak, getter=getExec) NSString * exec;
3211 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3212 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3213 @property (nonatomic, weak, getter=getTooltip) NSString * tooltip;
3214 @property (nonatomic, weak, getter=getLabel) NSString * label;
3215 @property (nonatomic, weak, getter=getBitmap) FSBitmap* bitmap;
3216 -(void*)getCptr;
3217 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3218 -(id)init;
3219 -(id)initWithButton_item: (FSButtonItem*)button_item;
3220 -(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;
3221 -(void)dealloc;
3222 
3223 @end
3224 
3225 @interface FSMenuItemConfig : NSObject
3226 {
3227  void *swigCPtr;
3228  BOOL swigCMemOwn;
3229 }
3230 @property (nonatomic, weak, getter=getName) NSString * name;
3231 @property (nonatomic, weak, getter=getUser) NSString * user;
3232 @property (nonatomic, weak, getter=getParent) NSString * parent;
3233 @property (nonatomic, getter=getPos) int pos;
3234 @property (nonatomic, weak, getter=getPos_str) NSString * pos_str;
3235 @property (nonatomic, weak, getter=getExec) NSString * exec;
3236 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3237 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3238 -(void*)getCptr;
3239 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3240 -(id)init;
3241 -(id)initWithMenu_item_config: (FSMenuItemConfig*)menu_item_config;
3242 -(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;
3243 -(void)dealloc;
3244 
3245 @end
3246 
3247 @interface FSDialogDescriptionElementArray : NSObject
3248 {
3249  void *swigCPtr;
3250  BOOL swigCMemOwn;
3251 }
3252 -(void*)getCptr;
3253 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3254 -(id)init;
3255 -(id)initWithOther: (FSDialogDescriptionElementArray*)other;
3256 -(unsigned long)getSize;
3257 -(FSDialogDescriptionElement*)getAt: (unsigned long)index;
3258 -(void)add: (FSDialogDescriptionElement*)element;
3259 -(void)removeAt: (unsigned long)index;
3260 -(void)insertAt: (unsigned long)index element: (FSDialogDescriptionElement*)element;
3261 -(void)removeAll;
3262 
3263 -(void)dealloc;
3264 
3265 @end
3266 
3267 @interface FSDialogDescriptionElement : NSObject
3268 {
3269  void *swigCPtr;
3270  BOOL swigCMemOwn;
3271 }
3272 @property (nonatomic, weak, getter=getName) NSString * name;
3273 @property (nonatomic, weak, getter=getItem_id) NSString * item_id;
3274 @property (nonatomic, weak, getter=getType) NSString * type;
3275 @property (nonatomic, weak, getter=getNext_tab) NSString * next_tab;
3276 @property (nonatomic, getter=getWidth) int width;
3277 @property (nonatomic, getter=getHeight) int height;
3278 @property (nonatomic, getter=getChar_width) int char_width;
3279 @property (nonatomic, getter=getChar_height) int char_height;
3280 @property (nonatomic, weak, getter=getFont) NSString * font;
3281 @property (nonatomic, getter=getBold) BOOL bold;
3282 @property (nonatomic, getter=getItalic) BOOL italic;
3283 @property (nonatomic, weak, getter=getAlignment) NSString * alignment;
3284 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3285 @property (nonatomic, weak, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
3286 -(void*)getCptr;
3287 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3288 -(id)init;
3289 -(id)initWithDlg_des_element: (FSDialogDescriptionElement*)dlg_des_element;
3290 -(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;
3291 -(void)dealloc;
3292 
3293 @end
3294 
3295 @interface FSDialogDescriptionConfig : NSObject
3296 {
3297  void *swigCPtr;
3298  BOOL swigCMemOwn;
3299 }
3300 @property (nonatomic, weak, getter=getName) NSString * name;
3301 @property (nonatomic, weak, getter=getFirst_tab) NSString * first_tab;
3302 @property (nonatomic, getter=getWidth) int width;
3303 @property (nonatomic, getter=getHeight) int height;
3304 @property (nonatomic, getter=getChar_width) int char_width;
3305 @property (nonatomic, getter=getChar_height) int char_height;
3306 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3307 @property (nonatomic, weak, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
3308 -(void*)getCptr;
3309 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3310 -(id)init;
3311 -(id)initWithDlg_des_config: (FSDialogDescriptionConfig*)dlg_des_config;
3312 -(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;
3313 -(void)dealloc;
3314 
3315 @end
3316 
3317 @interface FSSOAPAuthenticateInfo : NSObject
3318 {
3319  void *swigCPtr;
3320  BOOL swigCMemOwn;
3321 }
3322 @property (nonatomic, weak, getter=getUsername) NSString * username;
3323 @property (nonatomic, weak, getter=getPassword) NSString * password;
3324 @property (nonatomic, getter=getIs_use_platform_auth) BOOL is_use_platform_auth;
3325 -(void*)getCptr;
3326 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3327 -(id)init;
3328 -(id)initWithSoap_authenticate: (FSSOAPAuthenticateInfo*)soap_authenticate;
3329 -(void)set: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
3330 -(void)dealloc;
3331 
3332 @end
3333 
3334 @interface FSSOAPRequestProperties : NSObject
3335 {
3336  void *swigCPtr;
3337  BOOL swigCMemOwn;
3338 }
3339 @property (nonatomic, weak, getter=getRequest_url) NSString * request_url;
3340 @property (nonatomic, weak, getter=getRequest_content) NSString * request_content;
3341 @property (nonatomic, weak, getter=getSoap_action) NSString * soap_action;
3342 @property (nonatomic, weak, getter=getSoap_namespace) NSString * soap_namespace;
3343 @property (nonatomic, weak, getter=getSoap_version) NSString * soap_version;
3344 @property (nonatomic, weak, getter=getContent_type) NSString * content_type;
3345 @property (nonatomic, getter=getIs_encode) BOOL is_encode;
3346 @property (nonatomic, getter=getIs_wiredump) BOOL is_wiredump;
3347 @property (nonatomic, weak, getter=getRequest_header) NSString * request_header;
3348 @property (nonatomic, weak, getter=getAuthenticate) FSSOAPAuthenticateInfo* authenticate;
3349 -(void*)getCptr;
3350 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3351 -(id)init;
3352 -(id)initWithRequest_properties: (FSSOAPRequestProperties*)request_properties;
3353 -(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;
3354 -(void)dealloc;
3355 
3356 @end
3357 
3358 @interface FSSOAPResponseInfo : NSObject
3359 {
3360  void *swigCPtr;
3361  BOOL swigCMemOwn;
3362 }
3363 @property (nonatomic, weak, getter=getResponse_header) NSString * response_header;
3364 @property (nonatomic, weak, getter=getResponse_body) NSString * response_body;
3365 @property (nonatomic, weak, getter=getNetwork_error) NSString * network_error;
3366 @property (nonatomic, getter=getStatus_code) unsigned int status_code;
3367 -(void*)getCptr;
3368 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3369 -(id)init;
3370 -(id)initWithSoap_response: (FSSOAPResponseInfo*)soap_response;
3371 -(void)set: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (unsigned int)status_code;
3372 -(void)dealloc;
3373 
3374 @end
3375 
3376 typedef NS_ENUM(NSInteger, FSPrintParamsPrintContent) {
3380 };
3381 
3382 typedef NS_ENUM(NSInteger, FSPrintParamsDuplexType) {
3386 };
3387 
3388 typedef NS_ENUM(NSInteger, FSPrintParamsBookletDuplexMode) {
3392 };
3393 
3394 typedef NS_ENUM(NSInteger, FSPrintParamsBookletBinding) {
3399 };
3400 
3401 typedef NS_ENUM(NSInteger, FSPrintParamsPageOrder) {
3405 };
3406 
3407 typedef NS_ENUM(NSInteger, FSPrintParamsPrintHandling) {
3414 };
3415 
3416 @interface FSPrintParams : NSObject
3417 {
3418  void *swigCPtr;
3419  BOOL swigCMemOwn;
3420 }
3421 @property (nonatomic, getter=getIs_show_ui) BOOL is_show_ui;
3422 @property (nonatomic, getter=getIs_reverse) BOOL is_reverse;
3423 @property (nonatomic, getter=getIs_print_as_image) BOOL is_print_as_image;
3424 @property (nonatomic, getter=getIs_print_auto_center) BOOL is_print_auto_center;
3425 @property (nonatomic, getter=getIs_print_auto_rotate) BOOL is_print_auto_rotate;
3426 @property (nonatomic, getter=getIs_simulate_overprinting) BOOL is_simulate_overprinting;
3427 @property (nonatomic, getter=getIs_print_page_border) BOOL is_print_page_border;
3428 @property (nonatomic, weak, getter=getPage_range) FSRange* page_range;
3429 @property (nonatomic, getter=getPrint_content) FSPrintParamsPrintContent print_content;
3430 @property (nonatomic, weak, getter=getPrinter_name) NSString * printer_name;
3431 @property (nonatomic, weak, getter=getOutput_file_name) NSString * output_file_name;
3432 @property (nonatomic, getter=getNum_copies) int num_copies;
3433 @property (nonatomic, getter=getDuplex_type) FSPrintParamsDuplexType duplex_type;
3434 @property (nonatomic, getter=getIs_tile_label) BOOL is_tile_label;
3435 @property (nonatomic, getter=getTile_mark) BOOL tile_mark;
3436 @property (nonatomic, getter=getTile_overlap) float tile_overlap;
3437 @property (nonatomic, getter=getTile_scale) float tile_scale;
3438 @property (nonatomic, getter=getHandling) FSPrintParamsPrintHandling handling;
3439 @property (nonatomic, getter=getBinding) FSPrintParamsBookletBinding binding;
3440 @property (nonatomic, getter=getBooklet_duplex_mode) FSPrintParamsBookletDuplexMode booklet_duplex_mode;
3441 @property (nonatomic, getter=getNum_pages_h) int num_pages_h;
3442 @property (nonatomic, getter=getNum_pages_v) int num_pages_v;
3443 @property (nonatomic, getter=getPage_order) FSPrintParamsPageOrder page_order;
3444 -(void*)getCptr;
3445 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3446 -(id)init;
3447 -(id)initWithPrint_params: (FSPrintParams*)print_params;
3448 -(void)dealloc;
3449 
3450 @end
3451 
3452 typedef NS_ENUM(NSInteger, FSFloatingInfoWindowPosition) {
3462 };
3463 
3464 typedef NS_ENUM(NSInteger, FSFloatingInfoRelativeTarget) {
3469 };
3470 
3471 typedef NS_ENUM(NSInteger, FSFloatingInfoResizeType) {
3475 };
3476 
3477 typedef NS_ENUM(NSInteger, FSFloatingInfoOffScreenAction) {
3481 };
3482 
3483 @interface FSFloatingInfo : NSObject
3484 {
3485  void *swigCPtr;
3486  BOOL swigCMemOwn;
3487 }
3488 @property (nonatomic, getter=getWindow_pos) FSFloatingInfoWindowPosition window_pos;
3489 @property (nonatomic, getter=getRelative_target) FSFloatingInfoRelativeTarget relative_target;
3490 @property (nonatomic, getter=getResize_type) FSFloatingInfoResizeType resize_type;
3491 @property (nonatomic, getter=getHas_close) BOOL has_close;
3492 @property (nonatomic, getter=getHas_title) BOOL has_title;
3493 @property (nonatomic, weak, getter=getTitle) NSString * title;
3494 @property (nonatomic, getter=getOff_screen) FSFloatingInfoOffScreenAction off_screen;
3495 @property (nonatomic, weak, getter=getRect) FSRectF* rect;
3496 -(void*)getCptr;
3497 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3498 -(id)init;
3499 -(id)initWithFloating_info: (FSFloatingInfo*)floating_info;
3500 -(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;
3501 -(void)dealloc;
3502 
3503 @end
3504 
3505 typedef NS_ENUM(NSInteger, FSMediaSettingsPlayerWindowType) {
3509 };
3510 
3511 @interface FSMediaSettings : NSObject
3512 {
3513  void *swigCPtr;
3514  BOOL swigCMemOwn;
3515 }
3516 @property (nonatomic, getter=getAuto_play) BOOL auto_play;
3517 @property (nonatomic, weak, getter=getBase_url) NSString * base_url;
3518 @property (nonatomic, getter=getBg_color) unsigned int bg_color;
3519 @property (nonatomic, getter=getBg_opacity) float bg_opacity;
3520 @property (nonatomic, getter=getDuration) int duration;
3521 @property (nonatomic, getter=getPage) int page;
3522 @property (nonatomic, getter=getRepeat) int repeat;
3523 @property (nonatomic, getter=getShow_ui) BOOL show_ui;
3524 @property (nonatomic, getter=getIs_visible) BOOL is_visible;
3525 @property (nonatomic, getter=getVolume) int volume;
3526 @property (nonatomic, getter=getWindow_type) FSMediaSettingsPlayerWindowType window_type;
3527 @property (nonatomic, weak, getter=getFloating_wnd_info) FSFloatingInfo* floating_wnd_info;
3528 -(void*)getCptr;
3529 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3530 -(id)init;
3531 -(id)initWithMedia_settings: (FSMediaSettings*)media_settings;
3532 -(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;
3533 -(void)dealloc;
3534 
3535 @end
3536 
3537 @interface FSPlayerArgs : NSObject
3538 {
3539  void *swigCPtr;
3540  BOOL swigCMemOwn;
3541 }
3542 @property (nonatomic, weak, getter=getDoc) FSPDFDoc* doc;
3543 @property (nonatomic, weak, getter=getScreen_annot) FSScreen* screen_annot;
3544 @property (nonatomic, weak, getter=getRendition) FSRendition* rendition;
3545 @property (nonatomic, weak, getter=getURL) NSString * uRL;
3546 @property (nonatomic, weak, getter=getAudio_format) NSString * audio_format;
3547 @property (nonatomic, weak, getter=getPlayer_settings) FSMediaSettings* player_settings;
3548 -(void*)getCptr;
3549 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3550 -(id)init;
3551 -(id)initWithPlayer_args: (FSPlayerArgs*)player_args;
3552 -(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;
3553 -(void)dealloc;
3554 
3555 @end
3556 
3557 typedef NS_ENUM(NSInteger, FSSearchOptionWordMatching) {
3561 };
3562 
3563 @interface FSSearchOption : NSObject
3564 {
3565  void *swigCPtr;
3566  BOOL swigCMemOwn;
3567 }
3568 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
3569 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
3570 @property (nonatomic, getter=getIs_search_bookmarks) BOOL is_search_bookmarks;
3571 @property (nonatomic, getter=getIs_search_in_markup) BOOL is_search_in_markup;
3572 @property (nonatomic, getter=getIs_search_in_attachments) BOOL is_search_in_attachments;
3573 @property (nonatomic, getter=getIs_ignore_accents) BOOL is_ignore_accents;
3574 @property (nonatomic, getter=getIs_proximity) BOOL is_proximity;
3575 @property (nonatomic, getter=getIs_stemming) BOOL is_stemming;
3576 @property (nonatomic, getter=getIs_ignore_full_width) BOOL is_ignore_full_width;
3577 @property (nonatomic, getter=getMax_docs) int max_docs;
3578 @property (nonatomic, getter=getWord_matching) FSSearchOptionWordMatching word_matching;
3579 @property (nonatomic, getter=getIs_search_doc_text) BOOL is_search_doc_text;
3580 -(void*)getCptr;
3581 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3582 -(id)init;
3583 -(id)initWithSearch_option: (FSSearchOption*)search_option;
3584 -(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;
3585 -(void)dealloc;
3586 
3587 @end
3588 
3589 @interface FSSearchIndexConfig : NSObject
3590 {
3591  void *swigCPtr;
3592  BOOL swigCMemOwn;
3593 }
3594 @property (nonatomic, weak, getter=getName) NSString * name;
3595 @property (nonatomic, getter=getIs_available) BOOL is_available;
3596 @property (nonatomic, weak, getter=getPath) NSString * path;
3597 @property (nonatomic, getter=getIs_selected) BOOL is_selected;
3598 -(void*)getCptr;
3599 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3600 -(id)init;
3601 -(id)initWithSearch_index_config: (FSSearchIndexConfig*)search_index_config;
3602 -(void)set: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
3603 -(void)dealloc;
3604 
3605 @end
3606 
3607 typedef NS_ENUM(NSInteger, FSMediaPlayerCallbackJSMediaPlayerState) {
3613 };
3614 
3615 
3616 
3617 typedef NS_ENUM(NSInteger, FSActionCallbackLanguage) {
3634 };
3635 
3636 typedef NS_ENUM(NSInteger, FSActionCallbackAppInfoType) {
3642 };
3643 
3644 typedef NS_ENUM(NSInteger, FSActionCallbackMailType) {
3648 };
3649 
3650 typedef NS_ENUM(NSInteger, FSActionCallbackJSFieldValueChangeType) {
3654 };
3655 
3656 typedef NS_ENUM(NSInteger, FSActionCallbackJSMediaPlayerState) {
3662 };
3663 
3664 typedef NS_ENUM(NSInteger, FSActionCallbackLayoutMode) {
3669 };
3670 
3671 typedef NS_ENUM(NSInteger, FSActionCallbackJsMailResult) {
3675 };
3676 
3677 typedef NS_ENUM(NSInteger, FSActionCallbackSearchScope) {
3682 };
3683 
3684 
3685 
3686 typedef NS_ENUM(NSInteger, FSBookmarkStyle) {
3690 };
3691 
3692 typedef NS_ENUM(NSInteger, FSBookmarkPosition) {
3699 };
3700 
3701 @interface FSBookmark : FSBase
3702 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
3703 @property (nonatomic, weak, getter=getTitle) NSString * title;
3704 @property (nonatomic, getter=getColor) unsigned int color;
3705 @property (nonatomic, getter=getStyle) unsigned int style;
3706 @property (nonatomic, weak, getter=getAction) FSAction* action;
3707 -(id)init NS_UNAVAILABLE;
3708 -(void*)getCptr;
3709 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3710 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc bookmark_dict: (FSPDFDictionary*)bookmark_dict;
3711 -(id)initWithOther: (FSBookmark*)other;
3712 -(BOOL)isEmpty;
3713 -(FSBookmark*)getParent;
3714 -(BOOL)hasChild;
3715 -(FSBookmark*)getFirstChild;
3716 -(FSBookmark*)getNextSibling;
3717 -(FSBookmark*)insert: (NSString *)title position: (FSBookmarkPosition)position;
3718 -(BOOL)moveTo: (FSBookmark*)dest_bookmark position: (FSBookmarkPosition)position;
3719 -(BOOL)removeAction;
3720 -(BOOL)isRoot;
3721 -(BOOL)isFirstChild;
3722 -(BOOL)isLastChild;
3723 -(FSPDFDictionary*)getDict;
3724 
3725 -(void)dealloc;
3726 
3727 @end
3728 
3729 @interface FSAttachments : FSBase
3730 -(id)init NS_UNAVAILABLE;
3731 -(void*)getCptr;
3732 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3733 -(id)initWithDoc: (FSPDFDoc*)doc nametree: (FSPDFNameTree*)nametree;
3734 -(id)initWithOther: (FSAttachments*)other;
3735 -(BOOL)isEmpty;
3736 -(int)getCount;
3737 -(NSString *)getKey: (int)index;
3738 -(FSFileSpec*)getEmbeddedFile: (NSString *)key;
3739 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
3740 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
3741 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
3742 -(BOOL)removeEmbeddedFile: (NSString *)key;
3743 -(BOOL)removeAllEmbeddedFiles;
3744 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
3746 
3747 -(void)dealloc;
3748 
3749 @end
3750 
3751 @interface FSFileSpec : FSBase
3752 @property (nonatomic, weak, getter=getFileName) NSString * fileName;
3753 @property (nonatomic, getter=getAssociteFileRelationship) FSAssociatedFilesRelationship associteFileRelationship;
3754 @property (nonatomic, weak, getter=getDescription) NSString * description;
3755 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
3756 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
3757 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3758 @property (nonatomic, weak, getter=getChecksum) NSData * checksum;
3759 -(id)init NS_UNAVAILABLE;
3760 -(void*)getCptr;
3761 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3762 -(id)initWithDocument: (FSPDFDoc*)document;
3763 -(id)initWithDocument: (FSPDFDoc*)document pdf_object: (FSPDFObject*)pdf_object;
3764 -(id)initWithOther: (FSFileSpec*)other;
3765 -(BOOL)isEmpty;
3766 -(long long)getFileSize;
3767 -(long long)getCompressedEmbeddedFileSize;
3768 -(id<FSFileReaderCallback>)getFileData;
3769 -(BOOL)embed: (NSString *)file_path;
3770 -(BOOL)embedWithPDFObject: (FSPDFObject*)pdf_object;
3771 -(BOOL)embedWithStreamCallback: (id<FSFileStreamCallback>)stream;
3772 -(BOOL)isEmbedded;
3773 -(FSPDFDictionary*)getDict;
3774 -(BOOL)exportToFile: (NSString *)path;
3775 -(BOOL)exportToFileStream: (id<FSFileStreamCallback>)stream;
3776 
3777 -(void)dealloc;
3778 
3779 @end
3780 
3781 @interface FSLayerNodeArray : NSObject
3782 {
3783  void *swigCPtr;
3784  BOOL swigCMemOwn;
3785 }
3786 -(void*)getCptr;
3787 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3788 -(id)init;
3789 -(id)initWithOther: (FSLayerNodeArray*)other;
3790 -(unsigned long)getSize;
3791 -(FSLayerNode*)getAt: (unsigned long)index;
3792 -(void)add: (FSLayerNode*)element;
3793 -(void)removeAt: (unsigned long)index;
3794 -(void)insertAt: (unsigned long)index element: (FSLayerNode*)element;
3795 -(void)removeAll;
3796 
3797 -(void)dealloc;
3798 
3799 @end
3800 
3801 @interface FSLayerZoomData : NSObject
3802 {
3803  void *swigCPtr;
3804  BOOL swigCMemOwn;
3805 }
3806 @property (nonatomic, getter=getMin_factor) float min_factor;
3807 @property (nonatomic, getter=getMax_factor) float max_factor;
3808 -(void*)getCptr;
3809 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3810 -(id)init;
3811 -(id)initWithMin_factor: (float)min_factor max_factor: (float)max_factor;
3812 -(id)initWithData: (FSLayerZoomData*)data;
3813 -(void)set: (float)min_factor max_factor: (float)max_factor;
3814 -(void)dealloc;
3815 
3816 @end
3817 
3818 typedef NS_ENUM(NSInteger, FSLayerTreeUsageState) {
3823 };
3824 
3825 @interface FSLayerTree : FSBase
3826 -(id)init NS_UNAVAILABLE;
3827 -(void*)getCptr;
3828 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3829 -(id)initWithDocument: (FSPDFDoc*)document;
3830 -(id)initWithOther: (FSLayerTree*)other;
3831 -(BOOL)isEmpty;
3832 -(BOOL)setBaseState: (FSLayerTreeUsageState)state;
3835 -(FSPDFArray*)getOCGs;
3836 
3837 -(void)dealloc;
3838 
3839 @end
3840 
3841 @interface FSLayerPrintData : NSObject
3842 {
3843  void *swigCPtr;
3844  BOOL swigCMemOwn;
3845 }
3846 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3847 @property (nonatomic, getter=getPrint_state) FSLayerTreeUsageState print_state;
3848 -(void*)getCptr;
3849 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3850 -(id)initWithSubtype: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
3851 -(id)init;
3852 -(id)initWithData: (FSLayerPrintData*)data;
3853 -(void)set: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
3854 -(void)dealloc;
3855 
3856 @end
3857 
3858 typedef NS_ENUM(NSInteger, FSLayerContextUsageType) {
3864 };
3865 
3867 -(id)init NS_UNAVAILABLE;
3868 -(void*)getCptr;
3869 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3870 -(id)initWithDocument: (FSPDFDoc*)document usage_type: (FSLayerContextUsageType)usage_type;
3871 -(id)initWithOther: (FSLayerContext*)other;
3872 -(BOOL)isEmpty;
3875 -(BOOL)reset;
3876 -(BOOL)copyStates: (FSLayerContext*)source_context;
3877 -(BOOL)mergeStates: (FSLayerContext*)source_context;
3878 -(BOOL)isVisible: (FSLayerNode*)layer;
3879 -(BOOL)setVisible: (FSLayerNode*)layer is_visible: (BOOL)is_visible;
3880 
3881 -(void)dealloc;
3882 
3883 @end
3884 
3885 @interface FSLayerNode : FSBase
3886 -(id)init NS_UNAVAILABLE;
3887 -(void*)getCptr;
3888 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3889 -(id)initWithOther: (FSLayerNode*)other;
3890 -(BOOL)isEmpty;
3891 -(int)getChildrenCount;
3892 -(FSLayerNode*)getChild: (int)index;
3893 -(BOOL)removeChild: (int)index;
3894 -(BOOL)moveTo: (FSLayerNode*)parent_layer_node index: (int)index;
3895 -(FSLayerNode*)addChild: (int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
3896 -(NSString *)getName;
3897 -(BOOL)isLocked;
3898 -(BOOL)hasLayer;
3899 -(BOOL)hasIntent: (NSString *)intent;
3900 -(BOOL)isInPage: (FSPDFPage*)page;
3905 -(BOOL)setName: (NSString *)name;
3906 -(BOOL)setDefaultVisible: (BOOL)is_visible;
3907 -(BOOL)setViewUsage: (FSLayerTreeUsageState)state;
3908 -(BOOL)setExportUsage: (FSLayerTreeUsageState)state;
3909 -(BOOL)setPrintUsage: (FSLayerPrintData*)data;
3910 -(BOOL)setZoomUsage: (FSLayerZoomData*)data;
3911 -(FSGraphicsObjectArray*)getGraphicsObjects: (FSPDFPage*)page;
3912 -(BOOL)addGraphicsObject: (FSPDFPage*)page graphicsobject: (FSGraphicsObject*)graphicsobject;
3913 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
3914 -(BOOL)removeUsage: (FSLayerContextUsageType)usage_type;
3916 
3917 -(void)dealloc;
3918 
3919 @end
3920 
3921 @interface FSTimer : NSObject
3922 {
3923  void *swigCPtr;
3924  BOOL swigCMemOwn;
3925 }
3926 -(id)init NS_UNAVAILABLE;
3927 -(void*)getCptr;
3928 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3929 -(void)onTimer: (int)timer;
3930 
3931 -(void)dealloc;
3932 
3933 @end
3934 
3935 typedef NS_ENUM(NSInteger, FSFillerAssistCallbackPopupMenuItem) {
3942 };
3943 
3944 
3945 
3946 typedef NS_ENUM(NSInteger, FSFillerVirtualKeyCode) {
4034 };
4035 
4036 typedef NS_ENUM(NSInteger, FSFillerEventFlags) {
4047 };
4048 
4049 @interface FSFiller : FSBase
4050 -(id)init NS_UNAVAILABLE;
4051 -(void*)getCptr;
4052 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4053 -(id)initWithForm: (FSForm*)form assist: (id<FSFillerAssistCallback>)assist;
4054 -(id)initWithOther: (FSFiller*)other;
4055 -(BOOL)isEmpty;
4056 -(void)render: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
4057 -(BOOL)onLButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4058 -(BOOL)onLButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4059 -(BOOL)onLButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4060 -(BOOL)onMouseMove: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4061 -(BOOL)onMouseEnter: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4062 -(BOOL)onMouseHover: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4063 -(BOOL)onMouseLeave: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4064 -(BOOL)onMouseWheel: (FSPDFPage*)page point: (FSPointF*)point delta: (int)delta flags: (unsigned int)flags;
4065 -(BOOL)onRButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4066 -(BOOL)onRButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4067 -(BOOL)onRButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4068 -(BOOL)onWheelButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4069 -(BOOL)onWheelButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4070 -(BOOL)onWheelButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4071 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
4072 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
4073 -(BOOL)onChar: (unsigned int)char_code flags: (unsigned int)flags;
4074 -(BOOL)setFocus: (FSControl*)control;
4075 -(BOOL)killFocus;
4076 -(void)highlightFormFields: (BOOL)is_highlight;
4077 -(void)highlightFormFieldsAndSignatures: (BOOL)is_highlight is_sign_highlight: (BOOL)is_sign_highlight;
4078 -(void)setHighlightColor: (unsigned int)color;
4079 -(void)showOverflowIndicator: (BOOL)is_show_overflow_indicator;
4080 -(BOOL)onCut;
4081 -(BOOL)onCopy;
4082 -(BOOL)onPaste;
4083 -(BOOL)onSelectAll;
4084 -(BOOL)onDelete;
4085 -(FSPointF*)getEditingTextCaretPosition: (FSMatrix2D*)matrix;
4086 
4087 -(void)dealloc;
4088 
4089 @end
4090 
4091 @interface FSFieldArray : NSObject
4092 {
4093  void *swigCPtr;
4094  BOOL swigCMemOwn;
4095 }
4096 -(void*)getCptr;
4097 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4098 -(id)init;
4099 -(id)initWithOther: (FSFieldArray*)other;
4100 -(unsigned long)getSize;
4101 -(FSField*)getAt: (unsigned long)index;
4102 -(void)add: (FSField*)element;
4103 -(void)removeAt: (unsigned long)index;
4104 -(void)insertAt: (unsigned long)index element: (FSField*)element;
4105 -(void)removeAll;
4106 
4107 -(void)dealloc;
4108 
4109 @end
4110 
4111 @interface FSChoiceOption : NSObject
4112 {
4113  void *swigCPtr;
4114  BOOL swigCMemOwn;
4115 }
4116 @property (nonatomic, weak, getter=getOption_value) NSString * option_value;
4117 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
4118 @property (nonatomic, getter=getSelected) BOOL selected;
4119 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
4120 -(void*)getCptr;
4121 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4122 -(id)init;
4123 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4124 -(id)initWithOption: (FSChoiceOption*)option;
4125 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4126 -(void)dealloc;
4127 
4128 @end
4129 
4130 @interface FSChoiceOptionArray : NSObject
4131 {
4132  void *swigCPtr;
4133  BOOL swigCMemOwn;
4134 }
4135 -(void*)getCptr;
4136 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4137 -(id)init;
4138 -(id)initWithOther: (FSChoiceOptionArray*)other;
4139 -(unsigned long)getSize;
4140 -(FSChoiceOption*)getAt: (unsigned long)index;
4141 -(void)add: (FSChoiceOption*)element;
4142 -(void)removeAt: (unsigned long)index;
4143 -(void)insertAt: (unsigned long)index element: (FSChoiceOption*)element;
4144 -(void)removeAll;
4145 
4146 -(void)dealloc;
4147 
4148 @end
4149 
4150 typedef NS_ENUM(NSInteger, FSFieldType) {
4159 };
4160 
4161 typedef NS_ENUM(NSInteger, FSFieldFlags) {
4178 };
4179 
4180 @interface FSField : FSBase
4181 @property (nonatomic, getter=getFlags) unsigned int flags;
4182 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
4183 @property (nonatomic, weak, getter=getValue) NSString * value;
4184 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4185 @property (nonatomic, weak, getter=getAlternateName) NSString * alternateName;
4186 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4187 @property (nonatomic, weak, getter=getMappingName) NSString * mappingName;
4188 @property (nonatomic, getter=getMaxLength) int maxLength;
4189 @property (nonatomic, weak, getter=getOptions) FSChoiceOptionArray* options;
4190 @property (nonatomic, getter=getTopVisibleIndex) int topVisibleIndex;
4191 -(void*)getCptr;
4192 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4193 -(id)initWithDocument: (FSPDFDoc*)document field_dict: (FSPDFDictionary*)field_dict;
4194 -(id)initWithField: (FSField*)field;
4195 -(BOOL)isEmpty;
4196 -(FSFieldType)getType;
4197 -(NSString *)getName;
4198 -(int)getControlCount;
4199 -(FSControl*)getControl: (int)index;
4200 -(int)getControlCountWithPDFPage: (FSPDFPage*)page;
4201 -(FSControl*)getControlWithPDFPage: (FSPDFPage*)page index: (int)index;
4202 -(BOOL)reset;
4203 -(FSPDFDictionary*)getDict;
4204 -(FSPDFObject*)getValueObj;
4205 -(FSPDFObject*)getDefaultValueObj;
4206 -(FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
4207 
4208 -(void)dealloc;
4209 
4210 @end
4211 
4212 @interface FSForm : FSBase
4213 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4214 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4215 @property (nonatomic, weak, getter=getFieldsInCalculationOrder) FSFieldArray* fieldsInCalculationOrder;
4216 -(id)init NS_UNAVAILABLE;
4217 -(void*)getCptr;
4218 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4219 -(id)initWithDocument: (FSPDFDoc*)document;
4220 -(id)initWithOther: (FSForm*)other;
4221 -(BOOL)isEmpty;
4222 -(BOOL)needConstructAppearances;
4223 -(void)setConstructAppearances: (BOOL)need_construct;
4224 -(FSControl*)getControlAtDevicePoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type matrix: (FSMatrix2D*)matrix;
4225 -(FSControl*)getControlAtPoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type;
4226 -(FSPDFDoc*)getDocument;
4227 -(BOOL)validateFieldName: (FSFieldType)type field_name: (NSString *)field_name;
4228 -(BOOL)renameField: (FSField*)field new_field_name: (NSString *)new_field_name;
4229 -(FSControl*)addControl: (FSPDFPage*)page field_name: (NSString *)field_name field_type: (FSFieldType)field_type rect: (FSRectF*)rect;
4230 -(BOOL)moveControl: (FSControl*)control field_name: (NSString *)field_name;
4231 -(void)removeField: (FSField*)field;
4232 -(void)removeControl: (FSControl*)control;
4233 -(int)getFieldCount: (NSString *)filter;
4234 -(FSField*)getField: (int)index filter: (NSString *)filter;
4235 -(int)getControlCount: (FSPDFPage*)page;
4236 -(FSControl*)getControl: (FSPDFPage*)page index: (int)index;
4237 -(FSFiller*)getFormFiller;
4238 -(BOOL)reset;
4239 -(BOOL)exportToXML: (NSString *)file_path;
4240 -(BOOL)exportToXMLWithFieldArray: (NSString *)file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4241 -(BOOL)exportToXMLWithWriterCallback: (id<FSFileWriterCallback>)xml_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4242 -(BOOL)importFromXML: (NSString *)file_path;
4243 -(BOOL)exportToCSV: (NSString *)csv_file_path pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4244 -(BOOL)exportToCSVWithStreamCallback: (id<FSFileStreamCallback>)csv_file pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4245 -(BOOL)exportToHTML: (NSString *)html_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4246 -(BOOL)exportToHTMLWithWriterCallback: (id<FSFileWriterCallback>)html_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4247 -(BOOL)exportToTXT: (NSString *)txt_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4248 -(BOOL)exportToTXTWithWriterCallback: (id<FSFileWriterCallback>)txt_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4249 -(FSPDFDictionary*)getDict;
4250 -(void)fixPageFields: (int)page_index;
4251 
4252 -(void)dealloc;
4253 
4254 @end
4255 
4256 @interface FSControl : FSBase
4257 @property (nonatomic, weak, getter=getExportValue) NSString * exportValue;
4258 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4259 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4260 -(id)init NS_UNAVAILABLE;
4261 -(void*)getCptr;
4262 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4263 -(id)initWithOther: (FSControl*)other;
4264 -(BOOL)isEmpty;
4265 -(FSField*)getField;
4266 -(FSPDFDictionary*)getWidgetDict;
4267 -(FSWidget*)getWidget;
4268 -(int)getIndex;
4269 -(BOOL)isChecked;
4270 -(void)setChecked: (BOOL)checked_status;
4271 -(BOOL)isDefaultChecked;
4272 -(void)setDefaultChecked: (BOOL)checked_status;
4273 
4274 -(void)dealloc;
4275 
4276 @end
4277 
4278 @interface FSSignatureArray : NSObject
4279 {
4280  void *swigCPtr;
4281  BOOL swigCMemOwn;
4282 }
4283 -(void*)getCptr;
4284 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4285 -(id)init;
4286 -(id)initWithOther: (FSSignatureArray*)other;
4287 -(unsigned long)getSize;
4288 -(FSSignature*)getAt: (unsigned long)index;
4289 -(void)add: (FSSignature*)element;
4290 -(void)removeAt: (unsigned long)index;
4291 -(void)insertAt: (unsigned long)index element: (FSSignature*)element;
4292 -(void)removeAll;
4293 
4294 -(void)dealloc;
4295 
4296 @end
4297 
4298 typedef NS_ENUM(NSInteger, FSSignatureStates) {
4328 };
4329 
4330 typedef NS_ENUM(NSInteger, FSSignatureAPFlags) {
4342 };
4343 
4344 typedef NS_ENUM(NSInteger, FSSignatureKeyName) {
4352 };
4353 
4354 typedef NS_ENUM(NSInteger, FSSignatureDigestAlgorithm) {
4359 };
4360 
4361 typedef NS_ENUM(NSInteger, FSSignatureSignatureType) {
4365 };
4366 
4367 typedef NS_ENUM(NSInteger, FSSignaturePAdESLevel) {
4374 };
4375 
4376 typedef NS_ENUM(NSInteger, FSSignatureDocPermission) {
4381 };
4382 
4383 typedef NS_ENUM(NSInteger, FSSignatureFieldMDPAction) {
4388 };
4389 
4390 typedef NS_ENUM(NSInteger, FSSignatureLabelName) {
4397 };
4398 
4399 @interface FSSignature : FSField
4400 @property (nonatomic, getter=getDocPermission) FSSignatureDocPermission docPermission;
4401 @property (nonatomic, getter=getAppearanceFlags) unsigned int appearanceFlags;
4402 @property (nonatomic, weak, getter=getSignTime) FSDateTime* signTime;
4403 @property (nonatomic, weak, getter=getFilter) NSString * filter;
4404 @property (nonatomic, weak, getter=getSubFilter) NSString * subFilter;
4405 @property (nonatomic, weak, getter=getBitmap) FSBitmap* bitmap;
4406 -(void*)getCptr;
4407 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4408 -(id)initWithField: (FSField*)field;
4409 -(id)initWithDocument: (FSPDFDoc*)document sig_field_dict: (FSPDFDictionary*)sig_field_dict;
4410 -(BOOL)isEmpty;
4411 -(BOOL)isSigned;
4412 -(void)setFieldMDPActionFields: (FSSignatureFieldMDPAction)action field_array: (NSArray<NSString *> *)field_array;
4413 -(FSSignatureFieldMDPAction)getFieldMDPAction;
4414 -(NSArray<NSString *> *)getFieldMDPActionFields;
4415 -(void)enableIncrementalSaveForFirstSigning: (BOOL)enable_incremental_save;
4416 -(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;
4417 -(FSProgressive*)startSignWithStreamCallback: (NSString *)cert_path cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm stream_callback: (id<FSFileStreamCallback>)stream_callback client_data: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
4418 -(FSProgressive*)startSignWithCertFileStreamCallback: (id<FSFileStreamCallback>)cert_file_stream cert_password: (NSString *)cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm stream_callback: (id<FSFileStreamCallback>)stream_callback client_data: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
4419 -(FSProgressive*)startVerify: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
4420 -(NSString *)getCertificateInfo: (NSString *)key;
4421 -(unsigned int)getState;
4422 -(BOOL)clearSignedData;
4423 -(FSPDFDoc*)getDocument;
4424 -(FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
4425 -(void)setAppearanceContent: (NSString *)appearance_content;
4426 -(NSString *)getKeyValue: (FSSignatureKeyName)key;
4427 -(void)setKeyValue: (FSSignatureKeyName)key value: (NSString *)value;
4428 -(void)setKeyLabel: (FSSignatureLabelName)label_name label_value: (NSString *)label_value;
4429 -(NSString *)getKeyLabel: (FSSignatureLabelName)label_name;
4430 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
4431 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (int)frame_index;
4432 -(FSPDFDictionary*)getSignatureDict;
4433 -(void)setDefaultContentsLength: (unsigned int)default_length;
4434 -(int)getCertCount;
4435 -(NSString *)getCert: (int)index;
4436 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
4437 -(FSSignatureSignatureType)getSignatureType;
4438 -(BOOL)isTimeStamp;
4439 -(FSSignaturePAdESLevel)getPAdESLevel;
4440 -(void)setCustomObject: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
4441 -(FSSignatureArray*)getPagingSealGroupElements;
4442 -(BOOL)generateAppearance;
4443 -(FSPagingSealSignature*)getPagingSealSignature;
4444 -(void)enableEmbedFont: (BOOL)enable_embed_font;
4445 -(FSInt32Array*)getByteRangeArray;
4446 
4447 -(void)dealloc;
4448 
4449 @end
4450 
4451 typedef NS_ENUM(NSInteger, FSSignatureCallbackCertValidity) {
4460 };
4461 
4462 
4463 
4464 @interface FSTimeStampServerMgr : NSObject
4465 {
4466  void *swigCPtr;
4467  BOOL swigCMemOwn;
4468 }
4469 -(void*)getCptr;
4470 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4471 +(FSErrorCode)initialize;
4472 +(void)destroy;
4473 +(int)getServerCount;
4474 +(FSTimeStampServer*)getServer: (int)index;
4475 +(int)getServerIndex: (FSTimeStampServer*)server;
4476 +(FSTimeStampServer*)getDefaultServer;
4477 +(void)setDefaultServerWithIndex: (int)index;
4478 +(void)setDefaultServer: (FSTimeStampServer*)server;
4479 +(FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
4480 +(void)removeServerWithIndex: (int)index;
4481 +(void)removeServer: (FSTimeStampServer*)server;
4482 -(id)init;
4483 
4484 -(void)dealloc;
4485 
4486 @end
4487 
4488 typedef NS_ENUM(NSInteger, FSTimeStampServerSendRequestResult) {
4497 };
4498 
4500 -(id)init NS_UNAVAILABLE;
4501 -(void*)getCptr;
4502 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4503 -(id)initWithOther: (FSTimeStampServer*)other;
4504 -(BOOL)isEmpty;
4505 -(NSData *)getTimeStampMessage;
4506 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest: (NSData *)request;
4507 
4508 -(void)dealloc;
4509 
4510 @end
4511 
4512 
4513 
4514 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealPosition) {
4519 };
4520 
4521 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealStyle) {
4524 };
4525 
4526 @interface FSPagingSealConfig : NSObject
4527 {
4528  void *swigCPtr;
4529  BOOL swigCMemOwn;
4530 }
4531 @property (nonatomic, getter=getPaging_seal_position) FSPagingSealConfigPagingSealPosition paging_seal_position;
4532 @property (nonatomic, getter=getOffset) float offset;
4533 @property (nonatomic, getter=getFirst_page_percent) float first_page_percent;
4534 @property (nonatomic, getter=getIs_on_perforation) BOOL is_on_perforation;
4535 @property (nonatomic, getter=getPaging_seal_style) FSPagingSealConfigPagingSealStyle paging_seal_style;
4536 -(id)init NS_UNAVAILABLE;
4537 -(void*)getCptr;
4538 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4539 -(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;
4540 -(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;
4541 -(void)dealloc;
4542 
4543 @end
4544 
4545 typedef NS_ENUM(NSInteger, FSPagingSealSignaturePagingSealAPState) {
4551 };
4552 
4554 -(id)init NS_UNAVAILABLE;
4555 -(void*)getCptr;
4556 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4557 -(void)setPagingSealConfig: (FSPagingSealConfig*)paging_seal_config;
4558 -(void)setAPStateBitmap: (FSPagingSealSignaturePagingSealAPState)ap_state bitmap: (FSBitmap*)bitmap;
4559 -(BOOL)generateAppearance;
4560 
4561 -(void)dealloc;
4562 
4563 @end
4564 
4565 typedef NS_ENUM(NSInteger, FSGraphicsObjectsTextMergeOption) {
4569 };
4570 
4572 -(void*)getCptr;
4573 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4574 -(id)initWithOther: (FSGraphicsObjects*)other;
4575 -(BOOL)isEmpty;
4576 -(long)getFirstGraphicsObjectPosition: (FSGraphicsObjectType)filter;
4577 -(long)getNextGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
4578 -(long)getLastGraphicsObjectPosition: (FSGraphicsObjectType)filter;
4579 -(long)getPrevGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
4580 -(FSGraphicsObject*)getGraphicsObject: (long)position;
4581 -(long)insertGraphicsObject: (long)position_insert_after graphics_object: (FSGraphicsObject*)graphics_object;
4582 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
4583 -(BOOL)removeGraphicsObjectByPosition: (long)position;
4584 -(long)moveGraphicsObjectByPosition: (long)current_position position_move_after: (long)position_move_after;
4585 -(long)getGraphicsObjectPosition: (FSGraphicsObject*)graphics_object;
4587 -(int)getGraphicsObjectIndex: (FSGraphicsObject*)graphics_object;
4588 -(FSGraphicsObject*)getGraphicsObjectByIndex: (int)index;
4589 -(BOOL)generateContent;
4590 -(BOOL)generateContentWithMergeOption: (FSGraphicsObjectsTextMergeOption)text_merge_option;
4591 
4592 -(void)dealloc;
4593 
4594 @end
4595 
4596 typedef NS_ENUM(NSInteger, FSPDFPageParseFlags) {
4599 };
4600 
4601 typedef NS_ENUM(NSInteger, FSPDFPageCalcMarginMode) {
4604 };
4605 
4606 typedef NS_ENUM(NSInteger, FSPDFPageFlattenOptions) {
4610 };
4611 
4612 typedef NS_ENUM(NSInteger, FSPDFPageBoxType) {
4618 };
4619 
4620 typedef NS_ENUM(NSInteger, FSPDFPageSize) {
4633 };
4634 
4636 @property (nonatomic, getter=getRotation) FSRotation rotation;
4637 @property (nonatomic, getter=getUserUnitSize) float userUnitSize;
4638 -(id)init NS_UNAVAILABLE;
4639 -(void*)getCptr;
4640 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4641 -(id)initWithDocument: (FSPDFDoc*)document page_dict: (FSPDFDictionary*)page_dict;
4642 -(id)initWithOther: (FSGraphicsObjects*)other;
4643 -(FSPDFDoc*)getDocument;
4644 -(FSPDFDictionary*)getDict;
4645 -(BOOL)isParsed;
4646 -(FSProgressive*)startParse: (unsigned int)flags pause: (id<FSPauseCallback>)pause is_reparse: (BOOL)is_reparse;
4647 -(int)getIndex;
4648 -(float)getHeight;
4649 -(float)getWidth;
4650 -(FSBitmap*)loadThumbnail;
4651 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
4652 -(FSRectF*)calcContentBBox: (FSPDFPageCalcMarginMode)mode;
4653 -(int)getAnnotCount;
4654 -(FSAnnot*)getAnnot: (int)index;
4655 -(FSAnnot*)getAnnotAtPoint: (FSPointF*)position tolerance: (float)tolerance;
4656 -(FSAnnot*)getAnnotAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
4657 -(FSAnnotArray*)getAnnotsAtPoint: (FSPointF*)position tolerance: (float)tolerance;
4658 -(FSAnnotArray*)getAnnotsAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
4659 -(FSAnnot*)addAnnot: (FSAnnotType)type rect: (FSRectF*)rect;
4660 -(FSAnnot*)addAnnotWithDictionary: (FSPDFDictionary*)annot_dict;
4661 -(BOOL)removeAnnot: (FSAnnot*)annot;
4662 -(void)moveAnnotToFirst: (FSAnnot*)annot;
4663 -(void)moveAnnotToLast: (FSAnnot*)annot;
4664 -(void)moveAnnotToPrev: (FSAnnot*)annot;
4665 -(void)moveAnnotToNext: (FSAnnot*)annot;
4666 -(void)updateAnnotList;
4667 -(BOOL)hasTransparency;
4668 -(BOOL)flatten: (BOOL)for_display options: (unsigned int)options;
4669 -(BOOL)flattenAnnot: (FSAnnot*)annot;
4670 -(BOOL)setAnnotGroup: (FSMarkupArray*)annot_array header_index: (int)header_index;
4671 -(FSSignature*)addSignature: (FSRectF*)rect;
4672 -(FSSignature*)addSignatureWithFieldName: (FSRectF*)rect field_name: (NSString *)field_name;
4673 -(FSSignature*)addSignatureWithSignatureType: (FSRectF*)rect field_name: (NSString *)field_name signature_type: (FSSignatureSignatureType)signature_type to_check_permission: (BOOL)to_check_permission;
4674 -(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;
4675 -(BOOL)hasWatermark;
4676 -(BOOL)removeAllWatermarks;
4677 -(void)setSize: (float)width height: (float)height;
4678 -(void)setSizeWithType: (FSPDFPageSize)size;
4679 -(void)setBox: (FSPDFPageBoxType)box_type box: (FSRectF*)box;
4680 -(FSRectF*)getBox: (FSPDFPageBoxType)box_type;
4681 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path need_transform_annotations: (BOOL)need_transform_annotations;
4682 -(BOOL)normalize;
4683 -(void)setClipRect: (FSRectF*)clip_rect;
4684 -(void)setThumbnail: (FSBitmap*)thumbnail;
4685 -(FSGraphicsObject*)getGraphicsObjectAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
4686 -(FSGraphicsObjectArray*)getGraphicsObjectsAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
4687 -(FSGraphicsObject*)getGraphicsObjectAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
4688 -(FSGraphicsObjectArray*)getGraphicsObjectsAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
4689 -(FSGraphicsObject*)getGraphicsObjectAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
4690 -(FSGraphicsObjectArray*)getGraphicsObjectsAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
4691 -(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;
4692 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (FSPointF*)position width: (float)width height: (float)height auto_generate_content: (BOOL)auto_generate_content;
4693 -(FSPDFArray*)getAnnots;
4694 -(FSPDFDictionary*)getResources;
4695 -(FSPDFObject*)getContents;
4696 -(FSPDFStream*)getThumb;
4697 -(FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
4698 -(void)clearRenderCache;
4699 -(FSRectF*)getSuggestedRect: (FSBitmap*)render_result render_matrix: (FSMatrix2D*)render_matrix point: (FSPointF*)point;
4700 -(BOOL)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style;
4701 -(FSRectF*)addTextWithRotation: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style rotation: (FSRotation)rotation;
4702 
4703 -(void)dealloc;
4704 
4705 @end
4706 
4707 @interface FSPageNumberRange : NSObject
4708 {
4709  void *swigCPtr;
4710  BOOL swigCMemOwn;
4711 }
4712 @property (nonatomic, getter=getStart_number) int start_number;
4713 @property (nonatomic, getter=getEnd_number) int end_number;
4714 @property (nonatomic, getter=getFilter) FSRangeFilter filter;
4715 -(void*)getCptr;
4716 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4717 -(id)initWithStart_number: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4718 -(id)init;
4719 -(id)initWithPage_range: (FSPageNumberRange*)page_range;
4720 -(void)set: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4721 -(void)dealloc;
4722 
4723 @end
4724 
4725 @interface FSHeaderFooterContent : NSObject
4726 {
4727  void *swigCPtr;
4728  BOOL swigCMemOwn;
4729 }
4730 @property (nonatomic, weak, getter=getHeader_left_content) NSString * header_left_content;
4731 @property (nonatomic, weak, getter=getHeader_center_content) NSString * header_center_content;
4732 @property (nonatomic, weak, getter=getHeader_right_content) NSString * header_right_content;
4733 @property (nonatomic, weak, getter=getFooter_left_content) NSString * footer_left_content;
4734 @property (nonatomic, weak, getter=getFooter_center_content) NSString * footer_center_content;
4735 @property (nonatomic, weak, getter=getFooter_right_content) NSString * footer_right_content;
4736 -(void*)getCptr;
4737 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4738 -(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;
4739 -(id)init;
4740 -(id)initWithOther: (FSHeaderFooterContent*)other;
4741 -(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;
4742 -(void)dealloc;
4743 
4744 @end
4745 
4746 @interface FSHeaderFooter : NSObject
4747 {
4748  void *swigCPtr;
4749  BOOL swigCMemOwn;
4750 }
4751 @property (nonatomic, weak, getter=getFont) FSFont* font;
4752 @property (nonatomic, getter=getText_size) float text_size;
4753 @property (nonatomic, getter=getText_color) unsigned int text_color;
4754 @property (nonatomic, weak, getter=getPage_range) FSPageNumberRange* page_range;
4755 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
4756 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
4757 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
4758 @property (nonatomic, getter=getStart_page_number) int start_page_number;
4759 @property (nonatomic, weak, getter=getContent) FSHeaderFooterContent* content;
4760 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
4761 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
4762 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
4763 -(void*)getCptr;
4764 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4765 -(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;
4766 -(id)init;
4767 -(id)initWithOther: (FSHeaderFooter*)other;
4768 -(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;
4769 -(void)dealloc;
4770 
4771 @end
4772 
4795 };
4796 
4803 };
4804 
4806 -(void*)getCptr;
4807 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4808 -(id)init;
4809 -(id)initWithOther: (FSHeaderFooterContentGenerator*)other;
4810 -(BOOL)isEmpty;
4811 -(void)addDate: (FSHeaderFooterContentGeneratorDateFormatType)format_type;
4812 -(void)addPageNumber: (FSHeaderFooterContentGeneratorPageNumberFormat)format_type;
4813 -(void)addString: (NSString *)new_string;
4814 -(void)clear;
4815 -(NSString *)generateContent;
4816 
4817 -(void)dealloc;
4818 
4819 @end
4820 
4821 @interface FSTiledWatermarkSettings : NSObject
4822 {
4823  void *swigCPtr;
4824  BOOL swigCMemOwn;
4825 }
4826 @property (nonatomic, getter=getRow_space) float row_space;
4827 @property (nonatomic, getter=getCol_space) float col_space;
4828 @property (nonatomic, getter=getRotation) float rotation;
4829 @property (nonatomic, getter=getOpacity) int opacity;
4830 @property (nonatomic, getter=getScale) int scale;
4831 -(void*)getCptr;
4832 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4833 -(id)initWithRow_space: (float)row_space col_space: (float)col_space rotation: (float)rotation opacity: (int)opacity scale: (int)scale;
4834 -(id)init;
4835 -(id)initWithSettings: (FSTiledWatermarkSettings*)settings;
4836 -(void)set: (float)row_space col_space: (float)col_space rotation: (float)rotation opacity: (int)opacity scale: (int)scale;
4837 -(void)dealloc;
4838 
4839 @end
4840 
4841 @interface FSWrapperData : NSObject
4842 {
4843  void *swigCPtr;
4844  BOOL swigCMemOwn;
4845 }
4846 @property (nonatomic, getter=getVersion) int version;
4847 @property (nonatomic, weak, getter=getType) NSString * type;
4848 @property (nonatomic, weak, getter=getApp_id) NSString * app_id;
4849 @property (nonatomic, weak, getter=getUri) NSString * uri;
4850 @property (nonatomic, weak, getter=getDescription) NSString * description;
4851 -(void*)getCptr;
4852 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4853 -(id)init;
4854 -(id)initWithVersion: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4855 -(id)initWithWrapper_data: (FSWrapperData*)wrapper_data;
4856 -(void)set: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4857 -(void)dealloc;
4858 
4859 @end
4860 
4861 @interface FSPayLoadData : NSObject
4862 {
4863  void *swigCPtr;
4864  BOOL swigCMemOwn;
4865 }
4866 @property (nonatomic, getter=getVersion) float version;
4867 @property (nonatomic, weak, getter=getCrypto_filter) NSString * crypto_filter;
4868 @property (nonatomic, weak, getter=getFile_name) NSString * file_name;
4869 @property (nonatomic, getter=getFile_size) long long file_size;
4870 @property (nonatomic, weak, getter=getDescription) NSString * description;
4871 -(void*)getCptr;
4872 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4873 -(id)init;
4874 -(id)initWithVersion: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
4875 -(id)initWithPayload_data: (FSPayLoadData*)payload_data;
4876 -(void)set: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
4877 -(void)dealloc;
4878 
4879 @end
4880 
4881 @interface FSPageBasicInfo : NSObject
4882 {
4883  void *swigCPtr;
4884  BOOL swigCMemOwn;
4885 }
4886 @property (nonatomic, getter=getWidth) float width;
4887 @property (nonatomic, getter=getHeight) float height;
4888 @property (nonatomic, getter=getRotation) FSRotation rotation;
4889 -(void*)getCptr;
4890 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4891 -(id)initWithWidth: (float)width height: (float)height rotation: (FSRotation)rotation;
4892 -(id)init;
4893 -(id)initWithPage_info: (FSPageBasicInfo*)page_info;
4894 -(void)set: (float)width height: (float)height rotation: (FSRotation)rotation;
4895 -(void)dealloc;
4896 
4897 @end
4898 
4899 @interface FSEmbeddedFontData : NSObject
4900 {
4901  void *swigCPtr;
4902  BOOL swigCMemOwn;
4903 }
4904 @property (nonatomic, weak, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
4905 @property (nonatomic, weak, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
4906 -(void*)getCptr;
4907 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4908 -(id)init;
4909 -(id)initWithOther: (FSEmbeddedFontData*)other;
4910 -(void)dealloc;
4911 
4912 @end
4913 
4914 @interface FSTableOfContentsConfig : NSObject
4915 {
4916  void *swigCPtr;
4917  BOOL swigCMemOwn;
4918 }
4919 @property (nonatomic, weak, getter=getTitle) NSString * title;
4920 @property (nonatomic, weak, getter=getBookmark_level_array) FSInt32Array* bookmark_level_array;
4921 @property (nonatomic, getter=getIs_show_serial_number) BOOL is_show_serial_number;
4922 @property (nonatomic, getter=getInclude_toc_pages) BOOL include_toc_pages;
4923 -(void*)getCptr;
4924 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4925 -(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;
4926 -(id)init;
4927 -(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;
4928 -(void)dealloc;
4929 
4930 @end
4931 
4932 typedef NS_ENUM(NSInteger, FSPDFDocPasswordType) {
4937 };
4938 
4939 typedef NS_ENUM(NSInteger, FSPDFDocEncryptType) {
4948 };
4949 
4950 typedef NS_ENUM(NSInteger, FSPDFDocUserPermissions) {
4959 };
4960 
4961 typedef NS_ENUM(NSInteger, FSPDFDocSaveFlags) {
4969 };
4970 
4971 typedef NS_ENUM(NSInteger, FSPDFDocImportPageFlags) {
4975 };
4976 
4977 typedef NS_ENUM(NSInteger, FSPDFDocExtractPagesOptions) {
4984 };
4985 
4986 typedef NS_ENUM(NSInteger, FSPDFDocInsertDocOptions) {
4988 };
4989 
4990 typedef NS_ENUM(NSInteger, FSPDFDocDisplayMode) {
4997 };
4998 
4999 typedef NS_ENUM(NSInteger, FSPDFDocDataType) {
5000  FSPDFDocForms = 0x0001,
5001  FSPDFDocAnnots = 0x0002,
5002  FSPDFDocLinks = 0x0004
5003 };
5004 
5005 typedef NS_ENUM(NSInteger, FSPDFDocWrapperType) {
5009 };
5010 
5011 @interface FSPDFDoc : FSBase
5012 @property (nonatomic, getter=getDisplayMode) FSPDFDocDisplayMode displayMode;
5013 @property (nonatomic, getter=getFileVersion) int fileVersion;
5014 -(void*)getCptr;
5015 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5016 -(id)init;
5017 -(id)initWithPath: (NSString *)path;
5018 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read is_async: (BOOL)is_async;
5019 -(id)initWithOther: (FSPDFDoc*)other;
5020 -(BOOL)isEmpty;
5021 -(unsigned long long)getFileSize;
5022 -(BOOL)isLinearized;
5023 -(BOOL)isTaggedPDF;
5024 -(FSErrorCode)load: (NSString *)password;
5025 -(FSErrorCode)loadW: (NSString *)password;
5026 -(FSProgressive*)startLoad: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
5027 -(FSProgressive*)startLoadW: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
5028 -(int)getFirstAvailPageIndex;
5029 -(BOOL)isXFA;
5030 -(BOOL)isEncrypted;
5031 -(void)clearRenderCache;
5032 -(FSPDFDocPasswordType)getPasswordType;
5033 -(FSPDFDocEncryptType)getEncryptionType;
5034 -(FSPDFDocPasswordType)checkPassword: (NSString *)password;
5035 -(BOOL)isUserPassword: (NSString *)password;
5036 -(BOOL)isOwnerPassword: (NSString *)password;
5037 -(NSString *)getUserPassword: (NSString *)owner_password;
5038 -(FSStdEncryptData*)getStdEncryptData;
5039 -(FSCertificateEncryptData*)getCertificateEncryptData;
5040 -(FSDRMEncryptData*)getDRMEncryptData;
5041 -(FSCustomEncryptData*)getCustomEncryptData;
5042 -(FSRMSEncryptData*)getRMSEncryptData;
5043 -(BOOL)saveAs: (NSString *)file_path save_flags: (unsigned int)save_flags;
5044 -(FSProgressive*)startSaveAs: (NSString *)file_path save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
5045 -(FSProgressive*)startSaveAsWithWriterCallback: (id<FSFileWriterCallback>)file save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
5046 -(FSBookmark*)getRootBookmark;
5047 -(FSBookmark*)createRootBookmark;
5048 -(int)getBookmarkLevelDepth;
5049 -(BOOL)removeBookmark: (FSBookmark*)bookmark;
5050 -(BOOL)hasLayer;
5051 -(BOOL)hasHeaderFooter;
5052 -(FSHeaderFooter*)getEditableHeaderFooter;
5053 -(void)addHeaderFooter: (FSHeaderFooter*)headerfooter;
5054 -(void)updateHeaderFooter: (FSHeaderFooter*)headerfooter;
5055 -(BOOL)removeAllHeaderFooters;
5056 -(int)getPageCount;
5057 -(FSPDFPage*)getPage: (int)index;
5058 -(FSPDFDictionary*)getCatalog;
5059 -(FSPDFDictionary*)getTrailer;
5060 -(FSPDFDictionary*)getInfo;
5061 -(FSPDFDictionary*)getEncryptDict;
5062 -(FSPDFDictionary*)getPagesDict;
5063 -(FSPDFObject*)getIndirectObject: (unsigned int)object_number;
5064 -(unsigned int)addIndirectObject: (FSPDFObject*)pdf_object;
5065 -(void)deleteIndirectObject: (unsigned int)object_number;
5066 -(unsigned int)getUserPermissions;
5067 -(BOOL)isWrapper;
5068 -(FSPDFDocWrapperType)getWrapperType;
5069 -(FSWrapperData*)getWrapperData;
5070 -(long long)getWrapperOffset;
5071 -(FSPayLoadData*)getPayLoadData;
5072 -(FSProgressive*)startGetPayloadFile: (id<FSFileWriterCallback>)payload_file pause: (id<FSPauseCallback>)pause;
5073 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (FSWrapperData*)wrapper_data user_permissions: (unsigned int)user_permissions owner_password: (NSString *)owner_password;
5074 -(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;
5075 -(BOOL)hasForm;
5076 -(int)getReadingBookmarkCount;
5077 -(FSReadingBookmark*)getReadingBookmark: (int)index;
5078 -(FSReadingBookmark*)insertReadingBookmark: (int)reading_bookmark_index title: (NSString *)title dest_page_index: (int)dest_page_index;
5079 -(BOOL)removeReadingBookmark: (FSReadingBookmark*)reading_bookmark;
5080 -(int)getSignatureCount;
5081 -(FSSignature*)getSignature: (int)index;
5082 -(void)removeSignature: (FSSignature*)signature;
5083 -(FSPDFPage*)insertPage: (int)index width: (float)width height: (float)height;
5084 -(FSPDFPage*)insertPageWithType: (int)index size: (FSPDFPageSize)size;
5085 -(FSPDFPage*)addPageFromTemplate: (NSString *)template_name;
5086 -(BOOL)hidePageTemplate: (NSString *)template_name;
5087 -(BOOL)removePage: (int)index;
5088 -(BOOL)removePageWithPDFPage: (FSPDFPage*)page;
5089 -(BOOL)movePageTo: (FSPDFPage*)page dest_index: (int)dest_index;
5090 -(BOOL)movePagesTo: (FSRange*)page_range dest_index: (int)dest_index;
5091 -(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;
5092 -(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;
5093 -(FSProgressive*)startExtractPages: (NSString *)file_path options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5094 -(FSProgressive*)startExtractPagesWithWriterCallback: (id<FSFileWriterCallback>)file options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5095 -(void)insertDocument: (int)dest_index src_doc: (FSPDFDoc*)src_doc options: (unsigned int)options;
5096 -(BOOL)importFromFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
5097 -(BOOL)exportToFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
5098 -(BOOL)exportAnnotToFDF: (FSAnnot*)pdf_annot fdf_doc: (FSFDFDoc*)fdf_doc;
5099 -(BOOL)exportFormFieldsToFDF: (FSFieldArray*)field_array is_include: (BOOL)is_include fdf_doc: (FSFDFDoc*)fdf_doc;
5100 -(NSString *)getHeader;
5101 -(BOOL)setSecurityHandler: (FSSecurityHandler*)handler;
5102 -(FSSecurityHandler*)getSecurityHandler;
5103 -(BOOL)removeSecurity;
5104 -(int)getFontCount;
5105 -(FSFont*)getFont: (int)index;
5106 -(FSAction*)getOpenAction;
5107 -(BOOL)setOpenAction: (FSAction*)action;
5108 -(BOOL)removeOpenAction;
5109 -(BOOL)doJSOpenAction;
5110 -(BOOL)isPortfolio;
5111 -(FSPageBasicInfo*)getPageBasicInfo: (int)index;
5112 -(FSEmbeddedFontData*)getEmbeddedFontData;
5113 -(void)createDSS;
5114 -(void)addTableOfContents: (NSString *)title bookmark_level_array: (FSInt32Array*)bookmark_level_array;
5115 -(void)addTableOfContentsWithTableOfContentsConfig: (FSTableOfContentsConfig*)table_of_contents_config;
5116 -(void)setCacheFile: (id<FSFileStreamCallback>)file_stream is_own_file_stream: (BOOL)is_own_file_stream;
5117 -(FSProgressive*)startRecognizeForm: (id<FSPauseCallback>)pause;
5118 -(NSString *)getPageText: (int)page_index;
5119 -(FSPagingSealSignature*)addPagingSealSignature: (FSRange*)page_range width: (float)width height: (float)height;
5120 -(FSProgressive*)startEmbedAllFonts: (id<FSPauseCallback>)pause;
5121 -(FSProgressive*)startAddTiledWatermark: (NSString *)text settings: (FSTiledWatermarkSettings*)settings properties: (FSWatermarkTextProperties*)properties page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5122 -(FSProgressive*)startAddTiledWatermarkWithImagepath: (NSString *)src_img_file_path settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5123 -(FSProgressive*)startAddTiledWatermarkWithImagestream: (id<FSFileReaderCallback>)src_img_stream settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5124 -(FSProgressive*)startAddTiledWatermarkWithPDFPage: (FSPDFPage*)page settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5125 -(id)initWithBuffer: (NSData *)buffer;
5126 
5127 -(void)dealloc;
5128 
5129 @end
5130 
5131 @interface FSMetadata : FSBase
5132 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
5133 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
5134 -(id)init NS_UNAVAILABLE;
5135 -(void*)getCptr;
5136 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5137 -(id)initWithDocument: (FSPDFDoc*)document;
5138 -(id)initWithOther: (FSMetadata*)other;
5139 -(BOOL)isEmpty;
5140 -(BOOL)hasKey: (NSString *)key;
5141 -(NSArray<NSString *> *)getValues: (NSString *)key;
5142 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
5143 -(NSArray<NSString *> *)getCustomerKeys;
5144 -(void)removeCustomerKey: (NSString *)key;
5145 
5146 -(void)dealloc;
5147 
5148 @end
5149 
5150 typedef NS_ENUM(NSInteger, FSDocViewerPrefsPrintScale) {
5153 };
5154 
5155 typedef NS_ENUM(NSInteger, FSDocViewerPrefsViewerPref) {
5162 };
5163 
5165 @property (nonatomic, getter=getNonFullScreenPageMode) FSPDFDocDisplayMode nonFullScreenPageMode;
5166 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
5167 @property (nonatomic, getter=getViewArea) FSPDFPageBoxType viewArea;
5168 @property (nonatomic, getter=getViewClip) FSPDFPageBoxType viewClip;
5169 @property (nonatomic, getter=getPrintArea) FSPDFPageBoxType printArea;
5170 @property (nonatomic, getter=getPrintClip) FSPDFPageBoxType printClip;
5171 @property (nonatomic, getter=getPrintScale) FSDocViewerPrefsPrintScale printScale;
5172 @property (nonatomic, getter=getPrintCopies) int printCopies;
5173 @property (nonatomic, weak, getter=getPrintRange) FSRange* printRange;
5174 -(id)init NS_UNAVAILABLE;
5175 -(void*)getCptr;
5176 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5177 -(id)initWithDocument: (FSPDFDoc*)document pdf_dict: (FSPDFDictionary*)pdf_dict;
5178 -(id)initWithOther: (FSDocViewerPrefs*)other;
5179 -(BOOL)isEmpty;
5180 -(BOOL)getUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref;
5181 -(void)setUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref value: (BOOL)value;
5182 -(FSPDFDictionary*)getDict;
5183 
5184 -(void)dealloc;
5185 
5186 @end
5187 
5188 typedef NS_ENUM(NSInteger, FSPageLabelsStyle) {
5195 };
5196 
5197 @interface FSPageLabels : FSBase
5198 -(id)init NS_UNAVAILABLE;
5199 -(void*)getCptr;
5200 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5201 -(id)initWithDocument: (FSPDFDoc*)document;
5202 -(id)initWithOther: (FSPageLabels*)other;
5203 -(BOOL)isEmpty;
5204 -(NSString *)getPageLabelTitle: (int)page_index;
5205 -(BOOL)hasPageLabel: (int)page_index;
5206 -(FSPageLabelsStyle)getPageLabelStyle: (int)page_index;
5207 -(NSString *)getPageLabelPrefix: (int)page_index;
5208 -(int)getPageLabelStart: (int)page_index;
5209 -(void)setPageLabel: (int)page_index label_style: (FSPageLabelsStyle)label_style first_label_number: (int)first_label_number prefix_string: (NSString *)prefix_string;
5210 -(void)removePageLabel: (int)page_index;
5211 -(void)removeAll;
5213 
5214 -(void)dealloc;
5215 
5216 @end
5217 
5218 
5219 
5220 @interface FSPSI : FSBase
5221 -(id)init NS_UNAVAILABLE;
5222 -(void*)getCptr;
5223 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5224 -(id)initWithBitmap: (FSBitmap*)bitmap simulate: (BOOL)simulate;
5225 -(id)initWithWidth: (int)width height: (int)height simulate: (BOOL)simulate;
5226 -(id)initWithOther: (FSPSI*)other;
5227 -(BOOL)isEmpty;
5228 -(void)setCallback: (id<FSPSICallback>)callback;
5229 -(void)setColor: (unsigned int)color;
5230 -(void)setDiameter: (int)diameter;
5231 -(void)setOpacity: (float)opacity;
5232 -(void)addPoint: (FSPointF*)point type: (FSPathPointType)type pressure: (float)pressure;
5234 -(FSBitmap*)getBitmap;
5235 -(FSPSInk*)convertToPDFAnnot: (FSPDFPage*)page annot_rect: (FSRectF*)annot_rect rotate: (FSRotation)rotate;
5236 
5237 -(void)dealloc;
5238 
5239 @end
5240 
5242 @property (nonatomic, weak, getter=getTitle) NSString * title;
5243 @property (nonatomic, getter=getPageIndex) int pageIndex;
5244 -(id)init NS_UNAVAILABLE;
5245 -(void*)getCptr;
5246 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5247 -(id)initWithOther: (FSReadingBookmark*)other;
5248 -(BOOL)isEmpty;
5249 -(FSDateTime*)getDateTime: (BOOL)is_creation_date;
5250 -(void)setDateTime: (FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
5251 
5252 -(void)dealloc;
5253 
5254 @end
5255 
5256 typedef NS_ENUM(NSInteger, FSReflowPageFlags) {
5260 };
5261 
5262 @interface FSReflowPage : FSBase
5263 -(id)init NS_UNAVAILABLE;
5264 -(void*)getCptr;
5265 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5266 -(id)initWithPage: (FSPDFPage*)page;
5267 -(id)initWithOther: (FSReflowPage*)other;
5268 -(BOOL)isEmpty;
5269 -(void)setScreenSize: (float)width height: (float)height;
5270 -(void)setScreenMargin: (int)left top: (int)top right: (int)right bottom: (int)bottom;
5271 -(void)setZoom: (int)zoom;
5272 -(void)setParseFlags: (unsigned int)flags;
5273 -(void)setLineSpace: (float)line_space;
5274 -(void)setImageScale: (float)image_scale;
5275 -(void)setTopSpace: (float)top_space;
5276 -(FSProgressive*)startParse: (id<FSPauseCallback>)pause;
5277 -(float)getContentWidth;
5278 -(float)getContentHeight;
5279 -(FSMatrix2D*)getDisplayMatrix: (float)offset_x offset_y: (float)offset_y width: (int)width height: (int)height rotate: (FSRotation)rotate;
5280 -(NSString *)getFocusData: (FSMatrix2D*)matrix point: (FSPointF*)point;
5281 -(FSPointF*)getFocusPosition: (FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
5282 -(BOOL)isParsed;
5283 
5284 -(void)dealloc;
5285 
5286 @end
5287 
5288 @interface FSWidgetChoiceOption : NSObject
5289 {
5290  void *swigCPtr;
5291  BOOL swigCMemOwn;
5292 }
5293 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
5294 @property (nonatomic, getter=getSelected) BOOL selected;
5295 -(void*)getCptr;
5296 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5297 -(id)init;
5298 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
5299 -(id)initWithOption: (FSWidgetChoiceOption*)option;
5300 -(void)set: (NSString *)option_label selected: (BOOL)selected;
5301 -(void)dealloc;
5302 
5303 @end
5304 
5305 @interface FSWidgetChoiceOptionArray : NSObject
5306 {
5307  void *swigCPtr;
5308  BOOL swigCMemOwn;
5309 }
5310 -(void*)getCptr;
5311 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5312 -(id)init;
5313 -(id)initWithOther: (FSWidgetChoiceOptionArray*)other;
5314 -(unsigned long)getSize;
5315 -(FSWidgetChoiceOption*)getAt: (unsigned long)index;
5316 -(void)add: (FSWidgetChoiceOption*)element;
5317 -(void)removeAt: (unsigned long)index;
5318 -(void)insertAt: (unsigned long)index element: (FSWidgetChoiceOption*)element;
5319 -(void)removeAll;
5320 
5321 -(void)dealloc;
5322 
5323 @end
5324 
5325 typedef NS_ENUM(NSInteger, FSAppProviderCallbackAppInfo) {
5332 };
5333 
5334 typedef NS_ENUM(NSInteger, FSAppProviderCallbackBeepType) {
5340 };
5341 
5342 typedef NS_ENUM(NSInteger, FSAppProviderCallbackStringID) {
5447 };
5448 
5449 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxIconType) {
5454 };
5455 
5456 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonType) {
5461 };
5462 
5463 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonID) {
5468 };
5469 
5470 
5471 
5472 typedef NS_ENUM(NSInteger, FSDocProviderCallbackInvalidateFlag) {
5475 };
5476 
5477 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPrintOption) {
5484 };
5485 
5486 typedef NS_ENUM(NSInteger, FSDocProviderCallbackSubmitFormat) {
5492 };
5493 
5494 typedef NS_ENUM(NSInteger, FSDocProviderCallbackTextEncoding) {
5507 };
5508 
5509 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPageViewEventType) {
5513 };
5514 
5515 typedef NS_ENUM(NSInteger, FSDocProviderCallbackWidgetEventType) {
5518 };
5519 
5520 
5521 
5522 typedef NS_ENUM(NSInteger, FSXFADocEventType) {
5526 };
5527 
5528 typedef NS_ENUM(NSInteger, FSXFADocType) {
5532 };
5533 
5534 typedef NS_ENUM(NSInteger, FSXFADocExportDataType) {
5538 };
5539 
5540 @interface FSXFADoc : FSBase
5541 -(id)init NS_UNAVAILABLE;
5542 -(void*)getCptr;
5543 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5544 -(id)initWithDocument: (FSPDFDoc*)document xfa_doc_provider_handler: (id<FSDocProviderCallback>)xfa_doc_provider_handler;
5545 -(id)initWithDocument: (FSPDFDoc*)document;
5546 -(id)initWithOther: (FSXFADoc*)other;
5547 -(BOOL)isEmpty;
5548 -(FSProgressive*)startLoad: (id<FSPauseCallback>)pause;
5549 -(void)setDocProviderCallback: (id<FSDocProviderCallback>)doc_provider_callback;
5551 -(int)getPageCount;
5552 -(FSXFAPage*)getPage: (int)page_index;
5553 -(BOOL)exportData: (NSString *)output_file_path export_type: (FSXFADocExportDataType)export_type;
5554 -(void)setPDFPath: (NSString *)pdf_file_path;
5555 -(BOOL)importData: (NSString *)file_path;
5556 -(BOOL)importDataWithReaderCallback: (id<FSFileReaderCallback>)file_reader;
5557 -(void)resetForm;
5558 -(void)flattenTo: (NSString *)output_file_path;
5559 -(void)flattenToWithStreamCallback: (id<FSFileStreamCallback>)stream;
5560 -(void)processEvent: (FSXFADocEventType)event_type;
5561 -(void)setFocus: (FSXFAWidget*)xfa_widget;
5562 -(void)killFocus;
5563 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5564 
5565 -(void)dealloc;
5566 
5567 @end
5568 
5569 @interface FSXFAPage : FSBase
5570 -(id)init NS_UNAVAILABLE;
5571 -(void*)getCptr;
5572 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5573 -(id)initWithOther: (FSXFAPage*)other;
5574 -(BOOL)isEmpty;
5575 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
5576 -(float)getWidth;
5577 -(float)getHeight;
5578 -(FSXFAWidget*)getWidgetAtDevicePoint: (FSMatrix2D*)matrix device_point: (FSPointF*)device_point tolerance: (float)tolerance;
5579 -(int)getIndex;
5580 -(int)getWidgetCount;
5581 -(FSXFAWidget*)getWidget: (int)widget_index;
5582 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5585 -(FSXFAWidget*)getNextWidget: (FSXFAWidget*)widget;
5586 -(FSXFAWidget*)getPrevWidget: (FSXFAWidget*)widget;
5587 
5588 -(void)dealloc;
5589 
5590 @end
5591 
5592 typedef NS_ENUM(NSInteger, FSXFAWidgetHitTestArea) {
5597 };
5598 
5599 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetType) {
5617 };
5618 
5619 typedef NS_ENUM(NSInteger, FSXFAWidgetPresenceProperty) {
5625 };
5626 
5627 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetNameType) {
5631 };
5632 
5633 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetHAlignType) {
5640 };
5641 
5642 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetVAlignType) {
5646 };
5647 
5648 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetEdgePosition) {
5653 };
5654 
5655 @interface FSXFAWidget : FSBase
5656 @property (nonatomic, weak, getter=getValue) NSString * value;
5657 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
5658 -(id)init NS_UNAVAILABLE;
5659 -(void*)getCptr;
5660 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5661 -(id)initWithOther: (FSXFAWidget*)other;
5662 -(BOOL)isEmpty;
5663 -(FSXFAPage*)getXFAPage;
5664 -(int)getIndex;
5665 -(void)resetData;
5666 -(FSRectF*)getRect;
5667 -(NSString *)getName: (FSXFAWidgetWidgetNameType)type;
5668 -(FSWidgetChoiceOptionArray*)getOptions;
5669 -(BOOL)isChecked;
5670 -(void)setCheckState: (BOOL)is_checked;
5671 -(BOOL)isListBox;
5672 -(BOOL)isSupportMultiline;
5673 -(BOOL)isSupportMultiSelect;
5674 -(FSXFAWidgetPresenceProperty)getPresence;
5675 -(BOOL)onMouseEnter;
5676 -(BOOL)onMouseExit;
5677 -(BOOL)onLButtonDown: (FSPointF*)point flags: (unsigned int)flags;
5678 -(BOOL)onLButtonUp: (FSPointF*)point flags: (unsigned int)flags;
5679 -(BOOL)onLButtonDoubleClick: (FSPointF*)point flags: (unsigned int)flags;
5680 -(BOOL)onMouseMove: (FSPointF*)point flags: (unsigned int)flags;
5681 -(BOOL)onRButtonDown: (FSPointF*)point flags: (unsigned int)flags;
5682 -(BOOL)onRButtonUp: (FSPointF*)point flags: (unsigned int)flags;
5683 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
5684 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
5685 -(BOOL)onChar: (int)input_char flags: (unsigned int)flags;
5686 -(FSXFAWidgetHitTestArea)onHitTest: (FSPointF*)point;
5687 -(FSXFAWidgetWidgetType)getType;
5688 -(FSXFAWidgetWidgetHAlignType)getHAlign;
5689 -(FSXFAWidgetWidgetVAlignType)getVAlign;
5690 -(BOOL)hasEdge: (FSXFAWidgetWidgetEdgePosition)edge_pos;
5691 -(FSSignature*)getSignature;
5692 -(NSString *)getToolTip;
5693 -(FSBitmap*)getBitmap;
5694 -(void)setImage: (FSImage*)image;
5695 
5696 -(void)dealloc;
5697 
5698 @end
5699 
5700 @interface FSWidgetMenu : FSBase
5701 -(id)init NS_UNAVAILABLE;
5702 -(void*)getCptr;
5703 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5704 -(id)initWithXfa_widget: (FSXFAWidget*)xfa_widget;
5705 -(id)initWithOther: (FSWidgetMenu*)other;
5706 -(BOOL)isEmpty;
5707 -(BOOL)canCopy;
5708 -(BOOL)canCut;
5709 -(BOOL)canPaste;
5710 -(BOOL)canSelectAll;
5711 -(BOOL)canDelete;
5712 -(BOOL)canDeSelect;
5713 -(NSString *)copy;
5714 -(NSString *)cut;
5715 -(BOOL)paste: (NSString *)text;
5716 -(BOOL)selectAll;
5717 -(BOOL)delete;
5718 -(BOOL)deSelect;
5719 -(BOOL)canUndo;
5720 -(BOOL)canRedo;
5721 -(BOOL)undo;
5722 -(BOOL)redo;
5723 -(BOOL)bold;
5724 -(BOOL)italic;
5725 -(BOOL)underline;
5726 -(BOOL)superscript;
5727 -(BOOL)subscript;
5728 -(BOOL)clearStyle;
5729 
5730 -(void)dealloc;
5731 
5732 @end
5733 
5734 
5735 
5736 typedef NS_ENUM(NSInteger, FSTextPageCharInfoTextCharFlag) {
5743 };
5744 
5745 @interface FSTextPageCharInfo : NSObject
5746 {
5747  void *swigCPtr;
5748  BOOL swigCMemOwn;
5749 }
5750 @property (nonatomic, weak, getter=getFont) FSFont* font;
5751 @property (nonatomic, getter=getFlag) FSTextPageCharInfoTextCharFlag flag;
5752 @property (nonatomic, getter=getFont_size) float font_size;
5753 @property (nonatomic, getter=getOrigin_x) float origin_x;
5754 @property (nonatomic, getter=getOrigin_y) float origin_y;
5755 @property (nonatomic, weak, getter=getChar_box) FSRectF* char_box;
5756 @property (nonatomic, weak, getter=getChar_outbox) FSRectF* char_outbox;
5757 @property (nonatomic, weak, getter=getMatrix) FSMatrix2D* matrix;
5758 -(void*)getCptr;
5759 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5760 -(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;
5761 -(id)init;
5762 -(id)initWithChar_info: (FSTextPageCharInfo*)char_info;
5763 -(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;
5764 -(void)dealloc;
5765 
5766 @end
5767 
5768 typedef NS_ENUM(NSInteger, FSTextPageTextParseFlags) {
5772 };
5773 
5774 typedef NS_ENUM(NSInteger, FSTextPageTextOrderFlag) {
5777 };
5778 
5779 @interface FSTextPage : FSBase
5780 -(id)init NS_UNAVAILABLE;
5781 -(void*)getCptr;
5782 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5783 -(id)initWithPage: (FSPDFPage*)page flags: (int)flags;
5784 -(id)initWithOther: (FSTextPage*)other;
5785 -(BOOL)isEmpty;
5786 -(int)getCharCount;
5787 -(FSTextPageCharInfo*)getCharInfo: (int)char_index;
5788 -(NSString *)getChars: (int)start count: (int)count;
5789 -(int)getIndexAtPos: (float)x y: (float)y tolerance: (float)tolerance;
5790 -(NSString *)getTextInRect: (FSRectF*)rect;
5791 -(NSString *)getText: (FSTextPageTextOrderFlag)flag;
5792 -(FSRange*)getWordAtPos: (float)x y: (float)y tolerance: (float)tolerance;
5793 -(int)getTextRectCount: (int)start count: (int)count;
5794 -(FSRectF*)getTextRect: (int)rect_index;
5795 -(FSRotation)getBaselineRotation: (int)rect_index;
5796 -(FSRectFArray*)getTextRectArrayByRect: (FSRectF*)rect;
5797 -(FSRange*)getCharRange: (FSRectF*)rect;
5798 -(NSString *)getTextUnderAnnot: (FSAnnot*)annot;
5799 
5800 -(void)dealloc;
5801 
5802 @end
5803 
5804 typedef NS_ENUM(NSInteger, FSTextSearchSearchFlags) {
5810 };
5811 
5812 @interface FSTextSearch : FSBase
5813 -(id)init NS_UNAVAILABLE;
5814 -(void*)getCptr;
5815 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5816 -(id)initWithDocument: (FSPDFDoc*)document cancel: (id<FSSearchCancelCallback>)cancel flags: (int)flags;
5817 -(id)initWithXfa_document: (FSXFADoc*)xfa_document cancel: (id<FSSearchCancelCallback>)cancel;
5818 -(id)initWithText_page: (FSTextPage*)text_page;
5819 -(id)initWithAnnot: (FSAnnot*)annot;
5820 -(id)initWithOther: (FSTextSearch*)other;
5821 -(BOOL)isEmpty;
5822 -(BOOL)setPattern: (NSString *)key_words;
5823 -(BOOL)setStartPage: (int)page_index;
5824 -(BOOL)setEndPage: (int)page_index;
5825 -(BOOL)setStartCharacter: (int)char_index;
5826 -(BOOL)setSearchFlags: (unsigned int)search_flags;
5827 -(BOOL)findNext;
5828 -(BOOL)findPrev;
5830 -(int)getMatchPageIndex;
5831 -(NSString *)getMatchSentence;
5835 -(int)getMatchEndCharIndex;
5836 
5837 -(void)dealloc;
5838 
5839 @end
5840 
5841 @interface FSTextLink : FSBase
5842 -(id)init NS_UNAVAILABLE;
5843 -(void*)getCptr;
5844 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5845 -(id)initWithOther: (FSTextLink*)other;
5846 -(BOOL)isEmpty;
5847 -(NSString *)getURI;
5848 -(int)getStartCharIndex;
5849 -(int)getEndCharIndex;
5851 
5852 -(void)dealloc;
5853 
5854 @end
5855 
5857 -(id)init NS_UNAVAILABLE;
5858 -(void*)getCptr;
5859 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5860 -(id)initWithPage: (FSTextPage*)page;
5861 -(id)initWithOther: (FSPageTextLinks*)other;
5862 -(BOOL)isEmpty;
5863 -(int)getTextLinkCount;
5864 -(FSTextLink*)getTextLink: (int)index;
5865 
5866 -(void)dealloc;
5867 
5868 @end
5869 
5870 typedef NS_ENUM(NSInteger, FSSecurityHandlerCipherType) {
5874 };
5875 
5877 -(void*)getCptr;
5878 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5879 -(id)init;
5880 -(id)initWithOther: (FSSecurityHandler*)other;
5881 -(BOOL)isEmpty;
5883 
5884 -(void)dealloc;
5885 
5886 @end
5887 
5888 @interface FSStdEncryptData : NSObject
5889 {
5890  void *swigCPtr;
5891  BOOL swigCMemOwn;
5892 }
5893 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5894 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
5895 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
5896 @property (nonatomic, getter=getKey_length) int key_length;
5897 -(void*)getCptr;
5898 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5899 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
5900 -(id)init;
5901 -(id)initWithOther: (FSStdEncryptData*)other;
5902 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
5903 -(void)dealloc;
5904 
5905 @end
5906 
5907 typedef NS_ENUM(NSInteger, FSStdSecurityHandlerModifyFlag) {
5911 };
5912 
5914 -(void*)getCptr;
5915 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5916 -(id)init;
5917 -(id)initWithOther: (FSSecurityHandler*)other;
5918 -(BOOL)initialize: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
5919 -(BOOL)initializeW: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
5920 -(void)setAES256ModifyFlags: (unsigned int)modify_flags;
5921 
5922 -(void)dealloc;
5923 
5924 @end
5925 
5926 @interface FSCertificateEncryptData : NSObject
5927 {
5928  void *swigCPtr;
5929  BOOL swigCMemOwn;
5930 }
5931 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5932 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
5933 @property (nonatomic, weak, getter=getEnvelopes) NSArray<NSData *> * envelopes;
5934 -(void*)getCptr;
5935 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5936 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
5937 -(id)init;
5938 -(id)initWithOther: (FSCertificateEncryptData*)other;
5939 -(void)set: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
5940 -(void)dealloc;
5941 
5942 @end
5943 
5945 -(void*)getCptr;
5946 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5947 -(id)init;
5948 -(id)initWithOther: (FSSecurityHandler*)other;
5949 -(BOOL)initialize: (FSCertificateEncryptData*)encrypt_data encrypt_key: (NSData *)encrypt_key;
5950 
5951 -(void)dealloc;
5952 
5953 @end
5954 
5955 @interface FSDRMEncryptData : NSObject
5956 {
5957  void *swigCPtr;
5958  BOOL swigCMemOwn;
5959 }
5960 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5961 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
5962 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
5963 @property (nonatomic, getter=getKey_length) int key_length;
5964 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
5965 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
5966 -(void*)getCptr;
5967 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5968 -(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;
5969 -(id)init;
5970 -(id)initWithOther: (FSDRMEncryptData*)other;
5971 -(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;
5972 -(void)dealloc;
5973 
5974 @end
5975 
5977 -(void*)getCptr;
5978 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5979 -(id)init;
5980 -(id)initWithOther: (FSSecurityHandler*)other;
5981 -(NSString *)getDRMValue: (NSString *)key;
5982 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
5983 -(BOOL)verifyEncryptionParams;
5984 -(BOOL)initialize: (FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSData *)initial_key;
5985 
5986 -(void)dealloc;
5987 
5988 @end
5989 
5990 @interface FSCustomEncryptData : NSObject
5991 {
5992  void *swigCPtr;
5993  BOOL swigCMemOwn;
5994 }
5995 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5996 @property (nonatomic, weak, getter=getFilter) NSString * filter;
5997 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
5998 -(void*)getCptr;
5999 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6000 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6001 -(id)init;
6002 -(id)initWithOther: (FSCustomEncryptData*)other;
6003 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6004 -(void)dealloc;
6005 
6006 @end
6007 
6009 -(void*)getCptr;
6010 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6011 -(id)init;
6012 -(id)initWithOther: (FSSecurityHandler*)other;
6013 -(BOOL)initialize: (FSCustomEncryptData*)encrypt_data callback: (id<FSCustomSecurityCallback>)callback encrypt_info: (NSString *)encrypt_info;
6014 
6015 -(void)dealloc;
6016 
6017 @end
6018 
6019 @interface FSRMSEncryptData : NSObject
6020 {
6021  void *swigCPtr;
6022  BOOL swigCMemOwn;
6023 }
6024 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6025 @property (nonatomic, weak, getter=getPublish_license) NSString * publish_license;
6026 @property (nonatomic, weak, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
6027 @property (nonatomic, getter=getIrm_version) float irm_version;
6028 -(void*)getCptr;
6029 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6030 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (float)irm_version;
6031 -(id)init;
6032 -(id)initWithOther: (FSRMSEncryptData*)other;
6033 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (float)irm_version;
6034 -(void)dealloc;
6035 
6036 @end
6037 
6039 -(void*)getCptr;
6040 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6041 -(id)init;
6042 -(id)initWithOther: (FSSecurityHandler*)other;
6043 -(BOOL)initialize: (FSRMSEncryptData*)encrypt_data callback: (id<FSRMSSecurityCallback>)callback;
6044 
6045 -(void)dealloc;
6046 
6047 @end
6048 
6049 
6050 
6051 
6052 
6053 
6054 
6055 
6056 
6057 
6058 
6059 typedef NS_ENUM(NSInteger, FSTabOrderMgrOrderType) {
6064 };
6065 
6066 @interface FSTabOrderMgr : FSBase
6067 @property (nonatomic, getter=getOrderType) FSTabOrderMgrOrderType orderType;
6068 -(id)init NS_UNAVAILABLE;
6069 -(void*)getCptr;
6070 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6071 -(id)initWithPage: (FSPDFPage*)page;
6072 -(id)initWithOther: (FSTabOrderMgr*)other;
6073 -(BOOL)isEmpty;
6074 -(void)reload;
6075 -(FSAnnot*)getFirstAnnot;
6076 -(FSAnnot*)getLastAnnot;
6077 -(FSAnnot*)getNextAnnot: (FSAnnot*)annot;
6078 -(FSAnnot*)getPrevAnnot: (FSAnnot*)annot;
6079 -(BOOL)adjustStructureOrder: (FSAnnotArray*)annot_array;
6080 
6081 -(void)dealloc;
6082 
6083 @end
6084 
6085 @interface FSWatermark : FSBase
6086 -(id)init NS_UNAVAILABLE;
6087 -(void*)getCptr;
6088 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6089 -(id)initWithDocument: (FSPDFDoc*)document text: (NSString *)text properties: (FSWatermarkTextProperties*)properties settings: (FSWatermarkSettings*)settings;
6090 -(id)initWithDocument: (FSPDFDoc*)document bitmap: (FSBitmap*)bitmap settings: (FSWatermarkSettings*)settings;
6091 -(id)initWithDocument: (FSPDFDoc*)document image: (FSImage*)image frame_index: (int)frame_index settings: (FSWatermarkSettings*)settings;
6092 -(id)initWithDocument: (FSPDFDoc*)document page: (FSPDFPage*)page settings: (FSWatermarkSettings*)settings;
6093 -(id)initWithOther: (FSWatermark*)other;
6094 -(BOOL)isEmpty;
6095 -(float)getWidth;
6096 -(float)getHeight;
6097 -(BOOL)insertToPage: (FSPDFPage*)page;
6098 
6099 -(void)dealloc;
6100 
6101 @end
6102 
6103 typedef NS_ENUM(NSInteger, FSWatermarkSettingsFlags) {
6112 };
6113 
6114 @interface FSWatermarkSettings : NSObject
6115 {
6116  void *swigCPtr;
6117  BOOL swigCMemOwn;
6118 }
6119 @property (nonatomic, getter=getPosition) FSPosition position;
6120 @property (nonatomic, getter=getOffset_x) float offset_x;
6121 @property (nonatomic, getter=getOffset_y) float offset_y;
6122 @property (nonatomic, getter=getFlags) unsigned int flags;
6123 @property (nonatomic, getter=getScale_x) float scale_x;
6124 @property (nonatomic, getter=getScale_y) float scale_y;
6125 @property (nonatomic, getter=getRotation) float rotation;
6126 @property (nonatomic, getter=getOpacity) int opacity;
6127 -(void*)getCptr;
6128 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6129 -(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;
6130 -(id)init;
6131 -(id)initWithSettings: (FSWatermarkSettings*)settings;
6132 -(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;
6133 -(void)dealloc;
6134 
6135 @end
6136 
6137 typedef NS_ENUM(NSInteger, FSWatermarkTextPropertiesFontStyle) {
6140 };
6141 
6142 @interface FSWatermarkTextProperties : NSObject
6143 {
6144  void *swigCPtr;
6145  BOOL swigCMemOwn;
6146 }
6147 @property (nonatomic, getter=getFont_size) float font_size;
6148 @property (nonatomic, getter=getColor) unsigned int color;
6149 @property (nonatomic, getter=getFont_style) FSWatermarkTextPropertiesFontStyle font_style;
6150 @property (nonatomic, getter=getLine_space) float line_space;
6151 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
6152 @property (nonatomic, weak, getter=getFont) FSFont* font;
6153 -(void*)getCptr;
6154 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6155 -(id)initWithFont: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
6156 -(id)init;
6157 -(id)initWithProperties: (FSWatermarkTextProperties*)properties;
6158 -(void)set: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
6159 
6160 -(void)dealloc;
6161 
6162 @end
6163 
6164 @interface FSRedaction : FSBase
6165 -(id)init NS_UNAVAILABLE;
6166 -(void*)getCptr;
6167 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6168 -(id)initWithDocument: (FSPDFDoc*)document;
6169 -(id)initWithOther: (FSRedaction*)other;
6170 -(BOOL)isEmpty;
6171 -(FSRedact*)markRedactAnnot: (FSPDFPage*)page rects: (FSRectFArray*)rects;
6172 -(BOOL)apply;
6173 
6174 -(void)dealloc;
6175 
6176 @end
6177 
6178 typedef NS_ENUM(NSInteger, FSTableBorderInfoTableBorderStyle) {
6181 };
6182 
6183 @interface FSTableBorderInfo : NSObject
6184 {
6185  void *swigCPtr;
6186  BOOL swigCMemOwn;
6187 }
6188 @property (nonatomic, getter=getTable_border_style) FSTableBorderInfoTableBorderStyle table_border_style;
6189 @property (nonatomic, getter=getLine_width) float line_width;
6190 @property (nonatomic, getter=getColor) unsigned int color;
6191 @property (nonatomic, getter=getDash_phase) float dash_phase;
6192 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
6193 -(void*)getCptr;
6194 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6195 -(id)init;
6196 -(id)initWithTable_border_style: (FSTableBorderInfoTableBorderStyle)table_border_style line_width: (float)line_width color: (unsigned int)color dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
6197 -(id)initWithTable_border_info: (FSTableBorderInfo*)table_border_info;
6198 -(void)set: (FSTableBorderInfoTableBorderStyle)table_border_style line_width: (float)line_width color: (unsigned int)color dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
6199 -(void)dealloc;
6200 
6201 @end
6202 
6203 @interface FSTableCellDataColArray : NSObject
6204 {
6205  void *swigCPtr;
6206  BOOL swigCMemOwn;
6207 }
6208 -(void*)getCptr;
6209 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6210 -(id)init;
6211 -(id)initWithOther: (FSTableCellDataColArray*)other;
6212 -(unsigned long)getSize;
6213 -(FSTableCellData*)getAt: (unsigned long)index;
6214 -(void)add: (FSTableCellData*)element;
6215 -(void)removeAt: (unsigned long)index;
6216 -(void)insertAt: (unsigned long)index element: (FSTableCellData*)element;
6217 -(void)removeAll;
6218 
6219 -(void)dealloc;
6220 
6221 @end
6222 
6223 @interface FSTableCellDataArray : NSObject
6224 {
6225  void *swigCPtr;
6226  BOOL swigCMemOwn;
6227 }
6228 -(void*)getCptr;
6229 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6230 -(id)init;
6231 -(id)initWithOther: (FSTableCellDataArray*)other;
6232 -(unsigned long)getSize;
6233 -(FSTableCellDataColArray*)getAt: (unsigned long)index;
6234 -(void)add: (FSTableCellDataColArray*)element;
6235 -(void)removeAt: (unsigned long)index;
6236 -(void)insertAt: (unsigned long)index element: (FSTableCellDataColArray*)element;
6237 -(void)removeAll;
6238 
6239 -(void)dealloc;
6240 
6241 @end
6242 
6243 @interface FSTableCellData : NSObject
6244 {
6245  void *swigCPtr;
6246  BOOL swigCMemOwn;
6247 }
6248 @property (nonatomic, weak, getter=getCell_text_style) FSRichTextStyle* cell_text_style;
6249 @property (nonatomic, weak, getter=getCell_text) NSString * cell_text;
6250 @property (nonatomic, weak, getter=getCell_image) FSImage* cell_image;
6251 @property (nonatomic, weak, getter=getCell_margin) FSRectF* cell_margin;
6252 -(void*)getCptr;
6253 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6254 -(id)init;
6255 -(id)initWithCell_text_style: (FSRichTextStyle*)cell_text_style cell_text: (NSString *)cell_text cell_image: (FSImage*)cell_image cell_margin: (FSRectF*)cell_margin;
6256 -(id)initWithData: (FSTableCellData*)data;
6257 -(void)set: (FSRichTextStyle*)cell_text_style cell_text: (NSString *)cell_text cell_image: (FSImage*)cell_image cell_margin: (FSRectF*)cell_margin;
6258 -(void)dealloc;
6259 
6260 @end
6261 
6262 @interface FSTableCellIndexArray : NSObject
6263 {
6264  void *swigCPtr;
6265  BOOL swigCMemOwn;
6266 }
6267 -(void*)getCptr;
6268 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6269 -(id)init;
6270 -(id)initWithOther: (FSTableCellIndexArray*)other;
6271 -(unsigned long)getSize;
6272 -(FSPoint*)getAt: (unsigned long)index;
6273 -(void)add: (FSPoint*)element;
6274 -(void)removeAt: (unsigned long)index;
6275 -(void)insertAt: (unsigned long)index element: (FSPoint*)element;
6276 -(void)removeAll;
6277 
6278 -(void)dealloc;
6279 
6280 @end
6281 
6282 @interface FSTableData : NSObject
6283 {
6284  void *swigCPtr;
6285  BOOL swigCMemOwn;
6286 }
6287 @property (nonatomic, weak, getter=getRect) FSRectF* rect;
6288 @property (nonatomic, getter=getRow_count) int row_count;
6289 @property (nonatomic, getter=getCol_count) int col_count;
6290 @property (nonatomic, weak, getter=getOutside_border_left) FSTableBorderInfo* outside_border_left;
6291 @property (nonatomic, weak, getter=getOutside_border_right) FSTableBorderInfo* outside_border_right;
6292 @property (nonatomic, weak, getter=getOutside_border_top) FSTableBorderInfo* outside_border_top;
6293 @property (nonatomic, weak, getter=getOutside_border_bottom) FSTableBorderInfo* outside_border_bottom;
6294 @property (nonatomic, weak, getter=getInside_border_row) FSTableBorderInfo* inside_border_row;
6295 @property (nonatomic, weak, getter=getInside_border_col) FSTableBorderInfo* inside_border_col;
6296 @property (nonatomic, weak, getter=getMerge_cells) FSTableCellIndexArray* merge_cells;
6297 @property (nonatomic, weak, getter=getRow_height_array) FSFloatArray* row_height_array;
6298 @property (nonatomic, weak, getter=getCol_width_array) FSFloatArray* col_width_array;
6299 -(void*)getCptr;
6300 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6301 -(id)init;
6302 -(id)initWithRect: (FSRectF*)rect row_count: (int)row_count col_count: (int)col_count outside_border_left: (FSTableBorderInfo*)outside_border_left outside_border_right: (FSTableBorderInfo*)outside_border_right outside_border_top: (FSTableBorderInfo*)outside_border_top outside_border_bottom: (FSTableBorderInfo*)outside_border_bottom inside_border_row: (FSTableBorderInfo*)inside_border_row inside_border_col: (FSTableBorderInfo*)inside_border_col merge_cells: (FSTableCellIndexArray*)merge_cells row_height_array: (FSFloatArray*)row_height_array col_width_array: (FSFloatArray*)col_width_array;
6303 -(id)initWithData: (FSTableData*)data;
6304 -(void)set: (FSRectF*)rect row_count: (int)row_count col_count: (int)col_count outside_border_left: (FSTableBorderInfo*)outside_border_left outside_border_right: (FSTableBorderInfo*)outside_border_right outside_border_top: (FSTableBorderInfo*)outside_border_top outside_border_bottom: (FSTableBorderInfo*)outside_border_bottom inside_border_row: (FSTableBorderInfo*)inside_border_row inside_border_col: (FSTableBorderInfo*)inside_border_col merge_cells: (FSTableCellIndexArray*)merge_cells row_height_array: (FSFloatArray*)row_height_array col_width_array: (FSFloatArray*)col_width_array;
6305 -(void)dealloc;
6306 
6307 @end
6308 
6310 -(void*)getCptr;
6311 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6312 +(BOOL)addTableToPage: (FSPDFPage*)page data: (FSTableData*)data cell_array: (FSTableCellDataArray*)cell_array;
6313 +(BOOL)insertTablePagesToDocument: (FSPDFDoc*)doc dest_page_index: (int)dest_page_index page_width: (float)page_width page_height: (float)page_height data: (FSTableData*)data cell_array: (FSTableCellDataArray*)cell_array allow_to_cross_page: (BOOL)allow_to_cross_page;
6314 -(id)init;
6315 
6316 -(void)dealloc;
6317 
6318 @end
6319 
6320 
6321 
6323 -(id)init NS_UNAVAILABLE;
6324 -(void*)getCptr;
6325 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6326 -(id)initWithDirectory: (NSString *)directory;
6327 -(id)initWithOther: (FSDocumentsSource*)other;
6328 -(BOOL)isEmpty;
6329 
6330 -(void)dealloc;
6331 
6332 @end
6333 
6334 typedef NS_ENUM(NSInteger, FSFullTextSearchRankMode) {
6338 };
6339 
6341 -(void*)getCptr;
6342 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6343 -(id)init;
6344 -(id)initWithOther: (FSFullTextSearch*)other;
6345 -(BOOL)isEmpty;
6346 -(void)setDataBasePath: (NSString *)path_of_data_base;
6347 -(FSProgressive*)startUpdateIndex: (FSDocumentsSource*)source pause: (id<FSPauseCallback>)pause reupdate: (BOOL)reupdate;
6348 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
6349 -(BOOL)searchOf: (NSString *)match_string rank_mode: (FSFullTextSearchRankMode)rank_mode callback: (id<FSSearchCallback>)callback;
6350 
6351 -(void)dealloc;
6352 
6353 @end
6354 
6355 @interface FSComplianceEngine : NSObject
6356 {
6357  void *swigCPtr;
6358  BOOL swigCMemOwn;
6359 }
6360 -(void*)getCptr;
6361 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6362 +(FSErrorCode)initialize: (NSString *)compliance_resource_folder_path compliance_engine_unlockcode: (NSString *)compliance_engine_unlockcode;
6363 +(void)destroy;
6364 +(void)setTempFolderPath: (NSString *)temp_folder_path;
6365 +(void)setLanguage: (NSString *)language;
6366 -(id)init;
6367 
6368 -(void)dealloc;
6369 
6370 @end
6371 
6372 
6373 
6374 typedef NS_ENUM(NSInteger, FSFixupDataFixupState) {
6378 };
6379 
6380 @interface FSFixupData : NSObject
6381 {
6382  void *swigCPtr;
6383  BOOL swigCMemOwn;
6384 }
6385 @property (nonatomic, getter=getUsed_count) unsigned int used_count;
6386 @property (nonatomic, getter=getState) FSFixupDataFixupState state;
6387 @property (nonatomic, weak, getter=getName) NSString * name;
6388 @property (nonatomic, weak, getter=getComment) NSString * comment;
6389 @property (nonatomic, weak, getter=getReasons) NSArray<NSString *> * reasons;
6390 -(void*)getCptr;
6391 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6392 -(id)init;
6393 -(id)initWithOther: (FSFixupData*)other;
6394 -(void)dealloc;
6395 
6396 @end
6397 
6398 typedef NS_ENUM(NSInteger, FSHitDataCheckSeverity) {
6402 };
6403 
6404 @interface FSHitData : NSObject
6405 {
6406  void *swigCPtr;
6407  BOOL swigCMemOwn;
6408 }
6409 @property (nonatomic, getter=getTriggered_count) unsigned int triggered_count;
6410 @property (nonatomic, getter=getSeverity) FSHitDataCheckSeverity severity;
6411 @property (nonatomic, weak, getter=getName) NSString * name;
6412 @property (nonatomic, weak, getter=getComment) NSString * comment;
6413 @property (nonatomic, weak, getter=getTrigger_values) NSArray<NSString *> * trigger_values;
6414 @property (nonatomic, getter=getPage_index) int page_index;
6415 -(void*)getCptr;
6416 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6417 -(id)init;
6418 -(id)initWithOther: (FSHitData*)other;
6419 -(void)dealloc;
6420 
6421 @end
6422 
6424 -(void*)getCptr;
6425 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6426 -(id)init;
6427 -(id)initWithOther: (FSResultInformation*)other;
6428 -(BOOL)isEmpty;
6429 -(int)getFixupDataCount;
6430 -(FSFixupData*)getFixupData: (int)index;
6431 -(int)getHitDataCount;
6432 -(FSHitData*)getHitData: (int)index;
6433 
6434 -(void)dealloc;
6435 
6436 @end
6437 
6438 typedef NS_ENUM(NSInteger, FSPDFAComplianceVersion) {
6447 };
6448 
6450 -(void*)getCptr;
6451 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6452 -(id)init;
6453 -(id)initWithOther: (FSPDFACompliance*)other;
6454 -(BOOL)isEmpty;
6455 -(FSResultInformation*)verify: (FSPDFAComplianceVersion)verify_version src_pdf_path: (NSString *)src_pdf_path first_page_index: (int)first_page_index last_page_index: (int)last_page_index progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6456 -(FSResultInformation*)convertPDFFile: (NSString *)src_pdf_path saved_pdf_path: (NSString *)saved_pdf_path convert_to_version: (FSPDFAComplianceVersion)convert_to_version progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6457 
6458 -(void)dealloc;
6459 
6460 @end
6461 
6463 -(void*)getCptr;
6464 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6465 -(id)init;
6466 -(id)initWithOther: (FSPDFCompliance*)other;
6467 -(BOOL)isEmpty;
6468 -(FSResultInformation*)verify: (int)verify_version src_pdf_path: (NSString *)src_pdf_path first_page_index: (int)first_page_index last_page_index: (int)last_page_index progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6469 -(FSResultInformation*)convertPDFFile: (NSString *)src_pdf_path saved_pdf_path: (NSString *)saved_pdf_path convert_to_version: (int)convert_to_version progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6470 
6471 -(void)dealloc;
6472 
6473 @end
6474 
6475 typedef NS_ENUM(NSInteger, FSCompareResultInfoCompareResultType) {
6493 };
6494 
6495 @interface FSCompareResultInfo : NSObject
6496 {
6497  void *swigCPtr;
6498  BOOL swigCMemOwn;
6499 }
6500 @property (nonatomic, getter=getType) FSCompareResultInfoCompareResultType type;
6501 @property (nonatomic, weak, getter=getRect_array) FSRectFArray* rect_array;
6502 @property (nonatomic, weak, getter=getDiff_contents) NSString * diff_contents;
6503 -(void*)getCptr;
6504 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6505 -(id)initWithType: (FSCompareResultInfoCompareResultType)type rect_array: (FSRectFArray*)rect_array diff_contents: (NSString *)diff_contents;
6506 -(id)init;
6507 -(id)initWithResult_info: (FSCompareResultInfo*)result_info;
6508 -(void)dealloc;
6509 
6510 @end
6511 
6512 @interface FSCompareResultInfoArray : NSObject
6513 {
6514  void *swigCPtr;
6515  BOOL swigCMemOwn;
6516 }
6517 -(void*)getCptr;
6518 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6519 -(id)init;
6520 -(id)initWithOther: (FSCompareResultInfoArray*)other;
6521 -(unsigned long)getSize;
6522 -(FSCompareResultInfo*)getAt: (unsigned long)index;
6523 -(void)add: (FSCompareResultInfo*)element;
6524 -(void)removeAt: (unsigned long)index;
6525 -(void)insertAt: (unsigned long)index element: (FSCompareResultInfo*)element;
6526 -(void)removeAll;
6527 
6528 -(void)dealloc;
6529 
6530 @end
6531 
6532 @interface FSCompareResults : NSObject
6533 {
6534  void *swigCPtr;
6535  BOOL swigCMemOwn;
6536 }
6537 @property (nonatomic, weak, getter=getBase_doc_results) FSCompareResultInfoArray* base_doc_results;
6538 @property (nonatomic, weak, getter=getCompared_doc_results) FSCompareResultInfoArray* compared_doc_results;
6539 -(void*)getCptr;
6540 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6541 -(id)initWithBase_doc_results: (FSCompareResultInfoArray*)base_doc_results compared_doc_results: (FSCompareResultInfoArray*)compared_doc_results;
6542 -(id)init;
6543 -(id)initWithCompare_results: (FSCompareResults*)compare_results;
6544 -(void)clear;
6545 -(void)dealloc;
6546 
6547 @end
6548 
6549 typedef NS_ENUM(NSInteger, FSComparisonCompareType) {
6553 };
6554 
6555 @interface FSComparison : FSBase
6556 -(id)init NS_UNAVAILABLE;
6557 -(void*)getCptr;
6558 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6559 -(id)initWithBase_doc: (FSPDFDoc*)base_doc compared_doc: (FSPDFDoc*)compared_doc;
6560 -(id)initWithOther: (FSComparison*)other;
6561 -(BOOL)isEmpty;
6562 -(FSCompareResults*)doCompare: (int)base_page_index compared_page_index: (int)compared_page_index compare_flags: (unsigned int)compare_flags;
6563 -(FSPDFDoc*)generateComparedDoc: (unsigned int)compare_flags;
6564 -(FSPDFDoc*)GenerateComparedDocWithIsShowAllLayers: (unsigned int)compare_flags is_show_all_layers: (BOOL)is_show_all_layers;
6565 
6566 -(void)dealloc;
6567 
6568 @end
6569 
6570 @interface FSOptimizer : FSBase
6571 -(void*)getCptr;
6572 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6573 +(FSProgressive*)optimize: (FSPDFDoc*)doc settings: (FSOptimizerSettings*)settings pause: (id<FSPauseCallback>)pause;
6574 +(FSProgressive*)startSubsetEmbedFont: (FSPDFDoc*)doc pause: (id<FSPauseCallback>)pause;
6575 -(id)init;
6576 
6577 -(void)dealloc;
6578 
6579 @end
6580 
6581 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressMode) {
6586 };
6587 
6588 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressQuality) {
6594 };
6595 
6596 typedef NS_ENUM(NSInteger, FSImageSettingsStretchMode) {
6603 };
6604 
6606 -(void*)getCptr;
6607 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6608 -(id)init;
6609 -(id)initWithOther: (FSImageSettings*)other;
6610 -(BOOL)isEmpty;
6611 -(void)setStretchMode: (FSImageSettingsStretchMode)mode;
6612 -(void)setImageDPI: (int)dpi;
6613 -(void)setImageDPILimit: (int)dpi_limit;
6614 -(void)setCompressionMode: (FSImageSettingsImageCompressMode)mode;
6615 -(void)setQuality: (FSImageSettingsImageCompressQuality)quality;
6616 -(void)setBackgroundDownScale: (int)down_scale;
6617 -(void)setForegroundDownScale: (int)down_scale;
6618 -(void)setTextSensitivity: (int)text_sensitivity;
6619 
6620 -(void)dealloc;
6621 
6622 @end
6623 
6624 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressMode) {
6631 };
6632 
6633 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressQuality) {
6636 };
6637 
6638 typedef NS_ENUM(NSInteger, FSMonoImageSettingsStretchMode) {
6645 };
6646 
6648 -(void*)getCptr;
6649 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6650 -(id)init;
6651 -(id)initWithOther: (FSMonoImageSettings*)other;
6652 -(BOOL)isEmpty;
6653 -(void)setImageDPI: (int)dpi;
6654 -(void)setImageDPILimit: (int)dpi_limit;
6655 -(void)setCompressionMode: (FSMonoImageSettingsMonoImageCompressMode)mode;
6656 -(void)setStretchMode: (FSMonoImageSettingsStretchMode)mode;
6657 -(void)setQuality: (FSMonoImageSettingsMonoImageCompressQuality)quality;
6658 
6659 -(void)dealloc;
6660 
6661 @end
6662 
6664 -(void*)getCptr;
6665 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6666 -(id)init;
6667 -(id)initWithOther: (FSUnembeddedFontSettings*)other;
6668 -(BOOL)isEmpty;
6669 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
6670 
6671 -(void)dealloc;
6672 
6673 @end
6674 
6675 typedef NS_ENUM(NSInteger, FSOptimizerSettingsOptimizerOptions) {
6681 };
6682 
6683 typedef NS_ENUM(NSInteger, FSOptimizerSettingsCleanUpOptions) {
6688 };
6689 
6690 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardObjectsOptions) {
6700 };
6701 
6702 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardUserDataOptions) {
6709 };
6710 
6712 -(void*)getCptr;
6713 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6714 -(id)init;
6715 -(id)initWithOther: (FSOptimizerSettings*)other;
6716 -(BOOL)isEmpty;
6717 -(void)setOptimizerOptions: (unsigned int)optimize_options;
6718 -(void)setColorGrayImageSettings: (FSImageSettings*)settings;
6719 -(void)setMonoImageSettings: (FSMonoImageSettings*)settings;
6720 -(void)setUnembeddedFontSettings: (FSUnembeddedFontSettings*)settings;
6721 -(void)setCleanUpOptions: (unsigned int)clean_up_options;
6722 -(void)setDiscardObjectsOptions: (unsigned int)discard_objects_options;
6723 -(void)setDiscardUserDataOptions: (unsigned int)discard_userdata_options;
6724 
6725 -(void)dealloc;
6726 
6727 @end
6728 
6729 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFPageMode) {
6732 };
6733 
6734 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFScalingMode) {
6738 };
6739 
6740 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFEncodingFormat) {
6815 };
6816 
6817 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFMediaStyle) {
6820 };
6821 
6822 @interface FSHTML2PDFSettingData : NSObject
6823 {
6824  void *swigCPtr;
6825  BOOL swigCMemOwn;
6826 }
6827 @property (nonatomic, getter=getPage_width) float page_width;
6828 @property (nonatomic, getter=getPage_height) float page_height;
6829 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
6830 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
6831 @property (nonatomic, getter=getRotate_degrees) FSRotation rotate_degrees;
6832 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
6833 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
6834 @property (nonatomic, getter=getPage_mode) FSHTML2PDFSettingDataHTML2PDFPageMode page_mode;
6835 @property (nonatomic, getter=getTo_generate_bookmarks) BOOL to_generate_bookmarks;
6836 @property (nonatomic, getter=getScaling_mode) FSHTML2PDFSettingDataHTML2PDFScalingMode scaling_mode;
6837 @property (nonatomic, getter=getEncoding_format) FSHTML2PDFSettingDataHTML2PDFEncodingFormat encoding_format;
6838 @property (nonatomic, getter=getTo_render_images) BOOL to_render_images;
6839 @property (nonatomic, getter=getTo_remove_underline_for_link) BOOL to_remove_underline_for_link;
6840 @property (nonatomic, getter=getTo_set_headerfooter) BOOL to_set_headerfooter;
6841 @property (nonatomic, weak, getter=getHeaderfooter_title) NSString * headerfooter_title;
6842 @property (nonatomic, weak, getter=getHeaderfooter_url) NSString * headerfooter_url;
6843 @property (nonatomic, weak, getter=getBookmark_root_name) NSString * bookmark_root_name;
6844 @property (nonatomic, getter=getTo_resize_objects) BOOL to_resize_objects;
6845 @property (nonatomic, getter=getTo_print_background) BOOL to_print_background;
6846 @property (nonatomic, getter=getTo_optimize_tag_tree) BOOL to_optimize_tag_tree;
6847 @property (nonatomic, getter=getMedia_style) FSHTML2PDFSettingDataHTML2PDFMediaStyle media_style;
6848 @property (nonatomic, getter=getTo_load_active_content) BOOL to_load_active_content;
6849 @property (nonatomic, getter=getTo_disable_sandbox) BOOL to_disable_sandbox;
6850 @property (nonatomic, getter=getTo_use_blacklist) BOOL to_use_blacklist;
6851 -(void*)getCptr;
6852 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6853 -(id)init;
6854 -(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;
6855 -(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;
6856 -(void)dealloc;
6857 
6858 @end
6859 
6860 @interface FSTXT2PDFSettingData : NSObject
6861 {
6862  void *swigCPtr;
6863  BOOL swigCMemOwn;
6864 }
6865 @property (nonatomic, getter=getPage_width) float page_width;
6866 @property (nonatomic, getter=getPage_height) float page_height;
6867 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
6868 @property (nonatomic, weak, getter=getFont) FSFont* font;
6869 @property (nonatomic, getter=getText_size) float text_size;
6870 @property (nonatomic, getter=getText_color) unsigned int text_color;
6871 @property (nonatomic, getter=getLinespace) float linespace;
6872 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
6873 -(void*)getCptr;
6874 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6875 -(id)init;
6876 -(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;
6877 -(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;
6878 -(void)dealloc;
6879 
6880 @end
6881 
6882 @interface FSHTML2PDFRelatedResource : NSObject
6883 {
6884  void *swigCPtr;
6885  BOOL swigCMemOwn;
6886 }
6887 @property (nonatomic, retain, getter=getRelated_resource_file) id<FSFileReaderCallback> related_resource_file;
6888 @property (nonatomic, weak, getter=getResource_file_relative_path) NSString * resource_file_relative_path;
6889 -(void*)getCptr;
6890 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6891 -(id)init;
6892 -(void)dealloc;
6893 
6894 @end
6895 
6896 @interface FSHTML2PDFRelatedResourceArray : NSObject
6897 {
6898  void *swigCPtr;
6899  BOOL swigCMemOwn;
6900 }
6901 -(void*)getCptr;
6902 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6903 -(id)init;
6904 -(id)initWithOther: (FSHTML2PDFRelatedResourceArray*)other;
6905 -(unsigned long)getSize;
6906 -(FSHTML2PDFRelatedResource*)getAt: (unsigned long)index;
6907 -(void)add: (FSHTML2PDFRelatedResource*)element;
6908 -(void)removeAt: (unsigned long)index;
6909 -(void)insertAt: (unsigned long)index element: (FSHTML2PDFRelatedResource*)element;
6910 -(void)removeAll;
6911 
6912 -(void)dealloc;
6913 
6914 @end
6915 
6916 @interface FSConvert : FSBase
6917 -(void*)getCptr;
6918 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6919 +(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;
6920 +(void)fromHTMLWithReaderCallback: (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;
6921 +(void)fromHTMLWithSaveFileWriterCallback: (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;
6922 +(void)fromHTMLWithReaderCallbackHTML: (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;
6923 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (FSTXT2PDFSettingData*)setting_data;
6924 +(void)fromImage: (NSString *)src_img saved_pdf_path: (NSString *)saved_pdf_path;
6925 +(void)fromImageWithStreamCallback: (id<FSFileReaderCallback>)file_reader saved_pdf_filestream: (id<FSFileWriterCallback>)saved_pdf_filestream;
6926 +(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;
6927 -(id)init;
6928 
6929 -(void)dealloc;
6930 
6931 @end
6932 
6933 typedef NS_ENUM(NSInteger, FSLRElementElementType) {
7006 };
7007 
7008 @interface FSLRElement : FSBase
7009 -(void*)getCptr;
7010 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7011 -(id)initWithOther: (FSLRElement*)other;
7012 -(BOOL)isEmpty;
7014 -(BOOL)isContentElement;
7016 -(BOOL)isStructureElement;
7017 -(NSString *)stringifyType;
7018 +(NSString *)stringifyElementType: (FSLRElementElementType)type;
7019 
7020 -(void)dealloc;
7021 
7022 @end
7023 
7024 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeType) {
7076 };
7077 
7078 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeValueEnum) {
7145 };
7146 
7147 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeValueType) {
7161 };
7162 
7164 -(id)init NS_UNAVAILABLE;
7165 -(void*)getCptr;
7166 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7167 -(id)initWithOther: (FSLRStructureElement*)other;
7168 -(id)initWithElement: (FSLRElement*)element;
7169 +(NSString *)stringifyAttributeType: (FSLRStructureElementAttributeType)type;
7170 +(FSLRStructureElementAttributeType)parseAttributeType: (NSString *)type_string;
7171 +(NSString *)stringifyEnumVariant: (FSLRStructureElementAttributeValueEnum)type;
7172 +(BOOL)isArrayAttributeValueType: (FSLRStructureElementAttributeValueType)type;
7174 -(FSLRStructureElementAttributeType)getSupportedAttribute: (int)index;
7175 -(int)getAttributeValueCount: (FSLRStructureElementAttributeType)type;
7177 -(FSLRStructureElementAttributeValueEnum)getAttributeValueEnum: (FSLRStructureElementAttributeType)type index: (int)index;
7178 -(int)getAttributeValueInt32: (FSLRStructureElementAttributeType)type index: (int)index;
7179 -(float)getAttributeValueFloat: (FSLRStructureElementAttributeType)type index: (int)index;
7180 -(unsigned int)getAttributeValueARGB: (FSLRStructureElementAttributeType)type index: (int)index;
7181 -(NSString *)getAttributeValueString: (FSLRStructureElementAttributeType)type index: (int)index;
7182 -(FSLRStructureElement*)getAttributeValueElement: (FSLRStructureElementAttributeType)type index: (int)index;
7184 -(int)getChildCount;
7185 -(FSLRElement*)getChild: (int)index;
7186 -(FSRectF*)getBBox;
7187 
7188 -(void)dealloc;
7189 
7190 @end
7191 
7193 -(id)init NS_UNAVAILABLE;
7194 -(void*)getCptr;
7195 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7196 -(id)initWithOther: (FSLRGraphicsObjectElement*)other;
7197 -(id)initWithElement: (FSLRElement*)element;
7202 -(FSRectF*)getBBox;
7204 
7205 -(void)dealloc;
7206 
7207 @end
7208 
7210 -(id)init NS_UNAVAILABLE;
7211 -(void*)getCptr;
7212 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7213 -(id)initWithOther: (FSLRContentElement*)other;
7214 -(id)initWithElement: (FSLRElement*)element;
7218 -(FSRectF*)getBBox;
7220 
7221 -(void)dealloc;
7222 
7223 @end
7224 
7225 @interface FSLRContext : FSBase
7226 -(id)init NS_UNAVAILABLE;
7227 -(void*)getCptr;
7228 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7229 -(id)initWithPage: (FSPDFPage*)page;
7230 -(id)initWithOther: (FSLRContext*)other;
7231 -(BOOL)isEmpty;
7232 -(FSProgressive*)startParse: (id<FSPauseCallback>)pause;
7234 
7235 -(void)dealloc;
7236 
7237 @end
7238 
7239 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportCategory) {
7249 };
7250 
7251 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportConfidence) {
7257 };
7258 
7259 
7260 
7261 @interface FSTaggedPDF : FSBase
7262 -(id)init NS_UNAVAILABLE;
7263 -(void*)getCptr;
7264 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7265 -(id)initWithDoc: (FSPDFDoc*)doc;
7266 -(id)initWithOther: (FSTaggedPDF*)other;
7267 -(BOOL)isEmpty;
7268 -(void)setCallback: (id<FSTaggedPDFCallback>)callback;
7269 -(FSProgressive*)startTagDocument: (id<FSPauseCallback>)pause;
7270 -(int)getFigureCount;
7271 -(BOOL)setAsDecorativeFigure: (int)figure_index;
7272 -(void)setFigureAlternateText: (int)figure_index alternate_text: (NSString *)alternate_text;
7273 -(NSString *)getFigureAlternateText: (int)figure_index;
7274 -(FSRectF*)getFigureRect: (int)figure_index;
7275 -(int)getFigurePageIndex: (int)figure_index;
7276 
7277 -(void)dealloc;
7278 
7279 @end
7280 
7281 @interface FSFindOption : NSObject
7282 {
7283  void *swigCPtr;
7284  BOOL swigCMemOwn;
7285 }
7286 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
7287 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
7288 -(id)init NS_UNAVAILABLE;
7289 -(void*)getCptr;
7290 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7291 -(id)initWithIs_whole_word: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7292 -(id)initWithFind_option: (FSFindOption*)find_option;
7293 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7294 -(void)dealloc;
7295 
7296 @end
7297 
7298 
7299 
7301 -(id)init NS_UNAVAILABLE;
7302 -(void*)getCptr;
7303 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7304 -(id)initWithDoc: (FSPDFDoc*)doc;
7305 -(id)initWithOther: (FSTextSearchReplace*)other;
7306 -(BOOL)isEmpty;
7307 -(void)setPattern: (NSString *)keywords page_index: (int)page_index find_option: (FSFindOption*)find_option;
7308 -(void)setReplaceCallback: (id<FSReplaceCallback>)replace_callback;
7309 -(BOOL)replacePrev: (NSString *)replace_text;
7310 -(BOOL)replaceNext: (NSString *)replace_text;
7311 
7312 -(void)dealloc;
7313 
7314 @end
7315 
7316 typedef NS_ENUM(NSInteger, FSResponseResponseType) {
7320 };
7321 
7322 @interface FSResponse : NSObject
7323 {
7324  void *swigCPtr;
7325  BOOL swigCMemOwn;
7326 }
7327 @property (nonatomic, getter=getType) FSResponseResponseType type;
7328 @property (nonatomic, weak, getter=getResponse_data) NSData * response_data;
7329 -(void*)getCptr;
7330 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7331 -(id)initWithType: (FSResponseResponseType)type response_data: (NSData *)response_data;
7332 -(id)init;
7333 -(id)initWithOther: (FSResponse*)other;
7334 -(void)set: (FSResponseResponseType)type response_data: (NSData *)response_data;
7335 
7336 -(void)dealloc;
7337 
7338 @end
7339 
7340 @interface FSTimeRange : NSObject
7341 {
7342  void *swigCPtr;
7343  BOOL swigCMemOwn;
7344 }
7345 @property (nonatomic, weak, getter=getStart_time) FSDateTime* start_time;
7346 @property (nonatomic, weak, getter=getEnd_time) FSDateTime* end_time;
7347 -(void*)getCptr;
7348 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7349 -(id)initWithStart_time: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
7350 -(id)init;
7351 -(id)initWithOther: (FSTimeRange*)other;
7352 -(void)set: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
7353 -(void)dealloc;
7354 
7355 @end
7356 
7357 typedef NS_ENUM(NSInteger, FSCertVerifyResultCertStatus) {
7362 };
7363 
7364 typedef NS_ENUM(NSInteger, FSCertVerifyResultRevocationReason) {
7376 };
7377 
7378 typedef NS_ENUM(NSInteger, FSCertVerifyResultResponseInfoLocation) {
7383 };
7384 
7385 @interface FSCertVerifyResult : NSObject
7386 {
7387  void *swigCPtr;
7388  BOOL swigCMemOwn;
7389 }
7390 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
7391 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
7392 @property (nonatomic, weak, getter=getResponse) FSResponse* response;
7393 @property (nonatomic, weak, getter=getResponse_effect_time_range) FSTimeRange* response_effect_time_range;
7394 @property (nonatomic, weak, getter=getRevoke_time) FSDateTime* revoke_time;
7395 @property (nonatomic, getter=getCert_status) FSCertVerifyResultCertStatus cert_status;
7396 @property (nonatomic, getter=getReason) FSCertVerifyResultRevocationReason reason;
7397 @property (nonatomic, weak, getter=getCert_check_time) FSDateTime* cert_check_time;
7398 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
7399 @property (nonatomic, weak, getter=getSignature_vri_creation_time) FSDateTime* signature_vri_creation_time;
7400 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
7401 @property (nonatomic, weak, getter=getResponse_signature_vri_creation_time) FSDateTime* response_signature_vri_creation_time;
7402 @property (nonatomic, getter=getResponse_info_location) FSCertVerifyResultResponseInfoLocation response_info_location;
7403 @property (nonatomic, weak, getter=getCert) NSData * cert;
7404 -(void*)getCptr;
7405 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7406 -(id)initWithCert: (NSData *)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;
7407 -(id)init;
7408 -(id)initWithOther: (FSCertVerifyResult*)other;
7409 -(void)set: (NSData *)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;
7410 
7411 -(void)dealloc;
7412 
7413 @end
7414 
7415 @interface FSCertVerifyResultArray : NSObject
7416 {
7417  void *swigCPtr;
7418  BOOL swigCMemOwn;
7419 }
7420 -(void*)getCptr;
7421 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7422 -(id)init;
7423 -(id)initWithOther: (FSCertVerifyResultArray*)other;
7424 -(unsigned long)getSize;
7425 -(FSCertVerifyResult*)getAt: (unsigned long)index;
7426 -(void)add: (FSCertVerifyResult*)element;
7427 -(void)removeAt: (unsigned long)index;
7428 -(void)insertAt: (unsigned long)index element: (FSCertVerifyResult*)element;
7429 -(void)removeAll;
7430 
7431 -(void)dealloc;
7432 
7433 @end
7434 
7435 @interface FSCertIssuerPair : NSObject
7436 {
7437  void *swigCPtr;
7438  BOOL swigCMemOwn;
7439 }
7440 @property (nonatomic, weak, getter=getIssuer) NSData * issuer;
7441 @property (nonatomic, weak, getter=getCert) NSData * cert;
7442 -(void*)getCptr;
7443 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7444 -(id)initWithCert: (NSData *)cert issuer: (NSData *)issuer;
7445 -(id)init;
7446 -(id)initWithOther: (FSCertIssuerPair*)other;
7447 -(void)set: (NSData *)cert issuer: (NSData *)issuer;
7448 
7449 -(void)dealloc;
7450 
7451 @end
7452 
7453 @interface FSRevocationArrayInfo : NSObject
7454 {
7455  void *swigCPtr;
7456  BOOL swigCMemOwn;
7457 }
7458 @property (nonatomic, weak, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
7459 @property (nonatomic, weak, getter=getCrl_array) NSArray<NSData *> * crl_array;
7460 -(void*)getCptr;
7461 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7462 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7463 -(id)init;
7464 -(id)initWithOther: (FSRevocationArrayInfo*)other;
7465 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7466 -(void)dealloc;
7467 
7468 @end
7469 
7470 
7471 
7472 
7473 
7474 @interface FSSignatureVerifyResultArray : NSObject
7475 {
7476  void *swigCPtr;
7477  BOOL swigCMemOwn;
7478 }
7479 -(void*)getCptr;
7480 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7481 -(id)init;
7482 -(id)initWithOther: (FSSignatureVerifyResultArray*)other;
7483 -(unsigned long)getSize;
7484 -(FSSignatureVerifyResult*)getAt: (unsigned long)index;
7485 -(void)add: (FSSignatureVerifyResult*)element;
7486 -(void)removeAt: (unsigned long)index;
7487 -(void)insertAt: (unsigned long)index element: (FSSignatureVerifyResult*)element;
7488 -(void)removeAll;
7489 
7490 -(void)dealloc;
7491 
7492 @end
7493 
7494 typedef NS_ENUM(NSInteger, FSLTVVerifierTimeType) {
7499 };
7500 
7501 typedef NS_ENUM(NSInteger, FSLTVVerifierVerifyMode) {
7503 };
7504 
7505 @interface FSLTVVerifier : FSBase
7506 -(id)init NS_UNAVAILABLE;
7507 -(void*)getCptr;
7508 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7509 -(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;
7510 -(id)initWithOther: (FSLTVVerifier*)other;
7511 -(BOOL)isEmpty;
7512 -(void)setRevocationCallback: (id<FSRevocationCallback>)callback;
7513 -(void)setVerifyMode: (FSLTVVerifierVerifyMode)mode;
7514 -(void)setTrustedCertStoreCallback: (id<FSTrustedCertStoreCallback>)callback;
7516 -(FSSignatureVerifyResultArray*)verifySignature: (FSSignature*)signature;
7517 -(void)addDSS: (FSSignatureVerifyResult*)signature_verify_result;
7518 
7519 -(void)dealloc;
7520 
7521 @end
7522 
7523 typedef NS_ENUM(NSInteger, FSSignatureVerifyResultLTVState) {
7527 };
7528 
7530 -(id)init NS_UNAVAILABLE;
7531 -(void*)getCptr;
7532 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7533 -(id)initWithOther: (FSSignatureVerifyResult*)other;
7534 -(BOOL)isEmpty;
7535 -(NSString *)getSignatureName;
7536 -(unsigned int)getSignatureState;
7543 -(NSData *)getSignatureHashValue;
7544 
7545 -(void)dealloc;
7546 
7547 @end
7548 
7550 @property (nonatomic, weak, getter=getText_state) FSTextState* text_state;
7551 @property (nonatomic, weak, getter=getText) NSString * text;
7552 -(id)init NS_UNAVAILABLE;
7553 -(void*)getCptr;
7554 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7555 -(id)initWithText_state: (FSTextState*)text_state text: (NSString *)text;
7556 -(id)initWithText_data: (FSTextFillSignObjectData*)text_data;
7557 -(void)set: (FSTextState*)text_state text: (NSString *)text;
7558 -(void)dealloc;
7559 
7560 @end
7561 
7562 @interface FSTextFillSignObjectDataArray : NSObject
7563 {
7564  void *swigCPtr;
7565  BOOL swigCMemOwn;
7566 }
7567 -(void*)getCptr;
7568 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7569 -(id)init;
7570 -(id)initWithOther: (FSTextFillSignObjectDataArray*)other;
7571 -(unsigned long)getSize;
7572 -(FSTextFillSignObjectData*)getAt: (unsigned long)index;
7573 -(void)add: (FSTextFillSignObjectData*)element;
7574 -(void)removeAt: (unsigned long)index;
7575 -(void)insertAt: (unsigned long)index element: (FSTextFillSignObjectData*)element;
7576 -(void)removeAll;
7577 
7578 -(void)dealloc;
7579 
7580 @end
7581 
7582 typedef NS_ENUM(NSInteger, FSFillSignFillSignObjectType) {
7591 };
7592 
7593 @interface FSFillSign : FSBase
7594 -(id)init NS_UNAVAILABLE;
7595 -(void*)getCptr;
7596 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7597 -(id)initWithPage: (FSPDFPage*)page;
7598 -(id)initWithOther: (FSFillSign*)other;
7599 -(BOOL)isEmpty;
7600 -(FSFillSignObject*)addObject: (FSFillSignFillSignObjectType)type point: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
7601 -(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;
7602 -(BOOL)removeObject: (FSFillSignObject*)fillsign_object;
7603 -(FSFillSignObject*)getObjectAtPoint: (FSPointF*)point;
7604 -(FSFillSignObject*)getObjectAtDevicePoint: (FSPointF*)point matrix: (FSMatrix2D*)matrix;
7605 
7606 -(void)dealloc;
7607 
7608 @end
7609 
7611 -(void*)getCptr;
7612 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7613 -(id)initWithOther: (FSFillSignObject*)other;
7614 -(id)init;
7615 -(BOOL)isEmpty;
7617 -(void)move: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
7618 -(FSRectF*)getRect;
7619 -(BOOL)generateContent;
7620 
7621 -(void)dealloc;
7622 
7623 @end
7624 
7626 -(id)init NS_UNAVAILABLE;
7627 -(void*)getCptr;
7628 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7629 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
7631 -(BOOL)isCombFieldMode;
7632 
7633 -(void)dealloc;
7634 
7635 @end
7636 
7638 -(id)init NS_UNAVAILABLE;
7639 -(void*)getCptr;
7640 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7641 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
7642 -(BOOL)isInitialsType;
7643 -(void)setBitmap: (FSBitmap*)bitmap;
7644 
7645 -(void)dealloc;
7646 
7647 @end
7648 
7650 -(id)init NS_UNAVAILABLE;
7651 -(void*)getCptr;
7652 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7653 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
7654 -(id)initWithDoc: (FSPDFDoc*)doc;
7655 -(id)initWithOther: (FSCombineDocumentInfo*)other;
7656 -(BOOL)isEmpty;
7657 -(void)setBookmarkTitle: (NSString *)bookmark_title;
7658 -(void)setPDFFileName: (NSString *)pdf_file_name;
7659 
7660 -(void)dealloc;
7661 
7662 @end
7663 
7664 @interface FSCombineDocumentInfoArray : NSObject
7665 {
7666  void *swigCPtr;
7667  BOOL swigCMemOwn;
7668 }
7669 -(void*)getCptr;
7670 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7671 -(id)init;
7672 -(id)initWithOther: (FSCombineDocumentInfoArray*)other;
7673 -(unsigned long)getSize;
7674 -(FSCombineDocumentInfo*)getAt: (unsigned long)index;
7675 -(void)add: (FSCombineDocumentInfo*)element;
7676 -(void)removeAt: (unsigned long)index;
7677 -(void)insertAt: (unsigned long)index element: (FSCombineDocumentInfo*)element;
7678 -(void)removeAll;
7679 
7680 -(void)dealloc;
7681 
7682 @end
7683 
7684 typedef NS_ENUM(NSInteger, FSCombinationCombineDocsOptions) {
7695 };
7696 
7697 @interface FSCombination : FSBase
7698 -(void*)getCptr;
7699 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7700 +(FSProgressive*)startCombineDocuments: (NSString *)dest_file_path document_array: (FSCombineDocumentInfoArray*)document_array options: (unsigned int)options pause: (id<FSPauseCallback>)pause;
7701 +(FSProgressive*)startCombineDocumentsWithWriterCallback: (id<FSFileWriterCallback>)dest_file document_array: (FSCombineDocumentInfoArray*)document_array options: (unsigned int)options pause: (id<FSPauseCallback>)pause;
7702 -(id)init;
7703 
7704 -(void)dealloc;
7705 
7706 @end
7707 
7709 -(id)init NS_UNAVAILABLE;
7710 -(void*)getCptr;
7711 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7712 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
7713 -(id)initWithReader_callback: (id<FSFileReaderCallback>)reader_callback password: (NSString *)password file_name: (NSString *)file_name;
7714 -(id)initWithOther: (FSFormFileInfo*)other;
7715 -(BOOL)isEmpty;
7716 
7717 -(void)dealloc;
7718 
7719 @end
7720 
7721 @interface FSFormFileInfoArray : NSObject
7722 {
7723  void *swigCPtr;
7724  BOOL swigCMemOwn;
7725 }
7726 -(void*)getCptr;
7727 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7728 -(id)init;
7729 -(id)initWithOther: (FSFormFileInfoArray*)other;
7730 -(unsigned long)getSize;
7731 -(FSFormFileInfo*)getAt: (unsigned long)index;
7732 -(void)add: (FSFormFileInfo*)element;
7733 -(void)removeAt: (unsigned long)index;
7734 -(void)insertAt: (unsigned long)index element: (FSFormFileInfo*)element;
7735 -(void)removeAll;
7736 
7737 -(void)dealloc;
7738 
7739 @end
7740 
7742 -(void*)getCptr;
7743 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7744 +(void)combineFormsToCSV: (FSFormFileInfoArray*)form_file_array dest_csv_file: (NSString *)dest_csv_file append: (BOOL)append;
7745 +(void)combineFormsToCSVWithStreamCallback: (FSFormFileInfoArray*)form_file_array dest_csv_file: (id<FSFileStreamCallback>)dest_csv_file append: (BOOL)append;
7746 -(id)init;
7747 
7748 -(void)dealloc;
7749 
7750 @end
7751 
7762 };
7763 
7764 
7765 
7766 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSummaryLayout) {
7772 };
7773 
7774 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSortType) {
7779 };
7780 
7781 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsFontSizeType) {
7785 };
7786 
7788 -(void*)getCptr;
7789 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7790 -(id)init;
7791 -(id)initWithOther: (FSAnnotationSummarySettings*)other;
7792 -(BOOL)isEmpty;
7793 -(void)setSummaryLayout: (FSAnnotationSummarySettingsSummaryLayout)type;
7794 -(void)setSortType: (FSAnnotationSummarySettingsSortType)type;
7795 -(void)setFontSize: (FSAnnotationSummarySettingsFontSizeType)type;
7796 -(void)setAnnotType: (FSAnnotType)type use_all: (BOOL)use_all;
7797 -(void)setFileTitle: (NSString *)title;
7798 -(void)setPageRect: (FSRectF*)rect;
7799 -(void)setPageMargin: (FSRectF*)margin;
7800 -(void)setStartPage: (int)page_index;
7801 -(void)setEndPage: (int)page_index;
7802 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
7803 -(void)setConnectorLineColor: (unsigned int)color;
7804 -(void)setConnectorLineOpacity: (float)opacity;
7805 -(void)setAnnotThumbnail: (FSAnnotType)type thumbnail: (FSBitmap*)thumbnail;
7806 
7807 -(void)dealloc;
7808 
7809 @end
7810 
7812 -(id)init NS_UNAVAILABLE;
7813 -(void*)getCptr;
7814 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7815 -(id)initWithDocument: (FSPDFDoc*)document;
7816 -(id)initWithOther: (FSAnnotationSummary*)other;
7817 -(BOOL)isEmpty;
7818 -(void)setCallback: (id<FSAnnotationSummaryCallback>)callback;
7819 -(FSProgressive*)startSummarize: (NSString *)dest_file_path settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
7820 -(FSProgressive*)startSummarizeWithWriterCallback: (id<FSFileWriterCallback>)dest_file settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
7821 
7822 -(void)dealloc;
7823 
7824 @end
7825 
7826 typedef NS_ENUM(NSInteger, FSOutputPreviewShowType) {
7851 };
7852 
7853 typedef NS_ENUM(NSInteger, FSOutputPreviewColorantType) {
7856 };
7857 
7859 -(id)init NS_UNAVAILABLE;
7860 -(void*)getCptr;
7861 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7862 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
7863 -(id)initWithOther: (FSOutputPreview*)other;
7864 -(BOOL)isEmpty;
7865 -(void)setSimulationProfile: (NSString *)icc_profile_path;
7866 -(void)setShowType: (FSOutputPreviewShowType)show_type;
7867 -(NSArray<NSString *> *)getPlates: (FSOutputPreviewColorantType)colorant_type;
7868 -(unsigned int)getSpotPlateColor: (NSString *)plate_name;
7869 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
7870 -(BOOL)isChecked: (NSString *)plate_name;
7871 -(void)enableSimulateOverprint: (BOOL)is_to_simulate_overprint;
7872 -(FSBitmap*)generatePreviewBitmap: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
7873 
7874 -(void)dealloc;
7875 
7876 @end
7877 
7878 typedef NS_ENUM(NSInteger, FSPortfolioNodeType) {
7882 };
7883 
7885 -(void*)getCptr;
7886 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7887 -(id)initWithOther: (FSPortfolioNode*)other;
7888 -(BOOL)isEmpty;
7890 
7891 -(void)dealloc;
7892 
7893 @end
7894 
7895 @interface FSPortfolioNodeArray : NSObject
7896 {
7897  void *swigCPtr;
7898  BOOL swigCMemOwn;
7899 }
7900 -(void*)getCptr;
7901 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7902 -(id)init;
7903 -(id)initWithOther: (FSPortfolioNodeArray*)other;
7904 -(unsigned long)getSize;
7905 -(FSPortfolioNode*)getAt: (unsigned long)index;
7906 -(void)add: (FSPortfolioNode*)element;
7907 -(void)removeAt: (unsigned long)index;
7908 -(void)insertAt: (unsigned long)index element: (FSPortfolioNode*)element;
7909 -(void)removeAll;
7910 
7911 -(void)dealloc;
7912 
7913 @end
7914 
7916 @property (nonatomic, weak, getter=getDescription) NSString * description;
7917 -(id)init NS_UNAVAILABLE;
7918 -(void*)getCptr;
7919 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7920 -(id)initWithOther: (FSPortfolioNode*)other;
7921 -(BOOL)isRoot;
7922 -(NSString *)getName;
7923 -(FSPortfolioFileNode*)addFile: (NSString *)file_path;
7924 -(FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSFileStreamCallback>)file_stream file_name: (NSString *)file_name;
7925 -(FSPortfolioFileNode*)addPDFDoc: (FSPDFDoc*)pdf_doc file_name: (NSString *)file_name;
7926 -(FSPortfolioFolderNode*)addSubFolder: (NSString *)folder_name;
7927 -(void)removeSubNode: (FSPortfolioNode*)sub_node;
7928 -(FSPortfolioNodeArray*)getSortedSubNodes;
7929 -(FSDateTime*)getModifiedDateTime;
7930 -(FSDateTime*)getCreationDateTime;
7931 
7932 -(void)dealloc;
7933 
7934 @end
7935 
7937 -(id)init NS_UNAVAILABLE;
7938 -(void*)getCptr;
7939 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7940 -(id)initWithOther: (FSPortfolioNode*)other;
7942 -(NSString *)getKeyName;
7943 
7944 -(void)dealloc;
7945 
7946 @end
7947 
7948 @interface FSSchemaField : FSBase
7949 @property (nonatomic, weak, getter=getKeyName) NSString * keyName;
7950 @property (nonatomic, weak, getter=getSubtypeName) NSString * subtypeName;
7951 @property (nonatomic, weak, getter=getDisplayName) NSString * displayName;
7952 -(void*)getCptr;
7953 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7954 -(id)init;
7955 -(id)initWithOther: (FSSchemaField*)other;
7956 -(BOOL)isEmpty;
7957 -(BOOL)isVisible;
7958 -(void)setVisibility: (BOOL)is_visible;
7959 
7960 -(void)dealloc;
7961 
7962 @end
7963 
7964 @interface FSSchemaFieldArray : NSObject
7965 {
7966  void *swigCPtr;
7967  BOOL swigCMemOwn;
7968 }
7969 -(void*)getCptr;
7970 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7971 -(id)init;
7972 -(id)initWithOther: (FSSchemaFieldArray*)other;
7973 -(unsigned long)getSize;
7974 -(FSSchemaField*)getAt: (unsigned long)index;
7975 -(void)add: (FSSchemaField*)element;
7976 -(void)removeAt: (unsigned long)index;
7977 -(void)insertAt: (unsigned long)index element: (FSSchemaField*)element;
7978 -(void)removeAll;
7979 
7980 -(void)dealloc;
7981 
7982 @end
7983 
7984 typedef NS_ENUM(NSInteger, FSPortfolioInitialViewMode) {
7989 };
7990 
7991 @interface FSPortfolio : FSBase
7992 @property (nonatomic, getter=getInitialViewMode) FSPortfolioInitialViewMode initialViewMode;
7993 @property (nonatomic, weak, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
7994 @property (nonatomic, weak, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
7995 @property (nonatomic, weak, getter=getSchemaFields) FSSchemaFieldArray* schemaFields;
7996 -(id)init NS_UNAVAILABLE;
7997 -(void*)getCptr;
7998 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7999 +(FSPortfolio*)createPortfolio;
8000 +(FSPortfolio*)createPortfolioWithPDFDoc: (FSPDFDoc*)portfolio_pdf_doc;
8001 -(id)initWithOther: (FSPortfolio*)other;
8002 -(BOOL)isEmpty;
8003 -(FSPDFDoc*)getPortfolioPDFDoc;
8004 -(FSPortfolioNode*)getRootNode;
8005 -(BOOL)isSortedInAscending;
8006 -(void)setSortingOrder: (BOOL)use_ascending_order;
8007 
8008 -(void)dealloc;
8009 
8010 @end
8011 
8012 typedef NS_ENUM(NSInteger, FSSnappedPointSnappedPointType) {
8018 };
8019 
8021 -(id)init NS_UNAVAILABLE;
8022 -(void*)getCptr;
8023 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8024 -(id)initWithOther: (FSSnappedPoint*)other;
8025 -(BOOL)isEmpty;
8027 -(FSPointF*)getPoint;
8028 
8029 -(void)dealloc;
8030 
8031 @end
8032 
8033 typedef NS_ENUM(NSInteger, FSSnapPointMgrSnapPointFlags) {
8038 };
8039 
8041 -(id)init NS_UNAVAILABLE;
8042 -(void*)getCptr;
8043 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8044 -(id)initWithPage: (FSPDFPage*)page;
8045 -(id)initWithOther: (FSSnapPointMgr*)other;
8046 -(BOOL)isEmpty;
8047 -(void)reload;
8048 -(FSSnappedPoint*)getSnappedPointAtPos: (FSPointF*)position flags: (unsigned int)flags;
8049 
8050 -(void)dealloc;
8051 
8052 @end
8053 
8054 
8055 
8061 @protocol FSPauseCallback <NSObject>
8062 @required
8068 -(BOOL)needPauseNow;
8069 @end
8070 
8076 @protocol FSFileReaderCallback <NSObject>
8077 @required
8086 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
8092 -(unsigned long long)getSize;
8093 @end
8094 
8100 @protocol FSFileWriterCallback <NSObject>
8101 @required
8107 -(unsigned long long)getSize;
8116 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
8122 -(BOOL)flush;
8123 @end
8124 
8130 @protocol FSFileStreamCallback <NSObject>
8131 @required
8137 -(unsigned long long)getSize;
8138 
8147 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
8156 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
8162 -(BOOL)flush;
8163 @end
8164 
8169 @protocol FSMediaPlayerCallback <NSObject>
8170 @required
8171 
8179  -(BOOL)play;
8180 
8188  -(void)close;
8189 
8197  -(BOOL)stop;
8198 
8208  -(BOOL)seek:(int)current_pos;
8209 
8218 
8227 
8228 @end
8229 
8235 @protocol FSActionCallback <NSObject>
8236 @required
8249 -(BOOL)invalidateRect:(FSPDFDoc*)document page_index:(int)page_index pdf_rect:(FSRectF*)pdf_rect;
8250 
8261 -(int)getCurrentPage:(FSPDFDoc*)document;
8273 -(void)setCurrentPage:(FSPDFDoc*)document page_index:(int)page_index;
8274 
8286 -(void)setCurrentPage:(FSPDFDoc*)document destination:(FSDestination*)destination;
8300 -(FSRotation)getPageRotation:(FSPDFDoc*)document page_index:(int)page_index;
8314 -(BOOL)setPageRotation:(FSPDFDoc*)document page_index:(int)page_index rotation:(FSRotation)rotation;
8315 
8328 -(BOOL)executeNamedAction:(FSPDFDoc*)document named_action:(NSString*)named_action;
8329 
8342 -(BOOL)setDocChangeMark:(FSPDFDoc*)document change_mark:(BOOL)change_mark;
8354 -(BOOL)getDocChangeMark:(FSPDFDoc*)document;
8355 
8364 -(int)getOpenedDocCount;
8365 
8377 -(FSPDFDoc*)getOpenedDoc:(int)index;
8378 
8388 
8398 
8410 -(void)closeDoc:(FSPDFDoc*)document is_prompt_to_save:(BOOL)is_prompt_to_save;
8411 
8423 -(FSPDFDoc*)openDoc:(NSString*)file_path password:(NSString*)password;
8424 
8442 -(BOOL)beep:(int)type;
8443 
8462 -(NSString*)response:(NSString*)question title:(NSString*)title default_value:(NSString*)default_value label:(NSString*)label is_password:(BOOL)is_password;
8463 
8474 -(NSString*)getFilePath:(FSPDFDoc*)document;
8475 
8486 -(BOOL)isLocalFile:(FSPDFDoc*)document;
8487 
8500 -(NSString*)getAttachmentsFilePath:(FSPDFDoc*)pdf_doc name:(NSString*)name;
8501 
8514 -(NSString*)getExtractedEmbeddedFilePath:(FSPDFDoc*)pdf_doc name:(NSString*)name;
8515 
8539 -(BOOL)print:(FSPDFDoc*)document is_ui:(BOOL)is_ui page_range:(FSRange*)page_range is_silent:(BOOL)is_silent is_shrunk_to_fit:(BOOL)is_shrunk_to_fit is_printed_as_image:(BOOL)is_printed_as_image is_reversed:(BOOL)is_reversed is_to_print_annots:(BOOL)is_to_print_annots;
8540 
8552 -(BOOL)print:(FSPDFDoc*)document print_params:(FSPrintParams*)print_params;
8553 
8568 -(BOOL)submitForm:(FSPDFDoc*)document form_data:(NSData*)form_data url:(NSString*)url file_format_type:(FSFileFormatType)file_format_type;
8569 
8580 -(BOOL)launchURL:(NSString*)url;
8581 
8590 -(NSString*)browseFile;
8591 
8604 -(NSString*)browseFile:(BOOL)is_open_dialog file_format:(NSString*)file_format file_filter:(NSString*)file_filter;
8605 
8616 
8648 -(int)alert:(NSString*)msg title:(NSString*)title type:(int)type icon:(int)icon;
8665 -(BOOL)setIdentityProperties:(FSIdentityProperties*)identity_properties;
8679 -(NSString*)popupMenu:(FSMenuListArray*)menus is_selected_item:(NSNumber**)is_selected_item;
8680 
8693 -(FSMenuItemEx*)popupMenuEx:(FSMenuItemExArray*)menus is_selected_item:(NSNumber**)is_selected_item;
8694 
8709 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)type;
8710 
8742 -(BOOL)mailData:(void*)data data_type:(FSActionCallbackMailType)data_type is_ui:(BOOL)is_ui to:(NSString*)to subject:(NSString*)subject cc:(NSString*)cc bcc:(NSString*)bcc message:(NSString*)message;
8743 
8758 -(unsigned int)verifySignature:(FSPDFDoc*)document pdf_signature:(FSSignature*)pdf_signature;
8759 
8770 -(NSString*)getUntitledBookmarkName;
8771 
8781 -(NSArray<NSString*>*)getPrinterNameList;
8782 
8792 -(BOOL)addToolButton:(FSButtonItem*)button_item;
8793 
8803 -(BOOL)removeToolButtom:(NSString*)button_name;
8804 
8813 
8834 -(BOOL) addMenuItem:(FSMenuItemConfig*)menu_item_config is_prepend:(BOOL)is_prepend;
8835 
8845 -(BOOL) addSubMenu:(FSMenuItemConfig*)menu_item_config;
8846 
8856 -(BOOL) showDialog:(FSDialogDescriptionConfig*)dlg_config;
8857 
8865 -(BOOL) getFullScreen;
8866 
8876 -(void) setFullScreen:(BOOL)is_full_screen;
8877 
8893 -(void) onFieldValueChanged:(NSString*)field_name type:(FSActionCallbackJSFieldValueChangeType)type value_before_changed:(NSArray<NSString*>*)value_before_changed value_after_changed:(NSArray<NSString*>*)value_after_changed;
8894 
8904 -(void)updateLogicalLabel;
8905 
8924 -(FSActionCallbackJsMailResult)mailDoc:(FSPDFDoc*)document to_address:(NSString*)to_address cc_address:(NSString*)cc_address bcc_address:(NSString*)bcc_address subject:(NSString*)subject message:(NSString*)message is_ui:(BOOL)is_ui;
8925 
8938 -(NSString*)getTemporaryFileName:(FSPDFDoc*)document file_name:(NSString*)file_name;
8939 
8949 -(id<FSMediaPlayerCallback>) openMediaPlayer:(FSPlayerArgs*)player_args;
8950 
8960  -(NSString*)getTemporaryDirectory;
8961 
8962 
8974 -(void)scroll:(FSPointF*)point;
8975 
8990 -(void)selectPageNthWord:(int)page_index start_offset:(int)start_offset end_offset:(int)end_offset is_show_selection:(BOOL)is_show_selection;
8991 
8992 
9003 
9015 
9027 
9041  -(void)setLayoutMode:(FSActionCallbackLayoutMode)layout_mode is_cover_mode:(BOOL)is_cover_mode;
9042 
9052 -(float)getPageScale;
9053 
9067 -(void)setPageScale:(FSDestinationZoomMode)zoom_mode dest:(FSDestination*)dest;
9068 
9069 
9081 
9098 -(void)query:(NSString*)keywords search_scope:(FSActionCallbackSearchScope)search_scope search_option:(FSSearchOption*)search_opion di_path:(NSString*)di_path;
9099 
9111 -(FSSearchIndexConfig*) addSearchIndex:(NSString*)di_path selected:(bool)is_selected;
9112 
9123 -(bool)removeSearchIndex:(FSSearchIndexConfig*)search_index_config;
9124 
9133 -(NSArray<NSString*>*)getSignatureAPStyleNameList;
9134 
9146 -(FSSOAPResponseInfo*) soapRequest:(FSSOAPRequestProperties*)request_params;
9147 
9159 -(void) enablePageLoop:(BOOL)is_loop;
9160 
9170 -(BOOL) isPageLoop;
9171 
9191 -(void) setDefaultPageTransitionMode:(NSString*)trans_type trans_di:(NSString*)trans_di;
9192 
9202 
9215 -(void) postMessageToHtml:(NSArray<NSString*>*)message;
9216 
9217 @end
9218 
9228 @protocol FSIconProviderCallback <NSObject>
9229 @required
9238 -(NSString*)getProviderID;
9247 -(NSString*)getProviderVersion;
9257 -(BOOL)hasIcon: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9268 -(BOOL)canChangeColor: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9279 -(FSPDFPage*)getIcon: (FSAnnotType)annot_type icon_name: (NSString*)icon_name color: (unsigned int)color;
9293 -(FSShadingColor*)getShadingColor: (FSAnnotType)annot_type icon_name: (NSString*)icon_name referenced_color: (unsigned int)referenced_color shading_index: (int)shading_index;
9303 -(NSNumber*)getDisplayWidth: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9313 -(NSNumber*)getDisplayHeight: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9314 @end
9315 
9323 @protocol FSNotifierCallback <NSObject>
9324 @required
9337 -(void)onOutOfMemory;
9338 @end
9339 
9345 @protocol FSDocEventCallback <NSObject>
9346 @required
9352 -(void)onDocWillOpen;
9363 -(void)onDocOpened:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
9371 -(void)onDocWillDestroy:(FSPDFDoc*)document;
9379 -(void)onDocWillSave:(FSPDFDoc*)document;
9390 -(void)onDocSaved:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
9391 @end
9392 
9402 @required
9414 -(BOOL)isDataAvail:(int)offset size:(int)size;
9429 -(BOOL)addDownloadHint:(int)offset size:(int)size;
9430 @end
9431 
9436 @protocol FSFillerAssistCallback <NSObject>
9437 @required
9447 -(void)refresh:(FSPDFPage*)page rect:(FSRectF*)rect;
9463 -(BOOL)setTimer:(int)elapse timer:(FSTimer*)timer out_timer_id:(int*)out_timer_id;
9472 -(BOOL)killTimer:(int)timer_id;
9484 -(void)focusGotOnControl:(FSControl*)control value:(NSString*)value;
9497 -(void)focusLostFromControl:(FSControl*)control value:(NSString*)value;
9498 
9506 -(void *)createPopupMenu;
9507 
9520 -(BOOL)appendPopupMenuItem:(const void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item default_string:(NSString*)default_string;
9521 
9534 -(BOOL)enablePopupMenuItem:(const void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item is_enabled:(BOOL)is_enabled;
9535 
9546 -(BOOL)showPopupMenu:(const void*)h_popup_menu point:(FSPointF*)point;
9547 
9557 -(void)destroyPopupMenu:(const void*)h_popup_menu;
9558 
9568 -(void)setClipboardText:(NSString*)text;
9569 
9577  -(NSString*)getClipboardText;
9578 
9589  -(void)reportInvalidValue:(NSString*)form_field_name invalid_value:(NSString*)invalid_value;
9590 @end
9591 
9599 @protocol FSSearchCallback <NSObject>
9600 @required
9616 -(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 sentence:(NSString*)sentence match_sentence_start_text_index:(int)match_sentence_start_text_index match_sentence_end_text_index:(int)match_sentence_end_text_index;
9617 @end
9618 
9623 @protocol FSSearchCancelCallback <NSObject>
9624 @required
9631 -(BOOL)needToCancelNow;
9632 @end
9633 
9639 @protocol FSPSICallback <NSObject>
9640 @required
9649 -(void)refresh:(FSPSI*)psi rect:(FSRectF*)rect;
9650 @end
9651 
9657 @protocol FSSecurityCallback <NSObject>
9658 @required
9666 @end
9667 
9677 @required
9687 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
9688 @end
9689 
9699 @required
9710 -(BOOL)isOwner: (FSPDFDoc *)document sub_filter:(NSString*)sub_filter;
9722 -(unsigned int)getUserPermissions:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
9734 -(FSSecurityHandlerCipherType)getCipherType:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
9748 -(int)getKeyLength:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
9759 -(NSString*)getFileID:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
9770 -(NSData*)getInitialKey:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
9771 @end
9772 
9782 @required
9794 -(void *)createContext: (NSString*)filter sub_filter: (NSString*)sub_filter encrypt_info: (NSString*)encrypt_info;
9805 -(BOOL)releaseContext: (void *)context;
9819 -(unsigned int)getUserPermissions: (void *)context user_permission: (FSPDFDocUserPermissions)user_permission;
9830 -(BOOL)isOwner: (void *)context;
9842 -(FSSecurityHandlerCipherType)getCipher: (void *)context;
9853 -(NSData *)getEncryptKey: (void *)context;
9865 -(unsigned int)getDecryptedSize: (void *)context src_data_size: (unsigned int)src_data_size;
9878 -(void *)startDecryptor: (void *)context obj_num: (int)obj_num gen_num: (int)gen_num;
9891 -(NSData*)decryptData: (void *)decryptor encrypted_data: (void *)encrypted_data encrypted_data_len: (unsigned int)encrypted_data_len;
9902 -(NSData *)finishDecryptor: (void *)decryptor;
9917 -(unsigned int)getEncryptedSize: (void *)context obj_num: (int)obj_num gen_num: (int)gen_num src_data: (void *)src_data src_data_len: (unsigned int)src_data_len;
9934 -(BOOL)encryptData: (void *)context obj_num: (int)obj_num gen_num: (int)gen_num src_data: (void *)src_data src_data_len: (unsigned int)src_data_len out_dst_buffer: (void *)out_dst_buffer out_dst_buffer_len: (unsigned int*)out_dst_buffer_len;
9935 
9954 -(BOOL)useStandardCryptoMethod:(void*)context;
9955 
9956 @end
9957 
9967 
9968 @end
9969 
9979 @protocol FSSignatureCallback <NSObject>
9980 @required
9999 -(BOOL)startCalcDigest: (id<FSFileReaderCallback>)file byte_range_array: (NSArray<NSNumber *> *)byte_range_array signature: (FSSignature*)signature client_data: (void* )client_data;
10019 -(FSProgressiveState)continueCalcDigest: (id<FSPauseCallback> )pause client_data: (void* )client_data;
10031 -(NSData *)getDigest: (void* )client_data;
10052 -(NSData *)sign: (NSData*)digest cert_path: (NSString* )cert_path cert_password: (NSString* )cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm client_data: (void* )client_data;
10073 -(NSData *)sign: (NSData*)digest cert_file_stream:(id<FSFileStreamCallback>)cert_file_stream cert_password: (NSString* )cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm client_data: (void* )client_data;
10094 -(FSSignatureStates)verifySigState: (NSData*)digest signed_data: (NSData*)signed_data client_data: (void* )client_data;
10095 
10103 -(BOOL)isNeedPadData;
10104 
10124 -(FSSignatureCallbackCertValidity)checkCertificateValidity:(NSString*)cert_path cert_password:(NSString*)cert_password client_data:(void*)client_data;
10125 
10126 @end
10127 
10132 @protocol FSTimeStampCallback <NSObject>
10133 @required
10142 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest:(NSString*)request;
10143 
10149 -(NSData *)getTimeStampMessage;
10150 @end
10151 
10157 @protocol FSAppProviderCallback <NSObject>
10158 @required
10168 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)app_info;
10177 -(void)beep:(FSAppProviderCallbackBeepType)type;
10191 -(FSAppProviderCallbackMsgBoxButtonID)msgBox:(NSString*)message title:(NSString*)title icon_type: (FSAppProviderCallbackMsgBoxIconType) icon_type button_type: (FSAppProviderCallbackMsgBoxButtonType)button_type;
10204 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
10212 -(id<FSFileReaderCallback>)downLoadUrl:(NSString*)url;
10227 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
10238 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
10256 -(NSString*)loadString:(FSAppProviderCallbackStringID)string_id;
10267 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
10268 @end
10269 
10275 @protocol FSDocProviderCallback <NSObject>
10276 @required
10290 -(void)invalidateRect:(int)page_index rect:(FSRectF*)rect flag:(FSDocProviderCallbackInvalidateFlag)flag;
10301 -(void)displayCaret:(int)page_index is_visible:(BOOL)is_visible rect:(FSRectF*)rect;
10316 -(BOOL)getPopupPos:(int)page_index min_popup:(float)min_popup max_popup:(float)max_popup rect_widget:(FSRectF*)rect_widget inout_rect_popup:(FSRectF*)inout_rect_popup;
10325 -(BOOL)popupMenu:(int)page_index rect_popup:(FSPointF*)rect_popup;
10333 -(int)getCurrentPage:(FSPDFDoc*) doc;
10342 -(void)setCurrentPage:(FSPDFDoc*) doc current_page_index:(int)current_page_index;
10350 -(void)setChangeMark:(FSXFADoc*) doc;
10358 -(NSString*)getTitle:(FSPDFDoc*) doc;
10366 -(void)setFocus:(FSXFAWidget*) xfa_widget;
10377 -(void)exportData:(FSPDFDoc*)doc file_path:(NSString*) file_path;
10388 -(void)importData:(FSPDFDoc*)doc file_path:(NSString*) file_path;
10397 -(void)gotoURL:(FSPDFDoc*)doc url:(NSString*) url;
10410 -(void)print:(FSPDFDoc*)doc start_page_index:(int)start_page_index end_page_index:(int)end_page_index options:(int)options;
10418 -(int)getHighlightColor:(FSPDFDoc*)doc;
10432 -(BOOL)submitData:(FSPDFDoc*)doc target:(NSString*)target format:(FSDocProviderCallbackSubmitFormat)format text_encoding:(FSDocProviderCallbackTextEncoding)text_encoding content:(NSString*)content;
10443 -(void)pageViewEvent:(int)page_index page_view_event_type:(FSDocProviderCallbackPageViewEventType)page_view_event_type;
10454 -(void)widgetEvent:(FSXFAWidget *) xfa_widget widget_event_type:(FSDocProviderCallbackWidgetEventType)widget_event_type;
10455 @end
10456 
10461 @protocol FSComplianceProgressCallback <NSObject>
10462 @required
10471 -(void)updateCurrentStateData:(int)current_rate current_state_string:(NSString*)current_state_string;
10472 @end
10473 
10480 @protocol FSRevocationCallback <NSObject>
10481 @required
10489 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
10490 
10499 -(FSResponse*)getResponseOnLineForSingleCert: (FSCertIssuerPair*)cert_issuer_pair;
10500 
10510 -(FSCertVerifyResult*)verifyOCSP:(FSCertIssuerPair*)cert_issuer_pair ocsp_data:(NSData*)ocsp_data;
10511 
10521 -(FSCertVerifyResult*)verifyCRL:(FSCertIssuerPair*)cert_issuer_pair crl_data:(NSData*)crl_data;
10522 
10530 -(BOOL)isCA:(NSData*)cert;
10531 
10539 -(FSDateTime*)getDTSTime:(NSData*)signature_content;
10540 
10548 -(NSData*)getTSTSignature:(NSData*)signature_content;
10549 
10558 -(FSDateTime*)getTSTTime:(NSData*)signature_content;
10559 
10568 -(FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain:(NSArray<NSData*>*)trust_cert_chain;
10569 
10578 -(FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
10579 
10587 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
10588 
10596 -(FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
10597 
10605 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
10606 
10614 -(NSData*)getCRLSignature:(NSData*)crl_data;
10615 
10623 -(FSRevocationArrayInfo*)getRevocationInfoFromSignatureData:(NSData*)signature_content;
10624 
10633 -(BOOL)isIssuerMatchCert:(FSCertIssuerPair*)cert_issuer_pair;
10634 
10635 @end
10636 
10645 @protocol FSTrustedCertStoreCallback <NSObject>
10646 @required
10654 -(BOOL)isCertTrusted:(NSData*)cert;
10662 -(BOOL)isCertTrustedRoot:(NSData*)cert;
10663 
10664 @end
10665 
10666 
10675 @protocol FSFontMapperCallback <NSObject>
10676 @required
10677 
10693 -(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;
10694 
10695 @end
10696 
10705 @protocol FSAnnotationSummaryCallback <NSObject>
10706 @required
10707 
10718 
10727 -(NSString*)getLocalFontName;
10728 
10745  -(NSString*)loadString:(FSAnnotationSummaryCallbackAnnotationSummaryStringID)id;
10746 
10747 @end
10748 
10757 @protocol FSTaggedPDFCallback <NSObject>
10758 @required
10759 
10776 -(void)report:(FSTaggedPDFCallbackReportCategory)category confidence:(FSTaggedPDFCallbackReportConfidence)confidence page_index:(int)page_index rect:(FSRectF*)rect;
10777 
10778 @end
10779 
10784 @protocol FSReplaceCallback <NSObject>
10785 @required
10786 
10798 -(BOOL)needToReplace:(NSString*)search_text replace_text:(NSString*)replace_text current_page_index:(int)current_page_index text_rect_array:(FSRectFArray*)text_rect_array;
10799 
10800 @end
10801 
10802 #ifdef __cplusplus
10803 }
10804 #endif
10805 
FSPDFDocPasswordType
FSPDFDocPasswordType
Enumeration for the type of current used password in a PDF document.
Definition: FSPDFObjC.h:4932
-[FSPagingSeal getPagingSealSignature]
FSPagingSealSignature * getPagingSealSignature()
Get the associated paging seal signature.
-[FSActionCallback-p getTemporaryDirectory]
NSString * getTemporaryDirectory()
A callback function to get temporary directory.
FSFullTextSearchRankMode
FSFullTextSearchRankMode
Enumeration for rank mode of full text search.
Definition: FSPDFObjC.h:6334
FSLayerContext
Definition: FSPDFObjC.h:3866
FSCertVerifyResultReasonSuperseded
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:7370
-[FSActionCallback-p getOpenedDocCount]
int getOpenedDocCount()
A callback function to receive the count of opened documents.
FSGraphicsObjectBlendScreen
Multiply complements of backdrop by source color values, and then complement the result.
Definition: FSPDFObjC.h:1346
FSFillerVkeyN
N key.
Definition: FSPDFObjC.h:3993
-[FSTextSearch findNext]
BOOL findNext()
Search for next matched pattern.
FSLRStructureElementAttributeTypeRole
Attribute type: role, which means strings of structure element meaning and standard type it maps to.
Definition: FSPDFObjC.h:7026
-[FSStructTreeEntity getPage]
FSPDFPage * getPage()
Get the related PDF page.
FSColorSpaceDeviceN
Color space: DeviceN.
Definition: FSPDFObjC.h:649
FSAssociatedFilesRelationshipSupplement
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:3047
FSMarkupStateModelMarked
Markup annotation state model: marked.
Definition: FSPDFObjC.h:2501
-[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
Foxit wrapper document.
Definition: FSPDFObjC.h:5007
FSFileReaderCallback-p
Definition: FSPDFObjC.h:8076
FSLayerContextUsageZoom
Use for zooming.
Definition: FSPDFObjC.h:3863
FSLRStructureElementAttributeTypeTBorderStyle
Attribute type: TBorderStyle, which represents the style of the border drawn on each edge of a table ...
Definition: FSPDFObjC.h:7050
FSOutputPreviewShowRGB
If set, only show with RGB.
Definition: FSPDFObjC.h:7836
FSBorderInfoBeveled
Border style: Beveled.
Definition: FSPDFObjC.h:2204
FSFillModeWinding
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:607
FSLRStructureElementAttributeTypeTextDecorationType
Attribute type: TextDecorationType, which represents the text decoration, if any, to be applied to th...
Definition: FSPDFObjC.h:7056
FSSearchIndexConfig
Definition: FSPDFObjC.h:3589
FSFieldFlagChoiceSort
(Only useful for choice field) If set, the field's option items should be sorted alphabetically.
Definition: FSPDFObjC.h:4176
-[FSPortfolioFileNode getFileSpec]
FSFileSpec * getFileSpec()
Get the related file specification object which is used to access an embedded file information and da...
FSStructObjectContentUnknownType
Unknown Type.
Definition: FSPDFObjC.h:1632
FSTimeStampServerSendResultFailToReceiveData
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:4493
FSRenditionWindowTypeAnnotRect
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:1697
FSLRStructureElementAttributeValueEnumCircle
Enum value: Circle, which means open circular bullet.
Definition: FSPDFObjC.h:7111
FSAnnotMKEntryIconFit
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:2368
-[FSStructTreeEntity getType]
FSStructTreeEntityStructTreeEntityType getType()
Get structure tree entity type.
FSHTML2PDFSettingDataEncodingFormatISO_2022_CN
Encoding foramt: "ISO_2022_CN".
Definition: FSPDFObjC.h:6788
FSLRElementElementTypeAnnot
Structure element type: Annot, which means "Annotation" and represents an association between a porti...
Definition: FSPDFObjC.h:6977
FSAnnotProperty
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:2351
FSOptimizerSettingsDiscardObjectsDocumentTags
Discard document tags.
Definition: FSPDFObjC.h:6698
FSPathTypeMoveTo
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:943
-[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
Any of players in this type may be used in playing the associated media clip.
Definition: FSPDFObjC.h:1680
FSAttachments
Definition: FSPDFObjC.h:3729
FSHTML2PDFSettingDataEncodingFormatJAGRAN
Encoding foramt: "JAGRAN".
Definition: FSPDFObjC.h:6792
FSTableData
Definition: FSPDFObjC.h:6282
FSIconProviderCallback-p
Definition: FSPDFObjC.h:9228
FSErrXFALoadError
XFA loading error.
Definition: FSPDFObjC.h:485
FSLRElementElementTypePrivate
Structure element type: Private, which means "Private element" and represents a grouping element cont...
Definition: FSPDFObjC.h:6949
FSSignatureSignatureType
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:4361
FSPDFDocEncryptNone
No encryption pattern.
Definition: FSPDFObjC.h:4941
-[FSWidgetMenu bold]
BOOL bold()
(Only useful for rich text) Make the rich text bold.
FSLRElementElementTypeTableBodyGroup
Structure element type: TBody, which means "Table body row group" and represents a group of rows that...
Definition: FSPDFObjC.h:6968
FSLRStructureElementAttributeValueEnumPage
Enum value: Page, which means page artifacts. Production aids extraneous to the document itself,...
Definition: FSPDFObjC.h:7137
FSAppProviderCallbackMsgBtnIDCancel
Message box button ID: Cancel.
Definition: FSPDFObjC.h:5465
-[FSActionCallback-p createBlankDoc]
FSPDFDoc * createBlankDoc()
A callback function to create a blank PDF document object.
FSMarkupEndingStyleOpenArrow
Two short lines meeting in an acute angle to form an open arrowhead.
Definition: FSPDFObjC.h:2522
FSAppProviderCallbackStringIDUnableSetLengthValue
Sample message: "Unable to set the value for property 'length'".
Definition: FSPDFObjC.h:5366
FSColorSpaceDeviceCMYK
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:644
FSCompareResultInfoCompareResultTypeDeletePath
Result type: delete path.
Definition: FSPDFObjC.h:6483
FSSignatureAPFlagSigningTime
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:4334
FSHeaderFooterContentGeneratorDateFormatMMSlashYY
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4783
FSPrintParamsPrintContentFormFieldsOnly
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: FSPDFObjC.h:3379
FSOptimizerSettingsCleanUpUseFlateForNonEncodedStream
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:6684
FSAnnotationSummaryCallbackAnnotationSummaryStringIDType
Annotations summary string ID: specify the prefix when annotation type is outputed in result document...
Definition: FSPDFObjC.h:7756
FSLRStructureElementAttributeValueEnumUpperRoman
Enum value: UpperRoman, which means uppercase roman numerals (I, II, III, IV, ...).
Definition: FSPDFObjC.h:7114
FSTimeStampServerSendRequestResult
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:4488
FSCompareResultInfoCompareResultTypeReplacePath
Result type: replace path.
Definition: FSPDFObjC.h:6485
FSFontCharsetChineseBig5
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:842
FSRendererDevicePrinter
Device type: display device.
Definition: FSPDFObjC.h:2992
FSActionCallbackSearchScopeFolder
Search scope: folder.
Definition: FSPDFObjC.h:3679
FSPrintParams
Definition: FSPDFObjC.h:3416
-[FSSound getCompressionFormat]
NSString * getCompressionFormat()
Get the name of the sound compression format used on the sample data.
FSStructElementElementInfoTypeAltDescription
Structure element info type: Alternative Description, which means the alternative description of stru...
Definition: FSPDFObjC.h:1596
FSPathTypeLineTo
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:944
FSErrNotParsed
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:478
FSAnnotInk
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2313
FSTextPageTextParseFlags
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:5768
-[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.
FSAppProviderCallbackMsgBtnTypeOK
Message box button: OK.
Definition: FSPDFObjC.h:5457
FSAsyncReaderCallback-p
Definition: FSPDFObjC.h:9401
FSLRStructureElementAttributeTypeBackgroundColor
Attribute type: BackgroundColor, which represents the color to be used to fill the background of a ta...
Definition: FSPDFObjC.h:7034
FSAppProviderCallbackStringIDNumberOfOccur
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5364
FSGraphicsObjectsTextMergeNone
No text merge.
Definition: FSPDFObjC.h:4566
FSLRStructureElementAttributeValueTypeElementArray
Value type: an array of elements.
Definition: FSPDFObjC.h:7160
FSPrintParamsPrintHandlingTileLargePages
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: FSPDFObjC.h:3412
FSLRElementElementTypeQuote
Structure element type: Quote, which means "Quotation" and represents an inline portion of text attri...
Definition: FSPDFObjC.h:6971
FSFillerVkey1
1 key.
Definition: FSPDFObjC.h:3971
FSAlignmentLeft
Left alignment.
Definition: FSPDFObjC.h:599
FSAppProviderCallback-p
Definition: FSPDFObjC.h:10157
FSMediaPlayerCallbackJSMediaPlayerState
FSMediaPlayerCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3607
FSErrPassword
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:469
FSModuleNameAdvEdit
Name for module "AdvEdit".
Definition: FSPDFObjC.h:636
FSSignaturePAdESLevelBT
PAdES level: B-T.
Definition: FSPDFObjC.h:4371
FSLRStructureElementAttributeTypeTableHeaders
(Currently, unsupported) Attribute type only for Table: Headers, which represents an array of element...
Definition: FSPDFObjC.h:7069
FSPDFDocForms
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5000
FSErrNoDWG2PDFModuleRight
(Reserved, unsupported yet) No "DWG2PDF" module right.
Definition: FSPDFObjC.h:542
FSLRElementElementTypeBibEntry
Structure element type: BibEntry, which means "Bibliography entry" and represents a reference identif...
Definition: FSPDFObjC.h:6974
FSBookmarkStyleItalic
Show bookmark title as italic text.
Definition: FSPDFObjC.h:3688
FSFormFileInfo
Definition: FSPDFObjC.h:7708
FSPDFDocDisplayUseThumbs
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:4993
FSDocProviderCallback-p
Definition: FSPDFObjC.h:10275
-[FSStructElement getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
FSXFAWidgetPresenceProperty
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:5619
-[FSLRContentElement getGraphicsObjectElement]
FSLRGraphicsObjectElement * getGraphicsObjectElement()
Get the related graphics object element.
FSActionTypeResetForm
Action type: reset-form action.
Definition: FSPDFObjC.h:1862
FSHitDataCheckSeverity
FSHitDataCheckSeverity
Enumeration for check severity of a hit data.
Definition: FSPDFObjC.h:6398
FSCertVerifyResultResponseInfoLocation
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:7378
FSPrintParamsBookletBindingLeft
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3396
FSAppProviderCallbackMsgBtnTypeYesNoCancel
Message box button: Yes, No and Cancel.
Definition: FSPDFObjC.h:5460
FSPrintParamsBookletDuplexModeFrontSideOnly
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: FSPDFObjC.h:3390
FSErrLibreofficeEngineNotFound
(For Office-to-PDF conversion only) Libre office engine is not found.
Definition: FSPDFObjC.h:538
-[FSRange init]
id init()
Constructor.
-[FSPath closeFigure]
BOOL closeFigure()
Close current figure (which is also the last figure in current path).
FSSignatureStateVerifyChange
The document has been changed within the scope of the signature. (This indicates that signature is in...
Definition: FSPDFObjC.h:4308
FSRenditionMediaPermTempAlways
Always allowed.
Definition: FSPDFObjC.h:1675
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYYYY
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4782
FSMonoImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:6642
FSPDFNameTreeJavaScript
"JavaScript" name tree.
Definition: FSPDFObjC.h:1523
FSProgressiveState
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:694
FSGraphicsObjectBlendMultiply
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:1345
FSPrintParamsPrintHandlingBooklet
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: FSPDFObjC.h:3413
-[FSColorSpace isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSHTML2PDFSettingDataEncodingFormatLatin2
Encoding foramt: "Latin2".
Definition: FSPDFObjC.h:6743
-[FSRectFArray getSize]
int getSize()
Get the number of elements in the array.
FSPDFDocImportFlagShareStream
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:4974
FSRendererContentFlag
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:2985
FSLayerTreeStateUndefined
The state is undefined.
Definition: FSPDFObjC.h:3822
FSFloatingInfoRelativeTargetMonitor
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: FSPDFObjC.h:3468
-[FSWidgetMenu canUndo]
BOOL canUndo()
Check if the operation of related XFA widget can be undone.
FSOutputPreview
Definition: FSPDFObjC.h:7858
FSFieldFlagTextNoSpellCheck
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:4170
FSXFADocExportDataTypeXDP
Type of exported data: XDP.
Definition: FSPDFObjC.h:5537
-[FSFileWriterCallback-p flush]
BOOL flush()
Flush internal buffer of the file.
FSPDFObjectDictionary
PDF dictionary object.
Definition: FSPDFObjC.h:1161
FSFieldArray
Definition: FSPDFObjC.h:4091
FSSignatureLabelNameReason
Signature label name for reason.
Definition: FSPDFObjC.h:4393
FSErrNoXFAModuleRight
No "XFA" module right.
Definition: FSPDFObjC.h:525
FSStructTreeEntityStructTreeEntityType
FSStructTreeEntityStructTreeEntityType
Enumeration for structure tree entity type.
Definition: FSPDFObjC.h:1573
FSSearchCancelCallback-p
Definition: FSPDFObjC.h:9623
FSFieldType
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:4150
-[FSLayerTree getOCGs]
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
FSColorSpaceRenderIntentPerceptual
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:996
FSStructElementElementInfoTypeLanguage
Structure element info type: Language, which means the natural language for all text in the structure...
Definition: FSPDFObjC.h:1595
FSGraphicsObjectTypeImage
Image graphics object.
Definition: FSPDFObjC.h:1366
FSLRStructureElementAttributeValueEnumHeader
Enum value: Header.
Definition: FSPDFObjC.h:7139
FSCombinationCombineDocsOptionAcroformRename
If set, that means fields with same name will be renamed in combined result PDF file.
Definition: FSPDFObjC.h:7686
FSDefaultAppearanceDefAPFlags
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:2144
FSRMSEncryptData
Definition: FSPDFObjC.h:6019
FSRotation180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:593
FSErrTimeStampServerMgrNotInit
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:513
FSActionTypeGoToR
Action type: remote go-to action.
Definition: FSPDFObjC.h:1852
-[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
If set, show reason on signature appearance.
Definition: FSPDFObjC.h:4333
FSAnnotFlagLocked
Annotation flag: locked.
Definition: FSPDFObjC.h:2338
FSAppProviderCallbackStringIDMonthJune
String ID for case: Use string in local language for "June".
Definition: FSPDFObjC.h:5428
-[FSLRElement isGraphicsObjectElement]
BOOL isGraphicsObjectElement()
Check whether current object is graphics object element or not.
FSXFAWidgetWidgetTypeRadioButton
XFA widget type: radio button.
Definition: FSPDFObjC.h:5611
FSFloatingInfoWindowPositionTopRight
Window position: at the top right corner.
Definition: FSPDFObjC.h:3455
FSOutputPreviewShowCalibrated
If set, only show with Calibrated.
Definition: FSPDFObjC.h:7842
FSFontCharsetRussian
Font charset: Russian.
Definition: FSPDFObjC.h:845
FSLRElementElementTypeList
Structure element type: L, which means "List" and represents a sequence of items of like meaning and ...
Definition: FSPDFObjC.h:6959
FSAnnotationSummaryCallbackAnnotationSummaryStringIDNumber
Annotations summary string ID: specify the prefix when number information is outputed in result docum...
Definition: FSPDFObjC.h:7760
FSErrLTVCannotLoadDSS
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:518
FSOutputPreviewColorantTypeSpot
Colorant type: spot.
Definition: FSPDFObjC.h:7855
FSPrintParamsPrintContentDocAndAnnots
Print Content: print the document contents and comments.
Definition: FSPDFObjC.h:3378
FSAdditionalActionTriggerFieldRecalculateValue
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:2110
FSSignatureDocPermission
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:4376
FSAnnotFlagNoZoom
Annotation flag: no zoom.
Definition: FSPDFObjC.h:2334
FSAppProviderCallbackMsgBoxIconWarning
Message box icon: Warning.
Definition: FSPDFObjC.h:5451
FSLRStructureElementAttributeValueType
FSLRStructureElementAttributeValueType
Enumeration for value type of element general layout attribute.
Definition: FSPDFObjC.h:7147
FSLRElementElementTypeFormObject
Structure element type: FormObject, which means form XObject graphics object element.
Definition: FSPDFObjC.h:6996
FSLTVVerifierVerifyMode
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:7501
FSRendition
Definition: FSPDFObjC.h:1729
FSModuleNamePDF2Office
Name for module "PDF2Office".
Definition: FSPDFObjC.h:637
FSAppProviderCallbackBeepType
FSAppProviderCallbackBeepType
Enumeration for XFA beep type.
Definition: FSPDFObjC.h:5334
FSActionCallbackSearchScopeActiveIndexes
Search scope: active indexes.
Definition: FSPDFObjC.h:3681
FSMarkupEndingStyle
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:2517
FSFileFormatTypeXFD
File format type: XFD.
Definition: FSPDFObjC.h:674
-[FSImageObject isImageMask]
BOOL isImageMask()
Check if current image object is treated as mask.
FSFontStyleItalic
Font style: italic.
Definition: FSPDFObjC.h:829
FSOutputPreviewShowImages
If set, only show images.
Definition: FSPDFObjC.h:7845
FSTextStateMode
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:1415
-[FSTaggedPDF getFigureCount]
int getFigureCount()
Get the count of figures in tagged document,excluding the decorative figures.
FSXFAWidgetWidgetEdgePosition
FSXFAWidgetWidgetEdgePosition
Enumeration for the positon of XFA widget edge position.
Definition: FSPDFObjC.h:5648
FSSignatureDocPermNoChangesAllowed
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:4378
FSHeaderFooterContentGeneratorPageNumberFormatPageNumber
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:4801
-[FSStructMarkedContent getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
FSSignaturePAdESLevelNone
PAdES level: none.
Definition: FSPDFObjC.h:4369
FSGraphicsObjectBlendNormal
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:1344
FSPDFPageSizeB4
Page size: B4.
Definition: FSPDFObjC.h:4630
FSGraphicsObjectBlendMode
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:1343
FSFixupDataFixupStateNotRequired
A fixup was not required.
Definition: FSPDFObjC.h:6377
FSPDFNumberTreeType
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:1551
FSFloatingInfoOffScreenCancel
Off screen action: cancel playing the media clip.
Definition: FSPDFObjC.h:3480
FSDocProviderCallbackTextEncodingUCS2
Text encoding: UCS-2.
Definition: FSPDFObjC.h:5504
FSMarkupEndingStyleRClosedArrow
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:2526
FSMarkedContent
Definition: FSPDFObjC.h:1323
FSPDFDocPermAssemble
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:4957
FSAppProviderCallbackStringIDNotDefaultValue
Sample message: "Not have a default property".
Definition: FSPDFObjC.h:5356
FSGraphicsObject
Definition: FSPDFObjC.h:1371
FSErrOutOfMemory
Out-of-memory error occurs.
Definition: FSPDFObjC.h:476
FSAnnotationSummaryCallbackAnnotationSummaryStringIDPageTitle
Annotations summary string ID: specify the prefix when page title is outputed in result document....
Definition: FSPDFObjC.h:7758
FSXFAWidgetWidgetTypePasswordEdit
XFA widget type: password edit.
Definition: FSPDFObjC.h:5610
-[FSSecurityHandler getSecurityType]
FSPDFDocEncryptType getSecurityType()
Get the encryption type of current security handler.
-[FSActionCallback-p browseFile]
NSString * browseFile()
A callback function to show a file selection dialog, and the selected file path should be returned.
FSErrExcelHasNoContent
(For Excel-to-PDF conversion only) Excel document does not have any content so it cannot be converted...
Definition: FSPDFObjC.h:535
FSMarkupEndingStyleNone
No special line ending.
Definition: FSPDFObjC.h:2518
-[FSBitmap getPitch]
int getPitch()
Get bitmap pitch.
FSRenditionActionOpTypeNone
No operation is specified.
Definition: FSPDFObjC.h:2074
FSErrCertificate
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:471
FSAppProviderCallbackStringIDAppName
String ID for case: Application's name. Sample message: "Foxit Phantom".
Definition: FSPDFObjC.h:5347
-[FSPageLabels removeAll]
void removeAll()
Remove all page labels.
FSOptimizerSettingsDiscardObjectsAlternateImages
Discard all alternate images.
Definition: FSPDFObjC.h:6697
FSAnnotRedact
Annotation type: redact annotation.
Definition: FSPDFObjC.h:2325
FSSubmitFormActionFlagIncludeNoValueFields
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:1994
FSImportDataAction
Definition: FSPDFObjC.h:2033
FSAnnotMKRelationCaptionRight
Caption to the right of the icon.
Definition: FSPDFObjC.h:2377
FSSignatureKeyNameProducer
Signature key name: producer content.
Definition: FSPDFObjC.h:4351
FSActionTypeGoto
Action type: go-to action.
Definition: FSPDFObjC.h:1851
FSLRStructureElementAttributeTypeColSpan
Attribute type only for Table: ColSpan, which represents the number of columns in the enclosing table...
Definition: FSPDFObjC.h:7068
FSErrRightsExpired
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:492
FSTaggedPDFCallback-p
Definition: FSPDFObjC.h:10757
FSRichTextStyleCornerMarkSubscript
Corner mark style: subscript.
Definition: FSPDFObjC.h:2173
FSCompareResultInfoCompareResultTypeReplaceText
Result type: replace text.
Definition: FSPDFObjC.h:6479
FSDefaultAppearanceFlagFont
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2145
FSXFAWidgetHitTestAreaClient
Hit test area: Client.
Definition: FSPDFObjC.h:5594
FSStructElement
Definition: FSPDFObjC.h:1601
FSAdditionalActionTriggerDocWillPrint
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:2105
FSLRStructureElementAttributeValueEnumNormal
Enum value: Normal, which means to adjust the line height to include any nonzero value specified for ...
Definition: FSPDFObjC.h:7101
FSDocProviderCallbackInvalidateFlag
FSDocProviderCallbackInvalidateFlag
Enumeration for XFA invalidate flag.
Definition: FSPDFObjC.h:5472
FSDefaultAppearance
Definition: FSPDFObjC.h:2150
FSRenderConfig
Definition: FSPDFObjC.h:712
FSURIAction
Definition: FSPDFObjC.h:1909
FSTextPage
Definition: FSPDFObjC.h:5779
FSModuleNameDWG2PDF
(Reserved, unsupported yet)Name for module "DWG2PDF".
Definition: FSPDFObjC.h:635
FSPolygon
Definition: FSPDFObjC.h:2794
FSLocaleIDKorea
Locale ID for country: Korea.
Definition: FSPDFObjC.h:664
FSLRGraphicsObjectElement
Definition: FSPDFObjC.h:7192
-[FSActionCallback-p getFullScreen]
BOOL getFullScreen()
A callback function to get whether the full screen mode is set.
FSSignatureCallback-p
Definition: FSPDFObjC.h:9979
FSFontCharsetHangeul
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:840
FSMonoImageSettingsMonoImageCompressQuality
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:6633
-[FSFloatArray getSize]
int getSize()
Get the number of elements in the array.
FSOptimizerSettingsOptimizerCleanUp
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:6677
FSAppProviderCallbackStringIDNotAssignObject
Sample message: "Cannot directly assign the value to object".
Definition: FSPDFObjC.h:5392
FSImageJPG
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:1089
FSStdEncryptData
Definition: FSPDFObjC.h:5888
FSMarkupStateCancelled
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:2511
FSErrDataNotReady
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:483
-[FSLRStructureElement getBBox]
FSRectF * getBBox()
Get bounding box.
FSLRElementElementTypePathContent
Structure element type: PathContent, which means path content element.
Definition: FSPDFObjC.h:7001
FSCertVerifyResultReasonCessationOfOperation
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:7371
FSLRStructureElementAttributeValueEnumNeutral
Enum value: neutral, which means the state is neutral.
Definition: FSPDFObjC.h:7127
FSFontStylesBold
Font style: force bold.
Definition: FSPDFObjC.h:832
FSHTML2PDFSettingDataScalingModeNone
Scaling mode: Fixed page with no scale. In this mode, the text size of HTML content will not be chang...
Definition: FSPDFObjC.h:6735
FSPDFDocPermPrint
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:4951
FSPDFDocSaveFlagLinearized
Save document as a linearized file.
Definition: FSPDFObjC.h:4966
FSActionCallback-p
Definition: FSPDFObjC.h:8235
FSSignatureLabelName
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:4390
FSHTML2PDFSettingDataHTML2PDFScalingMode
FSHTML2PDFSettingDataHTML2PDFScalingMode
Enumeration for scaling mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:6734
FSHTML2PDFSettingDataEncodingFormatISO_8859_8_I
Encoding foramt: "ISO-8859-8-I".
Definition: FSPDFObjC.h:6780
FSPDFDocEncryptType
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:4939
-[FSTextSearch getMatchRects]
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
FSHTML2PDFSettingData
Definition: FSPDFObjC.h:6822
-[FSAnnotationSummaryCallback-p getCurrentLocaleID]
FSLocaleID getCurrentLocaleID()
A callback function used to specify current locale id.
FSPDFDocDisplayUseAttachment
When document is opened, attachment panels are visible.
Definition: FSPDFObjC.h:4996
FSPrintParamsDuplexType
FSPrintParamsDuplexType
Enumeration for the values used to set the printing duplex mode.
Definition: FSPDFObjC.h:3382
FSPageLabelsNone
Page label style: no numbering style.
Definition: FSPDFObjC.h:5189
FSActionCallbackMailType
FSActionCallbackMailType
Enumeration for data type to be mailed.
Definition: FSPDFObjC.h:3644
FSOutputPreviewShowLab
If set, only show with Lab.
Definition: FSPDFObjC.h:7843
FSSnapPointMgr
Definition: FSPDFObjC.h:8040
FSPDFAComplianceVersionPDFA2a
PDF/A-2a.
Definition: FSPDFObjC.h:6441
FSStrikeOut
Definition: FSPDFObjC.h:2621
-[FSStructMarkedContent getMCID]
unsigned int getMCID()
Get marked-content identifier(MCID).
FSAnnotationSummarySettings
Definition: FSPDFObjC.h:7787
-[FSColor init]
id init()
Construct an empty color.
FSCertVerifyResultArray
Definition: FSPDFObjC.h:7415
FSAnnotPolygon
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2305
FSHitDataCheckSeverityError
Error severity.
Definition: FSPDFObjC.h:6401
FSActionTypeURI
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:1856
FSTableOfContentsConfig
Definition: FSPDFObjC.h:4914
FSCombination
Definition: FSPDFObjC.h:7697
FSActionCallbackLanguageITA
Italian.
Definition: FSPDFObjC.h:3626
-[FSTextSearch getMatchStartCharIndex]
int getMatchStartCharIndex()
Get the index of the first character of current match pattern, based on current match page.
FSOutputPreviewShowDeviceCMYKAndSpot
If set, only show with DeviceCMYK and spot.
Definition: FSPDFObjC.h:7832
FSPDFPageCalcMarginMode
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:4601
FSFillerVkeyEscape
ESC key.
Definition: FSPDFObjC.h:3955
FSPDFDocAnnots
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5001
FSOutputPreviewShowCMYK
If set, only show with CMYK.
Definition: FSPDFObjC.h:7835
-[FSLRContext getRootElement]
FSLRStructureElement * getRootElement()
Get the root element of structure tree.
FSDocProviderCallbackPrintOptionCanCancel
If set, that means printing process can be canceled.
Definition: FSPDFObjC.h:5479
FSFillerVkeyNumpad0
0 key in the numeric keypad.
Definition: FSPDFObjC.h:4006
FSMarkupStateRejected
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:2510
FSLRStructureElementAttributeTypeBorderThickness
Attribute type: BorderThickness, which represents the thickness of the border drawn on the edges of a...
Definition: FSPDFObjC.h:7037
-[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:9323
FSSignatureStateVerifyInvalid
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4304
FSFillerVkeyHome
Home key.
Definition: FSPDFObjC.h:3960
-[FSStructElement getChildCount]
int getChildCount()
Get the count of child structure tree entities in the current structure element.
FSAppProviderCallbackStringIDUnsupportProperty
Sample message: "Unsupported property %s.".
Definition: FSPDFObjC.h:5354
FSDocProviderCallbackTextEncodingFontSpecific
Text encoding: font specific.
Definition: FSPDFObjC.h:5497
FSDestinationZoomFitPage
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:1809
FSXFAWidgetWidgetTypeCheckButton
XFA widget type: check button.
Definition: FSPDFObjC.h:5602
FSBarcodeFormatITF
Barcode format: ITF code.
Definition: FSPDFObjC.h:1130
FSFieldTypeCheckBox
Form field type: check box.
Definition: FSPDFObjC.h:4153
FSDocProviderCallbackSubmitInUrlEncoded
The submit data is packaged in URL-encoded format as described in Uniform Resource Locator(URL).
Definition: FSPDFObjC.h:5489
FSAnnotWidget
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2318
FSSchemaFieldArray
Definition: FSPDFObjC.h:7964
-[FSBitmap getHeight]
int getHeight()
Get bitmap height.
-[FSAnnotationSummaryCallback-p getLocalFontName]
NSString * getLocalFontName()
A callback function used to specify the font name used locally.
FSFillerVkeyF8
F8 key.
Definition: FSPDFObjC.h:4029
FSDocProviderCallbackTextEncodingKSC5601
Text encoding: KSC5601.
Definition: FSPDFObjC.h:5502
FSHTML2PDFSettingDataEncodingFormatX_BINARYENC
Encoding foramt: "X-BINARYENC".
Definition: FSPDFObjC.h:6801
FSXFAWidgetWidgetTypeSignature
XFA widget type: signature.
Definition: FSPDFObjC.h:5606
FSLRElementElementTypeDocumentFragment
Structure element type: DocumentFragment (PDF 2.0), which represents a part of an original complete d...
Definition: FSPDFObjC.h:6935
-[FSFDFDoc getFDFDict]
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
FSOutputPreviewShowSpotColor
If set, only show with spot color.
Definition: FSPDFObjC.h:7831
FSXFADocExportDataTypeXML
Type of exported data: XML.
Definition: FSPDFObjC.h:5535
-[FSWidgetMenu canDelete]
BOOL canDelete()
Check if the text of related XFA widget can be deleted.
-[FSUInt32Array removeAll]
void removeAll()
Clean up the array.
FSTextPageCharInfoGenerated
Character flag: Generated.
Definition: FSPDFObjC.h:5739
FSLRStructureElementAttributeTypeDestination
Attribute type: Destination (PDF 2.0), which provides a means to access content.
Definition: FSPDFObjC.h:7030
FSAppProviderCallbackStringIDIllegalBreak
Sample message: "Illegal break".
Definition: FSPDFObjC.h:5383
FSLRStructureElementAttributeValueEnumRight
Enum value: Right, which means right edge of the page.
Definition: FSPDFObjC.h:7134
FSReflowPageWithImage
Parsing flag for image mode.
Definition: FSPDFObjC.h:5258
FSRenditionFloatingWindowResizeType
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:1717
FSPagingSealConfigPagingSealStyle
FSPagingSealConfigPagingSealStyle
Enumeration for paging seal signature style.
Definition: FSPDFObjC.h:4521
FSResponseTypeCRL
CRL response.
Definition: FSPDFObjC.h:7318
FSHitData
Definition: FSPDFObjC.h:6404
FSMediaSettings
Definition: FSPDFObjC.h:3511
FSLRElementElementTypeAnnotObject
Structure element type: AnnotObject, which means annotation object element.
Definition: FSPDFObjC.h:6998
-[FSActionCallback-p getPageWindowRect]
FSRectF * getPageWindowRect()
A callback function to get the rectangle for the page view window. The page view window is the area i...
FSFillerVkey4
4 key.
Definition: FSPDFObjC.h:3974
FSPDFPageParsePageNormal
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:4597
FSStructTreeEntityStructTreeEntityTypeMarkedContent
Structure tree entity type: MarkedContent, which represents a marked-content item.
Definition: FSPDFObjC.h:1576
FSFillerVkeyControl
Ctrl key.
Definition: FSPDFObjC.h:3952
FSTextSearchSearchMatchWholeWord
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:5807
FSSubmitFormAction
Definition: FSPDFObjC.h:2008
FSPDFStreamJPXDecode
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:1216
FSErrInvalidType
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:480
FSActionCallbackLanguageJPN
Japanese.
Definition: FSPDFObjC.h:3628
FSImageNone
Not have image type yet.
Definition: FSPDFObjC.h:1087
FSDocProviderCallbackInvalidateFlagAllPages
Invalidate all pages.
Definition: FSPDFObjC.h:5473
FSBitmapDIBRgb
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:1040
FSPDFPageSizeB2
Page size: B2.
Definition: FSPDFObjC.h:4628
FSBitmapDIB8bppMask
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:1044
FSForm
Definition: FSPDFObjC.h:4212
FSHTML2PDFSettingDataPageModeSinglePage
Single page mode.
Definition: FSPDFObjC.h:6730
FSModuleNameComparison
Name for module "Comparison".
Definition: FSPDFObjC.h:628
-[FSPath init]
id init()
Constructor.
FSDocProviderCallbackSubmitInXDP
The submit data is packaged in XDP format, as described in XDP Specification.
Definition: FSPDFObjC.h:5487
FSFieldFlagReadOnly
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:4162
-[FSWidgetMenu undo]
BOOL undo()
Undo the operation of related XFA widget. (No effect for rich text)
FSFillSignFillSignObjectTypeLine
Line fill-sign object.
Definition: FSPDFObjC.h:7587
FSPlayerArgs
Definition: FSPDFObjC.h:3537
FSHitDataCheckSeverityWarning
Warning severity.
Definition: FSPDFObjC.h:6400
FSMonoImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:6629
FSLRElementElementTypeStrong
Structure element type: Strong (PDF 2.0), which represents content for the purpose of strong importan...
Definition: FSPDFObjC.h:6986
FSDocViewerPrefs
Definition: FSPDFObjC.h:5164
FSActionCallbackLanguageDAN
Danish.
Definition: FSPDFObjC.h:3621
FSAppProviderCallbackStringIDToday
String ID for case: Use string in local language for "Today".
Definition: FSPDFObjC.h:5435
FSGraphicsObjectBlendExclusion
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1355
FSRenderer
Definition: FSPDFObjC.h:2995
FSPDFPageSizeB3
Page size: B3.
Definition: FSPDFObjC.h:4629
FSAnnotPSInk
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:2314
FSAdditionalActionTriggerDocPrinted
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:2106
FSFloatingInfoWindowPositionBottomCenter
Window position: at the bottom center.
Definition: FSPDFObjC.h:3460
-[FSMediaPlayerCallback-p play]
BOOL play()
A callback function to play the media player.
FSLRElementElementTypeCaption
Structure element type: Caption, which represents a brief portion of text describing a table or figur...
Definition: FSPDFObjC.h:6941
FSTextFillSignObjectData
Definition: FSPDFObjC.h:7549
FSHTML2PDFSettingDataHTML2PDFMediaStyle
FSHTML2PDFSettingDataHTML2PDFMediaStyle
Enumeration for media style used for converting HTML to PDF.
Definition: FSPDFObjC.h:6817
FSDocProviderCallbackPrintOption
FSDocProviderCallbackPrintOption
Enumeration for XFA print options.
Definition: FSPDFObjC.h:5477
FSAppProviderCallbackStringIDValidateNullWarning
Sample message: "%s cannot be left blank. To ignore validations for %s, click Ignore....
Definition: FSPDFObjC.h:5437
FSErrDefaultTimeStampServer
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:523
FSRange
Definition: FSPDFObjC.h:804
FSImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:6601
FSGraphStateLineCapSquare
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:766
FSRenditionMonitorSpecifierGreatestWidth
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:1707
FSSignatureStateVerifyChangeIllegal
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:4327
FSTextSearch
Definition: FSPDFObjC.h:5812
FSMarkupStateModel
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:2500
FSSignatureSignatureTypeTimeStamp
Signature type: time stamp.
Definition: FSPDFObjC.h:4363
FSField
Definition: FSPDFObjC.h:4180
FSBorderInfoStyle
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:2200
-[FSPDFNumberTree getType]
FSPDFNumberTreeType getType()
Get the type of current number tree.
FSFillerAssistCallbackPopupMenuItemCut
Popup menu item: "Cut".
Definition: FSPDFObjC.h:3937
FSLTVVerifierCurrentTime
Use current time.
Definition: FSPDFObjC.h:7497
-[FSAdditionalAction getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSErrHandle
Error handle.
Definition: FSPDFObjC.h:470
FSAssociatedFilesRelationshipUnspecified
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:3043
FSAssociatedFilesRelationshipAlternative
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:3046
FSLRStructureElementAttributeTypeColumnCount
Attribute type: ColumnCount, which represents the number of columns in the content of the grouping el...
Definition: FSPDFObjC.h:7060
FSBorderInfo
Definition: FSPDFObjC.h:2209
FSSubmitFormActionFlagExclNonUserAnnots
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:2003
FSFloatingInfoWindowPositionTopCenter
Window position: at the top center.
Definition: FSPDFObjC.h:3454
FSXFAWidgetWidgethAlignTypeJustifyAll
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:5636
FSBitmapDIB8bppGray
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:1046
FSHTML2PDFSettingDataEncodingFormatUnicode
Encoding foramt: "Unicode".
Definition: FSPDFObjC.h:6759
FSRenditionMediaPermTempExtract
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:1673
FSWidgetLineSpacingSingle
Line spacing style: single line spacing.
Definition: FSPDFObjC.h:2881
FSHTML2PDFSettingDataEncodingFormatCP874
Encoding foramt: "CP874".
Definition: FSPDFObjC.h:6767
FSWatermarkSettingsFlagASPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:6104
FSAssociatedFilesRelationshipSchema
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:3050
FSFillerVirtualKeyCode
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:3946
FSBookmarkPosition
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:3692
FSActionCallbackJSFieldValueChangedBySet
javascript field value changed type: field set.
Definition: FSPDFObjC.h:3653
FSTimeStampServerMgr
Definition: FSPDFObjC.h:4464
FSTextPageCharInfoNormal
Character flag: Normal.
Definition: FSPDFObjC.h:5738
FSAnnotMovie
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2317
-[FSSignatureVerifyResult getSignatureCheckTimeType]
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
FSHTML2PDFSettingDataEncodingFormatGB18030
Encoding foramt: "GB18030".
Definition: FSPDFObjC.h:6786
FSPDFNumberTree
Definition: FSPDFObjC.h:1555
FSFillerVkeyNumpad5
5 key in the numeric keypad.
Definition: FSPDFObjC.h:4011
FSFloatingInfoWindowPositionBottomLeft
Window position: at the bottom left corner.
Definition: FSPDFObjC.h:3459
FSLayerNode
Definition: FSPDFObjC.h:3885
FSFillerEventFlagShiftKey
Event flag: "Shift" key.
Definition: FSPDFObjC.h:4037
-[FSFiller onCut]
BOOL onCut()
Call this function when the popup menu item "Cut" is down.
FSPageLabelsLowerLetters
Page label style: lowercase letters.
Definition: FSPDFObjC.h:5194
FSFillerVkeyDivide
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:4021
FSOptimizerSettingsCleanUpRemoveInvalidLinks
Remove invalid links.
Definition: FSPDFObjC.h:6687
FSFillerVkeyPrior
Page Up key.
Definition: FSPDFObjC.h:3957
FSRenditionMediaPlayerFitStyleDefault
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:1690
FSPDFStreamNoneDecode
No need to decode the stream data.
Definition: FSPDFObjC.h:1207
FSBarcodeFormatPDF417
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1131
FSPosBottomLeft
Position: bottom left.
Definition: FSPDFObjC.h:617
-[FSRange getSegmentCount]
int getSegmentCount()
Get the count of range segments.
FSPDFStreamASCIIHexDecode
Filter type: ASCIIHexDecode, which means to decode data encoded in an ASCII hexadecimal representatio...
Definition: FSPDFObjC.h:1208
FSFillerVkeyF5
F5 key.
Definition: FSPDFObjC.h:4026
FSFDFDocType
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:3077
FSWidgetLineSpacingOneAndHalf
Line spacing style: one and half times line spacing.
Definition: FSPDFObjC.h:2882
FSSignatureStateVerifyTimestampIssueUnknown
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:4322
FSFontCharset
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:835
FSAppProviderCallbackStringIDNotHaveProperty
Sample message: "'%s' doesn't have property '%s'".
Definition: FSPDFObjC.h:5412
FSAnnotSound
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2316
FSSecurityHandler
Definition: FSPDFObjC.h:5876
FSFontCIDCharsetKOREA1
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:858
FSRenditionMonitorSpecifierGreatestHeight
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:1706
FSPDFDocExtractPagesOptionJavascript
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:4980
FSPortfolioNodeType
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:7878
FSAppProviderCallbackStringIDInvalidNodeType
Sample message: "Invalid node type: '%s'".
Definition: FSPDFObjC.h:5413
FSAppProviderCallbackStringIDModifyField
String ID for case: If to modify field. Sample message: "Do you want to modify this field?...
Definition: FSPDFObjC.h:5345
FSHTML2PDFSettingDataEncodingFormatX_TAM_WEBTAMIL
Encoding foramt: "X-TAM-WEBTAMIL".
Definition: FSPDFObjC.h:6809
FSCertVerifyResultReasonRemoveFromCRL
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:7373
FSRenditionMediaPermTempAccess
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:1674
FSCombinationCombineDocsOptionStructrueTree
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7687
FSHTML2PDFSettingDataEncodingFormatGB
Encoding foramt: "GB".
Definition: FSPDFObjC.h:6756
FSLRStructureElementAttributeValueEnumBefore
Enum value: Before, which means the placement for attributes Placement/RubyPosition or alignment for ...
Definition: FSPDFObjC.h:7083
FSPDFDocWrapperType
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:5005
FSFillerVkeyPause
Pause Break key.
Definition: FSPDFObjC.h:3954
FSAnnotMKEntryDownIcon
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:2367
FSFloatingInfoWindowPositionCenterRight
Window position: at the center right.
Definition: FSPDFObjC.h:3458
FSAnnotHighlightingOutline
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:2346
FSFillerVkeyReturn
Enter key.
Definition: FSPDFObjC.h:3950
FSSignaturePAdESLevelBLTA
PAdES level: B-LTA.
Definition: FSPDFObjC.h:4373
FSLRStructureElementAttributeTypeSpaceBefore
Attribute type: SpaceBefore, which represents the amount of extra space preceding the before edge of ...
Definition: FSPDFObjC.h:7042
FSCompareResultInfo
Definition: FSPDFObjC.h:6495
-[FSStructMarkedContent getStmDict]
FSPDFDictionary * getStmDict()
Get PDF dictionary of the content stream that contains the marked-content sequence.
FSXFAWidgetWidgethAlignTypeCenter
Center the text horizontally within the available region.
Definition: FSPDFObjC.h:5634
-[FSFont getDescent]
int getDescent()
Get the descent value, in 1/1000 of em size (PDF units).
FSPopup
Definition: FSPDFObjC.h:2858
FSRichTextStyleCornerMarkStyle
FSRichTextStyleCornerMarkStyle
Enumeration for corner mark style.
Definition: FSPDFObjC.h:2170
-[FSAction getType]
FSActionType getType()
Get action type.
FSCustomSecurityCallback-p
Definition: FSPDFObjC.h:9781
FSBarcodeFormatQRCode
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1132
FSTabOrderMgrRow
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:6061
FSOptimizerSettingsDiscardUserDataOptions
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:6702
FSXFAWidgetWidgetNameTypeCaption
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:5629
-[FSXFAPage getWidgetCount]
int getWidgetCount()
Get the count of XFA widget.
FSPrintParamsPrintHandlingReducePaper
Print Handling: Small pages are printed small, and large pages are shrunk to fit on the printer's pap...
Definition: FSPDFObjC.h:3410
FSOptimizerSettingsDiscardUserDataLayer
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:6708
FSAppProviderCallbackStringIDUnableSetNumPages
Sample message: "Unable to set the value for property 'numPages'".
Definition: FSPDFObjC.h:5358
-[FSActionCallback-p getSignatureAPStyleNameList]
NSArray< NSString * > * getSignatureAPStyleNameList()
A callback function to get the name list of signature appearance style.
FSAssociatedFilesRelationshipData
The relationship is "Data" which means the file specification represents information used to derive a...
Definition: FSPDFObjC.h:3045
-[FSLayerNode getZoomUsage]
FSLayerZoomData * getZoomUsage()
Get the data for zooming usage.
FSAdditionalActionTriggerFieldValueChanged
Trigger a JavaScript action to be performed when the field's value is changed.
Definition: FSPDFObjC.h:2109
FSSignatureFieldMDPActionExclude
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:4387
FSSubmitFormActionFlagGetMethod
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:1996
FSGraphicsObjectBlendColorDodge
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:1350
FSFixupDataFixupStateFailure
A fixup failed.
Definition: FSPDFObjC.h:6376
FSPDFPageSizeA4
Page size: A4.
Definition: FSPDFObjC.h:4625
FSPagingSealSignaturePagingSealAPStateSigned
Signed signature.
Definition: FSPDFObjC.h:4548
FSRenditionFloatingWindowOffscreenEventNonViable
Consider the object non-viable.
Definition: FSPDFObjC.h:1726
FSIconFitScaleWayNever
Never scale.
Definition: FSPDFObjC.h:2274
FSFontCIDCharsetUNICODE
CID Font charset: Unicode.
Definition: FSPDFObjC.h:859
FSFontFontTypeTrueType
Font type: TrueType.
Definition: FSPDFObjC.h:881
FSPathTypeBezierTo
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:946
FSPDFDoc
Definition: FSPDFObjC.h:5011
FSWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:6107
FSStructObjectContent
Definition: FSPDFObjC.h:1639
FSImageSettingsImageCompressjpeg2000
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:6584
FSSignatureDigestSHA384
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:4357
FSFloatingInfoWindowPositionBottomRight
Window position: at the bottom right corner.
Definition: FSPDFObjC.h:3461
FSSignatureDocPermUnrestricted
No restriction.
Definition: FSPDFObjC.h:4377
FSModuleNameConnectedPDF
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:623
FSFillerVkeyHelp
Help key.
Definition: FSPDFObjC.h:3969
FSRotation0
No rotation.
Definition: FSPDFObjC.h:591
FSHeaderFooterContentGeneratorDateFormatMMDotYY
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4789
FSPDFDocExtractPagesOptionStructureTree
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:4979
FSTimeStampServerSendResultFailToSendData
Fail to send data during sending request process.
Definition: FSPDFObjC.h:4492
FSGraphStateLineCapStyle
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:763
FSPosCenterLeft
Position center left.
Definition: FSPDFObjC.h:614
-[FSLRGraphicsObjectElement getGraphicsObject]
FSGraphicsObject * getGraphicsObject()
Get related graphics object.
FSStdSecurityHandler
Definition: FSPDFObjC.h:5913
FSPDFDocSaveFlagNoOriginal
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:4964
FSDocProviderCallbackWidgetEventTypeAdded
Event type: after an XFA widget is added.
Definition: FSPDFObjC.h:5516
FSLRStructureElementAttributeValueEnumDotted
Enum value: Dotten, which means the border is a series of dots.
Definition: FSPDFObjC.h:7093
FSPosBottomRight
Position: bottom right.
Definition: FSPDFObjC.h:619
FSAdditionalActionTriggerFieldKeyStroke
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:2107
FSAnnotMKEntryRotation
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:2359
FSActionCallbackLanguageFRA
French.
Definition: FSPDFObjC.h:3625
FSLRContentElement
Definition: FSPDFObjC.h:7209
FSFillerVkey0
0 key.
Definition: FSPDFObjC.h:3970
FSMonoImageSettingsImageCompressjbig2
Compression mode: jbig2.
Definition: FSPDFObjC.h:6628
FSDocProviderCallbackTextEncodingBig5
Text encoding: Big5.
Definition: FSPDFObjC.h:5496
FSPDFNameTreeTemplates
"Templates" name tree.
Definition: FSPDFObjC.h:1526
FSHTML2PDFSettingDataEncodingFormatTAM
Encoding foramt: "TAM".
Definition: FSPDFObjC.h:6790
FSFullTextSearchRankHitCountDESC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6337
FSFieldTypePushButton
Form field type: push button.
Definition: FSPDFObjC.h:4152
-[FSDestination isLeftNull]
BOOL isLeftNull()
Check if left value is a null object.
FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYYYY
If this is used, "mm.dd.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4788
FSErrFormat
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:468
FSFontFontTypeType1
Font type: Type1.
Definition: FSPDFObjC.h:880
FSOutputPreviewShowDeviceCMYK
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:7828
FSActionTypeMovie
Action type: movie action.
Definition: FSPDFObjC.h:1858
FSActionCallbackSearchScopeIndex
Search scope: index.
Definition: FSPDFObjC.h:3680
FSResponseTypeNone
No response.
Definition: FSPDFObjC.h:7317
FSSignatureKeyName
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:4344
FSSignatureStateVerifyIssueUnknown
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:4312
-[FSAction getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of current object.
FSPDFStreamJBIG2Decode
Filter type: JBIG2Decode, which means to decompress data encoded using the JBIG2 standard,...
Definition: FSPDFObjC.h:1214
FSSignaturePAdESLevelNotPAdES
Not a PAdES signature.
Definition: FSPDFObjC.h:4368
FSSignatureStateCertCannotGetVRI
Cannot get verify relevant information.
Definition: FSPDFObjC.h:4325
FSFillerVkeyNumpad7
7 key in the numeric keypad.
Definition: FSPDFObjC.h:4013
FSTextSearchSearchNormal
No special searching options.
Definition: FSPDFObjC.h:5805
-[FSImageObject getMask]
FSPDFObject * getMask()
Get the PDF object that represents the mask of current image graphics object.
FSAppProviderCallbackStringIDIndexValueOutOfBounds
Sample message: "Index value is out of bounds".
Definition: FSPDFObjC.h:5406
FSLRStructureElementAttributeTypeInvalid
Attribute type: invalid.
Definition: FSPDFObjC.h:7025
FSSignatureVerifyResultLTVStateEnable
This means LTV is enabled.
Definition: FSPDFObjC.h:7525
FSAnnotHighlightingToggle
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:2348
-[FSXFADoc resetForm]
void resetForm()
Reset form.
FSMediaPlayerCallbackJSMediaPlayerStateSuspend
media player state: Suspend.
Definition: FSPDFObjC.h:3612
FSSignatureArray
Definition: FSPDFObjC.h:4278
FSStructTreeEntityUnknownType
Structure tree entity type: unknown.
Definition: FSPDFObjC.h:1574
FSPrintParamsPageOrderHorizontal
Page Order type: pages are placed from left to right, from top to bottom.
Definition: FSPDFObjC.h:3402
FSXFAWidgetWidgethAlignTypeLeft
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:5637
FSLRStructureElementAttributeTypeShort
Attribute type: Short (PDF 2.0), which contains a short form of the content of a TH structure element...
Definition: FSPDFObjC.h:7072
FSFillerVkeyPrint
Print key.
Definition: FSPDFObjC.h:3965
FSCompareResultInfoCompareResultTypeInsertPath
Result type: insert path.
Definition: FSPDFObjC.h:6484
FSTextPageTextStreamOrder
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:5775
FSMarkupStateCompleted
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:2512
FSMarkupStateDeferred
(Used with state model FSMarkupStateModelReview) The change has been deferred.
Definition: FSPDFObjC.h:2513
FSPosCenter
Position: center.
Definition: FSPDFObjC.h:615
-[FSStructObjectContent getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
-[FSSignatureVerifyResult getSignatureName]
NSString * getSignatureName()
Get signature name.
FSCertIssuerPair
Definition: FSPDFObjC.h:7435
FSLocaleIDHongKong
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:658
FSCombinationCombineDocsOptionBookmark
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7685
FSPDFObjectArray
PDF array object.
Definition: FSPDFObjC.h:1160
FSLRStructureElementAttributeValueEnumColumn
Enum value: Row, which means column of a table.
Definition: FSPDFObjC.h:7129
FSBasicArray
Definition: FSPDFObjC.h:179
FSLRElementElementTypeReference
Structure element type: Reference, which represents a citation to content elsewhere in the document.
Definition: FSPDFObjC.h:6973
FSAppProviderCallbackStringIDUnsupportChar
Sample message: "Unsupported character '%c'".
Definition: FSPDFObjC.h:5367
-[FSDestination getDestArray]
FSPDFArray * getDestArray()
Get the destination PDF array.
FSSignatureStateVerifyIncredible
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:4309
FSAssociatedFiles
Definition: FSPDFObjC.h:3053
FSFillerAssistCallbackPopupMenuItemSelectAll
Popup menu item: "Select All".
Definition: FSPDFObjC.h:3941
FSPDFStreamDCTDecode
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:1215
FSFillerVkeyB
B key.
Definition: FSPDFObjC.h:3981
FSLayerNodeArray
Definition: FSPDFObjC.h:3781
FSSignatureStateVerifyErrorData
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:4305
FSTXT2PDFSettingData
Definition: FSPDFObjC.h:6860
FSLRStructureElementAttributeTypeABox
(Reserved) Attribute type: ABox.
Definition: FSPDFObjC.h:7074
FSPathArray
Definition: FSPDFObjC.h:975
-[FSSearchCancelCallback-p needToCancelNow]
BOOL needToCancelNow()
A callback function used to check whether to cancel the searching process or not.
FSGraphicsObjectTypeAll
Represents all graphics object types, only used as filter.
Definition: FSPDFObjC.h:1363
FSAnnotationSummarySettingsTypeSortByDate
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:7776
FSLRElementElementTypeNote
Structure element type: Note, which represents an item of explanatory text, such as a footnote or an ...
Definition: FSPDFObjC.h:6972
FSXFAPage
Definition: FSPDFObjC.h:5569
-[FSColorSpace isSpotColorSpace]
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
FSPDFDocImportFlagNormal
Import pages normally.
Definition: FSPDFObjC.h:4972
FSAnnotHighlightingMode
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:2343
FSOutputPreviewShowCalGray
If set, only show with CalGray.
Definition: FSPDFObjC.h:7841
FSAnnotMKEntry
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:2358
FSFDFDocXFDF
FDF document type: XFDF.
Definition: FSPDFObjC.h:3079
FSStructObjectContentStructObjectType
FSStructObjectContentStructObjectType
Enumeration for object type.
Definition: FSPDFObjC.h:1631
FSPosTopLeft
Position: top left.
Definition: FSPDFObjC.h:611
FSColorSpaceDeviceRGB
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:643
FSAnnotUnderline
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2308
FSPortfolioNode
Definition: FSPDFObjC.h:7884
FSAnnot3D
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2323
FSFillerVkeySeparator
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:4018
FSHTML2PDFSettingDataEncodingFormatDefault
Encoding foramt: Default.The encoding format will be automatically detected in chromium.
Definition: FSPDFObjC.h:6741
FSLRStructureElementAttributeValueEnumTV
Enum value: tv, which means text-value field.
Definition: FSPDFObjC.h:7124
FSMarkupEndingStyleCircle
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2520
FSAppProviderCallbackStringIDMonthMay
String ID for case: Use string in local language for "May".
Definition: FSPDFObjC.h:5427
FSSignatureVerifyResultArray
Definition: FSPDFObjC.h:7474
FSAnnotMKEntryNormalCaption
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:2362
FSLRStructureElementAttributeTypeRotation
Attribute type: Rotation.
Definition: FSPDFObjC.h:7028
-[FSGraphicsObjects generateContent]
BOOL generateContent()
Generate contents of current graphics objects.
FSOutputPreviewShowText
If set, only show text.
Definition: FSPDFObjC.h:7849
FSTiledWatermarkSettings
Definition: FSPDFObjC.h:4821
FSGraphicsObjectBlendDarken
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:1348
FSLRStructureElementAttributeValueTypeARGBArray
Value type: an array of ARGB values.
Definition: FSPDFObjC.h:7158
-[FSTextSearch getMatchEndCharIndex]
int getMatchEndCharIndex()
Get the index of the last character of current match pattern, based on current match page.
FSFillerVkeyNumpad6
6 key in the numeric keypad.
Definition: FSPDFObjC.h:4012
FSFixupDataFixupState
FSFixupDataFixupState
Enumeration for the state of a fixup data.
Definition: FSPDFObjC.h:6374
FSAppProviderCallbackStringIDConditionIsNull
Sample message: "Condition is null".
Definition: FSPDFObjC.h:5382
FSLRElementElementTypePageObject
Structure element type: PageObject, which means page object element.
Definition: FSPDFObjC.h:6999
FSDRMEncryptData
Definition: FSPDFObjC.h:5955
FSDestinationZoomMode
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:1807
-[FSReflowPage getContentWidth]
float getContentWidth()
Get content width after current reflow page object has been parsed.
FSActionCallbackLanguageKOR
Korean.
Definition: FSPDFObjC.h:3627
FSLRStructureElementAttributeValueEnumBottom
Enum value: Bottom, which means bottom edge of the page.
Definition: FSPDFObjC.h:7133
FSAppProviderCallbackStringIDWeekDaySat
String ID for case: Use string in local language for "Saturday".
Definition: FSPDFObjC.h:5422
-[FSImage getFrameCount]
int getFrameCount()
Get frame count.
FSPDFDocWrapperPDFV2
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:5008
FSActionTypeSetOCGState
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:1865
FSLRElementElementTypeTableFootGroup
Structure element type: TFoot, which means "Table footer row group" and represents a group of rows th...
Definition: FSPDFObjC.h:6969
FSOptimizerSettingsOptimizerCompressImages
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:6676
FSPDFDictionary
Definition: FSPDFObjC.h:1263
FSFillerVkey5
5 key.
Definition: FSPDFObjC.h:3975
FSSignatureVerifyResult
Definition: FSPDFObjC.h:7529
FSSnapPointMgrSnapPointFlags
FSSnapPointMgrSnapPointFlags
Enumeration for snapping point flags which are used to specify what kind of point in a path is to be ...
Definition: FSPDFObjC.h:8033
FSLTVVerifierTimeType
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:7494
FSAppProviderCallbackStringIDScriptFailedError
Sample message: "Script failed(language is %s;context is %s) script=%s".
Definition: FSPDFObjC.h:5442
FSTimeStampServerSendResultSuccess
Send request successfully.
Definition: FSPDFObjC.h:4489
FSSoundSampleEncodingFormatALaw
A-law-encoded samples.
Definition: FSPDFObjC.h:2948
FSGraphicsObjectType
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:1362
FSSignatureDigestSHA256
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:4356
FSErrFile
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:467
FSTabOrderMgrStructure
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:6063
FSRenditionFloatingWindowOffscreenEvent
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:1723
FSHTML2PDFSettingDataEncodingFormatX_TAM_TBOOMIS
Encoding foramt: "X-TAM-TBOOMIS".
Definition: FSPDFObjC.h:6807
FSPortfolio
Definition: FSPDFObjC.h:7991
-[FSSound getSoundStream]
FSPDFStream * getSoundStream()
Get the stream of sound data.
FSPDFAComplianceVersion
FSPDFAComplianceVersion
Enumeration for PDF/A version.
Definition: FSPDFObjC.h:6438
FSLRStructureElementAttributeTypeFieldRole
Attribute type only for PrintField: Role, which represents the type of form field represented by this...
Definition: FSPDFObjC.h:7064
FSCompareResultInfoCompareResultTypeTextAttriChange
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:6492
FSXFAWidgetWidgetTypeNumericEdit
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:5605
FSFieldFlagTextComb
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:4172
FSOptimizerSettingsOptimizerDiscardObjects
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:6678
FSLRStructureElementAttributeValueEnumWatermark
Enum value: Watermark.
Definition: FSPDFObjC.h:7141
FSMarkupEndingStyleButt
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:2524
FSInt32Array
An array of signed integer values.
Definition: FSPDFObjC.h:294
FSAnnotMKEntryNormalIcon
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:2365
FSFillerVkey3
3 key.
Definition: FSPDFObjC.h:3973
FSPDFDocSaveFlagRemoveRedundantObjects
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:4967
FSResetFormAction
Definition: FSPDFObjC.h:2021
FSMarkupMeasureTypeY
Measurement of change along the y axis.
Definition: FSPDFObjC.h:2532
FSAppProviderCallbackStringIDInvalidExpression
Sample message: "Invalidate expression '%s'".
Definition: FSPDFObjC.h:5374
FSAdditionalActionTriggerAnnotReceiveInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:2115
FSFontStyleSerif
Font style: serif.
Definition: FSPDFObjC.h:825
FSOutputPreviewShowDeviceGray
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:7840
FSHTML2PDFSettingDataEncodingFormatKOI8U
Encoding foramt: "KOI8U".
Definition: FSPDFObjC.h:6777
FSPDFDocEncryptPassword
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:4942
FSAnnotMKEntryRolloverCaption
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:2363
FSLayerTree
Definition: FSPDFObjC.h:3825
FSPDFPageFlattenAll
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:4607
FSLRStructureElementAttributeValueEnumSquare
Enum value: Square, which means solid square bullet.
Definition: FSPDFObjC.h:7112
FSFillerVkeyRight
Right arrow key.
Definition: FSPDFObjC.h:3963
FSActionTypeGoTo3DView
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:1868
FSLRElementElementTypeTextContent
Structure element type: TextContent, which means text content element.
Definition: FSPDFObjC.h:7000
FSPDFAComplianceVersionPDFA3a
PDF/A-3a.
Definition: FSPDFObjC.h:6444
FSAnnotLink
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2300
FSFontCIDCharsetCNS1
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:856
FSTextSearchSearchConsecutive
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:5808
FSLRStructureElementAttributeValueEnumDecimal
Enum value: Decimal, which means decimal arabic numerals (1-9, 10-99, ...).
Definition: FSPDFObjC.h:7113
FSAdditionalActionTriggerDocWillClose
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:2102
FSPayLoadData
Definition: FSPDFObjC.h:4861
FSDocViewerPrefsPrintScaleNone
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:5151
FSFillerVkeyD
D key.
Definition: FSPDFObjC.h:3983
FSSecurityHandlerCipherRC4
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:5872
FSAnnotAppearanceTypeDown
Annotation's down appearance.
Definition: FSPDFObjC.h:2385
FSOptimizerSettingsDiscardObjectsBookmarks
Discard bookmarks.
Definition: FSPDFObjC.h:6696
FSRemoteGotoAction
Definition: FSPDFObjC.h:1944
FSFontStdIDTimesB
Standard font: Times-Bold.
Definition: FSPDFObjC.h:872
FSConvert
Definition: FSPDFObjC.h:6916
FSAdditionalActionTriggerDocWillSave
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:2103
FSCombinationCombineDocsOptionDuplicateStream
If set, that means duplicate stream objects from source PDF files will be outputted to combined resul...
Definition: FSPDFObjC.h:7694
FSAnnotationSummary
Definition: FSPDFObjC.h:7811
FSAnnotPopup
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2324
FSHTML2PDFSettingDataEncodingFormatUTF_32BE
Encoding foramt: "UTF-32BE".
Definition: FSPDFObjC.h:6799
FSAppProviderCallbackStringIDMonthFeb
String ID for case: Use string in local language for "February".
Definition: FSPDFObjC.h:5424
FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYY
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4787
FSPrintParamsBookletBinding
FSPrintParamsBookletBinding
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3394
FSFillerVkeyF11
F11 key.
Definition: FSPDFObjC.h:4032
FSOptimizerSettingsDiscardUserDataAllAnnotsFormsAndMultimedia
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:6703
FSFillerVkeyX
X key.
Definition: FSPDFObjC.h:4003
FSFillerVkeyBack
Backspace key.
Definition: FSPDFObjC.h:3948
FSAnnotationSummarySettingsFontSizeMedium
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:7783
-[FSFiller onPaste]
BOOL onPaste()
Call this function when the popup menu item "Paste" is down.
FSDestinationZoomFitBVert
Fit the entire height of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:1815
FSAppProviderCallbackStringIDValidateWarning
Sample message: "The value you entered for %s is invalid. To ignore validations for %s,...
Definition: FSPDFObjC.h:5439
FSXFAWidgetHitTestAreaUnknown
Hit test area: Unknown.
Definition: FSPDFObjC.h:5593
FSColor
Definition: FSPDFObjC.h:1021
-[FSSignatureVerifyResult getSignatureState]
unsigned int getSignatureState()
Get signature state.
FSAnnotSquare
Annotation type: square annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2303
FSImageSettingsStretchMode
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:6596
FSResponseResponseType
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:7316
FSSignatureStateVerifyErrorByteRange
Non expected byte range.
Definition: FSPDFObjC.h:4307
-[FSActionCallback-p getCurrentDoc]
FSPDFDoc * getCurrentDoc()
A callback function to receive current PDF document object.
-[FSBitmap getBpp]
int getBpp()
Get bitmap bits-per-pixel.
FSColorSpaceInvalid
Color space: Invalid.
Definition: FSPDFObjC.h:641
FSErrInvalidWrapper
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:501
-[FSFormXObject getGraphicsObjects]
FSGraphicsObjects * getGraphicsObjects()
Get graphics objects that associated with current form XObject.
FSPDFDocDisplayUseOC
When document is opened, optional content group panels are visible.
Definition: FSPDFObjC.h:4995
-[FSLRGraphicsObjectElement getBBox]
FSRectF * getBBox()
Get bounding box.
-[FSFont getName]
NSString * getName()
Retrieve the postscript name.
FSPauseCallback-p
Definition: FSPDFObjC.h:8061
FSFillerVkeyT
T key.
Definition: FSPDFObjC.h:3999
FSAppProviderCallbackBeepTypeError
Beep type: error.
Definition: FSPDFObjC.h:5335
FSFormXObject
Definition: FSPDFObjC.h:1498
FSRendererRenderPage
If set, page content will be rendered.
Definition: FSPDFObjC.h:2986
FSAppProviderCallbackStringIDMonthAug
String ID for case: Use string in local language for "August".
Definition: FSPDFObjC.h:5430
FSPagingSealConfigPagingSealStyleMultipleSignatures
Add multiple signatures. Use the FSSignature to display the appearance of paging seal signature,...
Definition: FSPDFObjC.h:4522
FSAppProviderCallbackStringIDInvalidEnumValue
String ID for case: Some enumerate value is invalid. Sample message: "Invalid enumerate value:".
Definition: FSPDFObjC.h:5352
FSMonoImageSettingsImageCompressRunLength
Compression mode: run-length.
Definition: FSPDFObjC.h:6630
FSGraphStateLineCapButt
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:764
FSRenditionFloatingWindowResizeTypeAspectRatio
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:1719
FSAnnotPagingSeal
Annotation type: paging seal annotation. A Foxit PDF SDK custom annotation type (not a standard annot...
Definition: FSPDFObjC.h:2327
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYY
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4777
FSWatermarkSettingsFlagShareTextStream
If set, watermarks will share one form xobject if these watermarks use the same text and text's relat...
Definition: FSPDFObjC.h:6110
FSCompareResultInfoCompareResultTypeReplaceShading
Result type: replace shading.
Definition: FSPDFObjC.h:6488
FSSoundSampleEncodingFormatSigned
Twos-complement values.
Definition: FSPDFObjC.h:2946
FSFontCIDCharsetUnknown
CID Font charset: Unknown.
Definition: FSPDFObjC.h:854
FSFillerEventFlags
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:4036
FSTextSearchReplace
Definition: FSPDFObjC.h:7300
FSUnembeddedFontSettings
Definition: FSPDFObjC.h:6663
FSPDFDocEncryptFoxitDRM
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:4944
FSMarkupStateNone
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:2506
FSRenditionMediaPlayerFitStyleHidden
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:1689
-[FSWidgetMenu underline]
BOOL underline()
(Only useful for rich text) Underline the rich text.
FSHeaderFooterContentGeneratorDateFormatMDotDDotYYYY
If this is used, "m.d.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4786
FSSignatureDigestSHA1
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:4355
FSAppProviderCallbackStringIDMonthOct
String ID for case: Use string in local language for "October".
Definition: FSPDFObjC.h:5432
FSFillerVkeySubtract
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:4019
FSGraphStateLineJoinRound
Round line join type.
Definition: FSPDFObjC.h:771
FSMarkupMeasureTypeT
Measurement of angles.
Definition: FSPDFObjC.h:2535
FSLRStructureElementAttributeValueTypeEnum
Value type: enum.
Definition: FSPDFObjC.h:7149
FSPageLabelsLowerRomanNums
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:5192
FSGraphicsObjectBlendLighten
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:1349
FSXFADocEventType
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:5522
-[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:3376
FSAnnotFlagNoRotate
Annotation flag: no rotate.
Definition: FSPDFObjC.h:2335
-[FSTextPage getCharCount]
int getCharCount()
Get the count of all the characters.
FSSignatureCallbackCertCannotGetPrivateKey
Certificate's private key cannot be gotten.
Definition: FSPDFObjC.h:4459
FSRenditionFloatingWindowResizeTypeAnyway
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:1720
FSBarcodeQRCorrectionLevelQuater
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1138
FSMonoImageSettingsImageCompressQualityLossless
Compression quality: Lossless.
Definition: FSPDFObjC.h:6634
FSWidgetChoiceOptionArray
Definition: FSPDFObjC.h:5305
FSMenuItemConfig
Definition: FSPDFObjC.h:3225
FSDocProviderCallbackWidgetEventTypeBeforeRemoved
Event type: before an XFA widget is removed.
Definition: FSPDFObjC.h:5517
FSAppProviderCallbackStringIDInvalidToken
Sample message: "Invalidate token '%s'".
Definition: FSPDFObjC.h:5373
FSActionTypeSubmitForm
Action type: submit-form action.
Definition: FSPDFObjC.h:1861
-[FSWidgetMenu cut]
NSString * cut()
Cut the text of related XFA widget.
-[FSGraphicsObjectArray removeAll]
void removeAll()
Clean up the array.
FSPolyLine
Definition: FSPDFObjC.h:2813
FSFormFileInfoArray
Definition: FSPDFObjC.h:7721
FSLRStructureElementAttributeValueEnumLeft
Enum value: Left, which means left edge of the page.
Definition: FSPDFObjC.h:7131
FSDialogDescriptionConfig
Definition: FSPDFObjC.h:3295
FSAppProviderCallbackStringIDCompilerError
Sample message: "Compiler error".
Definition: FSPDFObjC.h:5377
FSFillerAssistCallbackPopupMenuItemPaste
Popup menu item: "Paste".
Definition: FSPDFObjC.h:3939
FSAnnotationSummaryCallbackAnnotationSummaryStringID
FSAnnotationSummaryCallbackAnnotationSummaryStringID
Enumeration for string ID used to specify the string or prefix in result document when summarizing an...
Definition: FSPDFObjC.h:7752
FSHTML2PDFSettingDataHTML2PDFPageMode
FSHTML2PDFSettingDataHTML2PDFPageMode
Enumeration for page mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:6729
-[FSReflowPage getContentHeight]
float getContentHeight()
Get content height after current reflow page object has been parsed.
FSBookmarkStyleNormal
Show bookmark title as normal text.
Definition: FSPDFObjC.h:3687
FSNamedAction
Definition: FSPDFObjC.h:1933
FSTextPageTextDisplayOrder
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:5776
FSAssociatedFilesRelationshipEncryptedPayload
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:3048
FSFillSignFillSignObjectTypeRoundRectangle
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:7586
FSPDFDocExtractPagesOptionObjectStream
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:4982
-[FSShadingObject getPDFObject]
FSPDFObject * getPDFObject()
Get the PDF object which represents the shading graphics object in PDF file.
-[FSDestination getTop]
float getTop()
Get top position value.
FSSnappedPointTypeEndpoint
Snapped point type: endpoint, which means the snapped point is an endpoint of a path.
Definition: FSPDFObjC.h:8014
FSHTML2PDFSettingDataEncodingFormatASCII_7_bit
Encoding foramt: "ASCII-7-bit".
Definition: FSPDFObjC.h:6763
FSFillerVkeyC
C key.
Definition: FSPDFObjC.h:3982
FSSoundSampleEncodingFormat
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:2944
FSTextPageParseTextOutputHyphen
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:5770
FSCombinationCombineDocsOptionOCProperties
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7689
FSHTML2PDFSettingDataEncodingFormatEUC_JP
Encoding foramt: "EUC-JP".
Definition: FSPDFObjC.h:6752
FSRenditionWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:1695
FSActionTypeRendition
Action type: rendition action.
Definition: FSPDFObjC.h:1866
FSOptimizerSettingsDiscardUserDataExternalCrossReferences
Discard external cross references.
Definition: FSPDFObjC.h:6704
FSLRElementElementTypeWarichu
Structure element type: Warichu, which represents the wrapper around the entire warichu assembly.
Definition: FSPDFObjC.h:6982
FSLRElementElementTypeRubyAnnot
Structure element type: RT, which means "Ruby annotation text" and represents the smaller-size text t...
Definition: FSPDFObjC.h:6980
-[FSPointFArray removeAll]
void removeAll()
Clean up the array.
FSOutputPreviewShowICCBasedCMYK
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:7830
-[FSImageObject getStream]
FSPDFStream * getStream()
Get image stream.
FSHTML2PDFSettingDataEncodingFormatCP852
Encoding foramt: "CP852".
Definition: FSPDFObjC.h:6765
-[FSAttachments getNameTree]
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
FSGraphicsObjectBlendColorBurn
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:1351
FSImageSettings
Definition: FSPDFObjC.h:6605
FSFillSignFillSignObjectTypeText
Text fill-sign object.
Definition: FSPDFObjC.h:7583
FSXFAWidgetHitTestAreaTitleBar
Hit test area: Title Bar.
Definition: FSPDFObjC.h:5595
FSPDFDocExtractPagesOptions
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:4977
FSLRStructureElementAttributeValueEnumHidden
Enum value: Hidden, which is same as None except in terms of border conflict resolution for table ele...
Definition: FSPDFObjC.h:7092
FSPageLabels
Definition: FSPDFObjC.h:5197
FSAppProviderCallbackStringIDUnableToSet
Sample message: "Unable to set".
Definition: FSPDFObjC.h:5350
FSFloatingInfoWindowPositionTopLeft
Window position: at the top left corner.
Definition: FSPDFObjC.h:3453
FSActionTypeHide
Action type: hide action.
Definition: FSPDFObjC.h:1859
FSAppProviderCallbackStringIDNotSupportArrayCalculate
Sample message: "'%s' operator cannot support array calculation".
Definition: FSPDFObjC.h:5400
FSLRElementElementTypeTable
Structure element type: Table, which represents a two-dimensional layout of rectangular data cells,...
Definition: FSPDFObjC.h:6963
FSErrOfficeComNotInit
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:533
FSFieldFlagButtonRadiosInUnison
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:4166
FSFillSignFillSignObjectType
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:7582
FSLRStructureElementAttributeTypeBorderStyle
Attribute type: BorderStyle, which represents the style of an element's border.
Definition: FSPDFObjC.h:7036
FSDocViewerPrefsHideToolbar
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:5156
-[FSDestination getBottom]
float getBottom()
Get bottom position value.
FSRenditionMonitorSpecifierSmallest
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:1702
FSActionCallbackMailTypeMsg
Mailed data type: string message.
Definition: FSPDFObjC.h:3647
FSCertVerifyResultCertStatusExpired
This means certificate is expired.
Definition: FSPDFObjC.h:7360
FSErrComplianceResourceFile
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:521
FSErrURLInBlackList
(For converting html to pdf only) The converted URL is on blacklist.
Definition: FSPDFObjC.h:545
FSFillerVkeyF2
F2 key.
Definition: FSPDFObjC.h:4023
FSAdditionalActionTriggerPageClosed
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:2101
-[FSActionCallback-p getMousePosition]
FSPointF * getMousePosition()
A callback function to get current mouse position.
FSLRStructureElementAttributeValueEnumCB
Enum value: cb, which means check box.
Definition: FSPDFObjC.h:7122
FSErrNoOptimizerModuleRight
No "Optimizer" module right.
Definition: FSPDFObjC.h:531
FSMarkupMeasureTypeX
Measurement of change along the x axis.
Definition: FSPDFObjC.h:2531
FSAnnotMKEntryBackgroundColor
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:2361
FSHeaderFooterContentGeneratorPageNumberFormatPageNumberOfCount
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4802
FSFontStdIDTimesI
Standard font: Times-Italic.
Definition: FSPDFObjC.h:874
FSLRElement
Definition: FSPDFObjC.h:7008
-[FSSound getSamplingRate]
float getSamplingRate()
Get the sampling rate, in samples per second.
FSHTML2PDFSettingDataEncodingFormatEUC_CN
Encoding foramt: "EUC-CN".
Definition: FSPDFObjC.h:6757
FSFontMapResult
Definition: FSPDFObjC.h:923
FSLRElementElementTypeTableHeaderCell
Structure element type: TH, which means "Table header cell" and represents a table cell containing he...
Definition: FSPDFObjC.h:6965
FSDocViewerPrefsViewerPref
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:5155
FSFileFormatTypeXML
File format type: XML.
Definition: FSPDFObjC.h:673
FSCompareResults
Definition: FSPDFObjC.h:6532
FSAppProviderCallbackStringID
FSAppProviderCallbackStringID
Enumeration for string ID used to specify a case.
Definition: FSPDFObjC.h:5342
FSXFAWidgetWidgethAlignTypeRight
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:5639
FSPDFAComplianceVersionPDFA2b
PDF/A-2b.
Definition: FSPDFObjC.h:6442
FSMediaPlayerCallbackJSMediaPlayerStateStop
media player state: Stop.
Definition: FSPDFObjC.h:3611
FSCertificateEncryptData
Definition: FSPDFObjC.h:5926
FSTextSearchSearchFlags
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:5804
FSFillerVkeyNext
Page Down key.
Definition: FSPDFObjC.h:3958
FSDocProviderCallbackPrintOptionAsImage
If set, print page as image; otherwise, as text.
Definition: FSPDFObjC.h:5481
FSAnnotMKIconCaptionRelation
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:2372
FSTaggedPDFCallbackReportCategory
FSTaggedPDFCallbackReportCategory
Enumeration for report category type used for tagged PDF.
Definition: FSPDFObjC.h:7239
FSBarcodeFormatUPCA
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1128
FSSignatureStateVerifyIssueUncheck
Not check the issuer.
Definition: FSPDFObjC.h:4315
FSAppProviderCallbackMsgBtnIDOK
Message box button ID: OK.
Definition: FSPDFObjC.h:5464
FSLRStructureElementAttributeTypeWidth
Attribute type: Width, which represents the width of the element's content rectangle.
Definition: FSPDFObjC.h:7032
FSActionCallbackLanguageNLD
Dutch.
Definition: FSPDFObjC.h:3629
FSPDFDocImportPageFlags
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:4971
FSErrWPSEngineNotFound
(For Office-to-PDF conversion only) WPS office engine is not found.
Definition: FSPDFObjC.h:537
FSLRElementElementTypeAside
Structure element type: Aside (PDF 2.0), which represents content that is distinct from other content...
Definition: FSPDFObjC.h:6945
FSPDFDocEncryptCertificate
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:4943
FSFillerVkeyUp
Up arrow key.
Definition: FSPDFObjC.h:3962
FSPDFPageFlattenNoFormControl
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:4609
FSAppProviderCallbackStringIDIncorrectNumberOfMethod
Sample message: "Incorrect number of parameters are used when calling method '%s'".
Definition: FSPDFObjC.h:5407
FSFontStdIDHelveticaI
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:870
-[FSStructObjectContent getObjectType]
FSStructObjectContentStructObjectType getObjectType()
Get related object type.
FSLineCapPosTop
Definition: FSPDFObjC.h:2717
FSLRElementElementTypeShadingContent
Structure element type: ShadingContent, which means shading content element.
Definition: FSPDFObjC.h:7003
FSAdditionalActionTriggerPageOpened
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:2100
FSPrintParamsPageOrderHorizontalReversed
Page Order type: pages are placed from right to left, from top to bottom.
Definition: FSPDFObjC.h:3403
FSFieldTypeSignature
Form field type: signature field.
Definition: FSPDFObjC.h:4158
FSTextState
Definition: FSPDFObjC.h:1426
FSErrInvalidLicense
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:473
FSLRStructureElementAttributeTypeTextDecorationThickness
Attribute type: TextDecorationThickness, which represents the thickness of each line drawn as part of...
Definition: FSPDFObjC.h:7055
-[FSLRContentElement getGraphicsObjectRange]
FSRange * getGraphicsObjectRange()
Get the range of current content element in current graphics object.
FSBitmapDownsample
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1052
FSPDFStreamFlateDecode
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:1211
FSLRElementElementTypeEm
Structure element type: Em (PDF 2.0), which means "Emphasis" and represents content for the purpose o...
Definition: FSPDFObjC.h:6985
FSAnnotCaret
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2312
FSImageSettingsImageCompressQualityHigh
Compression quality: High.
Definition: FSPDFObjC.h:6592
FSMarkupStateAccepted
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:2509
FSDestinationZoomFitBBox
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:1813
FSAnnotMKEntryRolloverIcon
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:2366
FSIconFitScaleWayNone
No scaling way is specified.
Definition: FSPDFObjC.h:2270
FSWidgetLineSpacingDouble
Line spacing style: double line spacing.
Definition: FSPDFObjC.h:2883
FSFieldFlagTextRichText
(Only useful for text field) If set, the value of this field should be represented as a rich text str...
Definition: FSPDFObjC.h:4175
FSActionCallbackAppInfoType
FSActionCallbackAppInfoType
Enumeration for application's information type.
Definition: FSPDFObjC.h:3636
FSDocProviderCallbackPageViewEventType
FSDocProviderCallbackPageViewEventType
Enumeration for the event type of page view.
Definition: FSPDFObjC.h:5509
FSLRStructureElementAttributeTypeRubyPosition
Attribute type: RubyPosition, which represents the placement of the RT structure element relative to ...
Definition: FSPDFObjC.h:7058
FSOptimizerSettingsDiscardUserDataDocumentInfoAndMetaData
Discard document information and metadata.
Definition: FSPDFObjC.h:6705
FSFillerEventFlagRightButtonDown
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:4045
FSEmbeddedGotoTarget
Definition: FSPDFObjC.h:1958
FSFontCharsetShift_JIS
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:839
FSLRElementElementTypeContainerObject
Structure element type: ContainerObject, which means container object element.
Definition: FSPDFObjC.h:6997
FSLibrary
Definition: FSPDFObjC.h:727
FSTaggedPDFCallbackReportCategoryArtifact
Report category type: artifact.
Definition: FSPDFObjC.h:7241
FSActionCallbackLanguageESP
Spanish.
Definition: FSPDFObjC.h:3624
-[FSLRElement isStructureElement]
BOOL isStructureElement()
Check whether current object is structure element or not.
-[FSPageLabels getNumberTree]
FSPDFNumberTree * getNumberTree()
Get the page labels number tree.
FSTimeRange
Definition: FSPDFObjC.h:7340
FSOptimizerSettingsOptimizerOptions
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:6675
FSPrintParamsDuplexTypeDuplexFlipShortEdge
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: FSPDFObjC.h:3385
FSDocProviderCallbackSubmitFormat
FSDocProviderCallbackSubmitFormat
Enumeration for XFA submit format.
Definition: FSPDFObjC.h:5486
FSTaggedPDFCallbackReportConfidenceMediumLow
Report confidence: medium low.
Definition: FSPDFObjC.h:7255
FSXFAWidgetWidgetTypeLine
XFA widget type: line.
Definition: FSPDFObjC.h:5609
-[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
Pause any rendition being played in association with related screen annotation. If no rendition is be...
Definition: FSPDFObjC.h:2077
FSMediaSettingsPlayerWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:3508
FSBookmark
Definition: FSPDFObjC.h:3701
FSPDFObjectName
PDF name object.
Definition: FSPDFObjC.h:1159
-[FSActionCallback-p getIdentityProperties]
FSIdentityProperties * getIdentityProperties()
A callback function used to get identity properties of current user.
FSLRStructureElementAttributeValueTypeFloatArray
Value type: an array of float values.
Definition: FSPDFObjC.h:7157
FSFillerVkey7
7 key.
Definition: FSPDFObjC.h:3977
-[FSLRElement isContentElement]
BOOL isContentElement()
Check whether current object is content element or not.
FSPDFDocLinks
(Reserved, not supported yet) If set, only link annotations are to imported from or exported to XFDF ...
Definition: FSPDFObjC.h:5002
FSLRStructureElementAttributeValueEnumOn
Enum value: on, which means the state is on.
Definition: FSPDFObjC.h:7125
FSPDFAComplianceVersionPDFA3u
PDF/A-3u.
Definition: FSPDFObjC.h:6446
FSPDFAComplianceVersionPDFA1a
PDF/A-1a.
Definition: FSPDFObjC.h:6439
FSFillerEventFlagAutoRepeat
Event flag: auto repeat.
Definition: FSPDFObjC.h:4042
FSModuleNameLayoutRecognition
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:632
FSHTML2PDFSettingDataEncodingFormatSJS
Encoding foramt: "SJS".
Definition: FSPDFObjC.h:6753
FSErrInvalidUserToken
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:490
FSBarcodeFormatCode128
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1126
FSFillerEventFlagControlKey
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:4038
FSHTML2PDFSettingDataEncodingFormatBHASKAR
Encoding foramt: "BHASKAR".
Definition: FSPDFObjC.h:6795
-[FSColorSpace getColorSpaceType]
FSColorSpaceType getColorSpaceType()
Get color space type.
FSAppProviderCallbackAppInfoLanguage
Application information: language.
Definition: FSPDFObjC.h:5327
FSBookmarkStyle
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:3686
FSActionCallbackLayoutModeContinuous
Layout mode: continuous page.
Definition: FSPDFObjC.h:3666
FSChoiceOptionArray
Definition: FSPDFObjC.h:4130
-[FSWidgetMenu superscript]
BOOL superscript()
(Only useful for rich text) Make the rich text as superscript.
FSAppProviderCallbackStringIDScriptInvalidValue
Sample message: "Error:Invalid enumerated value:%s".
Definition: FSPDFObjC.h:5443
FSMonoImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:6627
FSAppProviderCallbackStringIDValidateOutOfArray
Sample message: "Validate access index '%s' out of array".
Definition: FSPDFObjC.h:5395
FSSnappedPointTypeNearestPoint
Snapped point type: nearest point, which means the snapped point is the nearest point (which is in a ...
Definition: FSPDFObjC.h:8017
FSLRElementElementTypePathObject
Structure element type: PathObject, which means path graphics object element.
Definition: FSPDFObjC.h:6993
FSTimeStampServer
Definition: FSPDFObjC.h:4499
FSHTML2PDFSettingDataEncodingFormatCSN_369103
Encoding foramt: "CSN_369103".
Definition: FSPDFObjC.h:6782
FSPDFStreamASCII85Decode
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:1209
FSColorState
Definition: FSPDFObjC.h:1310
FSSnapPointMgrFlagMidpoint
If set, that means to get the midpoint for two endpoints of a path.
Definition: FSPDFObjC.h:8035
-[FSUInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSAnnotArray
Definition: FSPDFObjC.h:2421
FSImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:6600
FSSignatureStateVerifyTimestampExpire
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:4321
FSCertVerifyResultReasonNoStatus
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:7365
FSSignatureFieldMDPActionNone
No Field MDP action.
Definition: FSPDFObjC.h:4384
FSLocaleID
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:656
FSLRElementElementTypeDocument
Structure element type: Document, which represents a complete document.
Definition: FSPDFObjC.h:6934
FSOptimizerSettingsCleanUpRemoveInvalidBookmarks
Remove invalid bookmarks.
Definition: FSPDFObjC.h:6686
FSCompareResultInfoCompareResultTypeDeleteImage
Result type: delete image.
Definition: FSPDFObjC.h:6480
FSSecurityHandlerCipherNone
Not use encryption algorithm.
Definition: FSPDFObjC.h:5871
FSFillerVkeyY
Y key.
Definition: FSPDFObjC.h:4004
FSXFADocType
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:5528
FSLRStructureElementAttributeValueEnumTbRl
Enum value: TbRl, which means inline progression from top to bottom; block progression from right to ...
Definition: FSPDFObjC.h:7089
FSLRStructureElementAttributeValueEnumMiddle
Enum value: Middle, which means children are centered within the table cell.
Definition: FSPDFObjC.h:7105
FSRenditionMonitorSpecifierGreatestColorDepth
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:1704
FSLRElementElementTypeDiv
Structure element type: Div, which means "Division" and represents a generic block-level element or g...
Definition: FSPDFObjC.h:6939
FSFloatingInfoRelativeTarget
FSFloatingInfoRelativeTarget
Enumeration for the values used to set relative position of floating window.
Definition: FSPDFObjC.h:3464
FSErrUnknown
Any unknown error occurs.
Definition: FSPDFObjC.h:472
FSXFADocExportDataTypeStaticXDP
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:5536
FSAppProviderCallbackStringIDAccessProertyInNotObject
Sample message: "An attempt was made to reference property '%s' of a non-object in SOM expression %s"...
Definition: FSPDFObjC.h:5403
FSLRElementElementTypeIndex
Structure element type: Index, which represents a sequence of entries containing identifying text acc...
Definition: FSPDFObjC.h:6944
FSModuleNameXFA
Name for module "XFA".
Definition: FSPDFObjC.h:624
FSFileFormatTypePDF
File format type: PDF.
Definition: FSPDFObjC.h:675
FSLocaleIDJapan
Locale ID for country: Japan.
Definition: FSPDFObjC.h:665
FSBitmapDIB8bpp
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:1045
FSDocViewerPrefsCenterWindow
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:5160
FSFloatingInfoResizeTypeKeepRatio
Resize type: may be resized only if the aspect ratio is preserved.
Definition: FSPDFObjC.h:3473
FSTextStateModeFill
Text mode: fill text.
Definition: FSPDFObjC.h:1416
FSLRElementElementTypeSub
Structure element type: Sub (PDF 2.0), which means "Sub-division of a block level element" and repres...
Definition: FSPDFObjC.h:6987
FSBase
Definition: FSPDFObjC.h:549
FSAnnotFlagLockedContents
Annotation flag: locked contents.
Definition: FSPDFObjC.h:2340
-[FSLRContentElement getParentElement]
FSLRStructureElement * getParentElement()
Get the parent element.
FSHTML2PDFSettingDataEncodingFormatBIG5_HKSCS
Encoding foramt: "BIG5_HKSCS".
Definition: FSPDFObjC.h:6787
FSXFAWidgetPresenceInactive
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:5623
FSSignatureAPFlagBitmap
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:4338
FSRenditionMediaPlayerFitStyle
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:1684
FSPagingSealConfigPagingSealPositionRight
Right Paging Seal.
Definition: FSPDFObjC.h:4516
FSAppProviderCallbackStringIDUnexpectedExpression
Sample message: "Unexpected expression '%s'".
Definition: FSPDFObjC.h:5381
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYYYY
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4776
FSLRStructureElementAttributeTypeSubType
Attribute type: Subtype, which means the subtype of annotation or artifact.
Definition: FSPDFObjC.h:7039
FSHTML2PDFSettingDataEncodingFormatCP1255
Encoding foramt: "CP1255".
Definition: FSPDFObjC.h:6774
-[FSImage getXDPI]
int getXDPI()
Get DPI for X-axis.
FSGraphicsObjectTypeShading
Shading graphics object.
Definition: FSPDFObjC.h:1367
FSImageBMP
Image type is BMP.
Definition: FSPDFObjC.h:1088
FSXFAWidgetWidgetTypeUnknown
XFA widget type: unknown.
Definition: FSPDFObjC.h:5614
FSBookmarkPosPrevSibling
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:3695
FSTaggedPDFCallbackReportCategoryRegion
Report category type: region.
Definition: FSPDFObjC.h:7240
FSSignatureStateVerifyNoChange
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:4310
FSFieldFlagTextMultiline
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:4167
FSJavaScriptAction
Definition: FSPDFObjC.h:1922
-[FSFont isBold]
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:769
FSPDFPageSizeA2
Page size: A2.
Definition: FSPDFObjC.h:4623
FSHTML2PDFSettingDataEncodingFormatX_TAM_LTTMBARANI
Encoding foramt: "X-TAM-LTTMBARANI".
Definition: FSPDFObjC.h:6805
FSAppProviderCallbackMsgBoxIconQuestion
Message box icon: Question.
Definition: FSPDFObjC.h:5452
FSPathTypeBezierToCloseFigure
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:947
FSMonoImageSettings
Definition: FSPDFObjC.h:6647
FSXFAWidgetPresenceInvisible
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:5624
FSHTML2PDFSettingDataEncodingFormatX_TAM_SHREE
Encoding foramt: "X-TAM-SHREE".
Definition: FSPDFObjC.h:6806
-[FSReflowPage isParsed]
BOOL isParsed()
Check if current reflow page has been parsed or not.
-[FSWidgetMenu canRedo]
BOOL canRedo()
Check if the operation of related XFA widget can be redone.
FSDocEventCallback-p
Definition: FSPDFObjC.h:9345
FSLRStructureElementAttributeValueTypeInt32Array
Value type: an array of integer values.
Definition: FSPDFObjC.h:7156
FSActionCallbackJSFieldValueChangedByCalculation
javascript field value changed type : calculation.
Definition: FSPDFObjC.h:3652
FSFieldTypeTextField
Form field type: text field.
Definition: FSPDFObjC.h:4157
FSAnnotFlagHidden
Annotation flag: hidden.
Definition: FSPDFObjC.h:2332
-[FSDRMSecurityHandler verifyEncryptionParams]
BOOL verifyEncryptionParams()
Verify encryption parameters.
-[FSActionCallback-p getLanguage]
FSActionCallbackLanguage getLanguage()
A callback function to get the language of the running viewer application.
FSPDFPageSizeLegal
Page size: legal.
Definition: FSPDFObjC.h:4622
FSLRElementElementTypeHeadingN
Structure element type: Hn (PDF 2.0), which represents heading with level 7 or more.
Definition: FSPDFObjC.h:6958
FSColorSpace
Definition: FSPDFObjC.h:1002
FSGraphicsObjectBlendDifference
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:1354
FSLRElementElementTypeForm
Structure element type: Form, which represents a widget annotation representing an interactive form f...
Definition: FSPDFObjC.h:6990
FSPDFACompliance
Definition: FSPDFObjC.h:6449
-[FSTextSearch getMatchSentenceEndIndex]
int getMatchSentenceEndIndex()
Get the index of the last character of current matched pattern, based on the matched sentence.
FSErrNotFound
Expected data or object is not found.
Definition: FSPDFObjC.h:479
FSRenditionFloatingWindowRelatedWindowApplication
The application window.
Definition: FSPDFObjC.h:1712
FSActionCallbackJSMediaPlayerStateStop
media player state: Stop.
Definition: FSPDFObjC.h:3660
FSSubmitFormActionFlagAsXFDF
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:1998
FSLocaleIDGermany
Locale ID for country: Germany.
Definition: FSPDFObjC.h:662
FSErrIsAlreadyCPDF
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:497
-[FSDestination getZoomFactor]
float getZoomFactor()
Get zoom factor.
FSLRElementElementTypeRubyPunc
Structure element type: RP, which means "Ruby punctuation" and represents punctuation surrounding the...
Definition: FSPDFObjC.h:6981
FSFillerVkeyEnd
End key.
Definition: FSPDFObjC.h:3959
FSLRStructureElementAttributeTypeBlockAlign
Attribute type: BlockAlign, which represents the alignment, in the block-progression direction,...
Definition: FSPDFObjC.h:7048
FSXFAWidgetWidgetEdgePositionRight
Egde position: right.
Definition: FSPDFObjC.h:5650
+[FSPDFDictionary create]
FSPDFDictionary * create()
Create a new dictionary object.
FSHTML2PDFSettingDataEncodingFormatASCII
Encoding foramt: "ASCII".
Definition: FSPDFObjC.h:6742
FSAppProviderCallbackStringIDWeekDayFri
String ID for case: Use string in local language for "Friday".
Definition: FSPDFObjC.h:5421
FSLRElementElementTypeComplexContent
Structure element type: ComplexContent, which means complex content element.
Definition: FSPDFObjC.h:7004
-[FSWidgetMenu copy]
NSString * copy()
Copy the text of related XFA widget.
FSPortfolioNodeTypeFile
Portfolio node type: file.
Definition: FSPDFObjC.h:7881
FSFontCharsetDefault
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:837
FSPDFDocImportFlagWithLayers
Import pages with layers.
Definition: FSPDFObjC.h:4973
FSLRStructureElementAttributeValueEnumOff
Enum value: off, which means the state is off.
Definition: FSPDFObjC.h:7126
FSHTML2PDFSettingDataEncodingFormatISO_8859_15
Encoding foramt: "ISO-8859-15".
Definition: FSPDFObjC.h:6778
FSPortfolioNodeTypeFolder
Portfolio node type: folder.
Definition: FSPDFObjC.h:7880
FSMarkupStateModelReview
Markup annotation state model: review.
Definition: FSPDFObjC.h:2502
FSAppProviderCallbackAppInfo
FSAppProviderCallbackAppInfo
Enumeration for XFA application information type.
Definition: FSPDFObjC.h:5325
FSDocProviderCallbackTextEncodingUTF16
Text encoding: UTF-16.
Definition: FSPDFObjC.h:5505
FSPrintParamsPageOrder
FSPrintParamsPageOrder
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3401
FSActionCallbackLanguageENU
English.
Definition: FSPDFObjC.h:3623
FSSubmitFormActionFlagWithCoordinates
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:1997
FSTableBorderInfoTableBorderStyleSolid
Table border style: Solid.
Definition: FSPDFObjC.h:6179
FSPrintParamsPrintHandlingMultiplePages
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: FSPDFObjC.h:3411
FSActionTypeLaunch
Action type: launch action.
Definition: FSPDFObjC.h:1854
FSFontStyleNonSymbolic
Font style: non-symbolic.
Definition: FSPDFObjC.h:828
FSAdditionalAction
Definition: FSPDFObjC.h:2123
FSHTML2PDFSettingDataEncodingFormatISO_8859_13
Encoding foramt: "ISO-8859-13".
Definition: FSPDFObjC.h:6783
FSWatermarkTextPropertiesFontStyle
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:6137
FSOptimizerSettings
Definition: FSPDFObjC.h:6711
FSModuleNameOCR
Name for module "OCR".
Definition: FSPDFObjC.h:627
FSErrSecurityHandler
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:477
FSHeaderFooterContentGeneratorDateFormatMSlashD
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:4774
FSErrInvalidData
Data of current object is invalid.
Definition: FSPDFObjC.h:484
-[FSFont isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSLocaleIDItaly
Locale ID for country: Italy.
Definition: FSPDFObjC.h:663
FSMarkupArray
Definition: FSPDFObjC.h:2460
FSPagingSealConfigPagingSealPositionTop
Top Paging Seal.
Definition: FSPDFObjC.h:4517
FSMarkupEndingStyleSlash
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:2527
FSFillerAssistCallbackPopupMenuItemNone
No popup menu item.
Definition: FSPDFObjC.h:3936
FSColorSpaceICCBasedDeviceGray
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:651
FSLRStructureElementAttributeValueTypeWStrArray
Value type: an array of wide strings.
Definition: FSPDFObjC.h:7159
FSLRStructureElementAttributeValueEnumGroove
Enum value: Groove, which means the border looks as though it were carved into the canvas.
Definition: FSPDFObjC.h:7097
FSRectF
Definition: FSPDFObjC.h:364
FSRenditionFloatingWindowOffscreenEventNone
Nothing.
Definition: FSPDFObjC.h:1724
FSEmbeddedGotoAction
Definition: FSPDFObjC.h:1977
FSLRElementElementTypeHeading4
Structure element type: H4, which represents heading with level 4.
Definition: FSPDFObjC.h:6955
FSPDFObject
Definition: FSPDFObjC.h:1167
FSAppProviderCallbackStringIDImageFilter
String ID for case: Filter for image files. Sample message: "Image Files(*.bmp;*.jpg;*....
Definition: FSPDFObjC.h:5348
FSPrintParamsPrintHandlingFitPaper
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: FSPDFObjC.h:3409
FSHTML2PDFSettingDataEncodingFormatTSCII
Encoding foramt: "TSCII".
Definition: FSPDFObjC.h:6789
FSXFAWidgetWidgetTypePushButton
XFA widget type: push button.
Definition: FSPDFObjC.h:5601
FSModuleNameOptimizer
Name for module "Optimizer".
Definition: FSPDFObjC.h:630
FSAnnotFlags
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:2330
FSOutputPreviewShowICCBasedRGB
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:7838
FSBitmapDIBArgb
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:1042
-[FSColorSpace getComponentNames]
NSArray< NSData * > * getComponentNames()
Get a string array which represents the name of colorant for Separation color space,...
FSBitmapDIBFormat
FSBitmapDIBFormat
Enumeration for DIB format.
Definition: FSPDFObjC.h:1037
FSCircle
Definition: FSPDFObjC.h:2675
FSStructTreeEntityStructTreeEntityTypeElement
Structure tree entity type: Element, which represents a structure element.
Definition: FSPDFObjC.h:1575
FSPrintParamsBookletBindingLeftTall
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3397
FSActionCallbackJSMediaPlayerStateOpen
media player state: Open.
Definition: FSPDFObjC.h:3657
FSLayerTreeStateUnchanged
The state is unchanged.
Definition: FSPDFObjC.h:3821
FSFiller
Definition: FSPDFObjC.h:4049
FSErrComplianceEngineInitFailed
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:512
FSLRStructureElementAttributeValueEnumRlTb
Enum value: RlTb, which means inline progression from right to left; block progression from top to bo...
Definition: FSPDFObjC.h:7088
FSRendererDeviceDisplay
Device type: printer.
Definition: FSPDFObjC.h:2991
FSBarcodeQRCorrectionLevelLow
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1136
FSXFAWidgetWidgetTypeArc
XFA widget type: arc.
Definition: FSPDFObjC.h:5603
-[FSActionCallback-p getMenuItemNameList]
FSMenuListArray * getMenuItemNameList()
A callback function to get the menu item name list.
FSAppProviderCallbackStringIDUnableSetClassName
Sample message: "Unable to set the value for property 'className'".
Definition: FSPDFObjC.h:5365
FSPageLabelsStyle
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:5188
FSLRStructureElementAttributeValueEnumDistribute
Enum value: Distribute, which means the content is to be expanded to fill the available width in the ...
Definition: FSPDFObjC.h:7109
FSCompareResultInfoCompareResultTypeNone
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:6476
FSErrNoAdvEditModuleRight
No "AdvEdit" module right.
Definition: FSPDFObjC.h:543
FSPoint
Type definition for point class for integer.
Definition: FSPDFObjC.h:193
FSLayerContextUsageDesign
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:3860
FSOptimizerSettingsDiscardUserDataPrivateDataOfOtherApp
Discard private data of other applications.
Definition: FSPDFObjC.h:6707
FSPortfolioInitialViewMode
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:7984
FSLocaleIDTaiwan
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:659
-[FSPath isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSDocProviderCallbackPrintOptionReverseOrder
If set, print page in reverse order; otherwise, in normal order.
Definition: FSPDFObjC.h:5482
-[FSFileStreamCallback-p getSize]
unsigned long long getSize()
Get the current stream size, in bytes.
FSPDFStreamUnknown
Unknown filter type.
Definition: FSPDFObjC.h:1206
FSIconFit
Definition: FSPDFObjC.h:2277
FSReflowPageFlags
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:5256
FSAppProviderCallbackStringIDMonthMarch
String ID for case: Use string in local language for "March".
Definition: FSPDFObjC.h:5425
FSActionCallbackJSMailResultUserAbort
Mailed result: user abort.
Definition: FSPDFObjC.h:3674
FSErrLTVCannotSwitchVersion
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:516
-[FSStructObjectContent getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of related object.
FSOutputPreviewShowLineArt
If set, only show line art.
Definition: FSPDFObjC.h:7850
FSLRElementElementTypeTextObject
Structure element type: TextObject, which means text graphics object element.
Definition: FSPDFObjC.h:6992
FSFillerEventFlagKeyPad
Event flag: key pad.
Definition: FSPDFObjC.h:4041
FSSoundSampleEncodingFormatMuLaw
μ-law-encoded samples
Definition: FSPDFObjC.h:2947
FSPosBottomCenter
Position: bottom center.
Definition: FSPDFObjC.h:618
-[FSPauseCallback-p needPauseNow]
BOOL needPauseNow()
Check whether need to pause now.
FSCertVerifyResultReasonCACompromise
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:7368
FSPDFObjectReference
PDF reference object.
Definition: FSPDFObjC.h:1164
FSSOAPAuthenticateInfo
Definition: FSPDFObjC.h:3317
FSAlignmentRight
Right alignment.
Definition: FSPDFObjC.h:601
FSLRStructureElementAttributeTypeBBox
Attribute type: BBox, which represents the element's bounding box (the rectangle that completely encl...
Definition: FSPDFObjC.h:7031
FSFillerVkeyW
W key.
Definition: FSPDFObjC.h:4002
FSFillerVkeyJ
J key.
Definition: FSPDFObjC.h:3989
FSPrintParamsPrintHandlingNone
Print Handling: No page scaling is applied.
Definition: FSPDFObjC.h:3408
FSColorSpaceCalRGB
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:646
FSFillerVkeyF1
F1 key.
Definition: FSPDFObjC.h:4022
FSCertificateSecurityHandler
Definition: FSPDFObjC.h:5944
FSLRStructureElementAttributeValueTypeElement
Value type: element.
Definition: FSPDFObjC.h:7154
FSTextStateModeStroke
Text mode: stroke text.
Definition: FSPDFObjC.h:1417
FSLRStructureElementAttributeValueEnumRidge
Enum value: Ridge, which means the border looks as though it were coming out of the canvas (the oppos...
Definition: FSPDFObjC.h:7098
-[FSSignatureVerifyResult getCertificateVerifyResults]
FSCertVerifyResultArray * getCertificateVerifyResults()
Get certificate verify results.
FSRenditionMediaPlayerFitStyleScroll
The media is not scaled. A scrolling user interface is provided if the media rectangle is wider or ta...
Definition: FSPDFObjC.h:1688
FSLRElementElementTypeTitle
Structure element type: Title (PDF 2.0), which represents content that is usually referred to as the ...
Definition: FSPDFObjC.h:6946
FSXFAWidgetPresenceVisible
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:5621
FSXFADocEventTypePostPrint
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:5524
FSSignatureStateVerifyIssueValid
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:4311
FSErrODAEngineNotFound
(Reserved, unsupported yet, For DWG-to-PDF conversion only) ODA engine is not found.
Definition: FSPDFObjC.h:540
FSAppProviderCallbackMsgBtnIDNo
Message box button ID: No.
Definition: FSPDFObjC.h:5466
FSActionCallbackLanguagePTB
Brazilian Portuguese.
Definition: FSPDFObjC.h:3631
FSPDFObjectInvalidType
Invalid PDF object type.
Definition: FSPDFObjC.h:1155
FSErrNoConnectedPDFModuleRight
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:524
FSAppProviderCallbackStringIDNotFoundMethod
Sample message: "Cannot find method '%s'".
Definition: FSPDFObjC.h:5390
FSAnnotPropertyBorderColor
Annotation property: border color.
Definition: FSPDFObjC.h:2354
FSHTML2PDFSettingDataEncodingFormatArabic
Encoding foramt: "Arabic".
Definition: FSPDFObjC.h:6749
-[FSMediaPlayerCallback-p getPlayerSettings]
FSMediaSettings * getPlayerSettings()
A callback function to get the media player settings.
FSMarkupMeasureTypeD
Measurement of distance in any direction.
Definition: FSPDFObjC.h:2533
FSOutputPreviewShowNotDeviceCMYK
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:7829
FSXFAWidgetHitTestAreaHyperLink
Hit test area: HyperLink.
Definition: FSPDFObjC.h:5596
FSWidgetLineSpacingStyle
FSWidgetLineSpacingStyle
Enumeration for line spacing style.
Definition: FSPDFObjC.h:2880
FSRenditionWindowType
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:1693
FSSignature
Definition: FSPDFObjC.h:4399
FSComparison
Definition: FSPDFObjC.h:6555
FSGraphicsObjectsTextMergeTJY
Merge consecutive text-showing operators with equal y coordinates.
Definition: FSPDFObjC.h:4567
FSFontStdIDCourierB
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:864
FSSubmitFormActionFlagExclude
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:1993
FSFontFontTypeType3
Font type: Type3.
Definition: FSPDFObjC.h:882
FSAppProviderCallbackStringIDValidateFailed
Sample message: "Validate failed".
Definition: FSPDFObjC.h:5343
FSErrNoComplianceModuleRight
No "Compliance" module right.
Definition: FSPDFObjC.h:530
FSIconFitScaleWaySmaller
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:2273
FSHeaderFooterContentGeneratorDateFormatType
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:4773
FSBarcode
Definition: FSPDFObjC.h:1142
FSSignatureStateVerifyIssueCurrent
The verified issue is current issuer.
Definition: FSPDFObjC.h:4316
FSAnnotMKRelationCaptionLeft
Caption to the left of the icon.
Definition: FSPDFObjC.h:2378
FSLRElementElementTypeSect
Structure element type: Sect, which means "Section" and represents a container for grouping related c...
Definition: FSPDFObjC.h:6938
FSSchemaField
Definition: FSPDFObjC.h:7948
-[FSTimeStampCallback-p getTimeStampMessage]
NSData * getTimeStampMessage()
A callback function used to get time stamp message.
FSRenditionMediaPermission
FSRenditionMediaPermission
Enumeration for PDF media player permission.
Definition: FSPDFObjC.h:1671
FSMenuListArray
Definition: FSPDFObjC.h:3104
FSFDFDocFDF
FDF document type: FDF.
Definition: FSPDFObjC.h:3078
FSPDFDocPermFillForm
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:4955
FSXFADocStatic
XFA document type: Static.
Definition: FSPDFObjC.h:5530
FSPDFPageBoxType
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:4612
FSColorSpaceRenderIntentRelColorimetric
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:997
FSRangeEven
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:800
FSGraphicsObjectBlendSoftlight
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:1353
FSLRStructureElementAttributeValueEnumFloat
Enum value: float.
Definition: FSPDFObjC.h:7120
-[FSWidgetMenu canSelectAll]
BOOL canSelectAll()
Check if the text of related XFA widget can be selected all.
-[FSPortfolioNode getNodeType]
FSPortfolioNodeType getNodeType()
Get node type.
FSHTML2PDFSettingDataEncodingFormatHebrew
Encoding foramt: "Hebrew".
Definition: FSPDFObjC.h:6751
FSOptimizerSettingsDiscardObjectsEmbeddedPageThumbnails
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:6694
FSXFAWidgetPresenceHidden
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:5622
FSAnnotHighlightingInvert
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:2345
FSTimeStampServerSendResultFailToCreateSocket
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:4490
FSUnderline
Definition: FSPDFObjC.h:2611
FSSignatureAPFlagSigner
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:4337
FSLRStructureElementAttributeValueTypeARGB
Value type: ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24).
Definition: FSPDFObjC.h:7152
FSFillerVkeyZ
Z key.
Definition: FSPDFObjC.h:4005
FSPDFStreamLZWDecode
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:1210
FSDialogDescriptionElementArray
Definition: FSPDFObjC.h:3247
FSFontCharsetHebrew
Font charset: Hebrew.
Definition: FSPDFObjC.h:848
FSRenditionWindowTypeHidden
Window type: a hidden window.
Definition: FSPDFObjC.h:1696
FSWidgetLineSpacingAuto
Line spacing style: auto line spacing.
Definition: FSPDFObjC.h:2885
FSSignatureStateVerifyValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4303
FSOptimizer
Definition: FSPDFObjC.h:6570
FSXFAWidgetWidgetEdgePositionTop
Egde position: top.
Definition: FSPDFObjC.h:5649
FSFloatingInfoResizeType
FSFloatingInfoResizeType
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: FSPDFObjC.h:3471
FSStructTreeEntityStructTreeEntityTypeObjectContent
Structure tree entity type: ObjectContent, which represents a PDF object content item,...
Definition: FSPDFObjC.h:1577
FSRenditionActionOpTypeStop
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:2076
FSDialogDescriptionElement
Definition: FSPDFObjC.h:3267
-[FSRedaction apply]
BOOL apply()
Apply redaction in marked areas: remove the text or graphics under marked areas permanently.
FSAppProviderCallbackStringIDInvalidAppend
Sample message: "Invalid append operation: %s cannot have a child element of %s".
Definition: FSPDFObjC.h:5410
FSSignatureStateVerifyIssueRevoke
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:4313
FSRenditionFloatingWindowRelatedWindowMonitor
Depends on monitor specifier.
Definition: FSPDFObjC.h:1714
FSLRStructureElementAttributeValueEnumRB
Enum value: rb, which means radio button.
Definition: FSPDFObjC.h:7121
FSPDFStreamFilter
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:1205
FSFontStdIDZapfDingbats
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:876
FSActionNewWindowFlagTrue
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:1873
-[FSTextSearch getMatchSentenceStartIndex]
int getMatchSentenceStartIndex()
Get the index of the first character of current matched pattern, based on the matched sentence.
FSHTML2PDFSettingDataPageModeMultiplePage
Multiple page mode.
Definition: FSPDFObjC.h:6731
FSPagingSealSignaturePagingSealAPStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:4546
FSFieldFlagTextFileSelect
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:4169
FSLRStructureElementAttributeTypeTextDecorationColor
Attribute type: TextDecorationColor, which represents the color to be used for drawing text decoratio...
Definition: FSPDFObjC.h:7054
FSBorderInfoCloudy
Border style: Cloudy.
Definition: FSPDFObjC.h:2206
-[FSPath clear]
void clear()
Clear all points.
FSCombinationCombineDocsOptionObjectStream
If set, that means object streams will be used to generate combined result PDF file in order to reduc...
Definition: FSPDFObjC.h:7693
FSRenditionFloatingWindowRelatedWindowFullDesktop
The full virtual desktop.
Definition: FSPDFObjC.h:1713
FSAppProviderCallbackAppInfoVariation
Application information: variation.
Definition: FSPDFObjC.h:5329
FSWatermarkSettingsFlagShareImageStream
If set, watermarks will share one image stream if these watermarks use the same image or bitmap.
Definition: FSPDFObjC.h:6109
FSAppProviderCallbackStringIDUnknownCaught
Sample message: "Unknown error is caught!".
Definition: FSPDFObjC.h:5349
FSRMSSecurityHandler
Definition: FSPDFObjC.h:6038
-[FSLayerNode getPrintUsage]
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
FSPDFObjectNumber
PDF number object.
Definition: FSPDFObjC.h:1157
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithLine
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:7767
FSLRElementElementTypeTableDataCell
Structure element type: TD, which means "Table data cell" and represents a table cell containing data...
Definition: FSPDFObjC.h:6966
FSActionCallbackAppInfoTypeFormsVersion
Application's forms version information.
Definition: FSPDFObjC.h:3637
FSFontCharsetANSI
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:836
FSTextPageParseTextUseStreamOrder
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:5771
FSRenditionMonitorSpecifierGreatestArea
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:1705
FSLRElementElementTypeTableHeaderGroup
Structure element type: THead, which means "Table header row group" and represents a group of rows th...
Definition: FSPDFObjC.h:6967
-[FSFDFDoc getPDFPath]
NSString * getPDFPath()
Get the path of related PDF document.
FSGraphStateLineJoinMiter
Miter line join type.
Definition: FSPDFObjC.h:770
FSImageTIF
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:1092
FSAppProviderCallbackStringIDArgumentExpectContainer
Sample message: "'%s' argument is expected to be a container".
Definition: FSPDFObjC.h:5402
FSPDFDocDisplayMode
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:4990
FSAppProviderCallbackStringIDArgumentMismatch
Sample message: "Argument mismatch in property or function argument".
Definition: FSPDFObjC.h:5408
FSPDFPageCropBox
Crop Box for page boundary.
Definition: FSPDFObjC.h:4614
FSErrLTVCannotLoadDTS
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:519
FSFontStdIDHelveticaB
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:868
FSAnnotationSummarySettingsTypeSortByAnnotationType
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:7778
FSLRStructureElementAttributeValueEnum
FSLRStructureElementAttributeValueEnum
Enumeration for element general layout attribute enum values.
Definition: FSPDFObjC.h:7078
FSAdditionalActionTriggerAnnotPageOpened
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:2117
FSErrConflict
New data conflicts with existed data.
Definition: FSPDFObjC.h:481
FSRenditionMediaPlayerFitStyleMeet
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:1685
FSPDFPageFlattenNoAnnot
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:4608
FSBitmap
Definition: FSPDFObjC.h:1057
-[FSAction removeAllSubActions]
void removeAllSubActions()
Remove all the sub-actions.
FSDocProviderCallbackSubmitInPDF
The submit data is packaged in PDF format as described in the PDF Reference.
Definition: FSPDFObjC.h:5488
FSStructElementElementInfoTypeExpandedForm
Structure element info type: Expanded Form, which means the expanded form of structure element.
Definition: FSPDFObjC.h:1597
FSSignatureStateVerifyTimestampInvalid
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:4320
FSStructTreeEntity
Definition: FSPDFObjC.h:1580
FSMarkupStateUnmarked
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:2508
FSAppProviderCallbackStringIDValidateLimit
Sample message: "Message limit exceeded. Remaining %d validation errors not reported....
Definition: FSPDFObjC.h:5436
FSRangeOdd
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:801
FSLRStructureElementAttributeValueEnumLowerRoman
Enum value: LowerRoman, which means lowercase roman numerals (i, ii, iii, iv, ...).
Definition: FSPDFObjC.h:7115
FSAppProviderCallbackStringIDCannotModifyValue
Sample message: "Cannot modify the '%s' value".
Definition: FSPDFObjC.h:5378
FSWidgetChoiceOption
Definition: FSPDFObjC.h:5288
FSHTML2PDFSettingDataEncodingFormatCP1257
Encoding foramt: "CP1257".
Definition: FSPDFObjC.h:6776
FSLRStructureElementAttributeTypeRowSpan
Attribute type only for Table: RowSpan, which represents the number of rows in the enclosing table th...
Definition: FSPDFObjC.h:7067
FSMediaSettingsPlayerWindowTypeDockedPage
Window type: a docked page window.
Definition: FSPDFObjC.h:3506
FSMarkupStateMarked
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:2507
FSSearchCallback-p
Definition: FSPDFObjC.h:9599
FSCertVerifyResultReasonPrivilegeWithDrawn
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:7374
FSOutputPreviewShowSmoothShades
If set, only show smooth shades.
Definition: FSPDFObjC.h:7847
-[FSLRGraphicsObjectElement getParentGraphicsObjectElement]
FSLRGraphicsObjectElement * getParentGraphicsObjectElement()
Get the parent graphics object element.
FSHeaderFooterContentGeneratorPageNumberFormatNumberSlashCount
If this is used, "1/n" would be used as the page number format string.
Definition: FSPDFObjC.h:4800
-[FSTimeStampServer getTimeStampMessage]
NSData * getTimeStampMessage()
Get time stamp message.
FSDestinationZoomFitBHorz
Fit the entire width of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:1814
FSFontStdIDCourierBI
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:865
FSSubmitFormActionFlagEmbedForm
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:2005
FSPDFDocDisplayUseNone
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:4991
FSActionNewWindowFlagNone
No "NewWindow" flag.
Definition: FSPDFObjC.h:1874
FSDocProviderCallbackPageViewEventTypeRemoved
Event type: after a page view is removed.
Definition: FSPDFObjC.h:5511
FSDocumentsSource
Definition: FSPDFObjC.h:6322
FSDocProviderCallbackPrintOptionShrinkPage
If set, shrink page to fit within content area.
Definition: FSPDFObjC.h:5480
FSAppProviderCallbackStringIDNotModifyField
String ID for case: Not allow to modify field. Sample message: "You are not allowed to modify this fi...
Definition: FSPDFObjC.h:5346
FSLRElementElementTypeTOC
Structure element type: TOC, which means "Table of contents" and represents a list made up of table o...
Definition: FSPDFObjC.h:6942
FSHTML2PDFSettingDataEncodingFormatX_KDDI_Shift_JIS
Encoding foramt: "X-KDDI-Shift_JIS".
Definition: FSPDFObjC.h:6810
FSCertVerifyResultRevocationReason
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:7364
FSPath
Definition: FSPDFObjC.h:950
-[FSDestination getRight]
float getRight()
Get right position value.
-[FSDestination isTopNull]
BOOL isTopNull()
Check if top value is a null object.
FSPortfolioInitialViewUnknownMode
Unknown initial view mode.
Definition: FSPDFObjC.h:7985
-[FSPDFArray getElementCount]
int getElementCount()
Get the count of elements.
FSErrLTVCannotCheckDTS
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:517
FSImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:6582
FSXFAWidgetWidgetType
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:5599
FSFontCharsetBaltic
Font charset: Baltic.
Definition: FSPDFObjC.h:850
FSColorSpaceICCBasedDeviceRGB
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:652
FSFillerVkeyF4
F4 key.
Definition: FSPDFObjC.h:4025
FSPosTopCenter
Position: top center.
Definition: FSPDFObjC.h:612
FSHTML2PDFSettingDataEncodingFormatLatin4
Encoding foramt: "Latin4".
Definition: FSPDFObjC.h:6745
FSPDFStreamRunLengthDecode
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:1212
FSRichTextStyleCornerMarkNone
Corner mark style: none.
Definition: FSPDFObjC.h:2171
FSAnnotFlagToggleNoView
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:2339
FSHTML2PDFSettingDataEncodingFormatCP866
Encoding foramt: "CP866".
Definition: FSPDFObjC.h:6766
FSPDFPageSizeB5
Page size: B5.
Definition: FSPDFObjC.h:4631
FSAppProviderCallbackStringIDInvalidateChar
Sample message: "Invalidate character '%c'".
Definition: FSPDFObjC.h:5371
FSFillerEventFlagLeftButtonDown
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:4043
FSSearchOptionWordMatchingMatchAllWords
Word matching: match all words.
Definition: FSPDFObjC.h:3559
FSFDFDoc
Definition: FSPDFObjC.h:3082
FSSnappedPointTypeNone
This means the snapped point is invalid.
Definition: FSPDFObjC.h:8013
FSAnnotationSummarySettingsSortType
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:7774
FSTextObject
Definition: FSPDFObjC.h:1467
FSLRElementElementTypeHeading5
Structure element type: H5, which represents heading with level 5.
Definition: FSPDFObjC.h:6956
FSGraphicsObjectTypeFormXObject
Form XObject graphics object.
Definition: FSPDFObjC.h:1368
FSFillerVkey2
2 key.
Definition: FSPDFObjC.h:3972
FSProgressiveFinished
Progress state: progress is finished.
Definition: FSPDFObjC.h:697
FSAnnotType
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:2297
FSPDFDocExtractPagesOptionOCProperties
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:4981
FSFillerVkeyU
U key.
Definition: FSPDFObjC.h:4000
FSPDFPageMediaBox
Media Box for page boundary.
Definition: FSPDFObjC.h:4613
FSAnnotPropertyFillColor
Annotation property: fill color.
Definition: FSPDFObjC.h:2355
FSImageSettingsImageCompressjpeg
Compression mode: jpeg.
Definition: FSPDFObjC.h:6583
FSErrComplianceEngineNotInit
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:510
FSTaggedPDFCallbackReportCategoryTableRow
Report category type: table row.
Definition: FSPDFObjC.h:7246
FSActionCallbackSearchScope
FSActionCallbackSearchScope
Enumeration for search scope.
Definition: FSPDFObjC.h:3677
FSLRStructureElementAttributeType
FSLRStructureElementAttributeType
Enumeration for element general layout attribute types.
Definition: FSPDFObjC.h:7024
FSActionCallbackLanguageCHT
Chinese Traditional.
Definition: FSPDFObjC.h:3620
FSLRStructureElementAttributeTypeTextAlign
Attribute type: TextAlign, which represents the alignment of text and other content within lines of t...
Definition: FSPDFObjC.h:7047
-[FSXFAPage getHeight]
float getHeight()
Get the height of the XFA page.
FSModuleNameConversion
Name for module "Conversion".
Definition: FSPDFObjC.h:631
FSTextPageCharInfo
Definition: FSPDFObjC.h:5745
FSPDFObjectNull
PDF null object.
Definition: FSPDFObjC.h:1163
FSAnnotationSummarySettingsSummaryLayout
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:7766
FSPDFAComplianceVersionPDFA2u
PDF/A-2u.
Definition: FSPDFObjC.h:6443
FSFillerVkeyF9
F9 key.
Definition: FSPDFObjC.h:4030
FSXFAWidgetWidgetTypeRectangle
XFA widget type: rectangle.
Definition: FSPDFObjC.h:5612
FSActionCallbackMailTypeDoc
Mailed data type: document.
Definition: FSPDFObjC.h:3645
FSBorderInfoUnderLine
Border style: Underline.
Definition: FSPDFObjC.h:2203
FSLRStructureElementAttributeValueEnumOverline
Enum value: Overline, which means a line above the text.
Definition: FSPDFObjC.h:7107
FSAppProviderCallbackStringIDMonthNov
String ID for case: Use string in local language for "November".
Definition: FSPDFObjC.h:5433
FSDocProviderCallbackPrintOptionPrintAnnot
If set, print annotations.
Definition: FSPDFObjC.h:5483
FSFillerVkeyO
O key.
Definition: FSPDFObjC.h:3994
FSFillerAssistCallbackPopupMenuItem
FSFillerAssistCallbackPopupMenuItem
Enumeration for popup menu item.
Definition: FSPDFObjC.h:3935
FSMatrix2D
Definition: FSPDFObjC.h:405
FSSignatureFieldMDPActionAll
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4385
-[FSLRStructureElement getParentElement]
FSLRStructureElement * getParentElement()
Get the parent element.
FSHTML2PDFSettingDataMediaStyleScreen
Media style: screen. It means PDF page will be displayed in screen media style.
Definition: FSPDFObjC.h:6818
FSLRStructureElementAttributeTypeFieldDesc
Attribute type only for PrintField: Desc, which represents the alternate name of the field,...
Definition: FSPDFObjC.h:7066
FSPDFDocEncryptRMS
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:4946
FSLRStructureElementAttributeTypePlacement
Attribute type: Placement, which means the positioning of the element with respect to the enclosing r...
Definition: FSPDFObjC.h:7027
FSLRElementElementTypeAnnotContent
Structure element type: AnnotContent, which means annotation content element.
Definition: FSPDFObjC.h:7005
FSPDFDocPwdNoPassword
No password is used in PDF document.
Definition: FSPDFObjC.h:4934
FSHTML2PDFSettingDataEncodingFormatKSC
Encoding foramt: "KSC".
Definition: FSPDFObjC.h:6758
FSMonoImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:6643
FSHTML2PDFSettingDataEncodingFormatHTCHANAKYA
Encoding foramt: "HTCHANAKYA".
Definition: FSPDFObjC.h:6796
FSAppProviderCallbackStringIDArgumentNotArray
Sample message: "'%s' function's %d argument cannot be array".
Definition: FSPDFObjC.h:5401
FSPDFDocUserPermissions
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:4950
FSXFADoc
Definition: FSPDFObjC.h:5540
FSAppProviderCallbackStringIDIllegalContinue
Sample message: "Illegal continue".
Definition: FSPDFObjC.h:5384
FSFontFontTypes
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:879
FSImageSettingsImageCompressQuality
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:6588
FSErrIsAlreadyCDRM
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:498
FSColorSpacePattern
Color space: Pattern.
Definition: FSPDFObjC.h:650
FSCompareResultInfoCompareResultTypeInsertShading
Result type: insert shading.
Definition: FSPDFObjC.h:6487
FSSignatureVerifyResultLTVStateNotEnable
This means LTV is not enabled.
Definition: FSPDFObjC.h:7526
-[FSXFAPage getWidth]
float getWidth()
Get the width.
FSLRElementElementTypeTableRow
Structure element type: TR, which means "Table row" and represents a row of headings or data in a tab...
Definition: FSPDFObjC.h:6964
FSSubmitFormActionFlagExportFormat
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:1995
FSOutputPreviewShowRegistrationColor
If set, only show registration color.
Definition: FSPDFObjC.h:7848
FSWatermarkTextPropertiesFontStyleUnderline
Watermark font style: with underline.
Definition: FSPDFObjC.h:6139
FSSignatureKeyNameLocation
Signature key name: location.
Definition: FSPDFObjC.h:4346
FSAnnotLine
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2302
FSErrCanNotUploadCDRMInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:500
FSErrInvalidACL
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:504
FSLTVVerifierVRICreationTime
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:7498
FSXFAWidgetHitTestArea
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:5592
FSQuadPoints
Definition: FSPDFObjC.h:2229
FSFillerVkeyF7
F7 key.
Definition: FSPDFObjC.h:4028
FSCertVerifyResultLocationNotSet
Location is not set.
Definition: FSPDFObjC.h:7379
FSAppProviderCallbackStringIDIsNotArray
Sample message: "'%s' is not an array".
Definition: FSPDFObjC.h:5398
FSLineCapPos
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:2715
FSErrNoRedactionModuleRight
No "Redaction" module right.
Definition: FSPDFObjC.h:526
FSResponse
Definition: FSPDFObjC.h:7322
FSSignatureDocPermFillingFormAndSigning
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:4379
FSPDFDocDataType
FSPDFDocDataType
Enumeration for data type used to decide which object(s) will be imported from or exported to FDF/XFD...
Definition: FSPDFObjC.h:4999
FSDocProviderCallbackTextEncodingISO8859NN
Text encoding: ISO8859NN.
Definition: FSPDFObjC.h:5501
FSPathPointType
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:942
FSBitmapDIBRgb565
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:1048
FSLayerTreeStateON
The state is ON.
Definition: FSPDFObjC.h:3819
FSPointFArray
An array of PointF objects.
Definition: FSPDFObjC.h:252
FSAnnotPropertyCreationDate
Annotation property: creation date.
Definition: FSPDFObjC.h:2353
FSFillerAssistCallbackPopupMenuItemDelete
Popup menu item: "Delete".
Definition: FSPDFObjC.h:3940
FSSignatureStateNoSignData
Signature does not have any data for signing.It means that there is not "V" entry in the signature di...
Definition: FSPDFObjC.h:4300
FSButtonItem
Definition: FSPDFObjC.h:3203
FSMarkupMeasureType
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:2530
FSErrNoOCRModuleRight
No "OCR" module right.
Definition: FSPDFObjC.h:528
FSImageSettingsImageCompressQualityLow
Compression quality: Low.
Definition: FSPDFObjC.h:6590
FSErrInvalidState
Invalid or incorrect state.
Definition: FSPDFObjC.h:487
FSAdditionalActionTriggerAnnotPageClosed
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:2118
-[FSMediaPlayerCallback-p close]
void close()
A callback function to close the media player.
FSReflowPageNormal
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:5257
-[FSLRElement stringifyType]
NSString * stringifyType()
Convert type (enum value) of current element to a short and memorable string (text) representation.
FSImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:6598
FSAnnotMKEntryBorderColor
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:2360
FSGraphStateLineJoinBevel
Bevel line join type.
Definition: FSPDFObjC.h:772
-[FSPDFNumberTree removeAllObjs]
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
FSRevocationArrayInfo
Definition: FSPDFObjC.h:7453
FSActionType
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:1849
FSBitmapDIB1bpp
DIB format: 1bpp format, two color RGB bitmap.It does not support format conversion and rendering.
Definition: FSPDFObjC.h:1039
FSDefaultAppearanceFlagTextColor
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2146
FSPrintParamsPageOrderVertical
Page Order type: pages are placed from top to bottom, from left to right.
Definition: FSPDFObjC.h:3404
FSRenditionMediaPlayerNotUsed
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:1681
FSPDFPageSizeLetter
Page size: letter.
Definition: FSPDFObjC.h:4621
FSWidget
Definition: FSPDFObjC.h:2888
FSMonoImageSettingsStretchMode
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:6638
FSFillerVkeyF12
F12 key.
Definition: FSPDFObjC.h:4033
FSLRStructureElementAttributeTypeEndIndent
Attribute type: EndIndent, which represents the distance from the end edge of the BLSE to that of the...
Definition: FSPDFObjC.h:7045
-[FSTextSearch getMatchSentence]
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
FSAnnotAppearanceTypeRollover
Annotation's rollover appearance.
Definition: FSPDFObjC.h:2384
FSWidgetMenu
Definition: FSPDFObjC.h:5700
FSAnnotationSummaryCallback-p
Definition: FSPDFObjC.h:10705
FSSignatureFieldMDPActionInclude
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4386
FSErrNoMicroOfficeInstalled
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:534
FSHTML2PDFSettingDataEncodingFormatLatin6
Encoding foramt: "Latin6".
Definition: FSPDFObjC.h:6747
FSRendererColorModeMapping
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:2982
FSFontCharsetGreek
Font charset: Greek.
Definition: FSPDFObjC.h:846
FSFillerVkeyTab
Tab key.
Definition: FSPDFObjC.h:3949
FSOptimizerSettingsDiscardObjectsFormActions
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:6691
FSTextFillSignObject
Definition: FSPDFObjC.h:7625
FSLRStructureElementAttributeTypeHeight
Attribute type: Height, which represents the height of the element's content rectangle.
Definition: FSPDFObjC.h:7033
FSSound
Definition: FSPDFObjC.h:2951
FSModuleNameTableMaker
Name for module "TableMaker".
Definition: FSPDFObjC.h:634
FSLRElementElementTypeHeading2
Structure element type: H2, which represents heading with level 2.
Definition: FSPDFObjC.h:6953
FSPagingSealConfigPagingSealStyleOneSignature
Only add one signature. This signature is used for signature and verification and will be hidden in t...
Definition: FSPDFObjC.h:4523
FSErrDeviceLimitation
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:493
FSAnnotFileAttachment
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2315
FSAnnotPrinterMark
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2320
FSTaggedPDFCallbackReportCategoryParagraph
Report category type: paragraph.
Definition: FSPDFObjC.h:7242
FSFieldTypeListBox
Form field type: list box.
Definition: FSPDFObjC.h:4156
FSMarkupEndingStyleSquare
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2519
FSLRStructureElementAttributeTypeWritingMode
Attribute type: WritingMode, which means the directions of layout progression for packing of ILSEs (i...
Definition: FSPDFObjC.h:7029
FSAnnotMKRelationCaptionAboveIcon
Caption above the icon.
Definition: FSPDFObjC.h:2376
FSFillerEventFlagAltKey
Event flag: "Alt" key.
Definition: FSPDFObjC.h:4039
FSLRElementElementTypeListItem
Structure element type: LI, which means "List item" and represents an individual member of a list.
Definition: FSPDFObjC.h:6960
FSHeaderFooterContentGeneratorPageNumberFormatNumberOfCount
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4799
FSRenditionMonitorSpecifier
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:1700
-[FSFiller onSelectAll]
BOOL onSelectAll()
Call this function when the popup menu item "Select All" is down.
FSFloatingInfoRelativeTargetAppWindow
Relative type: align the floating window relative to the application window.
Definition: FSPDFObjC.h:3466
FSPSI
Definition: FSPDFObjC.h:5220
FSAppProviderCallbackStringIDUnableSetReady
Sample message: "Unable to set the value for property 'ready'".
Definition: FSPDFObjC.h:5363
FSAnnotWatermark
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2322
FSModuleNameCompliance
Name for module "Compliance".
Definition: FSPDFObjC.h:629
FSAppProviderCallbackStringIDUnableSetLanguage
Sample message: "Unable to set the value for property 'language'".
Definition: FSPDFObjC.h:5357
FSEmbeddedFontData
Definition: FSPDFObjC.h:4899
FSActionTypeNamed
Action type: named action.
Definition: FSPDFObjC.h:1860
FSLRStructureElementAttributeValueEnumDouble
Enum value: Double, which means the border is two solid lines.
Definition: FSPDFObjC.h:7096
FSCertificateSecurityCallback-p
Definition: FSPDFObjC.h:9676
FSLRStructureElementAttributeValueEnumInset
Enum value: Inset, which means the border makes the entire box look as though it were embedded in the...
Definition: FSPDFObjC.h:7099
FSWatermarkSettings
Definition: FSPDFObjC.h:6114
FSLRStructureElementAttributeTypeBaselineShift
Attribute type: BaselineShift, which means the distance by which the element's baseline is shifted re...
Definition: FSPDFObjC.h:7052
FSDocViewerPrefsHideWindowUI
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:5158
-[FSPointFArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSFontCharsetTurkish
Font charset: Turkish.
Definition: FSPDFObjC.h:847
FSNote
Definition: FSPDFObjC.h:2575
FSSignatureCallbackCertInvalidPassword
Certificate's password is wrong.
Definition: FSPDFObjC.h:4456
FSFontCharsetEastEurope
Font charset: Eastern European.
Definition: FSPDFObjC.h:844
FSRenditionMonitorSpecifierLargest
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:1701
FSLRStructureElement
Definition: FSPDFObjC.h:7163
FSOutputPreviewShowAll
If set, show all.
Definition: FSPDFObjC.h:7827
FSAppProviderCallbackStringIDMonthDec
String ID for case: Use string in local language for "December".
Definition: FSPDFObjC.h:5434
FSImageJBIG2
Image type is JBIG2.
Definition: FSPDFObjC.h:1094
FSHTML2PDFSettingDataEncodingFormatX_DoCoMo_Shift_JIS
Encoding foramt: "X-DoCoMo-Shift_JIS".
Definition: FSPDFObjC.h:6811
FSFillerVkeyE
E key.
Definition: FSPDFObjC.h:3984
FSActionCallbackJSMediaPlayerStateClose
media player state: Close.
Definition: FSPDFObjC.h:3658
-[FSBitmap getFormat]
FSBitmapDIBFormat getFormat()
Get bitmap format.
FSDRMSecurityCallback-p
Definition: FSPDFObjC.h:9698
FSErrNoConversionModuleRight
No "Conversion" module right.
Definition: FSPDFObjC.h:532
FSLocaleIDUnspecified
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:657
FSAppProviderCallbackStringIDWeekDayTue
String ID for case: Use string in local language for "Tuesday".
Definition: FSPDFObjC.h:5418
FSActionCallbackLanguageNOR
Norwegian.
Definition: FSPDFObjC.h:3630
FSRenditionActionOpTypeAssociate
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:2075
FSSignatureKeyNameContactInfo
Signature key name: contact information.
Definition: FSPDFObjC.h:4348
FSPDFPageSizeA3
Page size: A3.
Definition: FSPDFObjC.h:4624
FSLRElementElementTypeRuby
Structure element type: Ruby, which represents the wrapper around the entire ruby assembly.
Definition: FSPDFObjC.h:6978
FSLRElementElementTypeHeading1
Structure element type: H1, which represents heading with level 1.
Definition: FSPDFObjC.h:6952
FSLRStructureElementAttributeTypeColor
Attribute type: Color, which represents the color to be used for drawing text and the default value f...
Definition: FSPDFObjC.h:7041
FSXFAWidgetWidgetvAlignTypeMiddle
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:5645
FSLocaleIDNetherlands
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:660
FSXFAWidgetWidgetEdgePositionBottom
Egde position: bottom.
Definition: FSPDFObjC.h:5651
FSAnnot
Definition: FSPDFObjC.h:2388
FSFontStyles
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:823
FSCombinationCombineDocsOptions
FSCombinationCombineDocsOptions
Enumeration for options used for combining PDF files.
Definition: FSPDFObjC.h:7684
FSGraphicsObjectTypeText
Text graphics object.
Definition: FSPDFObjC.h:1364
FSDocViewerPrefsFitWindow
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:5159
FSDocProviderCallbackTextEncoding
FSDocProviderCallbackTextEncoding
Enumeration for text encoding for XFA submit.
Definition: FSPDFObjC.h:5494
FSRenditionMediaPlayerFitStyleFill
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:1687
FSFileFormatTypeFDF
File format type: FDF.
Definition: FSPDFObjC.h:669
FSTaggedPDFCallbackReportCategoryTableHeader
Report category type: table header.
Definition: FSPDFObjC.h:7247
FSMarkupEndingStyleDiamond
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2521
FSLRElementElementTypeArt
Structure element type: Art, which means "Article" and represents a relatively self-contained body of...
Definition: FSPDFObjC.h:6937
FSControl
Definition: FSPDFObjC.h:4256
FSBitmapBicubic
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1054
FSImageType
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:1085
FSSOAPResponseInfo
Definition: FSPDFObjC.h:3358
-[FSDestination getLeft]
float getLeft()
Get left position value.
FSSignatureLabelNameLocation
Signature label name for location.
Definition: FSPDFObjC.h:4392
FSRenditionMonitorSpecifierPrimary
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:1703
FSMenuList
Definition: FSPDFObjC.h:3144
FSGraphicsObjectBlendLuminosity
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:1359
FSRenditionFloatingWindowRelatedWindowType
FSRenditionFloatingWindowRelatedWindowType
Enumeration for the type of floating window's related window.
Definition: FSPDFObjC.h:1710
-[FSInt32Array init]
id init()
Constructor.
-[FSLRStructureElement getChildCount]
int getChildCount()
Get the count of children elements.
FSMarkupMeasureTypeA
Measurement of area.
Definition: FSPDFObjC.h:2534
FSPDFPageSizeA5
Page size: A5.
Definition: FSPDFObjC.h:4626
FSSignatureKeyNameText
Signature key name: text content.
Definition: FSPDFObjC.h:4350
FSPageLabelsUpperRomanNums
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:5191
FSMonoImageSettingsImageCompressCCITT3
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:6625
FSPagingSealConfig
Definition: FSPDFObjC.h:4526
-[FSPointFArray init]
id init()
Constructor.
FSTimeStampServerSendResultFailToRequest
Fail to request during sending request process.
Definition: FSPDFObjC.h:4494
FSAppProviderCallbackStringIDInvalidEnumerate
Sample message: "Invalid enumerated value: %s".
Definition: FSPDFObjC.h:5409
-[FSBitmap getBuffer]
NSData * getBuffer()
Get bitmap buffer.
FSHTML2PDFSettingDataEncodingFormatGBK
Encoding foramt: "GBK".
Definition: FSPDFObjC.h:6785
FSFillerVkeyNumpad3
3 key in the numeric keypad.
Definition: FSPDFObjC.h:4009
-[FSLayerNode isLocked]
BOOL isLocked()
Check if current layer node is locked.
FSLRElementElementTypeListBody
Structure element type: LBody, which means "List body" and reprsents the descriptive content of a lis...
Definition: FSPDFObjC.h:6962
FSFileFormatType
FSFileFormatType
Enumeration for file format type.
Definition: FSPDFObjC.h:668
FSOptimizerSettingsDiscardUserDataFileAttchments
Discard file attachments.
Definition: FSPDFObjC.h:6706
FSAppProviderCallbackStringIDWeekDayWed
String ID for case: Use string in local language for "Wednesday".
Definition: FSPDFObjC.h:5419
FSErrNoTableMakerModuleRight
No "TableMaker" module right.
Definition: FSPDFObjC.h:541
-[FSAction getSubActionCount]
int getSubActionCount()
Get the count of sub-actions.
FSLRElementElementTypeWarichuPunc
Structure element type: WP, which means "Warichu punctuation" and represents the punctuation that sur...
Definition: FSPDFObjC.h:6984
-[FSStructElement getStructureTypeName]
NSString * getStructureTypeName()
Get structure type name.
FSHTML2PDFSettingDataEncodingFormatLatin3
Encoding foramt: "Latin3".
Definition: FSPDFObjC.h:6744
FSComplianceProgressCallback-p
Definition: FSPDFObjC.h:10461
FSOptimizerSettingsDiscardObjectsEmbeddedSearchIndex
Discard embedded search index.
Definition: FSPDFObjC.h:6699
FSAppProviderCallbackStringIDWeekDayThu
String ID for case: Use string in local language for "Thursday".
Definition: FSPDFObjC.h:5420
FSAppProviderCallbackStringIDUnsupportMethod
Sample message: "Unsupported method %s.".
Definition: FSPDFObjC.h:5353
FSHTML2PDFSettingDataEncodingFormatX_TAM_ELANGO
Encoding foramt: "X-TAM-ELANGO".
Definition: FSPDFObjC.h:6804
FSAppProviderCallbackStringIDValidateNumberError
Sample message: "Illegal value:cannot assign '%s' to %s.".
Definition: FSPDFObjC.h:5441
-[FSStructMarkedContent getStmOwnerDict]
FSPDFDictionary * getStmOwnerDict()
Get PDF dictionary of content stream owner.
FSNoteArray
Definition: FSPDFObjC.h:2480
FSImageSettingsImageCompressQualityMedium
Compression quality: Medium.
Definition: FSPDFObjC.h:6591
-[FSSnappedPoint getPoint]
FSPointF * getPoint()
Get the point value.
FSActionCallbackJSMediaPlayerState
FSActionCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3656
-[FSWidgetMenu delete]
BOOL delete()
Delete all the text of related XFA widget.
FSLRElementElementTypeSpan
Structure element type: Span, which represents a generic inline portion of text having no particular ...
Definition: FSPDFObjC.h:6970
FSRotation90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:592
FSMenuItemEx
Definition: FSPDFObjC.h:3161
FSPrintParamsBookletDuplexMode
FSPrintParamsBookletDuplexMode
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3388
FSFillerVkeyUnknown
An unknown key.
Definition: FSPDFObjC.h:3947
-[FSFormXObject getStream]
FSPDFStream * getStream()
Get stream.
FSBarcodeQRCorrectionLevelMedium
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1137
FSShadingObject
Definition: FSPDFObjC.h:1511
FSSignatureStateVerifyIssueExpire
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:4314
FSLRElementElementTypeCode
Structure element type: Code, which represents a fragment of computer program text.
Definition: FSPDFObjC.h:6975
FSErrNoRights
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:491
FSFillerVkeyA
A key.
Definition: FSPDFObjC.h:3980
FSOptimizerSettingsCleanUpOptions
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:6683
FSSignatureAPFlagDN
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:4335
FSLRStructureElementAttributeValueEnumOutset
Enum value: Outset, which means the border makes the entire box look as though it were coming out of ...
Definition: FSPDFObjC.h:7100
FSGraphicsObjectArray
Definition: FSPDFObjC.h:1289
FSDestination
Definition: FSPDFObjC.h:1818
FSColorSpaceRenderIntentSaturation
Rendering intent: Saturation.
Definition: FSPDFObjC.h:998
-[FSDestination getZoomMode]
FSDestinationZoomMode getZoomMode()
Get the zoom mode.
FSDestinationZoomFitHorz
Fit the entire width of the page within the display area when display the page.
Definition: FSPDFObjC.h:1810
FSErrNeedSigned
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:520
FSFillerVkeyNumpad2
2 key in the numeric keypad.
Definition: FSPDFObjC.h:4008
FSAnnotMKEntryIconCaptionRelation
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:2369
FSTextSearchSearchNotMatchFullWidth
If set, to ignore full-width characters and treat all characters as standard ASCII or standard-width ...
Definition: FSPDFObjC.h:5809
FSBitmapDIBAbgr
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:1047
FSErrNoAccessibilityModuleRight
No "Accessibility" module right.
Definition: FSPDFObjC.h:539
FSAnnotHighlightingPush
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:2347
FSMonoImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:6644
FSAlignmentCenter
Center alignment.
Definition: FSPDFObjC.h:600
FSXFADocExportDataType
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:5534
FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYYYY
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4780
FSTextStateModeFillStroke
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:1418
FSPDFDocPermPrintHigh
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:4958
FSFloatArray
An array of float values.
Definition: FSPDFObjC.h:273
FSLRStructureElementAttributeValueEnumRow
Enum value: Row, which means row of a table.
Definition: FSPDFObjC.h:7128
FSDocViewerPrefsHideMenubar
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:5157
FSAnnotUnknownType
Annotation type: unknown.
Definition: FSPDFObjC.h:2298
FSPDFStream
Definition: FSPDFObjC.h:1220
FSScreen
Definition: FSPDFObjC.h:2776
FSStructObjectContentStructObjectTypeForm
Form object.
Definition: FSPDFObjC.h:1635
FSPDFDocSaveFlagNormal
Save document normally, without using any special flag.
Definition: FSPDFObjC.h:4962
-[FSLRStructureElement getSupportedAttributeCount]
int getSupportedAttributeCount()
Get supported attribute count.
FSAppProviderCallbackStringIDInvalidateLeftValue
Sample message: "Invalidate left-value '%s'".
Definition: FSPDFObjC.h:5376
FSTextMarkup
Definition: FSPDFObjC.h:2591
FSOptimizerSettingsOptimizerUnembeddedFonts
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:6679
FSAppProviderCallbackStringIDInvalidPropertySetOperation
String ID for case: Some setting operation to property is invalid. Sample message: "Invalid property ...
Definition: FSPDFObjC.h:5355
FSStdSecurityHandlerModifyFlag
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:5907
FSAdditionalActionTriggerAnnotMouseButtonPressed
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:2113
FSSignatureLabelNameDN
Signature key name for distinguish name.
Definition: FSPDFObjC.h:4395
-[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:1022
FSMonoImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:6640
FSHTML2PDFSettingDataEncodingFormatCP1256
Encoding foramt: "CP1256".
Definition: FSPDFObjC.h:6775
FSXFAWidgetWidgetTypeChoiceList
XFA widget type: choice list.
Definition: FSPDFObjC.h:5607
FSPageLabelsDecimalNums
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:5190
FSPDFDocPermExtract
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:4953
FSAppProviderCallbackStringIDExpectedNumber
Sample message: "Expected number instead of '%s'".
Definition: FSPDFObjC.h:5394
FSFormCombination
Definition: FSPDFObjC.h:7741
FSActionCallbackJSMailResultFailed
Mailed result: mail failed.
Definition: FSPDFObjC.h:3672
FSAnnotationSummaryCallbackAnnotationSummaryStringIDDate
Annotations summary string ID: specify the prefix when date information is outputed in result documen...
Definition: FSPDFObjC.h:7754
-[FSFiller killFocus]
BOOL killFocus()
Kill focus from form.
FSBitmapDIBInvalid
Invalid DIB format.
Definition: FSPDFObjC.h:1038
FSCertVerifyResultLocationSignature
Response information is found in signature content.
Definition: FSPDFObjC.h:7381
FSAnnotStrikeOut
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2310
FSSubmitFormActionFlagExclFKey
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:2004
FSLRElementElementTypeNonStruct
Structure element type: NonStruct, which means "Nonstructural element" and represents a grouping elem...
Definition: FSPDFObjC.h:6948
FSFont
Definition: FSPDFObjC.h:886
FSBookmarkPosFirstSibling
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:3697
-[FSTextFillSignObject getTextDataArray]
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
FSGraphicsObjectBlendOverlay
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:1347
FSSignatureSignatureTypePagingSeal
Signature type: paging seal.
Definition: FSPDFObjC.h:4364
FSPagingSealConfigPagingSealPosition
FSPagingSealConfigPagingSealPosition
Enumeration for paging seal position.
Definition: FSPDFObjC.h:4514
FSAnnotationSummarySettingsTypeSortByPage
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:7777
FSGraphicsObjectsTextMergeBTET
Merge consecutive BTETs as a new one.
Definition: FSPDFObjC.h:4568
FSRenditionMediaPermTempNever
Never allowed.
Definition: FSPDFObjC.h:1672
FSLayerTreeUsageState
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:3818
FSSignatureStateVerifyTimestampIssueValid
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:4323
FSLRStructureElementAttributeTypeStartIndent
Attribute type: StartIndent, which represents the distance from the start edge of the reference area ...
Definition: FSPDFObjC.h:7044
FSHTML2PDFSettingDataEncodingFormatCP1252
Encoding foramt: "CP1252".
Definition: FSPDFObjC.h:6771
FSAnnotationSummarySettingsTypeSortByAuthor
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:7775
FSUInt32Array
An array of unsigned integer values.
Definition: FSPDFObjC.h:315
FSLineCapPosInline
Definition: FSPDFObjC.h:2716
FSLRElementElementTypeFENote
Structure element type: FENote (PDF 2.0), which is used to markup footnotes and endnotes.
Definition: FSPDFObjC.h:6947
FSPagingSealSignaturePagingSealAPState
FSPagingSealSignaturePagingSealAPState
Enumeration for paging seal signature state to set appearance.
Definition: FSPDFObjC.h:4545
-[FSImage getType]
FSImageType getType()
Get image type.
FSFullTextSearchRankNone
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:6335
FSLRStructureElementAttributeTypeTextIndent
Attribute type: TextIndent, which represents the additional distance from the start edge of the BLSE,...
Definition: FSPDFObjC.h:7046
FSActionTypeImportData
Action type: import-data action.
Definition: FSPDFObjC.h:1863
-[FSResultInformation getFixupDataCount]
int getFixupDataCount()
Get count of fixup data.
-[FSActionCallback-p isCurrentDocOpenedInBrowser]
BOOL isCurrentDocOpenedInBrowser()
A callback function to get the flag specifies whether current document is opened in browser.
FSBarcodeQRErrorCorrectionLevel
FSBarcodeQRErrorCorrectionLevel
Enumeration for format error correction level of QR Code.
Definition: FSPDFObjC.h:1135
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithLine
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:7768
-[FSIconProviderCallback-p getProviderID]
NSString * getProviderID()
A callback function used to get provider ID.
FSPrintParamsBookletBindingRight
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3395
FSPDFDocPermExtractAccess
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:4956
FSRendererColorModeMappingGray
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:2981
FSXFAWidgetWidgethAlignTypeRadix
Align the radix indicator.
Definition: FSPDFObjC.h:5638
-[FSInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSErrNoPDF2OfficeModuleRight
No "PDF2Office" module right.
Definition: FSPDFObjC.h:544
FSActionTypeThread
Action type: thread action.
Definition: FSPDFObjC.h:1855
FSSignatureStateSigned
Signed signature.
Definition: FSPDFObjC.h:4302
FSHTML2PDFSettingDataEncodingFormatX_SoftBank_Shift_JIS
Encoding foramt: "X-SoftBank-Shift_JIS".
Definition: FSPDFObjC.h:6812
FSSignatureAPFlags
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:4330
FSSubmitFormActionFlagIncludeAnnotations
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:2000
FSOptimizerSettingsCleanUpUseFlateInsteadOfLZW
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:6685
FSCertVerifyResultCertStatusRevoked
This means certificate is revoked.
Definition: FSPDFObjC.h:7359
FSPortfolioInitialViewTileMode
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:7987
FSPDFObjectStream
PDF stream object.
Definition: FSPDFObjC.h:1162
FSLRStructureElementAttributeTypeColumnWidths
Attribute type: ColumnWidths, which represents the desired width of the columns, measured in the inli...
Definition: FSPDFObjC.h:7062
FSHTML2PDFSettingDataEncodingFormatX_SoftBank_ISO_2022_JP
Encoding foramt: "X-SoftBank-ISO-2022-JP".
Definition: FSPDFObjC.h:6814
FSBookmarkStyleBold
Show bookmark title as bold text.
Definition: FSPDFObjC.h:3689
FSCertVerifyResultReasonKeyCompromise
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:7367
FSActionCallbackLanguageSVE
Swedish.
Definition: FSPDFObjC.h:3633
FSCertVerifyResultLocationOnline
Response information is got by online request.
Definition: FSPDFObjC.h:7382
FSTimeStampServerSendResultFailToGetData
Fail to get data during sending request process.
Definition: FSPDFObjC.h:4495
-[FSFont getAscent]
int getAscent()
Get the ascent value, in 1/1000 of em size (PDF units).
FSTimeStampServerSendResultFailToConnect
Fail to connect during sending request process.
Definition: FSPDFObjC.h:4491
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
Enumeration for encoding format used for converting HTML to PDF.
Definition: FSPDFObjC.h:6740
FSAppProviderCallbackMsgBtnTypeYesNo
Message box button: Yes and No.
Definition: FSPDFObjC.h:5459
FSLRStructureElementAttributeValueEnumOther
Enum value: Other (PDF 2.0).
Definition: FSPDFObjC.h:7144
FSRotationUnknown
Unknown rotation.
Definition: FSPDFObjC.h:595
FSActionCallbackLanguageUnknown
Unknown language.
Definition: FSPDFObjC.h:3618
FSPDFNumberTreePageLabels
"PageLabels" number tree.
Definition: FSPDFObjC.h:1552
FSCertVerifyResultLocationDSS
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:7380
FSAnnotMKEntryDownCaption
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:2364
FSLRStructureElementAttributeValueEnumInline
Enum value: Inline, which means the placement for attributes Placement/RubyPosition.
Definition: FSPDFObjC.h:7081
FSLayerContextUsageView
Use for a viewer.
Definition: FSPDFObjC.h:3859
-[FSImage getHeight]
int getHeight()
Get image height.
FSReadingBookmark
Definition: FSPDFObjC.h:5241
FSRenditionFloatingWindowRelatedWindowDocument
The document window.
Definition: FSPDFObjC.h:1711
-[FSWidgetMenu canDeSelect]
BOOL canDeSelect()
Check if the selection of the text in related XFA widget can be canceled.
FSPortfolioNodeTypeUnknown
Unknown portfolio node type.
Definition: FSPDFObjC.h:7879
FSLRStructureElementAttributeTypeRubyAlign
Attribute type: RubyAlign, which represents the justification of the lines within a ruby assembly.
Definition: FSPDFObjC.h:7057
FSErrCanNotRemoveSecurityFromServer
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:494
-[FSXFAPage getIndex]
int getIndex()
Get index of the XFA page.
FSLRElementElementTypeTOCI
Structure element type: TOCI, which means "Table of contents item" and represents an individual membe...
Definition: FSPDFObjC.h:6943
FSSecurityHandlerCipherType
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:5870
FSOptimizerSettingsOptimizerDiscardUserData
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:6680
FSActionCallbackJSFieldValueChangeType
FSActionCallbackJSFieldValueChangeType
Enumeration for javascript field value change type.
Definition: FSPDFObjC.h:3650
FSAnnotationSummarySettingsFontSizeLarge
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:7784
FSColorSpaceICCBasedDeviceCMYK
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:653
FSLRElementElementTypeParagraph
Structure element type: P, which means "Paragraph" and represents a low-level division of text.
Definition: FSPDFObjC.h:6950
FSTimeStampCallback-p
Definition: FSPDFObjC.h:10132
FSSignaturePAdESLevelBLT
PAdES level: B-LT.
Definition: FSPDFObjC.h:4372
FSFloatingInfo
Definition: FSPDFObjC.h:3483
FSRenditionFloatingWindowOffscreenEventMoveResize
Move or resize.
Definition: FSPDFObjC.h:1725
FSSoundSampleEncodingFormatRaw
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:2945
FSGraphStateLineCapRound
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:765
FSActionCallbackLayoutModeSinglePage
Layout mode: single page.
Definition: FSPDFObjC.h:3665
FSAppProviderCallbackStringIDUndefineIdentifier
Sample message: "Undefined identifier '%s'".
Definition: FSPDFObjC.h:5375
FSXFAWidgetWidgetNameType
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:5627
FSAnnotNote
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:2299
FSSOAPRequestProperties
Definition: FSPDFObjC.h:3334
FSComparisonCompareTypeAll
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:6550
FSAnnotScreen
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2319
FSFieldFlagTextPassword
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:4168
FSSubmitFormActionFlags
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:1992
FSTabOrderMgrOrderType
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:6059
FSModuleNameAccessibility
Name for module "Accessibility".
Definition: FSPDFObjC.h:633
-[FSLayerContext reset]
BOOL reset()
Reset current layer context, back to the initialized state.
FSSignatureLabelNameProducer
Signature key name for producer name.
Definition: FSPDFObjC.h:4396
FSLRElementElementTypeHeading3
Structure element type: H3, which represents heading with level 3.
Definition: FSPDFObjC.h:6954
FSLRElementElementTypeImageObject
Structure element type: ImageObject, which means image graphics object element.
Definition: FSPDFObjC.h:6994
-[FSActionCallback-p getUntitledBookmarkName]
NSString * getUntitledBookmarkName()
A callback function to get the new name for an untitled bookmark.
-[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.
FSAppProviderCallbackMsgBtnTypeOKCancel
Message box button: OK and Cancel.
Definition: FSPDFObjC.h:5458
FSLRStructureElementAttributeTypeBorderColor
Attribute type: BorderColor, which represents the color of the border drawn on the edges of a table c...
Definition: FSPDFObjC.h:7035
FSDocProviderCallbackTextEncodingGBK
Text encoding: GBK.
Definition: FSPDFObjC.h:5498
FSSnapPointMgrFlagIntersectionPoint
If set, that means to get the intersection of two intersecting paths.
Definition: FSPDFObjC.h:8036
-[FSSound getFileSpec]
FSFileSpec * getFileSpec()
Get the file specification object which represents an external sound file.
-[FSSignatureCallback-p isNeedPadData]
BOOL isNeedPadData()
A callback function used to check whether to return all contents with padding zero or not,...
FSAnnotFreeText
Annotation type: free text annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2301
FSMarkupEndingStyleClosedArrow
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:2523
FSAppProviderCallbackStringIDCalcOverride
Sample message: "Calculate Override".
Definition: FSPDFObjC.h:5344
FSAppProviderCallbackStringIDViolateBoundary
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5414
FSLRElementElementTypeImageContent
Structure element type: ImageContent, which means image content element.
Definition: FSPDFObjC.h:7002
FSRangeAll
All the indexes within a range will be used.
Definition: FSPDFObjC.h:799
FSAppProviderCallbackAppInfoType
Application information: type.
Definition: FSPDFObjC.h:5331
FSFillerVkeyQ
Q key.
Definition: FSPDFObjC.h:3996
FSCompareResultInfoCompareResultTypeDeleteText
Result type: delete text.
Definition: FSPDFObjC.h:6477
FSAnnotationSummarySettingsSummaryLayoutAnnotationOnly
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:7769
FSTableCellData
Definition: FSPDFObjC.h:6243
FSAlignment
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:598
FSErrCanNotGetACL
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:495
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYYYY
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4778
-[FSLRContentElement getBBox]
FSRectF * getBBox()
Get bounding box.
FSActionCallbackAppInfoTypeAppVersion
Application's app version information.
Definition: FSPDFObjC.h:3641
FSHitDataCheckSeverityInfo
Info severity.
Definition: FSPDFObjC.h:6399
FSLRStructureElementAttributeValueEnumUnordered
Enum value: Unordered (PDF 2.0), which means unordered list with unspecified bullets.
Definition: FSPDFObjC.h:7118
-[FSPath getPointCount]
int getPointCount()
Get the count of points.
FSActionCallbackLayoutModeFacing
Layout mode: two pages.
Definition: FSPDFObjC.h:3667
FSPortfolioFolderNode
Definition: FSPDFObjC.h:7915
FSXFAWidgetPresenceUnknown
Presence property: Unknown.
Definition: FSPDFObjC.h:5620
FSErrCanNotUploadDocInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:499
FSXFAWidgetWidgetNameTypeFullName
Name type: full name.
Definition: FSPDFObjC.h:5630
FSFieldFlagChoiceMultiSelect
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:4174
FSTimeStampServerSendResultOutOfMemory
Out of memory during sending request process.
Definition: FSPDFObjC.h:4496
FSPortfolioNodeArray
Definition: FSPDFObjC.h:7895
FSCertVerifyResultCertStatusValid
This means certificate is valid.
Definition: FSPDFObjC.h:7358
-[FSFloatArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSStamp
Definition: FSPDFObjC.h:2761
-[FSInt32Array removeAll]
void removeAll()
Clean up the array.
FSSignatureCallbackCertInvalidPath
Certificate's path is wrong.
Definition: FSPDFObjC.h:4457
FSAppProviderCallbackStringIDNotFoundProperty
Sample message: "Cannot find property '%s'".
Definition: FSPDFObjC.h:5389
FSAppProviderCallbackStringIDExpectedString
Sample message: "Expected '%s' instead of '%s'".
Definition: FSPDFObjC.h:5370
FSAnnotMKRelationCaptionBelowIcon
Caption below the icon.
Definition: FSPDFObjC.h:2375
FSPrintParamsBookletBindingRightTall
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3398
FSActionCallbackMailTypeForm
Mailed data type: form.
Definition: FSPDFObjC.h:3646
FSAction
Definition: FSPDFObjC.h:1877
FSPDFNameTreeDests
"Dests" name tree.
Definition: FSPDFObjC.h:1522
FSBookmarkPosNextSibling
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:3696
FSHTML2PDFSettingDataEncodingFormatCP1250
Encoding foramt: "CP1250".
Definition: FSPDFObjC.h:6769
FSFillSignFillSignObjectTypeCheckMark
Check mark fill-sign object.
Definition: FSPDFObjC.h:7585
FSHeaderFooterContentGeneratorDateFormatYYHyphenMMHyphenDD
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4793
FSXFAWidgetWidgetvAlignTypeBottom
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:5644
FSGraphicsObjectTypePath
Path graphics object.
Definition: FSPDFObjC.h:1365
FSFillerVkeyF3
F3 key.
Definition: FSPDFObjC.h:4024
FSXFAWidgetWidgetTypeExclGroup
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:5615
FSPDFPageSize
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:4620
FSAppProviderCallbackStringIDErrorMessage
Sample message: "%s : %s".
Definition: FSPDFObjC.h:5405
FSAppProviderCallbackStringIDUnableSetValidationsValue
Sample message: "Unable to set the value for property 'variation'".
Definition: FSPDFObjC.h:5361
FSFillerVkeyF10
F10 key.
Definition: FSPDFObjC.h:4031
FSAnnotCircle
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2304
FSLRElementElementTypePart
Structure element type: Part, which represents a large-scale division of a document.
Definition: FSPDFObjC.h:6936
FSCompareResultInfoCompareResultTypeDeleteShading
Result type: delete shading.
Definition: FSPDFObjC.h:6486
FSTaggedPDFCallbackReportCategoryTable
Report category type: table.
Definition: FSPDFObjC.h:7245
-[FSWidgetMenu clearStyle]
BOOL clearStyle()
(Only useful for rich text) Clear the style of the rich text.
FSActionCallbackJSMediaPlayerStatePlaying
media player state: Playing.
Definition: FSPDFObjC.h:3659
FSSecurityHandlerCipherAES
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:5873
FSBarcodeFormatCode39
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1125
FSGraphicsObjectsTextMergeOption
FSGraphicsObjectsTextMergeOption
Enumeration for text merge.
Definition: FSPDFObjC.h:4565
FSAppProviderCallbackStringIDExpectedIdent
Sample message: "Expected identifier instead of '%s'".
Definition: FSPDFObjC.h:5369
FSBookmarkPosLastChild
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:3694
FSSignatureStateVerifyTimestampTimeBefore
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:4324
FSIconFitScaleWayBigger
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:2272
FSFindOption
Definition: FSPDFObjC.h:7281
FSCertVerifyResultCertStatusUnknown
This means certificate status is unknown.
Definition: FSPDFObjC.h:7361
FSAnnotTrapNet
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2321
FSCodec
Definition: FSPDFObjC.h:679
-[FSFileWriterCallback-p getSize]
unsigned long long getSize()
Get total size of the file.
FSOutputPreviewShowDeviceRGB
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:7837
FSLRStructureElementAttributeTypeFieldChecked
Attribute type only for PrintField: checked, which represents the state of a radio button or check bo...
Definition: FSPDFObjC.h:7065
FSHTML2PDFSettingDataEncodingFormatVISUAL
Encoding foramt: "VISUAL".
Definition: FSPDFObjC.h:6781
FSSignatureStateVerifyChangeLegal
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:4326
FSFontStdIDCourierI
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:866
FSPointF
Type definition for point class for float.
Definition: FSPDFObjC.h:212
FSTaggedPDFCallbackReportConfidenceMedium
Report confidence: medium.
Definition: FSPDFObjC.h:7254
FSTabOrderMgrNone
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:6060
FSIdentityProperties
Definition: FSPDFObjC.h:3180
FSAppProviderCallbackStringIDCannotAssign
Sample message: "Cannot assign to '%s'".
Definition: FSPDFObjC.h:5396
FSSignatureDigestSHA512
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:4358
-[FSTextFillSignObject isCombFieldMode]
BOOL isCombFieldMode()
Check whether current mode is comb field mode or not.
FSDocProviderCallbackSubmitInXML
The submit data is translated and packaged into an URL-Encoded format.
Definition: FSPDFObjC.h:5491
FSFontStylesSmallCap
Font style: small cap.
Definition: FSPDFObjC.h:831
FSFullTextSearch
Definition: FSPDFObjC.h:6340
FSPDFDocWrapperNone
Normal document.
Definition: FSPDFObjC.h:5006
FSLRStructureElementAttributeTypeTableSummary
Attribute type only for Table: Summary, which represents a summary of the table's purpose and structu...
Definition: FSPDFObjC.h:7071
FSHTML2PDFSettingDataEncodingFormatJIS
Encoding foramt: "JIS".
Definition: FSPDFObjC.h:6754
FSDocProviderCallbackTextEncodingGB2312
Text encoding: GB2312.
Definition: FSPDFObjC.h:5500
FSErrCanNotGetUserToken
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:503
-[FSSnapPointMgr reload]
void reload()
Reload current manager.
FSModuleNameRMS
Name for module "RMS".
Definition: FSPDFObjC.h:626
-[FSSignatureVerifyResult getSignatureHashValue]
NSData * getSignatureHashValue()
Get signature hash value.
FSSignatureKeyNameReason
Signature key name: reason.
Definition: FSPDFObjC.h:4347
-[FSRectFArray removeAll]
void removeAll()
Clean up the array.
FSModuleNameRedaction
Name for module "Redaction".
Definition: FSPDFObjC.h:625
FSCompareResultInfoArray
Definition: FSPDFObjC.h:6512
-[FSBitmap getWidth]
int getWidth()
Get bitmap width.
FSComparisonCompareTypeText
Compare text only.
Definition: FSPDFObjC.h:6551
FSAppProviderCallbackStringIDRedefinition
Sample message: "'%s' redefinition".
Definition: FSPDFObjC.h:5372
FSPDFNameTreeEmbeddedFiles
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:1524
FSFileFormatTypeHTML
File format type: HTML.
Definition: FSPDFObjC.h:671
FSLRStructureElementAttributeValueEnumLayout
Enum value: Layout, which means layout artifacts. Purely cosmetic typographical or design elements su...
Definition: FSPDFObjC.h:7136
FSTaggedPDFCallbackReportCategoryFigure
Report category type: figure.
Definition: FSPDFObjC.h:7244
FSWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:6108
FSAppProviderCallbackBeepTypeDefault
Beep type: default.
Definition: FSPDFObjC.h:5339
FSRevocationCallback-p
Definition: FSPDFObjC.h:10480
-[FSActionCallback-p updateLogicalLabel]
void updateLogicalLabel()
A callback function to update logical label.
FSMonoImageSettingsStretchInterpol
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:6641
-[FSFillSignObject generateContent]
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
FSErrorCode
Enumeration for error code.
Definition: FSPDFObjC.h:465
-[FSFloatArray init]
id init()
Constructor.
FSBitmapDIBRgb32
DIB format: 32bpp format, with bits order "Blue, Green, Red, not used". Blue is in the lowest order.
Definition: FSPDFObjC.h:1041
FSPathObject
Definition: FSPDFObjC.h:1484
FSLRStructureElementAttributeValueEnumNone
Enum value: None, which means no such attribute.
Definition: FSPDFObjC.h:7091
FSTextStateModeClip
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:1423
FSFillSignFillSignObjectTypeInitialsSignature
Initials signature fill-sign object.
Definition: FSPDFObjC.h:7590
FSColorSpaceSeparation
Color space: Separation.
Definition: FSPDFObjC.h:648
FSPDFAComplianceVersionPDFA3b
PDF/A-3b.
Definition: FSPDFObjC.h:6445
FSFontCharsetSymbol
Font charset: Standard symbols.
Definition: FSPDFObjC.h:838
-[FSPointFArray getSize]
int getSize()
Get the number of elements in the array.
FSPDFPageSizeA6
Page size: A6.
Definition: FSPDFObjC.h:4627
FSTaggedPDFCallbackReportConfidenceHigh
Report confidence: high.
Definition: FSPDFObjC.h:7252
FSAnnotationSummarySettingsFontSizeType
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:7781
FSCombineDocumentInfoArray
Definition: FSPDFObjC.h:7664
FSSignatureDigestAlgorithm
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:4354
FSFontStdIDTimes
Standard font: Times-Roman.
Definition: FSPDFObjC.h:871
FSMonoImageSettingsImageCompressQualityLossy
Compression quality: Lossy.
Definition: FSPDFObjC.h:6635
FSFontStandardID
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:862
FSErrNoLayoutRecognitionModuleRight
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:536
FSTextPageCharInfoComboWord
Character flag: ComboWord.
Definition: FSPDFObjC.h:5742
FSHTML2PDFSettingDataScalingModeScale
Page scaling: Scale. It means HTML content will be scaled to fit PDF page size. In this mode,...
Definition: FSPDFObjC.h:6736
FSFontStdIDSymbol
Standard font: Symbol.
Definition: FSPDFObjC.h:875
FSPDFDocSaveFlagIncremental
Save document incrementally.
Definition: FSPDFObjC.h:4963
FSSnappedPoint
Definition: FSPDFObjC.h:8020
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYY
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4781
FSColorSpaceDeviceGray
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:642
FSCertVerifyResultReasonCertificateHold
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:7372
-[FSLRGraphicsObjectElement getGraphicsObjectIndex]
int getGraphicsObjectIndex()
Get index of related graphics object.
FSPDFDocInsertDocOptions
FSPDFDocInsertDocOptions
Enumeration for options used for inserting a PDF document to another.
Definition: FSPDFObjC.h:4986
FSTaggedPDFCallbackReportConfidenceMediumHigh
Report confidence: medium high.
Definition: FSPDFObjC.h:7253
FSRectFArray
An array of RectF objects.
Definition: FSPDFObjC.h:231
FSRedact
Definition: FSPDFObjC.h:2923
FSXFAWidgetWidgetEdgePositionLeft
Egde position: left.
Definition: FSPDFObjC.h:5652
FSInk
Definition: FSPDFObjC.h:2749
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:7770
FSMarkupStateFuture
(Used with state model FSMarkupStateModelReview) The change will be working in the future.
Definition: FSPDFObjC.h:2514
-[FSFileReaderCallback-p getSize]
unsigned long long getSize()
Get total size of the file.
-[FSLRGraphicsObjectElement getMatrix]
FSMatrix2D * getMatrix()
Get matrix.
FSImagePNG
Image type is PNG.
Definition: FSPDFObjC.h:1090
FSLRStructureElementAttributeValueEnumBlock
Enum value: Block, which means to be stacked in the block-progression direction within an enclosing r...
Definition: FSPDFObjC.h:7080
FSLRElementElementTypeFigure
Structure element type: Figure, which represents an item of graphical content.
Definition: FSPDFObjC.h:6988
FSLRStructureElementAttributeValueEnumSolid
Enum value: Solid, which means the border is a single line segment.
Definition: FSPDFObjC.h:7095
FSErrNoRMSModuleRight
No "RMS" module right.
Definition: FSPDFObjC.h:527
-[FSDocEventCallback-p onDocWillOpen]
void onDocWillOpen()
Triggered when the document will be opened.
FSPDFDocDisplayFullScreen
When document is opened, full-screen mode, with no menu bar, window controls, or any other windows ar...
Definition: FSPDFObjC.h:4994
FSFontStyleSymbolic
Font style: symbolic.
Definition: FSPDFObjC.h:826
FSDocProviderCallbackTextEncodingUTF8
Text encoding: UTF-8.
Definition: FSPDFObjC.h:5506
FSPDFDocExtractPagesOptionAttachFiles
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:4983
FSDocProviderCallbackWidgetEventType
FSDocProviderCallbackWidgetEventType
Enumeration for the type of XFA widget event.
Definition: FSPDFObjC.h:5515
-[FSActionCallback-p isPageLoop]
BOOL isPageLoop()
A callback function to get the flag specifies whether the document will loop around to the beginning ...
FSDRMSecurityHandler
Definition: FSPDFObjC.h:5976
FSStdSecurityHandlerModifyUserPassword
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:5909
-[FSLRElement getElementType]
FSLRElementElementType getElementType()
Get element type.
FSRenditionWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:1694
FSOptimizerSettingsDiscardObjectsOptions
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:6690
FSImageSettingsImageCompressQualityMaximum
Compression quality: Maximum.
Definition: FSPDFObjC.h:6593
FSFieldTypeComboBox
Form field type: combo box.
Definition: FSPDFObjC.h:4155
FSTextStateModeFillStrokeClip
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:1422
FSHeaderFooterContentGeneratorPageNumberFormatDefault
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:4798
FSSignatureVerifyResultLTVStateInactive
This means LTV is inactive.
Definition: FSPDFObjC.h:7524
FSLRStructureElementAttributeValueEnumStart
Enum value: Start, which means the place for attribute Placement, or the alignment for attributes Tex...
Definition: FSPDFObjC.h:7085
-[FSSnappedPoint getType]
FSSnappedPointSnappedPointType getType()
Get the snapped point type.
FSSignatureKeyNameSigner
Signature key name: signer.
Definition: FSPDFObjC.h:4345
FSSignatureAPFlagProducer
If set, show producer content on signature appearance.
Definition: FSPDFObjC.h:4341
-[FSMediaPlayerCallback-p getState]
FSMediaPlayerCallbackJSMediaPlayerState getState()
A callback function to get the media player state.
FSFillerVkeyNumpad4
4 key in the numeric keypad.
Definition: FSPDFObjC.h:4010
FSAppProviderCallbackStringIDNotFoundContainer
Sample message: "Cannot find container '%s'".
Definition: FSPDFObjC.h:5388
FSTimer
Definition: FSPDFObjC.h:3921
FSTextFillSignObjectDataArray
Definition: FSPDFObjC.h:7562
FSWatermark
Definition: FSPDFObjC.h:6085
FSPDFArray
Definition: FSPDFObjC.h:1237
FSHTML2PDFSettingDataEncodingFormatCP932
Encoding foramt: "CP932".
Definition: FSPDFObjC.h:6768
FSFontStdIDTimesBI
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:873
FSActionCallbackAppInfoTypeViewerVersion
Application's viewer version information.
Definition: FSPDFObjC.h:3640
FSAppProviderCallbackStringIDInvalidBarcodeValue
Sample message: "Invalid Barcode Value: %s is an invalid value for barcodes of type %s....
Definition: FSPDFObjC.h:5445
-[FSAttachments getCount]
int getCount()
Get the count of attachments.
FSRendererRenderAnnot
If set, annotations will be rendered.
Definition: FSPDFObjC.h:2987
FSMediaPlayerCallbackJSMediaPlayerStateClose
media player state: Close.
Definition: FSPDFObjC.h:3609
FSLaunchAction
Definition: FSPDFObjC.h:2056
FSSnappedPointTypeMidpoint
Snapped point type: midpoint, which means the snapped point is the midpoint for two endpoints of a pa...
Definition: FSPDFObjC.h:8015
-[FSLRGraphicsObjectElement getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of related graphics object.
FSHTML2PDFSettingDataEncodingFormatCP1254
Encoding foramt: "CP1254".
Definition: FSPDFObjC.h:6773
FSCombinationCombineDocsOptionOutputIntents
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7688
FSFileFormatTypeTXT
File format type: TXT.
Definition: FSPDFObjC.h:676
FSTableBorderInfoTableBorderStyle
FSTableBorderInfoTableBorderStyle
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:6178
FSWatermarkSettingsFlagASAnnot
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:6105
FSActionTypeTrans
Action type: transition action.
Definition: FSPDFObjC.h:1867
FSAnnotationSummaryCallbackAnnotationSummaryStringIDSubject
Annotations summary string ID: specify the prefix when subject information is outputed in result docu...
Definition: FSPDFObjC.h:7761
-[FSFDFDoc getType]
FSFDFDocType getType()
Get the type of current document object.
FSFillerVkeyR
R key.
Definition: FSPDFObjC.h:3997
FSBarcodeFormatEAN13
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1129
FSFontCIDCharsetJAPAN1
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:857
FSRenditionMediaOptionBestEffort
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:1668
FSPrintParamsDuplexTypeSimplex
Duplex type: prints on one side of the paper.
Definition: FSPDFObjC.h:3383
-[FSFileStreamCallback-p flush]
BOOL flush()
Flush internal buffer.
FSPagingSealSignaturePagingSealAPStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:4547
FSCertVerifyResultReasonUnspecified
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:7366
FSLRStructureElementAttributeValueEnumFooter
Enum value: Footer.
Definition: FSPDFObjC.h:7140
FSCompareResultInfoCompareResultTypeInsertImage
Result type: insert image.
Definition: FSPDFObjC.h:6481
FSErrNoDocumentPermission
No document permission to operate.
Definition: FSPDFObjC.h:546
-[FSPDFStructTree getChildCount]
int getChildCount()
Get count of structure elements in current PDF structure tree.
FSFloatingInfoRelativeTargetDesktop
Relative type: align the floating window relative to the full virtual desktop.
Definition: FSPDFObjC.h:3467
FSXFAWidgetWidgetTypeImageEdit
XFA widget type: image edit.
Definition: FSPDFObjC.h:5608
FSAppProviderCallbackStringIDFunctionBuildIn
Sample message: "Function 's' is built-in.
Definition: FSPDFObjC.h:5404
FSHTML2PDFSettingDataEncodingFormatX_TAM_TMNEWS
Encoding foramt: "X-TAM-TMNEWS".
Definition: FSPDFObjC.h:6808
FSLRStructureElementAttributeValueEnumEnd
Enum value: End, which means the place for attribute Placement, or the alignment for attributes TextA...
Definition: FSPDFObjC.h:7086
-[FSColor isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSFixupData
Definition: FSPDFObjC.h:6380
FSErrLTVRevocationCallbackNotSet
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:515
FSFillerVkeyL
L key.
Definition: FSPDFObjC.h:3991
FSLRStructureElementAttributeValueEnumBoth
Enum value: Row, which means both row and column of a table.
Definition: FSPDFObjC.h:7130
FSLTVVerifierSignatureCreationTime
Use signature creation time.
Definition: FSPDFObjC.h:7495
-[FSXFADoc getPageCount]
int getPageCount()
Get XFA page count.
FSLayerPrintData
Definition: FSPDFObjC.h:3841
FSDocViewerPrefsPrintScaleAppDefault
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:5152
FSHTML2PDFSettingDataEncodingFormatKOI8R
Encoding foramt: "KOI8R".
Definition: FSPDFObjC.h:6764
FSAnnotationSummaryCallbackAnnotationSummaryStringIDDocumentTitle
Annotations summary string ID: specify the document title in result document. Default title is "Summa...
Definition: FSPDFObjC.h:7757
FSLRStructureElementAttributeValueTypeInt32
Value type: 32-bit signed integer.
Definition: FSPDFObjC.h:7150
FSPDFDocPermModify
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:4952
FSActionCallbackJsMailResult
FSActionCallbackJsMailResult
Enumeration for result of the mail.
Definition: FSPDFObjC.h:3671
FSPDFDocExtractPagesOptionAnnotation
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:4978
FSSignatureStateVerifyNoSupportWay
Unsupported signature.
Definition: FSPDFObjC.h:4306
FSSignaturePAdESLevelBB
PAdES level: B-B.
Definition: FSPDFObjC.h:4370
FSDocProviderCallbackTextEncodingNone
No text encoding.
Definition: FSPDFObjC.h:5495
-[FSResultInformation getHitDataCount]
int getHitDataCount()
Get count of hit data.
FSSignatureAPFlagLabel
If set, show label on signature appearance.
Definition: FSPDFObjC.h:4332
FSFillerVkeyDelete
Delete key.
Definition: FSPDFObjC.h:3968
FSLRStructureElementAttributeTypeLineHeight
Attribute type: LineHeight, which means the element's preferred height, in the block-progression dire...
Definition: FSPDFObjC.h:7053
FSAppProviderCallbackBeepTypeQuestion
Beep type: question.
Definition: FSPDFObjC.h:5337
FSGraphicsObjectBlendHardlight
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:1352
FSStructObjectContentStructObjectTypeAnnot
Annot object.
Definition: FSPDFObjC.h:1636
FSPDFDocPwdOwner
An owner password is used in PDF document.
Definition: FSPDFObjC.h:4936
FSDocProviderCallbackPrintOptionShowDialog
If set, show printing dialog box.
Definition: FSPDFObjC.h:5478
FSAnnotSquiggly
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2309
FSFillerVkeyH
H key.
Definition: FSPDFObjC.h:3987
FSPDFPage
Definition: FSPDFObjC.h:4635
FSPageLabelsUpperLetters
Page label style: uppercase letters.
Definition: FSPDFObjC.h:5193
FSSearchOptionWordMatching
FSSearchOptionWordMatching
Enumeration for word matching.
Definition: FSPDFObjC.h:3557
FSFloatingInfoResizeTypeNo
Resize type: may not be resized.
Definition: FSPDFObjC.h:3472
FSPrintParamsDuplexTypeDuplexFlipLongEdge
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: FSPDFObjC.h:3384
FSSignatureCallbackCertValid
Certificate is valid.
Definition: FSPDFObjC.h:4452
FSRectI
Definition: FSPDFObjC.h:336
FSSignatureStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:4301
FSXFAWidgetWidgetTypeTextEdit
XFA widget type: text edit.
Definition: FSPDFObjC.h:5613
FSActionCallbackLanguageSUO
Finnish.
Definition: FSPDFObjC.h:3632
FSSnapPointMgrFlagEndpoint
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:8034
FSColorSpaceLab
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:647
-[FSFont getFamilyName]
NSString * getFamilyName()
Retrieve the famliy name.
FSFloatingInfoOffScreenAllow
Off screen action: take no action.
Definition: FSPDFObjC.h:3478
FSLRStructureElementAttributeValueEnumPageNum
Enum value: PageNum (PDF2.0).
Definition: FSPDFObjC.h:7142
FSPDFDocEncryptCDRM
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:4947
FSAppProviderCallbackStringIDUnableSetVersion
Sample message: "Unable to set the value for property 'version'".
Definition: FSPDFObjC.h:5362
FSWatermarkTextProperties
Definition: FSPDFObjC.h:6142
FSLRStructureElementAttributeValueEnumPagination
Enum value: Pagination, which means pagination artifacts. Ancillary page features such as running hea...
Definition: FSPDFObjC.h:7135
FSXFAWidgetWidgetTypeDateTimeEdit
XFA widget type: date time edit.
Definition: FSPDFObjC.h:5604
FSSignatureAPFlagText
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:4339
+[FSPDFArray create]
FSPDFArray * create()
Create a new array object.
FSDateTime
Definition: FSPDFObjC.h:561
FSFillerVkeyS
S key.
Definition: FSPDFObjC.h:3998
FSBookmarkPosFirstChild
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:3693
FSXFAWidgetWidgetvAlignTypeTop
Align the text to the top of the available region.
Definition: FSPDFObjC.h:5643
FSStdSecurityHandlerModifyOwnerPassword
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:5910
FSErrNotLoaded
Current object has not been loaded yet.
Definition: FSPDFObjC.h:486
FSOutputPreviewShowDeviceN
If set, only show with DeviceN.
Definition: FSPDFObjC.h:7834
FSPrintParamsBookletDuplexModeBackSideOnly
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: FSPDFObjC.h:3391
FSAppProviderCallbackBeepTypeStatus
Beep type: status.
Definition: FSPDFObjC.h:5338
FSLRStructureElementAttributeValueEnumUnderline
Enum value: Underline, which means a line below the text.
Definition: FSPDFObjC.h:7106
FSFreeText
Definition: FSPDFObjC.h:2694
-[FSRectFArray init]
id init()
Constructor.
FSBarcodeQRCorrectionLevelHigh
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1139
FSSquiggly
Definition: FSPDFObjC.h:2631
-[FSMediaPlayerCallback-p stop]
BOOL stop()
A callback function to stop the media player.
FSStdSecurityHandlerModifyPermission
If set, user permissions and "is encrypt metadata" values (which are defined in FSStdEncryptData ) wi...
Definition: FSPDFObjC.h:5908
FSDocProviderCallbackTextEncodingGB18030
Text encoding: GB18030.
Definition: FSPDFObjC.h:5499
FSSearchOptionWordMatchingMatchAnyWord
Word matching: match any word.
Definition: FSPDFObjC.h:3560
FSPDFDocSaveFlagXRefStream
Save document by using XRef stream.
Definition: FSPDFObjC.h:4965
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYY
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4791
FSOptimizerSettingsDiscardObjectsJavaScriptActions
Discard all JavaScript actions.
Definition: FSPDFObjC.h:6693
-[FSColorSpace getComponentCount]
int getComponentCount()
Get the count of components.
FSAppProviderCallbackStringIDWeekDayMon
String ID for case: Use string in local language for "Monday".
Definition: FSPDFObjC.h:5417
FSRenditionActionOpTypePlay
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:2079
FSPDFObjectType
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:1154
FSActionCallbackJSMediaPlayerStateSuspend
media player state: Suspend.
Definition: FSPDFObjC.h:3661
FSPSInk
Definition: FSPDFObjC.h:2870
FSFillSign
Definition: FSPDFObjC.h:7593
FSLRStructureElementAttributeValueEnumJustify
Enum value: Justify, which means the alignment for attributes TextAlign/BlockAlign/RubyAlign.
Definition: FSPDFObjC.h:7104
FSLRElementElementTypeLink
Structure element type: Link, which represents an association between a portion of the ILSE's content...
Definition: FSPDFObjC.h:6976
FSXFADocEventTypePrePrint
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:5525
FSPDFNameTreeType
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:1521
FSProgressiveError
Progress state: any error occurs.
Definition: FSPDFObjC.h:695
FSAppProviderCallbackStringIDServerDeny
String ID for case: Server denies. Sample message: "Server does not permit".
Definition: FSPDFObjC.h:5415
FSProgressiveToBeContinued
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:696
FSLRElementElementTypeHeading6
Structure element type: H6, which represents heading with level 6.
Definition: FSPDFObjC.h:6957
FSLRStructureElementAttributeValueEnumDisc
Enum value: Disc, which means solid circular bullet.
Definition: FSPDFObjC.h:7110
FSErrDiskFull
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:507
FSTextStateModeInvisible
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:1419
FSFieldFlagTextDoNotScroll
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:4171
FSFileAttachment
Definition: FSPDFObjC.h:2845
FSGraphState
Definition: FSPDFObjC.h:775
-[FSWidgetMenu subscript]
BOOL subscript()
(Only useful for rich text) Make the rich text as subscript.
FSFillerVkeyMenu
Menu key.
Definition: FSPDFObjC.h:3953
FSWatermarkSettingsFlags
FSWatermarkSettingsFlags
Enumeration for watermark setting flags.
Definition: FSPDFObjC.h:6103
FSAnnotStamp
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2311
FSLRStructureElementAttributeValueEnumOrdered
Enum value: Ordered (PDF 2.0), which means ordered lists with unspecified numbering.
Definition: FSPDFObjC.h:7119
FSAppProviderCallbackAppInfoVersion
Application information: version.
Definition: FSPDFObjC.h:5326
FSXFAWidget
Definition: FSPDFObjC.h:5655
FSPDFCompliance
Definition: FSPDFObjC.h:6462
FSLRStructureElementAttributeValueTypeEnumArray
Value type: an array of enum values.
Definition: FSPDFObjC.h:7155
FSFillerVkeyLeft
Left arrow key.
Definition: FSPDFObjC.h:3961
FSAnnotMKRelationNoIcon
No icon; captin only.
Definition: FSPDFObjC.h:2373
FSRenditionMediaPlayerType
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:1678
FSRenditionMediaOptionMustBeHonored
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:1667
FSCertVerifyResultReasonAACompromise
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:7375
FSActionCallbackLanguageCHS
Chinese Simplified.
Definition: FSPDFObjC.h:3619
FSLRStructureElementAttributeValueEnumLrTb
Enum value: LtTb, which means inline progression from left to right; block progression from top to bo...
Definition: FSPDFObjC.h:7087
FSSignatureStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:4299
FSLRStructureElementAttributeValueEnumBates
Enum value: Bates (PDF2.0).
Definition: FSPDFObjC.h:7143
FSImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:6597
FSCompareResultInfoCompareResultTypeInsertAnnot
Result type: insert annotation.
Definition: FSPDFObjC.h:6490
FSAppProviderCallbackMsgBoxIconType
FSAppProviderCallbackMsgBoxIconType
Enumeration for icon type of XFA message box.
Definition: FSPDFObjC.h:5449
FSHeaderFooterContentGeneratorDateFormatMDotDDotYY
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4785
FSFixupDataFixupStateSuccess
A fixup succeeded.
Definition: FSPDFObjC.h:6375
FSPDFStructTree
Definition: FSPDFObjC.h:1652
-[FSPDFNameTree getType]
FSPDFNameTreeType getType()
Get the type of current name tree.
-[FSLayerNode getViewUsage]
FSLayerTreeUsageState getViewUsage()
Get the state for viewing usage.
FSFloatingInfoOffScreenForceOnScreen
Off screen action: move or resize the window so that it is on-screen.
Definition: FSPDFObjC.h:3479
FSLTVVerifierVerifyModeAcrobat
Use Acrobat validation process.
Definition: FSPDFObjC.h:7502
FSTaggedPDFCallbackReportConfidenceLow
Report confidence: low.
Definition: FSPDFObjC.h:7256
FSLRStructureElementAttributeValueEnumAuto
Enum value: Auto.
Definition: FSPDFObjC.h:7102
FSHTML2PDFSettingDataEncodingFormatUTF_16LE
Encoding foramt: "UTF-16LE".
Definition: FSPDFObjC.h:6798
FSTextPageParseTextNormal
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:5769
FSTextSearchSearchMatchCase
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:5806
FSErrUnknownState
Any unknown state occurs.
Definition: FSPDFObjC.h:482
FSSignatureDocPermFillingFormSigningAndAnnotating
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:4380
FSLRStructureElementAttributeValueEnumInvalid
Invalid enum value.
Definition: FSPDFObjC.h:7079
-[FSLayerNode getExportUsage]
FSLayerTreeUsageState getExportUsage()
Get the state for exporting usage.
-[FSWatermark getHeight]
float getHeight()
Get the original height of current watermark.
FSLRStructureElementAttributeValueEnumBackground
Enum value: Background, which means background artifacts. Background artifacts typically serve as a b...
Definition: FSPDFObjC.h:7138
FSGraphicsObjectBlendSaturation
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1357
FSBarcodeFormat
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1124
FSFillSignFillSignObjectTypeSignature
Signature fill-sign object.
Definition: FSPDFObjC.h:7589
FSFillerVkeyNumpad9
9 key in the numeric keypad.
Definition: FSPDFObjC.h:4015
FSHTML2PDFSettingDataEncodingFormatCP1253
Encoding foramt: "CP1253".
Definition: FSPDFObjC.h:6772
-[FSSecurityCallback-p GetSecurityType]
FSPDFDocEncryptType GetSecurityType()
Get the encryption type of security callback.
FSFieldFlagComboEdit
(Only useful for combo box) If set, the combo box includes an editable text control with a drop-down ...
Definition: FSPDFObjC.h:4173
FSAssociatedFilesRelationshipFormData
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:3049
FSSignatureAPFlagFoxitEditorFlag
If set, show Foxit Editor content on signature appearance.
Definition: FSPDFObjC.h:4340
FSImageJPX
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:1093
FSLayerContextUsageExport
Use for exporting.
Definition: FSPDFObjC.h:3862
-[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.
FSImageGIF
Image type is GIF.
Definition: FSPDFObjC.h:1091
FSSquare
Definition: FSPDFObjC.h:2656
FSFillerVkey6
6 key.
Definition: FSPDFObjC.h:3976
-[FSUInt32Array getSize]
int getSize()
Get the number of elements in the array.
FSFontCharsetArabic
Font charset: Arabic.
Definition: FSPDFObjC.h:849
FSFillerVkeyInsert
Insert key.
Definition: FSPDFObjC.h:3967
FSCompareResultInfoCompareResultTypeReplaceImage
Result type: replace image.
Definition: FSPDFObjC.h:6482
FSFillMode
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:604
FSAppProviderCallbackStringIDExpectedEndIf
Sample message: "Expected 'endif' instead of '%s'".
Definition: FSPDFObjC.h:5380
FSMediaSettingsPlayerWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:3507
-[FSRange isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSGraphicsObjects
Definition: FSPDFObjC.h:4571
FSAppProviderCallbackBeepTypeWarning
Beep type: warning.
Definition: FSPDFObjC.h:5336
FSAnnotFlagReadOnly
Annotation flag: read only.
Definition: FSPDFObjC.h:2337
FSHideAction
Definition: FSPDFObjC.h:2044
FSActionTypeJavaScript
Action type: JavaScript action.
Definition: FSPDFObjC.h:1864
FSXFAWidgetWidgethAlignTypeJustify
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:5635
FSTableCellDataColArray
This class represents an array of FSTableCellData objects,inserted in the order of the displayed tab...
Definition: FSPDFObjC.h:6203
FSMediaPlayerCallback-p
Definition: FSPDFObjC.h:8169
FSActionCallbackSearchScopeActiveDoc
Search scope: active document.
Definition: FSPDFObjC.h:3678
FSRedaction
Definition: FSPDFObjC.h:6164
FSErrNoComparisonModuleRight
No "Comparison" module right.
Definition: FSPDFObjC.h:529
-[FSFillerAssistCallback-p createPopupMenu]
void * createPopupMenu()
A callback function which is triggered when need to create a popup menu.
FSPDFPageSizeB6
Page size: B6.
Definition: FSPDFObjC.h:4632
FSErrOCRTrialIsEnd
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:508
FSStructElementElementInfoType
FSStructElementElementInfoType
Enumeration for structure element info type.
Definition: FSPDFObjC.h:1593
FSImageSettingsImageCompressQualityMinimum
Compression quality: Minimum.
Definition: FSPDFObjC.h:6589
FSAppProviderCallbackStringIDUnableSetPlatformValue
Sample message: "Unable to set the value for property 'platform'".
Definition: FSPDFObjC.h:5359
FSAnnotationSummarySettingsFontSizeSmall
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:7782
FSFillerVkeySnapshot
Print Screen key.
Definition: FSPDFObjC.h:3966
FSFileWriterCallback-p
Definition: FSPDFObjC.h:8100
FSLRStructureElementAttributeTypeListNumbering
Attribute type only for List: ListNumbering, which represents the numbering system to be used to gene...
Definition: FSPDFObjC.h:7063
FSFieldFlagRequired
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:4163
-[FSLayerTree getDict]
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:995
FSTrustedCertStoreCallback-p
Definition: FSPDFObjC.h:10645
FSLRStructureElementAttributeValueTypeFloat
Value type: float.
Definition: FSPDFObjC.h:7151
FSCustomEncryptData
Definition: FSPDFObjC.h:5990
FSDocProviderCallbackTextEncodingShiftJIS
Text encoding: ShiftJIS.
Definition: FSPDFObjC.h:5503
FSLRStructureElementAttributeTypeAttached
Attribute type: Attached, which specifies the edges of the page, if any, to which the artifact is log...
Definition: FSPDFObjC.h:7038
FSGraphicsObjectBlendHue
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1356
FSCompareResultInfoCompareResultTypeReplaceAnnot
Result type: replace annotation.
Definition: FSPDFObjC.h:6491
FSLRStructureElementAttributeValueEnumPB
Enum value: pb, which means push button.
Definition: FSPDFObjC.h:7123
FSSignatureKeyNameDN
Signature key name: distinguish name.
Definition: FSPDFObjC.h:4349
FSFloatingInfoWindowPositionCenterLeft
Window position: at the center left.
Definition: FSPDFObjC.h:3456
FSRangeFilter
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:798
FSAnnotFlagNoView
Annotation flag: no view.
Definition: FSPDFObjC.h:2336
-[FSFillSignObject getType]
FSFillSignFillSignObjectType getType()
Get fill-sign type.
FSCertVerifyResult
Definition: FSPDFObjC.h:7385
-[FSPSI getBitmap]
FSBitmap * getBitmap()
Get the canvas bitmap.
FSXFAWidgetWidgetTypeImage
XFA widget type: image.
Definition: FSPDFObjC.h:5616
FSXFADocEventTypeUnknown
Event type: Unknown.
Definition: FSPDFObjC.h:5523
FSAnnotMKRelationCaptionOvrlayOnIcon
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:2379
FSPageNumberRange
Definition: FSPDFObjC.h:4707
FSComparisonCompareType
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:6549
FSHTML2PDFSettingDataEncodingFormatUTF_16BE
Encoding foramt: "UTF-16BE".
Definition: FSPDFObjC.h:6797
-[FSWidgetMenu redo]
BOOL redo()
Redo the operation of related XFA widget. (No effect for rich text)
FSHTML2PDFSettingDataEncodingFormatX_UTF8UTF8
Encoding foramt: "X-UTF8UTF8".
Definition: FSPDFObjC.h:6803
FSHTML2PDFSettingDataEncodingFormatUTF7
Encoding foramt: "UTF7".
Definition: FSPDFObjC.h:6794
FSSignatureFieldMDPAction
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:4383
-[FSWidgetMenu canCopy]
BOOL canCopy()
Check if the text of related XFA widget can be copied.
FSFloatingInfoRelativeTargetPageWindow
Relative type: align the floating window relative to the document (page) window.
Definition: FSPDFObjC.h:3465
FSAppProviderCallbackStringIDMonthApril
String ID for case: Use string in local language for "April".
Definition: FSPDFObjC.h:5426
FSFontCharsetThai
Font charset: Thai.
Definition: FSPDFObjC.h:843
FSMediaPlayerCallbackJSMediaPlayerStateOpen
media player state: Open.
Definition: FSPDFObjC.h:3608
FSSignatureStates
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:4298
FSFillerVkeyDown
Down arrow key.
Definition: FSPDFObjC.h:3964
FSAppProviderCallbackStringIDMonthSep
String ID for case: Use string in local language for "September".
Definition: FSPDFObjC.h:5431
FSOutputPreviewShowType
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:7826
FSLRElementElementTypeWarichuText
Structure element type: WT, which means "Warichu text" and represents the smaller-size text of a wari...
Definition: FSPDFObjC.h:6983
FSAppProviderCallbackStringIDCannotCovertToObject
Sample message: "%s.%s cannot covert to object".
Definition: FSPDFObjC.h:5387
FSSecurityCallback-p
Definition: FSPDFObjC.h:9657
FSAppProviderCallbackStringIDUnableSetValidationsEnabledValue
Sample message: "Unable to set the value for property 'validationsEnabled'".
Definition: FSPDFObjC.h:5360
FSOutputPreviewShowDevice
If set, only show with Device.
Definition: FSPDFObjC.h:7844
-[FSPDFNameTree removeAllObjs]
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
FSFontMapperCallback-p
Definition: FSPDFObjC.h:10675
FSPosCenterRight
Position: center right.
Definition: FSPDFObjC.h:616
FSFullTextSearchRankHitCountASC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6336
FSAppProviderCallbackStringIDDivideZero
Sample message: "Divide by zero".
Definition: FSPDFObjC.h:5386
FSLRStructureElementAttributeTypeDirection
(Reserved) Attribute type: Direction.
Definition: FSPDFObjC.h:7073
FSXFADocXDP
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:5531
FSHTML2PDFSettingDataEncodingFormatTAB
Encoding foramt: "TAB".
Definition: FSPDFObjC.h:6791
FSPagingSealConfigPagingSealPositionLeft
Left Paging Seal.
Definition: FSPDFObjC.h:4515
FSPrintParamsBookletDuplexModeBothSides
Booklet Duplex Mode: automatically prints both sides of the paper.
Definition: FSPDFObjC.h:3389
FSSignatureAPFlagLocation
If set, show location on signature appearance.
Definition: FSPDFObjC.h:4336
FSCertVerifyResultCertStatus
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:7357
FSAnnotFlagInvisible
Annotation flag: invisible.
Definition: FSPDFObjC.h:2331
-[FSActionCallback-p getPageScale]
float getPageScale()
A callback function to get current page zoom value.
FSSignatureVerifyResultLTVState
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:7523
FSFillSignFillSignObjectTypeDot
Dot fill-sign object.
Definition: FSPDFObjC.h:7588
FSRotation
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:590
FSBitmapQuadratic
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1053
FSCaret
Definition: FSPDFObjC.h:2834
FSOutputPreviewColorantTypeProcess
Colorant type: process.
Definition: FSPDFObjC.h:7854
FSLRStructureElementAttributeValueEnumLineThrough
Enum value: LineThrough, which means a line through the middle of the text.
Definition: FSPDFObjC.h:7108
FSCompareResultInfoCompareResultTypeInsertText
Result type: insert text.
Definition: FSPDFObjC.h:6478
FSOutputPreviewColorantType
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:7853
FSFillSignFillSignObjectTypeCrossMark
Cross mark fill-sign object.
Definition: FSPDFObjC.h:7584
FSAppProviderCallbackStringIDNotFoundFunction
Sample message: "Cannot find function '%s'".
Definition: FSPDFObjC.h:5397
-[FSSound getSampleEncodingFormat]
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
FSPagingSealSignaturePagingSealAPStateValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4549
FSAnnotPolyLine
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2306
FSPDFPageArtBox
Art Box for page boundary.
Definition: FSPDFObjC.h:4616
FSFillerVkeyNumpad8
8 key in the numeric keypad.
Definition: FSPDFObjC.h:4014
FSFillerEventFlagMiddleButtonDown
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:4044
FSLRStructureElementAttributeTypeVersion
(Reserved) Attribute type: Version, which represents schema version of layout recognition engine.
Definition: FSPDFObjC.h:7075
FSAppProviderCallbackStringIDMonthJuly
String ID for case: Use string in local language for "July".
Definition: FSPDFObjC.h:5429
-[FSLayerNode hasLayer]
BOOL hasLayer()
Check if current layer node is associated with a layer.
FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYY
If this is used, "d/m/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4779
FSFieldTypeRadioButton
Form field type: radio button.
Definition: FSPDFObjC.h:4154
FSFontFontTypeCIDFont
Font type: CID font.
Definition: FSPDFObjC.h:883
FSMediaPlayerCallbackJSMediaPlayerStatePlaying
media player state: Playing.
Definition: FSPDFObjC.h:3610
-[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:5633
-[FSTextSearch getMatchPageIndex]
int getMatchPageIndex()
Get the page index, to which current match belongs.
FSHTML2PDFSettingDataEncodingFormatUTF_32LE
Encoding foramt: "UTF-32LE".
Definition: FSPDFObjC.h:6800
FSMarkup
Definition: FSPDFObjC.h:2539
FSResponseTypeOCSP
OCSP response.
Definition: FSPDFObjC.h:7319
FSAppProviderCallbackStringIDValidateNullError
Sample message: "%s cannot be left blank.".
Definition: FSPDFObjC.h:5438
FSAnnotAppearanceTypeNormal
Annotation's normal appearance.
Definition: FSPDFObjC.h:2383
FSAppProviderCallbackStringIDValueExcalmatory
Sample message: "Value!".
Definition: FSPDFObjC.h:5351
FSPDFAComplianceVersionPDFA1b
PDF/A-1b.
Definition: FSPDFObjC.h:6440
FSWatermarkTextPropertiesFontStyleNormal
Watermark font style: normal.
Definition: FSPDFObjC.h:6138
FSAppProviderCallbackMsgBoxButtonType
FSAppProviderCallbackMsgBoxButtonType
Enumeration for button type of XFA message box.
Definition: FSPDFObjC.h:5456
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYYYY
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4792
FSPagingSealSignature
Definition: FSPDFObjC.h:4553
FSTabOrderMgr
Definition: FSPDFObjC.h:6066
FSWrapperData
Definition: FSPDFObjC.h:4841
FSPDFObjectBoolean
PDF boolean object.
Definition: FSPDFObjC.h:1156
FSActionNewWindowFlag
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:1871
-[FSImage getYDPI]
int getYDPI()
Get DPI for Y-axis.
-[FSAdditionalAction removeAllActions]
BOOL removeAllActions()
Remove all actions.
FSPagingSealSignaturePagingSealAPStateInvalid
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4550
FSSignatureAPFlagFoxitFlag
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:4331
FSCombinationCombineDocsOptionPageLabels
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7691
FSAppProviderCallbackStringIDMonthJan
String ID for case: Use string in local language for "January".
Definition: FSPDFObjC.h:5423
FSActionCallbackAppInfoTypeViewerType
Application's viewer type information.
Definition: FSPDFObjC.h:3638
FSSignatureSignatureTypeOrdinary
Signature type: ordinary.
Definition: FSPDFObjC.h:4362
FSDefaultAppearanceFlagFontSize
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2147
FSStructObjectContentStructObjectTypeInvalid
Invaild object.
Definition: FSPDFObjC.h:1633
FSErrComplianceEngineInvalidUnlockCode
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:511
FSFillerVkey8
8 key.
Definition: FSPDFObjC.h:3978
FSAppProviderCallbackStringIDOutOfArrayRange
Sample message: "Out of the range of '%s' array".
Definition: FSPDFObjC.h:5399
FSBorderInfoDashed
Border style: Dashed.
Definition: FSPDFObjC.h:2202
FSFontStdIDHelvetica
Standard font: Helvetica.
Definition: FSPDFObjC.h:867
-[FSWidgetMenu canPaste]
BOOL canPaste()
Check if the text of related XFA widget can be pasted.
FSSignatureCallbackCertUnsupportType
Certificate is unsupport type.
Definition: FSPDFObjC.h:4454
FSXFAWidgetWidgetVAlignType
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:5642
FSLRElementElementTypeShadingObject
Structure element type: ShadingObject, which means shading graphics object element.
Definition: FSPDFObjC.h:6995
FSFillerVkeyV
V key.
Definition: FSPDFObjC.h:4001
FSLRStructureElementAttributeTypeColumnGap
Attribute type: ColumnGap, which represents the desired space between adjacent columns,...
Definition: FSPDFObjC.h:7061
-[FSLayerContext getUsageType]
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
FSActionNewWindowFlagFalse
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:1872
FSPDFObjectString
PDF string object.
Definition: FSPDFObjC.h:1158
FSLRStructureElementAttributeTypePadding
Attribute type: Padding, which specifies an offset to account for the separation between the element'...
Definition: FSPDFObjC.h:7040
FSLocaleIDFrance
Locale ID for country: France.
Definition: FSPDFObjC.h:661
FSAppProviderCallbackStringIDInvalidateInstruction
Sample message: "Invalidate instruction".
Definition: FSPDFObjC.h:5393
FSTaggedPDFCallbackReportCategoryTocItem
Report category type: toc item.
Definition: FSPDFObjC.h:7248
FSAppProviderCallbackAppInfoPlatform
Application information: platform.
Definition: FSPDFObjC.h:5328
FSDocViewerPrefsDisplayDocTitle
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:5161
FSWatermarkSettingsFlagSharePageStream
If set, watermarks will share one form xobject if these watermarks use the same page object.
Definition: FSPDFObjC.h:6111
FSAppProviderCallbackStringIDWeekDaySun
String ID for case: Use string in local language for "Sunday".
Definition: FSPDFObjC.h:5416
-[FSActionCallback-p getPrinterNameList]
NSArray< NSString * > * getPrinterNameList()
A callback function to get the printer name list.
FSImageSettingsImageCompressMode
FSImageSettingsImageCompressMode
Enumeration for compression mode used for color or gray image.
Definition: FSPDFObjC.h:6581
FSLRStructureElementAttributeTypeSpaceAfter
Attribute type: SpaceAfter, which represents the amount of extra space following the after edge of th...
Definition: FSPDFObjC.h:7043
FSIconFitScaleWayAlways
Always scale.
Definition: FSPDFObjC.h:2271
FSFloatingInfoOffScreenAction
FSFloatingInfoOffScreenAction
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: FSPDFObjC.h:3477
FSTextPageCharInfoHyphen
Character flag: Hyphen.
Definition: FSPDFObjC.h:5741
FSErrCanNotConnectToServer
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:489
FSHTML2PDFSettingDataEncodingFormatEUC
Encoding foramt: "EUC".
Definition: FSPDFObjC.h:6760
FSHTML2PDFSettingDataEncodingFormatHZ_GB_2312
Encoding foramt: "HZ-GB-2312".
Definition: FSPDFObjC.h:6802
-[FSPagingSealSignature generateAppearance]
BOOL generateAppearance()
Generate the appearance of paging seal signature.
FSFloatingInfoWindowPositionCenter
Window position: at the center.
Definition: FSPDFObjC.h:3457
FSLayerZoomData
Definition: FSPDFObjC.h:3801
FSTableBorderInfoTableBorderStyleDashed
Table border style: Dashed.
Definition: FSPDFObjC.h:6180
FSMonoImageSettingsMonoImageCompressMode
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:6624
FSPDFDocDisplayUseOutlines
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:4992
FSMediaSettingsPlayerWindowType
FSMediaSettingsPlayerWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:3505
FSFillSignObject
Definition: FSPDFObjC.h:7610
FSErrCanNotSetACL
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:496
FSPDFPageCalcContentsBox
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:4602
FSAppProviderCallbackMsgBoxButtonID
FSAppProviderCallbackMsgBoxButtonID
Enumeration for button ID of XFA message box.
Definition: FSPDFObjC.h:5463
FSLRStructureElementAttributeValueTypeEmpty
Empty value type.
Definition: FSPDFObjC.h:7148
FSLRStructureElementAttributeValueEnumAfter
Enum value: After, which means the alignment for attribute BlockAlign or the placement for attribute ...
Definition: FSPDFObjC.h:7084
FSSearchOptionWordMatchingMatchPhrase
Word matching: match phrase.
Definition: FSPDFObjC.h:3558
FSFontCIDCharset
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:853
FSFillerVkeyI
I key.
Definition: FSPDFObjC.h:3988
FSSignatureLabelNameSignTime
Signature label name for sign time.
Definition: FSPDFObjC.h:4394
-[FSPDFStream getDictionary]
FSPDFDictionary * getDictionary()
Get the PDF dictionary object associated to current PDF stream object.
FSHTML2PDFSettingDataMediaStylePrint
Media style: print. It means PDF page will be displayed in print media style.
Definition: FSPDFObjC.h:6819
FSFillerVkeyMultiply
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:4016
FSBitmapDIBCmyk
DIB format: 32bpp CMYK format, with bits order "Cyan, Magenta, Yellow, Black". Cyan is in the lowest ...
Definition: FSPDFObjC.h:1043
FSPrintParamsPrintHandling
FSPrintParamsPrintHandling
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3407
FSCombineDocumentInfo
Definition: FSPDFObjC.h:7649
FSStructMarkedContent
Definition: FSPDFObjC.h:1617
FSFontCharsetGB2312
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:841
FSAdditionalActionTriggerAnnotMouseButtonReleased
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:2114
FSSignatureStateVerifyTimestampDoc
The signature is a time stamp signature.
Definition: FSPDFObjC.h:4318
FSTableCellDataArray
Definition: FSPDFObjC.h:6223
FSTableGenerator
Definition: FSPDFObjC.h:6309
FSFontStdIDCourier
Standard font: Courier.
Definition: FSPDFObjC.h:863
FSAdditionalActionTriggerAnnotPageVisible
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:2119
FSPDFStreamCCITTFaxDecode
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:1213
FSPDFDocPwdInvalid
The password is invalid.
Definition: FSPDFObjC.h:4933
-[FSFillerAssistCallback-p getClipboardText]
NSString * getClipboardText()
A callback function which is triggered when need to get the text on clipboard.
FSBookmarkPosLastSibling
A bookmark is the last sibling of another specified bookmark.
Definition: FSPDFObjC.h:3698
-[FSFloatArray removeAll]
void removeAll()
Clean up the array.
FSLRStructureElementAttributeValueEnumCenter
Enum value: Center, which means the alignment for attributes TextAlign/InlineAlign/RubyAlign.
Definition: FSPDFObjC.h:7103
FSAdditionalActionTriggerAnnotLoseInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:2116
FSPDFDocPwdUser
A user password is used in PDF document.
Definition: FSPDFObjC.h:4935
FSFillerVkeyK
K key.
Definition: FSPDFObjC.h:3990
FSCompareResultInfoCompareResultTypeDeleteAnnot
Result type: delete annotation.
Definition: FSPDFObjC.h:6489
FSGotoAction
Definition: FSPDFObjC.h:1898
FSErrUnsupported
Some types are not supported.
Definition: FSPDFObjC.h:475
FSAppProviderCallbackMsgBoxIconError
Message box icon: Error.
Definition: FSPDFObjC.h:5450
-[FSXFADoc killFocus]
void killFocus()
Kill the focus of XFA widget.
FSActionTypeSound
Action type: sound action.
Definition: FSPDFObjC.h:1857
FSAppProviderCallbackStringIDSOMExpectedList
Sample message: "SOM expression returned list when single result was expected".
Definition: FSPDFObjC.h:5411
FSRichTextStyle
Definition: FSPDFObjC.h:2176
FSFillerEventFlagMetaKey
Event flag: meta key.
Definition: FSPDFObjC.h:4040
FSFillerVkeySpace
Space key.
Definition: FSPDFObjC.h:3956
FSTaggedPDFCallbackReportCategoryListItem
Report category type: list item.
Definition: FSPDFObjC.h:7243
FSDocProviderCallbackPageViewEventTypeAllRemoved
Event type: all page views are removed.
Definition: FSPDFObjC.h:5512
FSRenditionMediaOptionType
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:1666
FSPDFPageParseFlags
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:4596
FSHTML2PDFSettingDataEncodingFormatCP1251
Encoding foramt: "CP1251".
Definition: FSPDFObjC.h:6770
-[FSProgressive resume]
FSProgressiveState resume()
Continue the progressive process.
FSTextStateModeFillClip
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:1420
FSFillerVkeyF
F key.
Definition: FSPDFObjC.h:3985
FSDocProviderCallbackSubmitInXFD
The submit data is packaged in XFD format, as described in XFDF.
Definition: FSPDFObjC.h:5490
FSHTML2PDFSettingDataEncodingFormatX_KDDI_ISO_2022_JP
Encoding foramt: "X-KDDI-ISO-2022-JP".
Definition: FSPDFObjC.h:6813
FSImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:6585
FSPDFPageTrimBox
Trim Box for page boundary.
Definition: FSPDFObjC.h:4615
FSColorSpaceCalGray
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:645
FSFieldFlagChoiceCommitOnSelChange
(Only useful for choice field) If set, the new value is committed as soon as a selection is made with...
Definition: FSPDFObjC.h:4177
FSFieldFlagButtonNoToggleToOff
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:4165
FSCertVerifyResultReasonAffiliationChanged
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:7369
FSFillerVkeyF6
F6 key.
Definition: FSPDFObjC.h:4027
FSAppProviderCallbackMsgBtnIDYes
Message box button ID: Yes.
Definition: FSPDFObjC.h:5467
FSPDFDocSaveFlagNoUpdatingMetadataDateTime
Save document without updating metadata "ModDate" and "CreationDate".
Definition: FSPDFObjC.h:4968
FSCompareResultInfoCompareResultType
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:6475
FSLRElementElementTypeListLabel
Structure element type: Lbl, which means "Label" and represents a name or number that distinguishes a...
Definition: FSPDFObjC.h:6961
FSAdditionalActionTriggerEvent
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:2099
FSOutputPreviewShowGray
If set, only show with Gray.
Definition: FSPDFObjC.h:7839
FSErrSuccess
Success, and no error occurs.
Definition: FSPDFObjC.h:466
FSPDFDocEncryptUnknown
Unknown encryption type.
Definition: FSPDFObjC.h:4940
FSSignatureCallbackCertValidity
FSSignatureCallbackCertValidity
Enumeration for certificate validity.
Definition: FSPDFObjC.h:4451
-[FSLayerNode getName]
NSString * getName()
Get the name of current layer node.
FSRenditionActionOpTypeResume
Resume any rendition being played in association with related screen annotation. If no rendition is b...
Definition: FSPDFObjC.h:2078
FSErrParam
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:474
FSFillerAssistCallback-p
Definition: FSPDFObjC.h:9436
FSFillerVkeyG
G key.
Definition: FSPDFObjC.h:3986
FSLRStructureElementAttributeValueEnumTop
Enum value: Top, which means top edge of the page.
Definition: FSPDFObjC.h:7132
FSXFAWidgetWidgetNameTypeField
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:5628
FSMonoImageSettingsImageCompressCCITT4
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:6626
FSXFAWidgetWidgetTypeBarcode
XFA widget type: barcode.
Definition: FSPDFObjC.h:5600
-[FSLayerContext getDocument]
FSPDFDoc * getDocument()
Get the related PDF document.
FSAnnotHighlight
Annotation type: highlight annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2307
FSImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:6602
FSHTML2PDFSettingDataScalingModeEnlarge
Page scaling: Enlarge. It means PDF page will be enlarged to HTML content size. In this mode,...
Definition: FSPDFObjC.h:6737
-[FSSignatureVerifyResult getOCSPSigantureVerifyResults]
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
FSAppProviderCallbackStringIDBadSuffix
Sample message: "Bad suffix on number".
Definition: FSPDFObjC.h:5368
FSAnnotationSummaryCallbackAnnotationSummaryStringIDPage
Annotations summary string ID: specify the prefix when page information is outputed in result documen...
Definition: FSPDFObjC.h:7755
-[FSLTVVerifier verify]
FSSignatureVerifyResultArray * verify()
Verify all the signatures in the PDF document which is used to constructed current object.
FSHTML2PDFSettingDataEncodingFormatISO_2022_KR
Encoding foramt: "ISO-2022-KR".
Definition: FSPDFObjC.h:6784
FSActionCallbackAppInfoTypeViewerVariation
Application's viewer variation information.
Definition: FSPDFObjC.h:3639
FSSignatureCallbackCertExpired
Certificate is expired.
Definition: FSPDFObjC.h:4453
FSReplaceCallback-p
Definition: FSPDFObjC.h:10784
FSOutputPreviewShowSolidColor
If set, only show solid color.
Definition: FSPDFObjC.h:7846
FSLRStructureElementAttributeValueEnumDashed
Enum value: Dashed, which means the border is a series of short line segments.
Definition: FSPDFObjC.h:7094
FSShadingColor
Definition: FSPDFObjC.h:2441
-[FSTextSearch findPrev]
BOOL findPrev()
Search for previous matched pattern.
FSTaggedPDFCallbackReportConfidence
FSTaggedPDFCallbackReportConfidence
Enumeration for report confidence used for tag PDF document.
Definition: FSPDFObjC.h:7251
FSOptimizerSettingsDiscardObjectsEmbeddedPrintSettings
Discard embedded print settings.
Definition: FSPDFObjC.h:6695
-[FSSignatureFillSignObject isInitialsType]
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
FSStructObjectContentStructObjectTypeImage
Image object.
Definition: FSPDFObjC.h:1634
FSActionCallbackLanguageDEU
German.
Definition: FSPDFObjC.h:3622
FSTextPageCharInfoUnknown
Character flag: Unknown.
Definition: FSPDFObjC.h:5737
FSLRElementElementTypeFormula
Structure element type: Formula, which represents a mathematical formula.
Definition: FSPDFObjC.h:6989
FSErrCanNotGetClientID
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:502
FSTextPageTextOrderFlag
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:5774
FSFileFormatTypeXFDF
File format type: XFDF.
Definition: FSPDFObjC.h:670
-[FSActionCallback-p getPageZoomMode]
FSDestinationZoomMode getPageZoomMode()
A callback function to get the current page zoom mode.
FSOutputPreviewShowNotDeviceCMYKOrSpot
If set, only show with DeviceCMYK or spot.
Definition: FSPDFObjC.h:7833
FSAdditionalActionTriggerDocSaved
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:2104
-[FSSound getChannelCount]
int getChannelCount()
Get the count of sound channels.
FSImage
Definition: FSPDFObjC.h:1097
-[FSAttachments removeAllEmbeddedFiles]
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSMarkupState
FSMarkupState
Enumeration for markup annotation's state.
Definition: FSPDFObjC.h:2505
FSRenditionActionOperationType
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:2073
FSTableBorderInfo
Definition: FSPDFObjC.h:6183
FSBorderInfoSolid
Border style: Solid.
Definition: FSPDFObjC.h:2201
FSActionCallbackJSFieldValueChangedByFormat
javascript field value changed type: format.
Definition: FSPDFObjC.h:3651
FSFillerAssistCallbackPopupMenuItemCopy
Popup menu item: "Copy".
Definition: FSPDFObjC.h:3938
FSAnnotAppearanceType
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:2382
FSSignatureCallbackCertDataError
Certificate's data is error.
Definition: FSPDFObjC.h:4455
FSCombinationCombineDocsOptionMarkInfos
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7690
FSLRStructureElementAttributeTypeGlyphOrientationVertical
Attribute type: GlyphOrientationVertical, which specifies the orientation of glyphs when the inline-p...
Definition: FSPDFObjC.h:7059
FSReflowPage
Definition: FSPDFObjC.h:5262
FSAnnotHighlightingNone
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:2344
FSPDFDocPermAnnotForm
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:4954
FSTableCellIndexArray
An array of table cell index.
Definition: FSPDFObjC.h:6262
FSAppProviderCallbackAppInfoName
Application information: name.
Definition: FSPDFObjC.h:5330
FSLTVVerifierSignatureTSTTime
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:7496
FSPagingSeal
Definition: FSPDFObjC.h:2968
FSDocProviderCallbackInvalidateFlagCurrentPage
Invalidate current page.
Definition: FSPDFObjC.h:5474
FSPortfolioInitialViewDetailMode
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:7986
FSFillerEventFlagCommand
Event flag: the command key.
Definition: FSPDFObjC.h:4046
FSActionCallbackLayoutModeContinuousFacing
Layout mode: continuous two pages.
Definition: FSPDFObjC.h:3668
FSAssociatedFilesRelationshipSource
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:3044
FSFieldFlagNoExport
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:4164
FSPrintParamsPrintContentDocument
Print Content: print the document contents, not comments.
Definition: FSPDFObjC.h:3377
FSFontStyleAllCap
Font style: all cap.
Definition: FSPDFObjC.h:830
FSHTML2PDFSettingDataEncodingFormatISO_8859_5
Encoding foramt: "ISO-8859-5".
Definition: FSPDFObjC.h:6748
FSFloatingInfoResizeTypeYes
Resize type: may be resized without preserving the aspect ratio.
Definition: FSPDFObjC.h:3474
FSPDFDocInsertDocOptionAttachments
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:4987
FSLayerTreeStateOFF
The state is OFF.
Definition: FSPDFObjC.h:3820
FSAdditionalActionTriggerAnnotPageInvisible
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:2120
FSSubmitFormActionFlagIncludeAppendSaves
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:1999
FSSnapPointMgrFlagNearestPoint
If set, that means to get the nearest point (which is in a path) to the specified point.
Definition: FSPDFObjC.h:8037
FSTextPageCharInfoUnUnicode
Character flag: UnUnicode.
Definition: FSPDFObjC.h:5740
FSPortfolioFileNode
Definition: FSPDFObjC.h:7936
FSPDFNameTreePages
"Pages" name tree.
Definition: FSPDFObjC.h:1525
FSHeaderFooterContentGeneratorDateFormatMMSlashYYYY
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4784
FSGraphicsObjectBlendColor
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:1358
FSAnnotationSummaryCallbackAnnotationSummaryStringIDNoAnnotations
Annotations summary string ID: specify the string used as content in result document when a page does...
Definition: FSPDFObjC.h:7759
FSImageObject
Definition: FSPDFObjC.h:1450
FSPortfolioInitialViewHidden
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:7988
FSBorderInfoInset
Border style: Inset.
Definition: FSPDFObjC.h:2205
FSPDFPageCalcDetection
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:4603
FSPageBasicInfo
Definition: FSPDFObjC.h:4881
FSPSICallback-p
Definition: FSPDFObjC.h:9639
FSDocViewerPrefsPrintScale
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:5150
FSDestinationZoomFitVert
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:1811
FSBarcodeFormatEAN8
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1127
FSAppProviderCallbackStringIDSubmitValidateNullError
Sample message: "At least one required field was empty. Please fill in the required fields(highlighte...
Definition: FSPDFObjC.h:5444
FSFontCIDCharsetGB1
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:855
FSFileStreamCallback-p
Definition: FSPDFObjC.h:8130
-[FSSignatureVerifyResult getTSTSignatureVerifyResult]
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
FSHTML2PDFSettingDataEncodingFormatMACINTOSH
Encoding foramt: "MACINTOSH".
Definition: FSPDFObjC.h:6793
FSTabOrderMgrColumn
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:6062
FSHeaderFooterContentGeneratorPageNumberFormat
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:4797
FSPDFNameTree
Definition: FSPDFObjC.h:1529
FSErrOCREngineNotInit
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:506
FSAdditionalActionTriggerAnnotCursorExit
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:2112
FSLRStructureElementAttributeValueTypeWStr
Value type: wide string.
Definition: FSPDFObjC.h:7153
FSPDFPageBleedBox
Bleed Box for page boundary.
Definition: FSPDFObjC.h:4617
FSSignatureStateVerifyTimestampNone
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:4317
FSPDFPageParsePageTextOnly
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:4598
FSSignatureLabelNameSigner
Signature label name for signer.
Definition: FSPDFObjC.h:4391
FSImageSettingsStretchInterpol
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:6599
FSSnappedPointTypeIntersectionPoint
Snapped point type: intersection point, which means the snapped point is the intersection of two inte...
Definition: FSPDFObjC.h:8016
FSSignatureStateVerifyTimestampValid
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:4319
FSTextPageCharInfoTextCharFlag
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:5736
FSFillerVkeyM
M key.
Definition: FSPDFObjC.h:3992
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYY
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4775
FSRenditionAction
Definition: FSPDFObjC.h:2082
FSHTML2PDFSettingDataEncodingFormatISO_8859_11
Encoding foramt: "ISO-8859-11".
Definition: FSPDFObjC.h:6779
FSSignaturePAdESLevel
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:4367
FSAppProviderCallbackStringIDValidateError
Sample message: "The value you entered for %s is invalid.".
Definition: FSPDFObjC.h:5440
FSLRStructureElementAttributeValueEnumLowerAlpha
Enum value: LowerAlpha, which means lowercase letters (a, b, c, ...).
Definition: FSPDFObjC.h:7117
FSFontStyleFixedPitch
Font style: fixed pitch.
Definition: FSPDFObjC.h:824
FSLRStructureElementAttributeValueEnumUpperAlpha
Enum value: UpperAlpha, which means uppercase letters (A, B, C, ...).
Definition: FSPDFObjC.h:7116
-[FSLRContentElement getMatrix]
FSMatrix2D * getMatrix()
Get matrix.
FSSubmitFormActionFlagCanonicalFormat
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:2002
FSReflowPageNoTruncate
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:5259
-[FSProgressive getRateOfProgress]
int getRateOfProgress()
Get the rate of current progress.
FSLRStructureElementAttributeTypeInlineAlign
Attribute type: InlineAlign, which represents the alignment, in the inline-progression direction,...
Definition: FSPDFObjC.h:7049
FSMarkupMeasureTypeS
Measurement of the slope of a line.
Definition: FSPDFObjC.h:2536
FSLRStructureElementAttributeTypeTableHeaderScope
Attribute type only for Table: Scope, which indicates whether the header cell applies to the rest of ...
Definition: FSPDFObjC.h:7070
FSXFADocDynamic
XFA document type: Dynamic.
Definition: FSPDFObjC.h:5529
FSHTML2PDFSettingDataEncodingFormatBIG5
Encoding foramt: "BIG5".
Definition: FSPDFObjC.h:6755
FSErrNotCDRM
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:488
FSBitmapInterpolationFlag
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:1051
FSAdditionalActionTriggerFieldWillFormat
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:2108
FSMonoImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:6639
FSRendererColorMode
FSRendererColorMode
Enumeration for rendering color mode.
Definition: FSPDFObjC.h:2979
-[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:3858
FSModuleName
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:622
FSStructElementElementInfoTypeActualText
Structure element info type: Actual Text, which means the actual text of structure element.
Definition: FSPDFObjC.h:1598
-[FSFiller onDelete]
BOOL onDelete()
Call this function when the popup menu item "Delete" is down.
FSImageUnknown
Unknown image type.
Definition: FSPDFObjC.h:1086
FSProgressive
Definition: FSPDFObjC.h:700
FSComparisonCompareTypeAnnotation
Compare annotation only.
Definition: FSPDFObjC.h:6552
FSDocProviderCallbackPageViewEventTypeAdded
Event type: after a page view is added.
Definition: FSPDFObjC.h:5510
-[FSActionCallback-p getLayoutMode]
FSActionCallbackLayoutMode getLayoutMode()
A callback function to get the page layout of the current document.
-[FSFillSignObject getRect]
FSRectF * getRect()
Get rectangle, in PDF coordinate system.
FSLayerContextUsagePrint
Use for printing.
Definition: FSPDFObjC.h:3861
FSChoiceOption
Definition: FSPDFObjC.h:4111
-[FSLayerNode getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSSignatureFillSignObject
Definition: FSPDFObjC.h:7637
-[FSSound getBits]
int getBits()
Get the number of bits per sample value per channel.
FSAppProviderCallbackStringIDParametersError
Sample message: "Function '%s' does not have %d parameters".
Definition: FSPDFObjC.h:5379
-[FSGraphicsObjectArray getSize]
int getSize()
Get the number of elements in the array.
FSFillerVkey9
9 key.
Definition: FSPDFObjC.h:3979
FSLRElementElementTypeBlockQuote
Structure element type: BlockQuote, which means "Block quotation" and represents a portion of text co...
Definition: FSPDFObjC.h:6940
FSResultInformation
Definition: FSPDFObjC.h:6423
FSLRElementElementType
FSLRElementElementType
Enumeration for standard structure types.
Definition: FSPDFObjC.h:6933
FSLRStructureElementAttributeValueEnumWarichu
Enum value: Warichu, which means the RT and associated RP elements are to be formatted as a warichu,...
Definition: FSPDFObjC.h:7082
FSWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:6106
FSPDFDocEncryptCustom
Encryption type: customized encryption.
Definition: FSPDFObjC.h:4945
FSFileSpec
Definition: FSPDFObjC.h:3751
FSFieldFlags
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:4161
FSAppProviderCallbackMsgBoxIconStatus
Message box icon: Status.
Definition: FSPDFObjC.h:5453
FSActionCallbackJSMailResultSuccess
Mailed result: mail success.
Definition: FSPDFObjC.h:3673
FSHTML2PDFSettingDataEncodingFormatBIG5_CP950
Encoding foramt: "BIG5-CP950".
Definition: FSPDFObjC.h:6762
FSHTML2PDFSettingDataEncodingFormatCNS
Encoding foramt: "CNS".
Definition: FSPDFObjC.h:6761
FSRenditionFloatingWindowResizeTypeNo
May not be resized.
Definition: FSPDFObjC.h:1718
FSTextStateModeStrokeClip
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:1421
FSLRContext
Definition: FSPDFObjC.h:7225
FSMediaPlayer
Definition: FSPDFObjC.h:1792
FSErrFilePathNotExist
File or folder path does not exist.
Definition: FSPDFObjC.h:509
FSRenditionMediaPlayerMustUsed
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:1679
-[FSImage getWidth]
int getWidth()
Get image width.
FSCombinationCombineDocsOptionNames
If set, that means "Dests" name trees and "EmbeddedFiles" name trees of source PDF files will be outp...
Definition: FSPDFObjC.h:7692
FSLRElementElementTypeRubyBase
Structure element type: RB, which means "Ruby base text" and represents the full-size text to which t...
Definition: FSPDFObjC.h:6979
FSCustomSecurityHandler
Definition: FSPDFObjC.h:6008
-[FSRectFArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
-[FSLayerTree getRootNode]
FSLayerNode * getRootNode()
Get the root layer node.
FSAnnotationSummaryCallbackAnnotationSummaryStringIDAuthor
Annotations summary string ID: specify the prefix when author information is outputed in result docum...
Definition: FSPDFObjC.h:7753
FSActionTypeGoToE
Action type: embedded go-to action.
Definition: FSPDFObjC.h:1853
FSActionCallbackLanguage
FSActionCallbackLanguage
Enumeration for language.
Definition: FSPDFObjC.h:3617
FSIconFitScaleWayType
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:2269
FSFillerVkeyDecimal
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:4020
FSRotation270
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:594
FSPagingSealConfigPagingSealPositionBottom
Bottom Paging Seal.
Definition: FSPDFObjC.h:4518
FSLRElementElementTypeArtifact
Structure element type: Artifact, which includes other Pagination, Layout, Page and Background artifa...
Definition: FSPDFObjC.h:6991
FSDestinationZoomXYZ
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:1808
FSAppProviderCallbackStringIDNotFoundConst
Sample message: "Cannot find const '%s'".
Definition: FSPDFObjC.h:5391
FSAnnotRichMedia
Annotation type: rich media annotation.
Definition: FSPDFObjC.h:2326
FSSearchOption
Definition: FSPDFObjC.h:3563
FSRenditionMediaPlayerFitStyleSlice
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:1686
FSLRStructureElementAttributeTypeTPadding
Attribute type: TPadding, which specifies an offset to account for the separation between the table c...
Definition: FSPDFObjC.h:7051
FSFontStyleScript
Font style: script.
Definition: FSPDFObjC.h:827
FSHeaderFooterContentGeneratorDateFormatYYYYHyphenMMHyphenDD
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4794
FSPDFStreamCrypt
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:1217
FSAnnotFlagPrint
Annotation flag: print.
Definition: FSPDFObjC.h:2333
FSColorSpaceType
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:640
FSLTVVerifier
Definition: FSPDFObjC.h:7505
-[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:3452
FSPathTypeLineToCloseFigure
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:945
FSQuadPointsArray
Definition: FSPDFObjC.h:2249
FSHTML2PDFSettingDataEncodingFormatGreek
Encoding foramt: "Greek".
Definition: FSPDFObjC.h:6750
FSHeaderFooterContentGeneratorDateFormatDDotMDotYYYY
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4790
FSColorSpaceRenderIntentAbsColorimetric
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:999
FSActionCallbackLayoutMode
FSActionCallbackLayoutMode
Enumeration for layout mode.
Definition: FSPDFObjC.h:3664
FSFontStdIDHelveticaBI
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:869
FSStructElementElementInfoTypeTitle
Structure element info type: Title, which means the title of the structure element....
Definition: FSPDFObjC.h:1594
FSFillerVkeyShift
Shift key.
Definition: FSPDFObjC.h:3951
FSSignatureCallbackCertNotSet
Certificate is not set to sign a signature.
Definition: FSPDFObjC.h:4458
FSAnnotMKRelationNoCaption
No caption; icon only.
Definition: FSPDFObjC.h:2374
FSAdditionalActionTriggerAnnotCursorEnter
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:2111
-[FSWidgetMenu selectAll]
BOOL selectAll()
Select all the text of related XFA widget.
FSHighlight
Definition: FSPDFObjC.h:2601
FSFieldTypeUnknown
Form field type: unknown.
Definition: FSPDFObjC.h:4151
FSErrTimeStampServerMgrNoDefaltServer
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:522
FSAppProviderCallbackStringIDExpectedOperator
Sample message: "Expected operator '%s' instead of '%s'".
Definition: FSPDFObjC.h:5385
FSComplianceEngine
Definition: FSPDFObjC.h:6355
FSAssociatedFilesRelationship
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:3042
FSHTML2PDFSettingDataEncodingFormatLatin5
Encoding foramt: "Latin5".
Definition: FSPDFObjC.h:6746
FSRichTextStyleCornerMarkSuperscript
Corner mark style: superscript.
Definition: FSPDFObjC.h:2172
-[FSRange removeAll]
void removeAll()
Remove all range segments.
FSSubmitFormActionFlagSubmitAsPDF
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:2001
FSRendererColorModeNormal
Normal color mode.
Definition: FSPDFObjC.h:2980
FSAnnotPropertyModifiedDate
Annotation property: modified date.
Definition: FSPDFObjC.h:2352
FSErrInvalidClientID
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:505
FSOptimizerSettingsDiscardObjectsFlattenFormFields
Flatten form fields.
Definition: FSPDFObjC.h:6692
FSFillModeAlternate
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:606
FSMarkupEndingStyleROpenArrow
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:2525
FSSnappedPointSnappedPointType
FSSnappedPointSnappedPointType
Enumeration for snapped point type.
Definition: FSPDFObjC.h:8012
FSTaggedPDF
Definition: FSPDFObjC.h:7261
-[FSWatermark getWidth]
float getWidth()
Get the original width of current watermark.
FSPosTopRight
Position: top right.
Definition: FSPDFObjC.h:613
FSFillerVkeyAdd
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:4017
FSRMSSecurityCallback-p
Definition: FSPDFObjC.h:9966
FSLRStructureElementAttributeValueEnumTbLr
Enum value: TbLr (PDF 2.0), which means inline progression from top to bottom; block progression from...
Definition: FSPDFObjC.h:7090
FSAppProviderCallbackStringIDScriptArgumentMismatch
Sample message: "Error:Argument mismatch in property or function argument.".
Definition: FSPDFObjC.h:5446
FSWidgetLineSpacingExactValue
Line spacing style: exact value line spacing.
Definition: FSPDFObjC.h:2884
FSDestinationZoomFitRect
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:1812
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:7771
FSActionTypeUnknown
Action type: unknown action.
Definition: FSPDFObjC.h:1850
FSFillerVkeyP
P key.
Definition: FSPDFObjC.h:3995
FSMetadata
Definition: FSPDFObjC.h:5131
FSLine
Definition: FSPDFObjC.h:2720
FSFillerVkeyNumpad1
1 key in the numeric keypad.
Definition: FSPDFObjC.h:4007
FSFileFormatTypeXDP
File format type: XDP.
Definition: FSPDFObjC.h:672
FSFillModeNone
Fill mode: none.
Definition: FSPDFObjC.h:605
FSPDFDocSaveFlags
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:4961
FSLRElementElementTypeHeading
Structure element type: H, which means "Heading" and represents a label for a subdivision of a docume...
Definition: FSPDFObjC.h:6951
FSPDFPageFlattenOptions
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:4606
FSErrLTVVerifyModeNotSet
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:514