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 @class FSSplitDocumentInfo;
131 @class FSSplitFileResult;
135 
136 @protocol FSSplitPDFDocCallback;
137 @protocol FSPauseCallback;
138 @protocol FSFileReaderCallback;
139 @protocol FSFileWriterCallback;
140 @protocol FSFileStreamCallback;
141 @protocol FSActionCallback;
142 @protocol FSIconProviderCallback;
143 @protocol FSNotifierCallback;
144 @protocol FSDocEventCallback;
145 @protocol FSAsyncReaderCallback;
146 @protocol FSFillerAssistCallback;
147 @protocol FSSearchCallback;
148 @protocol FSSearchCancelCallback;
149 @protocol FSPSICallback;
150 @protocol FSSecurityCallback;
152 @protocol FSDRMSecurityCallback;
153 @protocol FSCustomSecurityCallback;
154 @protocol FSRMSSecurityCallback;
155 @protocol FSSignatureCallback;
156 @protocol FSAppProviderCallback;
157 @protocol FSDocProviderCallback;
159 @protocol FSRevocationCallback;
161 @protocol FSFontMapperCallback;
163 @protocol FSTaggedPDFCallback;
164 @protocol FSTimeStampCallback;
165 @protocol FSReplaceCallback;
166 @protocol FSTableGeneratorCallback;
168 
169 
170 #import <Foundation/Foundation.h>
171 
172 
173 #ifdef __cplusplus
174 extern "C" {
175 #endif
176 
177 @interface SWIGTYPE_p_void : NSObject
178 {
179  void *swigCPtr;
180  BOOL swigCMemOwn;
181 }
182 -(id)init NS_UNAVAILABLE;
183 -(void*)getCptr;
184 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
185 
186 @end
187 
188 @interface FSBasicArray : NSObject
189 {
190  void *swigCPtr;
191  BOOL swigCMemOwn;
192 }
193 -(void*)getCptr;
194 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
195 
196 -(void)dealloc;
197 
198 @end
199 
200 
201 
202 @interface FSPoint : NSObject
203 {
204  void *swigCPtr;
205  BOOL swigCMemOwn;
206 }
207 @property (nonatomic, getter=getX) int x;
208 @property (nonatomic, getter=getY) int y;
209 -(void*)getCptr;
210 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
211 -(id)init;
212 -(id)initWithOther: (FSPoint*)other;
213 -(void)set: (int)x y: (int)y;
214 -(void)add: (int)x y: (int)y;
215 -(void)subtract: (int)x y: (int)y;
216 -(void)reset;
217 -(void)dealloc;
218 
219 @end
220 
221 @interface FSPointF : NSObject
222 {
223  void *swigCPtr;
224  BOOL swigCMemOwn;
225 }
226 @property (nonatomic, getter=getX) float x;
227 @property (nonatomic, getter=getY) float y;
228 -(void*)getCptr;
229 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
230 -(id)init;
231 -(id)initWithOther: (FSPointF*)other;
232 -(void)set: (float)x y: (float)y;
233 -(void)add: (float)x y: (float)y;
234 -(void)subtract: (float)x y: (float)y;
235 -(void)reset;
236 -(void)dealloc;
237 
238 @end
239 
241 -(void*)getCptr;
242 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
243 -(id)init;
244 -(id)initWithOther: (FSRectFArray*)other;
245 -(int)getSize;
246 -(int)getUpperBound;
247 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
248 -(void)removeAll;
249 -(FSRectF*)getAt: (int)nIndex;
250 -(BOOL)setAt: (int)nIndex newElement: (FSRectF*)newElement;
251 -(BOOL)setAtGrow: (int)nIndex newElement: (FSRectF*)newElement;
252 -(BOOL)add: (FSRectF*)newElement;
253 -(BOOL)insertAt: (int)nIndex newElement: (FSRectF*)newElement nCount: (int)nCount;
254 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
255 -(int)find: (FSRectF*)data iStart: (int)iStart;
256 
257 -(void)dealloc;
258 
259 @end
260 
262 -(void*)getCptr;
263 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
264 -(id)init;
265 -(id)initWithOther: (FSPointFArray*)other;
266 -(int)getSize;
267 -(int)getUpperBound;
268 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
269 -(void)removeAll;
270 -(FSPointF*)getAt: (int)nIndex;
271 -(BOOL)setAt: (int)nIndex newElement: (FSPointF*)newElement;
272 -(BOOL)setAtGrow: (int)nIndex newElement: (FSPointF*)newElement;
273 -(BOOL)add: (FSPointF*)newElement;
274 -(BOOL)insertAt: (int)nIndex newElement: (FSPointF*)newElement nCount: (int)nCount;
275 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
276 -(int)find: (FSPointF*)data iStart: (int)iStart;
277 
278 -(void)dealloc;
279 
280 @end
281 
283 -(void*)getCptr;
284 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
285 -(id)init;
286 -(id)initWithOther: (FSFloatArray*)other;
287 -(int)getSize;
288 -(int)getUpperBound;
289 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
290 -(void)removeAll;
291 -(float)getAt: (int)nIndex;
292 -(BOOL)setAt: (int)nIndex newElement: (float)newElement;
293 -(BOOL)setAtGrow: (int)nIndex newElement: (float)newElement;
294 -(BOOL)add: (float)newElement;
295 -(BOOL)insertAt: (int)nIndex newElement: (float)newElement nCount: (int)nCount;
296 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
297 -(int)find: (float)data iStart: (int)iStart;
298 
299 -(void)dealloc;
300 
301 @end
302 
304 -(void*)getCptr;
305 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
306 -(id)init;
307 -(id)initWithOther: (FSInt32Array*)other;
308 -(int)getSize;
309 -(int)getUpperBound;
310 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
311 -(void)removeAll;
312 -(int)getAt: (int)nIndex;
313 -(BOOL)setAt: (int)nIndex newElement: (int)newElement;
314 -(BOOL)setAtGrow: (int)nIndex newElement: (int)newElement;
315 -(BOOL)add: (int)newElement;
316 -(BOOL)insertAt: (int)nIndex newElement: (int)newElement nCount: (int)nCount;
317 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
318 -(int)find: (int)data iStart: (int)iStart;
319 
320 -(void)dealloc;
321 
322 @end
323 
325 -(void*)getCptr;
326 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
327 -(id)init;
328 -(id)initWithOther: (FSUInt32Array*)other;
329 -(int)getSize;
330 -(int)getUpperBound;
331 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
332 -(void)removeAll;
333 -(unsigned int)getAt: (int)nIndex;
334 -(BOOL)setAt: (int)nIndex newElement: (unsigned int)newElement;
335 -(BOOL)setAtGrow: (int)nIndex newElement: (unsigned int)newElement;
336 -(BOOL)add: (unsigned int)newElement;
337 -(BOOL)insertAt: (int)nIndex newElement: (unsigned int)newElement nCount: (int)nCount;
338 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
339 -(int)find: (unsigned int)data iStart: (int)iStart;
340 
341 -(void)dealloc;
342 
343 @end
344 
345 @interface FSRectI : NSObject
346 {
347  void *swigCPtr;
348  BOOL swigCMemOwn;
349 }
350 @property (nonatomic, getter=getLeft) int left;
351 @property (nonatomic, getter=getTop) int top;
352 @property (nonatomic, getter=getRight) int right;
353 @property (nonatomic, getter=getBottom) int bottom;
354 -(void*)getCptr;
355 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
356 -(id)init;
357 -(id)initWithLeft1: (int)left1 top1: (int)top1 right1: (int)right1 bottom1: (int)bottom1;
358 -(int)width;
359 -(int)height;
360 -(BOOL)isEmpty;
361 -(void)normalize;
362 -(void)intersect: (FSRectI*)src;
363 -(void)union: (FSRectI*)other_rect;
364 -(void)offset: (int)dx dy: (int)dy;
365 -(BOOL)contains: (FSRectI*)other_rect;
366 -(BOOL)containsPoint: (int)x y: (int)y;
367 -(BOOL)valid;
368 
369 -(void)dealloc;
370 
371 @end
372 
373 @interface FSRectF : NSObject
374 {
375  void *swigCPtr;
376  BOOL swigCMemOwn;
377 }
378 @property (nonatomic, getter=getLeft) float left;
379 @property (nonatomic, getter=getRight) float right;
380 @property (nonatomic, getter=getBottom) float bottom;
381 @property (nonatomic, getter=getTop) float top;
382 -(void*)getCptr;
383 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
384 -(id)init;
385 -(id)initWithLeft1: (float)left1 bottom1: (float)bottom1 right1: (float)right1 top1: (float)top1;
386 -(id)initWithRect: (FSRectI*)rect;
387 -(BOOL)isEmpty;
388 -(void)normalize;
389 -(void)reset;
390 -(BOOL)contains: (FSRectF*)other_rect;
391 -(void)transform: (FSMatrix2D*)pMatrix;
392 -(void)intersect: (FSRectF*)other_rect;
393 -(void)union: (FSRectF*)other_rect;
394 -(FSRectI*)getInnerRect;
395 -(FSRectI*)getOuterRect;
396 -(FSRectI*)getClosestRect;
397 -(void)initRect: (float)x y: (float)y;
398 -(void)updateRect: (float)x y: (float)y;
399 -(float)width;
400 -(float)height;
401 -(void)inflateWithValues: (float)x y: (float)y;
402 -(void)inflate: (FSRectF*)rt;
403 -(void)defalteWithValues: (float)x y: (float)y;
404 -(void)deflate: (FSRectF*)rt;
405 -(void)translate: (float)e f: (float)f;
406 +(FSRectF*)getBBox: (FSPointF*)pPoints nPoints: (int)nPoints;
407 -(BOOL)containsPointF: (FSPointF*)point;
408 +(BOOL)IsRectAdjacent: (FSRectF*)rect1 rect2: (FSRectF*)rect2 alignmentTolerance: (float)alignmentTolerance distanceTolerance: (float)distanceTolerance direction: (int)direction;
409 
410 -(void)dealloc;
411 
412 @end
413 
414 @interface FSMatrix2D : NSObject
415 {
416  void *swigCPtr;
417  BOOL swigCMemOwn;
418 }
419 @property (nonatomic, getter=getA) float a;
420 @property (nonatomic, getter=getB) float b;
421 @property (nonatomic, getter=getC) float c;
422 @property (nonatomic, getter=getD) float d;
423 @property (nonatomic, getter=getE) float e;
424 @property (nonatomic, getter=getF) float f;
425 -(void*)getCptr;
426 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
427 -(id)init;
428 -(id)initWithA1: (float)a1 b1: (float)b1 c1: (float)c1 d1: (float)d1 e1: (float)e1 f1: (float)f1;
429 -(void)set: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f;
430 -(void)setIdentity;
431 -(void)setReverse: (FSMatrix2D*)m;
432 -(void)concat: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f bPrepended: (BOOL)bPrepended;
433 -(void)concatWithMatrix: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
434 -(void)concatInverse: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
435 -(void)reset;
436 -(void)copy: (FSMatrix2D*)m;
437 -(BOOL)isIdentity;
438 -(BOOL)isInvertible;
439 -(BOOL)is90Rotated;
440 -(BOOL)isScaled;
441 -(void)translate: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
442 -(void)translateI: (int)x y: (int)y bPrepended: (BOOL)bPrepended;
443 -(void)scale: (float)sx sy: (float)sy bPrepended: (BOOL)bPrepended;
444 -(void)rotate: (float)fRadian bPrepended: (BOOL)bPrepended;
445 -(void)rotateAt: (float)fRadian x: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
446 -(void)shear: (float)fAlphaRadian fBetaRadian: (float)fBetaRadian bPrepended: (BOOL)bPrepended;
447 -(void)matchRect: (FSRectF*)dest src: (FSRectF*)src;
448 -(float)getXUnit;
449 -(float)getYUnit;
450 -(FSRectF*)getUnitRect;
451 -(float)getUnitArea;
452 -(float)transformXDistanceInFloat: (float)dx;
453 -(int)transformXDistance: (int)dx;
454 -(float)transformYDistanceInFloat: (float)dy;
455 -(int)transformYDistance: (int)dy;
456 -(float)transformDistanceInFloat: (float)dx dy: (float)dy;
457 -(int)transformDistanceInInteger: (int)dx dy: (int)dy;
458 -(float)transformDistance: (float)distance;
459 -(void)transformPoint: (int *)x y: (int *)y;
460 -(void)transformRectF: (FSRectF*)rect;
461 -(void)transformRect: (FSRectI*)rect;
462 -(void)transformPointF: (FSPointF*)point;
463 
464 -(void)dealloc;
465 
466 @end
467 
468 
469 
470 
471 
472 
473 
474 typedef NS_ENUM(NSInteger, FSErrorCode) {
558 };
559 
560 @interface FSBase : NSObject
561 {
562  void *swigCPtr;
563  BOOL swigCMemOwn;
564 }
565 -(void*)getCptr;
566 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
567 
568 -(void)dealloc;
569 
570 @end
571 
572 @interface FSDateTime : NSObject
573 {
574  void *swigCPtr;
575  BOOL swigCMemOwn;
576 }
577 @property (nonatomic, getter=getYear) unsigned short year;
578 @property (nonatomic, getter=getMonth) unsigned short month;
579 @property (nonatomic, getter=getDay) unsigned short day;
580 @property (nonatomic, getter=getHour) unsigned short hour;
581 @property (nonatomic, getter=getMinute) unsigned short minute;
582 @property (nonatomic, getter=getSecond) unsigned short second;
583 @property (nonatomic, getter=getMilliseconds) unsigned short milliseconds;
584 @property (nonatomic, getter=getUtc_hour_offset) short utc_hour_offset;
585 @property (nonatomic, getter=getUtc_minute_offset) unsigned short utc_minute_offset;
586 -(void*)getCptr;
587 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
588 +(FSDateTime*)getUTCTime;
589 +(FSDateTime*)getLocalTime;
590 -(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;
591 -(id)init;
592 -(id)initWithDt: (FSDateTime*)dt;
593 -(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;
594 -(BOOL)isValid;
595 -(FSDateTime*)toLocalTime;
596 -(FSDateTime*)toUTCTime;
597 -(void)dealloc;
598 
599 @end
600 
601 typedef NS_ENUM(NSInteger, FSRotation) {
607 };
608 
609 typedef NS_ENUM(NSInteger, FSAlignment) {
613 };
614 
615 typedef NS_ENUM(NSInteger, FSFillMode) {
619 };
620 
621 typedef NS_ENUM(NSInteger, FSPosition) {
631 };
632 
633 typedef NS_ENUM(NSInteger, FSModuleName) {
651 };
652 
653 typedef NS_ENUM(NSInteger, FSColorSpaceType) {
667 };
668 
669 typedef NS_ENUM(NSInteger, FSLocaleID) {
679 };
680 
681 typedef NS_ENUM(NSInteger, FSFileFormatType) {
690 };
691 
692 @interface FSCodec : FSBase
693 -(void*)getCptr;
694 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
695 +(NSData *)base64Encode: (NSData *)buffer;
696 +(NSData *)base64Decode: (NSData *)buffer;
697 +(NSData *)flateCompress: (NSData *)buffer;
698 +(NSData *)flateDecompress: (NSData *)buffer;
699 -(id)init;
700 
701 -(void)dealloc;
702 
703 @end
704 
705 
706 
707 typedef NS_ENUM(NSInteger, FSProgressiveState) {
711 };
712 
713 @interface FSProgressive : FSBase
714 -(id)init NS_UNAVAILABLE;
715 -(void*)getCptr;
716 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
717 -(id)initWithOther: (FSProgressive*)other;
719 -(int)getRateOfProgress;
720 
721 -(void)dealloc;
722 
723 @end
724 
725 @interface FSRenderConfig : NSObject
726 {
727  void *swigCPtr;
728  BOOL swigCMemOwn;
729 }
730 @property (nonatomic, getter=getGraphics_objs_count_in_one_step) int graphics_objs_count_in_one_step;
731 -(void*)getCptr;
732 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
733 -(id)initWithGraphics_objs_count_in_one_step: (int)graphics_objs_count_in_one_step;
734 -(id)init;
735 -(void)set: (int)graphics_objs_count_in_one_step;
736 -(void)dealloc;
737 
738 @end
739 
740 @interface FSLibrary : NSObject
741 {
742  void *swigCPtr;
743  BOOL swigCMemOwn;
744 }
745 -(id)init NS_UNAVAILABLE;
746 -(void*)getCptr;
747 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
748 +(FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
749 +(FSErrorCode)reinitialize;
750 +(void)destroy;
751 +(BOOL)hasModuleLicenseRight: (FSModuleName)module_name;
752 +(NSString *)getVersion;
753 +(BOOL)setCacheSize: (unsigned int)size;
754 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
755 +(BOOL)setAnnotIconProviderCallback: (id<FSIconProviderCallback>)annot_icon_provider;
756 +(BOOL)setNotifierCallback: (id<FSNotifierCallback>)notifier;
757 +(BOOL)setActionCallback: (id<FSActionCallback>)action_callback;
758 +(BOOL)setDocEventCallback: (id<FSDocEventCallback>)callback;
759 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (id<FSSignatureCallback>)signature_callback;
760 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (id<FSSecurityCallback>)callback;
761 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
762 +(BOOL)setTimeStampCallback: (id<FSTimeStampCallback>)timestamp_callback;
763 +(void)registerXFAAppProviderCallback: (id<FSAppProviderCallback>)callback;
764 +(void)setRenderTextGamma: (float)gamma;
765 +(void)setLogFile: (NSString *)log_file_path;
766 +(BOOL)setFontMapperCallback: (id<FSFontMapperCallback>)callback;
767 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
768 +(FSRenderConfig*)getRenderConfig;
769 +(void)setRenderConfig: (FSRenderConfig*)render_config;
770 +(void)enableThreadSafety: (BOOL)is_enable_thread_safety;
771 
772 -(void)dealloc;
773 
774 @end
775 
776 typedef NS_ENUM(NSInteger, FSGraphStateLineCapStyle) {
780 };
781 
782 typedef NS_ENUM(NSInteger, FSGraphStateLineJoinStyle) {
786 };
787 
788 @interface FSGraphState : NSObject
789 {
790  void *swigCPtr;
791  BOOL swigCMemOwn;
792 }
793 @property (nonatomic, getter=getLine_width) float line_width;
794 @property (nonatomic, getter=getLine_join) FSGraphStateLineJoinStyle line_join;
795 @property (nonatomic, getter=getMiter_limit) float miter_limit;
796 @property (nonatomic, getter=getLine_cap) FSGraphStateLineCapStyle line_cap;
797 @property (nonatomic, getter=getDash_phase) float dash_phase;
798 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
799 -(void*)getCptr;
800 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
801 -(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;
802 -(id)init;
803 -(id)initWithState: (FSGraphState*)state;
804 -(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;
805 -(void)dealloc;
806 
807 @end
808 
809 
810 
811 typedef NS_ENUM(NSInteger, FSRangeFilter) {
815 };
816 
817 @interface FSRange : FSBase
818 -(void*)getCptr;
819 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
820 -(id)init;
821 -(id)initWithIndex: (int)index;
822 -(id)initWithStart_index: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
823 -(id)initWithOther: (FSRange*)other;
824 -(BOOL)isEmpty;
825 -(void)addSingle: (int)index;
826 -(void)addSegment: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
827 -(int)getSegmentCount;
828 -(int)getSegmentStart: (int)segment_index;
829 -(int)getSegmentEnd: (int)segment_index;
830 -(void)removeAll;
831 
832 -(void)dealloc;
833 
834 @end
835 
836 typedef NS_ENUM(NSInteger, FSFontStyles) {
843  FSFontStyleAllCap = 0x10000,
846 };
847 
848 typedef NS_ENUM(NSInteger, FSFontCharset) {
864 };
865 
866 typedef NS_ENUM(NSInteger, FSFontCIDCharset) {
873 };
874 
875 typedef NS_ENUM(NSInteger, FSFontStandardID) {
890 };
891 
892 typedef NS_ENUM(NSInteger, FSFontFontTypes) {
897 };
898 
899 @interface FSFont : FSBase
900 -(id)init NS_UNAVAILABLE;
901 -(void*)getCptr;
902 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
903 -(id)initWithName: (NSString *)name styles: (unsigned int)styles charset: (FSFontCharset)charset weight: (int)weight;
904 -(id)initWithFont_id: (FSFontStandardID)font_id;
905 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (int)face_index charset: (FSFontCharset)charset;
906 -(id)initWithOther: (FSFont*)other;
907 -(BOOL)isEmpty;
908 -(NSString *)getName;
909 -(NSString *)getFamilyName;
910 -(BOOL)isBold;
911 -(BOOL)isItalic;
912 -(BOOL)isEmbedded: (FSPDFDoc*)document;
913 -(BOOL)isSupportEmbedded: (FSPDFDoc*)document;
914 -(FSFont*)embed: (FSPDFDoc*)document is_add_all_unicodes: (BOOL)is_add_all_unicodes;
915 -(FSUInt32Array*)addUnicodes: (FSPDFDoc*)document unicode_array: (FSUInt32Array*)unicode_array;
916 -(int)getAscent;
917 -(int)getDescent;
918 -(FSRectI*)getCharBBox: (unsigned int)unicode;
919 -(float)getCharWidth: (unsigned int)unicode;
920 -(FSRectI*)getCharBBoxWithPDFDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
921 -(float)getCharWidthWithPDFDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
922 -(unsigned int)getStyles: (FSPDFDoc*)document;
923 -(FSFontCIDCharset)getCIDCharset: (FSPDFDoc*)document;
924 -(BOOL)isStandardFont: (FSPDFDoc*)document;
925 -(FSFontStandardID)getStandard14Font: (FSPDFDoc*)document;
926 -(FSFontFontTypes)getFontType: (FSPDFDoc*)document;
927 -(NSString *)getBaseFontName: (FSPDFDoc*)document;
928 -(BOOL)isVertWriting: (FSPDFDoc*)document;
929 -(NSString *)getEncoding: (FSPDFDoc*)document;
930 -(BOOL)setEncoding: (FSPDFDoc*)document value: (NSString *)value;
931 
932 -(void)dealloc;
933 
934 @end
935 
936 @interface FSFontMapResult : NSObject
937 {
938  void *swigCPtr;
939  BOOL swigCMemOwn;
940 }
941 @property (nonatomic, retain, getter=getFile_read) id<FSFileReaderCallback> file_read;
942 @property (nonatomic, getter=getFace_index) int face_index;
943 -(void*)getCptr;
944 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
945 -(id)init;
946 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
947 -(id)initWithOther: (FSFontMapResult*)other;
948 -(void)set: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
949 -(void)dealloc;
950 
951 @end
952 
953 
954 
955 typedef NS_ENUM(NSInteger, FSPathPointType) {
961 };
962 
963 @interface FSPath : FSBase
964 -(void*)getCptr;
965 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
966 -(id)init;
967 -(id)initWithOther: (FSPath*)other;
968 -(BOOL)isEmpty;
969 -(int)getPointCount;
970 -(FSPointF*)getPoint: (int)index;
971 -(FSPathPointType)getPointType: (int)index;
972 -(BOOL)setPoint: (int)index point: (FSPointF*)point type: (FSPathPointType)type;
973 -(BOOL)moveTo: (FSPointF*)point;
974 -(BOOL)lineTo: (FSPointF*)point;
975 -(BOOL)cubicBezierTo: (FSPointF*)point1 point2: (FSPointF*)point2 point3: (FSPointF*)point3;
976 -(BOOL)closeFigure;
977 -(BOOL)removePoint: (int)index;
978 -(BOOL)appendRect: (FSRectF*)rect;
979 -(BOOL)appendEllipse: (FSRectF*)rect;
980 -(void)transform: (FSMatrix2D*)matrix;
981 -(void)clear;
982 -(void)increasePointCount: (int)count;
983 
984 -(void)dealloc;
985 
986 @end
987 
988 @interface FSPathArray : NSObject
989 {
990  void *swigCPtr;
991  BOOL swigCMemOwn;
992 }
993 -(void*)getCptr;
994 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
995 -(id)init;
996 -(id)initWithOther: (FSPathArray*)other;
997 -(unsigned long)getSize;
998 -(FSPath*)getAt: (unsigned long)index;
999 -(void)add: (FSPath*)element;
1000 -(void)removeAt: (unsigned long)index;
1001 -(void)insertAt: (unsigned long)index element: (FSPath*)element;
1002 -(void)removeAll;
1003 
1004 -(void)dealloc;
1005 
1006 @end
1007 
1008 typedef NS_ENUM(NSInteger, FSColorSpaceRenderingIntent) {
1013 };
1014 
1015 @interface FSColorSpace : FSBase
1016 -(id)init NS_UNAVAILABLE;
1017 -(void*)getCptr;
1018 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1019 -(id)initWithType: (FSColorSpaceType)type;
1020 -(id)initWithOther: (FSColorSpace*)other;
1021 -(BOOL)isEmpty;
1022 -(int)getComponentCount;
1024 -(BOOL)isSpotColorSpace;
1025 -(NSArray<NSData *> *)getComponentNames;
1026 -(FSColor*)convertColor: (FSColor*)color;
1027 -(FSColor*)convertColorWithRGBColor: (int)r_value g_value: (int)g_value b_value: (int)b_value;
1028 -(FSColor*)convertColorWithCMYKColor: (int)c_value m_value: (int)m_value y_value: (int)y_value k_value: (int)k_value;
1029 
1030 -(void)dealloc;
1031 
1032 @end
1033 
1034 @interface FSColor : FSBase
1035 @property (nonatomic, weak, getter=getValue) FSFloatArray* value;
1036 -(void*)getCptr;
1037 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1038 -(id)init;
1039 -(id)initWithColor_space: (FSColorSpace*)color_space;
1040 -(id)initWithOther: (FSColor*)other;
1041 -(BOOL)isEmpty;
1043 -(FSColor*)convertToRGB: (FSColorSpaceRenderingIntent)intent;
1044 -(FSColor*)convertToCMYK: (FSColorSpaceRenderingIntent)intent;
1045 
1046 -(void)dealloc;
1047 
1048 @end
1049 
1050 typedef NS_ENUM(NSInteger, FSBitmapDIBFormat) {
1062 };
1063 
1064 typedef NS_ENUM(NSInteger, FSBitmapInterpolationFlag) {
1068 };
1069 
1070 @interface FSBitmap : FSBase
1071 -(void*)getCptr;
1072 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1073 -(id)initWithWidth: (int)width height: (int)height format: (FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (int)pitch;
1074 -(id)initWithOther: (FSBitmap*)other;
1075 -(id)init;
1076 -(BOOL)isEmpty;
1077 -(FSBitmap*)clone: (FSRectI*)clip_rect;
1078 -(int)getWidth;
1079 -(int)getHeight;
1080 -(int)getPitch;
1081 -(int)getBpp;
1083 -(void)fillRect: (unsigned int)color rect: (FSRectI*)rect;
1084 -(FSBitmap*)convertFormat: (FSBitmapDIBFormat)format icc_transform: (NSData *)icc_transform;
1085 -(FSRectI*)calculateBBoxByColor: (unsigned int)backgroud_color;
1086 -(FSRectI*)detectBBoxByColorDiffer: (int)detection_size color_differ: (int)color_differ;
1087 -(FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (FSRectI*)clip_rect;
1088 -(FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1089 -(FSBitmap*)stretchTo: (int)dest_width dest_height: (int)dest_height flag: (FSBitmapInterpolationFlag)flag clip_rect: (FSRectI*)clip_rect;
1090 -(FSBitmap*)transformTo: (FSMatrix2D*)matrix flag: (FSBitmapInterpolationFlag)flag out_left: (int *)out_left out_top: (int *)out_top clip_rect: (FSRectI*)clip_rect;
1091 -(FSBitmap*)getMask: (FSRectI*)clip_rect;
1092 -(NSData *)getBuffer;
1093 
1094 -(void)dealloc;
1095 
1096 @end
1097 
1098 typedef NS_ENUM(NSInteger, FSImageType) {
1108 };
1109 
1110 @interface FSImage : FSBase
1111 -(void*)getCptr;
1112 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1113 -(id)init;
1114 -(id)initWithPath: (NSString *)path;
1115 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
1116 -(id)initWithOther: (FSImage*)other;
1117 -(BOOL)isEmpty;
1119 -(int)getWidth;
1120 -(int)getHeight;
1121 -(int)getFrameCount;
1122 -(FSBitmap*)getFrameBitmap: (int)index;
1123 -(int)getXDPI;
1124 -(int)getYDPI;
1125 -(BOOL)addFrame: (FSBitmap*)bitmap;
1126 -(void)setDPIs: (int)x_dpi y_dpi: (int)y_dpi;
1127 -(BOOL)saveAs: (NSString *)file_path;
1128 -(BOOL)saveAsWithStreamCallback: (id<FSFileStreamCallback>)file file_extension: (NSString *)file_extension;
1129 -(id)initWithBuffer: (NSData *)buffer;
1130 
1131 -(void)dealloc;
1132 
1133 @end
1134 
1135 
1136 
1137 typedef NS_ENUM(NSInteger, FSBarcodeFormat) {
1146 };
1147 
1148 typedef NS_ENUM(NSInteger, FSBarcodeQRErrorCorrectionLevel) {
1153 };
1154 
1155 @interface FSBarcode : FSBase
1156 -(void*)getCptr;
1157 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1158 -(id)init;
1159 -(id)initWithOther: (FSBarcode*)other;
1160 -(BOOL)isEmpty;
1161 -(FSBitmap*)generateBitmap: (NSString *)info format: (FSBarcodeFormat)format unit_width: (int)unit_width height: (int)height level: (FSBarcodeQRErrorCorrectionLevel)level;
1162 
1163 -(void)dealloc;
1164 
1165 @end
1166 
1167 typedef NS_ENUM(NSInteger, FSPDFObjectType) {
1178 };
1179 
1180 @interface FSPDFObject : NSObject
1181 {
1182  void *swigCPtr;
1183  BOOL swigCMemOwn;
1184 }
1185 -(void*)getCptr;
1186 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1187 +(FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
1188 +(FSPDFObject*)createFromFloat: (float)float_value;
1189 +(FSPDFObject*)createFromInteger: (int)integer_value;
1190 +(FSPDFObject*)createFromString: (NSString *)string_value;
1191 +(FSPDFObject*)createFromName: (NSString *)name;
1192 +(FSPDFObject*)createFromDateTime: (FSDateTime*)date_time;
1193 +(FSPDFObject*)createReference: (FSPDFDoc*)document object_number: (unsigned int)object_number;
1194 -(void)destroy;
1195 -(FSPDFObject*)cloneObject;
1196 -(FSPDFObject*)deepCloneObject;
1197 -(BOOL)isIdentical: (FSPDFObject*)pdf_obj;
1198 -(FSPDFObjectType)getType;
1199 -(unsigned int)getObjNum;
1200 -(int)getInteger;
1201 -(float)getFloat;
1202 -(BOOL)getBoolean;
1203 -(FSMatrix2D*)getMatrix;
1204 -(FSRectF*)getRect;
1205 -(FSPDFObject*)getDirectObject;
1206 -(FSDateTime*)getDateTime;
1207 -(NSString *)getName;
1208 -(NSString *)getWideString;
1209 -(FSPDFArray*)getArray;
1210 -(FSPDFDictionary*)getDict;
1211 -(FSPDFStream*)getStream;
1212 -(NSData *)getString;
1213 
1214 -(void)dealloc;
1215 
1216 @end
1217 
1218 typedef NS_ENUM(NSInteger, FSPDFStreamFilter) {
1231 };
1232 
1234 -(id)init NS_UNAVAILABLE;
1235 -(void*)getCptr;
1236 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1237 +(FSPDFStream*)create: (FSPDFDictionary*)dictionary;
1240 -(unsigned long long)getDataSize: (BOOL)is_raw_data;
1241 -(void)importData: (id<FSFileReaderCallback>)file_read stream_filter: (FSPDFStreamFilter)stream_filter;
1242 -(id<FSFileReaderCallback>)exportData: (BOOL)is_raw_data;
1243 -(NSData *)getData: (BOOL)is_raw_data;
1244 -(void)setData: (NSData *)buffer;
1245 
1246 -(void)dealloc;
1247 
1248 @end
1249 
1251 -(id)init NS_UNAVAILABLE;
1252 -(void*)getCptr;
1253 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1254 +(FSPDFArray*)create;
1255 +(FSPDFArray*)createFromMatrix: (FSMatrix2D*)matrix;
1256 +(FSPDFArray*)createFromRect: (FSRectF*)rect;
1257 -(int)getElementCount;
1258 -(FSPDFObject*)getElement: (int)index;
1259 -(void)addElement: (FSPDFObject*)element;
1260 -(void)addBoolean: (BOOL)boolean_value;
1261 -(void)addDateTime: (FSDateTime*)date_time;
1262 -(void)addFloat: (float)float_value;
1263 -(void)addInteger: (int)integer_value;
1264 -(void)addMatrix: (FSMatrix2D*)matrix;
1265 -(void)addRect: (FSRectF*)rect;
1266 -(void)addName: (NSString *)name;
1267 -(void)addString: (NSString *)new_string;
1268 -(void)insertAt: (int)index element: (FSPDFObject*)element;
1269 -(void)setAt: (int)index element: (FSPDFObject*)element;
1270 -(void)removeAt: (int)index;
1271 
1272 -(void)dealloc;
1273 
1274 @end
1275 
1277 -(id)init NS_UNAVAILABLE;
1278 -(void*)getCptr;
1279 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1281 -(BOOL)hasKey: (NSString *)key;
1282 -(FSPDFObject*)getElement: (NSString *)key;
1283 -(long)moveNext: (long)position;
1284 -(NSString *)getKey: (long)position;
1285 -(FSPDFObject*)getValue: (long)position;
1286 -(void)setAt: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
1287 -(void)setAtReference: (NSString *)key pdf_object: (FSPDFObject*)pdf_object document: (FSPDFDoc*)document;
1288 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
1289 -(void)setAtDateTime: (NSString *)key value: (FSDateTime*)value;
1290 -(void)setAtFloat: (NSString *)key value: (float)value;
1291 -(void)setAtInteger: (NSString *)key value: (int)value;
1292 -(void)setAtMatrix: (NSString *)key value: (FSMatrix2D*)value;
1293 -(void)setAtRect: (NSString *)key value: (FSRectF*)value;
1294 -(void)setAtName: (NSString *)key value: (NSString *)value;
1295 -(void)setAtString: (NSString *)key value: (NSString *)value;
1296 -(void)removeAt: (NSString *)key;
1297 
1298 -(void)dealloc;
1299 
1300 @end
1301 
1303 -(void*)getCptr;
1304 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1305 -(id)init;
1306 -(id)initWithOther: (FSGraphicsObjectArray*)other;
1307 -(int)getSize;
1308 -(int)getUpperBound;
1309 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
1310 -(void)removeAll;
1311 -(FSGraphicsObject*)getAt: (int)nIndex;
1312 -(BOOL)setAt: (int)nIndex newElement: (FSGraphicsObject*)newElement;
1313 -(BOOL)setAtGrow: (int)nIndex newElement: (FSGraphicsObject*)newElement;
1314 -(BOOL)add: (FSGraphicsObject*)newElement;
1315 -(BOOL)insertAt: (int)nIndex newElement: (FSGraphicsObject*)newElement nCount: (int)nCount;
1316 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
1317 -(int)find: (FSGraphicsObject*)data iStart: (int)iStart;
1318 
1319 -(void)dealloc;
1320 
1321 @end
1322 
1323 @interface FSColorState : FSBase
1324 @property (nonatomic, weak, getter=getFillColor) FSColor* fillColor;
1325 @property (nonatomic, weak, getter=getStrokeColor) FSColor* strokeColor;
1326 -(id)init NS_UNAVAILABLE;
1327 -(void*)getCptr;
1328 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1329 -(id)initWithOther: (FSColorState*)other;
1330 -(BOOL)isEmpty;
1331 
1332 -(void)dealloc;
1333 
1334 @end
1335 
1336 @interface FSMarkedContent : NSObject
1337 {
1338  void *swigCPtr;
1339  BOOL swigCMemOwn;
1340 }
1341 -(id)init NS_UNAVAILABLE;
1342 -(void*)getCptr;
1343 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1344 -(BOOL)hasTag: (NSString *)tag_name;
1345 -(int)getItemCount;
1346 -(NSString *)getItemTagName: (int)index;
1347 -(int)getItemMCID: (int)index;
1348 -(FSPDFDictionary*)getItemPropertyDict: (int)index;
1349 -(int)addItem: (NSString *)tag_name property_dict: (FSPDFDictionary*)property_dict;
1350 -(BOOL)removeItem: (NSString *)tag_name;
1351 
1352 -(void)dealloc;
1353 
1354 @end
1355 
1356 typedef NS_ENUM(NSInteger, FSGraphicsObjectBlendMode) {
1373 };
1374 
1375 typedef NS_ENUM(NSInteger, FSGraphicsObjectType) {
1382 };
1383 
1384 @interface FSGraphicsObject : NSObject
1385 {
1386  void *swigCPtr;
1387  BOOL swigCMemOwn;
1388 }
1389 @property (nonatomic, getter=getStrokeColor) unsigned int strokeColor;
1390 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
1391 @property (nonatomic, weak, getter=getColorState) FSColorState* colorState;
1392 @property (nonatomic, getter=getFillOpacity) float fillOpacity;
1393 @property (nonatomic, getter=getStrokeOpacity) float strokeOpacity;
1394 @property (nonatomic, weak, getter=getMatrix) FSMatrix2D* matrix;
1395 @property (nonatomic, weak, getter=getGraphState) FSGraphState* graphState;
1396 @property (nonatomic, getter=getBlendMode) FSGraphicsObjectBlendMode blendMode;
1397 @property (nonatomic, weak, getter=getClipRect) FSRectF* clipRect;
1398 -(void*)getCptr;
1399 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1400 -(FSGraphicsObjectType)getType;
1401 -(FSRectF*)getRect;
1402 -(BOOL)hasTransparency;
1403 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
1404 -(FSGraphicsObject*)clone;
1405 -(FSGraphicsObject*)cloneWithSrcGraphicsobjects: (FSGraphicsObjects*)src_graphicsobjects dest_graphicsobjects: (FSGraphicsObjects*)dest_graphicsobjects;
1406 -(int)getClipPathCount;
1407 -(FSPath*)getClipPath: (int)index;
1408 -(FSFillMode)getClipPathFillMode: (int)index;
1409 -(BOOL)addClipPath: (FSPath*)path fill_mode: (FSFillMode)fill_mode;
1410 -(BOOL)removeClipPath: (int)index;
1411 -(int)getClipTextObjectCount;
1412 -(FSTextObject*)getClipTextObject: (int)index;
1413 -(BOOL)addClipTextObject: (FSTextObject*)textobject;
1414 -(BOOL)removeClipTextObject: (int)index;
1415 -(BOOL)clearClips;
1416 -(FSMarkedContent*)getMarkedContent;
1417 -(FSLayerNodeArray*)getLayers: (FSLayerTree*)layer_tree;
1418 -(FSTextObject*)getTextObject;
1419 -(FSFormXObject*)getFormXObject;
1420 -(FSImageObject*)getImageObject;
1421 -(FSPathObject*)getPathObject;
1422 -(FSShadingObject*)getShadingObject;
1423 -(void)rotate: (int)angle;
1424 
1425 -(void)dealloc;
1426 
1427 @end
1428 
1429 typedef NS_ENUM(NSInteger, FSTextStateMode) {
1438 };
1439 
1440 @interface FSTextState : NSObject
1441 {
1442  void *swigCPtr;
1443  BOOL swigCMemOwn;
1444 }
1445 @property (nonatomic, getter=getVersion) unsigned int version;
1446 @property (nonatomic, getter=getFont_size) float font_size;
1447 @property (nonatomic, getter=getCharspace) float charspace;
1448 @property (nonatomic, getter=getWordspace) float wordspace;
1449 @property (nonatomic, getter=getTextmode) FSTextStateMode textmode;
1450 @property (nonatomic, weak, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
1451 @property (nonatomic, weak, getter=getOrigin_position) FSPointF* origin_position;
1452 @property (nonatomic, weak, getter=getFont) FSFont* font;
1453 -(void*)getCptr;
1454 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1455 -(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;
1456 -(id)init;
1457 -(id)initWithState: (FSTextState*)state;
1458 -(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;
1459 
1460 -(void)dealloc;
1461 
1462 @end
1463 
1465 -(id)init NS_UNAVAILABLE;
1466 -(void*)getCptr;
1467 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1468 +(FSImageObject*)create: (FSPDFDoc*)document;
1469 -(void)setBitmap: (FSBitmap*)bitmap mask: (FSBitmap*)mask;
1470 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
1471 -(FSBitmap*)cloneBitmap: (FSGraphicsObjects*)graphics_objects;
1474 -(BOOL)isImageMask;
1475 -(FSPDFObject*)getMask;
1476 
1477 -(void)dealloc;
1478 
1479 @end
1480 
1482 @property (nonatomic, weak, getter=getText) NSString * text;
1483 -(id)init NS_UNAVAILABLE;
1484 -(void*)getCptr;
1485 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1486 +(FSTextObject*)create;
1487 -(FSTextState*)getTextState: (FSPDFPage*)page;
1488 -(void)setTextState: (FSPDFPage*)page text_state: (FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
1489 -(int)getCharCount;
1490 -(FSPointF*)getCharPos: (int)index;
1491 -(float)getCharWidthByIndex: (int)index;
1492 -(float)getCharHeightByIndex: (int)index;
1493 
1494 -(void)dealloc;
1495 
1496 @end
1497 
1499 @property (nonatomic, getter=getFillMode) FSFillMode fillMode;
1500 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
1501 @property (nonatomic, weak, getter=getPathData) FSPath* pathData;
1502 -(id)init NS_UNAVAILABLE;
1503 -(void*)getCptr;
1504 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1505 +(FSPathObject*)create;
1506 +(FSPathObject*)createFromTextObject: (FSPDFPage*)page text_obj: (FSTextObject*)text_obj;
1507 
1508 -(void)dealloc;
1509 
1510 @end
1511 
1513 -(id)init NS_UNAVAILABLE;
1514 -(void*)getCptr;
1515 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1516 +(FSFormXObject*)create: (FSPDFDoc*)document;
1519 -(BOOL)importPageContent: (FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
1520 
1521 -(void)dealloc;
1522 
1523 @end
1524 
1526 -(id)init NS_UNAVAILABLE;
1527 -(void*)getCptr;
1528 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1530 
1531 -(void)dealloc;
1532 
1533 @end
1534 
1535 typedef NS_ENUM(NSInteger, FSPDFNameTreeType) {
1541 };
1542 
1543 @interface FSPDFNameTree : FSBase
1544 -(void*)getCptr;
1545 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1546 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNameTreeType)type;
1547 -(id)init;
1548 -(id)initWithOther: (FSPDFNameTree*)other;
1549 -(BOOL)isEmpty;
1551 -(BOOL)hasName: (NSString *)name;
1552 -(int)getCount;
1553 -(NSString *)getName: (int)index;
1554 -(FSPDFObject*)getObj: (NSString *)name;
1555 -(BOOL)setObj: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
1556 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
1557 -(BOOL)add: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
1558 -(BOOL)removeObj: (NSString *)name;
1559 -(BOOL)removeAllObjs;
1560 
1561 -(void)dealloc;
1562 
1563 @end
1564 
1565 typedef NS_ENUM(NSInteger, FSPDFNumberTreeType) {
1567 };
1568 
1570 -(void*)getCptr;
1571 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1572 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNumberTreeType)type;
1573 -(id)init;
1574 -(id)initWithOther: (FSPDFNumberTree*)other;
1575 -(BOOL)isEmpty;
1577 -(BOOL)hasNumber: (int)number;
1578 -(FSPDFObject*)getObj: (int)number;
1579 -(BOOL)setObj: (int)number pdf_object: (FSPDFObject*)pdf_object;
1580 -(BOOL)removeObj: (int)number;
1581 -(BOOL)removeAllObjs;
1582 
1583 -(void)dealloc;
1584 
1585 @end
1586 
1587 typedef NS_ENUM(NSInteger, FSStructTreeEntityStructTreeEntityType) {
1592 };
1593 
1595 -(void*)getCptr;
1596 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1597 -(id)init;
1598 -(id)initWithOther: (FSStructTreeEntity*)other;
1599 -(BOOL)isEmpty;
1601 -(FSPDFPage*)getPage;
1602 
1603 -(void)dealloc;
1604 
1605 @end
1606 
1607 typedef NS_ENUM(NSInteger, FSStructElementElementInfoType) {
1613 };
1614 
1616 -(void*)getCptr;
1617 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1618 -(id)init;
1619 -(id)initWithOther: (FSStructElement*)other;
1620 -(NSString *)getStructureTypeName;
1621 -(int)getChildCount;
1622 -(FSStructTreeEntity*)getChild: (int)index;
1623 -(BOOL)hasElementInfo: (FSStructElementElementInfoType)type;
1624 -(NSString *)getElementInfo: (FSStructElementElementInfoType)type;
1626 
1627 -(void)dealloc;
1628 
1629 @end
1630 
1632 -(void*)getCptr;
1633 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1634 -(id)init;
1635 -(id)initWithOther: (FSStructMarkedContent*)other;
1637 -(unsigned int)getMCID;
1640 
1641 -(void)dealloc;
1642 
1643 @end
1644 
1645 typedef NS_ENUM(NSInteger, FSStructObjectContentStructObjectType) {
1651 };
1652 
1654 -(void*)getCptr;
1655 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1656 -(id)init;
1657 -(id)initWithOther: (FSStructObjectContent*)other;
1661 
1662 -(void)dealloc;
1663 
1664 @end
1665 
1667 -(id)init NS_UNAVAILABLE;
1668 -(void*)getCptr;
1669 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1670 -(id)initWithDocument: (FSPDFDoc*)document;
1671 -(id)initWithOther: (FSPDFStructTree*)other;
1672 -(BOOL)isEmpty;
1673 -(int)getChildCount;
1674 -(FSStructElement*)getChild: (int)index;
1675 
1676 -(void)dealloc;
1677 
1678 @end
1679 
1680 typedef NS_ENUM(NSInteger, FSRenditionMediaOptionType) {
1683 };
1684 
1685 typedef NS_ENUM(NSInteger, FSRenditionMediaPermission) {
1690 };
1691 
1692 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerType) {
1696 };
1697 
1698 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerFitStyle) {
1705 };
1706 
1707 typedef NS_ENUM(NSInteger, FSRenditionWindowType) {
1712 };
1713 
1714 typedef NS_ENUM(NSInteger, FSRenditionMonitorSpecifier) {
1722 };
1723 
1724 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowRelatedWindowType) {
1729 };
1730 
1731 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowResizeType) {
1735 };
1736 
1737 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowOffscreenEvent) {
1741 };
1742 
1743 @interface FSRendition : FSBase
1744 @property (nonatomic, weak, getter=getRenditionName) NSString * renditionName;
1745 @property (nonatomic, weak, getter=getMediaClipName) NSString * mediaClipName;
1746 @property (nonatomic, weak, getter=getMediaClipFile) FSFileSpec* mediaClipFile;
1747 @property (nonatomic, weak, getter=getMediaClipContentType) NSString * mediaClipContentType;
1748 @property (nonatomic, getter=getPermission) FSRenditionMediaPermission permission;
1749 @property (nonatomic, weak, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
1750 -(id)init NS_UNAVAILABLE;
1751 -(void*)getCptr;
1752 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1753 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc rendition_dict: (FSPDFDictionary*)rendition_dict;
1754 -(id)initWithOther: (FSRendition*)other;
1755 -(BOOL)isEmpty;
1756 -(FSPDFDictionary*)getDict;
1757 -(BOOL)hasMediaClip;
1758 -(NSString *)getMediaBaseURL;
1759 -(void)setMediaBaseURL: (NSString *)base_url opt_type: (FSRenditionMediaOptionType)opt_type;
1760 -(int)getMediaPlayerCount: (FSRenditionMediaPlayerType)type;
1761 -(FSMediaPlayer*)getMediaPlayer: (FSRenditionMediaPlayerType)type index: (int)index;
1762 -(int)addMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
1763 -(void)removeMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
1764 -(int)getVolume;
1765 -(void)setVolume: (int)volume opt_type: (FSRenditionMediaOptionType)opt_type;
1766 -(BOOL)isControlBarVisible;
1767 -(void)enableControlBarVisible: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1768 -(FSRenditionMediaPlayerFitStyle)getFitStyle;
1769 -(void)setFitStyle: (FSRenditionMediaPlayerFitStyle)fit_style opt_type: (FSRenditionMediaOptionType)opt_type;
1770 -(int)getDuration;
1771 -(void)setDuration: (int)duration opt_type: (FSRenditionMediaOptionType)opt_type;
1772 -(BOOL)isAutoPlay;
1773 -(void)enableAutoPlay: (BOOL)is_auto_play opt_type: (FSRenditionMediaOptionType)opt_type;
1774 -(int)getRepeatCount;
1775 -(void)setRepeatCount: (int)count opt_type: (FSRenditionMediaOptionType)opt_type;
1776 -(FSRenditionWindowType)getWindowType;
1777 -(void)setWindowType: (FSRenditionWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
1778 -(unsigned int)getBackgroundColor;
1779 -(void)setBackgroundColor: (unsigned int)color opt_type: (FSRenditionMediaOptionType)opt_type;
1780 -(float)getBackgroundOpacity;
1781 -(void)setBackgroundOpacity: (float)opacity opt_type: (FSRenditionMediaOptionType)opt_type;
1782 -(FSRenditionMonitorSpecifier)getMonitorSpecifier;
1783 -(void)setMonitorSpecifier: (FSRenditionMonitorSpecifier)monitor_specifier opt_type: (FSRenditionMediaOptionType)opt_type;
1784 -(int)getFloatingWindowWidth;
1785 -(int)getFloatingWindowHeight;
1786 -(void)setFloatingWindowSize: (int)width height: (int)height opt_type: (FSRenditionMediaOptionType)opt_type;
1787 -(FSRenditionFloatingWindowRelatedWindowType)getFloatingWindowRelatedWindowType;
1788 -(void)setFloatingWindowRelatedWindowType: (FSRenditionFloatingWindowRelatedWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
1789 -(FSPosition)getFloatingWindowPosition;
1790 -(void)setFloatingWindowPosition: (FSPosition)position opt_type: (FSRenditionMediaOptionType)opt_type;
1791 -(FSRenditionFloatingWindowOffscreenEvent)getFloatingWindowOffscreenEvent;
1792 -(void)setFloatingWindowOffscreenEvent: (FSRenditionFloatingWindowOffscreenEvent)offscreen_event opt_type: (FSRenditionMediaOptionType)opt_type;
1793 -(BOOL)hasFloatingWindowTitleBar;
1794 -(void)enableFloatingWindowTitleBar: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1795 -(BOOL)hasFloatingWindowCloseButton;
1796 -(void)enableFloatingWindowCloseButton: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1797 -(FSRenditionFloatingWindowResizeType)getFloatingWindowResizeType;
1798 -(void)setFloatingWindowResizeType: (FSRenditionFloatingWindowResizeType)resize_type opt_type: (FSRenditionMediaOptionType)opt_type;
1799 -(NSArray<NSString *> *)getFloatingWindowTitles;
1800 -(void)setFloatingWindowTitles: (NSArray<NSString *> *)titles opt_type: (FSRenditionMediaOptionType)opt_type;
1801 
1802 -(void)dealloc;
1803 
1804 @end
1805 
1806 @interface FSMediaPlayer : FSBase
1807 @property (nonatomic, weak, getter=getSoftwareURI) NSString * softwareURI;
1808 @property (nonatomic, weak, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
1809 -(id)init NS_UNAVAILABLE;
1810 -(void*)getCptr;
1811 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1812 -(id)initWithMedia_player_dict: (FSPDFDictionary*)media_player_dict;
1813 -(id)initWithOther: (FSMediaPlayer*)other;
1814 -(BOOL)isEmpty;
1815 -(FSPDFDictionary*)getDict;
1816 
1817 -(void)dealloc;
1818 
1819 @end
1820 
1821 typedef NS_ENUM(NSInteger, FSDestinationZoomMode) {
1830 };
1831 
1832 @interface FSDestination : FSBase
1833 -(id)init NS_UNAVAILABLE;
1834 -(void*)getCptr;
1835 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1836 +(FSDestination*)createXYZ: (FSPDFDoc*)document page_index: (int)page_index left: (float)left top: (float)top zoom_factor: (float)zoom_factor;
1837 +(FSDestination*)createFitPage: (FSPDFDoc*)document page_index: (int)page_index;
1838 +(FSDestination*)createFitHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
1839 +(FSDestination*)createFitVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
1840 +(FSDestination*)createFitRect: (FSPDFDoc*)document page_index: (int)page_index left: (float)left bottom: (float)bottom right: (float)right top: (float)top;
1841 +(FSDestination*)createFitBBox: (FSPDFDoc*)document page_index: (int)page_index;
1842 +(FSDestination*)createFitBHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
1843 +(FSDestination*)createFitBVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
1844 +(FSDestination*)createFromPDFArray: (FSPDFDoc*)document pdf_array: (FSPDFArray*)pdf_array;
1845 -(id)initWithDest_array: (FSPDFArray*)dest_array;
1846 -(id)initWithOther: (FSDestination*)other;
1847 -(BOOL)isEmpty;
1848 -(int)getPageIndex: (FSPDFDoc*)document;
1850 -(float)getLeft;
1851 -(BOOL)isLeftNull;
1852 -(float)getTop;
1853 -(BOOL)isTopNull;
1854 -(float)getRight;
1855 -(float)getBottom;
1856 -(float)getZoomFactor;
1858 
1859 -(void)dealloc;
1860 
1861 @end
1862 
1863 typedef NS_ENUM(NSInteger, FSActionType) {
1883 };
1884 
1885 typedef NS_ENUM(NSInteger, FSActionNewWindowFlag) {
1889 };
1890 
1891 @interface FSAction : FSBase
1892 -(void*)getCptr;
1893 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1894 +(FSAction*)create: (FSPDFDoc*)document action_type: (FSActionType)action_type;
1895 -(id)initWithDocument: (FSPDFDoc*)document action_dict: (FSPDFDictionary*)action_dict;
1896 -(id)initWithAction: (FSAction*)action;
1897 -(BOOL)isEmpty;
1901 -(int)getSubActionCount;
1902 -(FSAction*)getSubAction: (int)index;
1903 -(void)setSubAction: (int)index sub_action: (FSAction*)sub_action;
1904 -(void)insertSubAction: (int)index sub_action: (FSAction*)sub_action;
1905 -(void)removeSubAction: (int)index;
1906 -(void)removeAllSubActions;
1907 
1908 -(void)dealloc;
1909 
1910 @end
1911 
1913 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
1914 -(id)init NS_UNAVAILABLE;
1915 -(void*)getCptr;
1916 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1917 -(id)initWithAction: (FSAction*)action;
1918 
1919 -(void)dealloc;
1920 
1921 @end
1922 
1923 @interface FSURIAction : FSAction
1924 @property (nonatomic, weak, getter=getURI) NSString * uRI;
1925 -(id)init NS_UNAVAILABLE;
1926 -(void*)getCptr;
1927 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1928 -(id)initWithAction: (FSAction*)action;
1929 -(BOOL)isTrackPosition;
1930 -(void)setTrackPositionFlag: (BOOL)is_track_position;
1931 
1932 -(void)dealloc;
1933 
1934 @end
1935 
1937 @property (nonatomic, weak, getter=getScript) NSString * script;
1938 -(id)init NS_UNAVAILABLE;
1939 -(void*)getCptr;
1940 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1941 -(id)initWithAction: (FSAction*)action;
1942 
1943 -(void)dealloc;
1944 
1945 @end
1946 
1948 @property (nonatomic, weak, getter=getName) NSString * name;
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=getDestination) FSDestination* destination;
1960 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1961 @property (nonatomic, weak, getter=getFileSpec) FSFileSpec* fileSpec;
1962 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
1963 -(id)init NS_UNAVAILABLE;
1964 -(void*)getCptr;
1965 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1966 -(id)initWithAction: (FSAction*)action;
1967 
1968 -(void)dealloc;
1969 
1970 @end
1971 
1973 @property (nonatomic, weak, getter=getRelationship) NSString * relationship;
1974 @property (nonatomic, weak, getter=getAttachedFileName) NSString * attachedFileName;
1975 @property (nonatomic, getter=getPageIndex) int pageIndex;
1976 @property (nonatomic, getter=getFileAttachmentAnnotIndex) int fileAttachmentAnnotIndex;
1977 @property (nonatomic, weak, getter=getTarget) FSEmbeddedGotoTarget* target;
1978 -(id)init NS_UNAVAILABLE;
1979 -(void*)getCptr;
1980 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1981 -(id)initWithDocument: (FSPDFDoc*)document;
1982 -(id)initWithDocument: (FSPDFDoc*)document target_object: (FSPDFDictionary*)target_object;
1983 -(id)initWithAction: (FSEmbeddedGotoTarget*)action;
1984 -(FSPDFDictionary*)getDict;
1985 -(BOOL)isEmpty;
1986 
1987 -(void)dealloc;
1988 
1989 @end
1990 
1992 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
1993 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1994 @property (nonatomic, weak, getter=getRootFile) FSFileSpec* rootFile;
1995 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
1996 @property (nonatomic, weak, getter=getTarget) FSEmbeddedGotoTarget* target;
1997 -(id)init NS_UNAVAILABLE;
1998 -(void*)getCptr;
1999 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2000 -(id)initWithAction: (FSAction*)action;
2001 
2002 -(void)dealloc;
2003 
2004 @end
2005 
2006 typedef NS_ENUM(NSInteger, FSSubmitFormActionFlags) {
2020 };
2021 
2023 @property (nonatomic, weak, getter=getURL) NSString * uRL;
2024 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2025 @property (nonatomic, getter=getFlags) unsigned int flags;
2026 -(id)init NS_UNAVAILABLE;
2027 -(void*)getCptr;
2028 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2029 -(id)initWithAction: (FSAction*)action;
2030 
2031 -(void)dealloc;
2032 
2033 @end
2034 
2036 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2037 @property (nonatomic, getter=getFlags) unsigned int flags;
2038 -(id)init NS_UNAVAILABLE;
2039 -(void*)getCptr;
2040 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2041 -(id)initWithAction: (FSAction*)action;
2042 
2043 -(void)dealloc;
2044 
2045 @end
2046 
2048 @property (nonatomic, weak, getter=getFDFFileSpec) FSFileSpec* fDFFileSpec;
2049 -(id)init NS_UNAVAILABLE;
2050 -(void*)getCptr;
2051 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2052 -(id)initWithAction: (FSAction*)action;
2053 
2054 -(void)dealloc;
2055 
2056 @end
2057 
2059 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2060 @property (nonatomic, getter=getHideState) BOOL hideState;
2061 -(id)init NS_UNAVAILABLE;
2062 -(void*)getCptr;
2063 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2064 -(id)initWithAction: (FSAction*)action;
2065 
2066 -(void)dealloc;
2067 
2068 @end
2069 
2071 @property (nonatomic, weak, getter=getFileSpec) FSFileSpec* fileSpec;
2072 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
2073 -(id)init NS_UNAVAILABLE;
2074 -(void*)getCptr;
2075 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2076 -(id)initWithAction: (FSAction*)action;
2077 -(NSString *)getWinFileName;
2078 -(NSString *)getWinDefaultDirectory;
2079 -(NSString *)getWinAppOperation;
2080 -(NSString *)getWinAppParameter;
2081 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
2082 
2083 -(void)dealloc;
2084 
2085 @end
2086 
2087 typedef NS_ENUM(NSInteger, FSRenditionActionOperationType) {
2094 };
2095 
2097 @property (nonatomic, getter=getOperationType) FSRenditionActionOperationType operationType;
2098 @property (nonatomic, weak, getter=getScreenAnnot) FSScreen* screenAnnot;
2099 @property (nonatomic, weak, getter=getJavaScript) NSString * javaScript;
2100 -(id)init NS_UNAVAILABLE;
2101 -(void*)getCptr;
2102 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2103 -(id)initWithAction: (FSAction*)action;
2104 -(int)getRenditionCount;
2105 -(FSRendition*)getRendition: (int)index;
2106 -(void)insertRendition: (FSRendition*)rendition index: (int)index;
2107 -(void)removeRendition: (FSRendition*)rendition;
2108 
2109 -(void)dealloc;
2110 
2111 @end
2112 
2113 typedef NS_ENUM(NSInteger, FSAdditionalActionTriggerEvent) {
2135 };
2136 
2138 -(id)init NS_UNAVAILABLE;
2139 -(void*)getCptr;
2140 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2141 -(id)initWithDoc: (FSPDFDoc*)doc pdf_dict: (FSPDFDictionary*)pdf_dict;
2142 -(id)initWithPage: (FSPDFPage*)page;
2143 -(id)initWithField: (FSField*)field;
2144 -(id)initWithAnnot: (FSAnnot*)annot;
2145 -(id)initWithOther: (FSAdditionalAction*)other;
2146 -(BOOL)isEmpty;
2147 -(FSAction*)getAction: (FSAdditionalActionTriggerEvent)trigger;
2148 -(void)setAction: (FSAdditionalActionTriggerEvent)trigger action: (FSAction*)action;
2149 -(BOOL)removeAction: (FSAdditionalActionTriggerEvent)trigger;
2150 -(BOOL)removeAllActions;
2151 -(BOOL)doJSAction: (FSAdditionalActionTriggerEvent)trigger;
2153 
2154 -(void)dealloc;
2155 
2156 @end
2157 
2158 typedef NS_ENUM(NSInteger, FSDefaultAppearanceDefAPFlags) {
2162 };
2163 
2164 @interface FSDefaultAppearance : NSObject
2165 {
2166  void *swigCPtr;
2167  BOOL swigCMemOwn;
2168 }
2169 @property (nonatomic, getter=getFlags) unsigned int flags;
2170 @property (nonatomic, getter=getText_size) float text_size;
2171 @property (nonatomic, getter=getText_color) unsigned int text_color;
2172 @property (nonatomic, weak, getter=getFont) FSFont* font;
2173 -(void*)getCptr;
2174 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2175 -(id)initWithFlags: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
2176 -(id)init;
2177 -(id)initWithDefault_appearance: (FSDefaultAppearance*)default_appearance;
2178 -(void)set: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
2179 
2180 -(void)dealloc;
2181 
2182 @end
2183 
2184 typedef NS_ENUM(NSInteger, FSRichTextStyleCornerMarkStyle) {
2188 };
2189 
2190 @interface FSRichTextStyle : NSObject
2191 {
2192  void *swigCPtr;
2193  BOOL swigCMemOwn;
2194 }
2195 @property (nonatomic, weak, getter=getFont) FSFont* font;
2196 @property (nonatomic, getter=getText_size) float text_size;
2197 @property (nonatomic, getter=getText_alignment) FSAlignment text_alignment;
2198 @property (nonatomic, getter=getText_color) unsigned int text_color;
2199 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
2200 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
2201 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
2202 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
2203 @property (nonatomic, getter=getMark_style) FSRichTextStyleCornerMarkStyle mark_style;
2204 @property (nonatomic, getter=getChar_space) float char_space;
2205 @property (nonatomic, getter=getWord_space) float word_space;
2206 -(void*)getCptr;
2207 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2208 -(id)initWithFont: (FSFont*)font text_size: (float)text_size text_alignment: (FSAlignment)text_alignment text_color: (unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (FSRichTextStyleCornerMarkStyle)mark_style char_space: (float)char_space word_space: (float)word_space;
2209 -(id)init;
2210 -(id)initWithStyle: (FSRichTextStyle*)style;
2211 -(void)set: (FSFont*)font text_size: (float)text_size text_alignment: (FSAlignment)text_alignment text_color: (unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (FSRichTextStyleCornerMarkStyle)mark_style char_space: (float)char_space word_space: (float)word_space;
2212 -(void)dealloc;
2213 
2214 @end
2215 
2216 typedef NS_ENUM(NSInteger, FSBorderInfoStyle) {
2223 };
2224 
2225 @interface FSBorderInfo : NSObject
2226 {
2227  void *swigCPtr;
2228  BOOL swigCMemOwn;
2229 }
2230 @property (nonatomic, getter=getWidth) float width;
2231 @property (nonatomic, getter=getStyle) FSBorderInfoStyle style;
2232 @property (nonatomic, getter=getCloud_intensity) float cloud_intensity;
2233 @property (nonatomic, getter=getDash_phase) float dash_phase;
2234 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
2235 -(void*)getCptr;
2236 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2237 -(id)initWithWidth: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
2238 -(id)init;
2239 -(id)initWithBorder_info: (FSBorderInfo*)border_info;
2240 -(void)set: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
2241 -(void)dealloc;
2242 
2243 @end
2244 
2245 @interface FSQuadPoints : NSObject
2246 {
2247  void *swigCPtr;
2248  BOOL swigCMemOwn;
2249 }
2250 @property (nonatomic, weak, getter=getFirst) FSPointF* first;
2251 @property (nonatomic, weak, getter=getSecond) FSPointF* second;
2252 @property (nonatomic, weak, getter=getThird) FSPointF* third;
2253 @property (nonatomic, weak, getter=getFourth) FSPointF* fourth;
2254 -(void*)getCptr;
2255 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2256 -(id)initWithFirst: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
2257 -(id)init;
2258 -(id)initWithQuad_points: (FSQuadPoints*)quad_points;
2259 -(void)set: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
2260 
2261 -(void)dealloc;
2262 
2263 @end
2264 
2265 @interface FSQuadPointsArray : NSObject
2266 {
2267  void *swigCPtr;
2268  BOOL swigCMemOwn;
2269 }
2270 -(void*)getCptr;
2271 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2272 -(id)init;
2273 -(id)initWithOther: (FSQuadPointsArray*)other;
2274 -(unsigned long)getSize;
2275 -(FSQuadPoints*)getAt: (unsigned long)index;
2276 -(void)add: (FSQuadPoints*)element;
2277 -(void)removeAt: (unsigned long)index;
2278 -(void)insertAt: (unsigned long)index element: (FSQuadPoints*)element;
2279 -(void)removeAll;
2280 
2281 -(void)dealloc;
2282 
2283 @end
2284 
2285 typedef NS_ENUM(NSInteger, FSIconFitScaleWayType) {
2291 };
2292 
2293 @interface FSIconFit : NSObject
2294 {
2295  void *swigCPtr;
2296  BOOL swigCMemOwn;
2297 }
2298 @property (nonatomic, getter=getScale_way_type) FSIconFitScaleWayType scale_way_type;
2299 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
2300 @property (nonatomic, getter=getHorizontal_fraction) float horizontal_fraction;
2301 @property (nonatomic, getter=getVertical_fraction) float vertical_fraction;
2302 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
2303 -(void*)getCptr;
2304 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2305 -(id)init;
2306 -(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;
2307 -(id)initWithIcon_fit: (FSIconFit*)icon_fit;
2308 -(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;
2309 -(void)dealloc;
2310 
2311 @end
2312 
2313 typedef NS_ENUM(NSInteger, FSAnnotType) {
2344 };
2345 
2346 typedef NS_ENUM(NSInteger, FSAnnotFlags) {
2357 };
2358 
2359 typedef NS_ENUM(NSInteger, FSAnnotHighlightingMode) {
2365 };
2366 
2367 typedef NS_ENUM(NSInteger, FSAnnotProperty) {
2372 };
2373 
2374 typedef NS_ENUM(NSInteger, FSAnnotMKEntry) {
2386 };
2387 
2388 typedef NS_ENUM(NSInteger, FSAnnotMKIconCaptionRelation) {
2396 };
2397 
2398 typedef NS_ENUM(NSInteger, FSAnnotAppearanceType) {
2402 };
2403 
2404 @interface FSAnnot : FSBase
2405 @property (nonatomic, weak, getter=getContent) NSString * content;
2406 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
2407 @property (nonatomic, getter=getFlags) unsigned int flags;
2408 @property (nonatomic, weak, getter=getUniqueID) NSString * uniqueID;
2409 @property (nonatomic, weak, getter=getBorderInfo) FSBorderInfo* borderInfo;
2410 @property (nonatomic, getter=getBorderColor) unsigned int borderColor;
2411 -(void*)getCptr;
2412 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2413 -(id)initWithPage: (FSPDFPage*)page annot_dict: (FSPDFDictionary*)annot_dict;
2414 -(id)initWithAnnot: (FSAnnot*)annot;
2415 -(BOOL)isEmpty;
2416 -(FSPDFPage*)getPage;
2417 -(BOOL)isMarkup;
2418 -(FSAnnotType)getType;
2419 -(int)getIndex;
2420 -(FSRectF*)getRect;
2421 -(FSMatrix2D*)getDisplayMatrix: (FSMatrix2D*)page_display_matrix;
2422 -(BOOL)move: (FSRectF*)rect;
2423 -(BOOL)FSMoveWithResetAppearance: (FSRectF*)rect is_reset_appearance: (BOOL)is_reset_appearance;
2424 -(BOOL)resetAppearanceStream;
2425 -(BOOL)FSResetApStreamWithIsGenerateNewAppearanceObj: (BOOL)is_generate_new_appearance_obj;
2426 -(FSRectI*)getDeviceRect: (FSMatrix2D*)matrix;
2427 -(FSPDFDictionary*)getDict;
2428 -(BOOL)hasProperty: (FSAnnotProperty)property;
2429 -(BOOL)removeProperty: (FSAnnotProperty)property;
2430 -(FSPDFDictionary*)getOptionalContent;
2431 -(FSPDFStream*)getAppearanceStream: (FSAnnotAppearanceType)type appearance_state: (NSString *)appearance_state;
2432 
2433 -(void)dealloc;
2434 
2435 @end
2436 
2437 @interface FSAnnotArray : NSObject
2438 {
2439  void *swigCPtr;
2440  BOOL swigCMemOwn;
2441 }
2442 -(void*)getCptr;
2443 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2444 -(id)init;
2445 -(id)initWithOther: (FSAnnotArray*)other;
2446 -(unsigned long)getSize;
2447 -(FSAnnot*)getAt: (unsigned long)index;
2448 -(void)add: (FSAnnot*)element;
2449 -(void)removeAt: (unsigned long)index;
2450 -(void)insertAt: (unsigned long)index element: (FSAnnot*)element;
2451 -(void)removeAll;
2452 
2453 -(void)dealloc;
2454 
2455 @end
2456 
2457 @interface FSShadingColor : NSObject
2458 {
2459  void *swigCPtr;
2460  BOOL swigCMemOwn;
2461 }
2462 @property (nonatomic, getter=getFirst_color) unsigned int first_color;
2463 @property (nonatomic, getter=getSecond_color) unsigned int second_color;
2464 -(void*)getCptr;
2465 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2466 -(id)initWithFirstcolor: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
2467 -(id)init;
2468 -(id)initWithShading_color: (FSShadingColor*)shading_color;
2469 -(void)set: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
2470 -(void)dealloc;
2471 
2472 @end
2473 
2474 
2475 
2476 @interface FSMarkupArray : NSObject
2477 {
2478  void *swigCPtr;
2479  BOOL swigCMemOwn;
2480 }
2481 -(void*)getCptr;
2482 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2483 -(id)init;
2484 -(id)initWithOther: (FSMarkupArray*)other;
2485 -(unsigned long)getSize;
2486 -(FSMarkup*)getAt: (unsigned long)index;
2487 -(void)add: (FSMarkup*)element;
2488 -(void)removeAt: (unsigned long)index;
2489 -(void)insertAt: (unsigned long)index element: (FSMarkup*)element;
2490 -(void)removeAll;
2491 
2492 -(void)dealloc;
2493 
2494 @end
2495 
2496 @interface FSNoteArray : NSObject
2497 {
2498  void *swigCPtr;
2499  BOOL swigCMemOwn;
2500 }
2501 -(void*)getCptr;
2502 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2503 -(id)init;
2504 -(id)initWithOther: (FSNoteArray*)other;
2505 -(unsigned long)getSize;
2506 -(FSNote*)getAt: (unsigned long)index;
2507 -(void)add: (FSNote*)element;
2508 -(void)removeAt: (unsigned long)index;
2509 -(void)insertAt: (unsigned long)index element: (FSNote*)element;
2510 -(void)removeAll;
2511 
2512 -(void)dealloc;
2513 
2514 @end
2515 
2516 typedef NS_ENUM(NSInteger, FSMarkupStateModel) {
2519 };
2520 
2521 typedef NS_ENUM(NSInteger, FSMarkupState) {
2531 };
2532 
2533 typedef NS_ENUM(NSInteger, FSMarkupEndingStyle) {
2544 };
2545 
2546 typedef NS_ENUM(NSInteger, FSMarkupMeasureType) {
2553 };
2554 
2555 @interface FSMarkup : FSAnnot
2556 @property (nonatomic, weak, getter=getPopup) FSPopup* popup;
2557 @property (nonatomic, weak, getter=getTitle) NSString * title;
2558 @property (nonatomic, weak, getter=getSubject) NSString * subject;
2559 @property (nonatomic, getter=getOpacity) float opacity;
2560 @property (nonatomic, weak, getter=getIntent) NSString * intent;
2561 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
2562 -(void*)getCptr;
2563 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2564 -(id)initWithAnnot: (FSAnnot*)annot;
2565 -(BOOL)removePopup;
2566 -(int)getReplyCount;
2567 -(FSNote*)getReply: (int)index;
2568 -(FSNote*)addReply;
2569 -(BOOL)removeReply: (int)index;
2570 -(BOOL)removeAllReplies;
2571 -(BOOL)isGrouped;
2572 -(FSMarkup*)getGroupHeader;
2573 -(FSMarkupArray*)getGroupElements;
2574 -(BOOL)ungroup;
2575 -(FSNoteArray*)getStateAnnots: (FSMarkupStateModel)model;
2576 -(FSNote*)addStateAnnot: (NSString *)title model: (FSMarkupStateModel)model state: (FSMarkupState)state;
2577 -(BOOL)removeAllStateAnnots;
2578 -(int)getRichTextCount;
2579 -(NSString *)getRichTextContent: (int)index;
2580 -(void)setRichTextContent: (int)index content: (NSString *)content;
2581 -(FSRichTextStyle*)getRichTextStyle: (int)index;
2582 -(void)setRichTextStyle: (int)index style: (FSRichTextStyle*)style;
2583 -(void)addRichText: (NSString *)content style: (FSRichTextStyle*)style;
2584 -(void)insertRichText: (int)index content: (NSString *)content style: (FSRichTextStyle*)style;
2585 -(void)removeRichText: (int)index;
2586 
2587 -(void)dealloc;
2588 
2589 @end
2590 
2591 @interface FSNote : FSMarkup
2592 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2593 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2594 @property (nonatomic, getter=getState) FSMarkupState state;
2595 -(void*)getCptr;
2596 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2597 -(id)init;
2598 -(id)initWithAnnot: (FSAnnot*)annot;
2599 -(FSMarkup*)getReplyTo;
2600 -(BOOL)isStateAnnot;
2601 -(FSMarkupStateModel)getStateModel;
2602 
2603 -(void)dealloc;
2604 
2605 @end
2606 
2608 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2609 -(void*)getCptr;
2610 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2611 -(id)initWithAnnot: (FSAnnot*)annot;
2612 
2613 -(void)dealloc;
2614 
2615 @end
2616 
2618 -(void*)getCptr;
2619 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2620 -(id)init;
2621 -(id)initWithAnnot: (FSAnnot*)annot;
2622 
2623 -(void)dealloc;
2624 
2625 @end
2626 
2628 -(void*)getCptr;
2629 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2630 -(id)init;
2631 -(id)initWithAnnot: (FSAnnot*)annot;
2632 
2633 -(void)dealloc;
2634 
2635 @end
2636 
2638 -(void*)getCptr;
2639 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2640 -(id)init;
2641 -(id)initWithAnnot: (FSAnnot*)annot;
2642 
2643 -(void)dealloc;
2644 
2645 @end
2646 
2648 -(void*)getCptr;
2649 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2650 -(id)init;
2651 -(id)initWithAnnot: (FSAnnot*)annot;
2652 
2653 -(void)dealloc;
2654 
2655 @end
2656 
2657 @interface FSLink : FSAnnot
2658 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2659 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
2660 @property (nonatomic, weak, getter=getAction) FSAction* action;
2661 -(void*)getCptr;
2662 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2663 -(id)init;
2664 -(id)initWithAnnot: (FSAnnot*)annot;
2665 -(BOOL)removeAction;
2666 -(BOOL)executeJavaScriptAction;
2667 
2668 -(void)dealloc;
2669 
2670 @end
2671 
2672 @interface FSSquare : FSMarkup
2673 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2674 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2675 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2676 -(void*)getCptr;
2677 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2678 -(id)init;
2679 -(id)initWithAnnot: (FSAnnot*)annot;
2680 -(NSString *)getMeasureRatioW;
2681 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2682 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2683 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2684 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2685 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2686 
2687 -(void)dealloc;
2688 
2689 @end
2690 
2691 @interface FSCircle : FSMarkup
2692 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2693 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2694 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2695 -(void*)getCptr;
2696 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2697 -(id)init;
2698 -(id)initWithAnnot: (FSAnnot*)annot;
2699 -(NSString *)getMeasureRatioW;
2700 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2701 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2702 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2703 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2704 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2705 
2706 -(void)dealloc;
2707 
2708 @end
2709 
2710 @interface FSFreeText : FSMarkup
2711 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2712 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
2713 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2714 @property (nonatomic, getter=getCalloutLineEndingStyle) FSMarkupEndingStyle calloutLineEndingStyle;
2715 @property (nonatomic, weak, getter=getCalloutLinePoints) FSPointFArray* calloutLinePoints;
2716 @property (nonatomic, weak, getter=getTextMatrix) FSMatrix2D* textMatrix;
2717 @property (nonatomic, getter=getRotation) FSRotation rotation;
2718 -(void*)getCptr;
2719 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2720 -(id)init;
2721 -(id)initWithAnnot: (FSAnnot*)annot;
2722 -(FSDefaultAppearance*)getDefaultAppearance;
2723 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
2724 -(void)rotate: (FSRotation)rotation;
2725 -(void)allowTextOverflow: (BOOL)is_text_overflow;
2726 
2727 -(void)dealloc;
2728 
2729 @end
2730 
2731 typedef NS_ENUM(NSInteger, FSLineCapPos) {
2734 };
2735 
2736 @interface FSLine : FSMarkup
2737 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
2738 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
2739 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
2740 @property (nonatomic, weak, getter=getStartPoint) FSPointF* startPoint;
2741 @property (nonatomic, weak, getter=getEndPoint) FSPointF* endPoint;
2742 @property (nonatomic, getter=getCaptionPositionType) FSLineCapPos captionPositionType;
2743 @property (nonatomic, weak, getter=getCaptionOffset) FSPointF* captionOffset;
2744 @property (nonatomic, getter=getLeaderLineLength) float leaderLineLength;
2745 @property (nonatomic, getter=getLeaderLineExtensionLength) float leaderLineExtensionLength;
2746 @property (nonatomic, getter=getLeaderLineOffset) float leaderLineOffset;
2747 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2748 -(void*)getCptr;
2749 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2750 -(id)init;
2751 -(id)initWithAnnot: (FSAnnot*)annot;
2752 -(BOOL)hasCaption;
2753 -(void)enableCaption: (BOOL)cap;
2754 -(NSString *)getMeasureRatioW;
2755 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2756 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2757 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2758 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2759 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2760 
2761 -(void)dealloc;
2762 
2763 @end
2764 
2765 @interface FSInk : FSMarkup
2766 @property (nonatomic, weak, getter=getInkList) FSPath* inkList;
2767 -(void*)getCptr;
2768 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2769 -(id)init;
2770 -(id)initWithAnnot: (FSAnnot*)annot;
2771 -(void)enableUseBezier: (BOOL)use_bezier;
2772 
2773 -(void)dealloc;
2774 
2775 @end
2776 
2777 @interface FSStamp : FSMarkup
2778 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2779 @property (nonatomic, getter=getRotation) int rotation;
2780 -(void*)getCptr;
2781 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2782 -(id)init;
2783 -(id)initWithAnnot: (FSAnnot*)annot;
2784 -(void)setBitmap: (FSBitmap*)bitmap;
2785 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
2786 -(void)rotate: (int)angle;
2787 
2788 -(void)dealloc;
2789 
2790 @end
2791 
2792 @interface FSScreen : FSAnnot
2793 @property (nonatomic, weak, getter=getMKDict) FSPDFDictionary* mKDict;
2794 @property (nonatomic, getter=getRotation) FSRotation rotation;
2795 @property (nonatomic, getter=getOpacity) float opacity;
2796 @property (nonatomic, weak, getter=getTitle) NSString * title;
2797 @property (nonatomic, weak, getter=getAction) FSAction* action;
2798 -(void*)getCptr;
2799 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2800 -(id)init;
2801 -(id)initWithAnnot: (FSAnnot*)annot;
2802 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
2803 -(FSBitmap*)getBitmap;
2804 -(void)removeAction;
2805 
2806 -(void)dealloc;
2807 
2808 @end
2809 
2810 @interface FSPolygon : FSMarkup
2811 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2812 @property (nonatomic, weak, getter=getVertexes) FSPointFArray* vertexes;
2813 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2814 -(void*)getCptr;
2815 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2816 -(id)init;
2817 -(id)initWithAnnot: (FSAnnot*)annot;
2818 -(NSString *)getMeasureRatioW;
2819 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2820 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2821 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2822 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2823 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2824 
2825 -(void)dealloc;
2826 
2827 @end
2828 
2829 @interface FSPolyLine : FSMarkup
2830 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
2831 @property (nonatomic, weak, getter=getVertexes) FSPointFArray* vertexes;
2832 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
2833 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
2834 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2835 -(void*)getCptr;
2836 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2837 -(id)init;
2838 -(id)initWithAnnot: (FSAnnot*)annot;
2839 -(NSString *)getMeasureRatioW;
2840 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2841 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2842 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2843 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2844 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2845 
2846 -(void)dealloc;
2847 
2848 @end
2849 
2850 @interface FSCaret : FSMarkup
2851 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2852 -(void*)getCptr;
2853 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2854 -(id)init;
2855 -(id)initWithAnnot: (FSAnnot*)annot;
2856 
2857 -(void)dealloc;
2858 
2859 @end
2860 
2862 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2863 -(void*)getCptr;
2864 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2865 -(id)init;
2866 -(id)initWithAnnot: (FSAnnot*)annot;
2867 -(BOOL)setFileSpec: (FSFileSpec*)file_spec;
2868 -(FSFileSpec*)getFileSpec;
2869 
2870 -(void)dealloc;
2871 
2872 @end
2873 
2874 @interface FSPopup : FSAnnot
2875 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2876 -(void*)getCptr;
2877 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2878 -(id)init;
2879 -(id)initWithAnnot: (FSAnnot*)annot;
2880 -(FSMarkup*)getParent;
2881 
2882 -(void)dealloc;
2883 
2884 @end
2885 
2886 @interface FSPSInk : FSAnnot
2887 -(void*)getCptr;
2888 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2889 -(id)init;
2890 -(id)initWithAnnot: (FSAnnot*)annot;
2891 
2892 -(void)dealloc;
2893 
2894 @end
2895 
2896 typedef NS_ENUM(NSInteger, FSWidgetLineSpacingStyle) {
2902 };
2903 
2904 @interface FSWidget : FSAnnot
2905 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
2906 @property (nonatomic, weak, getter=getAction) FSAction* action;
2907 @property (nonatomic, getter=getMKRotation) FSRotation mKRotation;
2908 @property (nonatomic, getter=getMKBorderColor) unsigned int mKBorderColor;
2909 @property (nonatomic, getter=getMKBackgroundColor) unsigned int mKBackgroundColor;
2910 @property (nonatomic, weak, getter=getMKNormalCaption) NSString * mKNormalCaption;
2911 @property (nonatomic, weak, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
2912 @property (nonatomic, weak, getter=getMKDownCaption) NSString * mKDownCaption;
2913 @property (nonatomic, weak, getter=getMKNormalIconBitmap) FSBitmap* mKNormalIconBitmap;
2914 @property (nonatomic, weak, getter=getMKRolloverIconBitmap) FSBitmap* mKRolloverIconBitmap;
2915 @property (nonatomic, weak, getter=getMKDownIconBitmap) FSBitmap* mKDownIconBitmap;
2916 @property (nonatomic, weak, getter=getMKIconFit) FSIconFit* mKIconFit;
2917 @property (nonatomic, getter=getMKIconCaptionRelation) FSAnnotMKIconCaptionRelation mKIconCaptionRelation;
2918 @property (nonatomic, weak, getter=getAppearanceState) NSString * appearanceState;
2919 -(void*)getCptr;
2920 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2921 -(id)init;
2922 -(id)initWithAnnot: (FSAnnot*)annot;
2923 -(FSField*)getField;
2924 -(FSControl*)getControl;
2925 -(void)removeAction;
2926 -(BOOL)hasMKEntry: (FSAnnotMKEntry)mk_entry;
2927 -(void)removeMKEntry: (FSAnnotMKEntry)mk_entry;
2928 -(void)setMKNormalIconImage: (FSImage*)image frame_index: (int)frame_index;
2929 -(void)setMKRolloverIconImage: (FSImage*)image frame_index: (int)frame_index;
2930 -(void)setMKDownIconImage: (FSImage*)image frame_index: (int)frame_index;
2931 -(NSString *)getAppearanceOnStateName;
2932 -(FSWidgetLineSpacingStyle)getLineSpacing: (float *)line_spacing_value;
2933 -(void)setLineSpacing: (FSWidgetLineSpacingStyle)line_spacing_style line_spacing_value: (float)line_spacing_value;
2934 
2935 -(void)dealloc;
2936 
2937 @end
2938 
2939 @interface FSRedact : FSMarkup
2940 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2941 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2942 @property (nonatomic, getter=getApplyFillColor) unsigned int applyFillColor;
2943 @property (nonatomic, weak, getter=getOverlayText) NSString * overlayText;
2944 @property (nonatomic, getter=getOverlayTextAlignment) FSAlignment overlayTextAlignment;
2945 -(void*)getCptr;
2946 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2947 -(id)init;
2948 -(id)initWithAnnot: (FSAnnot*)annot;
2949 -(BOOL)isOverlayTextRepeated;
2950 -(void)enableRepeatOverlayText: (BOOL)is_to_repeat_overlay_text;
2951 -(void)enableAutoFontSize;
2952 -(FSDefaultAppearance*)getDefaultAppearance;
2953 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
2954 -(BOOL)apply;
2955 
2956 -(void)dealloc;
2957 
2958 @end
2959 
2960 typedef NS_ENUM(NSInteger, FSSoundSampleEncodingFormat) {
2965 };
2966 
2967 @interface FSSound : FSMarkup
2968 -(void*)getCptr;
2969 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2970 -(id)init;
2971 -(id)initWithAnnot: (FSAnnot*)annot;
2973 -(float)getSamplingRate;
2974 -(int)getChannelCount;
2975 -(int)getBits;
2977 -(NSString *)getCompressionFormat;
2979 
2980 -(void)dealloc;
2981 
2982 @end
2983 
2984 @interface FSPagingSeal : FSAnnot
2985 -(id)init NS_UNAVAILABLE;
2986 -(void*)getCptr;
2987 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2988 -(id)initWithAnnot: (FSAnnot*)annot;
2990 
2991 -(void)dealloc;
2992 
2993 @end
2994 
2995 typedef NS_ENUM(NSInteger, FSRendererColorMode) {
2999 };
3000 
3001 typedef NS_ENUM(NSInteger, FSRendererContentFlag) {
3004 };
3005 
3006 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
3009 };
3010 
3011 @interface FSRenderer : FSBase
3012 -(id)init NS_UNAVAILABLE;
3013 -(void*)getCptr;
3014 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3015 -(id)initWithBitmap: (FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
3016 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
3017 -(id)initWithOther: (FSRenderer*)other;
3018 -(BOOL)isEmpty;
3019 -(FSProgressive*)startQuickRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3020 -(FSProgressive*)startRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3021 -(FSProgressive*)startRenderReflowPage: (FSReflowPage*)reflow_page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3022 -(FSProgressive*)startRenderXFAPage: (FSXFAPage*)xfa_page_view matrix: (FSMatrix2D*)matrix is_highlight: (BOOL)is_highlight pause: (id<FSPauseCallback>)pause;
3023 -(FSProgressive*)startRenderBitmap: (FSBitmap*)bitmap matrix: (FSMatrix2D*)matrix clip_rect: (FSRectI*)clip_rect interpolation: (unsigned int)interpolation pause: (id<FSPauseCallback>)pause;
3024 -(void)setRenderAnnotAppearanceType: (FSAnnotAppearanceType)ap_type;
3025 -(BOOL)renderAnnot: (FSAnnot*)annot matrix: (FSMatrix2D*)matrix;
3026 -(BOOL)renderFormControls: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
3027 -(BOOL)renderGraphicsObject: (FSGraphicsObject*)graphics_object page: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
3028 -(void)setClipRect: (FSRectI*)clip_rect;
3029 -(void)setClipPathFill: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix fill_mode: (FSFillMode)fill_mode;
3030 -(void)setClipPathStroke: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix graph_state: (FSGraphState*)graph_state;
3031 -(void)setRenderContentFlags: (unsigned int)render_content_flags;
3032 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
3033 -(void)setRenderFormField: (BOOL)is_render_formfield;
3034 -(void)setRenderSignature: (BOOL)is_render_signature;
3035 -(void)setLayerContext: (FSLayerContext*)layer_context;
3036 -(void)setColorMode: (FSRendererColorMode)color_mode;
3037 -(void)setMappingModeColors: (unsigned int)background_color foreground_color: (unsigned int)foreground_color;
3038 -(void)setClearType: (BOOL)is_clear_type;
3039 -(void)setPrintTextAsGraphic: (BOOL)is_to_print_text_graphic;
3040 -(void)setPrintTextAsImage: (BOOL)is_to_print_text_image;
3041 -(void)setForceDownSample: (BOOL)is_to_force_down_sample;
3042 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
3043 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
3044 -(void)enableForPrint: (BOOL)is_render_for_print;
3045 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
3046 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
3047 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
3048 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
3049 -(void)setRenderPathFullCovered: (BOOL)is_render_path_full_covered;
3050 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
3051 -(void)setRenderEnhanceThinLines: (BOOL)is_render_enhance_thin_lines;
3052 -(void)setRenderSignatureState: (BOOL)is_render_signature_state;
3053 
3054 -(void)dealloc;
3055 
3056 @end
3057 
3058 typedef NS_ENUM(NSInteger, FSAssociatedFilesRelationship) {
3067 };
3068 
3070 -(id)init NS_UNAVAILABLE;
3071 -(void*)getCptr;
3072 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3073 -(id)initWithOther: (FSAssociatedFiles*)other;
3074 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
3075 -(BOOL)isEmpty;
3076 -(int)getAssociatedFilesCount: (FSPDFObject*)pdf_object;
3077 -(int)getAssociatedFilesCountWithGraphicsObject: (FSGraphicsObject*)graphics_object;
3078 -(FSFileSpec*)getAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
3079 -(FSFileSpec*)getAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
3080 -(void)associateFile: (FSPDFObject*)pdf_object file_spec: (FSFileSpec*)file_spec;
3081 -(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;
3082 -(void)associateFileWithPDFPage: (FSPDFPage*)page file_spec: (FSFileSpec*)file_spec;
3083 -(void)associateFileWithImageObject: (FSImageObject*)image file_spec: (FSFileSpec*)file_spec;
3084 -(void)associateFileWithFormXObject: (FSFormXObject*)form_xobject file_spec: (FSFileSpec*)file_spec;
3085 -(void)associateFileWithAnnot: (FSAnnot*)annot file_spec: (FSFileSpec*)file_spec;
3086 -(void)removeAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
3087 -(void)removeAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
3088 
3089 -(void)dealloc;
3090 
3091 @end
3092 
3093 typedef NS_ENUM(NSInteger, FSFDFDocType) {
3096 };
3097 
3098 @interface FSFDFDoc : FSBase
3099 -(id)init NS_UNAVAILABLE;
3100 -(void*)getCptr;
3101 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3102 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
3103 -(id)initWithType: (FSFDFDocType)type;
3104 -(id)initWithPath: (NSString *)path;
3105 -(id)initWithOther: (FSFDFDoc*)other;
3106 -(BOOL)isEmpty;
3108 -(NSString *)getPDFPath;
3109 -(BOOL)setPDFPath: (NSString *)pdf_path;
3110 -(BOOL)saveAs: (NSString *)file_path;
3111 -(BOOL)saveAsWithWriterCallback: (id<FSFileWriterCallback>)file;
3114 -(id)initWithBuffer: (NSData *)buffer;
3115 
3116 -(void)dealloc;
3117 
3118 @end
3119 
3120 @interface FSMenuListArray : NSObject
3121 {
3122  void *swigCPtr;
3123  BOOL swigCMemOwn;
3124 }
3125 -(void*)getCptr;
3126 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3127 -(id)init;
3128 -(id)initWithOther: (FSMenuListArray*)other;
3129 -(unsigned long)getSize;
3130 -(FSMenuList*)getAt: (unsigned long)index;
3131 -(void)add: (FSMenuList*)element;
3132 -(void)removeAt: (unsigned long)index;
3133 -(void)insertAt: (unsigned long)index element: (FSMenuList*)element;
3134 -(void)removeAll;
3135 
3136 -(void)dealloc;
3137 
3138 @end
3139 
3140 @interface FSMenuItemExArray : NSObject
3141 {
3142  void *swigCPtr;
3143  BOOL swigCMemOwn;
3144 }
3145 -(void*)getCptr;
3146 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3147 -(id)init;
3148 -(id)initWithOther: (FSMenuItemExArray*)other;
3149 -(unsigned long)getSize;
3150 -(FSMenuItemEx*)getAt: (unsigned long)index;
3151 -(void)add: (FSMenuItemEx*)element;
3152 -(void)removeAt: (unsigned long)index;
3153 -(void)insertAt: (unsigned long)index element: (FSMenuItemEx*)element;
3154 -(void)removeAll;
3155 
3156 -(void)dealloc;
3157 
3158 @end
3159 
3160 @interface FSMenuList : NSObject
3161 {
3162  void *swigCPtr;
3163  BOOL swigCMemOwn;
3164 }
3165 @property (nonatomic, getter=getLevel) int level;
3166 @property (nonatomic, weak, getter=getName) NSString * name;
3167 @property (nonatomic, weak, getter=getSub_menu_list_array) FSMenuListArray* sub_menu_list_array;
3168 -(void*)getCptr;
3169 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3170 -(id)init;
3171 -(id)initWithMenu_list: (FSMenuList*)menu_list;
3172 -(void)set: (int)level name: (NSString *)name sub_menu_list_array: (FSMenuListArray*)sub_menu_list_array;
3173 -(void)dealloc;
3174 
3175 @end
3176 
3177 @interface FSMenuItemEx : NSObject
3178 {
3179  void *swigCPtr;
3180  BOOL swigCMemOwn;
3181 }
3182 @property (nonatomic, weak, getter=getItem_name) NSString * item_name;
3183 @property (nonatomic, weak, getter=getReturn_name) NSString * return_name;
3184 @property (nonatomic, getter=getIs_checked) BOOL is_checked;
3185 @property (nonatomic, getter=getIs_enabled) BOOL is_enabled;
3186 @property (nonatomic, weak, getter=getSub_menu_item_array) FSMenuItemExArray* sub_menu_item_array;
3187 -(void*)getCptr;
3188 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3189 -(id)init;
3190 -(id)initWithMenu_item: (FSMenuItemEx*)menu_item;
3191 -(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;
3192 -(void)dealloc;
3193 
3194 @end
3195 
3196 @interface FSIdentityProperties : NSObject
3197 {
3198  void *swigCPtr;
3199  BOOL swigCMemOwn;
3200 }
3201 @property (nonatomic, weak, getter=getCorporation) NSString * corporation;
3202 @property (nonatomic, weak, getter=getEmail) NSString * email;
3203 @property (nonatomic, weak, getter=getLogin_name) NSString * login_name;
3204 @property (nonatomic, weak, getter=getName) NSString * name;
3205 @property (nonatomic, weak, getter=getFirst_name) NSString * first_name;
3206 @property (nonatomic, weak, getter=getLast_name) NSString * last_name;
3207 @property (nonatomic, weak, getter=getTitle) NSString * title;
3208 @property (nonatomic, weak, getter=getDepartment) NSString * department;
3209 -(void*)getCptr;
3210 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3211 -(id)init;
3212 -(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;
3213 -(id)initWithId_properities: (FSIdentityProperties*)id_properities;
3214 -(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;
3215 -(void)dealloc;
3216 
3217 @end
3218 
3219 @interface FSButtonItem : NSObject
3220 {
3221  void *swigCPtr;
3222  BOOL swigCMemOwn;
3223 }
3224 @property (nonatomic, weak, getter=getName) NSString * name;
3225 @property (nonatomic, getter=getPos) int pos;
3226 @property (nonatomic, weak, getter=getExec) NSString * exec;
3227 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3228 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3229 @property (nonatomic, weak, getter=getTooltip) NSString * tooltip;
3230 @property (nonatomic, weak, getter=getLabel) NSString * label;
3231 @property (nonatomic, weak, getter=getBitmap) FSBitmap* bitmap;
3232 -(void*)getCptr;
3233 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3234 -(id)init;
3235 -(id)initWithButton_item: (FSButtonItem*)button_item;
3236 -(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;
3237 -(void)dealloc;
3238 
3239 @end
3240 
3241 @interface FSMenuItemConfig : NSObject
3242 {
3243  void *swigCPtr;
3244  BOOL swigCMemOwn;
3245 }
3246 @property (nonatomic, weak, getter=getName) NSString * name;
3247 @property (nonatomic, weak, getter=getUser) NSString * user;
3248 @property (nonatomic, weak, getter=getParent) NSString * parent;
3249 @property (nonatomic, getter=getPos) int pos;
3250 @property (nonatomic, weak, getter=getPos_str) NSString * pos_str;
3251 @property (nonatomic, weak, getter=getExec) NSString * exec;
3252 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3253 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3254 -(void*)getCptr;
3255 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3256 -(id)init;
3257 -(id)initWithMenu_item_config: (FSMenuItemConfig*)menu_item_config;
3258 -(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;
3259 -(void)dealloc;
3260 
3261 @end
3262 
3263 @interface FSDialogDescriptionElementArray : NSObject
3264 {
3265  void *swigCPtr;
3266  BOOL swigCMemOwn;
3267 }
3268 -(void*)getCptr;
3269 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3270 -(id)init;
3271 -(id)initWithOther: (FSDialogDescriptionElementArray*)other;
3272 -(unsigned long)getSize;
3273 -(FSDialogDescriptionElement*)getAt: (unsigned long)index;
3274 -(void)add: (FSDialogDescriptionElement*)element;
3275 -(void)removeAt: (unsigned long)index;
3276 -(void)insertAt: (unsigned long)index element: (FSDialogDescriptionElement*)element;
3277 -(void)removeAll;
3278 
3279 -(void)dealloc;
3280 
3281 @end
3282 
3283 @interface FSDialogDescriptionElement : NSObject
3284 {
3285  void *swigCPtr;
3286  BOOL swigCMemOwn;
3287 }
3288 @property (nonatomic, weak, getter=getName) NSString * name;
3289 @property (nonatomic, weak, getter=getItem_id) NSString * item_id;
3290 @property (nonatomic, weak, getter=getType) NSString * type;
3291 @property (nonatomic, weak, getter=getNext_tab) NSString * next_tab;
3292 @property (nonatomic, getter=getWidth) int width;
3293 @property (nonatomic, getter=getHeight) int height;
3294 @property (nonatomic, getter=getChar_width) int char_width;
3295 @property (nonatomic, getter=getChar_height) int char_height;
3296 @property (nonatomic, weak, getter=getFont) NSString * font;
3297 @property (nonatomic, getter=getBold) BOOL bold;
3298 @property (nonatomic, getter=getItalic) BOOL italic;
3299 @property (nonatomic, weak, getter=getAlignment) NSString * alignment;
3300 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3301 @property (nonatomic, weak, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
3302 -(void*)getCptr;
3303 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3304 -(id)init;
3305 -(id)initWithDlg_des_element: (FSDialogDescriptionElement*)dlg_des_element;
3306 -(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;
3307 -(void)dealloc;
3308 
3309 @end
3310 
3311 @interface FSDialogDescriptionConfig : NSObject
3312 {
3313  void *swigCPtr;
3314  BOOL swigCMemOwn;
3315 }
3316 @property (nonatomic, weak, getter=getName) NSString * name;
3317 @property (nonatomic, weak, getter=getFirst_tab) NSString * first_tab;
3318 @property (nonatomic, getter=getWidth) int width;
3319 @property (nonatomic, getter=getHeight) int height;
3320 @property (nonatomic, getter=getChar_width) int char_width;
3321 @property (nonatomic, getter=getChar_height) int char_height;
3322 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3323 @property (nonatomic, weak, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
3324 -(void*)getCptr;
3325 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3326 -(id)init;
3327 -(id)initWithDlg_des_config: (FSDialogDescriptionConfig*)dlg_des_config;
3328 -(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;
3329 -(void)dealloc;
3330 
3331 @end
3332 
3333 @interface FSSOAPAuthenticateInfo : NSObject
3334 {
3335  void *swigCPtr;
3336  BOOL swigCMemOwn;
3337 }
3338 @property (nonatomic, weak, getter=getUsername) NSString * username;
3339 @property (nonatomic, weak, getter=getPassword) NSString * password;
3340 @property (nonatomic, getter=getIs_use_platform_auth) BOOL is_use_platform_auth;
3341 -(void*)getCptr;
3342 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3343 -(id)init;
3344 -(id)initWithSoap_authenticate: (FSSOAPAuthenticateInfo*)soap_authenticate;
3345 -(void)set: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
3346 -(void)dealloc;
3347 
3348 @end
3349 
3350 @interface FSSOAPRequestProperties : NSObject
3351 {
3352  void *swigCPtr;
3353  BOOL swigCMemOwn;
3354 }
3355 @property (nonatomic, weak, getter=getRequest_url) NSString * request_url;
3356 @property (nonatomic, weak, getter=getRequest_content) NSString * request_content;
3357 @property (nonatomic, weak, getter=getSoap_action) NSString * soap_action;
3358 @property (nonatomic, weak, getter=getSoap_namespace) NSString * soap_namespace;
3359 @property (nonatomic, weak, getter=getSoap_version) NSString * soap_version;
3360 @property (nonatomic, weak, getter=getContent_type) NSString * content_type;
3361 @property (nonatomic, getter=getIs_encode) BOOL is_encode;
3362 @property (nonatomic, getter=getIs_wiredump) BOOL is_wiredump;
3363 @property (nonatomic, weak, getter=getRequest_header) NSString * request_header;
3364 @property (nonatomic, weak, getter=getAuthenticate) FSSOAPAuthenticateInfo* authenticate;
3365 -(void*)getCptr;
3366 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3367 -(id)init;
3368 -(id)initWithRequest_properties: (FSSOAPRequestProperties*)request_properties;
3369 -(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;
3370 -(void)dealloc;
3371 
3372 @end
3373 
3374 @interface FSSOAPResponseInfo : NSObject
3375 {
3376  void *swigCPtr;
3377  BOOL swigCMemOwn;
3378 }
3379 @property (nonatomic, weak, getter=getResponse_header) NSString * response_header;
3380 @property (nonatomic, weak, getter=getResponse_body) NSString * response_body;
3381 @property (nonatomic, weak, getter=getNetwork_error) NSString * network_error;
3382 @property (nonatomic, getter=getStatus_code) unsigned int status_code;
3383 -(void*)getCptr;
3384 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3385 -(id)init;
3386 -(id)initWithSoap_response: (FSSOAPResponseInfo*)soap_response;
3387 -(void)set: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (unsigned int)status_code;
3388 -(void)dealloc;
3389 
3390 @end
3391 
3392 typedef NS_ENUM(NSInteger, FSPrintParamsPrintContent) {
3396 };
3397 
3398 typedef NS_ENUM(NSInteger, FSPrintParamsDuplexType) {
3402 };
3403 
3404 typedef NS_ENUM(NSInteger, FSPrintParamsBookletDuplexMode) {
3408 };
3409 
3410 typedef NS_ENUM(NSInteger, FSPrintParamsBookletBinding) {
3415 };
3416 
3417 typedef NS_ENUM(NSInteger, FSPrintParamsPageOrder) {
3421 };
3422 
3423 typedef NS_ENUM(NSInteger, FSPrintParamsPrintHandling) {
3430 };
3431 
3432 @interface FSPrintParams : NSObject
3433 {
3434  void *swigCPtr;
3435  BOOL swigCMemOwn;
3436 }
3437 @property (nonatomic, getter=getIs_show_ui) BOOL is_show_ui;
3438 @property (nonatomic, getter=getIs_reverse) BOOL is_reverse;
3439 @property (nonatomic, getter=getIs_print_as_image) BOOL is_print_as_image;
3440 @property (nonatomic, getter=getIs_print_auto_center) BOOL is_print_auto_center;
3441 @property (nonatomic, getter=getIs_print_auto_rotate) BOOL is_print_auto_rotate;
3442 @property (nonatomic, getter=getIs_simulate_overprinting) BOOL is_simulate_overprinting;
3443 @property (nonatomic, getter=getIs_print_page_border) BOOL is_print_page_border;
3444 @property (nonatomic, weak, getter=getPage_range) FSRange* page_range;
3445 @property (nonatomic, getter=getPrint_content) FSPrintParamsPrintContent print_content;
3446 @property (nonatomic, weak, getter=getPrinter_name) NSString * printer_name;
3447 @property (nonatomic, weak, getter=getOutput_file_name) NSString * output_file_name;
3448 @property (nonatomic, getter=getNum_copies) int num_copies;
3449 @property (nonatomic, getter=getDuplex_type) FSPrintParamsDuplexType duplex_type;
3450 @property (nonatomic, getter=getIs_tile_label) BOOL is_tile_label;
3451 @property (nonatomic, getter=getTile_mark) BOOL tile_mark;
3452 @property (nonatomic, getter=getTile_overlap) float tile_overlap;
3453 @property (nonatomic, getter=getTile_scale) float tile_scale;
3454 @property (nonatomic, getter=getHandling) FSPrintParamsPrintHandling handling;
3455 @property (nonatomic, getter=getBinding) FSPrintParamsBookletBinding binding;
3456 @property (nonatomic, getter=getBooklet_duplex_mode) FSPrintParamsBookletDuplexMode booklet_duplex_mode;
3457 @property (nonatomic, getter=getNum_pages_h) int num_pages_h;
3458 @property (nonatomic, getter=getNum_pages_v) int num_pages_v;
3459 @property (nonatomic, getter=getPage_order) FSPrintParamsPageOrder page_order;
3460 -(void*)getCptr;
3461 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3462 -(id)init;
3463 -(id)initWithPrint_params: (FSPrintParams*)print_params;
3464 -(void)dealloc;
3465 
3466 @end
3467 
3468 typedef NS_ENUM(NSInteger, FSFloatingInfoWindowPosition) {
3478 };
3479 
3480 typedef NS_ENUM(NSInteger, FSFloatingInfoRelativeTarget) {
3485 };
3486 
3487 typedef NS_ENUM(NSInteger, FSFloatingInfoResizeType) {
3491 };
3492 
3493 typedef NS_ENUM(NSInteger, FSFloatingInfoOffScreenAction) {
3497 };
3498 
3499 @interface FSFloatingInfo : NSObject
3500 {
3501  void *swigCPtr;
3502  BOOL swigCMemOwn;
3503 }
3504 @property (nonatomic, getter=getWindow_pos) FSFloatingInfoWindowPosition window_pos;
3505 @property (nonatomic, getter=getRelative_target) FSFloatingInfoRelativeTarget relative_target;
3506 @property (nonatomic, getter=getResize_type) FSFloatingInfoResizeType resize_type;
3507 @property (nonatomic, getter=getHas_close) BOOL has_close;
3508 @property (nonatomic, getter=getHas_title) BOOL has_title;
3509 @property (nonatomic, weak, getter=getTitle) NSString * title;
3510 @property (nonatomic, getter=getOff_screen) FSFloatingInfoOffScreenAction off_screen;
3511 @property (nonatomic, weak, getter=getRect) FSRectF* rect;
3512 -(void*)getCptr;
3513 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3514 -(id)init;
3515 -(id)initWithFloating_info: (FSFloatingInfo*)floating_info;
3516 -(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;
3517 -(void)dealloc;
3518 
3519 @end
3520 
3521 typedef NS_ENUM(NSInteger, FSMediaSettingsPlayerWindowType) {
3525 };
3526 
3527 @interface FSMediaSettings : NSObject
3528 {
3529  void *swigCPtr;
3530  BOOL swigCMemOwn;
3531 }
3532 @property (nonatomic, getter=getAuto_play) BOOL auto_play;
3533 @property (nonatomic, weak, getter=getBase_url) NSString * base_url;
3534 @property (nonatomic, getter=getBg_color) unsigned int bg_color;
3535 @property (nonatomic, getter=getBg_opacity) float bg_opacity;
3536 @property (nonatomic, getter=getDuration) int duration;
3537 @property (nonatomic, getter=getPage) int page;
3538 @property (nonatomic, getter=getRepeat) int repeat;
3539 @property (nonatomic, getter=getShow_ui) BOOL show_ui;
3540 @property (nonatomic, getter=getIs_visible) BOOL is_visible;
3541 @property (nonatomic, getter=getVolume) int volume;
3542 @property (nonatomic, getter=getWindow_type) FSMediaSettingsPlayerWindowType window_type;
3543 @property (nonatomic, weak, getter=getFloating_wnd_info) FSFloatingInfo* floating_wnd_info;
3544 -(void*)getCptr;
3545 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3546 -(id)init;
3547 -(id)initWithMedia_settings: (FSMediaSettings*)media_settings;
3548 -(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;
3549 -(void)dealloc;
3550 
3551 @end
3552 
3553 @interface FSPlayerArgs : NSObject
3554 {
3555  void *swigCPtr;
3556  BOOL swigCMemOwn;
3557 }
3558 @property (nonatomic, weak, getter=getDoc) FSPDFDoc* doc;
3559 @property (nonatomic, weak, getter=getScreen_annot) FSScreen* screen_annot;
3560 @property (nonatomic, weak, getter=getRendition) FSRendition* rendition;
3561 @property (nonatomic, weak, getter=getURL) NSString * uRL;
3562 @property (nonatomic, weak, getter=getAudio_format) NSString * audio_format;
3563 @property (nonatomic, weak, getter=getPlayer_settings) FSMediaSettings* player_settings;
3564 -(void*)getCptr;
3565 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3566 -(id)init;
3567 -(id)initWithPlayer_args: (FSPlayerArgs*)player_args;
3568 -(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;
3569 -(void)dealloc;
3570 
3571 @end
3572 
3573 typedef NS_ENUM(NSInteger, FSSearchOptionWordMatching) {
3577 };
3578 
3579 @interface FSSearchOption : NSObject
3580 {
3581  void *swigCPtr;
3582  BOOL swigCMemOwn;
3583 }
3584 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
3585 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
3586 @property (nonatomic, getter=getIs_search_bookmarks) BOOL is_search_bookmarks;
3587 @property (nonatomic, getter=getIs_search_in_markup) BOOL is_search_in_markup;
3588 @property (nonatomic, getter=getIs_search_in_attachments) BOOL is_search_in_attachments;
3589 @property (nonatomic, getter=getIs_ignore_accents) BOOL is_ignore_accents;
3590 @property (nonatomic, getter=getIs_proximity) BOOL is_proximity;
3591 @property (nonatomic, getter=getIs_stemming) BOOL is_stemming;
3592 @property (nonatomic, getter=getIs_ignore_full_width) BOOL is_ignore_full_width;
3593 @property (nonatomic, getter=getMax_docs) int max_docs;
3594 @property (nonatomic, getter=getWord_matching) FSSearchOptionWordMatching word_matching;
3595 @property (nonatomic, getter=getIs_search_doc_text) BOOL is_search_doc_text;
3596 -(void*)getCptr;
3597 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3598 -(id)init;
3599 -(id)initWithSearch_option: (FSSearchOption*)search_option;
3600 -(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;
3601 -(void)dealloc;
3602 
3603 @end
3604 
3605 @interface FSSearchIndexConfig : NSObject
3606 {
3607  void *swigCPtr;
3608  BOOL swigCMemOwn;
3609 }
3610 @property (nonatomic, weak, getter=getName) NSString * name;
3611 @property (nonatomic, getter=getIs_available) BOOL is_available;
3612 @property (nonatomic, weak, getter=getPath) NSString * path;
3613 @property (nonatomic, getter=getIs_selected) BOOL is_selected;
3614 -(void*)getCptr;
3615 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3616 -(id)init;
3617 -(id)initWithSearch_index_config: (FSSearchIndexConfig*)search_index_config;
3618 -(void)set: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
3619 -(void)dealloc;
3620 
3621 @end
3622 
3623 typedef NS_ENUM(NSInteger, FSMediaPlayerCallbackJSMediaPlayerState) {
3629 };
3630 
3631 
3632 
3633 typedef NS_ENUM(NSInteger, FSActionCallbackLanguage) {
3650 };
3651 
3652 typedef NS_ENUM(NSInteger, FSActionCallbackAppInfoType) {
3658 };
3659 
3660 typedef NS_ENUM(NSInteger, FSActionCallbackMailType) {
3664 };
3665 
3666 typedef NS_ENUM(NSInteger, FSActionCallbackJSFieldValueChangeType) {
3672 };
3673 
3674 typedef NS_ENUM(NSInteger, FSActionCallbackJSMediaPlayerState) {
3680 };
3681 
3682 typedef NS_ENUM(NSInteger, FSActionCallbackLayoutMode) {
3687 };
3688 
3689 typedef NS_ENUM(NSInteger, FSActionCallbackJsMailResult) {
3693 };
3694 
3695 typedef NS_ENUM(NSInteger, FSActionCallbackSearchScope) {
3700 };
3701 
3702 
3703 
3704 typedef NS_ENUM(NSInteger, FSBookmarkStyle) {
3708 };
3709 
3710 typedef NS_ENUM(NSInteger, FSBookmarkPosition) {
3717 };
3718 
3719 @interface FSBookmark : FSBase
3720 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
3721 @property (nonatomic, weak, getter=getTitle) NSString * title;
3722 @property (nonatomic, getter=getColor) unsigned int color;
3723 @property (nonatomic, getter=getStyle) unsigned int style;
3724 @property (nonatomic, weak, getter=getAction) FSAction* action;
3725 -(id)init NS_UNAVAILABLE;
3726 -(void*)getCptr;
3727 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3728 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc bookmark_dict: (FSPDFDictionary*)bookmark_dict;
3729 -(id)initWithOther: (FSBookmark*)other;
3730 -(BOOL)isEmpty;
3731 -(FSBookmark*)getParent;
3732 -(BOOL)hasChild;
3733 -(FSBookmark*)getFirstChild;
3734 -(FSBookmark*)getNextSibling;
3735 -(FSBookmark*)insert: (NSString *)title position: (FSBookmarkPosition)position;
3736 -(BOOL)moveTo: (FSBookmark*)dest_bookmark position: (FSBookmarkPosition)position;
3737 -(BOOL)removeAction;
3738 -(BOOL)isRoot;
3739 -(BOOL)isFirstChild;
3740 -(BOOL)isLastChild;
3741 -(FSPDFDictionary*)getDict;
3742 
3743 -(void)dealloc;
3744 
3745 @end
3746 
3747 @interface FSAttachments : FSBase
3748 -(id)init NS_UNAVAILABLE;
3749 -(void*)getCptr;
3750 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3751 -(id)initWithDoc: (FSPDFDoc*)doc nametree: (FSPDFNameTree*)nametree;
3752 -(id)initWithOther: (FSAttachments*)other;
3753 -(BOOL)isEmpty;
3754 -(int)getCount;
3755 -(NSString *)getKey: (int)index;
3756 -(FSFileSpec*)getEmbeddedFile: (NSString *)key;
3757 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
3758 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
3759 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
3760 -(BOOL)removeEmbeddedFile: (NSString *)key;
3761 -(BOOL)removeAllEmbeddedFiles;
3762 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
3764 
3765 -(void)dealloc;
3766 
3767 @end
3768 
3769 @interface FSFileSpec : FSBase
3770 @property (nonatomic, weak, getter=getFileName) NSString * fileName;
3771 @property (nonatomic, getter=getAssociteFileRelationship) FSAssociatedFilesRelationship associteFileRelationship;
3772 @property (nonatomic, weak, getter=getDescription) NSString * description;
3773 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
3774 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
3775 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3776 @property (nonatomic, weak, getter=getChecksum) NSData * checksum;
3777 -(id)init NS_UNAVAILABLE;
3778 -(void*)getCptr;
3779 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3780 -(id)initWithDocument: (FSPDFDoc*)document;
3781 -(id)initWithDocument: (FSPDFDoc*)document pdf_object: (FSPDFObject*)pdf_object;
3782 -(id)initWithOther: (FSFileSpec*)other;
3783 -(BOOL)isEmpty;
3784 -(long long)getFileSize;
3785 -(long long)getCompressedEmbeddedFileSize;
3786 -(id<FSFileReaderCallback>)getFileData;
3787 -(BOOL)embed: (NSString *)file_path;
3788 -(BOOL)embedWithPDFObject: (FSPDFObject*)pdf_object;
3789 -(BOOL)embedWithStreamCallback: (id<FSFileStreamCallback>)stream;
3790 -(BOOL)isEmbedded;
3791 -(FSPDFDictionary*)getDict;
3792 -(BOOL)exportToFile: (NSString *)path;
3793 -(BOOL)exportToFileStream: (id<FSFileStreamCallback>)stream;
3794 
3795 -(void)dealloc;
3796 
3797 @end
3798 
3799 @interface FSLayerNodeArray : NSObject
3800 {
3801  void *swigCPtr;
3802  BOOL swigCMemOwn;
3803 }
3804 -(void*)getCptr;
3805 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3806 -(id)init;
3807 -(id)initWithOther: (FSLayerNodeArray*)other;
3808 -(unsigned long)getSize;
3809 -(FSLayerNode*)getAt: (unsigned long)index;
3810 -(void)add: (FSLayerNode*)element;
3811 -(void)removeAt: (unsigned long)index;
3812 -(void)insertAt: (unsigned long)index element: (FSLayerNode*)element;
3813 -(void)removeAll;
3814 
3815 -(void)dealloc;
3816 
3817 @end
3818 
3819 @interface FSLayerZoomData : NSObject
3820 {
3821  void *swigCPtr;
3822  BOOL swigCMemOwn;
3823 }
3824 @property (nonatomic, getter=getMin_factor) float min_factor;
3825 @property (nonatomic, getter=getMax_factor) float max_factor;
3826 -(void*)getCptr;
3827 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3828 -(id)init;
3829 -(id)initWithMin_factor: (float)min_factor max_factor: (float)max_factor;
3830 -(id)initWithData: (FSLayerZoomData*)data;
3831 -(void)set: (float)min_factor max_factor: (float)max_factor;
3832 -(void)dealloc;
3833 
3834 @end
3835 
3836 typedef NS_ENUM(NSInteger, FSLayerTreeUsageState) {
3841 };
3842 
3843 @interface FSLayerTree : FSBase
3844 -(id)init NS_UNAVAILABLE;
3845 -(void*)getCptr;
3846 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3847 -(id)initWithDocument: (FSPDFDoc*)document;
3848 -(id)initWithOther: (FSLayerTree*)other;
3849 -(BOOL)isEmpty;
3850 -(BOOL)setBaseState: (FSLayerTreeUsageState)state;
3853 -(FSPDFArray*)getOCGs;
3854 
3855 -(void)dealloc;
3856 
3857 @end
3858 
3859 @interface FSLayerPrintData : NSObject
3860 {
3861  void *swigCPtr;
3862  BOOL swigCMemOwn;
3863 }
3864 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3865 @property (nonatomic, getter=getPrint_state) FSLayerTreeUsageState print_state;
3866 -(void*)getCptr;
3867 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3868 -(id)initWithSubtype: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
3869 -(id)init;
3870 -(id)initWithData: (FSLayerPrintData*)data;
3871 -(void)set: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
3872 -(void)dealloc;
3873 
3874 @end
3875 
3876 typedef NS_ENUM(NSInteger, FSLayerContextUsageType) {
3882 };
3883 
3885 -(id)init NS_UNAVAILABLE;
3886 -(void*)getCptr;
3887 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3888 -(id)initWithDocument: (FSPDFDoc*)document usage_type: (FSLayerContextUsageType)usage_type;
3889 -(id)initWithOther: (FSLayerContext*)other;
3890 -(BOOL)isEmpty;
3893 -(BOOL)reset;
3894 -(BOOL)copyStates: (FSLayerContext*)source_context;
3895 -(BOOL)mergeStates: (FSLayerContext*)source_context;
3896 -(BOOL)isVisible: (FSLayerNode*)layer;
3897 -(BOOL)setVisible: (FSLayerNode*)layer is_visible: (BOOL)is_visible;
3898 
3899 -(void)dealloc;
3900 
3901 @end
3902 
3903 @interface FSLayerNode : FSBase
3904 -(id)init NS_UNAVAILABLE;
3905 -(void*)getCptr;
3906 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3907 -(id)initWithOther: (FSLayerNode*)other;
3908 -(BOOL)isEmpty;
3909 -(int)getChildrenCount;
3910 -(FSLayerNode*)getChild: (int)index;
3911 -(BOOL)removeChild: (int)index;
3912 -(BOOL)moveTo: (FSLayerNode*)parent_layer_node index: (int)index;
3913 -(FSLayerNode*)addChild: (int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
3914 -(NSString *)getName;
3915 -(BOOL)isLocked;
3916 -(BOOL)hasLayer;
3917 -(BOOL)hasIntent: (NSString *)intent;
3918 -(BOOL)isInPage: (FSPDFPage*)page;
3923 -(BOOL)setName: (NSString *)name;
3924 -(BOOL)setDefaultVisible: (BOOL)is_visible;
3925 -(BOOL)setViewUsage: (FSLayerTreeUsageState)state;
3926 -(BOOL)setExportUsage: (FSLayerTreeUsageState)state;
3927 -(BOOL)setPrintUsage: (FSLayerPrintData*)data;
3928 -(BOOL)setZoomUsage: (FSLayerZoomData*)data;
3929 -(FSGraphicsObjectArray*)getGraphicsObjects: (FSPDFPage*)page;
3930 -(BOOL)addGraphicsObject: (FSPDFPage*)page graphicsobject: (FSGraphicsObject*)graphicsobject;
3931 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
3932 -(BOOL)removeUsage: (FSLayerContextUsageType)usage_type;
3934 
3935 -(void)dealloc;
3936 
3937 @end
3938 
3939 @interface FSTimer : NSObject
3940 {
3941  void *swigCPtr;
3942  BOOL swigCMemOwn;
3943 }
3944 -(id)init NS_UNAVAILABLE;
3945 -(void*)getCptr;
3946 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3947 -(void)onTimer: (int)timer;
3948 
3949 -(void)dealloc;
3950 
3951 @end
3952 
3953 typedef NS_ENUM(NSInteger, FSFillerAssistCallbackPopupMenuItem) {
3960 };
3961 
3962 
3963 
3964 typedef NS_ENUM(NSInteger, FSFillerVirtualKeyCode) {
4052 };
4053 
4054 typedef NS_ENUM(NSInteger, FSFillerEventFlags) {
4065 };
4066 
4067 @interface FSFiller : FSBase
4068 -(id)init NS_UNAVAILABLE;
4069 -(void*)getCptr;
4070 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4071 -(id)initWithForm: (FSForm*)form assist: (id<FSFillerAssistCallback>)assist;
4072 -(id)initWithOther: (FSFiller*)other;
4073 -(BOOL)isEmpty;
4074 -(void)render: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
4075 -(BOOL)onLButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4076 -(BOOL)onLButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4077 -(BOOL)onLButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4078 -(BOOL)onMouseMove: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4079 -(BOOL)onMouseEnter: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4080 -(BOOL)onMouseHover: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4081 -(BOOL)onMouseLeave: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4082 -(BOOL)onMouseWheel: (FSPDFPage*)page point: (FSPointF*)point delta: (int)delta flags: (unsigned int)flags;
4083 -(BOOL)onRButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4084 -(BOOL)onRButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4085 -(BOOL)onRButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4086 -(BOOL)onWheelButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4087 -(BOOL)onWheelButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4088 -(BOOL)onWheelButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4089 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
4090 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
4091 -(BOOL)onChar: (unsigned int)char_code flags: (unsigned int)flags;
4092 -(BOOL)setFocus: (FSControl*)control;
4093 -(BOOL)killFocus;
4094 -(void)highlightFormFields: (BOOL)is_highlight;
4095 -(void)highlightFormFieldsAndSignatures: (BOOL)is_highlight is_sign_highlight: (BOOL)is_sign_highlight;
4096 -(void)setHighlightColor: (unsigned int)color;
4097 -(void)showOverflowIndicator: (BOOL)is_show_overflow_indicator;
4098 -(BOOL)onCut;
4099 -(BOOL)onCopy;
4100 -(BOOL)onPaste;
4101 -(BOOL)onSelectAll;
4102 -(BOOL)onDelete;
4103 -(FSPointF*)getEditingTextCaretPosition: (FSMatrix2D*)matrix;
4104 
4105 -(void)dealloc;
4106 
4107 @end
4108 
4109 @interface FSFieldArray : NSObject
4110 {
4111  void *swigCPtr;
4112  BOOL swigCMemOwn;
4113 }
4114 -(void*)getCptr;
4115 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4116 -(id)init;
4117 -(id)initWithOther: (FSFieldArray*)other;
4118 -(unsigned long)getSize;
4119 -(FSField*)getAt: (unsigned long)index;
4120 -(void)add: (FSField*)element;
4121 -(void)removeAt: (unsigned long)index;
4122 -(void)insertAt: (unsigned long)index element: (FSField*)element;
4123 -(void)removeAll;
4124 
4125 -(void)dealloc;
4126 
4127 @end
4128 
4129 @interface FSChoiceOption : NSObject
4130 {
4131  void *swigCPtr;
4132  BOOL swigCMemOwn;
4133 }
4134 @property (nonatomic, weak, getter=getOption_value) NSString * option_value;
4135 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
4136 @property (nonatomic, getter=getSelected) BOOL selected;
4137 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
4138 -(void*)getCptr;
4139 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4140 -(id)init;
4141 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4142 -(id)initWithOption: (FSChoiceOption*)option;
4143 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4144 -(void)dealloc;
4145 
4146 @end
4147 
4148 @interface FSChoiceOptionArray : NSObject
4149 {
4150  void *swigCPtr;
4151  BOOL swigCMemOwn;
4152 }
4153 -(void*)getCptr;
4154 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4155 -(id)init;
4156 -(id)initWithOther: (FSChoiceOptionArray*)other;
4157 -(unsigned long)getSize;
4158 -(FSChoiceOption*)getAt: (unsigned long)index;
4159 -(void)add: (FSChoiceOption*)element;
4160 -(void)removeAt: (unsigned long)index;
4161 -(void)insertAt: (unsigned long)index element: (FSChoiceOption*)element;
4162 -(void)removeAll;
4163 
4164 -(void)dealloc;
4165 
4166 @end
4167 
4168 typedef NS_ENUM(NSInteger, FSFieldType) {
4177 };
4178 
4179 typedef NS_ENUM(NSInteger, FSFieldFlags) {
4196 };
4197 
4198 @interface FSField : FSBase
4199 @property (nonatomic, getter=getFlags) unsigned int flags;
4200 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
4201 @property (nonatomic, weak, getter=getValue) NSString * value;
4202 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4203 @property (nonatomic, weak, getter=getAlternateName) NSString * alternateName;
4204 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4205 @property (nonatomic, weak, getter=getMappingName) NSString * mappingName;
4206 @property (nonatomic, getter=getMaxLength) int maxLength;
4207 @property (nonatomic, weak, getter=getOptions) FSChoiceOptionArray* options;
4208 @property (nonatomic, getter=getTopVisibleIndex) int topVisibleIndex;
4209 -(void*)getCptr;
4210 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4211 -(id)initWithDocument: (FSPDFDoc*)document field_dict: (FSPDFDictionary*)field_dict;
4212 -(id)initWithField: (FSField*)field;
4213 -(BOOL)isEmpty;
4214 -(FSFieldType)getType;
4215 -(NSString *)getName;
4216 -(int)getControlCount;
4217 -(FSControl*)getControl: (int)index;
4218 -(int)getControlCountWithPDFPage: (FSPDFPage*)page;
4219 -(FSControl*)getControlWithPDFPage: (FSPDFPage*)page index: (int)index;
4220 -(BOOL)reset;
4221 -(FSPDFDictionary*)getDict;
4222 -(FSPDFObject*)getValueObj;
4223 -(FSPDFObject*)getDefaultValueObj;
4224 -(FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
4225 
4226 -(void)dealloc;
4227 
4228 @end
4229 
4230 @interface FSForm : FSBase
4231 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4232 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4233 @property (nonatomic, weak, getter=getFieldsInCalculationOrder) FSFieldArray* fieldsInCalculationOrder;
4234 -(id)init NS_UNAVAILABLE;
4235 -(void*)getCptr;
4236 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4237 -(id)initWithDocument: (FSPDFDoc*)document;
4238 -(id)initWithOther: (FSForm*)other;
4239 -(BOOL)isEmpty;
4240 -(BOOL)needConstructAppearances;
4241 -(void)setConstructAppearances: (BOOL)need_construct;
4242 -(FSControl*)getControlAtDevicePoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type matrix: (FSMatrix2D*)matrix;
4243 -(FSControl*)getControlAtPoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type;
4244 -(FSPDFDoc*)getDocument;
4245 -(BOOL)validateFieldName: (FSFieldType)type field_name: (NSString *)field_name;
4246 -(BOOL)renameField: (FSField*)field new_field_name: (NSString *)new_field_name;
4247 -(FSControl*)addControl: (FSPDFPage*)page field_name: (NSString *)field_name field_type: (FSFieldType)field_type rect: (FSRectF*)rect;
4248 -(BOOL)moveControl: (FSControl*)control field_name: (NSString *)field_name;
4249 -(void)removeField: (FSField*)field;
4250 -(void)removeControl: (FSControl*)control;
4251 -(int)getFieldCount: (NSString *)filter;
4252 -(FSField*)getField: (int)index filter: (NSString *)filter;
4253 -(int)getControlCount: (FSPDFPage*)page;
4254 -(FSControl*)getControl: (FSPDFPage*)page index: (int)index;
4255 -(FSFiller*)getFormFiller;
4256 -(BOOL)reset;
4257 -(BOOL)exportToXML: (NSString *)file_path;
4258 -(BOOL)exportToXMLWithFieldArray: (NSString *)file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4259 -(BOOL)exportToXMLWithWriterCallback: (id<FSFileWriterCallback>)xml_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4260 -(BOOL)importFromXML: (NSString *)file_path;
4261 -(BOOL)exportToCSV: (NSString *)csv_file_path pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4262 -(BOOL)exportToCSVWithStreamCallback: (id<FSFileStreamCallback>)csv_file pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4263 -(BOOL)exportToHTML: (NSString *)html_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4264 -(BOOL)exportToHTMLWithWriterCallback: (id<FSFileWriterCallback>)html_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4265 -(BOOL)exportToTXT: (NSString *)txt_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4266 -(BOOL)exportToTXTWithWriterCallback: (id<FSFileWriterCallback>)txt_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4267 -(FSPDFDictionary*)getDict;
4268 -(void)fixPageFields: (int)page_index;
4269 
4270 -(void)dealloc;
4271 
4272 @end
4273 
4274 @interface FSControl : FSBase
4275 @property (nonatomic, weak, getter=getExportValue) NSString * exportValue;
4276 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4277 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4278 -(id)init NS_UNAVAILABLE;
4279 -(void*)getCptr;
4280 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4281 -(id)initWithOther: (FSControl*)other;
4282 -(BOOL)isEmpty;
4283 -(FSField*)getField;
4284 -(FSPDFDictionary*)getWidgetDict;
4285 -(FSWidget*)getWidget;
4286 -(int)getIndex;
4287 -(BOOL)isChecked;
4288 -(void)setChecked: (BOOL)checked_status;
4289 -(BOOL)isDefaultChecked;
4290 -(void)setDefaultChecked: (BOOL)checked_status;
4291 
4292 -(void)dealloc;
4293 
4294 @end
4295 
4296 @interface FSSignatureArray : NSObject
4297 {
4298  void *swigCPtr;
4299  BOOL swigCMemOwn;
4300 }
4301 -(void*)getCptr;
4302 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4303 -(id)init;
4304 -(id)initWithOther: (FSSignatureArray*)other;
4305 -(unsigned long)getSize;
4306 -(FSSignature*)getAt: (unsigned long)index;
4307 -(void)add: (FSSignature*)element;
4308 -(void)removeAt: (unsigned long)index;
4309 -(void)insertAt: (unsigned long)index element: (FSSignature*)element;
4310 -(void)removeAll;
4311 
4312 -(void)dealloc;
4313 
4314 @end
4315 
4316 typedef NS_ENUM(NSInteger, FSSignatureStates) {
4346 };
4347 
4348 typedef NS_ENUM(NSInteger, FSSignatureAPFlags) {
4360 };
4361 
4362 typedef NS_ENUM(NSInteger, FSSignatureKeyName) {
4370 };
4371 
4372 typedef NS_ENUM(NSInteger, FSSignatureDigestAlgorithm) {
4377 };
4378 
4379 typedef NS_ENUM(NSInteger, FSSignatureSignatureType) {
4383 };
4384 
4385 typedef NS_ENUM(NSInteger, FSSignaturePAdESLevel) {
4392 };
4393 
4394 typedef NS_ENUM(NSInteger, FSSignatureDocPermission) {
4399 };
4400 
4401 typedef NS_ENUM(NSInteger, FSSignatureFieldMDPAction) {
4406 };
4407 
4408 typedef NS_ENUM(NSInteger, FSSignatureLabelName) {
4415 };
4416 
4417 @interface FSSignature : FSField
4418 @property (nonatomic, getter=getDocPermission) FSSignatureDocPermission docPermission;
4419 @property (nonatomic, getter=getAppearanceFlags) unsigned int appearanceFlags;
4420 @property (nonatomic, weak, getter=getSignTime) FSDateTime* signTime;
4421 @property (nonatomic, weak, getter=getFilter) NSString * filter;
4422 @property (nonatomic, weak, getter=getSubFilter) NSString * subFilter;
4423 @property (nonatomic, weak, getter=getBitmap) FSBitmap* bitmap;
4424 -(void*)getCptr;
4425 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4426 -(id)initWithField: (FSField*)field;
4427 -(id)initWithDocument: (FSPDFDoc*)document sig_field_dict: (FSPDFDictionary*)sig_field_dict;
4428 -(BOOL)isEmpty;
4429 -(BOOL)isSigned;
4430 -(void)setFieldMDPActionFields: (FSSignatureFieldMDPAction)action field_array: (NSArray<NSString *> *)field_array;
4431 -(FSSignatureFieldMDPAction)getFieldMDPAction;
4432 -(NSArray<NSString *> *)getFieldMDPActionFields;
4433 -(void)enableIncrementalSaveForFirstSigning: (BOOL)enable_incremental_save;
4434 -(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;
4435 -(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;
4436 -(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;
4437 -(FSProgressive*)startVerify: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
4438 -(NSString *)getCertificateInfo: (NSString *)key;
4439 -(unsigned int)getState;
4440 -(BOOL)clearSignedData;
4441 -(FSPDFDoc*)getDocument;
4442 -(FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
4443 -(void)setAppearanceContent: (NSString *)appearance_content;
4444 -(NSString *)getKeyValue: (FSSignatureKeyName)key;
4445 -(void)setKeyValue: (FSSignatureKeyName)key value: (NSString *)value;
4446 -(void)setKeyLabel: (FSSignatureLabelName)label_name label_value: (NSString *)label_value;
4447 -(NSString *)getKeyLabel: (FSSignatureLabelName)label_name;
4448 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
4449 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (int)frame_index;
4450 -(FSPDFDictionary*)getSignatureDict;
4451 -(void)setDefaultContentsLength: (unsigned int)default_length;
4452 -(int)getCertCount;
4453 -(NSString *)getCert: (int)index;
4454 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
4455 -(FSSignatureSignatureType)getSignatureType;
4456 -(BOOL)isTimeStamp;
4457 -(FSSignaturePAdESLevel)getPAdESLevel;
4458 -(void)setCustomObject: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
4459 -(FSSignatureArray*)getPagingSealGroupElements;
4460 -(BOOL)generateAppearance;
4461 -(FSPagingSealSignature*)getPagingSealSignature;
4462 -(void)enableEmbedFont: (BOOL)enable_embed_font;
4463 -(FSInt32Array*)getByteRangeArray;
4464 
4465 -(void)dealloc;
4466 
4467 @end
4468 
4469 typedef NS_ENUM(NSInteger, FSSignatureCallbackCertValidity) {
4478 };
4479 
4480 
4481 
4482 @interface FSTimeStampServerMgr : NSObject
4483 {
4484  void *swigCPtr;
4485  BOOL swigCMemOwn;
4486 }
4487 -(void*)getCptr;
4488 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4489 +(FSErrorCode)initialize;
4490 +(void)destroy;
4491 +(int)getServerCount;
4492 +(FSTimeStampServer*)getServer: (int)index;
4493 +(int)getServerIndex: (FSTimeStampServer*)server;
4494 +(FSTimeStampServer*)getDefaultServer;
4495 +(void)setDefaultServerWithIndex: (int)index;
4496 +(void)setDefaultServer: (FSTimeStampServer*)server;
4497 +(FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
4498 +(void)removeServerWithIndex: (int)index;
4499 +(void)removeServer: (FSTimeStampServer*)server;
4500 -(id)init;
4501 
4502 -(void)dealloc;
4503 
4504 @end
4505 
4506 typedef NS_ENUM(NSInteger, FSTimeStampServerSendRequestResult) {
4515 };
4516 
4518 -(id)init NS_UNAVAILABLE;
4519 -(void*)getCptr;
4520 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4521 -(id)initWithOther: (FSTimeStampServer*)other;
4522 -(BOOL)isEmpty;
4523 -(NSData *)getTimeStampMessage;
4524 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest: (NSData *)request;
4525 
4526 -(void)dealloc;
4527 
4528 @end
4529 
4530 
4531 
4532 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealPosition) {
4537 };
4538 
4539 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealStyle) {
4542 };
4543 
4544 @interface FSPagingSealConfig : NSObject
4545 {
4546  void *swigCPtr;
4547  BOOL swigCMemOwn;
4548 }
4549 @property (nonatomic, getter=getPaging_seal_position) FSPagingSealConfigPagingSealPosition paging_seal_position;
4550 @property (nonatomic, getter=getOffset) float offset;
4551 @property (nonatomic, getter=getFirst_page_percent) float first_page_percent;
4552 @property (nonatomic, getter=getIs_on_perforation) BOOL is_on_perforation;
4553 @property (nonatomic, getter=getPaging_seal_style) FSPagingSealConfigPagingSealStyle paging_seal_style;
4554 @property (nonatomic, getter=getIs_display_multiple_seal) BOOL is_display_multiple_seal;
4555 @property (nonatomic, getter=getPage_count_for_each_seal) int page_count_for_each_seal;
4556 -(id)init NS_UNAVAILABLE;
4557 -(void*)getCptr;
4558 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4559 -(id)initWithPaging_seal_position: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (int)page_count_for_each_seal;
4560 -(void)set: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (int)page_count_for_each_seal;
4561 -(void)dealloc;
4562 
4563 @end
4564 
4565 typedef NS_ENUM(NSInteger, FSPagingSealSignaturePagingSealAPState) {
4571 };
4572 
4574 -(id)init NS_UNAVAILABLE;
4575 -(void*)getCptr;
4576 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4577 -(void)setPagingSealConfig: (FSPagingSealConfig*)paging_seal_config;
4578 -(void)setAPStateBitmap: (FSPagingSealSignaturePagingSealAPState)ap_state bitmap: (FSBitmap*)bitmap;
4579 -(BOOL)generateAppearance;
4580 
4581 -(void)dealloc;
4582 
4583 @end
4584 
4585 typedef NS_ENUM(NSInteger, FSGraphicsObjectsTextMergeOption) {
4589 };
4590 
4592 -(void*)getCptr;
4593 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4594 -(id)initWithOther: (FSGraphicsObjects*)other;
4595 -(BOOL)isEmpty;
4596 -(long)getFirstGraphicsObjectPosition: (FSGraphicsObjectType)filter;
4597 -(long)getNextGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
4598 -(long)getLastGraphicsObjectPosition: (FSGraphicsObjectType)filter;
4599 -(long)getPrevGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
4600 -(FSGraphicsObject*)getGraphicsObject: (long)position;
4601 -(long)insertGraphicsObject: (long)position_insert_after graphics_object: (FSGraphicsObject*)graphics_object;
4602 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
4603 -(BOOL)removeGraphicsObjectByPosition: (long)position;
4604 -(long)moveGraphicsObjectByPosition: (long)current_position position_move_after: (long)position_move_after;
4605 -(long)getGraphicsObjectPosition: (FSGraphicsObject*)graphics_object;
4607 -(int)getGraphicsObjectIndex: (FSGraphicsObject*)graphics_object;
4608 -(FSGraphicsObject*)getGraphicsObjectByIndex: (int)index;
4609 -(BOOL)generateContent;
4610 -(BOOL)generateContentWithMergeOption: (FSGraphicsObjectsTextMergeOption)text_merge_option;
4611 
4612 -(void)dealloc;
4613 
4614 @end
4615 
4616 typedef NS_ENUM(NSInteger, FSPDFPageParseFlags) {
4619 };
4620 
4621 typedef NS_ENUM(NSInteger, FSPDFPageCalcMarginMode) {
4624 };
4625 
4626 typedef NS_ENUM(NSInteger, FSPDFPageFlattenOptions) {
4630 };
4631 
4632 typedef NS_ENUM(NSInteger, FSPDFPageBoxType) {
4638 };
4639 
4640 typedef NS_ENUM(NSInteger, FSPDFPageSize) {
4653 };
4654 
4656 @property (nonatomic, getter=getRotation) FSRotation rotation;
4657 @property (nonatomic, getter=getUserUnitSize) float userUnitSize;
4658 -(id)init NS_UNAVAILABLE;
4659 -(void*)getCptr;
4660 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4661 -(id)initWithDocument: (FSPDFDoc*)document page_dict: (FSPDFDictionary*)page_dict;
4662 -(id)initWithOther: (FSGraphicsObjects*)other;
4663 -(FSPDFDoc*)getDocument;
4664 -(FSPDFDictionary*)getDict;
4665 -(BOOL)isParsed;
4666 -(FSProgressive*)startParse: (unsigned int)flags pause: (id<FSPauseCallback>)pause is_reparse: (BOOL)is_reparse;
4667 -(int)getIndex;
4668 -(float)getHeight;
4669 -(float)getWidth;
4670 -(FSBitmap*)loadThumbnail;
4671 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
4672 -(FSRectF*)calcContentBBox: (FSPDFPageCalcMarginMode)mode;
4673 -(int)getAnnotCount;
4674 -(FSAnnot*)getAnnot: (int)index;
4675 -(FSAnnot*)getAnnotAtPoint: (FSPointF*)position tolerance: (float)tolerance;
4676 -(FSAnnot*)getAnnotAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
4677 -(FSAnnotArray*)getAnnotsAtPoint: (FSPointF*)position tolerance: (float)tolerance;
4678 -(FSAnnotArray*)getAnnotsAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
4679 -(FSAnnot*)addAnnot: (FSAnnotType)type rect: (FSRectF*)rect;
4680 -(FSAnnot*)addAnnotWithDictionary: (FSPDFDictionary*)annot_dict;
4681 -(BOOL)removeAnnot: (FSAnnot*)annot;
4682 -(void)moveAnnotToFirst: (FSAnnot*)annot;
4683 -(void)moveAnnotToLast: (FSAnnot*)annot;
4684 -(void)moveAnnotToPrev: (FSAnnot*)annot;
4685 -(void)moveAnnotToNext: (FSAnnot*)annot;
4686 -(void)updateAnnotList;
4687 -(BOOL)hasTransparency;
4688 -(BOOL)flatten: (BOOL)for_display options: (unsigned int)options;
4689 -(BOOL)flattenAnnot: (FSAnnot*)annot;
4690 -(BOOL)setAnnotGroup: (FSMarkupArray*)annot_array header_index: (int)header_index;
4691 -(FSSignature*)addSignature: (FSRectF*)rect;
4692 -(FSSignature*)addSignatureWithFieldName: (FSRectF*)rect field_name: (NSString *)field_name;
4693 -(FSSignature*)addSignatureWithSignatureType: (FSRectF*)rect field_name: (NSString *)field_name signature_type: (FSSignatureSignatureType)signature_type to_check_permission: (BOOL)to_check_permission;
4694 -(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;
4695 -(BOOL)hasWatermark;
4696 -(BOOL)removeAllWatermarks;
4697 -(void)setSize: (float)width height: (float)height;
4698 -(void)setSizeWithType: (FSPDFPageSize)size;
4699 -(void)setBox: (FSPDFPageBoxType)box_type box: (FSRectF*)box;
4700 -(FSRectF*)getBox: (FSPDFPageBoxType)box_type;
4701 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path need_transform_annotations: (BOOL)need_transform_annotations;
4702 -(BOOL)normalize;
4703 -(void)setClipRect: (FSRectF*)clip_rect;
4704 -(void)setThumbnail: (FSBitmap*)thumbnail;
4705 -(FSGraphicsObject*)getGraphicsObjectAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
4706 -(FSGraphicsObjectArray*)getGraphicsObjectsAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
4707 -(FSGraphicsObject*)getGraphicsObjectAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
4708 -(FSGraphicsObjectArray*)getGraphicsObjectsAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
4709 -(FSGraphicsObject*)getGraphicsObjectAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
4710 -(FSGraphicsObjectArray*)getGraphicsObjectsAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
4711 -(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;
4712 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (FSPointF*)position width: (float)width height: (float)height auto_generate_content: (BOOL)auto_generate_content;
4713 -(FSPDFArray*)getAnnots;
4714 -(FSPDFDictionary*)getResources;
4715 -(FSPDFObject*)getContents;
4716 -(FSPDFStream*)getThumb;
4717 -(FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
4718 -(void)clearRenderCache;
4719 -(FSRectF*)getSuggestedRect: (FSBitmap*)render_result render_matrix: (FSMatrix2D*)render_matrix point: (FSPointF*)point;
4720 -(BOOL)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style disable_embed_font: (BOOL)disable_embed_font;
4721 -(FSRectF*)addTextWithRotation: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style rotation: (int)rotation disable_embed_font: (BOOL)disable_embed_font;
4722 
4723 -(void)dealloc;
4724 
4725 @end
4726 
4727 @interface FSPageNumberRange : NSObject
4728 {
4729  void *swigCPtr;
4730  BOOL swigCMemOwn;
4731 }
4732 @property (nonatomic, getter=getStart_number) int start_number;
4733 @property (nonatomic, getter=getEnd_number) int end_number;
4734 @property (nonatomic, getter=getFilter) FSRangeFilter filter;
4735 -(void*)getCptr;
4736 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4737 -(id)initWithStart_number: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4738 -(id)init;
4739 -(id)initWithPage_range: (FSPageNumberRange*)page_range;
4740 -(void)set: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4741 -(void)dealloc;
4742 
4743 @end
4744 
4745 @interface FSHeaderFooterContent : NSObject
4746 {
4747  void *swigCPtr;
4748  BOOL swigCMemOwn;
4749 }
4750 @property (nonatomic, weak, getter=getHeader_left_content) NSString * header_left_content;
4751 @property (nonatomic, weak, getter=getHeader_center_content) NSString * header_center_content;
4752 @property (nonatomic, weak, getter=getHeader_right_content) NSString * header_right_content;
4753 @property (nonatomic, weak, getter=getFooter_left_content) NSString * footer_left_content;
4754 @property (nonatomic, weak, getter=getFooter_center_content) NSString * footer_center_content;
4755 @property (nonatomic, weak, getter=getFooter_right_content) NSString * footer_right_content;
4756 -(void*)getCptr;
4757 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4758 -(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;
4759 -(id)init;
4760 -(id)initWithOther: (FSHeaderFooterContent*)other;
4761 -(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;
4762 -(void)dealloc;
4763 
4764 @end
4765 
4766 @interface FSHeaderFooter : NSObject
4767 {
4768  void *swigCPtr;
4769  BOOL swigCMemOwn;
4770 }
4771 @property (nonatomic, weak, getter=getFont) FSFont* font;
4772 @property (nonatomic, getter=getText_size) float text_size;
4773 @property (nonatomic, getter=getText_color) unsigned int text_color;
4774 @property (nonatomic, weak, getter=getPage_range) FSPageNumberRange* page_range;
4775 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
4776 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
4777 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
4778 @property (nonatomic, getter=getStart_page_number) int start_page_number;
4779 @property (nonatomic, weak, getter=getContent) FSHeaderFooterContent* content;
4780 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
4781 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
4782 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
4783 -(void*)getCptr;
4784 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4785 -(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;
4786 -(id)init;
4787 -(id)initWithOther: (FSHeaderFooter*)other;
4788 -(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;
4789 -(void)dealloc;
4790 
4791 @end
4792 
4815 };
4816 
4823 };
4824 
4826 -(void*)getCptr;
4827 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4828 -(id)init;
4829 -(id)initWithOther: (FSHeaderFooterContentGenerator*)other;
4830 -(BOOL)isEmpty;
4831 -(void)addDate: (FSHeaderFooterContentGeneratorDateFormatType)format_type;
4832 -(void)addPageNumber: (FSHeaderFooterContentGeneratorPageNumberFormat)format_type;
4833 -(void)addString: (NSString *)new_string;
4834 -(void)clear;
4835 -(NSString *)generateContent;
4836 
4837 -(void)dealloc;
4838 
4839 @end
4840 
4841 @interface FSTiledWatermarkSettings : NSObject
4842 {
4843  void *swigCPtr;
4844  BOOL swigCMemOwn;
4845 }
4846 @property (nonatomic, getter=getRow_space) float row_space;
4847 @property (nonatomic, getter=getCol_space) float col_space;
4848 @property (nonatomic, getter=getRotation) float rotation;
4849 @property (nonatomic, getter=getOpacity) int opacity;
4850 @property (nonatomic, getter=getScale) int scale;
4851 -(void*)getCptr;
4852 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4853 -(id)initWithRow_space: (float)row_space col_space: (float)col_space rotation: (float)rotation opacity: (int)opacity scale: (int)scale;
4854 -(id)init;
4855 -(id)initWithSettings: (FSTiledWatermarkSettings*)settings;
4856 -(void)set: (float)row_space col_space: (float)col_space rotation: (float)rotation opacity: (int)opacity scale: (int)scale;
4857 -(void)dealloc;
4858 
4859 @end
4860 
4861 @interface FSWrapperData : NSObject
4862 {
4863  void *swigCPtr;
4864  BOOL swigCMemOwn;
4865 }
4866 @property (nonatomic, getter=getVersion) int version;
4867 @property (nonatomic, weak, getter=getType) NSString * type;
4868 @property (nonatomic, weak, getter=getApp_id) NSString * app_id;
4869 @property (nonatomic, weak, getter=getUri) NSString * uri;
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: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4875 -(id)initWithWrapper_data: (FSWrapperData*)wrapper_data;
4876 -(void)set: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4877 -(void)dealloc;
4878 
4879 @end
4880 
4881 @interface FSPayLoadData : NSObject
4882 {
4883  void *swigCPtr;
4884  BOOL swigCMemOwn;
4885 }
4886 @property (nonatomic, getter=getVersion) float version;
4887 @property (nonatomic, weak, getter=getCrypto_filter) NSString * crypto_filter;
4888 @property (nonatomic, weak, getter=getFile_name) NSString * file_name;
4889 @property (nonatomic, getter=getFile_size) long long file_size;
4890 @property (nonatomic, weak, getter=getDescription) NSString * description;
4891 -(void*)getCptr;
4892 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4893 -(id)init;
4894 -(id)initWithVersion: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
4895 -(id)initWithPayload_data: (FSPayLoadData*)payload_data;
4896 -(void)set: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
4897 -(void)dealloc;
4898 
4899 @end
4900 
4901 @interface FSPageBasicInfo : NSObject
4902 {
4903  void *swigCPtr;
4904  BOOL swigCMemOwn;
4905 }
4906 @property (nonatomic, getter=getWidth) float width;
4907 @property (nonatomic, getter=getHeight) float height;
4908 @property (nonatomic, getter=getRotation) FSRotation rotation;
4909 -(void*)getCptr;
4910 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4911 -(id)initWithWidth: (float)width height: (float)height rotation: (FSRotation)rotation;
4912 -(id)init;
4913 -(id)initWithPage_info: (FSPageBasicInfo*)page_info;
4914 -(void)set: (float)width height: (float)height rotation: (FSRotation)rotation;
4915 -(void)dealloc;
4916 
4917 @end
4918 
4919 @interface FSEmbeddedFontData : NSObject
4920 {
4921  void *swigCPtr;
4922  BOOL swigCMemOwn;
4923 }
4924 @property (nonatomic, weak, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
4925 @property (nonatomic, weak, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
4926 -(void*)getCptr;
4927 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4928 -(id)init;
4929 -(id)initWithOther: (FSEmbeddedFontData*)other;
4930 -(void)dealloc;
4931 
4932 @end
4933 
4934 @interface FSTableOfContentsConfig : NSObject
4935 {
4936  void *swigCPtr;
4937  BOOL swigCMemOwn;
4938 }
4939 @property (nonatomic, weak, getter=getTitle) NSString * title;
4940 @property (nonatomic, weak, getter=getBookmark_level_array) FSInt32Array* bookmark_level_array;
4941 @property (nonatomic, getter=getIs_show_serial_number) BOOL is_show_serial_number;
4942 @property (nonatomic, getter=getInclude_toc_pages) BOOL include_toc_pages;
4943 -(void*)getCptr;
4944 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4945 -(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;
4946 -(id)init;
4947 -(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;
4948 -(void)dealloc;
4949 
4950 @end
4951 
4952 typedef NS_ENUM(NSInteger, FSPDFDocPasswordType) {
4957 };
4958 
4959 typedef NS_ENUM(NSInteger, FSPDFDocEncryptType) {
4968 };
4969 
4970 typedef NS_ENUM(NSInteger, FSPDFDocUserPermissions) {
4979 };
4980 
4981 typedef NS_ENUM(NSInteger, FSPDFDocSaveFlags) {
4989 };
4990 
4991 typedef NS_ENUM(NSInteger, FSPDFDocImportPageFlags) {
4995 };
4996 
4997 typedef NS_ENUM(NSInteger, FSPDFDocExtractPagesOptions) {
5004 };
5005 
5006 typedef NS_ENUM(NSInteger, FSPDFDocInsertDocOptions) {
5008 };
5009 
5010 typedef NS_ENUM(NSInteger, FSPDFDocDisplayMode) {
5017 };
5018 
5019 typedef NS_ENUM(NSInteger, FSPDFDocDataType) {
5020  FSPDFDocForms = 0x0001,
5021  FSPDFDocAnnots = 0x0002,
5022  FSPDFDocLinks = 0x0004
5023 };
5024 
5025 typedef NS_ENUM(NSInteger, FSPDFDocWrapperType) {
5029 };
5030 
5031 @interface FSPDFDoc : FSBase
5032 @property (nonatomic, getter=getDisplayMode) FSPDFDocDisplayMode displayMode;
5033 @property (nonatomic, getter=getFileVersion) int fileVersion;
5034 -(void*)getCptr;
5035 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5036 -(id)init;
5037 -(id)initWithPath: (NSString *)path;
5038 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read is_async: (BOOL)is_async;
5039 -(id)initWithOther: (FSPDFDoc*)other;
5040 -(BOOL)isEmpty;
5041 -(unsigned long long)getFileSize;
5042 -(BOOL)isLinearized;
5043 -(BOOL)isTaggedPDF;
5044 -(FSErrorCode)load: (NSString *)password;
5045 -(FSErrorCode)loadW: (NSString *)password;
5046 -(FSProgressive*)startLoad: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
5047 -(FSProgressive*)startLoadW: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
5048 -(int)getFirstAvailPageIndex;
5049 -(BOOL)isXFA;
5050 -(BOOL)isEncrypted;
5051 -(void)clearRenderCache;
5052 -(FSPDFDocPasswordType)getPasswordType;
5053 -(FSPDFDocEncryptType)getEncryptionType;
5054 -(FSPDFDocPasswordType)checkPassword: (NSString *)password;
5055 -(BOOL)isUserPassword: (NSString *)password;
5056 -(BOOL)isOwnerPassword: (NSString *)password;
5057 -(NSString *)getUserPassword: (NSString *)owner_password;
5058 -(FSStdEncryptData*)getStdEncryptData;
5059 -(FSCertificateEncryptData*)getCertificateEncryptData;
5060 -(FSDRMEncryptData*)getDRMEncryptData;
5061 -(FSCustomEncryptData*)getCustomEncryptData;
5062 -(FSRMSEncryptData*)getRMSEncryptData;
5063 -(BOOL)saveAs: (NSString *)file_path save_flags: (unsigned int)save_flags;
5064 -(FSProgressive*)startSaveAs: (NSString *)file_path save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
5065 -(FSProgressive*)startSaveAsWithWriterCallback: (id<FSFileWriterCallback>)file save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
5066 -(FSBookmark*)getRootBookmark;
5067 -(FSBookmark*)createRootBookmark;
5068 -(int)getBookmarkLevelDepth;
5069 -(BOOL)removeBookmark: (FSBookmark*)bookmark;
5070 -(BOOL)hasLayer;
5071 -(BOOL)hasHeaderFooter;
5072 -(FSHeaderFooter*)getEditableHeaderFooter;
5073 -(void)addHeaderFooter: (FSHeaderFooter*)headerfooter;
5074 -(void)updateHeaderFooter: (FSHeaderFooter*)headerfooter;
5075 -(BOOL)removeAllHeaderFooters;
5076 -(int)getPageCount;
5077 -(FSPDFPage*)getPage: (int)index;
5078 -(FSPDFDictionary*)getCatalog;
5079 -(FSPDFDictionary*)getTrailer;
5080 -(FSPDFDictionary*)getInfo;
5081 -(FSPDFDictionary*)getEncryptDict;
5082 -(FSPDFDictionary*)getPagesDict;
5083 -(FSPDFObject*)getIndirectObject: (unsigned int)object_number;
5084 -(unsigned int)addIndirectObject: (FSPDFObject*)pdf_object;
5085 -(void)deleteIndirectObject: (unsigned int)object_number;
5086 -(unsigned int)getUserPermissions;
5087 -(BOOL)isWrapper;
5088 -(FSPDFDocWrapperType)getWrapperType;
5089 -(FSWrapperData*)getWrapperData;
5090 -(long long)getWrapperOffset;
5091 -(FSPayLoadData*)getPayLoadData;
5092 -(FSProgressive*)startGetPayloadFile: (id<FSFileWriterCallback>)payload_file pause: (id<FSPauseCallback>)pause;
5093 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (FSWrapperData*)wrapper_data user_permissions: (unsigned int)user_permissions owner_password: (NSString *)owner_password;
5094 -(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;
5095 -(BOOL)hasForm;
5096 -(int)getReadingBookmarkCount;
5097 -(FSReadingBookmark*)getReadingBookmark: (int)index;
5098 -(FSReadingBookmark*)insertReadingBookmark: (int)reading_bookmark_index title: (NSString *)title dest_page_index: (int)dest_page_index;
5099 -(BOOL)removeReadingBookmark: (FSReadingBookmark*)reading_bookmark;
5100 -(int)getSignatureCount;
5101 -(FSSignature*)getSignature: (int)index;
5102 -(void)removeSignature: (FSSignature*)signature;
5103 -(FSPDFPage*)insertPage: (int)index width: (float)width height: (float)height;
5104 -(FSPDFPage*)insertPageWithType: (int)index size: (FSPDFPageSize)size;
5105 -(FSPDFPage*)addPageFromTemplate: (NSString *)template_name;
5106 -(BOOL)hidePageTemplate: (NSString *)template_name;
5107 -(BOOL)removePage: (int)index;
5108 -(BOOL)removePageWithPDFPage: (FSPDFPage*)page;
5109 -(BOOL)movePageTo: (FSPDFPage*)page dest_index: (int)dest_index;
5110 -(BOOL)movePagesTo: (FSRange*)page_range dest_index: (int)dest_index;
5111 -(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;
5112 -(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;
5113 -(FSProgressive*)startExtractPages: (NSString *)file_path options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5114 -(FSProgressive*)startExtractPagesWithWriterCallback: (id<FSFileWriterCallback>)file options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5115 -(void)insertDocument: (int)dest_index src_doc: (FSPDFDoc*)src_doc options: (unsigned int)options;
5116 -(BOOL)importFromFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
5117 -(BOOL)exportToFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
5118 -(BOOL)exportAnnotToFDF: (FSAnnot*)pdf_annot fdf_doc: (FSFDFDoc*)fdf_doc;
5119 -(BOOL)exportFormFieldsToFDF: (FSFieldArray*)field_array is_include: (BOOL)is_include fdf_doc: (FSFDFDoc*)fdf_doc;
5120 -(NSString *)getHeader;
5121 -(BOOL)setSecurityHandler: (FSSecurityHandler*)handler;
5122 -(FSSecurityHandler*)getSecurityHandler;
5123 -(BOOL)removeSecurity;
5124 -(int)getFontCount;
5125 -(FSFont*)getFont: (int)index;
5126 -(FSAction*)getOpenAction;
5127 -(BOOL)setOpenAction: (FSAction*)action;
5128 -(BOOL)removeOpenAction;
5129 -(BOOL)doJSOpenAction;
5130 -(BOOL)isPortfolio;
5131 -(FSPageBasicInfo*)getPageBasicInfo: (int)index;
5132 -(FSEmbeddedFontData*)getEmbeddedFontData;
5133 -(void)createDSS;
5134 -(void)addTableOfContents: (NSString *)title bookmark_level_array: (FSInt32Array*)bookmark_level_array;
5135 -(void)addTableOfContentsWithTableOfContentsConfig: (FSTableOfContentsConfig*)table_of_contents_config;
5136 -(void)setCacheFile: (id<FSFileStreamCallback>)file_stream is_own_file_stream: (BOOL)is_own_file_stream;
5137 -(FSProgressive*)startRecognizeForm: (id<FSPauseCallback>)pause;
5138 -(NSString *)getPageText: (int)page_index;
5139 -(FSPagingSealSignature*)addPagingSealSignature: (FSRange*)page_range width: (float)width height: (float)height;
5140 -(FSProgressive*)startEmbedAllFonts: (id<FSPauseCallback>)pause;
5141 -(FSProgressive*)startAddTiledWatermark: (NSString *)text settings: (FSTiledWatermarkSettings*)settings properties: (FSWatermarkTextProperties*)properties page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5142 -(FSProgressive*)startAddTiledWatermarkWithImagepath: (NSString *)src_img_file_path settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5143 -(FSProgressive*)startAddTiledWatermarkWithImagestream: (id<FSFileReaderCallback>)src_img_stream settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5144 -(FSProgressive*)startAddTiledWatermarkWithPDFPage: (FSPDFPage*)page settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5145 -(id)initWithBuffer: (NSData *)buffer;
5146 
5147 -(void)dealloc;
5148 
5149 @end
5150 
5151 @interface FSMetadata : FSBase
5152 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
5153 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
5154 -(id)init NS_UNAVAILABLE;
5155 -(void*)getCptr;
5156 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5157 -(id)initWithDocument: (FSPDFDoc*)document;
5158 -(id)initWithOther: (FSMetadata*)other;
5159 -(BOOL)isEmpty;
5160 -(BOOL)hasKey: (NSString *)key;
5161 -(NSArray<NSString *> *)getValues: (NSString *)key;
5162 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
5163 -(NSArray<NSString *> *)getCustomerKeys;
5164 -(void)removeCustomerKey: (NSString *)key;
5165 
5166 -(void)dealloc;
5167 
5168 @end
5169 
5170 typedef NS_ENUM(NSInteger, FSDocViewerPrefsPrintScale) {
5173 };
5174 
5175 typedef NS_ENUM(NSInteger, FSDocViewerPrefsViewerPref) {
5182 };
5183 
5185 @property (nonatomic, getter=getNonFullScreenPageMode) FSPDFDocDisplayMode nonFullScreenPageMode;
5186 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
5187 @property (nonatomic, getter=getViewArea) FSPDFPageBoxType viewArea;
5188 @property (nonatomic, getter=getViewClip) FSPDFPageBoxType viewClip;
5189 @property (nonatomic, getter=getPrintArea) FSPDFPageBoxType printArea;
5190 @property (nonatomic, getter=getPrintClip) FSPDFPageBoxType printClip;
5191 @property (nonatomic, getter=getPrintScale) FSDocViewerPrefsPrintScale printScale;
5192 @property (nonatomic, getter=getPrintCopies) int printCopies;
5193 @property (nonatomic, weak, getter=getPrintRange) FSRange* printRange;
5194 -(id)init NS_UNAVAILABLE;
5195 -(void*)getCptr;
5196 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5197 -(id)initWithDocument: (FSPDFDoc*)document pdf_dict: (FSPDFDictionary*)pdf_dict;
5198 -(id)initWithOther: (FSDocViewerPrefs*)other;
5199 -(BOOL)isEmpty;
5200 -(BOOL)getUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref;
5201 -(void)setUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref value: (BOOL)value;
5202 -(FSPDFDictionary*)getDict;
5203 
5204 -(void)dealloc;
5205 
5206 @end
5207 
5208 typedef NS_ENUM(NSInteger, FSPageLabelsStyle) {
5215 };
5216 
5217 @interface FSPageLabels : FSBase
5218 -(id)init NS_UNAVAILABLE;
5219 -(void*)getCptr;
5220 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5221 -(id)initWithDocument: (FSPDFDoc*)document;
5222 -(id)initWithOther: (FSPageLabels*)other;
5223 -(BOOL)isEmpty;
5224 -(NSString *)getPageLabelTitle: (int)page_index;
5225 -(BOOL)hasPageLabel: (int)page_index;
5226 -(FSPageLabelsStyle)getPageLabelStyle: (int)page_index;
5227 -(NSString *)getPageLabelPrefix: (int)page_index;
5228 -(int)getPageLabelStart: (int)page_index;
5229 -(void)setPageLabel: (int)page_index label_style: (FSPageLabelsStyle)label_style first_label_number: (int)first_label_number prefix_string: (NSString *)prefix_string;
5230 -(void)removePageLabel: (int)page_index;
5231 -(void)removeAll;
5233 
5234 -(void)dealloc;
5235 
5236 @end
5237 
5238 
5239 
5240 @interface FSPSI : FSBase
5241 -(id)init NS_UNAVAILABLE;
5242 -(void*)getCptr;
5243 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5244 -(id)initWithBitmap: (FSBitmap*)bitmap simulate: (BOOL)simulate;
5245 -(id)initWithWidth: (int)width height: (int)height simulate: (BOOL)simulate;
5246 -(id)initWithOther: (FSPSI*)other;
5247 -(BOOL)isEmpty;
5248 -(void)setCallback: (id<FSPSICallback>)callback;
5249 -(void)setColor: (unsigned int)color;
5250 -(void)setDiameter: (int)diameter;
5251 -(void)setOpacity: (float)opacity;
5252 -(void)addPoint: (FSPointF*)point type: (FSPathPointType)type pressure: (float)pressure;
5254 -(FSBitmap*)getBitmap;
5255 -(FSPSInk*)convertToPDFAnnot: (FSPDFPage*)page annot_rect: (FSRectF*)annot_rect rotate: (FSRotation)rotate;
5256 
5257 -(void)dealloc;
5258 
5259 @end
5260 
5262 @property (nonatomic, weak, getter=getTitle) NSString * title;
5263 @property (nonatomic, getter=getPageIndex) int pageIndex;
5264 -(id)init NS_UNAVAILABLE;
5265 -(void*)getCptr;
5266 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5267 -(id)initWithOther: (FSReadingBookmark*)other;
5268 -(BOOL)isEmpty;
5269 -(FSDateTime*)getDateTime: (BOOL)is_creation_date;
5270 -(void)setDateTime: (FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
5271 
5272 -(void)dealloc;
5273 
5274 @end
5275 
5276 typedef NS_ENUM(NSInteger, FSReflowPageFlags) {
5280 };
5281 
5282 @interface FSReflowPage : FSBase
5283 -(id)init NS_UNAVAILABLE;
5284 -(void*)getCptr;
5285 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5286 -(id)initWithPage: (FSPDFPage*)page;
5287 -(id)initWithOther: (FSReflowPage*)other;
5288 -(BOOL)isEmpty;
5289 -(void)setScreenSize: (float)width height: (float)height;
5290 -(void)setScreenMargin: (int)left top: (int)top right: (int)right bottom: (int)bottom;
5291 -(void)setZoom: (int)zoom;
5292 -(void)setParseFlags: (unsigned int)flags;
5293 -(void)setLineSpace: (float)line_space;
5294 -(void)setImageScale: (float)image_scale;
5295 -(void)setTopSpace: (float)top_space;
5296 -(FSProgressive*)startParse: (id<FSPauseCallback>)pause;
5297 -(float)getContentWidth;
5298 -(float)getContentHeight;
5299 -(FSMatrix2D*)getDisplayMatrix: (float)offset_x offset_y: (float)offset_y width: (int)width height: (int)height rotate: (FSRotation)rotate;
5300 -(NSString *)getFocusData: (FSMatrix2D*)matrix point: (FSPointF*)point;
5301 -(FSPointF*)getFocusPosition: (FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
5302 -(BOOL)isParsed;
5303 
5304 -(void)dealloc;
5305 
5306 @end
5307 
5308 @interface FSWidgetChoiceOption : NSObject
5309 {
5310  void *swigCPtr;
5311  BOOL swigCMemOwn;
5312 }
5313 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
5314 @property (nonatomic, getter=getSelected) BOOL selected;
5315 -(void*)getCptr;
5316 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5317 -(id)init;
5318 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
5319 -(id)initWithOption: (FSWidgetChoiceOption*)option;
5320 -(void)set: (NSString *)option_label selected: (BOOL)selected;
5321 -(void)dealloc;
5322 
5323 @end
5324 
5325 @interface FSWidgetChoiceOptionArray : NSObject
5326 {
5327  void *swigCPtr;
5328  BOOL swigCMemOwn;
5329 }
5330 -(void*)getCptr;
5331 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5332 -(id)init;
5333 -(id)initWithOther: (FSWidgetChoiceOptionArray*)other;
5334 -(unsigned long)getSize;
5335 -(FSWidgetChoiceOption*)getAt: (unsigned long)index;
5336 -(void)add: (FSWidgetChoiceOption*)element;
5337 -(void)removeAt: (unsigned long)index;
5338 -(void)insertAt: (unsigned long)index element: (FSWidgetChoiceOption*)element;
5339 -(void)removeAll;
5340 
5341 -(void)dealloc;
5342 
5343 @end
5344 
5345 typedef NS_ENUM(NSInteger, FSAppProviderCallbackAppInfo) {
5352 };
5353 
5354 typedef NS_ENUM(NSInteger, FSAppProviderCallbackBeepType) {
5360 };
5361 
5362 typedef NS_ENUM(NSInteger, FSAppProviderCallbackStringID) {
5467 };
5468 
5469 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxIconType) {
5474 };
5475 
5476 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonType) {
5481 };
5482 
5483 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonID) {
5488 };
5489 
5490 
5491 
5492 typedef NS_ENUM(NSInteger, FSDocProviderCallbackInvalidateFlag) {
5495 };
5496 
5497 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPrintOption) {
5504 };
5505 
5506 typedef NS_ENUM(NSInteger, FSDocProviderCallbackSubmitFormat) {
5512 };
5513 
5514 typedef NS_ENUM(NSInteger, FSDocProviderCallbackTextEncoding) {
5527 };
5528 
5529 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPageViewEventType) {
5533 };
5534 
5535 typedef NS_ENUM(NSInteger, FSDocProviderCallbackWidgetEventType) {
5538 };
5539 
5540 
5541 
5542 typedef NS_ENUM(NSInteger, FSXFADocEventType) {
5546 };
5547 
5548 typedef NS_ENUM(NSInteger, FSXFADocType) {
5552 };
5553 
5554 typedef NS_ENUM(NSInteger, FSXFADocExportDataType) {
5558 };
5559 
5560 @interface FSXFADoc : FSBase
5561 -(id)init NS_UNAVAILABLE;
5562 -(void*)getCptr;
5563 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5564 -(id)initWithDocument: (FSPDFDoc*)document xfa_doc_provider_handler: (id<FSDocProviderCallback>)xfa_doc_provider_handler;
5565 -(id)initWithDocument: (FSPDFDoc*)document;
5566 -(id)initWithOther: (FSXFADoc*)other;
5567 -(BOOL)isEmpty;
5568 -(FSProgressive*)startLoad: (id<FSPauseCallback>)pause;
5569 -(void)setDocProviderCallback: (id<FSDocProviderCallback>)doc_provider_callback;
5571 -(int)getPageCount;
5572 -(FSXFAPage*)getPage: (int)page_index;
5573 -(BOOL)exportData: (NSString *)output_file_path export_type: (FSXFADocExportDataType)export_type;
5574 -(void)setPDFPath: (NSString *)pdf_file_path;
5575 -(BOOL)importData: (NSString *)file_path;
5576 -(BOOL)importDataWithReaderCallback: (id<FSFileReaderCallback>)file_reader;
5577 -(void)resetForm;
5578 -(void)flattenTo: (NSString *)output_file_path;
5579 -(void)flattenToWithStreamCallback: (id<FSFileStreamCallback>)stream;
5580 -(void)processEvent: (FSXFADocEventType)event_type;
5581 -(void)setFocus: (FSXFAWidget*)xfa_widget;
5582 -(void)killFocus;
5583 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5584 
5585 -(void)dealloc;
5586 
5587 @end
5588 
5589 @interface FSXFAPage : FSBase
5590 -(id)init NS_UNAVAILABLE;
5591 -(void*)getCptr;
5592 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5593 -(id)initWithOther: (FSXFAPage*)other;
5594 -(BOOL)isEmpty;
5595 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
5596 -(float)getWidth;
5597 -(float)getHeight;
5598 -(FSXFAWidget*)getWidgetAtDevicePoint: (FSMatrix2D*)matrix device_point: (FSPointF*)device_point tolerance: (float)tolerance;
5599 -(int)getIndex;
5600 -(int)getWidgetCount;
5601 -(FSXFAWidget*)getWidget: (int)widget_index;
5602 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5605 -(FSXFAWidget*)getNextWidget: (FSXFAWidget*)widget;
5606 -(FSXFAWidget*)getPrevWidget: (FSXFAWidget*)widget;
5607 
5608 -(void)dealloc;
5609 
5610 @end
5611 
5612 typedef NS_ENUM(NSInteger, FSXFAWidgetHitTestArea) {
5617 };
5618 
5619 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetType) {
5637 };
5638 
5639 typedef NS_ENUM(NSInteger, FSXFAWidgetPresenceProperty) {
5645 };
5646 
5647 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetNameType) {
5651 };
5652 
5653 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetHAlignType) {
5660 };
5661 
5662 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetVAlignType) {
5666 };
5667 
5668 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetEdgePosition) {
5673 };
5674 
5675 @interface FSXFAWidget : FSBase
5676 @property (nonatomic, weak, getter=getValue) NSString * value;
5677 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
5678 -(id)init NS_UNAVAILABLE;
5679 -(void*)getCptr;
5680 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5681 -(id)initWithOther: (FSXFAWidget*)other;
5682 -(BOOL)isEmpty;
5683 -(FSXFAPage*)getXFAPage;
5684 -(int)getIndex;
5685 -(void)resetData;
5686 -(FSRectF*)getRect;
5687 -(NSString *)getName: (FSXFAWidgetWidgetNameType)type;
5688 -(FSWidgetChoiceOptionArray*)getOptions;
5689 -(BOOL)setOptions: (FSWidgetChoiceOptionArray*)option_array;
5690 -(BOOL)isChecked;
5691 -(void)setCheckState: (BOOL)is_checked;
5692 -(BOOL)isListBox;
5693 -(BOOL)isSupportMultiline;
5694 -(BOOL)isSupportMultiSelect;
5695 -(FSXFAWidgetPresenceProperty)getPresence;
5696 -(BOOL)onMouseEnter;
5697 -(BOOL)onMouseExit;
5698 -(BOOL)onLButtonDown: (FSPointF*)point flags: (unsigned int)flags;
5699 -(BOOL)onLButtonUp: (FSPointF*)point flags: (unsigned int)flags;
5700 -(BOOL)onLButtonDoubleClick: (FSPointF*)point flags: (unsigned int)flags;
5701 -(BOOL)onMouseMove: (FSPointF*)point flags: (unsigned int)flags;
5702 -(BOOL)onRButtonDown: (FSPointF*)point flags: (unsigned int)flags;
5703 -(BOOL)onRButtonUp: (FSPointF*)point flags: (unsigned int)flags;
5704 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
5705 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
5706 -(BOOL)onChar: (int)input_char flags: (unsigned int)flags;
5707 -(FSXFAWidgetHitTestArea)onHitTest: (FSPointF*)point;
5708 -(FSXFAWidgetWidgetType)getType;
5709 -(FSXFAWidgetWidgetHAlignType)getHAlign;
5710 -(FSXFAWidgetWidgetVAlignType)getVAlign;
5711 -(BOOL)hasEdge: (FSXFAWidgetWidgetEdgePosition)edge_pos;
5712 -(FSSignature*)getSignature;
5713 -(NSString *)getToolTip;
5714 -(FSBitmap*)getBitmap;
5715 -(void)setImage: (FSImage*)image;
5716 -(BOOL)isAllowRichText;
5717 -(BOOL)isReadOnly;
5718 -(BOOL)isRequired;
5719 -(BOOL)validateValue: (NSString *)value format: (NSString *)format;
5720 -(NSString *)getJavaScript;
5721 
5722 -(void)dealloc;
5723 
5724 @end
5725 
5726 @interface FSWidgetMenu : FSBase
5727 -(id)init NS_UNAVAILABLE;
5728 -(void*)getCptr;
5729 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5730 -(id)initWithXfa_widget: (FSXFAWidget*)xfa_widget;
5731 -(id)initWithOther: (FSWidgetMenu*)other;
5732 -(BOOL)isEmpty;
5733 -(BOOL)canCopy;
5734 -(BOOL)canCut;
5735 -(BOOL)canPaste;
5736 -(BOOL)canSelectAll;
5737 -(BOOL)canDelete;
5738 -(BOOL)canDeSelect;
5739 -(NSString *)copy;
5740 -(NSString *)cut;
5741 -(BOOL)paste: (NSString *)text;
5742 -(BOOL)selectAll;
5743 -(BOOL)delete;
5744 -(BOOL)deSelect;
5745 -(BOOL)canUndo;
5746 -(BOOL)canRedo;
5747 -(BOOL)undo;
5748 -(BOOL)redo;
5749 -(BOOL)bold;
5750 -(BOOL)italic;
5751 -(BOOL)underline;
5752 -(BOOL)superscript;
5753 -(BOOL)subscript;
5754 -(BOOL)clearStyle;
5755 
5756 -(void)dealloc;
5757 
5758 @end
5759 
5760 
5761 
5762 typedef NS_ENUM(NSInteger, FSTextPageCharInfoTextCharFlag) {
5769 };
5770 
5771 @interface FSTextPageCharInfo : NSObject
5772 {
5773  void *swigCPtr;
5774  BOOL swigCMemOwn;
5775 }
5776 @property (nonatomic, weak, getter=getFont) FSFont* font;
5777 @property (nonatomic, getter=getFlag) FSTextPageCharInfoTextCharFlag flag;
5778 @property (nonatomic, getter=getFont_size) float font_size;
5779 @property (nonatomic, getter=getOrigin_x) float origin_x;
5780 @property (nonatomic, getter=getOrigin_y) float origin_y;
5781 @property (nonatomic, weak, getter=getChar_box) FSRectF* char_box;
5782 @property (nonatomic, weak, getter=getChar_outbox) FSRectF* char_outbox;
5783 @property (nonatomic, weak, getter=getMatrix) FSMatrix2D* matrix;
5784 -(void*)getCptr;
5785 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5786 -(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;
5787 -(id)init;
5788 -(id)initWithChar_info: (FSTextPageCharInfo*)char_info;
5789 -(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;
5790 -(void)dealloc;
5791 
5792 @end
5793 
5794 typedef NS_ENUM(NSInteger, FSTextPageTextParseFlags) {
5798 };
5799 
5800 typedef NS_ENUM(NSInteger, FSTextPageTextOrderFlag) {
5803 };
5804 
5805 @interface FSTextPage : FSBase
5806 -(id)init NS_UNAVAILABLE;
5807 -(void*)getCptr;
5808 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5809 -(id)initWithPage: (FSPDFPage*)page flags: (int)flags;
5810 -(id)initWithOther: (FSTextPage*)other;
5811 -(BOOL)isEmpty;
5812 -(int)getCharCount;
5813 -(FSTextPageCharInfo*)getCharInfo: (int)char_index;
5814 -(NSString *)getChars: (int)start count: (int)count;
5815 -(int)getIndexAtPos: (float)x y: (float)y tolerance: (float)tolerance;
5816 -(NSString *)getTextInRect: (FSRectF*)rect;
5817 -(NSString *)getText: (FSTextPageTextOrderFlag)flag;
5818 -(FSRange*)getWordAtPos: (float)x y: (float)y tolerance: (float)tolerance;
5819 -(int)getTextRectCount: (int)start count: (int)count;
5820 -(FSRectF*)getTextRect: (int)rect_index;
5821 -(FSRotation)getBaselineRotation: (int)rect_index;
5822 -(FSRectFArray*)getTextRectArrayByRect: (FSRectF*)rect;
5823 -(FSRange*)getCharRange: (FSRectF*)rect;
5824 -(NSString *)getTextUnderAnnot: (FSAnnot*)annot;
5825 
5826 -(void)dealloc;
5827 
5828 @end
5829 
5830 typedef NS_ENUM(NSInteger, FSTextSearchSearchFlags) {
5836 };
5837 
5838 @interface FSTextSearch : FSBase
5839 -(id)init NS_UNAVAILABLE;
5840 -(void*)getCptr;
5841 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5842 -(id)initWithDocument: (FSPDFDoc*)document cancel: (id<FSSearchCancelCallback>)cancel flags: (int)flags;
5843 -(id)initWithXfa_document: (FSXFADoc*)xfa_document cancel: (id<FSSearchCancelCallback>)cancel;
5844 -(id)initWithText_page: (FSTextPage*)text_page;
5845 -(id)initWithAnnot: (FSAnnot*)annot;
5846 -(id)initWithOther: (FSTextSearch*)other;
5847 -(BOOL)isEmpty;
5848 -(BOOL)setPattern: (NSString *)key_words;
5849 -(BOOL)setStartPage: (int)page_index;
5850 -(BOOL)setEndPage: (int)page_index;
5851 -(BOOL)setStartCharacter: (int)char_index;
5852 -(BOOL)setSearchFlags: (unsigned int)search_flags;
5853 -(BOOL)findNext;
5854 -(BOOL)findPrev;
5856 -(int)getMatchPageIndex;
5857 -(NSString *)getMatchSentence;
5861 -(int)getMatchEndCharIndex;
5862 
5863 -(void)dealloc;
5864 
5865 @end
5866 
5867 @interface FSTextLink : FSBase
5868 -(id)init NS_UNAVAILABLE;
5869 -(void*)getCptr;
5870 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5871 -(id)initWithOther: (FSTextLink*)other;
5872 -(BOOL)isEmpty;
5873 -(NSString *)getURI;
5874 -(int)getStartCharIndex;
5875 -(int)getEndCharIndex;
5877 
5878 -(void)dealloc;
5879 
5880 @end
5881 
5883 -(id)init NS_UNAVAILABLE;
5884 -(void*)getCptr;
5885 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5886 -(id)initWithPage: (FSTextPage*)page;
5887 -(id)initWithOther: (FSPageTextLinks*)other;
5888 -(BOOL)isEmpty;
5889 -(int)getTextLinkCount;
5890 -(FSTextLink*)getTextLink: (int)index;
5891 
5892 -(void)dealloc;
5893 
5894 @end
5895 
5896 typedef NS_ENUM(NSInteger, FSSecurityHandlerCipherType) {
5900 };
5901 
5903 -(void*)getCptr;
5904 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5905 -(id)init;
5906 -(id)initWithOther: (FSSecurityHandler*)other;
5907 -(BOOL)isEmpty;
5909 
5910 -(void)dealloc;
5911 
5912 @end
5913 
5914 @interface FSStdEncryptData : NSObject
5915 {
5916  void *swigCPtr;
5917  BOOL swigCMemOwn;
5918 }
5919 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5920 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
5921 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
5922 @property (nonatomic, getter=getKey_length) int key_length;
5923 -(void*)getCptr;
5924 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5925 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
5926 -(id)init;
5927 -(id)initWithOther: (FSStdEncryptData*)other;
5928 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
5929 -(void)dealloc;
5930 
5931 @end
5932 
5933 typedef NS_ENUM(NSInteger, FSStdSecurityHandlerModifyFlag) {
5937 };
5938 
5940 -(void*)getCptr;
5941 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5942 -(id)init;
5943 -(id)initWithOther: (FSSecurityHandler*)other;
5944 -(BOOL)initialize: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
5945 -(BOOL)initializeW: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
5946 -(void)setAES256ModifyFlags: (unsigned int)modify_flags;
5947 
5948 -(void)dealloc;
5949 
5950 @end
5951 
5952 @interface FSCertificateEncryptData : NSObject
5953 {
5954  void *swigCPtr;
5955  BOOL swigCMemOwn;
5956 }
5957 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5958 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
5959 @property (nonatomic, weak, getter=getEnvelopes) NSArray<NSData *> * envelopes;
5960 -(void*)getCptr;
5961 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5962 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
5963 -(id)init;
5964 -(id)initWithOther: (FSCertificateEncryptData*)other;
5965 -(void)set: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
5966 -(void)dealloc;
5967 
5968 @end
5969 
5971 -(void*)getCptr;
5972 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5973 -(id)init;
5974 -(id)initWithOther: (FSSecurityHandler*)other;
5975 -(BOOL)initialize: (FSCertificateEncryptData*)encrypt_data encrypt_key: (NSData *)encrypt_key;
5976 
5977 -(void)dealloc;
5978 
5979 @end
5980 
5981 @interface FSDRMEncryptData : NSObject
5982 {
5983  void *swigCPtr;
5984  BOOL swigCMemOwn;
5985 }
5986 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5987 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
5988 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
5989 @property (nonatomic, getter=getKey_length) int key_length;
5990 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
5991 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
5992 -(void*)getCptr;
5993 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5994 -(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;
5995 -(id)init;
5996 -(id)initWithOther: (FSDRMEncryptData*)other;
5997 -(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;
5998 -(void)dealloc;
5999 
6000 @end
6001 
6003 -(void*)getCptr;
6004 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6005 -(id)init;
6006 -(id)initWithOther: (FSSecurityHandler*)other;
6007 -(NSString *)getDRMValue: (NSString *)key;
6008 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
6009 -(BOOL)verifyEncryptionParams;
6010 -(BOOL)initialize: (FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSData *)initial_key;
6011 
6012 -(void)dealloc;
6013 
6014 @end
6015 
6016 @interface FSCustomEncryptData : NSObject
6017 {
6018  void *swigCPtr;
6019  BOOL swigCMemOwn;
6020 }
6021 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6022 @property (nonatomic, weak, getter=getFilter) NSString * filter;
6023 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
6024 -(void*)getCptr;
6025 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6026 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6027 -(id)init;
6028 -(id)initWithOther: (FSCustomEncryptData*)other;
6029 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6030 -(void)dealloc;
6031 
6032 @end
6033 
6035 -(void*)getCptr;
6036 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6037 -(id)init;
6038 -(id)initWithOther: (FSSecurityHandler*)other;
6039 -(BOOL)initialize: (FSCustomEncryptData*)encrypt_data callback: (id<FSCustomSecurityCallback>)callback encrypt_info: (NSString *)encrypt_info;
6040 
6041 -(void)dealloc;
6042 
6043 @end
6044 
6045 @interface FSRMSEncryptData : NSObject
6046 {
6047  void *swigCPtr;
6048  BOOL swigCMemOwn;
6049 }
6050 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6051 @property (nonatomic, weak, getter=getPublish_license) NSString * publish_license;
6052 @property (nonatomic, weak, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
6053 @property (nonatomic, getter=getIrm_version) float irm_version;
6054 -(void*)getCptr;
6055 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6056 -(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;
6057 -(id)init;
6058 -(id)initWithOther: (FSRMSEncryptData*)other;
6059 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (float)irm_version;
6060 -(void)dealloc;
6061 
6062 @end
6063 
6065 -(void*)getCptr;
6066 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6067 -(id)init;
6068 -(id)initWithOther: (FSSecurityHandler*)other;
6069 -(BOOL)initialize: (FSRMSEncryptData*)encrypt_data callback: (id<FSRMSSecurityCallback>)callback;
6070 
6071 -(void)dealloc;
6072 
6073 @end
6074 
6075 
6076 
6077 
6078 
6079 
6080 
6081 
6082 
6083 
6084 
6085 typedef NS_ENUM(NSInteger, FSTabOrderMgrOrderType) {
6090 };
6091 
6092 @interface FSTabOrderMgr : FSBase
6093 @property (nonatomic, getter=getOrderType) FSTabOrderMgrOrderType orderType;
6094 -(id)init NS_UNAVAILABLE;
6095 -(void*)getCptr;
6096 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6097 -(id)initWithPage: (FSPDFPage*)page;
6098 -(id)initWithOther: (FSTabOrderMgr*)other;
6099 -(BOOL)isEmpty;
6100 -(void)reload;
6101 -(FSAnnot*)getFirstAnnot;
6102 -(FSAnnot*)getLastAnnot;
6103 -(FSAnnot*)getNextAnnot: (FSAnnot*)annot;
6104 -(FSAnnot*)getPrevAnnot: (FSAnnot*)annot;
6105 -(BOOL)adjustStructureOrder: (FSAnnotArray*)annot_array;
6106 
6107 -(void)dealloc;
6108 
6109 @end
6110 
6111 @interface FSWatermark : FSBase
6112 -(id)init NS_UNAVAILABLE;
6113 -(void*)getCptr;
6114 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6115 -(id)initWithDocument: (FSPDFDoc*)document text: (NSString *)text properties: (FSWatermarkTextProperties*)properties settings: (FSWatermarkSettings*)settings;
6116 -(id)initWithDocument: (FSPDFDoc*)document bitmap: (FSBitmap*)bitmap settings: (FSWatermarkSettings*)settings;
6117 -(id)initWithDocument: (FSPDFDoc*)document image: (FSImage*)image frame_index: (int)frame_index settings: (FSWatermarkSettings*)settings;
6118 -(id)initWithDocument: (FSPDFDoc*)document page: (FSPDFPage*)page settings: (FSWatermarkSettings*)settings;
6119 -(id)initWithOther: (FSWatermark*)other;
6120 -(BOOL)isEmpty;
6121 -(float)getWidth;
6122 -(float)getHeight;
6123 -(BOOL)insertToPage: (FSPDFPage*)page;
6124 
6125 -(void)dealloc;
6126 
6127 @end
6128 
6129 typedef NS_ENUM(NSInteger, FSWatermarkSettingsFlags) {
6138 };
6139 
6140 @interface FSWatermarkSettings : NSObject
6141 {
6142  void *swigCPtr;
6143  BOOL swigCMemOwn;
6144 }
6145 @property (nonatomic, getter=getPosition) FSPosition position;
6146 @property (nonatomic, getter=getOffset_x) float offset_x;
6147 @property (nonatomic, getter=getOffset_y) float offset_y;
6148 @property (nonatomic, getter=getFlags) unsigned int flags;
6149 @property (nonatomic, getter=getScale_x) float scale_x;
6150 @property (nonatomic, getter=getScale_y) float scale_y;
6151 @property (nonatomic, getter=getRotation) float rotation;
6152 @property (nonatomic, getter=getOpacity) int opacity;
6153 -(void*)getCptr;
6154 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6155 -(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;
6156 -(id)init;
6157 -(id)initWithSettings: (FSWatermarkSettings*)settings;
6158 -(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;
6159 -(void)dealloc;
6160 
6161 @end
6162 
6163 typedef NS_ENUM(NSInteger, FSWatermarkTextPropertiesFontStyle) {
6166 };
6167 
6168 @interface FSWatermarkTextProperties : NSObject
6169 {
6170  void *swigCPtr;
6171  BOOL swigCMemOwn;
6172 }
6173 @property (nonatomic, getter=getFont_size) float font_size;
6174 @property (nonatomic, getter=getColor) unsigned int color;
6175 @property (nonatomic, getter=getFont_style) FSWatermarkTextPropertiesFontStyle font_style;
6176 @property (nonatomic, getter=getLine_space) float line_space;
6177 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
6178 @property (nonatomic, weak, getter=getFont) FSFont* font;
6179 -(void*)getCptr;
6180 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6181 -(id)initWithFont: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
6182 -(id)init;
6183 -(id)initWithProperties: (FSWatermarkTextProperties*)properties;
6184 -(void)set: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
6185 
6186 -(void)dealloc;
6187 
6188 @end
6189 
6190 @interface FSRedaction : FSBase
6191 -(id)init NS_UNAVAILABLE;
6192 -(void*)getCptr;
6193 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6194 -(id)initWithDocument: (FSPDFDoc*)document;
6195 -(id)initWithOther: (FSRedaction*)other;
6196 -(BOOL)isEmpty;
6197 -(FSRedact*)markRedactAnnot: (FSPDFPage*)page rects: (FSRectFArray*)rects;
6198 -(BOOL)apply;
6199 -(FSProgressive*)startApply: (id<FSPauseCallback>)pause;
6200 
6201 -(void)dealloc;
6202 
6203 @end
6204 
6205 typedef NS_ENUM(NSInteger, FSTableBorderInfoTableBorderStyle) {
6208 };
6209 
6210 @interface FSTableBorderInfo : NSObject
6211 {
6212  void *swigCPtr;
6213  BOOL swigCMemOwn;
6214 }
6215 @property (nonatomic, getter=getTable_border_style) FSTableBorderInfoTableBorderStyle table_border_style;
6216 @property (nonatomic, getter=getLine_width) float line_width;
6217 @property (nonatomic, getter=getColor) unsigned int color;
6218 @property (nonatomic, getter=getDash_phase) float dash_phase;
6219 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
6220 -(void*)getCptr;
6221 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6222 -(id)init;
6223 -(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;
6224 -(id)initWithTable_border_info: (FSTableBorderInfo*)table_border_info;
6225 -(void)set: (FSTableBorderInfoTableBorderStyle)table_border_style line_width: (float)line_width color: (unsigned int)color dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
6226 -(void)dealloc;
6227 
6228 @end
6229 
6230 @interface FSTableCellDataColArray : NSObject
6231 {
6232  void *swigCPtr;
6233  BOOL swigCMemOwn;
6234 }
6235 -(void*)getCptr;
6236 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6237 -(id)init;
6238 -(id)initWithOther: (FSTableCellDataColArray*)other;
6239 -(unsigned long)getSize;
6240 -(FSTableCellData*)getAt: (unsigned long)index;
6241 -(void)add: (FSTableCellData*)element;
6242 -(void)removeAt: (unsigned long)index;
6243 -(void)insertAt: (unsigned long)index element: (FSTableCellData*)element;
6244 -(void)removeAll;
6245 
6246 -(void)dealloc;
6247 
6248 @end
6249 
6250 @interface FSTableCellDataArray : NSObject
6251 {
6252  void *swigCPtr;
6253  BOOL swigCMemOwn;
6254 }
6255 -(void*)getCptr;
6256 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6257 -(id)init;
6258 -(id)initWithOther: (FSTableCellDataArray*)other;
6259 -(unsigned long)getSize;
6260 -(FSTableCellDataColArray*)getAt: (unsigned long)index;
6261 -(void)add: (FSTableCellDataColArray*)element;
6262 -(void)removeAt: (unsigned long)index;
6263 -(void)insertAt: (unsigned long)index element: (FSTableCellDataColArray*)element;
6264 -(void)removeAll;
6265 
6266 -(void)dealloc;
6267 
6268 @end
6269 
6270 @interface FSTableCellData : NSObject
6271 {
6272  void *swigCPtr;
6273  BOOL swigCMemOwn;
6274 }
6275 @property (nonatomic, weak, getter=getCell_text_style) FSRichTextStyle* cell_text_style;
6276 @property (nonatomic, getter=getCell_fill_color) unsigned int cell_fill_color;
6277 @property (nonatomic, weak, getter=getCell_text) NSString * cell_text;
6278 @property (nonatomic, weak, getter=getCell_image) FSImage* cell_image;
6279 @property (nonatomic, weak, getter=getCell_margin) FSRectF* cell_margin;
6280 -(void*)getCptr;
6281 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6282 -(id)init;
6283 -(id)initWithCell_text_style: (FSRichTextStyle*)cell_text_style cell_fill_color: (unsigned int)cell_fill_color cell_text: (NSString *)cell_text cell_image: (FSImage*)cell_image cell_margin: (FSRectF*)cell_margin;
6284 -(id)initWithData: (FSTableCellData*)data;
6285 -(void)set: (FSRichTextStyle*)cell_text_style cell_fill_color: (unsigned int)cell_fill_color cell_text: (NSString *)cell_text cell_image: (FSImage*)cell_image cell_margin: (FSRectF*)cell_margin;
6286 -(void)dealloc;
6287 
6288 @end
6289 
6290 @interface FSTableCellIndexArray : NSObject
6291 {
6292  void *swigCPtr;
6293  BOOL swigCMemOwn;
6294 }
6295 -(void*)getCptr;
6296 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6297 -(id)init;
6298 -(id)initWithOther: (FSTableCellIndexArray*)other;
6299 -(unsigned long)getSize;
6300 -(FSPoint*)getAt: (unsigned long)index;
6301 -(void)add: (FSPoint*)element;
6302 -(void)removeAt: (unsigned long)index;
6303 -(void)insertAt: (unsigned long)index element: (FSPoint*)element;
6304 -(void)removeAll;
6305 
6306 -(void)dealloc;
6307 
6308 @end
6309 
6310 @interface FSTableData : NSObject
6311 {
6312  void *swigCPtr;
6313  BOOL swigCMemOwn;
6314 }
6315 @property (nonatomic, weak, getter=getRect) FSRectF* rect;
6316 @property (nonatomic, getter=getRow_count) int row_count;
6317 @property (nonatomic, getter=getCol_count) int col_count;
6318 @property (nonatomic, weak, getter=getOutside_border_left) FSTableBorderInfo* outside_border_left;
6319 @property (nonatomic, weak, getter=getOutside_border_right) FSTableBorderInfo* outside_border_right;
6320 @property (nonatomic, weak, getter=getOutside_border_top) FSTableBorderInfo* outside_border_top;
6321 @property (nonatomic, weak, getter=getOutside_border_bottom) FSTableBorderInfo* outside_border_bottom;
6322 @property (nonatomic, weak, getter=getInside_border_row) FSTableBorderInfo* inside_border_row;
6323 @property (nonatomic, weak, getter=getInside_border_col) FSTableBorderInfo* inside_border_col;
6324 @property (nonatomic, weak, getter=getMerge_cells) FSTableCellIndexArray* merge_cells;
6325 @property (nonatomic, weak, getter=getRow_height_array) FSFloatArray* row_height_array;
6326 @property (nonatomic, weak, getter=getCol_width_array) FSFloatArray* col_width_array;
6327 -(void*)getCptr;
6328 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6329 -(id)init;
6330 -(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;
6331 -(id)initWithData: (FSTableData*)data;
6332 -(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;
6333 -(void)dealloc;
6334 
6335 @end
6336 
6337 
6338 
6340 -(void*)getCptr;
6341 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6342 +(BOOL)addTableToPage: (FSPDFPage*)page data: (FSTableData*)data cell_array: (FSTableCellDataArray*)cell_array;
6343 +(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 tablegenerator_callback: (id<FSTableGeneratorCallback>)tablegenerator_callback;
6344 -(id)init;
6345 
6346 -(void)dealloc;
6347 
6348 @end
6349 
6350 
6351 
6353 -(id)init NS_UNAVAILABLE;
6354 -(void*)getCptr;
6355 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6356 -(id)initWithDirectory: (NSString *)directory;
6357 -(id)initWithOther: (FSDocumentsSource*)other;
6358 -(BOOL)isEmpty;
6359 
6360 -(void)dealloc;
6361 
6362 @end
6363 
6364 typedef NS_ENUM(NSInteger, FSFullTextSearchRankMode) {
6368 };
6369 
6371 -(void*)getCptr;
6372 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6373 -(id)init;
6374 -(id)initWithOther: (FSFullTextSearch*)other;
6375 -(BOOL)isEmpty;
6376 -(void)setDataBasePath: (NSString *)path_of_data_base;
6377 -(FSProgressive*)startUpdateIndex: (FSDocumentsSource*)source pause: (id<FSPauseCallback>)pause reupdate: (BOOL)reupdate;
6378 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
6379 -(BOOL)searchOf: (NSString *)match_string rank_mode: (FSFullTextSearchRankMode)rank_mode callback: (id<FSSearchCallback>)callback;
6380 
6381 -(void)dealloc;
6382 
6383 @end
6384 
6385 @interface FSComplianceEngine : NSObject
6386 {
6387  void *swigCPtr;
6388  BOOL swigCMemOwn;
6389 }
6390 -(void*)getCptr;
6391 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6392 +(FSErrorCode)initialize: (NSString *)compliance_resource_folder_path compliance_engine_unlockcode: (NSString *)compliance_engine_unlockcode;
6393 +(void)destroy;
6394 +(FSErrorCode)initializeThreadContext;
6395 +(void)releaseThreadContext;
6396 +(void)setTempFolderPath: (NSString *)temp_folder_path;
6397 +(void)setLanguage: (NSString *)language;
6398 -(id)init;
6399 
6400 -(void)dealloc;
6401 
6402 @end
6403 
6404 
6405 
6406 typedef NS_ENUM(NSInteger, FSFixupDataFixupState) {
6410 };
6411 
6412 @interface FSFixupData : NSObject
6413 {
6414  void *swigCPtr;
6415  BOOL swigCMemOwn;
6416 }
6417 @property (nonatomic, getter=getUsed_count) unsigned int used_count;
6418 @property (nonatomic, getter=getState) FSFixupDataFixupState state;
6419 @property (nonatomic, weak, getter=getName) NSString * name;
6420 @property (nonatomic, weak, getter=getComment) NSString * comment;
6421 @property (nonatomic, weak, getter=getReasons) NSArray<NSString *> * reasons;
6422 -(void*)getCptr;
6423 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6424 -(id)init;
6425 -(id)initWithOther: (FSFixupData*)other;
6426 -(void)dealloc;
6427 
6428 @end
6429 
6430 typedef NS_ENUM(NSInteger, FSHitDataCheckSeverity) {
6434 };
6435 
6436 @interface FSHitData : NSObject
6437 {
6438  void *swigCPtr;
6439  BOOL swigCMemOwn;
6440 }
6441 @property (nonatomic, getter=getTriggered_count) unsigned int triggered_count;
6442 @property (nonatomic, getter=getSeverity) FSHitDataCheckSeverity severity;
6443 @property (nonatomic, weak, getter=getName) NSString * name;
6444 @property (nonatomic, weak, getter=getComment) NSString * comment;
6445 @property (nonatomic, weak, getter=getTrigger_values) NSArray<NSString *> * trigger_values;
6446 @property (nonatomic, getter=getPage_index) int page_index;
6447 -(void*)getCptr;
6448 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6449 -(id)init;
6450 -(id)initWithOther: (FSHitData*)other;
6451 -(void)dealloc;
6452 
6453 @end
6454 
6456 -(void*)getCptr;
6457 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6458 -(id)init;
6459 -(id)initWithOther: (FSResultInformation*)other;
6460 -(BOOL)isEmpty;
6461 -(int)getFixupDataCount;
6462 -(FSFixupData*)getFixupData: (int)index;
6463 -(int)getHitDataCount;
6464 -(FSHitData*)getHitData: (int)index;
6465 
6466 -(void)dealloc;
6467 
6468 @end
6469 
6470 typedef NS_ENUM(NSInteger, FSPDFAComplianceVersion) {
6479 };
6480 
6482 -(void*)getCptr;
6483 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6484 -(id)init;
6485 -(id)initWithOther: (FSPDFACompliance*)other;
6486 -(BOOL)isEmpty;
6487 -(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;
6488 -(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;
6489 
6490 -(void)dealloc;
6491 
6492 @end
6493 
6495 -(void*)getCptr;
6496 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6497 -(id)init;
6498 -(id)initWithOther: (FSPDFCompliance*)other;
6499 -(BOOL)isEmpty;
6500 -(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;
6501 -(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;
6502 
6503 -(void)dealloc;
6504 
6505 @end
6506 
6507 typedef NS_ENUM(NSInteger, FSCompareResultInfoCompareResultType) {
6525 };
6526 
6527 @interface FSCompareResultInfo : NSObject
6528 {
6529  void *swigCPtr;
6530  BOOL swigCMemOwn;
6531 }
6532 @property (nonatomic, getter=getType) FSCompareResultInfoCompareResultType type;
6533 @property (nonatomic, weak, getter=getRect_array) FSRectFArray* rect_array;
6534 @property (nonatomic, weak, getter=getDiff_contents) NSString * diff_contents;
6535 -(void*)getCptr;
6536 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6537 -(id)initWithType: (FSCompareResultInfoCompareResultType)type rect_array: (FSRectFArray*)rect_array diff_contents: (NSString *)diff_contents;
6538 -(id)init;
6539 -(id)initWithResult_info: (FSCompareResultInfo*)result_info;
6540 -(void)dealloc;
6541 
6542 @end
6543 
6544 @interface FSCompareResultInfoArray : NSObject
6545 {
6546  void *swigCPtr;
6547  BOOL swigCMemOwn;
6548 }
6549 -(void*)getCptr;
6550 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6551 -(id)init;
6552 -(id)initWithOther: (FSCompareResultInfoArray*)other;
6553 -(unsigned long)getSize;
6554 -(FSCompareResultInfo*)getAt: (unsigned long)index;
6555 -(void)add: (FSCompareResultInfo*)element;
6556 -(void)removeAt: (unsigned long)index;
6557 -(void)insertAt: (unsigned long)index element: (FSCompareResultInfo*)element;
6558 -(void)removeAll;
6559 
6560 -(void)dealloc;
6561 
6562 @end
6563 
6564 @interface FSCompareResults : NSObject
6565 {
6566  void *swigCPtr;
6567  BOOL swigCMemOwn;
6568 }
6569 @property (nonatomic, weak, getter=getBase_doc_results) FSCompareResultInfoArray* base_doc_results;
6570 @property (nonatomic, weak, getter=getCompared_doc_results) FSCompareResultInfoArray* compared_doc_results;
6571 -(void*)getCptr;
6572 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6573 -(id)initWithBase_doc_results: (FSCompareResultInfoArray*)base_doc_results compared_doc_results: (FSCompareResultInfoArray*)compared_doc_results;
6574 -(id)init;
6575 -(id)initWithCompare_results: (FSCompareResults*)compare_results;
6576 -(void)clear;
6577 -(void)dealloc;
6578 
6579 @end
6580 
6581 typedef NS_ENUM(NSInteger, FSComparisonCompareType) {
6585 };
6586 
6587 @interface FSComparison : FSBase
6588 -(id)init NS_UNAVAILABLE;
6589 -(void*)getCptr;
6590 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6591 -(id)initWithBase_doc: (FSPDFDoc*)base_doc compared_doc: (FSPDFDoc*)compared_doc;
6592 -(id)initWithOther: (FSComparison*)other;
6593 -(BOOL)isEmpty;
6594 -(FSCompareResults*)doCompare: (int)base_page_index compared_page_index: (int)compared_page_index compare_flags: (unsigned int)compare_flags;
6595 -(FSPDFDoc*)generateComparedDoc: (unsigned int)compare_flags;
6596 -(FSPDFDoc*)GenerateComparedDocWithIsShowAllLayers: (unsigned int)compare_flags is_show_all_layers: (BOOL)is_show_all_layers;
6597 
6598 -(void)dealloc;
6599 
6600 @end
6601 
6602 @interface FSOptimizer : FSBase
6603 -(void*)getCptr;
6604 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6605 +(FSProgressive*)optimize: (FSPDFDoc*)doc settings: (FSOptimizerSettings*)settings pause: (id<FSPauseCallback>)pause;
6606 +(FSProgressive*)startSubsetEmbedFont: (FSPDFDoc*)doc pause: (id<FSPauseCallback>)pause;
6607 -(id)init;
6608 
6609 -(void)dealloc;
6610 
6611 @end
6612 
6613 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressMode) {
6618 };
6619 
6620 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressQuality) {
6626 };
6627 
6628 typedef NS_ENUM(NSInteger, FSImageSettingsStretchMode) {
6635 };
6636 
6638 -(void*)getCptr;
6639 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6640 -(id)init;
6641 -(id)initWithOther: (FSImageSettings*)other;
6642 -(BOOL)isEmpty;
6643 -(void)setStretchMode: (FSImageSettingsStretchMode)mode;
6644 -(void)setImageDPI: (int)dpi;
6645 -(void)setImageDPILimit: (int)dpi_limit;
6646 -(void)setCompressionMode: (FSImageSettingsImageCompressMode)mode;
6647 -(void)setQuality: (FSImageSettingsImageCompressQuality)quality;
6648 -(void)setBackgroundDownScale: (int)down_scale;
6649 -(void)setForegroundDownScale: (int)down_scale;
6650 -(void)setTextSensitivity: (int)text_sensitivity;
6651 
6652 -(void)dealloc;
6653 
6654 @end
6655 
6656 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressMode) {
6663 };
6664 
6665 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressQuality) {
6668 };
6669 
6670 typedef NS_ENUM(NSInteger, FSMonoImageSettingsStretchMode) {
6677 };
6678 
6680 -(void*)getCptr;
6681 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6682 -(id)init;
6683 -(id)initWithOther: (FSMonoImageSettings*)other;
6684 -(BOOL)isEmpty;
6685 -(void)setImageDPI: (int)dpi;
6686 -(void)setImageDPILimit: (int)dpi_limit;
6687 -(void)setCompressionMode: (FSMonoImageSettingsMonoImageCompressMode)mode;
6688 -(void)setStretchMode: (FSMonoImageSettingsStretchMode)mode;
6689 -(void)setQuality: (FSMonoImageSettingsMonoImageCompressQuality)quality;
6690 
6691 -(void)dealloc;
6692 
6693 @end
6694 
6696 -(void*)getCptr;
6697 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6698 -(id)init;
6699 -(id)initWithOther: (FSUnembeddedFontSettings*)other;
6700 -(BOOL)isEmpty;
6701 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
6702 
6703 -(void)dealloc;
6704 
6705 @end
6706 
6707 typedef NS_ENUM(NSInteger, FSOptimizerSettingsOptimizerOptions) {
6713 };
6714 
6715 typedef NS_ENUM(NSInteger, FSOptimizerSettingsCleanUpOptions) {
6720 };
6721 
6722 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardObjectsOptions) {
6732 };
6733 
6734 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardUserDataOptions) {
6741 };
6742 
6744 -(void*)getCptr;
6745 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6746 -(id)init;
6747 -(id)initWithOther: (FSOptimizerSettings*)other;
6748 -(BOOL)isEmpty;
6749 -(void)setOptimizerOptions: (unsigned int)optimize_options;
6750 -(void)setColorGrayImageSettings: (FSImageSettings*)settings;
6751 -(void)setColorImageSettings: (FSImageSettings*)settings;
6752 -(void)setGrayscaleImageSettings: (FSImageSettings*)settings;
6753 -(void)setMonoImageSettings: (FSMonoImageSettings*)settings;
6754 -(void)setUnembeddedFontSettings: (FSUnembeddedFontSettings*)settings;
6755 -(void)setCleanUpOptions: (unsigned int)clean_up_options;
6756 -(void)setDiscardObjectsOptions: (unsigned int)discard_objects_options;
6757 -(void)setDiscardUserDataOptions: (unsigned int)discard_userdata_options;
6758 
6759 -(void)dealloc;
6760 
6761 @end
6762 
6763 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFPageMode) {
6766 };
6767 
6768 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFScalingMode) {
6772 };
6773 
6774 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFEncodingFormat) {
6849 };
6850 
6851 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFMediaStyle) {
6854 };
6855 
6856 @interface FSHTML2PDFSettingData : NSObject
6857 {
6858  void *swigCPtr;
6859  BOOL swigCMemOwn;
6860 }
6861 @property (nonatomic, getter=getPage_width) float page_width;
6862 @property (nonatomic, getter=getPage_height) float page_height;
6863 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
6864 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
6865 @property (nonatomic, getter=getRotate_degrees) FSRotation rotate_degrees;
6866 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
6867 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
6868 @property (nonatomic, getter=getPage_mode) FSHTML2PDFSettingDataHTML2PDFPageMode page_mode;
6869 @property (nonatomic, getter=getTo_generate_bookmarks) BOOL to_generate_bookmarks;
6870 @property (nonatomic, getter=getScaling_mode) FSHTML2PDFSettingDataHTML2PDFScalingMode scaling_mode;
6871 @property (nonatomic, getter=getEncoding_format) FSHTML2PDFSettingDataHTML2PDFEncodingFormat encoding_format;
6872 @property (nonatomic, getter=getTo_render_images) BOOL to_render_images;
6873 @property (nonatomic, getter=getTo_remove_underline_for_link) BOOL to_remove_underline_for_link;
6874 @property (nonatomic, getter=getTo_set_headerfooter) BOOL to_set_headerfooter;
6875 @property (nonatomic, weak, getter=getHeaderfooter_title) NSString * headerfooter_title;
6876 @property (nonatomic, weak, getter=getHeaderfooter_url) NSString * headerfooter_url;
6877 @property (nonatomic, weak, getter=getBookmark_root_name) NSString * bookmark_root_name;
6878 @property (nonatomic, getter=getTo_resize_objects) BOOL to_resize_objects;
6879 @property (nonatomic, getter=getTo_print_background) BOOL to_print_background;
6880 @property (nonatomic, getter=getTo_optimize_tag_tree) BOOL to_optimize_tag_tree;
6881 @property (nonatomic, getter=getMedia_style) FSHTML2PDFSettingDataHTML2PDFMediaStyle media_style;
6882 @property (nonatomic, getter=getTo_load_active_content) BOOL to_load_active_content;
6883 @property (nonatomic, getter=getTo_disable_sandbox) BOOL to_disable_sandbox;
6884 @property (nonatomic, getter=getTo_use_blacklist) BOOL to_use_blacklist;
6885 -(void*)getCptr;
6886 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6887 -(id)init;
6888 -(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;
6889 -(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;
6890 -(void)dealloc;
6891 
6892 @end
6893 
6894 @interface FSTXT2PDFSettingData : NSObject
6895 {
6896  void *swigCPtr;
6897  BOOL swigCMemOwn;
6898 }
6899 @property (nonatomic, getter=getPage_width) float page_width;
6900 @property (nonatomic, getter=getPage_height) float page_height;
6901 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
6902 @property (nonatomic, weak, getter=getFont) FSFont* font;
6903 @property (nonatomic, getter=getText_size) float text_size;
6904 @property (nonatomic, getter=getText_color) unsigned int text_color;
6905 @property (nonatomic, getter=getLinespace) float linespace;
6906 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
6907 -(void*)getCptr;
6908 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6909 -(id)init;
6910 -(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;
6911 -(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;
6912 -(void)dealloc;
6913 
6914 @end
6915 
6916 typedef NS_ENUM(NSInteger, FSDWG2PDFSettingDataDWG2PDFExportFlags) {
6931 };
6932 
6938 };
6939 
6944 };
6945 
6946 @interface FSDWG2PDFSettingData : NSObject
6947 {
6948  void *swigCPtr;
6949  BOOL swigCMemOwn;
6950 }
6951 @property (nonatomic, getter=getExport_flags) unsigned int export_flags;
6952 @property (nonatomic, getter=getExport_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType export_hatches_type;
6953 @property (nonatomic, getter=getOther_export_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType other_export_hatches_type;
6954 @property (nonatomic, getter=getGradient_export_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType gradient_export_hatches_type;
6955 @property (nonatomic, getter=getSearchable_text_type) FSDWG2PDFSettingDataDWG2PDFSearchableTextType searchable_text_type;
6956 @property (nonatomic, getter=getIs_active_layout) BOOL is_active_layout;
6957 @property (nonatomic, weak, getter=getOutput_title) NSString * output_title;
6958 @property (nonatomic, weak, getter=getOutput_author) NSString * output_author;
6959 @property (nonatomic, weak, getter=getOutput_subject) NSString * output_subject;
6960 @property (nonatomic, weak, getter=getOutput_keywords) NSString * output_keywords;
6961 @property (nonatomic, weak, getter=getOutput_creator) NSString * output_creator;
6962 @property (nonatomic, weak, getter=getOutput_producer) NSString * output_producer;
6963 @property (nonatomic, getter=getPaper_width) float paper_width;
6964 @property (nonatomic, getter=getPaper_height) float paper_height;
6965 -(void*)getCptr;
6966 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6967 -(id)init;
6968 -(void)dealloc;
6969 
6970 @end
6971 
6972 @interface FSHTML2PDFRelatedResource : NSObject
6973 {
6974  void *swigCPtr;
6975  BOOL swigCMemOwn;
6976 }
6977 @property (nonatomic, retain, getter=getRelated_resource_file) id<FSFileReaderCallback> related_resource_file;
6978 @property (nonatomic, weak, getter=getResource_file_relative_path) NSString * resource_file_relative_path;
6979 -(void*)getCptr;
6980 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6981 -(id)init;
6982 -(void)dealloc;
6983 
6984 @end
6985 
6986 @interface FSHTML2PDFRelatedResourceArray : NSObject
6987 {
6988  void *swigCPtr;
6989  BOOL swigCMemOwn;
6990 }
6991 -(void*)getCptr;
6992 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6993 -(id)init;
6994 -(id)initWithOther: (FSHTML2PDFRelatedResourceArray*)other;
6995 -(unsigned long)getSize;
6996 -(FSHTML2PDFRelatedResource*)getAt: (unsigned long)index;
6997 -(void)add: (FSHTML2PDFRelatedResource*)element;
6998 -(void)removeAt: (unsigned long)index;
6999 -(void)insertAt: (unsigned long)index element: (FSHTML2PDFRelatedResource*)element;
7000 -(void)removeAll;
7001 
7002 -(void)dealloc;
7003 
7004 @end
7005 
7006 @interface FSOFDConvertParam : NSObject
7007 {
7008  void *swigCPtr;
7009  BOOL swigCMemOwn;
7010 }
7011 @property (nonatomic, getter=getIs_embed_font) BOOL is_embed_font;
7012 -(void*)getCptr;
7013 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7014 -(id)init;
7015 -(void)set: (BOOL)is_embed_font;
7016 -(void)dealloc;
7017 
7018 @end
7019 
7020 @interface FSConvert : FSBase
7021 -(void*)getCptr;
7022 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7023 +(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;
7024 +(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;
7025 +(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;
7026 +(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;
7027 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (FSTXT2PDFSettingData*)setting_data;
7028 +(void)fromImage: (NSString *)src_img saved_pdf_path: (NSString *)saved_pdf_path;
7029 +(void)fromImageWithStreamCallback: (id<FSFileReaderCallback>)file_reader saved_pdf_filestream: (id<FSFileWriterCallback>)saved_pdf_filestream;
7030 +(BOOL)fromDWG: (NSString *)engine_path src_dwg_path: (NSString *)src_dwg_path saved_pdf_path: (NSString *)saved_pdf_path settings: (FSDWG2PDFSettingData*)settings;
7031 +(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;
7032 -(id)init;
7033 
7034 -(void)dealloc;
7035 
7036 @end
7037 
7038 typedef NS_ENUM(NSInteger, FSLRElementElementType) {
7111 };
7112 
7113 @interface FSLRElement : FSBase
7114 -(void*)getCptr;
7115 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7116 -(id)initWithOther: (FSLRElement*)other;
7117 -(BOOL)isEmpty;
7119 -(BOOL)isContentElement;
7121 -(BOOL)isStructureElement;
7122 -(NSString *)stringifyType;
7123 +(NSString *)stringifyElementType: (FSLRElementElementType)type;
7124 
7125 -(void)dealloc;
7126 
7127 @end
7128 
7129 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeType) {
7181 };
7182 
7183 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeValueEnum) {
7250 };
7251 
7252 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeValueType) {
7266 };
7267 
7269 -(id)init NS_UNAVAILABLE;
7270 -(void*)getCptr;
7271 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7272 -(id)initWithOther: (FSLRStructureElement*)other;
7273 -(id)initWithElement: (FSLRElement*)element;
7274 +(NSString *)stringifyAttributeType: (FSLRStructureElementAttributeType)type;
7275 +(FSLRStructureElementAttributeType)parseAttributeType: (NSString *)type_string;
7276 +(NSString *)stringifyEnumVariant: (FSLRStructureElementAttributeValueEnum)type;
7277 +(BOOL)isArrayAttributeValueType: (FSLRStructureElementAttributeValueType)type;
7279 -(FSLRStructureElementAttributeType)getSupportedAttribute: (int)index;
7280 -(int)getAttributeValueCount: (FSLRStructureElementAttributeType)type;
7282 -(FSLRStructureElementAttributeValueEnum)getAttributeValueEnum: (FSLRStructureElementAttributeType)type index: (int)index;
7283 -(int)getAttributeValueInt32: (FSLRStructureElementAttributeType)type index: (int)index;
7284 -(float)getAttributeValueFloat: (FSLRStructureElementAttributeType)type index: (int)index;
7285 -(unsigned int)getAttributeValueARGB: (FSLRStructureElementAttributeType)type index: (int)index;
7286 -(NSString *)getAttributeValueString: (FSLRStructureElementAttributeType)type index: (int)index;
7287 -(FSLRStructureElement*)getAttributeValueElement: (FSLRStructureElementAttributeType)type index: (int)index;
7289 -(int)getChildCount;
7290 -(FSLRElement*)getChild: (int)index;
7291 -(FSRectF*)getBBox;
7292 
7293 -(void)dealloc;
7294 
7295 @end
7296 
7298 -(id)init NS_UNAVAILABLE;
7299 -(void*)getCptr;
7300 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7301 -(id)initWithOther: (FSLRGraphicsObjectElement*)other;
7302 -(id)initWithElement: (FSLRElement*)element;
7307 -(FSRectF*)getBBox;
7309 
7310 -(void)dealloc;
7311 
7312 @end
7313 
7315 -(id)init NS_UNAVAILABLE;
7316 -(void*)getCptr;
7317 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7318 -(id)initWithOther: (FSLRContentElement*)other;
7319 -(id)initWithElement: (FSLRElement*)element;
7323 -(FSRectF*)getBBox;
7325 
7326 -(void)dealloc;
7327 
7328 @end
7329 
7330 @interface FSLRContext : FSBase
7331 -(id)init NS_UNAVAILABLE;
7332 -(void*)getCptr;
7333 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7334 -(id)initWithPage: (FSPDFPage*)page;
7335 -(id)initWithOther: (FSLRContext*)other;
7336 -(BOOL)isEmpty;
7337 -(FSProgressive*)startParse: (id<FSPauseCallback>)pause;
7339 
7340 -(void)dealloc;
7341 
7342 @end
7343 
7344 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportCategory) {
7354 };
7355 
7356 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportConfidence) {
7362 };
7363 
7364 
7365 
7366 @interface FSTaggedPDF : FSBase
7367 -(id)init NS_UNAVAILABLE;
7368 -(void*)getCptr;
7369 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7370 -(id)initWithDoc: (FSPDFDoc*)doc;
7371 -(id)initWithOther: (FSTaggedPDF*)other;
7372 -(BOOL)isEmpty;
7373 -(void)setCallback: (id<FSTaggedPDFCallback>)callback;
7374 -(FSProgressive*)startTagDocument: (id<FSPauseCallback>)pause;
7375 -(int)getFigureCount;
7376 -(BOOL)setAsDecorativeFigure: (int)figure_index;
7377 -(void)setFigureAlternateText: (int)figure_index alternate_text: (NSString *)alternate_text;
7378 -(NSString *)getFigureAlternateText: (int)figure_index;
7379 -(FSRectF*)getFigureRect: (int)figure_index;
7380 -(int)getFigurePageIndex: (int)figure_index;
7381 
7382 -(void)dealloc;
7383 
7384 @end
7385 
7386 @interface FSFindOption : NSObject
7387 {
7388  void *swigCPtr;
7389  BOOL swigCMemOwn;
7390 }
7391 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
7392 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
7393 -(id)init NS_UNAVAILABLE;
7394 -(void*)getCptr;
7395 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7396 -(id)initWithIs_whole_word: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7397 -(id)initWithFind_option: (FSFindOption*)find_option;
7398 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7399 -(void)dealloc;
7400 
7401 @end
7402 
7403 
7404 
7406 -(id)init NS_UNAVAILABLE;
7407 -(void*)getCptr;
7408 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7409 -(id)initWithDoc: (FSPDFDoc*)doc;
7410 -(id)initWithOther: (FSTextSearchReplace*)other;
7411 -(BOOL)isEmpty;
7412 -(void)setPattern: (NSString *)keywords page_index: (int)page_index find_option: (FSFindOption*)find_option;
7413 -(void)setReplaceCallback: (id<FSReplaceCallback>)replace_callback;
7414 -(BOOL)replacePrev: (NSString *)replace_text;
7415 -(BOOL)replaceNext: (NSString *)replace_text;
7416 
7417 -(void)dealloc;
7418 
7419 @end
7420 
7421 
7422 
7424 -(id)init NS_UNAVAILABLE;
7425 -(void*)getCptr;
7426 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7427 -(id)initWithOther: (FSParagraphEditingUndoItem*)other;
7428 -(BOOL)isEmpty;
7429 -(void)undo;
7430 -(void)redo;
7431 
7432 -(void)dealloc;
7433 
7434 @end
7435 
7436 typedef NS_ENUM(NSInteger, FSParagraphEditingBulletType) {
7446 };
7447 
7448 typedef NS_ENUM(NSInteger, FSParagraphEditingNumberingType) {
7455 };
7456 
7458 -(id)init NS_UNAVAILABLE;
7459 -(void*)getCptr;
7460 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7461 -(id)initWithOther: (FSParagraphEditing*)other;
7462 -(BOOL)isEmpty;
7463 -(BOOL)activate;
7464 -(BOOL)deactivate;
7465 -(void)startEditing: (int)page_index start_point: (FSPointF*)start_point end_point: (FSPointF*)end_point;
7466 -(void)exitEditing: (BOOL)is_end_directly;
7467 -(BOOL)insertText: (NSString *)text;
7468 -(BOOL)render: (FSInt32Array*)page_index_array renderer: (FSRenderer*)renderer;
7469 -(BOOL)onChar: (unsigned int)char_code;
7470 -(BOOL)onKeyDown: (unsigned int)key_code;
7471 -(BOOL)onKeyUp: (unsigned int)key_code;
7472 -(BOOL)onLButtonDown: (int)page_index point: (FSPointF*)point;
7473 -(BOOL)onLButtonUp: (int)page_index point: (FSPointF*)point;
7474 -(BOOL)onLButtonDoubleClick: (int)page_index point: (FSPointF*)point;
7475 -(BOOL)onMouseMove: (int)page_index point: (FSPointF*)point;
7476 -(BOOL)onMouseWheel: (int)page_index point: (FSPointF*)point delta: (int)delta;
7477 -(BOOL)canSelectAll;
7478 -(BOOL)selectAll;
7479 -(BOOL)canDelete;
7480 -(BOOL)deleteSelected;
7481 -(BOOL)canCopy;
7482 -(BOOL)copySelected;
7483 -(BOOL)canCut;
7484 -(BOOL)cutSelected;
7485 -(BOOL)canPaste;
7486 -(BOOL)pasteSelected;
7487 -(BOOL)canDeselectAll;
7488 -(BOOL)deselectAll;
7489 -(void)setFontName: (NSString *)font_name;
7490 -(void)setFontSize: (float)font_size;
7491 -(void)setTextColor: (unsigned int)text_color;
7492 -(void)setBold: (BOOL)is_bold;
7493 -(void)setItalic: (BOOL)is_italic;
7494 -(void)setAlignment: (FSAlignment)alignment;
7495 -(void)setCharSpace: (float)char_space;
7496 -(void)setCharHorizontalScale: (int)scale;
7497 -(void)setLineSpace: (float)line_space;
7498 -(void)setUnderline: (BOOL)is_underline;
7499 -(void)setStrikethrough: (BOOL)is_striketrough;
7500 -(void)setSuperscript: (BOOL)is_superscript;
7501 -(void)setSubscript: (BOOL)is_subscript;
7502 -(void)setParagraphSpacing: (float)paragraph_space;
7503 -(void)indent;
7504 -(void)dedent;
7505 -(void)setBulletedList: (FSParagraphEditingBulletType)bullet_type;
7506 -(void)setNumberedList: (FSParagraphEditingNumberingType)numbering_type;
7507 
7508 -(void)dealloc;
7509 
7510 @end
7511 
7512 typedef NS_ENUM(NSInteger, FSJoinSplitJoinSplitOperationType) {
7519 };
7520 
7521 @interface FSJoinSplit : FSBase
7522 -(id)init NS_UNAVAILABLE;
7523 -(void*)getCptr;
7524 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7525 -(id)initWithOther: (FSJoinSplit*)other;
7526 -(BOOL)isEmpty;
7527 -(BOOL)activate;
7528 -(BOOL)deactivate;
7529 -(void)exitJoinEditing;
7530 -(BOOL)render: (FSInt32Array*)page_index_array renderer: (FSRenderer*)renderer;
7531 -(BOOL)onLButtonDown: (int)page_index point: (FSPointF*)point;
7532 -(BOOL)onLButtonUp: (int)page_index point: (FSPointF*)point;
7533 -(BOOL)onMouseMove: (int)page_index point: (FSPointF*)point;
7534 -(BOOL)getEnableStatus: (FSJoinSplitJoinSplitOperationType)type;
7535 -(void)joinBoxes;
7536 -(void)splitBoxes;
7537 -(void)linkBoxes;
7538 -(void)unlinkBoxes;
7539 -(void)selectNone;
7540 
7541 -(void)dealloc;
7542 
7543 @end
7544 
7546 -(id)init NS_UNAVAILABLE;
7547 -(void*)getCptr;
7548 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7549 -(id)initWithCallback: (id<FSParagraphEditingProviderCallback>)callback document: (FSPDFDoc*)document;
7550 -(id)initWithOther: (FSParagraphEditingMgr*)other;
7551 -(BOOL)isEmpty;
7554 -(void)setSystemDPI: (float)horizontal_dpi vertical_dpi: (float)vertical_dpi;
7555 
7556 -(void)dealloc;
7557 
7558 @end
7559 
7560 typedef NS_ENUM(NSInteger, FSResponseResponseType) {
7564 };
7565 
7566 @interface FSResponse : NSObject
7567 {
7568  void *swigCPtr;
7569  BOOL swigCMemOwn;
7570 }
7571 @property (nonatomic, getter=getType) FSResponseResponseType type;
7572 @property (nonatomic, weak, getter=getResponse_data) NSData * response_data;
7573 -(void*)getCptr;
7574 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7575 -(id)initWithType: (FSResponseResponseType)type response_data: (NSData *)response_data;
7576 -(id)init;
7577 -(id)initWithOther: (FSResponse*)other;
7578 -(void)set: (FSResponseResponseType)type response_data: (NSData *)response_data;
7579 
7580 -(void)dealloc;
7581 
7582 @end
7583 
7584 @interface FSTimeRange : NSObject
7585 {
7586  void *swigCPtr;
7587  BOOL swigCMemOwn;
7588 }
7589 @property (nonatomic, weak, getter=getStart_time) FSDateTime* start_time;
7590 @property (nonatomic, weak, getter=getEnd_time) FSDateTime* end_time;
7591 -(void*)getCptr;
7592 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7593 -(id)initWithStart_time: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
7594 -(id)init;
7595 -(id)initWithOther: (FSTimeRange*)other;
7596 -(void)set: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
7597 -(void)dealloc;
7598 
7599 @end
7600 
7601 typedef NS_ENUM(NSInteger, FSCertVerifyResultCertStatus) {
7606 };
7607 
7608 typedef NS_ENUM(NSInteger, FSCertVerifyResultRevocationReason) {
7620 };
7621 
7622 typedef NS_ENUM(NSInteger, FSCertVerifyResultResponseInfoLocation) {
7627 };
7628 
7629 @interface FSCertVerifyResult : NSObject
7630 {
7631  void *swigCPtr;
7632  BOOL swigCMemOwn;
7633 }
7634 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
7635 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
7636 @property (nonatomic, weak, getter=getResponse) FSResponse* response;
7637 @property (nonatomic, weak, getter=getResponse_effect_time_range) FSTimeRange* response_effect_time_range;
7638 @property (nonatomic, weak, getter=getRevoke_time) FSDateTime* revoke_time;
7639 @property (nonatomic, getter=getCert_status) FSCertVerifyResultCertStatus cert_status;
7640 @property (nonatomic, getter=getReason) FSCertVerifyResultRevocationReason reason;
7641 @property (nonatomic, weak, getter=getCert_check_time) FSDateTime* cert_check_time;
7642 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
7643 @property (nonatomic, weak, getter=getSignature_vri_creation_time) FSDateTime* signature_vri_creation_time;
7644 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
7645 @property (nonatomic, weak, getter=getResponse_signature_vri_creation_time) FSDateTime* response_signature_vri_creation_time;
7646 @property (nonatomic, getter=getResponse_info_location) FSCertVerifyResultResponseInfoLocation response_info_location;
7647 @property (nonatomic, weak, getter=getCert) NSData * cert;
7648 -(void*)getCptr;
7649 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7650 -(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;
7651 -(id)init;
7652 -(id)initWithOther: (FSCertVerifyResult*)other;
7653 -(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;
7654 
7655 -(void)dealloc;
7656 
7657 @end
7658 
7659 @interface FSCertVerifyResultArray : NSObject
7660 {
7661  void *swigCPtr;
7662  BOOL swigCMemOwn;
7663 }
7664 -(void*)getCptr;
7665 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7666 -(id)init;
7667 -(id)initWithOther: (FSCertVerifyResultArray*)other;
7668 -(unsigned long)getSize;
7669 -(FSCertVerifyResult*)getAt: (unsigned long)index;
7670 -(void)add: (FSCertVerifyResult*)element;
7671 -(void)removeAt: (unsigned long)index;
7672 -(void)insertAt: (unsigned long)index element: (FSCertVerifyResult*)element;
7673 -(void)removeAll;
7674 
7675 -(void)dealloc;
7676 
7677 @end
7678 
7679 @interface FSCertIssuerPair : NSObject
7680 {
7681  void *swigCPtr;
7682  BOOL swigCMemOwn;
7683 }
7684 @property (nonatomic, weak, getter=getIssuer) NSData * issuer;
7685 @property (nonatomic, weak, getter=getCert) NSData * cert;
7686 -(void*)getCptr;
7687 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7688 -(id)initWithCert: (NSData *)cert issuer: (NSData *)issuer;
7689 -(id)init;
7690 -(id)initWithOther: (FSCertIssuerPair*)other;
7691 -(void)set: (NSData *)cert issuer: (NSData *)issuer;
7692 
7693 -(void)dealloc;
7694 
7695 @end
7696 
7697 @interface FSRevocationArrayInfo : NSObject
7698 {
7699  void *swigCPtr;
7700  BOOL swigCMemOwn;
7701 }
7702 @property (nonatomic, weak, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
7703 @property (nonatomic, weak, getter=getCrl_array) NSArray<NSData *> * crl_array;
7704 -(void*)getCptr;
7705 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7706 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7707 -(id)init;
7708 -(id)initWithOther: (FSRevocationArrayInfo*)other;
7709 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7710 -(void)dealloc;
7711 
7712 @end
7713 
7714 
7715 
7716 
7717 
7718 @interface FSSignatureVerifyResultArray : NSObject
7719 {
7720  void *swigCPtr;
7721  BOOL swigCMemOwn;
7722 }
7723 -(void*)getCptr;
7724 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7725 -(id)init;
7726 -(id)initWithOther: (FSSignatureVerifyResultArray*)other;
7727 -(unsigned long)getSize;
7728 -(FSSignatureVerifyResult*)getAt: (unsigned long)index;
7729 -(void)add: (FSSignatureVerifyResult*)element;
7730 -(void)removeAt: (unsigned long)index;
7731 -(void)insertAt: (unsigned long)index element: (FSSignatureVerifyResult*)element;
7732 -(void)removeAll;
7733 
7734 -(void)dealloc;
7735 
7736 @end
7737 
7738 typedef NS_ENUM(NSInteger, FSLTVVerifierTimeType) {
7743 };
7744 
7745 typedef NS_ENUM(NSInteger, FSLTVVerifierVerifyMode) {
7747 };
7748 
7749 @interface FSLTVVerifier : FSBase
7750 -(id)init NS_UNAVAILABLE;
7751 -(void*)getCptr;
7752 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7753 -(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;
7754 -(id)initWithOther: (FSLTVVerifier*)other;
7755 -(BOOL)isEmpty;
7756 -(void)setRevocationCallback: (id<FSRevocationCallback>)callback;
7757 -(void)setVerifyMode: (FSLTVVerifierVerifyMode)mode;
7758 -(void)setTrustedCertStoreCallback: (id<FSTrustedCertStoreCallback>)callback;
7760 -(FSSignatureVerifyResultArray*)verifySignature: (FSSignature*)signature;
7761 -(void)addDSS: (FSSignatureVerifyResult*)signature_verify_result;
7762 
7763 -(void)dealloc;
7764 
7765 @end
7766 
7767 typedef NS_ENUM(NSInteger, FSSignatureVerifyResultLTVState) {
7771 };
7772 
7774 -(id)init NS_UNAVAILABLE;
7775 -(void*)getCptr;
7776 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7777 -(id)initWithOther: (FSSignatureVerifyResult*)other;
7778 -(BOOL)isEmpty;
7779 -(NSString *)getSignatureName;
7780 -(unsigned int)getSignatureState;
7787 -(NSData *)getSignatureHashValue;
7788 
7789 -(void)dealloc;
7790 
7791 @end
7792 
7794 @property (nonatomic, weak, getter=getText_state) FSTextState* text_state;
7795 @property (nonatomic, weak, getter=getText) NSString * text;
7796 -(id)init NS_UNAVAILABLE;
7797 -(void*)getCptr;
7798 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7799 -(id)initWithText_state: (FSTextState*)text_state text: (NSString *)text;
7800 -(id)initWithText_data: (FSTextFillSignObjectData*)text_data;
7801 -(void)set: (FSTextState*)text_state text: (NSString *)text;
7802 -(void)dealloc;
7803 
7804 @end
7805 
7806 @interface FSTextFillSignObjectDataArray : NSObject
7807 {
7808  void *swigCPtr;
7809  BOOL swigCMemOwn;
7810 }
7811 -(void*)getCptr;
7812 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7813 -(id)init;
7814 -(id)initWithOther: (FSTextFillSignObjectDataArray*)other;
7815 -(unsigned long)getSize;
7816 -(FSTextFillSignObjectData*)getAt: (unsigned long)index;
7817 -(void)add: (FSTextFillSignObjectData*)element;
7818 -(void)removeAt: (unsigned long)index;
7819 -(void)insertAt: (unsigned long)index element: (FSTextFillSignObjectData*)element;
7820 -(void)removeAll;
7821 
7822 -(void)dealloc;
7823 
7824 @end
7825 
7826 typedef NS_ENUM(NSInteger, FSFillSignFillSignObjectType) {
7835 };
7836 
7837 @interface FSFillSign : FSBase
7838 -(id)init NS_UNAVAILABLE;
7839 -(void*)getCptr;
7840 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7841 -(id)initWithPage: (FSPDFPage*)page;
7842 -(id)initWithOther: (FSFillSign*)other;
7843 -(BOOL)isEmpty;
7844 -(FSFillSignObject*)addObject: (FSFillSignFillSignObjectType)type point: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
7845 -(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;
7846 -(BOOL)removeObject: (FSFillSignObject*)fillsign_object;
7847 -(FSFillSignObject*)getObjectAtPoint: (FSPointF*)point;
7848 -(FSFillSignObject*)getObjectAtDevicePoint: (FSPointF*)point matrix: (FSMatrix2D*)matrix;
7849 
7850 -(void)dealloc;
7851 
7852 @end
7853 
7855 -(void*)getCptr;
7856 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7857 -(id)initWithOther: (FSFillSignObject*)other;
7858 -(id)init;
7859 -(BOOL)isEmpty;
7861 -(void)move: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
7862 -(FSRectF*)getRect;
7863 -(BOOL)generateContent;
7864 
7865 -(void)dealloc;
7866 
7867 @end
7868 
7870 -(id)init NS_UNAVAILABLE;
7871 -(void*)getCptr;
7872 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7873 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
7875 -(BOOL)isCombFieldMode;
7876 
7877 -(void)dealloc;
7878 
7879 @end
7880 
7882 -(id)init NS_UNAVAILABLE;
7883 -(void*)getCptr;
7884 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7885 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
7886 -(BOOL)isInitialsType;
7887 -(void)setBitmap: (FSBitmap*)bitmap;
7888 
7889 -(void)dealloc;
7890 
7891 @end
7892 
7894 -(id)init NS_UNAVAILABLE;
7895 -(void*)getCptr;
7896 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7897 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
7898 -(id)initWithDoc: (FSPDFDoc*)doc;
7899 -(id)initWithOther: (FSCombineDocumentInfo*)other;
7900 -(BOOL)isEmpty;
7901 -(void)setBookmarkTitle: (NSString *)bookmark_title;
7902 -(void)setPDFFileName: (NSString *)pdf_file_name;
7903 
7904 -(void)dealloc;
7905 
7906 @end
7907 
7908 @interface FSCombineDocumentInfoArray : NSObject
7909 {
7910  void *swigCPtr;
7911  BOOL swigCMemOwn;
7912 }
7913 -(void*)getCptr;
7914 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7915 -(id)init;
7916 -(id)initWithOther: (FSCombineDocumentInfoArray*)other;
7917 -(unsigned long)getSize;
7918 -(FSCombineDocumentInfo*)getAt: (unsigned long)index;
7919 -(void)add: (FSCombineDocumentInfo*)element;
7920 -(void)removeAt: (unsigned long)index;
7921 -(void)insertAt: (unsigned long)index element: (FSCombineDocumentInfo*)element;
7922 -(void)removeAll;
7923 
7924 -(void)dealloc;
7925 
7926 @end
7927 
7928 typedef NS_ENUM(NSInteger, FSCombinationCombineDocsOptions) {
7939 };
7940 
7941 @interface FSCombination : FSBase
7942 -(void*)getCptr;
7943 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7944 +(FSProgressive*)startCombineDocuments: (NSString *)dest_file_path document_array: (FSCombineDocumentInfoArray*)document_array options: (unsigned int)options pause: (id<FSPauseCallback>)pause;
7945 +(FSProgressive*)startCombineDocumentsWithWriterCallback: (id<FSFileWriterCallback>)dest_file document_array: (FSCombineDocumentInfoArray*)document_array options: (unsigned int)options pause: (id<FSPauseCallback>)pause;
7946 -(id)init;
7947 
7948 -(void)dealloc;
7949 
7950 @end
7951 
7953 -(id)init NS_UNAVAILABLE;
7954 -(void*)getCptr;
7955 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7956 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
7957 -(id)initWithReader_callback: (id<FSFileReaderCallback>)reader_callback password: (NSString *)password file_name: (NSString *)file_name;
7958 -(id)initWithOther: (FSFormFileInfo*)other;
7959 -(BOOL)isEmpty;
7960 
7961 -(void)dealloc;
7962 
7963 @end
7964 
7965 @interface FSFormFileInfoArray : NSObject
7966 {
7967  void *swigCPtr;
7968  BOOL swigCMemOwn;
7969 }
7970 -(void*)getCptr;
7971 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7972 -(id)init;
7973 -(id)initWithOther: (FSFormFileInfoArray*)other;
7974 -(unsigned long)getSize;
7975 -(FSFormFileInfo*)getAt: (unsigned long)index;
7976 -(void)add: (FSFormFileInfo*)element;
7977 -(void)removeAt: (unsigned long)index;
7978 -(void)insertAt: (unsigned long)index element: (FSFormFileInfo*)element;
7979 -(void)removeAll;
7980 
7981 -(void)dealloc;
7982 
7983 @end
7984 
7986 -(void*)getCptr;
7987 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7988 +(void)combineFormsToCSV: (FSFormFileInfoArray*)form_file_array dest_csv_file: (NSString *)dest_csv_file append: (BOOL)append;
7989 +(void)combineFormsToCSVWithStreamCallback: (FSFormFileInfoArray*)form_file_array dest_csv_file: (id<FSFileStreamCallback>)dest_csv_file append: (BOOL)append;
7990 -(id)init;
7991 
7992 -(void)dealloc;
7993 
7994 @end
7995 
8006 };
8007 
8008 
8009 
8010 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSummaryLayout) {
8016 };
8017 
8018 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSortType) {
8023 };
8024 
8025 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsFontSizeType) {
8029 };
8030 
8032 -(void*)getCptr;
8033 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8034 -(id)init;
8035 -(id)initWithOther: (FSAnnotationSummarySettings*)other;
8036 -(BOOL)isEmpty;
8037 -(void)setSummaryLayout: (FSAnnotationSummarySettingsSummaryLayout)type;
8038 -(void)setSortType: (FSAnnotationSummarySettingsSortType)type;
8039 -(void)setFontSize: (FSAnnotationSummarySettingsFontSizeType)type;
8040 -(void)setAnnotType: (FSAnnotType)type use_all: (BOOL)use_all;
8041 -(void)setFileTitle: (NSString *)title;
8042 -(void)setPageRect: (FSRectF*)rect;
8043 -(void)setPageMargin: (FSRectF*)margin;
8044 -(void)setStartPage: (int)page_index;
8045 -(void)setEndPage: (int)page_index;
8046 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
8047 -(void)setConnectorLineColor: (unsigned int)color;
8048 -(void)setConnectorLineOpacity: (float)opacity;
8049 -(void)setAnnotThumbnail: (FSAnnotType)type thumbnail: (FSBitmap*)thumbnail;
8050 
8051 -(void)dealloc;
8052 
8053 @end
8054 
8056 -(id)init NS_UNAVAILABLE;
8057 -(void*)getCptr;
8058 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8059 -(id)initWithDocument: (FSPDFDoc*)document;
8060 -(id)initWithOther: (FSAnnotationSummary*)other;
8061 -(BOOL)isEmpty;
8062 -(void)setCallback: (id<FSAnnotationSummaryCallback>)callback;
8063 -(FSProgressive*)startSummarize: (NSString *)dest_file_path settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
8064 -(FSProgressive*)startSummarizeWithWriterCallback: (id<FSFileWriterCallback>)dest_file settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
8065 
8066 -(void)dealloc;
8067 
8068 @end
8069 
8070 typedef NS_ENUM(NSInteger, FSOutputPreviewShowType) {
8095 };
8096 
8097 typedef NS_ENUM(NSInteger, FSOutputPreviewColorantType) {
8100 };
8101 
8103 -(id)init NS_UNAVAILABLE;
8104 -(void*)getCptr;
8105 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8106 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
8107 -(id)initWithOther: (FSOutputPreview*)other;
8108 -(BOOL)isEmpty;
8109 -(void)setSimulationProfile: (NSString *)icc_profile_path;
8110 -(void)setShowType: (FSOutputPreviewShowType)show_type;
8111 -(NSArray<NSString *> *)getPlates: (FSOutputPreviewColorantType)colorant_type;
8112 -(unsigned int)getSpotPlateColor: (NSString *)plate_name;
8113 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
8114 -(BOOL)isChecked: (NSString *)plate_name;
8115 -(void)enableSimulateOverprint: (BOOL)is_to_simulate_overprint;
8116 -(FSBitmap*)generatePreviewBitmap: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
8117 
8118 -(void)dealloc;
8119 
8120 @end
8121 
8122 typedef NS_ENUM(NSInteger, FSPortfolioNodeType) {
8126 };
8127 
8129 -(void*)getCptr;
8130 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8131 -(id)initWithOther: (FSPortfolioNode*)other;
8132 -(BOOL)isEmpty;
8134 
8135 -(void)dealloc;
8136 
8137 @end
8138 
8139 @interface FSPortfolioNodeArray : NSObject
8140 {
8141  void *swigCPtr;
8142  BOOL swigCMemOwn;
8143 }
8144 -(void*)getCptr;
8145 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8146 -(id)init;
8147 -(id)initWithOther: (FSPortfolioNodeArray*)other;
8148 -(unsigned long)getSize;
8149 -(FSPortfolioNode*)getAt: (unsigned long)index;
8150 -(void)add: (FSPortfolioNode*)element;
8151 -(void)removeAt: (unsigned long)index;
8152 -(void)insertAt: (unsigned long)index element: (FSPortfolioNode*)element;
8153 -(void)removeAll;
8154 
8155 -(void)dealloc;
8156 
8157 @end
8158 
8160 @property (nonatomic, weak, getter=getDescription) NSString * description;
8161 -(id)init NS_UNAVAILABLE;
8162 -(void*)getCptr;
8163 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8164 -(id)initWithOther: (FSPortfolioNode*)other;
8165 -(BOOL)isRoot;
8166 -(NSString *)getName;
8167 -(FSPortfolioFileNode*)addFile: (NSString *)file_path;
8168 -(FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSFileStreamCallback>)file_stream file_name: (NSString *)file_name;
8169 -(FSPortfolioFileNode*)addPDFDoc: (FSPDFDoc*)pdf_doc file_name: (NSString *)file_name;
8170 -(FSPortfolioFolderNode*)addSubFolder: (NSString *)folder_name;
8171 -(void)removeSubNode: (FSPortfolioNode*)sub_node;
8172 -(FSPortfolioNodeArray*)getSortedSubNodes;
8173 -(FSDateTime*)getModifiedDateTime;
8174 -(FSDateTime*)getCreationDateTime;
8175 
8176 -(void)dealloc;
8177 
8178 @end
8179 
8181 -(id)init NS_UNAVAILABLE;
8182 -(void*)getCptr;
8183 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8184 -(id)initWithOther: (FSPortfolioNode*)other;
8186 -(NSString *)getKeyName;
8187 
8188 -(void)dealloc;
8189 
8190 @end
8191 
8192 @interface FSSchemaField : FSBase
8193 @property (nonatomic, weak, getter=getKeyName) NSString * keyName;
8194 @property (nonatomic, weak, getter=getSubtypeName) NSString * subtypeName;
8195 @property (nonatomic, weak, getter=getDisplayName) NSString * displayName;
8196 -(void*)getCptr;
8197 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8198 -(id)init;
8199 -(id)initWithOther: (FSSchemaField*)other;
8200 -(BOOL)isEmpty;
8201 -(BOOL)isVisible;
8202 -(void)setVisibility: (BOOL)is_visible;
8203 
8204 -(void)dealloc;
8205 
8206 @end
8207 
8208 @interface FSSchemaFieldArray : NSObject
8209 {
8210  void *swigCPtr;
8211  BOOL swigCMemOwn;
8212 }
8213 -(void*)getCptr;
8214 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8215 -(id)init;
8216 -(id)initWithOther: (FSSchemaFieldArray*)other;
8217 -(unsigned long)getSize;
8218 -(FSSchemaField*)getAt: (unsigned long)index;
8219 -(void)add: (FSSchemaField*)element;
8220 -(void)removeAt: (unsigned long)index;
8221 -(void)insertAt: (unsigned long)index element: (FSSchemaField*)element;
8222 -(void)removeAll;
8223 
8224 -(void)dealloc;
8225 
8226 @end
8227 
8228 typedef NS_ENUM(NSInteger, FSPortfolioInitialViewMode) {
8233 };
8234 
8235 @interface FSPortfolio : FSBase
8236 @property (nonatomic, getter=getInitialViewMode) FSPortfolioInitialViewMode initialViewMode;
8237 @property (nonatomic, weak, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
8238 @property (nonatomic, weak, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
8239 @property (nonatomic, weak, getter=getSchemaFields) FSSchemaFieldArray* schemaFields;
8240 -(id)init NS_UNAVAILABLE;
8241 -(void*)getCptr;
8242 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8243 +(FSPortfolio*)createPortfolio;
8244 +(FSPortfolio*)createPortfolioWithPDFDoc: (FSPDFDoc*)portfolio_pdf_doc;
8245 -(id)initWithOther: (FSPortfolio*)other;
8246 -(BOOL)isEmpty;
8247 -(FSPDFDoc*)getPortfolioPDFDoc;
8248 -(FSPortfolioNode*)getRootNode;
8249 -(BOOL)isSortedInAscending;
8250 -(void)setSortingOrder: (BOOL)use_ascending_order;
8251 
8252 -(void)dealloc;
8253 
8254 @end
8255 
8256 typedef NS_ENUM(NSInteger, FSSnappedPointSnappedPointType) {
8262 };
8263 
8265 -(id)init NS_UNAVAILABLE;
8266 -(void*)getCptr;
8267 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8268 -(id)initWithOther: (FSSnappedPoint*)other;
8269 -(BOOL)isEmpty;
8271 -(FSPointF*)getPoint;
8272 
8273 -(void)dealloc;
8274 
8275 @end
8276 
8277 typedef NS_ENUM(NSInteger, FSSnapPointMgrSnapPointFlags) {
8282 };
8283 
8285 -(id)init NS_UNAVAILABLE;
8286 -(void*)getCptr;
8287 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8288 -(id)initWithPage: (FSPDFPage*)page;
8289 -(id)initWithOther: (FSSnapPointMgr*)other;
8290 -(BOOL)isEmpty;
8291 -(void)reload;
8292 -(FSSnappedPoint*)getSnappedPointAtPos: (FSPointF*)position flags: (unsigned int)flags;
8293 
8294 -(void)dealloc;
8295 
8296 @end
8297 
8298 @interface FSSplitOutputSettingData : NSObject
8299 {
8300  void *swigCPtr;
8301  BOOL swigCMemOwn;
8302 }
8303 @property (nonatomic, weak, getter=getOutput_folder_path) NSString * output_folder_path;
8304 @property (nonatomic, getter=getAdd_before_or_after_orginal_name) BOOL add_before_or_after_orginal_name;
8305 @property (nonatomic, weak, getter=getCustom_name) NSString * custom_name;
8306 @property (nonatomic, weak, getter=getSeparator) NSString * separator;
8307 @property (nonatomic, getter=getIs_overwrite) BOOL is_overwrite;
8308 -(void*)getCptr;
8309 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8310 -(id)init;
8311 -(void)set: (NSString *)output_folder_path add_before_or_after_orginal_name: (BOOL)add_before_or_after_orginal_name custom_name: (NSString *)custom_name separator: (NSString *)separator is_overwrite: (BOOL)is_overwrite;
8312 -(void)dealloc;
8313 
8314 @end
8315 
8317 -(id)init NS_UNAVAILABLE;
8318 -(void*)getCptr;
8319 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8320 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8321 -(id)initWithFile_reader: (id<FSFileReaderCallback>)file_reader password: (NSString *)password file_name: (NSString *)file_name;
8322 -(id)initWithDoc: (FSPDFDoc*)doc file_name: (NSString *)file_name;
8323 -(id)initWithOther: (FSSplitDocumentInfo*)other;
8324 -(BOOL)isEmpty;
8325 
8326 -(void)dealloc;
8327 
8328 @end
8329 
8330 @interface FSSplitDocumentInfoArray : NSObject
8331 {
8332  void *swigCPtr;
8333  BOOL swigCMemOwn;
8334 }
8335 -(void*)getCptr;
8336 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8337 -(id)init;
8338 -(id)initWithOther: (FSSplitDocumentInfoArray*)other;
8339 -(unsigned long)getSize;
8340 -(FSSplitDocumentInfo*)getAt: (unsigned long)index;
8341 -(void)add: (FSSplitDocumentInfo*)element;
8342 -(void)removeAt: (unsigned long)index;
8343 -(void)insertAt: (unsigned long)index element: (FSSplitDocumentInfo*)element;
8344 -(void)removeAll;
8345 
8346 -(void)dealloc;
8347 
8348 @end
8349 
8350 typedef NS_ENUM(NSInteger, FSSplitFileResultSplitFileState) {
8355 };
8356 
8357 @interface FSSplitFileResult : NSObject
8358 {
8359  void *swigCPtr;
8360  BOOL swigCMemOwn;
8361 }
8362 @property (nonatomic, weak, getter=getBefore_splitting_file_name) NSString * before_splitting_file_name;
8363 @property (nonatomic, weak, getter=getAfter_split_files_paths) NSArray<NSString *> * after_split_files_paths;
8364 @property (nonatomic, getter=getSplit_file_state) FSSplitFileResultSplitFileState split_file_state;
8365 -(void*)getCptr;
8366 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8367 -(id)init;
8368 -(void)dealloc;
8369 
8370 @end
8371 
8372 @interface FSSplitFileResultArray : NSObject
8373 {
8374  void *swigCPtr;
8375  BOOL swigCMemOwn;
8376 }
8377 -(void*)getCptr;
8378 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8379 -(id)init;
8380 -(id)initWithOther: (FSSplitFileResultArray*)other;
8381 -(unsigned long)getSize;
8382 -(FSSplitFileResult*)getAt: (unsigned long)index;
8383 -(void)add: (FSSplitFileResult*)element;
8384 -(void)removeAt: (unsigned long)index;
8385 -(void)insertAt: (unsigned long)index element: (FSSplitFileResult*)element;
8386 -(void)removeAll;
8387 
8388 -(void)dealloc;
8389 
8390 @end
8391 
8392 
8393 
8394 @interface FSSplitPDFDoc : FSBase
8395 -(void*)getCptr;
8396 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8397 +(FSProgressive*)startSplitByFileSize: (float)max_file_size setting_data: (FSSplitOutputSettingData*)setting_data split_doc_array: (FSSplitDocumentInfoArray*)split_doc_array split_callback: (id<FSSplitPDFDocCallback>)split_callback;
8398 -(id)init;
8399 
8400 -(void)dealloc;
8401 
8402 @end
8403 
8404 
8405 
8410 @protocol FSSplitPDFDocCallback <NSObject>
8411 @required
8417 -(BOOL)needToPause;
8418 
8429 -(void)progressNotify:(NSString*)before_splitting_file_name after_split_file_path:(NSString*)after_split_file_path split_page_count:(int)split_page_count total_page_count:(int)total_page_count;
8430 
8439 -(void)resultNotify:(FSSplitFileResultArray*)result_array;
8440 @end
8441 
8442 
8448 @protocol FSPauseCallback <NSObject>
8449 @required
8455 -(BOOL)needPauseNow;
8456 @end
8457 
8463 @protocol FSFileReaderCallback <NSObject>
8464 @required
8473 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
8479 -(unsigned long long)getSize;
8480 @end
8481 
8487 @protocol FSFileWriterCallback <NSObject>
8488 @required
8494 -(unsigned long long)getSize;
8503 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
8509 -(BOOL)flush;
8510 @end
8511 
8517 @protocol FSFileStreamCallback <NSObject>
8518 @required
8524 -(unsigned long long)getSize;
8525 
8534 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
8543 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
8549 -(BOOL)flush;
8550 @end
8551 
8556 @protocol FSMediaPlayerCallback <NSObject>
8557 @required
8558 
8566  -(BOOL)play;
8567 
8575  -(void)close;
8576 
8584  -(BOOL)stop;
8585 
8595  -(BOOL)seek:(int)current_pos;
8596 
8605 
8614 
8615 @end
8616 
8622 @protocol FSActionCallback <NSObject>
8623 @required
8636 -(BOOL)invalidateRect:(FSPDFDoc*)document page_index:(int)page_index pdf_rect:(FSRectF*)pdf_rect;
8637 
8648 -(int)getCurrentPage:(FSPDFDoc*)document;
8660 -(void)setCurrentPage:(FSPDFDoc*)document page_index:(int)page_index;
8661 
8673 -(void)setCurrentPage:(FSPDFDoc*)document destination:(FSDestination*)destination;
8687 -(FSRotation)getPageRotation:(FSPDFDoc*)document page_index:(int)page_index;
8701 -(BOOL)setPageRotation:(FSPDFDoc*)document page_index:(int)page_index rotation:(FSRotation)rotation;
8702 
8715 -(BOOL)executeNamedAction:(FSPDFDoc*)document named_action:(NSString*)named_action;
8716 
8729 -(BOOL)setDocChangeMark:(FSPDFDoc*)document change_mark:(BOOL)change_mark;
8741 -(BOOL)getDocChangeMark:(FSPDFDoc*)document;
8742 
8751 -(int)getOpenedDocCount;
8752 
8764 -(FSPDFDoc*)getOpenedDoc:(int)index;
8765 
8775 
8785 
8797 -(void)closeDoc:(FSPDFDoc*)document is_prompt_to_save:(BOOL)is_prompt_to_save;
8798 
8810 -(FSPDFDoc*)openDoc:(NSString*)file_path password:(NSString*)password;
8811 
8829 -(BOOL)beep:(int)type;
8830 
8849 -(NSString*)response:(NSString*)question title:(NSString*)title default_value:(NSString*)default_value label:(NSString*)label is_password:(BOOL)is_password;
8850 
8861 -(NSString*)getFilePath:(FSPDFDoc*)document;
8862 
8873 -(BOOL)isLocalFile:(FSPDFDoc*)document;
8874 
8887 -(NSString*)getAttachmentsFilePath:(FSPDFDoc*)pdf_doc name:(NSString*)name;
8888 
8901 -(NSString*)getExtractedEmbeddedFilePath:(FSPDFDoc*)pdf_doc name:(NSString*)name;
8902 
8926 -(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;
8927 
8939 -(BOOL)print:(FSPDFDoc*)document print_params:(FSPrintParams*)print_params;
8940 
8955 -(BOOL)submitForm:(FSPDFDoc*)document form_data:(NSData*)form_data url:(NSString*)url file_format_type:(FSFileFormatType)file_format_type;
8956 
8967 -(BOOL)launchURL:(NSString*)url;
8968 
8977 -(NSString*)browseFile;
8978 
8991 -(NSString*)browseFile:(BOOL)is_open_dialog file_format:(NSString*)file_format file_filter:(NSString*)file_filter;
8992 
9003 
9035 -(int)alert:(NSString*)msg title:(NSString*)title type:(int)type icon:(int)icon;
9052 -(BOOL)setIdentityProperties:(FSIdentityProperties*)identity_properties;
9066 -(NSString*)popupMenu:(FSMenuListArray*)menus is_selected_item:(NSNumber**)is_selected_item;
9067 
9080 -(FSMenuItemEx*)popupMenuEx:(FSMenuItemExArray*)menus is_selected_item:(NSNumber**)is_selected_item;
9081 
9096 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)type;
9097 
9129 -(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;
9130 
9145 -(unsigned int)verifySignature:(FSPDFDoc*)document pdf_signature:(FSSignature*)pdf_signature;
9146 
9157 -(NSString*)getUntitledBookmarkName;
9158 
9168 -(NSArray<NSString*>*)getPrinterNameList;
9169 
9179 -(BOOL)addToolButton:(FSButtonItem*)button_item;
9180 
9190 -(BOOL)removeToolButtom:(NSString*)button_name;
9191 
9200 
9221 -(BOOL) addMenuItem:(FSMenuItemConfig*)menu_item_config is_prepend:(BOOL)is_prepend;
9222 
9232 -(BOOL) addSubMenu:(FSMenuItemConfig*)menu_item_config;
9233 
9243 -(BOOL) showDialog:(FSDialogDescriptionConfig*)dlg_config;
9244 
9252 -(BOOL) getFullScreen;
9253 
9263 -(void) setFullScreen:(BOOL)is_full_screen;
9264 
9280 -(void) onFieldValueChanged:(NSString*)field_name type:(FSActionCallbackJSFieldValueChangeType)type value_before_changed:(NSArray<NSString*>*)value_before_changed value_after_changed:(NSArray<NSString*>*)value_after_changed;
9281 
9291 -(void)updateLogicalLabel;
9292 
9311 -(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;
9312 
9325 -(NSString*)getTemporaryFileName:(FSPDFDoc*)document file_name:(NSString*)file_name;
9326 
9336 -(id<FSMediaPlayerCallback>) openMediaPlayer:(FSPlayerArgs*)player_args;
9337 
9347  -(NSString*)getTemporaryDirectory;
9348 
9349 
9361 -(void)scroll:(FSPointF*)point;
9362 
9377 -(void)selectPageNthWord:(int)page_index start_offset:(int)start_offset end_offset:(int)end_offset is_show_selection:(BOOL)is_show_selection;
9378 
9379 
9390 
9402 
9414 
9428  -(void)setLayoutMode:(FSActionCallbackLayoutMode)layout_mode is_cover_mode:(BOOL)is_cover_mode;
9429 
9439 -(float)getPageScale;
9440 
9454 -(void)setPageScale:(FSDestinationZoomMode)zoom_mode dest:(FSDestination*)dest;
9455 
9456 
9468 
9485 -(void)query:(NSString*)keywords search_scope:(FSActionCallbackSearchScope)search_scope search_option:(FSSearchOption*)search_opion di_path:(NSString*)di_path;
9486 
9498 -(FSSearchIndexConfig*) addSearchIndex:(NSString*)di_path selected:(bool)is_selected;
9499 
9510 -(bool)removeSearchIndex:(FSSearchIndexConfig*)search_index_config;
9511 
9520 -(NSArray<NSString*>*)getSignatureAPStyleNameList;
9521 
9533 -(FSSOAPResponseInfo*) soapRequest:(FSSOAPRequestProperties*)request_params;
9534 
9546 -(void) enablePageLoop:(BOOL)is_loop;
9547 
9557 -(BOOL) isPageLoop;
9558 
9578 -(void) setDefaultPageTransitionMode:(NSString*)trans_type trans_di:(NSString*)trans_di;
9579 
9589 
9602 -(void) postMessageToHtml:(NSArray<NSString*>*)message;
9603 
9604 @end
9605 
9615 @protocol FSIconProviderCallback <NSObject>
9616 @required
9625 -(NSString*)getProviderID;
9634 -(NSString*)getProviderVersion;
9644 -(BOOL)hasIcon: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9655 -(BOOL)canChangeColor: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9666 -(FSPDFPage*)getIcon: (FSAnnotType)annot_type icon_name: (NSString*)icon_name color: (unsigned int)color;
9680 -(FSShadingColor*)getShadingColor: (FSAnnotType)annot_type icon_name: (NSString*)icon_name referenced_color: (unsigned int)referenced_color shading_index: (int)shading_index;
9690 -(NSNumber*)getDisplayWidth: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9700 -(NSNumber*)getDisplayHeight: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9701 @end
9702 
9710 @protocol FSNotifierCallback <NSObject>
9711 @required
9724 -(void)onOutOfMemory;
9725 @end
9726 
9732 @protocol FSDocEventCallback <NSObject>
9733 @required
9739 -(void)onDocWillOpen;
9750 -(void)onDocOpened:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
9758 -(void)onDocWillDestroy:(FSPDFDoc*)document;
9766 -(void)onDocWillSave:(FSPDFDoc*)document;
9777 -(void)onDocSaved:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
9778 @end
9779 
9789 @required
9801 -(BOOL)isDataAvail:(int)offset size:(int)size;
9816 -(BOOL)addDownloadHint:(int)offset size:(int)size;
9817 @end
9818 
9823 @protocol FSFillerAssistCallback <NSObject>
9824 @required
9834 -(void)refresh:(FSPDFPage*)page rect:(FSRectF*)rect;
9850 -(BOOL)setTimer:(int)elapse timer:(FSTimer*)timer out_timer_id:(int*)out_timer_id;
9859 -(BOOL)killTimer:(int)timer_id;
9871 -(void)focusGotOnControl:(FSControl*)control value:(NSString*)value;
9884 -(void)focusLostFromControl:(FSControl*)control value:(NSString*)value;
9885 
9893 -(void *)createPopupMenu;
9894 
9907 -(BOOL)appendPopupMenuItem:(const void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item default_string:(NSString*)default_string;
9908 
9921 -(BOOL)enablePopupMenuItem:(const void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item is_enabled:(BOOL)is_enabled;
9922 
9933 -(BOOL)showPopupMenu:(const void*)h_popup_menu point:(FSPointF*)point;
9934 
9944 -(void)destroyPopupMenu:(const void*)h_popup_menu;
9945 
9955 -(void)setClipboardText:(NSString*)text;
9956 
9964  -(NSString*)getClipboardText;
9965 
9976  -(void)reportInvalidValue:(NSString*)form_field_name invalid_value:(NSString*)invalid_value;
9977 @end
9978 
9986 @protocol FSSearchCallback <NSObject>
9987 @required
10003 -(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;
10004 @end
10005 
10010 @protocol FSSearchCancelCallback <NSObject>
10011 @required
10018 -(BOOL)needToCancelNow;
10019 @end
10020 
10026 @protocol FSPSICallback <NSObject>
10027 @required
10036 -(void)refresh:(FSPSI*)psi rect:(FSRectF*)rect;
10037 @end
10038 
10044 @protocol FSSecurityCallback <NSObject>
10045 @required
10053 @end
10054 
10064 @required
10074 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
10075 @end
10076 
10086 @required
10097 -(BOOL)isOwner: (FSPDFDoc *)document sub_filter:(NSString*)sub_filter;
10109 -(unsigned int)getUserPermissions:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10121 -(FSSecurityHandlerCipherType)getCipherType:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10135 -(int)getKeyLength:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10146 -(NSString*)getFileID:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10157 -(NSData*)getInitialKey:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10158 @end
10159 
10169 @required
10181 -(void *)createContext: (NSString*)filter sub_filter: (NSString*)sub_filter encrypt_info: (NSString*)encrypt_info;
10192 -(BOOL)releaseContext: (void *)context;
10206 -(unsigned int)getUserPermissions: (void *)context user_permission: (FSPDFDocUserPermissions)user_permission;
10217 -(BOOL)isOwner: (void *)context;
10229 -(FSSecurityHandlerCipherType)getCipher: (void *)context;
10240 -(NSData *)getEncryptKey: (void *)context;
10252 -(unsigned int)getDecryptedSize: (void *)context src_data_size: (unsigned int)src_data_size;
10265 -(void *)startDecryptor: (void *)context obj_num: (int)obj_num gen_num: (int)gen_num;
10278 -(NSData*)decryptData: (void *)decryptor encrypted_data: (void *)encrypted_data encrypted_data_len: (unsigned int)encrypted_data_len;
10289 -(NSData *)finishDecryptor: (void *)decryptor;
10304 -(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;
10321 -(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;
10322 
10341 -(BOOL)useStandardCryptoMethod:(void*)context;
10342 
10343 @end
10344 
10354 
10355 @end
10356 
10366 @protocol FSSignatureCallback <NSObject>
10367 @required
10386 -(BOOL)startCalcDigest: (id<FSFileReaderCallback>)file byte_range_array: (NSArray<NSNumber *> *)byte_range_array signature: (FSSignature*)signature client_data: (void* )client_data;
10406 -(FSProgressiveState)continueCalcDigest: (id<FSPauseCallback> )pause client_data: (void* )client_data;
10418 -(NSData *)getDigest: (void* )client_data;
10439 -(NSData *)sign: (NSData*)digest cert_path: (NSString* )cert_path cert_password: (NSString* )cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm client_data: (void* )client_data;
10460 -(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;
10481 -(FSSignatureStates)verifySigState: (NSData*)digest signed_data: (NSData*)signed_data client_data: (void* )client_data;
10482 
10490 -(BOOL)isNeedPadData;
10491 
10511 -(FSSignatureCallbackCertValidity)checkCertificateValidity:(NSString*)cert_path cert_password:(NSString*)cert_password client_data:(void*)client_data;
10512 
10513 @end
10514 
10519 @protocol FSTimeStampCallback <NSObject>
10520 @required
10529 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest:(NSString*)request;
10530 
10536 -(NSData *)getTimeStampMessage;
10537 @end
10538 
10544 @protocol FSAppProviderCallback <NSObject>
10545 @required
10555 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)app_info;
10564 -(void)beep:(FSAppProviderCallbackBeepType)type;
10578 -(FSAppProviderCallbackMsgBoxButtonID)msgBox:(NSString*)message title:(NSString*)title icon_type: (FSAppProviderCallbackMsgBoxIconType) icon_type button_type: (FSAppProviderCallbackMsgBoxButtonType)button_type;
10591 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
10599 -(id<FSFileReaderCallback>)downLoadUrl:(NSString*)url;
10614 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
10625 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
10643 -(NSString*)loadString:(FSAppProviderCallbackStringID)string_id;
10654 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
10655 @end
10656 
10662 @protocol FSDocProviderCallback <NSObject>
10663 @required
10677 -(void)invalidateRect:(int)page_index rect:(FSRectF*)rect flag:(FSDocProviderCallbackInvalidateFlag)flag;
10688 -(void)displayCaret:(int)page_index is_visible:(BOOL)is_visible rect:(FSRectF*)rect;
10703 -(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;
10712 -(BOOL)popupMenu:(int)page_index rect_popup:(FSPointF*)rect_popup;
10720 -(int)getCurrentPage:(FSPDFDoc*) doc;
10729 -(void)setCurrentPage:(FSPDFDoc*) doc current_page_index:(int)current_page_index;
10737 -(void)setChangeMark:(FSXFADoc*) doc;
10745 -(NSString*)getTitle:(FSPDFDoc*) doc;
10753 -(void)setFocus:(FSXFAWidget*) xfa_widget;
10764 -(void)exportData:(FSPDFDoc*)doc file_path:(NSString*) file_path;
10775 -(void)importData:(FSPDFDoc*)doc file_path:(NSString*) file_path;
10784 -(void)gotoURL:(FSPDFDoc*)doc url:(NSString*) url;
10797 -(void)print:(FSPDFDoc*)doc start_page_index:(int)start_page_index end_page_index:(int)end_page_index options:(int)options;
10805 -(int)getHighlightColor:(FSPDFDoc*)doc;
10819 -(BOOL)submitData:(FSPDFDoc*)doc target:(NSString*)target format:(FSDocProviderCallbackSubmitFormat)format text_encoding:(FSDocProviderCallbackTextEncoding)text_encoding content:(NSString*)content;
10830 -(void)pageViewEvent:(int)page_index page_view_event_type:(FSDocProviderCallbackPageViewEventType)page_view_event_type;
10841 -(void)widgetEvent:(FSXFAWidget *) xfa_widget widget_event_type:(FSDocProviderCallbackWidgetEventType)widget_event_type;
10842 @end
10843 
10848 @protocol FSComplianceProgressCallback <NSObject>
10849 @required
10858 -(void)updateCurrentStateData:(int)current_rate current_state_string:(NSString*)current_state_string;
10859 @end
10860 
10867 @protocol FSRevocationCallback <NSObject>
10868 @required
10876 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
10877 
10886 -(FSResponse*)getResponseOnLineForSingleCert: (FSCertIssuerPair*)cert_issuer_pair;
10887 
10897 -(FSCertVerifyResult*)verifyOCSP:(FSCertIssuerPair*)cert_issuer_pair ocsp_data:(NSData*)ocsp_data;
10898 
10908 -(FSCertVerifyResult*)verifyCRL:(FSCertIssuerPair*)cert_issuer_pair crl_data:(NSData*)crl_data;
10909 
10917 -(BOOL)isCA:(NSData*)cert;
10918 
10926 -(FSDateTime*)getDTSTime:(NSData*)signature_content;
10927 
10935 -(NSData*)getTSTSignature:(NSData*)signature_content;
10936 
10945 -(FSDateTime*)getTSTTime:(NSData*)signature_content;
10946 
10955 -(FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain:(NSArray<NSData*>*)trust_cert_chain;
10956 
10965 -(FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
10966 
10974 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
10975 
10983 -(FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
10984 
10992 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
10993 
11001 -(NSData*)getCRLSignature:(NSData*)crl_data;
11002 
11010 -(FSRevocationArrayInfo*)getRevocationInfoFromSignatureData:(NSData*)signature_content;
11011 
11020 -(BOOL)isIssuerMatchCert:(FSCertIssuerPair*)cert_issuer_pair;
11021 
11022 @end
11023 
11032 @protocol FSTrustedCertStoreCallback <NSObject>
11033 @required
11041 -(BOOL)isCertTrusted:(NSData*)cert;
11049 -(BOOL)isCertTrustedRoot:(NSData*)cert;
11050 
11051 @end
11052 
11053 
11062 @protocol FSFontMapperCallback <NSObject>
11063 @required
11064 
11080 -(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;
11081 
11082 @end
11083 
11092 @protocol FSAnnotationSummaryCallback <NSObject>
11093 @required
11094 
11105 
11114 -(NSString*)getLocalFontName;
11115 
11132  -(NSString*)loadString:(FSAnnotationSummaryCallbackAnnotationSummaryStringID)id;
11133 
11134 @end
11135 
11144 @protocol FSTaggedPDFCallback <NSObject>
11145 @required
11146 
11163 -(void)report:(FSTaggedPDFCallbackReportCategory)category confidence:(FSTaggedPDFCallbackReportConfidence)confidence page_index:(int)page_index rect:(FSRectF*)rect;
11164 
11165 @end
11166 
11171 @protocol FSReplaceCallback <NSObject>
11172 @required
11173 
11185 -(BOOL)needToReplace:(NSString*)search_text replace_text:(NSString*)replace_text current_page_index:(int)current_page_index text_rect_array:(FSRectFArray*)text_rect_array;
11186 
11187 @end
11188 
11193 @protocol FSTableGeneratorCallback <NSObject>
11194 @required
11195 
11203 -(float)getTableTopMarginToPage:(int)page_index;
11204 
11205 @end
11206 
11207 
11208 
11214 @required
11223 -(FSMatrix2D*)getRenderMatrix:(FSPDFDoc*)document page_index:(int)page_index;
11224 
11233 -(void*) getPageViewHandle:(FSPDFDoc*)document page_index:(int)page_index;
11234 
11241 -(FSRectF*)getClientRect:(FSPDFDoc*)document;
11242 
11251 -(float)getScale:(FSPDFDoc*)document page_index:(int)page_index;
11252 
11263 -(BOOL)gotoPageView:(FSPDFDoc*)document page_index:(int)page_index left:(float)left top:(float)top;
11264 
11271 -(NSArray<NSNumber *> *)getVisiblePageIndexArray:(FSPDFDoc*)document;
11272 
11281 -(FSRectF*)getPageVisibleRect:(FSPDFDoc*)document page_index:(int)page_index;
11282 
11291 -(FSRectF*)getPageRect:(FSPDFDoc*)document page_index:(int)page_index;
11292 
11299 -(int)getCurrentPageIndex:(FSPDFDoc*)document;
11300 
11309 -(FSRotation)getRotation:(FSPDFDoc*)document page_index:(int)page_index;
11310 
11320 -(void)invalidateRect:(FSPDFDoc*)document page_index:(int)page_index invalid_rects:(FSRectFArray*)invalid_rects;
11321 
11329 -(void)addUndoItem:(FSParagraphEditingUndoItem*)undo_item;
11330 
11338 -(void)setDocChangeMark:(FSPDFDoc*)document;
11339 
11349 -(void)notifyTextInputReachLimit:(FSPDFDoc*)document page_index:(int)page_index;
11350 
11351 @end
11352 
11353 
11354 #ifdef __cplusplus
11355 }
11356 #endif
11357 
FSPDFDocPasswordType
FSPDFDocPasswordType
Enumeration for the type of current used password in a PDF document.
Definition: FSPDFObjC.h:4952
-[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:6364
FSLayerContext
Definition: FSPDFObjC.h:3884
FSCertVerifyResultReasonSuperseded
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:7614
-[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:1359
FSFillerVkeyN
N key.
Definition: FSPDFObjC.h:4011
-[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:7131
-[FSStructTreeEntity getPage]
FSPDFPage * getPage()
Get the related PDF page.
FSColorSpaceDeviceN
Color space: DeviceN.
Definition: FSPDFObjC.h:662
FSAssociatedFilesRelationshipSupplement
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:3063
FSMarkupStateModelMarked
Markup annotation state model: marked.
Definition: FSPDFObjC.h:2517
-[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:5027
FSFileReaderCallback-p
Definition: FSPDFObjC.h:8463
FSLayerContextUsageZoom
Use for zooming.
Definition: FSPDFObjC.h:3881
FSLRStructureElementAttributeTypeTBorderStyle
Attribute type: TBorderStyle, which represents the style of the border drawn on each edge of a table ...
Definition: FSPDFObjC.h:7155
FSOutputPreviewShowRGB
If set, only show with RGB.
Definition: FSPDFObjC.h:8080
FSBorderInfoBeveled
Border style: Beveled.
Definition: FSPDFObjC.h:2220
FSFillModeWinding
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:618
FSLRStructureElementAttributeTypeTextDecorationType
Attribute type: TextDecorationType, which represents the text decoration, if any, to be applied to th...
Definition: FSPDFObjC.h:7161
FSSearchIndexConfig
Definition: FSPDFObjC.h:3605
FSFieldFlagChoiceSort
(Only useful for choice field) If set, the field's option items should be sorted alphabetically.
Definition: FSPDFObjC.h:4194
-[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:1646
FSTimeStampServerSendResultFailToReceiveData
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:4511
FSRenditionWindowTypeAnnotRect
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:1711
FSLRStructureElementAttributeValueEnumCircle
Enum value: Circle, which means open circular bullet.
Definition: FSPDFObjC.h:7216
FSAnnotMKEntryIconFit
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:2384
-[FSStructTreeEntity getType]
FSStructTreeEntityStructTreeEntityType getType()
Get structure tree entity type.
FSHTML2PDFSettingDataEncodingFormatISO_2022_CN
Encoding foramt: "ISO_2022_CN".
Definition: FSPDFObjC.h:6822
FSLRElementElementTypeAnnot
Structure element type: Annot, which means "Annotation" and represents an association between a porti...
Definition: FSPDFObjC.h:7082
FSAnnotProperty
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:2367
FSOptimizerSettingsDiscardObjectsDocumentTags
Discard document tags.
Definition: FSPDFObjC.h:6730
FSPathTypeMoveTo
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:956
-[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:1694
FSAttachments
Definition: FSPDFObjC.h:3747
FSHTML2PDFSettingDataEncodingFormatJAGRAN
Encoding foramt: "JAGRAN".
Definition: FSPDFObjC.h:6826
FSTableData
Definition: FSPDFObjC.h:6310
FSIconProviderCallback-p
Definition: FSPDFObjC.h:9615
FSErrXFALoadError
XFA loading error.
Definition: FSPDFObjC.h:494
FSLRElementElementTypePrivate
Structure element type: Private, which means "Private element" and represents a grouping element cont...
Definition: FSPDFObjC.h:7054
FSSignatureSignatureType
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:4379
FSPDFDocEncryptNone
No encryption pattern.
Definition: FSPDFObjC.h:4961
-[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:7073
FSLRStructureElementAttributeValueEnumPage
Enum value: Page, which means page artifacts. Production aids extraneous to the document itself,...
Definition: FSPDFObjC.h:7242
FSAppProviderCallbackMsgBtnIDCancel
Message box button ID: Cancel.
Definition: FSPDFObjC.h:5485
-[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:2538
FSAppProviderCallbackStringIDUnableSetLengthValue
Sample message: "Unable to set the value for property 'length'".
Definition: FSPDFObjC.h:5386
FSColorSpaceDeviceCMYK
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:657
FSCompareResultInfoCompareResultTypeDeletePath
Result type: delete path.
Definition: FSPDFObjC.h:6515
FSSignatureAPFlagSigningTime
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:4352
FSHeaderFooterContentGeneratorDateFormatMMSlashYY
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4803
FSPrintParamsPrintContentFormFieldsOnly
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: FSPDFObjC.h:3395
FSOptimizerSettingsCleanUpUseFlateForNonEncodedStream
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:6716
FSAnnotationSummaryCallbackAnnotationSummaryStringIDType
Annotations summary string ID: specify the prefix when annotation type is outputed in result document...
Definition: FSPDFObjC.h:8000
FSLRStructureElementAttributeValueEnumUpperRoman
Enum value: UpperRoman, which means uppercase roman numerals (I, II, III, IV, ...).
Definition: FSPDFObjC.h:7219
FSTimeStampServerSendRequestResult
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:4506
FSCompareResultInfoCompareResultTypeReplacePath
Result type: replace path.
Definition: FSPDFObjC.h:6517
FSFontCharsetChineseBig5
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:855
FSRendererDevicePrinter
Device type: display device.
Definition: FSPDFObjC.h:3008
FSActionCallbackSearchScopeFolder
Search scope: folder.
Definition: FSPDFObjC.h:3697
FSPrintParams
Definition: FSPDFObjC.h:3432
-[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:1610
FSPathTypeLineTo
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:957
FSErrNotParsed
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:487
FSAnnotInk
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2329
FSTextPageTextParseFlags
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:5794
FSActionCallbackJSFieldValueChangedByFillColor
javascript field value changed type: field fill color.
Definition: FSPDFObjC.h:3671
-[FSSplitPDFDocCallback-p needToPause]
BOOL needToPause()
A callback function used to pause the current splitting progress.
-[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:5477
FSAsyncReaderCallback-p
Definition: FSPDFObjC.h:9788
FSLRStructureElementAttributeTypeBackgroundColor
Attribute type: BackgroundColor, which represents the color to be used to fill the background of a ta...
Definition: FSPDFObjC.h:7139
FSAppProviderCallbackStringIDNumberOfOccur
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5384
FSGraphicsObjectsTextMergeNone
No text merge.
Definition: FSPDFObjC.h:4586
FSLRStructureElementAttributeValueTypeElementArray
Value type: an array of elements.
Definition: FSPDFObjC.h:7265
FSPrintParamsPrintHandlingTileLargePages
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: FSPDFObjC.h:3428
FSLRElementElementTypeQuote
Structure element type: Quote, which means "Quotation" and represents an inline portion of text attri...
Definition: FSPDFObjC.h:7076
FSFillerVkey1
1 key.
Definition: FSPDFObjC.h:3989
FSParagraphEditingBulletTypeInverseTangentCircle
Bullet type: inverse tangent circle.
Definition: FSPDFObjC.h:7443
FSAlignmentLeft
Left alignment.
Definition: FSPDFObjC.h:610
FSAppProviderCallback-p
Definition: FSPDFObjC.h:10544
FSMediaPlayerCallbackJSMediaPlayerState
FSMediaPlayerCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3623
FSErrPassword
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:478
FSModuleNameAdvEdit
Name for module "AdvEdit".
Definition: FSPDFObjC.h:647
FSSignaturePAdESLevelBT
PAdES level: B-T.
Definition: FSPDFObjC.h:4389
FSLRStructureElementAttributeTypeTableHeaders
(Currently, unsupported) Attribute type only for Table: Headers, which represents an array of element...
Definition: FSPDFObjC.h:7174
FSPDFDocForms
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5020
FSErrNoDWG2PDFModuleRight
No "DWG2PDF" module right.
Definition: FSPDFObjC.h:551
FSLRElementElementTypeBibEntry
Structure element type: BibEntry, which means "Bibliography entry" and represents a reference identif...
Definition: FSPDFObjC.h:7079
FSBookmarkStyleItalic
Show bookmark title as italic text.
Definition: FSPDFObjC.h:3706
FSFormFileInfo
Definition: FSPDFObjC.h:7952
FSPDFDocDisplayUseThumbs
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:5013
FSDocProviderCallback-p
Definition: FSPDFObjC.h:10662
-[FSStructElement getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
FSXFAWidgetPresenceProperty
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:5639
-[FSLRContentElement getGraphicsObjectElement]
FSLRGraphicsObjectElement * getGraphicsObjectElement()
Get the related graphics object element.
FSActionTypeResetForm
Action type: reset-form action.
Definition: FSPDFObjC.h:1876
FSHitDataCheckSeverity
FSHitDataCheckSeverity
Enumeration for check severity of a hit data.
Definition: FSPDFObjC.h:6430
FSCertVerifyResultResponseInfoLocation
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:7622
FSPrintParamsBookletBindingLeft
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3412
FSAppProviderCallbackMsgBtnTypeYesNoCancel
Message box button: Yes, No and Cancel.
Definition: FSPDFObjC.h:5480
FSPrintParamsBookletDuplexModeFrontSideOnly
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: FSPDFObjC.h:3406
FSErrLibreofficeEngineNotFound
(For Office-to-PDF conversion only) Libre office engine is not found.
Definition: FSPDFObjC.h:547
-[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:4326
FSRenditionMediaPermTempAlways
Always allowed.
Definition: FSPDFObjC.h:1689
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeSHX
Searchable text type: Only text displayed with SHX font is searchable.
Definition: FSPDFObjC.h:6942
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYYYY
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4802
FSMonoImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:6674
FSPDFNameTreeJavaScript
"JavaScript" name tree.
Definition: FSPDFObjC.h:1537
FSProgressiveState
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:707
FSGraphicsObjectBlendMultiply
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:1358
FSPrintParamsPrintHandlingBooklet
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: FSPDFObjC.h:3429
-[FSColorSpace isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSHTML2PDFSettingDataEncodingFormatLatin2
Encoding foramt: "Latin2".
Definition: FSPDFObjC.h:6777
-[FSRectFArray getSize]
int getSize()
Get the number of elements in the array.
FSPDFDocImportFlagShareStream
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:4994
FSRendererContentFlag
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:3001
FSLayerTreeStateUndefined
The state is undefined.
Definition: FSPDFObjC.h:3840
FSFloatingInfoRelativeTargetMonitor
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: FSPDFObjC.h:3484
-[FSWidgetMenu canUndo]
BOOL canUndo()
Check if the operation of related XFA widget can be undone.
FSOutputPreview
Definition: FSPDFObjC.h:8102
FSFieldFlagTextNoSpellCheck
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:4188
FSXFADocExportDataTypeXDP
Type of exported data: XDP.
Definition: FSPDFObjC.h:5557
-[FSFileWriterCallback-p flush]
BOOL flush()
Flush internal buffer of the file.
FSPDFObjectDictionary
PDF dictionary object.
Definition: FSPDFObjC.h:1174
FSFieldArray
Definition: FSPDFObjC.h:4109
FSSignatureLabelNameReason
Signature label name for reason.
Definition: FSPDFObjC.h:4411
FSErrNoXFAModuleRight
No "XFA" module right.
Definition: FSPDFObjC.h:534
FSStructTreeEntityStructTreeEntityType
FSStructTreeEntityStructTreeEntityType
Enumeration for structure tree entity type.
Definition: FSPDFObjC.h:1587
FSSearchCancelCallback-p
Definition: FSPDFObjC.h:10010
FSFieldType
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:4168
-[FSLayerTree getOCGs]
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
FSColorSpaceRenderIntentPerceptual
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:1009
FSStructElementElementInfoTypeLanguage
Structure element info type: Language, which means the natural language for all text in the structure...
Definition: FSPDFObjC.h:1609
FSGraphicsObjectTypeImage
Image graphics object.
Definition: FSPDFObjC.h:1379
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePdfPaths
Hatches export type: Exports hatch as a PDF path (solid hatches only).
Definition: FSPDFObjC.h:6936
FSDWG2PDFSettingDataFlagIncludeOffLayers
Bit 6. If enabled, invisible layers will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:6922
FSLRStructureElementAttributeValueEnumHeader
Enum value: Header.
Definition: FSPDFObjC.h:7244
FSCombinationCombineDocsOptionAcroformRename
If set, that means fields with same name will be renamed in combined result PDF file.
Definition: FSPDFObjC.h:7930
FSDefaultAppearanceDefAPFlags
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:2158
FSRMSEncryptData
Definition: FSPDFObjC.h:6045
FSRotation180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:604
FSErrTimeStampServerMgrNotInit
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:522
FSParagraphEditingNumberingTypeDecimalRParen
Numbering type: 1) 2) 3)
Definition: FSPDFObjC.h:7451
FSActionTypeGoToR
Action type: remote go-to action.
Definition: FSPDFObjC.h:1866
-[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:4351
FSAnnotFlagLocked
Annotation flag: locked.
Definition: FSPDFObjC.h:2354
-[FSParagraphEditing activate]
BOOL activate()
Activate paragraph editing.
FSAppProviderCallbackStringIDMonthJune
String ID for case: Use string in local language for "June".
Definition: FSPDFObjC.h:5448
-[FSLRElement isGraphicsObjectElement]
BOOL isGraphicsObjectElement()
Check whether current object is graphics object element or not.
FSXFAWidgetWidgetTypeRadioButton
XFA widget type: radio button.
Definition: FSPDFObjC.h:5631
FSFloatingInfoWindowPositionTopRight
Window position: at the top right corner.
Definition: FSPDFObjC.h:3471
FSOutputPreviewShowCalibrated
If set, only show with Calibrated.
Definition: FSPDFObjC.h:8086
FSFontCharsetRussian
Font charset: Russian.
Definition: FSPDFObjC.h:858
FSLRElementElementTypeList
Structure element type: L, which means "List" and represents a sequence of items of like meaning and ...
Definition: FSPDFObjC.h:7064
FSAnnotationSummaryCallbackAnnotationSummaryStringIDNumber
Annotations summary string ID: specify the prefix when number information is outputed in result docum...
Definition: FSPDFObjC.h:8004
FSErrLTVCannotLoadDSS
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:527
FSOutputPreviewColorantTypeSpot
Colorant type: spot.
Definition: FSPDFObjC.h:8099
FSPrintParamsPrintContentDocAndAnnots
Print Content: print the document contents and comments.
Definition: FSPDFObjC.h:3394
FSAdditionalActionTriggerFieldRecalculateValue
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:2124
FSSignatureDocPermission
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:4394
FSDWG2PDFSettingDataDWG2PDFExportFlags
FSDWG2PDFSettingDataDWG2PDFExportFlags
Enumeration for flags of DWG to PDF export.
Definition: FSPDFObjC.h:6916
FSAnnotFlagNoZoom
Annotation flag: no zoom.
Definition: FSPDFObjC.h:2350
FSAppProviderCallbackMsgBoxIconWarning
Message box icon: Warning.
Definition: FSPDFObjC.h:5471
FSLRStructureElementAttributeValueType
FSLRStructureElementAttributeValueType
Enumeration for value type of element general layout attribute.
Definition: FSPDFObjC.h:7252
FSLRElementElementTypeFormObject
Structure element type: FormObject, which means form XObject graphics object element.
Definition: FSPDFObjC.h:7101
FSLTVVerifierVerifyMode
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:7745
FSRendition
Definition: FSPDFObjC.h:1743
FSModuleNamePDF2Office
Name for module "PDF2Office".
Definition: FSPDFObjC.h:648
FSAppProviderCallbackBeepType
FSAppProviderCallbackBeepType
Enumeration for XFA beep type.
Definition: FSPDFObjC.h:5354
FSActionCallbackSearchScopeActiveIndexes
Search scope: active indexes.
Definition: FSPDFObjC.h:3699
FSMarkupEndingStyle
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:2533
FSFileFormatTypeXFD
File format type: XFD.
Definition: FSPDFObjC.h:687
-[FSImageObject isImageMask]
BOOL isImageMask()
Check if current image object is treated as mask.
FSFontStyleItalic
Font style: italic.
Definition: FSPDFObjC.h:842
FSOutputPreviewShowImages
If set, only show images.
Definition: FSPDFObjC.h:8089
FSTextStateMode
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:1429
-[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:5668
FSSplitFileResultSplitFileErrSizeTooSmall
The state is failed due to file size being too small.
Definition: FSPDFObjC.h:8352
FSSignatureDocPermNoChangesAllowed
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:4396
FSHeaderFooterContentGeneratorPageNumberFormatPageNumber
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:4821
-[FSStructMarkedContent getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
FSSignaturePAdESLevelNone
PAdES level: none.
Definition: FSPDFObjC.h:4387
FSGraphicsObjectBlendNormal
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:1357
FSPDFPageSizeB4
Page size: B4.
Definition: FSPDFObjC.h:4650
FSGraphicsObjectBlendMode
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:1356
FSFixupDataFixupStateNotRequired
A fixup was not required.
Definition: FSPDFObjC.h:6409
FSPDFNumberTreeType
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:1565
FSFloatingInfoOffScreenCancel
Off screen action: cancel playing the media clip.
Definition: FSPDFObjC.h:3496
FSDocProviderCallbackTextEncodingUCS2
Text encoding: UCS-2.
Definition: FSPDFObjC.h:5524
FSMarkupEndingStyleRClosedArrow
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:2542
FSMarkedContent
Definition: FSPDFObjC.h:1336
FSPDFDocPermAssemble
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:4977
FSAppProviderCallbackStringIDNotDefaultValue
Sample message: "Not have a default property".
Definition: FSPDFObjC.h:5376
FSGraphicsObject
Definition: FSPDFObjC.h:1384
FSErrOutOfMemory
Out-of-memory error occurs.
Definition: FSPDFObjC.h:485
FSAnnotationSummaryCallbackAnnotationSummaryStringIDPageTitle
Annotations summary string ID: specify the prefix when page title is outputed in result document....
Definition: FSPDFObjC.h:8002
FSXFAWidgetWidgetTypePasswordEdit
XFA widget type: password edit.
Definition: FSPDFObjC.h:5630
-[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:544
FSMarkupEndingStyleNone
No special line ending.
Definition: FSPDFObjC.h:2534
-[FSBitmap getPitch]
int getPitch()
Get bitmap pitch.
FSRenditionActionOpTypeNone
No operation is specified.
Definition: FSPDFObjC.h:2088
FSErrCertificate
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:480
FSAppProviderCallbackStringIDAppName
String ID for case: Application's name. Sample message: "Foxit Phantom".
Definition: FSPDFObjC.h:5367
-[FSPageLabels removeAll]
void removeAll()
Remove all page labels.
FSOptimizerSettingsDiscardObjectsAlternateImages
Discard all alternate images.
Definition: FSPDFObjC.h:6729
FSAnnotRedact
Annotation type: redact annotation.
Definition: FSPDFObjC.h:2341
FSSubmitFormActionFlagIncludeNoValueFields
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:2008
FSImportDataAction
Definition: FSPDFObjC.h:2047
FSAnnotMKRelationCaptionRight
Caption to the right of the icon.
Definition: FSPDFObjC.h:2393
FSSignatureKeyNameProducer
Signature key name: producer content.
Definition: FSPDFObjC.h:4369
FSActionTypeGoto
Action type: go-to action.
Definition: FSPDFObjC.h:1865
FSLRStructureElementAttributeTypeColSpan
Attribute type only for Table: ColSpan, which represents the number of columns in the enclosing table...
Definition: FSPDFObjC.h:7173
FSErrRightsExpired
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:501
FSTaggedPDFCallback-p
Definition: FSPDFObjC.h:11144
FSRichTextStyleCornerMarkSubscript
Corner mark style: subscript.
Definition: FSPDFObjC.h:2187
FSCompareResultInfoCompareResultTypeReplaceText
Result type: replace text.
Definition: FSPDFObjC.h:6511
FSDefaultAppearanceFlagFont
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2159
FSXFAWidgetHitTestAreaClient
Hit test area: Client.
Definition: FSPDFObjC.h:5614
FSStructElement
Definition: FSPDFObjC.h:1615
FSAdditionalActionTriggerDocWillPrint
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:2119
FSLRStructureElementAttributeValueEnumNormal
Enum value: Normal, which means to adjust the line height to include any nonzero value specified for ...
Definition: FSPDFObjC.h:7206
FSDocProviderCallbackInvalidateFlag
FSDocProviderCallbackInvalidateFlag
Enumeration for XFA invalidate flag.
Definition: FSPDFObjC.h:5492
FSDefaultAppearance
Definition: FSPDFObjC.h:2164
FSRenderConfig
Definition: FSPDFObjC.h:725
FSURIAction
Definition: FSPDFObjC.h:1923
FSTextPage
Definition: FSPDFObjC.h:5805
FSModuleNameDWG2PDF
Name for module "DWG2PDF".
Definition: FSPDFObjC.h:646
FSPolygon
Definition: FSPDFObjC.h:2810
FSLocaleIDKorea
Locale ID for country: Korea.
Definition: FSPDFObjC.h:677
FSLRGraphicsObjectElement
Definition: FSPDFObjC.h:7297
-[FSActionCallback-p getFullScreen]
BOOL getFullScreen()
A callback function to get whether the full screen mode is set.
FSSignatureCallback-p
Definition: FSPDFObjC.h:10366
FSFontCharsetHangeul
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:853
FSMonoImageSettingsMonoImageCompressQuality
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:6665
-[FSFloatArray getSize]
int getSize()
Get the number of elements in the array.
FSOptimizerSettingsOptimizerCleanUp
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:6709
FSAppProviderCallbackStringIDNotAssignObject
Sample message: "Cannot directly assign the value to object".
Definition: FSPDFObjC.h:5412
FSImageJPG
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:1102
FSStdEncryptData
Definition: FSPDFObjC.h:5914
FSParagraphEditingBulletTypeCheck
Bullet type: check.
Definition: FSPDFObjC.h:7441
FSMarkupStateCancelled
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:2527
FSErrDataNotReady
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:492
-[FSLRStructureElement getBBox]
FSRectF * getBBox()
Get bounding box.
FSLRElementElementTypePathContent
Structure element type: PathContent, which means path content element.
Definition: FSPDFObjC.h:7106
FSCertVerifyResultReasonCessationOfOperation
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:7615
FSLRStructureElementAttributeValueEnumNeutral
Enum value: neutral, which means the state is neutral.
Definition: FSPDFObjC.h:7232
FSFontStylesBold
Font style: force bold.
Definition: FSPDFObjC.h:845
FSHTML2PDFSettingDataScalingModeNone
Scaling mode: Fixed page with no scale. In this mode, the text size of HTML content will not be chang...
Definition: FSPDFObjC.h:6769
FSPDFDocPermPrint
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:4971
FSJoinSplitJoinSplitOperationTypeClose
Join spilt operation type: Close.
Definition: FSPDFObjC.h:7518
FSPDFDocSaveFlagLinearized
Save document as a linearized file.
Definition: FSPDFObjC.h:4986
FSActionCallback-p
Definition: FSPDFObjC.h:8622
FSSignatureLabelName
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:4408
FSHTML2PDFSettingDataHTML2PDFScalingMode
FSHTML2PDFSettingDataHTML2PDFScalingMode
Enumeration for scaling mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:6768
FSHTML2PDFSettingDataEncodingFormatISO_8859_8_I
Encoding foramt: "ISO-8859-8-I".
Definition: FSPDFObjC.h:6814
FSPDFDocEncryptType
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:4959
-[FSTextSearch getMatchRects]
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
FSHTML2PDFSettingData
Definition: FSPDFObjC.h:6856
-[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:5016
FSPrintParamsDuplexType
FSPrintParamsDuplexType
Enumeration for the values used to set the printing duplex mode.
Definition: FSPDFObjC.h:3398
FSPageLabelsNone
Page label style: no numbering style.
Definition: FSPDFObjC.h:5209
FSActionCallbackMailType
FSActionCallbackMailType
Enumeration for data type to be mailed.
Definition: FSPDFObjC.h:3660
FSOutputPreviewShowLab
If set, only show with Lab.
Definition: FSPDFObjC.h:8087
FSSnapPointMgr
Definition: FSPDFObjC.h:8284
FSPDFAComplianceVersionPDFA2a
PDF/A-2a.
Definition: FSPDFObjC.h:6473
FSStrikeOut
Definition: FSPDFObjC.h:2637
-[FSStructMarkedContent getMCID]
unsigned int getMCID()
Get marked-content identifier(MCID).
FSAnnotationSummarySettings
Definition: FSPDFObjC.h:8031
-[FSColor init]
id init()
Construct an empty color.
FSCertVerifyResultArray
Definition: FSPDFObjC.h:7659
FSAnnotPolygon
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2321
FSHitDataCheckSeverityError
Error severity.
Definition: FSPDFObjC.h:6433
FSActionTypeURI
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:1870
FSTableOfContentsConfig
Definition: FSPDFObjC.h:4934
FSCombination
Definition: FSPDFObjC.h:7941
FSActionCallbackLanguageITA
Italian.
Definition: FSPDFObjC.h:3642
-[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:8076
FSPDFPageCalcMarginMode
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:4621
FSFillerVkeyEscape
ESC key.
Definition: FSPDFObjC.h:3973
FSPDFDocAnnots
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5021
FSOutputPreviewShowCMYK
If set, only show with CMYK.
Definition: FSPDFObjC.h:8079
-[FSLRContext getRootElement]
FSLRStructureElement * getRootElement()
Get the root element of structure tree.
FSDocProviderCallbackPrintOptionCanCancel
If set, that means printing process can be canceled.
Definition: FSPDFObjC.h:5499
FSFillerVkeyNumpad0
0 key in the numeric keypad.
Definition: FSPDFObjC.h:4024
FSMarkupStateRejected
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:2526
FSLRStructureElementAttributeTypeBorderThickness
Attribute type: BorderThickness, which represents the thickness of the border drawn on the edges of a...
Definition: FSPDFObjC.h:7142
-[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:9710
FSSignatureStateVerifyInvalid
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4322
FSFillerVkeyHome
Home key.
Definition: FSPDFObjC.h:3978
-[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:5374
FSDocProviderCallbackTextEncodingFontSpecific
Text encoding: font specific.
Definition: FSPDFObjC.h:5517
FSDestinationZoomFitPage
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:1823
FSXFAWidgetWidgetTypeCheckButton
XFA widget type: check button.
Definition: FSPDFObjC.h:5622
FSBarcodeFormatITF
Barcode format: ITF code.
Definition: FSPDFObjC.h:1143
FSFieldTypeCheckBox
Form field type: check box.
Definition: FSPDFObjC.h:4171
FSDocProviderCallbackSubmitInUrlEncoded
The submit data is packaged in URL-encoded format as described in Uniform Resource Locator(URL).
Definition: FSPDFObjC.h:5509
FSAnnotWidget
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2334
FSSchemaFieldArray
Definition: FSPDFObjC.h:8208
-[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:4047
FSDocProviderCallbackTextEncodingKSC5601
Text encoding: KSC5601.
Definition: FSPDFObjC.h:5522
FSHTML2PDFSettingDataEncodingFormatX_BINARYENC
Encoding foramt: "X-BINARYENC".
Definition: FSPDFObjC.h:6835
FSXFAWidgetWidgetTypeSignature
XFA widget type: signature.
Definition: FSPDFObjC.h:5626
FSLRElementElementTypeDocumentFragment
Structure element type: DocumentFragment (PDF 2.0), which represents a part of an original complete d...
Definition: FSPDFObjC.h:7040
-[FSFDFDoc getFDFDict]
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
FSOutputPreviewShowSpotColor
If set, only show with spot color.
Definition: FSPDFObjC.h:8075
FSXFADocExportDataTypeXML
Type of exported data: XML.
Definition: FSPDFObjC.h:5555
-[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:5765
FSLRStructureElementAttributeTypeDestination
Attribute type: Destination (PDF 2.0), which provides a means to access content.
Definition: FSPDFObjC.h:7135
FSAppProviderCallbackStringIDIllegalBreak
Sample message: "Illegal break".
Definition: FSPDFObjC.h:5403
FSLRStructureElementAttributeValueEnumRight
Enum value: Right, which means right edge of the page.
Definition: FSPDFObjC.h:7239
FSReflowPageWithImage
Parsing flag for image mode.
Definition: FSPDFObjC.h:5278
FSRenditionFloatingWindowResizeType
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:1731
FSPagingSealConfigPagingSealStyle
FSPagingSealConfigPagingSealStyle
Enumeration for paging seal signature style.
Definition: FSPDFObjC.h:4539
FSResponseTypeCRL
CRL response.
Definition: FSPDFObjC.h:7562
FSHitData
Definition: FSPDFObjC.h:6436
FSMediaSettings
Definition: FSPDFObjC.h:3527
FSLRElementElementTypeAnnotObject
Structure element type: AnnotObject, which means annotation object element.
Definition: FSPDFObjC.h:7103
-[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:3992
FSPDFPageParsePageNormal
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:4617
FSStructTreeEntityStructTreeEntityTypeMarkedContent
Structure tree entity type: MarkedContent, which represents a marked-content item.
Definition: FSPDFObjC.h:1590
FSFillerVkeyControl
Ctrl key.
Definition: FSPDFObjC.h:3970
FSTextSearchSearchMatchWholeWord
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:5833
FSSubmitFormAction
Definition: FSPDFObjC.h:2022
FSPDFStreamJPXDecode
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:1229
FSErrInvalidType
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:489
FSActionCallbackLanguageJPN
Japanese.
Definition: FSPDFObjC.h:3644
FSImageNone
Not have image type yet.
Definition: FSPDFObjC.h:1100
FSDocProviderCallbackInvalidateFlagAllPages
Invalidate all pages.
Definition: FSPDFObjC.h:5493
FSBitmapDIBRgb
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:1053
FSPDFPageSizeB2
Page size: B2.
Definition: FSPDFObjC.h:4648
FSBitmapDIB8bppMask
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:1057
FSForm
Definition: FSPDFObjC.h:4230
FSHTML2PDFSettingDataPageModeSinglePage
Single page mode.
Definition: FSPDFObjC.h:6764
FSModuleNameComparison
Name for module "Comparison".
Definition: FSPDFObjC.h:639
-[FSPath init]
id init()
Constructor.
FSDocProviderCallbackSubmitInXDP
The submit data is packaged in XDP format, as described in XDP Specification.
Definition: FSPDFObjC.h:5507
FSFieldFlagReadOnly
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:4180
-[FSWidgetMenu undo]
BOOL undo()
Undo the operation of related XFA widget. (No effect for rich text)
FSJoinSplitJoinSplitOperationType
FSJoinSplitJoinSplitOperationType
Enumeration for join spilt operation type.
Definition: FSPDFObjC.h:7512
FSFillSignFillSignObjectTypeLine
Line fill-sign object.
Definition: FSPDFObjC.h:7831
FSPlayerArgs
Definition: FSPDFObjC.h:3553
FSHitDataCheckSeverityWarning
Warning severity.
Definition: FSPDFObjC.h:6432
FSMonoImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:6661
FSLRElementElementTypeStrong
Structure element type: Strong (PDF 2.0), which represents content for the purpose of strong importan...
Definition: FSPDFObjC.h:7091
FSDocViewerPrefs
Definition: FSPDFObjC.h:5184
FSActionCallbackLanguageDAN
Danish.
Definition: FSPDFObjC.h:3637
FSAppProviderCallbackStringIDToday
String ID for case: Use string in local language for "Today".
Definition: FSPDFObjC.h:5455
FSGraphicsObjectBlendExclusion
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1368
FSRenderer
Definition: FSPDFObjC.h:3011
FSPDFPageSizeB3
Page size: B3.
Definition: FSPDFObjC.h:4649
FSAnnotPSInk
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:2330
FSAdditionalActionTriggerDocPrinted
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:2120
FSFloatingInfoWindowPositionBottomCenter
Window position: at the bottom center.
Definition: FSPDFObjC.h:3476
-[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:7046
FSTextFillSignObjectData
Definition: FSPDFObjC.h:7793
FSHTML2PDFSettingDataHTML2PDFMediaStyle
FSHTML2PDFSettingDataHTML2PDFMediaStyle
Enumeration for media style used for converting HTML to PDF.
Definition: FSPDFObjC.h:6851
FSDocProviderCallbackPrintOption
FSDocProviderCallbackPrintOption
Enumeration for XFA print options.
Definition: FSPDFObjC.h:5497
FSAppProviderCallbackStringIDValidateNullWarning
Sample message: "%s cannot be left blank. To ignore validations for %s, click Ignore....
Definition: FSPDFObjC.h:5457
FSErrDefaultTimeStampServer
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:532
FSRange
Definition: FSPDFObjC.h:817
FSImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:6633
FSGraphStateLineCapSquare
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:779
FSRenditionMonitorSpecifierGreatestWidth
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:1721
FSSignatureStateVerifyChangeIllegal
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:4345
FSErrOFDEngineNotInit
(For OFD only) OFD engine has not been initialized successfully.
Definition: FSPDFObjC.h:555
FSTextSearch
Definition: FSPDFObjC.h:5838
FSMarkupStateModel
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:2516
FSSignatureSignatureTypeTimeStamp
Signature type: time stamp.
Definition: FSPDFObjC.h:4381
FSField
Definition: FSPDFObjC.h:4198
FSBorderInfoStyle
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:2216
-[FSPDFNumberTree getType]
FSPDFNumberTreeType getType()
Get the type of current number tree.
FSFillerAssistCallbackPopupMenuItemCut
Popup menu item: "Cut".
Definition: FSPDFObjC.h:3955
FSLTVVerifierCurrentTime
Use current time.
Definition: FSPDFObjC.h:7741
-[FSAdditionalAction getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSErrHandle
Error handle.
Definition: FSPDFObjC.h:479
FSAssociatedFilesRelationshipUnspecified
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:3059
FSAssociatedFilesRelationshipAlternative
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:3062
FSLRStructureElementAttributeTypeColumnCount
Attribute type: ColumnCount, which represents the number of columns in the content of the grouping el...
Definition: FSPDFObjC.h:7165
FSBorderInfo
Definition: FSPDFObjC.h:2225
FSSubmitFormActionFlagExclNonUserAnnots
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:2017
FSFloatingInfoWindowPositionTopCenter
Window position: at the top center.
Definition: FSPDFObjC.h:3470
FSXFAWidgetWidgethAlignTypeJustifyAll
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:5656
FSBitmapDIB8bppGray
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:1059
FSHTML2PDFSettingDataEncodingFormatUnicode
Encoding foramt: "Unicode".
Definition: FSPDFObjC.h:6793
FSRenditionMediaPermTempExtract
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:1687
FSWidgetLineSpacingSingle
Line spacing style: single line spacing.
Definition: FSPDFObjC.h:2897
FSHTML2PDFSettingDataEncodingFormatCP874
Encoding foramt: "CP874".
Definition: FSPDFObjC.h:6801
FSWatermarkSettingsFlagASPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:6130
FSAssociatedFilesRelationshipSchema
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:3066
FSFillerVirtualKeyCode
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:3964
FSBookmarkPosition
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:3710
FSTimeStampServerMgr
Definition: FSPDFObjC.h:4482
FSTextPageCharInfoNormal
Character flag: Normal.
Definition: FSPDFObjC.h:5764
FSAnnotMovie
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2333
-[FSSignatureVerifyResult getSignatureCheckTimeType]
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
FSHTML2PDFSettingDataEncodingFormatGB18030
Encoding foramt: "GB18030".
Definition: FSPDFObjC.h:6820
FSPDFNumberTree
Definition: FSPDFObjC.h:1569
FSFillerVkeyNumpad5
5 key in the numeric keypad.
Definition: FSPDFObjC.h:4029
FSFloatingInfoWindowPositionBottomLeft
Window position: at the bottom left corner.
Definition: FSPDFObjC.h:3475
FSLayerNode
Definition: FSPDFObjC.h:3903
FSFillerEventFlagShiftKey
Event flag: "Shift" key.
Definition: FSPDFObjC.h:4055
-[FSFiller onCut]
BOOL onCut()
Call this function when the popup menu item "Cut" is down.
FSPageLabelsLowerLetters
Page label style: lowercase letters.
Definition: FSPDFObjC.h:5214
FSFillerVkeyDivide
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:4039
FSOptimizerSettingsCleanUpRemoveInvalidLinks
Remove invalid links.
Definition: FSPDFObjC.h:6719
FSFillerVkeyPrior
Page Up key.
Definition: FSPDFObjC.h:3975
FSRenditionMediaPlayerFitStyleDefault
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:1704
FSPDFStreamNoneDecode
No need to decode the stream data.
Definition: FSPDFObjC.h:1220
FSBarcodeFormatPDF417
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1144
FSPosBottomLeft
Position: bottom left.
Definition: FSPDFObjC.h:628
-[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:1221
FSParagraphEditingProviderCallback-p
Definition: FSPDFObjC.h:11213
FSFillerVkeyF5
F5 key.
Definition: FSPDFObjC.h:4044
FSFDFDocType
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:3093
FSWidgetLineSpacingOneAndHalf
Line spacing style: one and half times line spacing.
Definition: FSPDFObjC.h:2898
FSSignatureStateVerifyTimestampIssueUnknown
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:4340
FSFontCharset
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:848
FSAppProviderCallbackStringIDNotHaveProperty
Sample message: "'%s' doesn't have property '%s'".
Definition: FSPDFObjC.h:5432
FSAnnotSound
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2332
FSSecurityHandler
Definition: FSPDFObjC.h:5902
FSFontCIDCharsetKOREA1
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:871
FSRenditionMonitorSpecifierGreatestHeight
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:1720
FSPDFDocExtractPagesOptionJavascript
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:5000
FSPortfolioNodeType
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:8122
FSAppProviderCallbackStringIDInvalidNodeType
Sample message: "Invalid node type: '%s'".
Definition: FSPDFObjC.h:5433
FSAppProviderCallbackStringIDModifyField
String ID for case: If to modify field. Sample message: "Do you want to modify this field?...
Definition: FSPDFObjC.h:5365
FSHTML2PDFSettingDataEncodingFormatX_TAM_WEBTAMIL
Encoding foramt: "X-TAM-WEBTAMIL".
Definition: FSPDFObjC.h:6843
FSCertVerifyResultReasonRemoveFromCRL
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:7617
FSRenditionMediaPermTempAccess
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:1688
FSCombinationCombineDocsOptionStructrueTree
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7931
FSHTML2PDFSettingDataEncodingFormatGB
Encoding foramt: "GB".
Definition: FSPDFObjC.h:6790
FSLRStructureElementAttributeValueEnumBefore
Enum value: Before, which means the placement for attributes Placement/RubyPosition or alignment for ...
Definition: FSPDFObjC.h:7188
FSPDFDocWrapperType
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:5025
FSFillerVkeyPause
Pause Break key.
Definition: FSPDFObjC.h:3972
FSAnnotMKEntryDownIcon
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:2383
FSFloatingInfoWindowPositionCenterRight
Window position: at the center right.
Definition: FSPDFObjC.h:3474
FSAnnotHighlightingOutline
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:2362
FSFillerVkeyReturn
Enter key.
Definition: FSPDFObjC.h:3968
FSSignaturePAdESLevelBLTA
PAdES level: B-LTA.
Definition: FSPDFObjC.h:4391
FSLRStructureElementAttributeTypeSpaceBefore
Attribute type: SpaceBefore, which represents the amount of extra space preceding the before edge of ...
Definition: FSPDFObjC.h:7147
FSCompareResultInfo
Definition: FSPDFObjC.h:6527
-[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:5654
-[FSFont getDescent]
int getDescent()
Get the descent value, in 1/1000 of em size (PDF units).
FSDWG2PDFSettingDataFlagFlateCompression
Bit 9. Enable compression of internal PDF streams.
Definition: FSPDFObjC.h:6925
FSPopup
Definition: FSPDFObjC.h:2874
FSRichTextStyleCornerMarkStyle
FSRichTextStyleCornerMarkStyle
Enumeration for corner mark style.
Definition: FSPDFObjC.h:2184
-[FSAction getType]
FSActionType getType()
Get action type.
FSCustomSecurityCallback-p
Definition: FSPDFObjC.h:10168
FSBarcodeFormatQRCode
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1145
FSTabOrderMgrRow
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:6087
FSOptimizerSettingsDiscardUserDataOptions
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:6734
FSXFAWidgetWidgetNameTypeCaption
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:5649
-[FSXFAPage getWidgetCount]
int getWidgetCount()
Get the count of XFA widget.
-[FSJoinSplit activate]
BOOL activate()
Activate join split editing.
FSPrintParamsPrintHandlingReducePaper
Print Handling: Small pages are printed small, and large pages are shrunk to fit on the printer's pap...
Definition: FSPDFObjC.h:3426
FSOptimizerSettingsDiscardUserDataLayer
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:6740
FSAppProviderCallbackStringIDUnableSetNumPages
Sample message: "Unable to set the value for property 'numPages'".
Definition: FSPDFObjC.h:5378
-[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:3061
-[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:2123
FSSignatureFieldMDPActionExclude
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:4405
FSSubmitFormActionFlagGetMethod
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:2010
FSGraphicsObjectBlendColorDodge
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:1363
FSFixupDataFixupStateFailure
A fixup failed.
Definition: FSPDFObjC.h:6408
FSPDFPageSizeA4
Page size: A4.
Definition: FSPDFObjC.h:4645
FSPagingSealSignaturePagingSealAPStateSigned
Signed signature.
Definition: FSPDFObjC.h:4568
FSRenditionFloatingWindowOffscreenEventNonViable
Consider the object non-viable.
Definition: FSPDFObjC.h:1740
FSParagraphEditingNumberingTypeLowerLatinDot
Numbering type: a. b. c.
Definition: FSPDFObjC.h:7454
FSIconFitScaleWayNever
Never scale.
Definition: FSPDFObjC.h:2290
FSFontCIDCharsetUNICODE
CID Font charset: Unicode.
Definition: FSPDFObjC.h:872
FSFontFontTypeTrueType
Font type: TrueType.
Definition: FSPDFObjC.h:894
FSPathTypeBezierTo
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:959
FSPDFDoc
Definition: FSPDFObjC.h:5031
FSWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:6133
FSStructObjectContent
Definition: FSPDFObjC.h:1653
FSImageSettingsImageCompressjpeg2000
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:6616
FSSignatureDigestSHA384
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:4375
FSFloatingInfoWindowPositionBottomRight
Window position: at the bottom right corner.
Definition: FSPDFObjC.h:3477
FSSignatureDocPermUnrestricted
No restriction.
Definition: FSPDFObjC.h:4395
FSModuleNameConnectedPDF
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:634
FSFillerVkeyHelp
Help key.
Definition: FSPDFObjC.h:3987
FSRotation0
No rotation.
Definition: FSPDFObjC.h:602
FSHeaderFooterContentGeneratorDateFormatMMDotYY
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4809
FSPDFDocExtractPagesOptionStructureTree
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:4999
FSTimeStampServerSendResultFailToSendData
Fail to send data during sending request process.
Definition: FSPDFObjC.h:4510
FSGraphStateLineCapStyle
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:776
FSPosCenterLeft
Position center left.
Definition: FSPDFObjC.h:625
-[FSLRGraphicsObjectElement getGraphicsObject]
FSGraphicsObject * getGraphicsObject()
Get related graphics object.
FSStdSecurityHandler
Definition: FSPDFObjC.h:5939
FSPDFDocSaveFlagNoOriginal
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:4984
FSDocProviderCallbackWidgetEventTypeAdded
Event type: after an XFA widget is added.
Definition: FSPDFObjC.h:5536
FSLRStructureElementAttributeValueEnumDotted
Enum value: Dotten, which means the border is a series of dots.
Definition: FSPDFObjC.h:7198
FSPosBottomRight
Position: bottom right.
Definition: FSPDFObjC.h:630
FSAdditionalActionTriggerFieldKeyStroke
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:2121
FSParagraphEditingBulletTypeSolidDiamond
Bullet type: solid diamond.
Definition: FSPDFObjC.h:7440
FSAnnotMKEntryRotation
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:2375
FSActionCallbackLanguageFRA
French.
Definition: FSPDFObjC.h:3641
FSLRContentElement
Definition: FSPDFObjC.h:7314
FSFillerVkey0
0 key.
Definition: FSPDFObjC.h:3988
FSMonoImageSettingsImageCompressjbig2
Compression mode: jbig2.
Definition: FSPDFObjC.h:6660
FSDocProviderCallbackTextEncodingBig5
Text encoding: Big5.
Definition: FSPDFObjC.h:5516
FSPDFNameTreeTemplates
"Templates" name tree.
Definition: FSPDFObjC.h:1540
FSHTML2PDFSettingDataEncodingFormatTAM
Encoding foramt: "TAM".
Definition: FSPDFObjC.h:6824
FSFullTextSearchRankHitCountDESC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6367
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeTTF
Searchable text type: Only text displayed with TTF font is searchable.
Definition: FSPDFObjC.h:6943
FSFieldTypePushButton
Form field type: push button.
Definition: FSPDFObjC.h:4170
-[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:4808
FSErrFormat
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:477
FSFontFontTypeType1
Font type: Type1.
Definition: FSPDFObjC.h:893
FSOutputPreviewShowDeviceCMYK
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:8072
FSActionTypeMovie
Action type: movie action.
Definition: FSPDFObjC.h:1872
FSActionCallbackSearchScopeIndex
Search scope: index.
Definition: FSPDFObjC.h:3698
FSResponseTypeNone
No response.
Definition: FSPDFObjC.h:7561
FSSignatureKeyName
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:4362
FSSignatureStateVerifyIssueUnknown
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:4330
-[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:1227
FSSignaturePAdESLevelNotPAdES
Not a PAdES signature.
Definition: FSPDFObjC.h:4386
FSSignatureStateCertCannotGetVRI
Cannot get verify relevant information.
Definition: FSPDFObjC.h:4343
FSFillerVkeyNumpad7
7 key in the numeric keypad.
Definition: FSPDFObjC.h:4031
FSDWG2PDFSettingDataFlagEmbededOptimizedTTF
Bit 7. Enable embedding of TTF font program to PDF file. The TTF font will be reduced by removing unu...
Definition: FSPDFObjC.h:6923
FSTextSearchSearchNormal
No special searching options.
Definition: FSPDFObjC.h:5831
-[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:5426
FSLRStructureElementAttributeTypeInvalid
Attribute type: invalid.
Definition: FSPDFObjC.h:7130
FSSignatureVerifyResultLTVStateEnable
This means LTV is enabled.
Definition: FSPDFObjC.h:7769
FSAnnotHighlightingToggle
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:2364
-[FSXFADoc resetForm]
void resetForm()
Reset form.
FSMediaPlayerCallbackJSMediaPlayerStateSuspend
media player state: Suspend.
Definition: FSPDFObjC.h:3628
FSSignatureArray
Definition: FSPDFObjC.h:4296
FSStructTreeEntityUnknownType
Structure tree entity type: unknown.
Definition: FSPDFObjC.h:1588
FSPrintParamsPageOrderHorizontal
Page Order type: pages are placed from left to right, from top to bottom.
Definition: FSPDFObjC.h:3418
FSXFAWidgetWidgethAlignTypeLeft
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:5657
FSLRStructureElementAttributeTypeShort
Attribute type: Short (PDF 2.0), which contains a short form of the content of a TH structure element...
Definition: FSPDFObjC.h:7177
FSFillerVkeyPrint
Print key.
Definition: FSPDFObjC.h:3983
FSCompareResultInfoCompareResultTypeInsertPath
Result type: insert path.
Definition: FSPDFObjC.h:6516
FSTextPageTextStreamOrder
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:5801
FSMarkupStateCompleted
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:2528
FSMarkupStateDeferred
(Used with state model FSMarkupStateModelReview) The change has been deferred.
Definition: FSPDFObjC.h:2529
FSPosCenter
Position: center.
Definition: FSPDFObjC.h:626
-[FSStructObjectContent getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
-[FSSignatureVerifyResult getSignatureName]
NSString * getSignatureName()
Get signature name.
FSCertIssuerPair
Definition: FSPDFObjC.h:7679
FSLocaleIDHongKong
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:671
FSCombinationCombineDocsOptionBookmark
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7929
FSPDFObjectArray
PDF array object.
Definition: FSPDFObjC.h:1173
FSLRStructureElementAttributeValueEnumColumn
Enum value: Row, which means column of a table.
Definition: FSPDFObjC.h:7234
FSDWG2PDFSettingDataFlagSHXTextAsGeometry
Bit 3. Enable SHX font text to geometry conversion.
Definition: FSPDFObjC.h:6919
FSBasicArray
Definition: FSPDFObjC.h:188
FSParagraphEditingNumberingTypeUpperLatinDot
Numbering type: A. B. C.
Definition: FSPDFObjC.h:7452
FSLRElementElementTypeReference
Structure element type: Reference, which represents a citation to content elsewhere in the document.
Definition: FSPDFObjC.h:7078
FSAppProviderCallbackStringIDUnsupportChar
Sample message: "Unsupported character '%c'".
Definition: FSPDFObjC.h:5387
-[FSDestination getDestArray]
FSPDFArray * getDestArray()
Get the destination PDF array.
FSSignatureStateVerifyIncredible
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:4327
FSAssociatedFiles
Definition: FSPDFObjC.h:3069
FSFillerAssistCallbackPopupMenuItemSelectAll
Popup menu item: "Select All".
Definition: FSPDFObjC.h:3959
FSPDFStreamDCTDecode
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:1228
FSFillerVkeyB
B key.
Definition: FSPDFObjC.h:3999
FSLayerNodeArray
Definition: FSPDFObjC.h:3799
FSSignatureStateVerifyErrorData
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:4323
FSTXT2PDFSettingData
Definition: FSPDFObjC.h:6894
FSLRStructureElementAttributeTypeABox
(Reserved) Attribute type: ABox.
Definition: FSPDFObjC.h:7179
FSPathArray
Definition: FSPDFObjC.h:988
-[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:1376
FSAnnotationSummarySettingsTypeSortByDate
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:8020
FSJoinSplitJoinSplitOperationTypeUnlink
Join spilt operation type: Unlink.
Definition: FSPDFObjC.h:7516
FSLRElementElementTypeNote
Structure element type: Note, which represents an item of explanatory text, such as a footnote or an ...
Definition: FSPDFObjC.h:7077
FSXFAPage
Definition: FSPDFObjC.h:5589
-[FSColorSpace isSpotColorSpace]
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
FSPDFDocImportFlagNormal
Import pages normally.
Definition: FSPDFObjC.h:4992
FSAnnotHighlightingMode
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:2359
FSOutputPreviewShowCalGray
If set, only show with CalGray.
Definition: FSPDFObjC.h:8085
FSAnnotMKEntry
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:2374
FSFDFDocXFDF
FDF document type: XFDF.
Definition: FSPDFObjC.h:3095
FSStructObjectContentStructObjectType
FSStructObjectContentStructObjectType
Enumeration for object type.
Definition: FSPDFObjC.h:1645
FSPosTopLeft
Position: top left.
Definition: FSPDFObjC.h:622
FSColorSpaceDeviceRGB
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:656
FSAnnotUnderline
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2324
FSPortfolioNode
Definition: FSPDFObjC.h:8128
FSAnnot3D
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2339
FSFillerVkeySeparator
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:4036
FSHTML2PDFSettingDataEncodingFormatDefault
Encoding foramt: Default.The encoding format will be automatically detected in chromium.
Definition: FSPDFObjC.h:6775
FSLRStructureElementAttributeValueEnumTV
Enum value: tv, which means text-value field.
Definition: FSPDFObjC.h:7229
FSMarkupEndingStyleCircle
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2536
FSAppProviderCallbackStringIDMonthMay
String ID for case: Use string in local language for "May".
Definition: FSPDFObjC.h:5447
FSSignatureVerifyResultArray
Definition: FSPDFObjC.h:7718
FSAnnotMKEntryNormalCaption
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:2378
FSLRStructureElementAttributeTypeRotation
Attribute type: Rotation.
Definition: FSPDFObjC.h:7133
-[FSGraphicsObjects generateContent]
BOOL generateContent()
Generate contents of current graphics objects.
FSOutputPreviewShowText
If set, only show text.
Definition: FSPDFObjC.h:8093
FSTiledWatermarkSettings
Definition: FSPDFObjC.h:4841
FSGraphicsObjectBlendDarken
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:1361
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
Enumeration for hatches export type used for converting DWG to PDF.
Definition: FSPDFObjC.h:6933
FSLRStructureElementAttributeValueTypeARGBArray
Value type: an array of ARGB values.
Definition: FSPDFObjC.h:7263
-[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:4030
FSFixupDataFixupState
FSFixupDataFixupState
Enumeration for the state of a fixup data.
Definition: FSPDFObjC.h:6406
FSAppProviderCallbackStringIDConditionIsNull
Sample message: "Condition is null".
Definition: FSPDFObjC.h:5402
FSLRElementElementTypePageObject
Structure element type: PageObject, which means page object element.
Definition: FSPDFObjC.h:7104
FSDRMEncryptData
Definition: FSPDFObjC.h:5981
FSDestinationZoomMode
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:1821
-[FSReflowPage getContentWidth]
float getContentWidth()
Get content width after current reflow page object has been parsed.
FSActionCallbackLanguageKOR
Korean.
Definition: FSPDFObjC.h:3643
FSLRStructureElementAttributeValueEnumBottom
Enum value: Bottom, which means bottom edge of the page.
Definition: FSPDFObjC.h:7238
FSAppProviderCallbackStringIDWeekDaySat
String ID for case: Use string in local language for "Saturday".
Definition: FSPDFObjC.h:5442
-[FSImage getFrameCount]
int getFrameCount()
Get frame count.
FSPDFDocWrapperPDFV2
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:5028
FSActionTypeSetOCGState
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:1879
FSLRElementElementTypeTableFootGroup
Structure element type: TFoot, which means "Table footer row group" and represents a group of rows th...
Definition: FSPDFObjC.h:7074
FSOptimizerSettingsOptimizerCompressImages
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:6708
FSPDFDictionary
Definition: FSPDFObjC.h:1276
FSFillerVkey5
5 key.
Definition: FSPDFObjC.h:3993
FSSignatureVerifyResult
Definition: FSPDFObjC.h:7773
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:8277
FSLTVVerifierTimeType
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:7738
FSAppProviderCallbackStringIDScriptFailedError
Sample message: "Script failed(language is %s;context is %s) script=%s".
Definition: FSPDFObjC.h:5462
FSTimeStampServerSendResultSuccess
Send request successfully.
Definition: FSPDFObjC.h:4507
FSSoundSampleEncodingFormatALaw
A-law-encoded samples.
Definition: FSPDFObjC.h:2964
FSGraphicsObjectType
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:1375
FSSignatureDigestSHA256
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:4374
FSErrFile
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:476
FSTabOrderMgrStructure
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:6089
FSRenditionFloatingWindowOffscreenEvent
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:1737
FSHTML2PDFSettingDataEncodingFormatX_TAM_TBOOMIS
Encoding foramt: "X-TAM-TBOOMIS".
Definition: FSPDFObjC.h:6841
FSPortfolio
Definition: FSPDFObjC.h:8235
-[FSSound getSoundStream]
FSPDFStream * getSoundStream()
Get the stream of sound data.
FSPDFAComplianceVersion
FSPDFAComplianceVersion
Enumeration for PDF/A version.
Definition: FSPDFObjC.h:6470
FSLRStructureElementAttributeTypeFieldRole
Attribute type only for PrintField: Role, which represents the type of form field represented by this...
Definition: FSPDFObjC.h:7169
FSCompareResultInfoCompareResultTypeTextAttriChange
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:6524
FSXFAWidgetWidgetTypeNumericEdit
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:5625
FSFieldFlagTextComb
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:4190
FSOptimizerSettingsOptimizerDiscardObjects
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:6710
FSLRStructureElementAttributeValueEnumWatermark
Enum value: Watermark.
Definition: FSPDFObjC.h:7246
FSMarkupEndingStyleButt
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:2540
FSInt32Array
An array of signed integer values.
Definition: FSPDFObjC.h:303
FSAnnotMKEntryNormalIcon
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:2381
FSFillerVkey3
3 key.
Definition: FSPDFObjC.h:3991
FSPDFDocSaveFlagRemoveRedundantObjects
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:4987
FSResetFormAction
Definition: FSPDFObjC.h:2035
FSMarkupMeasureTypeY
Measurement of change along the y axis.
Definition: FSPDFObjC.h:2548
FSAppProviderCallbackStringIDInvalidExpression
Sample message: "Invalidate expression '%s'".
Definition: FSPDFObjC.h:5394
FSAdditionalActionTriggerAnnotReceiveInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:2129
FSFontStyleSerif
Font style: serif.
Definition: FSPDFObjC.h:838
FSOutputPreviewShowDeviceGray
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:8084
FSHTML2PDFSettingDataEncodingFormatKOI8U
Encoding foramt: "KOI8U".
Definition: FSPDFObjC.h:6811
FSPDFDocEncryptPassword
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:4962
FSAnnotMKEntryRolloverCaption
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:2379
FSLayerTree
Definition: FSPDFObjC.h:3843
FSPDFPageFlattenAll
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:4627
FSLRStructureElementAttributeValueEnumSquare
Enum value: Square, which means solid square bullet.
Definition: FSPDFObjC.h:7217
FSFillerVkeyRight
Right arrow key.
Definition: FSPDFObjC.h:3981
FSActionTypeGoTo3DView
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:1882
FSLRElementElementTypeTextContent
Structure element type: TextContent, which means text content element.
Definition: FSPDFObjC.h:7105
FSPDFAComplianceVersionPDFA3a
PDF/A-3a.
Definition: FSPDFObjC.h:6476
FSAnnotLink
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2316
FSFontCIDCharsetCNS1
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:869
FSTextSearchSearchConsecutive
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:5834
FSLRStructureElementAttributeValueEnumDecimal
Enum value: Decimal, which means decimal arabic numerals (1-9, 10-99, ...).
Definition: FSPDFObjC.h:7218
FSAdditionalActionTriggerDocWillClose
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:2116
FSPayLoadData
Definition: FSPDFObjC.h:4881
FSDocViewerPrefsPrintScaleNone
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:5171
FSFillerVkeyD
D key.
Definition: FSPDFObjC.h:4001
FSSecurityHandlerCipherRC4
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:5898
FSAnnotAppearanceTypeDown
Annotation's down appearance.
Definition: FSPDFObjC.h:2401
FSOptimizerSettingsDiscardObjectsBookmarks
Discard bookmarks.
Definition: FSPDFObjC.h:6728
FSRemoteGotoAction
Definition: FSPDFObjC.h:1958
FSFontStdIDTimesB
Standard font: Times-Bold.
Definition: FSPDFObjC.h:885
FSConvert
Definition: FSPDFObjC.h:7020
FSAdditionalActionTriggerDocWillSave
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:2117
FSCombinationCombineDocsOptionDuplicateStream
If set, that means duplicate stream objects from source PDF files will be outputted to combined resul...
Definition: FSPDFObjC.h:7938
FSAnnotationSummary
Definition: FSPDFObjC.h:8055
FSAnnotPopup
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2340
FSHTML2PDFSettingDataEncodingFormatUTF_32BE
Encoding foramt: "UTF-32BE".
Definition: FSPDFObjC.h:6833
FSSplitOutputSettingData
Definition: FSPDFObjC.h:8298
FSAppProviderCallbackStringIDMonthFeb
String ID for case: Use string in local language for "February".
Definition: FSPDFObjC.h:5444
FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYY
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4807
FSPrintParamsBookletBinding
FSPrintParamsBookletBinding
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3410
FSFillerVkeyF11
F11 key.
Definition: FSPDFObjC.h:4050
FSOptimizerSettingsDiscardUserDataAllAnnotsFormsAndMultimedia
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:6735
FSFillerVkeyX
X key.
Definition: FSPDFObjC.h:4021
FSFillerVkeyBack
Backspace key.
Definition: FSPDFObjC.h:3966
FSAnnotationSummarySettingsFontSizeMedium
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:8027
-[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:1829
FSAppProviderCallbackStringIDValidateWarning
Sample message: "The value you entered for %s is invalid. To ignore validations for %s,...
Definition: FSPDFObjC.h:5459
FSXFAWidgetHitTestAreaUnknown
Hit test area: Unknown.
Definition: FSPDFObjC.h:5613
FSColor
Definition: FSPDFObjC.h:1034
-[FSSignatureVerifyResult getSignatureState]
unsigned int getSignatureState()
Get signature state.
FSAnnotSquare
Annotation type: square annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2319
FSImageSettingsStretchMode
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:6628
FSResponseResponseType
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:7560
FSSignatureStateVerifyErrorByteRange
Non expected byte range.
Definition: FSPDFObjC.h:4325
-[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:654
FSErrInvalidWrapper
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:510
-[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:5015
-[FSLRGraphicsObjectElement getBBox]
FSRectF * getBBox()
Get bounding box.
-[FSFont getName]
NSString * getName()
Retrieve the postscript name.
FSPauseCallback-p
Definition: FSPDFObjC.h:8448
FSFillerVkeyT
T key.
Definition: FSPDFObjC.h:4017
FSDWG2PDFSettingDataFlagSimpleGeomOptimization
Bit 4. Enable simple geometry optimization (separated segments to one polyline, Bezier curve control ...
Definition: FSPDFObjC.h:6920
FSAppProviderCallbackBeepTypeError
Beep type: error.
Definition: FSPDFObjC.h:5355
FSFormXObject
Definition: FSPDFObjC.h:1512
FSRendererRenderPage
If set, page content will be rendered.
Definition: FSPDFObjC.h:3002
FSAppProviderCallbackStringIDMonthAug
String ID for case: Use string in local language for "August".
Definition: FSPDFObjC.h:5450
FSPagingSealConfigPagingSealStyleMultipleSignatures
Add multiple signatures. Use the FSSignature to display the appearance of paging seal signature,...
Definition: FSPDFObjC.h:4540
FSAppProviderCallbackStringIDInvalidEnumValue
String ID for case: Some enumerate value is invalid. Sample message: "Invalid enumerate value:".
Definition: FSPDFObjC.h:5372
FSMonoImageSettingsImageCompressRunLength
Compression mode: run-length.
Definition: FSPDFObjC.h:6662
FSGraphStateLineCapButt
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:777
FSRenditionFloatingWindowResizeTypeAspectRatio
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:1733
FSAnnotPagingSeal
Annotation type: paging seal annotation. A Foxit PDF SDK custom annotation type (not a standard annot...
Definition: FSPDFObjC.h:2343
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYY
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4797
FSWatermarkSettingsFlagShareTextStream
If set, watermarks will share one form xobject if these watermarks use the same text and text's relat...
Definition: FSPDFObjC.h:6136
FSCompareResultInfoCompareResultTypeReplaceShading
Result type: replace shading.
Definition: FSPDFObjC.h:6520
FSSoundSampleEncodingFormatSigned
Twos-complement values.
Definition: FSPDFObjC.h:2962
FSFontCIDCharsetUnknown
CID Font charset: Unknown.
Definition: FSPDFObjC.h:867
FSFillerEventFlags
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:4054
FSTextSearchReplace
Definition: FSPDFObjC.h:7405
FSUnembeddedFontSettings
Definition: FSPDFObjC.h:6695
FSPDFDocEncryptFoxitDRM
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:4964
FSMarkupStateNone
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:2522
FSRenditionMediaPlayerFitStyleHidden
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:1703
-[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:4806
FSSignatureDigestSHA1
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:4373
FSOFDConvertParam
Definition: FSPDFObjC.h:7006
FSAppProviderCallbackStringIDMonthOct
String ID for case: Use string in local language for "October".
Definition: FSPDFObjC.h:5452
FSFillerVkeySubtract
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:4037
FSGraphStateLineJoinRound
Round line join type.
Definition: FSPDFObjC.h:784
FSMarkupMeasureTypeT
Measurement of angles.
Definition: FSPDFObjC.h:2551
FSLRStructureElementAttributeValueTypeEnum
Value type: enum.
Definition: FSPDFObjC.h:7254
FSPageLabelsLowerRomanNums
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:5212
FSGraphicsObjectBlendLighten
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:1362
FSJoinSplitJoinSplitOperationTypeJoin
Join spilt operation type: Join.
Definition: FSPDFObjC.h:7513
FSXFADocEventType
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:5542
-[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:3392
FSAnnotFlagNoRotate
Annotation flag: no rotate.
Definition: FSPDFObjC.h:2351
-[FSTextPage getCharCount]
int getCharCount()
Get the count of all the characters.
FSSignatureCallbackCertCannotGetPrivateKey
Certificate's private key cannot be gotten.
Definition: FSPDFObjC.h:4477
FSRenditionFloatingWindowResizeTypeAnyway
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:1734
FSBarcodeQRCorrectionLevelQuater
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1151
FSMonoImageSettingsImageCompressQualityLossless
Compression quality: Lossless.
Definition: FSPDFObjC.h:6666
FSWidgetChoiceOptionArray
Definition: FSPDFObjC.h:5325
FSMenuItemConfig
Definition: FSPDFObjC.h:3241
FSDocProviderCallbackWidgetEventTypeBeforeRemoved
Event type: before an XFA widget is removed.
Definition: FSPDFObjC.h:5537
FSAppProviderCallbackStringIDInvalidToken
Sample message: "Invalidate token '%s'".
Definition: FSPDFObjC.h:5393
FSActionTypeSubmitForm
Action type: submit-form action.
Definition: FSPDFObjC.h:1875
-[FSWidgetMenu cut]
NSString * cut()
Cut the text of related XFA widget.
-[FSGraphicsObjectArray removeAll]
void removeAll()
Clean up the array.
FSPolyLine
Definition: FSPDFObjC.h:2829
FSFormFileInfoArray
Definition: FSPDFObjC.h:7965
-[FSJoinSplit deactivate]
BOOL deactivate()
Deactivate join split editing.
FSLRStructureElementAttributeValueEnumLeft
Enum value: Left, which means left edge of the page.
Definition: FSPDFObjC.h:7236
FSDialogDescriptionConfig
Definition: FSPDFObjC.h:3311
FSAppProviderCallbackStringIDCompilerError
Sample message: "Compiler error".
Definition: FSPDFObjC.h:5397
FSFillerAssistCallbackPopupMenuItemPaste
Popup menu item: "Paste".
Definition: FSPDFObjC.h:3957
FSAnnotationSummaryCallbackAnnotationSummaryStringID
FSAnnotationSummaryCallbackAnnotationSummaryStringID
Enumeration for string ID used to specify the string or prefix in result document when summarizing an...
Definition: FSPDFObjC.h:7996
FSHTML2PDFSettingDataHTML2PDFPageMode
FSHTML2PDFSettingDataHTML2PDFPageMode
Enumeration for page mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:6763
-[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:3705
FSNamedAction
Definition: FSPDFObjC.h:1947
FSTextPageTextDisplayOrder
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:5802
FSAssociatedFilesRelationshipEncryptedPayload
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:3064
FSFillSignFillSignObjectTypeRoundRectangle
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:7830
FSPDFDocExtractPagesOptionObjectStream
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:5002
-[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:8258
FSHTML2PDFSettingDataEncodingFormatASCII_7_bit
Encoding foramt: "ASCII-7-bit".
Definition: FSPDFObjC.h:6797
FSFillerVkeyC
C key.
Definition: FSPDFObjC.h:4000
FSSoundSampleEncodingFormat
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:2960
FSTextPageParseTextOutputHyphen
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:5796
FSCombinationCombineDocsOptionOCProperties
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7933
FSHTML2PDFSettingDataEncodingFormatEUC_JP
Encoding foramt: "EUC-JP".
Definition: FSPDFObjC.h:6786
FSRenditionWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:1709
FSActionTypeRendition
Action type: rendition action.
Definition: FSPDFObjC.h:1880
FSOptimizerSettingsDiscardUserDataExternalCrossReferences
Discard external cross references.
Definition: FSPDFObjC.h:6736
FSLRElementElementTypeWarichu
Structure element type: Warichu, which represents the wrapper around the entire warichu assembly.
Definition: FSPDFObjC.h:7087
FSLRElementElementTypeRubyAnnot
Structure element type: RT, which means "Ruby annotation text" and represents the smaller-size text t...
Definition: FSPDFObjC.h:7085
-[FSPointFArray removeAll]
void removeAll()
Clean up the array.
FSOutputPreviewShowICCBasedCMYK
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:8074
-[FSImageObject getStream]
FSPDFStream * getStream()
Get image stream.
FSHTML2PDFSettingDataEncodingFormatCP852
Encoding foramt: "CP852".
Definition: FSPDFObjC.h:6799
-[FSAttachments getNameTree]
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
FSGraphicsObjectBlendColorBurn
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:1364
FSImageSettings
Definition: FSPDFObjC.h:6637
FSFillSignFillSignObjectTypeText
Text fill-sign object.
Definition: FSPDFObjC.h:7827
FSXFAWidgetHitTestAreaTitleBar
Hit test area: Title Bar.
Definition: FSPDFObjC.h:5615
FSPDFDocExtractPagesOptions
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:4997
FSLRStructureElementAttributeValueEnumHidden
Enum value: Hidden, which is same as None except in terms of border conflict resolution for table ele...
Definition: FSPDFObjC.h:7197
FSPageLabels
Definition: FSPDFObjC.h:5217
FSAppProviderCallbackStringIDUnableToSet
Sample message: "Unable to set".
Definition: FSPDFObjC.h:5370
FSFloatingInfoWindowPositionTopLeft
Window position: at the top left corner.
Definition: FSPDFObjC.h:3469
FSActionTypeHide
Action type: hide action.
Definition: FSPDFObjC.h:1873
FSAppProviderCallbackStringIDNotSupportArrayCalculate
Sample message: "'%s' operator cannot support array calculation".
Definition: FSPDFObjC.h:5420
FSLRElementElementTypeTable
Structure element type: Table, which represents a two-dimensional layout of rectangular data cells,...
Definition: FSPDFObjC.h:7068
FSErrOfficeComNotInit
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:542
FSFieldFlagButtonRadiosInUnison
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:4184
FSFillSignFillSignObjectType
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:7826
FSLRStructureElementAttributeTypeBorderStyle
Attribute type: BorderStyle, which represents the style of an element's border.
Definition: FSPDFObjC.h:7141
FSDocViewerPrefsHideToolbar
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:5176
-[FSDestination getBottom]
float getBottom()
Get bottom position value.
FSRenditionMonitorSpecifierSmallest
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:1716
FSActionCallbackMailTypeMsg
Mailed data type: string message.
Definition: FSPDFObjC.h:3663
FSCertVerifyResultCertStatusExpired
This means certificate is expired.
Definition: FSPDFObjC.h:7604
FSErrComplianceResourceFile
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:530
FSErrURLInBlackList
(For converting html to pdf only) The converted URL is on blacklist.
Definition: FSPDFObjC.h:554
FSFillerVkeyF2
F2 key.
Definition: FSPDFObjC.h:4041
FSParagraphEditingBulletType
FSParagraphEditingBulletType
Enumeration for bullet type.
Definition: FSPDFObjC.h:7436
FSAdditionalActionTriggerPageClosed
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:2115
-[FSActionCallback-p getMousePosition]
FSPointF * getMousePosition()
A callback function to get current mouse position.
FSLRStructureElementAttributeValueEnumCB
Enum value: cb, which means check box.
Definition: FSPDFObjC.h:7227
FSErrNoOptimizerModuleRight
No "Optimizer" module right.
Definition: FSPDFObjC.h:540
FSMarkupMeasureTypeX
Measurement of change along the x axis.
Definition: FSPDFObjC.h:2547
FSAnnotMKEntryBackgroundColor
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:2377
FSHeaderFooterContentGeneratorPageNumberFormatPageNumberOfCount
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4822
FSFontStdIDTimesI
Standard font: Times-Italic.
Definition: FSPDFObjC.h:887
FSLRElement
Definition: FSPDFObjC.h:7113
-[FSSound getSamplingRate]
float getSamplingRate()
Get the sampling rate, in samples per second.
FSHTML2PDFSettingDataEncodingFormatEUC_CN
Encoding foramt: "EUC-CN".
Definition: FSPDFObjC.h:6791
FSFontMapResult
Definition: FSPDFObjC.h:936
FSLRElementElementTypeTableHeaderCell
Structure element type: TH, which means "Table header cell" and represents a table cell containing he...
Definition: FSPDFObjC.h:7070
FSDocViewerPrefsViewerPref
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:5175
FSFileFormatTypeXML
File format type: XML.
Definition: FSPDFObjC.h:686
FSCompareResults
Definition: FSPDFObjC.h:6564
FSAppProviderCallbackStringID
FSAppProviderCallbackStringID
Enumeration for string ID used to specify a case.
Definition: FSPDFObjC.h:5362
FSXFAWidgetWidgethAlignTypeRight
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:5659
FSPDFAComplianceVersionPDFA2b
PDF/A-2b.
Definition: FSPDFObjC.h:6474
FSMediaPlayerCallbackJSMediaPlayerStateStop
media player state: Stop.
Definition: FSPDFObjC.h:3627
FSCertificateEncryptData
Definition: FSPDFObjC.h:5952
FSTextSearchSearchFlags
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:5830
FSFillerVkeyNext
Page Down key.
Definition: FSPDFObjC.h:3976
FSDocProviderCallbackPrintOptionAsImage
If set, print page as image; otherwise, as text.
Definition: FSPDFObjC.h:5501
FSAnnotMKIconCaptionRelation
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:2388
FSTaggedPDFCallbackReportCategory
FSTaggedPDFCallbackReportCategory
Enumeration for report category type used for tagged PDF.
Definition: FSPDFObjC.h:7344
FSBarcodeFormatUPCA
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1141
-[FSParagraphEditing canCut]
BOOL canCut()
Check whether can cut text.
FSSignatureStateVerifyIssueUncheck
Not check the issuer.
Definition: FSPDFObjC.h:4333
FSAppProviderCallbackMsgBtnIDOK
Message box button ID: OK.
Definition: FSPDFObjC.h:5484
FSLRStructureElementAttributeTypeWidth
Attribute type: Width, which represents the width of the element's content rectangle.
Definition: FSPDFObjC.h:7137
FSActionCallbackLanguageNLD
Dutch.
Definition: FSPDFObjC.h:3645
FSPDFDocImportPageFlags
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:4991
FSErrWPSEngineNotFound
(For Office-to-PDF conversion only) WPS office engine is not found.
Definition: FSPDFObjC.h:546
FSLRElementElementTypeAside
Structure element type: Aside (PDF 2.0), which represents content that is distinct from other content...
Definition: FSPDFObjC.h:7050
FSPDFDocEncryptCertificate
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:4963
FSFillerVkeyUp
Up arrow key.
Definition: FSPDFObjC.h:3980
FSPDFPageFlattenNoFormControl
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:4629
FSAppProviderCallbackStringIDIncorrectNumberOfMethod
Sample message: "Incorrect number of parameters are used when calling method '%s'".
Definition: FSPDFObjC.h:5427
FSFontStdIDHelveticaI
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:883
-[FSStructObjectContent getObjectType]
FSStructObjectContentStructObjectType getObjectType()
Get related object type.
FSLineCapPosTop
Definition: FSPDFObjC.h:2733
FSLRElementElementTypeShadingContent
Structure element type: ShadingContent, which means shading content element.
Definition: FSPDFObjC.h:7108
FSAdditionalActionTriggerPageOpened
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:2114
FSPrintParamsPageOrderHorizontalReversed
Page Order type: pages are placed from right to left, from top to bottom.
Definition: FSPDFObjC.h:3419
FSFieldTypeSignature
Form field type: signature field.
Definition: FSPDFObjC.h:4176
FSTextState
Definition: FSPDFObjC.h:1440
FSErrInvalidLicense
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:482
FSLRStructureElementAttributeTypeTextDecorationThickness
Attribute type: TextDecorationThickness, which represents the thickness of each line drawn as part of...
Definition: FSPDFObjC.h:7160
-[FSLRContentElement getGraphicsObjectRange]
FSRange * getGraphicsObjectRange()
Get the range of current content element in current graphics object.
FSParagraphEditingMgr
Definition: FSPDFObjC.h:7545
FSBitmapDownsample
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1065
FSPDFStreamFlateDecode
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:1224
FSLRElementElementTypeEm
Structure element type: Em (PDF 2.0), which means "Emphasis" and represents content for the purpose o...
Definition: FSPDFObjC.h:7090
FSAnnotCaret
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2328
FSImageSettingsImageCompressQualityHigh
Compression quality: High.
Definition: FSPDFObjC.h:6624
FSMarkupStateAccepted
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:2525
FSDestinationZoomFitBBox
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:1827
FSAnnotMKEntryRolloverIcon
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:2382
FSIconFitScaleWayNone
No scaling way is specified.
Definition: FSPDFObjC.h:2286
FSWidgetLineSpacingDouble
Line spacing style: double line spacing.
Definition: FSPDFObjC.h:2899
FSFieldFlagTextRichText
(Only useful for text field) If set, the value of this field should be represented as a rich text str...
Definition: FSPDFObjC.h:4193
FSActionCallbackAppInfoType
FSActionCallbackAppInfoType
Enumeration for application's information type.
Definition: FSPDFObjC.h:3652
FSDocProviderCallbackPageViewEventType
FSDocProviderCallbackPageViewEventType
Enumeration for the event type of page view.
Definition: FSPDFObjC.h:5529
FSLRStructureElementAttributeTypeRubyPosition
Attribute type: RubyPosition, which represents the placement of the RT structure element relative to ...
Definition: FSPDFObjC.h:7163
FSOptimizerSettingsDiscardUserDataDocumentInfoAndMetaData
Discard document information and metadata.
Definition: FSPDFObjC.h:6737
FSFillerEventFlagRightButtonDown
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:4063
FSEmbeddedGotoTarget
Definition: FSPDFObjC.h:1972
FSFontCharsetShift_JIS
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:852
FSLRElementElementTypeContainerObject
Structure element type: ContainerObject, which means container object element.
Definition: FSPDFObjC.h:7102
FSLibrary
Definition: FSPDFObjC.h:740
FSTaggedPDFCallbackReportCategoryArtifact
Report category type: artifact.
Definition: FSPDFObjC.h:7346
FSActionCallbackLanguageESP
Spanish.
Definition: FSPDFObjC.h:3640
-[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:7584
FSOptimizerSettingsOptimizerOptions
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:6707
FSPrintParamsDuplexTypeDuplexFlipShortEdge
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: FSPDFObjC.h:3401
FSDocProviderCallbackSubmitFormat
FSDocProviderCallbackSubmitFormat
Enumeration for XFA submit format.
Definition: FSPDFObjC.h:5506
FSTaggedPDFCallbackReportConfidenceMediumLow
Report confidence: medium low.
Definition: FSPDFObjC.h:7360
FSXFAWidgetWidgetTypeLine
XFA widget type: line.
Definition: FSPDFObjC.h:5629
FSSplitPDFDocCallback-p
Definition: FSPDFObjC.h:8410
-[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:2091
FSMediaSettingsPlayerWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:3524
FSBookmark
Definition: FSPDFObjC.h:3719
FSPDFObjectName
PDF name object.
Definition: FSPDFObjC.h:1172
-[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:7262
FSFillerVkey7
7 key.
Definition: FSPDFObjC.h:3995
-[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:5022
FSLRStructureElementAttributeValueEnumOn
Enum value: on, which means the state is on.
Definition: FSPDFObjC.h:7230
FSPDFAComplianceVersionPDFA3u
PDF/A-3u.
Definition: FSPDFObjC.h:6478
FSPDFAComplianceVersionPDFA1a
PDF/A-1a.
Definition: FSPDFObjC.h:6471
FSFillerEventFlagAutoRepeat
Event flag: auto repeat.
Definition: FSPDFObjC.h:4060
FSModuleNameLayoutRecognition
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:643
FSHTML2PDFSettingDataEncodingFormatSJS
Encoding foramt: "SJS".
Definition: FSPDFObjC.h:6787
FSErrInvalidUserToken
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:499
FSBarcodeFormatCode128
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1139
FSFillerEventFlagControlKey
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:4056
FSHTML2PDFSettingDataEncodingFormatBHASKAR
Encoding foramt: "BHASKAR".
Definition: FSPDFObjC.h:6829
-[FSColorSpace getColorSpaceType]
FSColorSpaceType getColorSpaceType()
Get color space type.
FSAppProviderCallbackAppInfoLanguage
Application information: language.
Definition: FSPDFObjC.h:5347
FSBookmarkStyle
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:3704
FSActionCallbackLayoutModeContinuous
Layout mode: continuous page.
Definition: FSPDFObjC.h:3684
FSParagraphEditingBulletTypeSolidCircle
Bullet type: solid circle.
Definition: FSPDFObjC.h:7438
FSChoiceOptionArray
Definition: FSPDFObjC.h:4148
-[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:5463
FSMonoImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:6659
FSAppProviderCallbackStringIDValidateOutOfArray
Sample message: "Validate access index '%s' out of array".
Definition: FSPDFObjC.h:5415
FSSnappedPointTypeNearestPoint
Snapped point type: nearest point, which means the snapped point is the nearest point (which is in a ...
Definition: FSPDFObjC.h:8261
FSLRElementElementTypePathObject
Structure element type: PathObject, which means path graphics object element.
Definition: FSPDFObjC.h:7098
FSTimeStampServer
Definition: FSPDFObjC.h:4517
FSHTML2PDFSettingDataEncodingFormatCSN_369103
Encoding foramt: "CSN_369103".
Definition: FSPDFObjC.h:6816
FSPDFStreamASCII85Decode
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:1222
FSColorState
Definition: FSPDFObjC.h:1323
FSSnapPointMgrFlagMidpoint
If set, that means to get the midpoint for two endpoints of a path.
Definition: FSPDFObjC.h:8279
-[FSUInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSAnnotArray
Definition: FSPDFObjC.h:2437
FSImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:6632
FSSignatureStateVerifyTimestampExpire
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:4339
FSCertVerifyResultReasonNoStatus
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:7609
FSSignatureFieldMDPActionNone
No Field MDP action.
Definition: FSPDFObjC.h:4402
FSLocaleID
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:669
FSLRElementElementTypeDocument
Structure element type: Document, which represents a complete document.
Definition: FSPDFObjC.h:7039
FSOptimizerSettingsCleanUpRemoveInvalidBookmarks
Remove invalid bookmarks.
Definition: FSPDFObjC.h:6718
FSCompareResultInfoCompareResultTypeDeleteImage
Result type: delete image.
Definition: FSPDFObjC.h:6512
FSSecurityHandlerCipherNone
Not use encryption algorithm.
Definition: FSPDFObjC.h:5897
-[FSParagraphEditing dedent]
void dedent()
Decrease indent for text.
FSFillerVkeyY
Y key.
Definition: FSPDFObjC.h:4022
FSXFADocType
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:5548
FSLRStructureElementAttributeValueEnumTbRl
Enum value: TbRl, which means inline progression from top to bottom; block progression from right to ...
Definition: FSPDFObjC.h:7194
FSLRStructureElementAttributeValueEnumMiddle
Enum value: Middle, which means children are centered within the table cell.
Definition: FSPDFObjC.h:7210
FSRenditionMonitorSpecifierGreatestColorDepth
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:1718
FSLRElementElementTypeDiv
Structure element type: Div, which means "Division" and represents a generic block-level element or g...
Definition: FSPDFObjC.h:7044
FSFloatingInfoRelativeTarget
FSFloatingInfoRelativeTarget
Enumeration for the values used to set relative position of floating window.
Definition: FSPDFObjC.h:3480
FSErrUnknown
Any unknown error occurs.
Definition: FSPDFObjC.h:481
FSXFADocExportDataTypeStaticXDP
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:5556
FSAppProviderCallbackStringIDAccessProertyInNotObject
Sample message: "An attempt was made to reference property '%s' of a non-object in SOM expression %s"...
Definition: FSPDFObjC.h:5423
FSLRElementElementTypeIndex
Structure element type: Index, which represents a sequence of entries containing identifying text acc...
Definition: FSPDFObjC.h:7049
FSModuleNameXFA
Name for module "XFA".
Definition: FSPDFObjC.h:635
FSFileFormatTypePDF
File format type: PDF.
Definition: FSPDFObjC.h:688
FSLocaleIDJapan
Locale ID for country: Japan.
Definition: FSPDFObjC.h:678
FSBitmapDIB8bpp
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:1058
FSDocViewerPrefsCenterWindow
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:5180
FSFloatingInfoResizeTypeKeepRatio
Resize type: may be resized only if the aspect ratio is preserved.
Definition: FSPDFObjC.h:3489
FSTextStateModeFill
Text mode: fill text.
Definition: FSPDFObjC.h:1430
FSLRElementElementTypeSub
Structure element type: Sub (PDF 2.0), which means "Sub-division of a block level element" and repres...
Definition: FSPDFObjC.h:7092
FSBase
Definition: FSPDFObjC.h:560
FSAnnotFlagLockedContents
Annotation flag: locked contents.
Definition: FSPDFObjC.h:2356
-[FSLRContentElement getParentElement]
FSLRStructureElement * getParentElement()
Get the parent element.
FSHTML2PDFSettingDataEncodingFormatBIG5_HKSCS
Encoding foramt: "BIG5_HKSCS".
Definition: FSPDFObjC.h:6821
FSXFAWidgetPresenceInactive
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:5643
FSSignatureAPFlagBitmap
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:4356
FSRenditionMediaPlayerFitStyle
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:1698
FSPagingSealConfigPagingSealPositionRight
Right Paging Seal.
Definition: FSPDFObjC.h:4534
FSAppProviderCallbackStringIDUnexpectedExpression
Sample message: "Unexpected expression '%s'".
Definition: FSPDFObjC.h:5401
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYYYY
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4796
FSLRStructureElementAttributeTypeSubType
Attribute type: Subtype, which means the subtype of annotation or artifact.
Definition: FSPDFObjC.h:7144
FSHTML2PDFSettingDataEncodingFormatCP1255
Encoding foramt: "CP1255".
Definition: FSPDFObjC.h:6808
-[FSImage getXDPI]
int getXDPI()
Get DPI for X-axis.
FSGraphicsObjectTypeShading
Shading graphics object.
Definition: FSPDFObjC.h:1380
FSImageBMP
Image type is BMP.
Definition: FSPDFObjC.h:1101
FSXFAWidgetWidgetTypeUnknown
XFA widget type: unknown.
Definition: FSPDFObjC.h:5634
FSBookmarkPosPrevSibling
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:3713
FSTaggedPDFCallbackReportCategoryRegion
Report category type: region.
Definition: FSPDFObjC.h:7345
FSSignatureStateVerifyNoChange
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:4328
FSFieldFlagTextMultiline
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:4185
FSJavaScriptAction
Definition: FSPDFObjC.h:1936
FSModuleNameOFD
Name for module "OFD".
Definition: FSPDFObjC.h:650
-[FSFont isBold]
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:782
FSPDFPageSizeA2
Page size: A2.
Definition: FSPDFObjC.h:4643
FSHTML2PDFSettingDataEncodingFormatX_TAM_LTTMBARANI
Encoding foramt: "X-TAM-LTTMBARANI".
Definition: FSPDFObjC.h:6839
FSAppProviderCallbackMsgBoxIconQuestion
Message box icon: Question.
Definition: FSPDFObjC.h:5472
FSPathTypeBezierToCloseFigure
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:960
FSMonoImageSettings
Definition: FSPDFObjC.h:6679
FSXFAWidgetPresenceInvisible
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:5644
FSHTML2PDFSettingDataEncodingFormatX_TAM_SHREE
Encoding foramt: "X-TAM-SHREE".
Definition: FSPDFObjC.h:6840
-[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:9732
FSLRStructureElementAttributeValueTypeInt32Array
Value type: an array of integer values.
Definition: FSPDFObjC.h:7261
FSActionCallbackJSFieldValueChangedByCalculation
javascript field value changed type : calculation.
Definition: FSPDFObjC.h:3668
FSFieldTypeTextField
Form field type: text field.
Definition: FSPDFObjC.h:4175
FSAnnotFlagHidden
Annotation flag: hidden.
Definition: FSPDFObjC.h:2348
-[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:4642
FSLRElementElementTypeHeadingN
Structure element type: Hn (PDF 2.0), which represents heading with level 7 or more.
Definition: FSPDFObjC.h:7063
FSColorSpace
Definition: FSPDFObjC.h:1015
FSGraphicsObjectBlendDifference
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:1367
FSLRElementElementTypeForm
Structure element type: Form, which represents a widget annotation representing an interactive form f...
Definition: FSPDFObjC.h:7095
FSPDFACompliance
Definition: FSPDFObjC.h:6481
-[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:488
FSRenditionFloatingWindowRelatedWindowApplication
The application window.
Definition: FSPDFObjC.h:1726
FSActionCallbackJSMediaPlayerStateStop
media player state: Stop.
Definition: FSPDFObjC.h:3678
FSSubmitFormActionFlagAsXFDF
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:2012
FSLocaleIDGermany
Locale ID for country: Germany.
Definition: FSPDFObjC.h:675
FSErrIsAlreadyCPDF
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:506
-[FSDestination getZoomFactor]
float getZoomFactor()
Get zoom factor.
FSLRElementElementTypeRubyPunc
Structure element type: RP, which means "Ruby punctuation" and represents punctuation surrounding the...
Definition: FSPDFObjC.h:7086
FSFillerVkeyEnd
End key.
Definition: FSPDFObjC.h:3977
FSLRStructureElementAttributeTypeBlockAlign
Attribute type: BlockAlign, which represents the alignment, in the block-progression direction,...
Definition: FSPDFObjC.h:7153
FSXFAWidgetWidgetEdgePositionRight
Egde position: right.
Definition: FSPDFObjC.h:5670
+[FSPDFDictionary create]
FSPDFDictionary * create()
Create a new dictionary object.
FSHTML2PDFSettingDataEncodingFormatASCII
Encoding foramt: "ASCII".
Definition: FSPDFObjC.h:6776
FSAppProviderCallbackStringIDWeekDayFri
String ID for case: Use string in local language for "Friday".
Definition: FSPDFObjC.h:5441
FSLRElementElementTypeComplexContent
Structure element type: ComplexContent, which means complex content element.
Definition: FSPDFObjC.h:7109
-[FSWidgetMenu copy]
NSString * copy()
Copy the text of related XFA widget.
FSPortfolioNodeTypeFile
Portfolio node type: file.
Definition: FSPDFObjC.h:8125
FSFontCharsetDefault
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:850
FSPDFDocImportFlagWithLayers
Import pages with layers.
Definition: FSPDFObjC.h:4993
FSLRStructureElementAttributeValueEnumOff
Enum value: off, which means the state is off.
Definition: FSPDFObjC.h:7231
FSHTML2PDFSettingDataEncodingFormatISO_8859_15
Encoding foramt: "ISO-8859-15".
Definition: FSPDFObjC.h:6812
FSPortfolioNodeTypeFolder
Portfolio node type: folder.
Definition: FSPDFObjC.h:8124
FSMarkupStateModelReview
Markup annotation state model: review.
Definition: FSPDFObjC.h:2518
FSAppProviderCallbackAppInfo
FSAppProviderCallbackAppInfo
Enumeration for XFA application information type.
Definition: FSPDFObjC.h:5345
FSDocProviderCallbackTextEncodingUTF16
Text encoding: UTF-16.
Definition: FSPDFObjC.h:5525
FSPrintParamsPageOrder
FSPrintParamsPageOrder
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3417
FSActionCallbackLanguageENU
English.
Definition: FSPDFObjC.h:3639
FSSubmitFormActionFlagWithCoordinates
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:2011
FSTableBorderInfoTableBorderStyleSolid
Table border style: Solid.
Definition: FSPDFObjC.h:6206
FSPrintParamsPrintHandlingMultiplePages
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: FSPDFObjC.h:3427
FSParagraphEditing
Definition: FSPDFObjC.h:7457
FSActionTypeLaunch
Action type: launch action.
Definition: FSPDFObjC.h:1868
FSFontStyleNonSymbolic
Font style: non-symbolic.
Definition: FSPDFObjC.h:841
FSAdditionalAction
Definition: FSPDFObjC.h:2137
FSHTML2PDFSettingDataEncodingFormatISO_8859_13
Encoding foramt: "ISO-8859-13".
Definition: FSPDFObjC.h:6817
FSWatermarkTextPropertiesFontStyle
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:6163
FSOptimizerSettings
Definition: FSPDFObjC.h:6743
FSModuleNameOCR
Name for module "OCR".
Definition: FSPDFObjC.h:638
FSErrSecurityHandler
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:486
FSHeaderFooterContentGeneratorDateFormatMSlashD
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:4794
FSDWG2PDFSettingDataFlagExportHyperlinks
Bit 11. Enable hyperlinks export.
Definition: FSPDFObjC.h:6927
FSErrInvalidData
Data of current object is invalid.
Definition: FSPDFObjC.h:493
-[FSFont isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSLocaleIDItaly
Locale ID for country: Italy.
Definition: FSPDFObjC.h:676
FSMarkupArray
Definition: FSPDFObjC.h:2476
FSPagingSealConfigPagingSealPositionTop
Top Paging Seal.
Definition: FSPDFObjC.h:4535
FSMarkupEndingStyleSlash
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:2543
FSDWG2PDFSettingDataFlagEnableLayers
Bit 5. If enabled, layer support will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:6921
FSFillerAssistCallbackPopupMenuItemNone
No popup menu item.
Definition: FSPDFObjC.h:3954
FSColorSpaceICCBasedDeviceGray
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:664
FSLRStructureElementAttributeValueTypeWStrArray
Value type: an array of wide strings.
Definition: FSPDFObjC.h:7264
FSLRStructureElementAttributeValueEnumGroove
Enum value: Groove, which means the border looks as though it were carved into the canvas.
Definition: FSPDFObjC.h:7202
FSRectF
Definition: FSPDFObjC.h:373
FSRenditionFloatingWindowOffscreenEventNone
Nothing.
Definition: FSPDFObjC.h:1738
FSEmbeddedGotoAction
Definition: FSPDFObjC.h:1991
FSDWG2PDFSettingDataFlagEmbededTTF
Bit 1. Enable embedding of TTF(True Type Font) program to PDF file. The whole TTF font file will be e...
Definition: FSPDFObjC.h:6917
FSLRElementElementTypeHeading4
Structure element type: H4, which represents heading with level 4.
Definition: FSPDFObjC.h:7060
FSPDFObject
Definition: FSPDFObjC.h:1180
FSAppProviderCallbackStringIDImageFilter
String ID for case: Filter for image files. Sample message: "Image Files(*.bmp;*.jpg;*....
Definition: FSPDFObjC.h:5368
FSPrintParamsPrintHandlingFitPaper
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: FSPDFObjC.h:3425
-[FSParagraphEditing copySelected]
BOOL copySelected()
Copy the selected text.
FSHTML2PDFSettingDataEncodingFormatTSCII
Encoding foramt: "TSCII".
Definition: FSPDFObjC.h:6823
FSXFAWidgetWidgetTypePushButton
XFA widget type: push button.
Definition: FSPDFObjC.h:5621
FSModuleNameOptimizer
Name for module "Optimizer".
Definition: FSPDFObjC.h:641
FSAnnotFlags
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:2346
FSOutputPreviewShowICCBasedRGB
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:8082
FSBitmapDIBArgb
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:1055
-[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:1050
FSCircle
Definition: FSPDFObjC.h:2691
FSStructTreeEntityStructTreeEntityTypeElement
Structure tree entity type: Element, which represents a structure element.
Definition: FSPDFObjC.h:1589
FSPrintParamsBookletBindingLeftTall
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3413
FSActionCallbackJSMediaPlayerStateOpen
media player state: Open.
Definition: FSPDFObjC.h:3675
FSLayerTreeStateUnchanged
The state is unchanged.
Definition: FSPDFObjC.h:3839
FSFiller
Definition: FSPDFObjC.h:4067
FSErrComplianceEngineInitFailed
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:521
FSLRStructureElementAttributeValueEnumRlTb
Enum value: RlTb, which means inline progression from right to left; block progression from top to bo...
Definition: FSPDFObjC.h:7193
FSRendererDeviceDisplay
Device type: printer.
Definition: FSPDFObjC.h:3007
FSBarcodeQRCorrectionLevelLow
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1149
FSXFAWidgetWidgetTypeArc
XFA widget type: arc.
Definition: FSPDFObjC.h:5623
-[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:5385
FSPageLabelsStyle
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:5208
FSLRStructureElementAttributeValueEnumDistribute
Enum value: Distribute, which means the content is to be expanded to fill the available width in the ...
Definition: FSPDFObjC.h:7214
FSCompareResultInfoCompareResultTypeNone
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:6508
FSErrNoAdvEditModuleRight
No "AdvEdit" module right.
Definition: FSPDFObjC.h:552
FSPoint
Type definition for point class for integer.
Definition: FSPDFObjC.h:202
FSLayerContextUsageDesign
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:3878
FSOptimizerSettingsDiscardUserDataPrivateDataOfOtherApp
Discard private data of other applications.
Definition: FSPDFObjC.h:6739
FSPortfolioInitialViewMode
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:8228
FSLocaleIDTaiwan
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:672
-[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:5502
-[FSFileStreamCallback-p getSize]
unsigned long long getSize()
Get the current stream size, in bytes.
FSPDFStreamUnknown
Unknown filter type.
Definition: FSPDFObjC.h:1219
FSIconFit
Definition: FSPDFObjC.h:2293
FSReflowPageFlags
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:5276
FSAppProviderCallbackStringIDMonthMarch
String ID for case: Use string in local language for "March".
Definition: FSPDFObjC.h:5445
FSActionCallbackJSMailResultUserAbort
Mailed result: user abort.
Definition: FSPDFObjC.h:3692
FSErrLTVCannotSwitchVersion
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:525
-[FSStructObjectContent getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of related object.
FSOutputPreviewShowLineArt
If set, only show line art.
Definition: FSPDFObjC.h:8094
FSLRElementElementTypeTextObject
Structure element type: TextObject, which means text graphics object element.
Definition: FSPDFObjC.h:7097
FSFillerEventFlagKeyPad
Event flag: key pad.
Definition: FSPDFObjC.h:4059
FSSoundSampleEncodingFormatMuLaw
μ-law-encoded samples
Definition: FSPDFObjC.h:2963
FSPosBottomCenter
Position: bottom center.
Definition: FSPDFObjC.h:629
-[FSPauseCallback-p needPauseNow]
BOOL needPauseNow()
Check whether need to pause now.
FSCertVerifyResultReasonCACompromise
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:7612
FSPDFObjectReference
PDF reference object.
Definition: FSPDFObjC.h:1177
FSSOAPAuthenticateInfo
Definition: FSPDFObjC.h:3333
FSAlignmentRight
Right alignment.
Definition: FSPDFObjC.h:612
FSLRStructureElementAttributeTypeBBox
Attribute type: BBox, which represents the element's bounding box (the rectangle that completely encl...
Definition: FSPDFObjC.h:7136
FSFillerVkeyW
W key.
Definition: FSPDFObjC.h:4020
FSFillerVkeyJ
J key.
Definition: FSPDFObjC.h:4007
FSPrintParamsPrintHandlingNone
Print Handling: No page scaling is applied.
Definition: FSPDFObjC.h:3424
FSColorSpaceCalRGB
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:659
FSDWG2PDFSettingDataFlagUseHLR
Bit 8. Determines whether software uses vector hidden-line removal for corresponding viewports.
Definition: FSPDFObjC.h:6924
FSFillerVkeyF1
F1 key.
Definition: FSPDFObjC.h:4040
FSCertificateSecurityHandler
Definition: FSPDFObjC.h:5970
FSLRStructureElementAttributeValueTypeElement
Value type: element.
Definition: FSPDFObjC.h:7259
FSTextStateModeStroke
Text mode: stroke text.
Definition: FSPDFObjC.h:1431
FSLRStructureElementAttributeValueEnumRidge
Enum value: Ridge, which means the border looks as though it were coming out of the canvas (the oppos...
Definition: FSPDFObjC.h:7203
-[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:1702
FSLRElementElementTypeTitle
Structure element type: Title (PDF 2.0), which represents content that is usually referred to as the ...
Definition: FSPDFObjC.h:7051
FSXFAWidgetPresenceVisible
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:5641
FSXFADocEventTypePostPrint
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:5544
FSSignatureStateVerifyIssueValid
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:4329
FSErrODAEngineNotFound
(For DWG-to-PDF conversion only) ODA engine is not found.
Definition: FSPDFObjC.h:549
FSAppProviderCallbackMsgBtnIDNo
Message box button ID: No.
Definition: FSPDFObjC.h:5486
FSActionCallbackLanguagePTB
Brazilian Portuguese.
Definition: FSPDFObjC.h:3647
FSPDFObjectInvalidType
Invalid PDF object type.
Definition: FSPDFObjC.h:1168
FSErrNoConnectedPDFModuleRight
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:533
FSAppProviderCallbackStringIDNotFoundMethod
Sample message: "Cannot find method '%s'".
Definition: FSPDFObjC.h:5410
FSAnnotPropertyBorderColor
Annotation property: border color.
Definition: FSPDFObjC.h:2370
FSHTML2PDFSettingDataEncodingFormatArabic
Encoding foramt: "Arabic".
Definition: FSPDFObjC.h:6783
-[FSMediaPlayerCallback-p getPlayerSettings]
FSMediaSettings * getPlayerSettings()
A callback function to get the media player settings.
FSMarkupMeasureTypeD
Measurement of distance in any direction.
Definition: FSPDFObjC.h:2549
FSOutputPreviewShowNotDeviceCMYK
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:8073
FSXFAWidgetHitTestAreaHyperLink
Hit test area: HyperLink.
Definition: FSPDFObjC.h:5616
FSParagraphEditingBulletTypeRightArrow
Bullet type: right arrow (upper white and lower black).
Definition: FSPDFObjC.h:7442
FSWidgetLineSpacingStyle
FSWidgetLineSpacingStyle
Enumeration for line spacing style.
Definition: FSPDFObjC.h:2896
FSRenditionWindowType
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:1707
FSSignature
Definition: FSPDFObjC.h:4417
FSComparison
Definition: FSPDFObjC.h:6587
FSGraphicsObjectsTextMergeTJY
Merge consecutive text-showing operators with equal y coordinates.
Definition: FSPDFObjC.h:4587
FSFontStdIDCourierB
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:877
FSSubmitFormActionFlagExclude
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:2007
FSFontFontTypeType3
Font type: Type3.
Definition: FSPDFObjC.h:895
FSAppProviderCallbackStringIDValidateFailed
Sample message: "Validate failed".
Definition: FSPDFObjC.h:5363
FSErrNoComplianceModuleRight
No "Compliance" module right.
Definition: FSPDFObjC.h:539
FSIconFitScaleWaySmaller
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:2289
FSHeaderFooterContentGeneratorDateFormatType
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:4793
FSBarcode
Definition: FSPDFObjC.h:1155
FSSignatureStateVerifyIssueCurrent
The verified issue is current issuer.
Definition: FSPDFObjC.h:4334
FSAnnotMKRelationCaptionLeft
Caption to the left of the icon.
Definition: FSPDFObjC.h:2394
FSLRElementElementTypeSect
Structure element type: Sect, which means "Section" and represents a container for grouping related c...
Definition: FSPDFObjC.h:7043
FSSchemaField
Definition: FSPDFObjC.h:8192
-[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:1685
FSMenuListArray
Definition: FSPDFObjC.h:3120
FSFDFDocFDF
FDF document type: FDF.
Definition: FSPDFObjC.h:3094
FSPDFDocPermFillForm
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:4975
FSXFADocStatic
XFA document type: Static.
Definition: FSPDFObjC.h:5550
FSPDFPageBoxType
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:4632
FSColorSpaceRenderIntentRelColorimetric
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:1010
FSRangeEven
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:813
FSGraphicsObjectBlendSoftlight
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:1366
FSLRStructureElementAttributeValueEnumFloat
Enum value: float.
Definition: FSPDFObjC.h:7225
-[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:6785
FSOptimizerSettingsDiscardObjectsEmbeddedPageThumbnails
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:6726
FSModuleName3D
Name for module "3D".
Definition: FSPDFObjC.h:649
-[FSParagraphEditing canPaste]
BOOL canPaste()
Check whether can paste text.
FSXFAWidgetPresenceHidden
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:5642
FSAnnotHighlightingInvert
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:2361
FSTimeStampServerSendResultFailToCreateSocket
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:4508
FSUnderline
Definition: FSPDFObjC.h:2627
FSSignatureAPFlagSigner
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:4355
FSLRStructureElementAttributeValueTypeARGB
Value type: ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24).
Definition: FSPDFObjC.h:7257
FSFillerVkeyZ
Z key.
Definition: FSPDFObjC.h:4023
FSPDFStreamLZWDecode
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:1223
FSDialogDescriptionElementArray
Definition: FSPDFObjC.h:3263
FSFontCharsetHebrew
Font charset: Hebrew.
Definition: FSPDFObjC.h:861
FSRenditionWindowTypeHidden
Window type: a hidden window.
Definition: FSPDFObjC.h:1710
FSWidgetLineSpacingAuto
Line spacing style: auto line spacing.
Definition: FSPDFObjC.h:2901
FSSignatureStateVerifyValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4321
FSOptimizer
Definition: FSPDFObjC.h:6602
FSXFAWidgetWidgetEdgePositionTop
Egde position: top.
Definition: FSPDFObjC.h:5669
FSFloatingInfoResizeType
FSFloatingInfoResizeType
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: FSPDFObjC.h:3487
FSStructTreeEntityStructTreeEntityTypeObjectContent
Structure tree entity type: ObjectContent, which represents a PDF object content item,...
Definition: FSPDFObjC.h:1591
FSRenditionActionOpTypeStop
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:2090
FSDialogDescriptionElement
Definition: FSPDFObjC.h:3283
-[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:5430
FSSignatureStateVerifyIssueRevoke
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:4331
FSRenditionFloatingWindowRelatedWindowMonitor
Depends on monitor specifier.
Definition: FSPDFObjC.h:1728
FSLRStructureElementAttributeValueEnumRB
Enum value: rb, which means radio button.
Definition: FSPDFObjC.h:7226
FSDWG2PDFSettingData
Definition: FSPDFObjC.h:6946
FSPDFStreamFilter
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:1218
FSDWG2PDFSettingDataFlagMeasuring
Bit 15. Enable measuring scale in pdf.
Definition: FSPDFObjC.h:6930
FSFontStdIDZapfDingbats
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:889
FSActionNewWindowFlagTrue
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:1887
-[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:6765
FSPagingSealSignaturePagingSealAPStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:4566
FSFieldFlagTextFileSelect
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:4187
FSLRStructureElementAttributeTypeTextDecorationColor
Attribute type: TextDecorationColor, which represents the color to be used for drawing text decoratio...
Definition: FSPDFObjC.h:7159
FSBorderInfoCloudy
Border style: Cloudy.
Definition: FSPDFObjC.h:2222
-[FSPath clear]
void clear()
Clear all points.
-[FSParagraphEditingUndoItem undo]
void undo()
Undo this item.
FSCombinationCombineDocsOptionObjectStream
If set, that means object streams will be used to generate combined result PDF file in order to reduc...
Definition: FSPDFObjC.h:7937
FSRenditionFloatingWindowRelatedWindowFullDesktop
The full virtual desktop.
Definition: FSPDFObjC.h:1727
FSAppProviderCallbackAppInfoVariation
Application information: variation.
Definition: FSPDFObjC.h:5349
FSWatermarkSettingsFlagShareImageStream
If set, watermarks will share one image stream if these watermarks use the same image or bitmap.
Definition: FSPDFObjC.h:6135
FSJoinSplitJoinSplitOperationTypeSpilt
Join spilt operation type: Spilt.
Definition: FSPDFObjC.h:7514
FSAppProviderCallbackStringIDUnknownCaught
Sample message: "Unknown error is caught!".
Definition: FSPDFObjC.h:5369
FSRMSSecurityHandler
Definition: FSPDFObjC.h:6064
-[FSLayerNode getPrintUsage]
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
FSPDFObjectNumber
PDF number object.
Definition: FSPDFObjC.h:1170
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithLine
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:8011
FSLRElementElementTypeTableDataCell
Structure element type: TD, which means "Table data cell" and represents a table cell containing data...
Definition: FSPDFObjC.h:7071
FSActionCallbackAppInfoTypeFormsVersion
Application's forms version information.
Definition: FSPDFObjC.h:3653
FSFontCharsetANSI
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:849
FSTextPageParseTextUseStreamOrder
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:5797
FSRenditionMonitorSpecifierGreatestArea
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:1719
FSLRElementElementTypeTableHeaderGroup
Structure element type: THead, which means "Table header row group" and represents a group of rows th...
Definition: FSPDFObjC.h:7072
-[FSFDFDoc getPDFPath]
NSString * getPDFPath()
Get the path of related PDF document.
FSGraphStateLineJoinMiter
Miter line join type.
Definition: FSPDFObjC.h:783
FSImageTIF
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:1105
FSAppProviderCallbackStringIDArgumentExpectContainer
Sample message: "'%s' argument is expected to be a container".
Definition: FSPDFObjC.h:5422
FSPDFDocDisplayMode
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:5010
FSAppProviderCallbackStringIDArgumentMismatch
Sample message: "Argument mismatch in property or function argument".
Definition: FSPDFObjC.h:5428
FSPDFPageCropBox
Crop Box for page boundary.
Definition: FSPDFObjC.h:4634
FSErrLTVCannotLoadDTS
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:528
FSFontStdIDHelveticaB
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:881
FSAnnotationSummarySettingsTypeSortByAnnotationType
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:8022
FSLRStructureElementAttributeValueEnum
FSLRStructureElementAttributeValueEnum
Enumeration for element general layout attribute enum values.
Definition: FSPDFObjC.h:7183
FSAdditionalActionTriggerAnnotPageOpened
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:2131
FSErrConflict
New data conflicts with existed data.
Definition: FSPDFObjC.h:490
FSRenditionMediaPlayerFitStyleMeet
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:1699
FSPDFPageFlattenNoAnnot
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:4628
FSBitmap
Definition: FSPDFObjC.h:1070
-[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:5508
FSStructElementElementInfoTypeExpandedForm
Structure element info type: Expanded Form, which means the expanded form of structure element.
Definition: FSPDFObjC.h:1611
FSSignatureStateVerifyTimestampInvalid
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:4338
FSStructTreeEntity
Definition: FSPDFObjC.h:1594
FSMarkupStateUnmarked
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:2524
FSAppProviderCallbackStringIDValidateLimit
Sample message: "Message limit exceeded. Remaining %d validation errors not reported....
Definition: FSPDFObjC.h:5456
FSRangeOdd
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:814
FSLRStructureElementAttributeValueEnumLowerRoman
Enum value: LowerRoman, which means lowercase roman numerals (i, ii, iii, iv, ...).
Definition: FSPDFObjC.h:7220
FSAppProviderCallbackStringIDCannotModifyValue
Sample message: "Cannot modify the '%s' value".
Definition: FSPDFObjC.h:5398
FSWidgetChoiceOption
Definition: FSPDFObjC.h:5308
FSHTML2PDFSettingDataEncodingFormatCP1257
Encoding foramt: "CP1257".
Definition: FSPDFObjC.h:6810
FSLRStructureElementAttributeTypeRowSpan
Attribute type only for Table: RowSpan, which represents the number of rows in the enclosing table th...
Definition: FSPDFObjC.h:7172
FSMediaSettingsPlayerWindowTypeDockedPage
Window type: a docked page window.
Definition: FSPDFObjC.h:3522
FSMarkupStateMarked
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:2523
FSSearchCallback-p
Definition: FSPDFObjC.h:9986
FSCertVerifyResultReasonPrivilegeWithDrawn
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:7618
FSOutputPreviewShowSmoothShades
If set, only show smooth shades.
Definition: FSPDFObjC.h:8091
-[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:4820
-[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:1828
FSFontStdIDCourierBI
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:878
FSSubmitFormActionFlagEmbedForm
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:2019
FSPDFDocDisplayUseNone
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:5011
FSActionNewWindowFlagNone
No "NewWindow" flag.
Definition: FSPDFObjC.h:1888
FSDocProviderCallbackPageViewEventTypeRemoved
Event type: after a page view is removed.
Definition: FSPDFObjC.h:5531
FSDWG2PDFSettingDataFlagZoomToExtentsMode
Bit 12. If enabled, layout geometry will be zoomed to paper size, else layout settings will be applie...
Definition: FSPDFObjC.h:6928
FSDocumentsSource
Definition: FSPDFObjC.h:6352
FSDocProviderCallbackPrintOptionShrinkPage
If set, shrink page to fit within content area.
Definition: FSPDFObjC.h:5500
FSAppProviderCallbackStringIDNotModifyField
String ID for case: Not allow to modify field. Sample message: "You are not allowed to modify this fi...
Definition: FSPDFObjC.h:5366
FSLRElementElementTypeTOC
Structure element type: TOC, which means "Table of contents" and represents a list made up of table o...
Definition: FSPDFObjC.h:7047
FSHTML2PDFSettingDataEncodingFormatX_KDDI_Shift_JIS
Encoding foramt: "X-KDDI-Shift_JIS".
Definition: FSPDFObjC.h:6844
FSCertVerifyResultRevocationReason
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:7608
FSPath
Definition: FSPDFObjC.h:963
-[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:8229
-[FSPDFArray getElementCount]
int getElementCount()
Get the count of elements.
FSErrLTVCannotCheckDTS
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:526
FSImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:6614
FSXFAWidgetWidgetType
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:5619
FSFontCharsetBaltic
Font charset: Baltic.
Definition: FSPDFObjC.h:863
FSColorSpaceICCBasedDeviceRGB
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:665
FSFillerVkeyF4
F4 key.
Definition: FSPDFObjC.h:4043
FSPosTopCenter
Position: top center.
Definition: FSPDFObjC.h:623
FSHTML2PDFSettingDataEncodingFormatLatin4
Encoding foramt: "Latin4".
Definition: FSPDFObjC.h:6779
FSPDFStreamRunLengthDecode
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:1225
FSRichTextStyleCornerMarkNone
Corner mark style: none.
Definition: FSPDFObjC.h:2185
FSAnnotFlagToggleNoView
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:2355
FSHTML2PDFSettingDataEncodingFormatCP866
Encoding foramt: "CP866".
Definition: FSPDFObjC.h:6800
-[FSJoinSplit unlinkBoxes]
void unlinkBoxes()
Call this function to unlink text.
FSPDFPageSizeB5
Page size: B5.
Definition: FSPDFObjC.h:4651
FSAppProviderCallbackStringIDInvalidateChar
Sample message: "Invalidate character '%c'".
Definition: FSPDFObjC.h:5391
FSFillerEventFlagLeftButtonDown
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:4061
FSSearchOptionWordMatchingMatchAllWords
Word matching: match all words.
Definition: FSPDFObjC.h:3575
FSFDFDoc
Definition: FSPDFObjC.h:3098
FSSnappedPointTypeNone
This means the snapped point is invalid.
Definition: FSPDFObjC.h:8257
FSAnnotationSummarySettingsSortType
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:8018
FSTextObject
Definition: FSPDFObjC.h:1481
FSLRElementElementTypeHeading5
Structure element type: H5, which represents heading with level 5.
Definition: FSPDFObjC.h:7061
FSGraphicsObjectTypeFormXObject
Form XObject graphics object.
Definition: FSPDFObjC.h:1381
FSFillerVkey2
2 key.
Definition: FSPDFObjC.h:3990
FSProgressiveFinished
Progress state: progress is finished.
Definition: FSPDFObjC.h:710
FSAnnotType
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:2313
FSPDFDocExtractPagesOptionOCProperties
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:5001
FSFillerVkeyU
U key.
Definition: FSPDFObjC.h:4018
FSPDFPageMediaBox
Media Box for page boundary.
Definition: FSPDFObjC.h:4633
FSAnnotPropertyFillColor
Annotation property: fill color.
Definition: FSPDFObjC.h:2371
FSImageSettingsImageCompressjpeg
Compression mode: jpeg.
Definition: FSPDFObjC.h:6615
FSErrComplianceEngineNotInit
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:519
FSTaggedPDFCallbackReportCategoryTableRow
Report category type: table row.
Definition: FSPDFObjC.h:7351
FSActionCallbackSearchScope
FSActionCallbackSearchScope
Enumeration for search scope.
Definition: FSPDFObjC.h:3695
FSLRStructureElementAttributeType
FSLRStructureElementAttributeType
Enumeration for element general layout attribute types.
Definition: FSPDFObjC.h:7129
FSActionCallbackLanguageCHT
Chinese Traditional.
Definition: FSPDFObjC.h:3636
FSLRStructureElementAttributeTypeTextAlign
Attribute type: TextAlign, which represents the alignment of text and other content within lines of t...
Definition: FSPDFObjC.h:7152
-[FSXFAPage getHeight]
float getHeight()
Get the height of the XFA page.
FSModuleNameConversion
Name for module "Conversion".
Definition: FSPDFObjC.h:642
FSTextPageCharInfo
Definition: FSPDFObjC.h:5771
FSPDFObjectNull
PDF null object.
Definition: FSPDFObjC.h:1176
FSAnnotationSummarySettingsSummaryLayout
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:8010
FSPDFAComplianceVersionPDFA2u
PDF/A-2u.
Definition: FSPDFObjC.h:6475
FSFillerVkeyF9
F9 key.
Definition: FSPDFObjC.h:4048
FSXFAWidgetWidgetTypeRectangle
XFA widget type: rectangle.
Definition: FSPDFObjC.h:5632
FSActionCallbackMailTypeDoc
Mailed data type: document.
Definition: FSPDFObjC.h:3661
FSBorderInfoUnderLine
Border style: Underline.
Definition: FSPDFObjC.h:2219
FSLRStructureElementAttributeValueEnumOverline
Enum value: Overline, which means a line above the text.
Definition: FSPDFObjC.h:7212
FSAppProviderCallbackStringIDMonthNov
String ID for case: Use string in local language for "November".
Definition: FSPDFObjC.h:5453
FSDocProviderCallbackPrintOptionPrintAnnot
If set, print annotations.
Definition: FSPDFObjC.h:5503
FSFillerVkeyO
O key.
Definition: FSPDFObjC.h:4012
FSFillerAssistCallbackPopupMenuItem
FSFillerAssistCallbackPopupMenuItem
Enumeration for popup menu item.
Definition: FSPDFObjC.h:3953
FSMatrix2D
Definition: FSPDFObjC.h:414
FSSignatureFieldMDPActionAll
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4403
-[FSLRStructureElement getParentElement]
FSLRStructureElement * getParentElement()
Get the parent element.
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
Enumeration for searchable text type used for converting DWG to PDF.
Definition: FSPDFObjC.h:6940
FSHTML2PDFSettingDataMediaStyleScreen
Media style: screen. It means PDF page will be displayed in screen media style.
Definition: FSPDFObjC.h:6852
FSLRStructureElementAttributeTypeFieldDesc
Attribute type only for PrintField: Desc, which represents the alternate name of the field,...
Definition: FSPDFObjC.h:7171
FSPDFDocEncryptRMS
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:4966
FSLRStructureElementAttributeTypePlacement
Attribute type: Placement, which means the positioning of the element with respect to the enclosing r...
Definition: FSPDFObjC.h:7132
FSLRElementElementTypeAnnotContent
Structure element type: AnnotContent, which means annotation content element.
Definition: FSPDFObjC.h:7110
FSPDFDocPwdNoPassword
No password is used in PDF document.
Definition: FSPDFObjC.h:4954
FSHTML2PDFSettingDataEncodingFormatKSC
Encoding foramt: "KSC".
Definition: FSPDFObjC.h:6792
FSMonoImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:6675
FSHTML2PDFSettingDataEncodingFormatHTCHANAKYA
Encoding foramt: "HTCHANAKYA".
Definition: FSPDFObjC.h:6830
FSAppProviderCallbackStringIDArgumentNotArray
Sample message: "'%s' function's %d argument cannot be array".
Definition: FSPDFObjC.h:5421
FSPDFDocUserPermissions
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:4970
FSXFADoc
Definition: FSPDFObjC.h:5560
FSAppProviderCallbackStringIDIllegalContinue
Sample message: "Illegal continue".
Definition: FSPDFObjC.h:5404
FSFontFontTypes
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:892
FSImageSettingsImageCompressQuality
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:6620
FSErrIsAlreadyCDRM
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:507
FSColorSpacePattern
Color space: Pattern.
Definition: FSPDFObjC.h:663
FSCompareResultInfoCompareResultTypeInsertShading
Result type: insert shading.
Definition: FSPDFObjC.h:6519
FSSignatureVerifyResultLTVStateNotEnable
This means LTV is not enabled.
Definition: FSPDFObjC.h:7770
FSParagraphEditingNumberingTypeNone
Numbering type: none.
Definition: FSPDFObjC.h:7449
-[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:7069
FSSubmitFormActionFlagExportFormat
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:2009
FSOutputPreviewShowRegistrationColor
If set, only show registration color.
Definition: FSPDFObjC.h:8092
FSWatermarkTextPropertiesFontStyleUnderline
Watermark font style: with underline.
Definition: FSPDFObjC.h:6165
FSSignatureKeyNameLocation
Signature key name: location.
Definition: FSPDFObjC.h:4364
FSAnnotLine
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2318
FSErrCanNotUploadCDRMInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:509
FSErrInvalidACL
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:513
FSLTVVerifierVRICreationTime
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:7742
FSXFAWidgetHitTestArea
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:5612
FSQuadPoints
Definition: FSPDFObjC.h:2245
FSFillerVkeyF7
F7 key.
Definition: FSPDFObjC.h:4046
FSCertVerifyResultLocationNotSet
Location is not set.
Definition: FSPDFObjC.h:7623
FSAppProviderCallbackStringIDIsNotArray
Sample message: "'%s' is not an array".
Definition: FSPDFObjC.h:5418
FSLineCapPos
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:2731
FSErrNoRedactionModuleRight
No "Redaction" module right.
Definition: FSPDFObjC.h:535
FSResponse
Definition: FSPDFObjC.h:7566
FSSignatureDocPermFillingFormAndSigning
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:4397
-[FSParagraphEditing pasteSelected]
BOOL pasteSelected()
Paste the copied text.
FSPDFDocDataType
FSPDFDocDataType
Enumeration for data type used to decide which object(s) will be imported from or exported to FDF/XFD...
Definition: FSPDFObjC.h:5019
FSDocProviderCallbackTextEncodingISO8859NN
Text encoding: ISO8859NN.
Definition: FSPDFObjC.h:5521
FSPathPointType
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:955
FSBitmapDIBRgb565
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:1061
FSLayerTreeStateON
The state is ON.
Definition: FSPDFObjC.h:3837
FSPointFArray
An array of PointF objects.
Definition: FSPDFObjC.h:261
FSAnnotPropertyCreationDate
Annotation property: creation date.
Definition: FSPDFObjC.h:2369
FSFillerAssistCallbackPopupMenuItemDelete
Popup menu item: "Delete".
Definition: FSPDFObjC.h:3958
FSSignatureStateNoSignData
Signature does not have any data for signing.It means that there is not "V" entry in the signature di...
Definition: FSPDFObjC.h:4318
FSButtonItem
Definition: FSPDFObjC.h:3219
FSMarkupMeasureType
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:2546
-[FSParagraphEditingMgr getJoinSplit]
FSJoinSplit * getJoinSplit()
Get the join split object.
FSErrNoOCRModuleRight
No "OCR" module right.
Definition: FSPDFObjC.h:537
FSImageSettingsImageCompressQualityLow
Compression quality: Low.
Definition: FSPDFObjC.h:6622
-[FSParagraphEditing canSelectAll]
BOOL canSelectAll()
Check whether can select all text.
FSErrInvalidState
Invalid or incorrect state.
Definition: FSPDFObjC.h:496
FSAdditionalActionTriggerAnnotPageClosed
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:2132
-[FSMediaPlayerCallback-p close]
void close()
A callback function to close the media player.
FSReflowPageNormal
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:5277
-[FSLRElement stringifyType]
NSString * stringifyType()
Convert type (enum value) of current element to a short and memorable string (text) representation.
FSJoinSplitJoinSplitOperationTypeSelectNone
Join spilt operation type: SelectNone.
Definition: FSPDFObjC.h:7517
FSImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:6630
FSAnnotMKEntryBorderColor
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:2376
FSGraphStateLineJoinBevel
Bevel line join type.
Definition: FSPDFObjC.h:785
-[FSPDFNumberTree removeAllObjs]
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
FSRevocationArrayInfo
Definition: FSPDFObjC.h:7697
FSActionType
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:1863
FSBitmapDIB1bpp
DIB format: 1bpp format, two color RGB bitmap.It does not support format conversion and rendering.
Definition: FSPDFObjC.h:1052
FSSplitDocumentInfoArray
Definition: FSPDFObjC.h:8330
FSDefaultAppearanceFlagTextColor
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2160
FSPrintParamsPageOrderVertical
Page Order type: pages are placed from top to bottom, from left to right.
Definition: FSPDFObjC.h:3420
FSRenditionMediaPlayerNotUsed
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:1695
FSPDFPageSizeLetter
Page size: letter.
Definition: FSPDFObjC.h:4641
FSWidget
Definition: FSPDFObjC.h:2904
FSMonoImageSettingsStretchMode
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:6670
FSFillerVkeyF12
F12 key.
Definition: FSPDFObjC.h:4051
FSLRStructureElementAttributeTypeEndIndent
Attribute type: EndIndent, which represents the distance from the end edge of the BLSE to that of the...
Definition: FSPDFObjC.h:7150
-[FSTextSearch getMatchSentence]
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
FSAnnotAppearanceTypeRollover
Annotation's rollover appearance.
Definition: FSPDFObjC.h:2400
FSWidgetMenu
Definition: FSPDFObjC.h:5726
FSAnnotationSummaryCallback-p
Definition: FSPDFObjC.h:11092
FSSignatureFieldMDPActionInclude
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4404
FSErrNoMicroOfficeInstalled
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:543
FSHTML2PDFSettingDataEncodingFormatLatin6
Encoding foramt: "Latin6".
Definition: FSPDFObjC.h:6781
FSRendererColorModeMapping
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:2998
FSFontCharsetGreek
Font charset: Greek.
Definition: FSPDFObjC.h:859
FSFillerVkeyTab
Tab key.
Definition: FSPDFObjC.h:3967
FSOptimizerSettingsDiscardObjectsFormActions
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:6723
FSTextFillSignObject
Definition: FSPDFObjC.h:7869
FSLRStructureElementAttributeTypeHeight
Attribute type: Height, which represents the height of the element's content rectangle.
Definition: FSPDFObjC.h:7138
FSSound
Definition: FSPDFObjC.h:2967
FSModuleNameTableMaker
Name for module "TableMaker".
Definition: FSPDFObjC.h:645
FSLRElementElementTypeHeading2
Structure element type: H2, which represents heading with level 2.
Definition: FSPDFObjC.h:7058
FSPagingSealConfigPagingSealStyleOneSignature
Only add one signature. This signature is used for signature and verification and will be hidden in t...
Definition: FSPDFObjC.h:4541
FSErrDeviceLimitation
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:502
FSAnnotFileAttachment
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2331
FSAnnotPrinterMark
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2336
FSTaggedPDFCallbackReportCategoryParagraph
Report category type: paragraph.
Definition: FSPDFObjC.h:7347
FSFieldTypeListBox
Form field type: list box.
Definition: FSPDFObjC.h:4174
FSMarkupEndingStyleSquare
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2535
FSLRStructureElementAttributeTypeWritingMode
Attribute type: WritingMode, which means the directions of layout progression for packing of ILSEs (i...
Definition: FSPDFObjC.h:7134
FSAnnotMKRelationCaptionAboveIcon
Caption above the icon.
Definition: FSPDFObjC.h:2392
FSFillerEventFlagAltKey
Event flag: "Alt" key.
Definition: FSPDFObjC.h:4057
FSLRElementElementTypeListItem
Structure element type: LI, which means "List item" and represents an individual member of a list.
Definition: FSPDFObjC.h:7065
FSHeaderFooterContentGeneratorPageNumberFormatNumberOfCount
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4819
FSRenditionMonitorSpecifier
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:1714
-[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:3482
FSPSI
Definition: FSPDFObjC.h:5240
FSAppProviderCallbackStringIDUnableSetReady
Sample message: "Unable to set the value for property 'ready'".
Definition: FSPDFObjC.h:5383
FSAnnotWatermark
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2338
FSModuleNameCompliance
Name for module "Compliance".
Definition: FSPDFObjC.h:640
FSDWG2PDFSettingDataFlagLinearized
Bit 13. Create linearized PDF file.
Definition: FSPDFObjC.h:6929
FSAppProviderCallbackStringIDUnableSetLanguage
Sample message: "Unable to set the value for property 'language'".
Definition: FSPDFObjC.h:5377
FSEmbeddedFontData
Definition: FSPDFObjC.h:4919
FSActionTypeNamed
Action type: named action.
Definition: FSPDFObjC.h:1874
FSLRStructureElementAttributeValueEnumDouble
Enum value: Double, which means the border is two solid lines.
Definition: FSPDFObjC.h:7201
FSCertificateSecurityCallback-p
Definition: FSPDFObjC.h:10063
FSLRStructureElementAttributeValueEnumInset
Enum value: Inset, which means the border makes the entire box look as though it were embedded in the...
Definition: FSPDFObjC.h:7204
FSWatermarkSettings
Definition: FSPDFObjC.h:6140
FSLRStructureElementAttributeTypeBaselineShift
Attribute type: BaselineShift, which means the distance by which the element's baseline is shifted re...
Definition: FSPDFObjC.h:7157
FSDocViewerPrefsHideWindowUI
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:5178
-[FSPointFArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSFontCharsetTurkish
Font charset: Turkish.
Definition: FSPDFObjC.h:860
FSNote
Definition: FSPDFObjC.h:2591
FSSignatureCallbackCertInvalidPassword
Certificate's password is wrong.
Definition: FSPDFObjC.h:4474
FSFontCharsetEastEurope
Font charset: Eastern European.
Definition: FSPDFObjC.h:857
FSRenditionMonitorSpecifierLargest
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:1715
FSLRStructureElement
Definition: FSPDFObjC.h:7268
FSOutputPreviewShowAll
If set, show all.
Definition: FSPDFObjC.h:8071
FSAppProviderCallbackStringIDMonthDec
String ID for case: Use string in local language for "December".
Definition: FSPDFObjC.h:5454
FSImageJBIG2
Image type is JBIG2.
Definition: FSPDFObjC.h:1107
FSHTML2PDFSettingDataEncodingFormatX_DoCoMo_Shift_JIS
Encoding foramt: "X-DoCoMo-Shift_JIS".
Definition: FSPDFObjC.h:6845
FSFillerVkeyE
E key.
Definition: FSPDFObjC.h:4002
FSActionCallbackJSMediaPlayerStateClose
media player state: Close.
Definition: FSPDFObjC.h:3676
-[FSBitmap getFormat]
FSBitmapDIBFormat getFormat()
Get bitmap format.
FSDRMSecurityCallback-p
Definition: FSPDFObjC.h:10085
FSErrNoConversionModuleRight
No "Conversion" module right.
Definition: FSPDFObjC.h:541
FSLocaleIDUnspecified
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:670
FSAppProviderCallbackStringIDWeekDayTue
String ID for case: Use string in local language for "Tuesday".
Definition: FSPDFObjC.h:5438
FSActionCallbackLanguageNOR
Norwegian.
Definition: FSPDFObjC.h:3646
FSRenditionActionOpTypeAssociate
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:2089
FSSignatureKeyNameContactInfo
Signature key name: contact information.
Definition: FSPDFObjC.h:4366
FSPDFPageSizeA3
Page size: A3.
Definition: FSPDFObjC.h:4644
FSLRElementElementTypeRuby
Structure element type: Ruby, which represents the wrapper around the entire ruby assembly.
Definition: FSPDFObjC.h:7083
FSLRElementElementTypeHeading1
Structure element type: H1, which represents heading with level 1.
Definition: FSPDFObjC.h:7057
FSLRStructureElementAttributeTypeColor
Attribute type: Color, which represents the color to be used for drawing text and the default value f...
Definition: FSPDFObjC.h:7146
FSXFAWidgetWidgetvAlignTypeMiddle
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:5665
FSLocaleIDNetherlands
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:673
FSXFAWidgetWidgetEdgePositionBottom
Egde position: bottom.
Definition: FSPDFObjC.h:5671
FSAnnot
Definition: FSPDFObjC.h:2404
FSFontStyles
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:836
FSCombinationCombineDocsOptions
FSCombinationCombineDocsOptions
Enumeration for options used for combining PDF files.
Definition: FSPDFObjC.h:7928
FSGraphicsObjectTypeText
Text graphics object.
Definition: FSPDFObjC.h:1377
FSDocViewerPrefsFitWindow
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:5179
FSDocProviderCallbackTextEncoding
FSDocProviderCallbackTextEncoding
Enumeration for text encoding for XFA submit.
Definition: FSPDFObjC.h:5514
FSRenditionMediaPlayerFitStyleFill
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:1701
FSFileFormatTypeFDF
File format type: FDF.
Definition: FSPDFObjC.h:682
FSTaggedPDFCallbackReportCategoryTableHeader
Report category type: table header.
Definition: FSPDFObjC.h:7352
FSMarkupEndingStyleDiamond
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2537
FSLRElementElementTypeArt
Structure element type: Art, which means "Article" and represents a relatively self-contained body of...
Definition: FSPDFObjC.h:7042
FSControl
Definition: FSPDFObjC.h:4274
FSBitmapBicubic
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1067
FSImageType
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:1098
FSSOAPResponseInfo
Definition: FSPDFObjC.h:3374
-[FSDestination getLeft]
float getLeft()
Get left position value.
FSSignatureLabelNameLocation
Signature label name for location.
Definition: FSPDFObjC.h:4410
FSRenditionMonitorSpecifierPrimary
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:1717
FSMenuList
Definition: FSPDFObjC.h:3160
FSGraphicsObjectBlendLuminosity
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:1372
FSRenditionFloatingWindowRelatedWindowType
FSRenditionFloatingWindowRelatedWindowType
Enumeration for the type of floating window's related window.
Definition: FSPDFObjC.h:1724
-[FSInt32Array init]
id init()
Constructor.
-[FSLRStructureElement getChildCount]
int getChildCount()
Get the count of children elements.
FSMarkupMeasureTypeA
Measurement of area.
Definition: FSPDFObjC.h:2550
FSPDFPageSizeA5
Page size: A5.
Definition: FSPDFObjC.h:4646
FSSignatureKeyNameText
Signature key name: text content.
Definition: FSPDFObjC.h:4368
FSPageLabelsUpperRomanNums
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:5211
FSMonoImageSettingsImageCompressCCITT3
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:6657
FSPagingSealConfig
Definition: FSPDFObjC.h:4544
-[FSPointFArray init]
id init()
Constructor.
FSTimeStampServerSendResultFailToRequest
Fail to request during sending request process.
Definition: FSPDFObjC.h:4512
FSAppProviderCallbackStringIDInvalidEnumerate
Sample message: "Invalid enumerated value: %s".
Definition: FSPDFObjC.h:5429
-[FSBitmap getBuffer]
NSData * getBuffer()
Get bitmap buffer.
FSHTML2PDFSettingDataEncodingFormatGBK
Encoding foramt: "GBK".
Definition: FSPDFObjC.h:6819
FSFillerVkeyNumpad3
3 key in the numeric keypad.
Definition: FSPDFObjC.h:4027
-[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:7067
FSFileFormatType
FSFileFormatType
Enumeration for file format type.
Definition: FSPDFObjC.h:681
FSOptimizerSettingsDiscardUserDataFileAttchments
Discard file attachments.
Definition: FSPDFObjC.h:6738
FSAppProviderCallbackStringIDWeekDayWed
String ID for case: Use string in local language for "Wednesday".
Definition: FSPDFObjC.h:5439
FSErrNoTableMakerModuleRight
No "TableMaker" module right.
Definition: FSPDFObjC.h:550
-[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:7089
-[FSStructElement getStructureTypeName]
NSString * getStructureTypeName()
Get structure type name.
FSHTML2PDFSettingDataEncodingFormatLatin3
Encoding foramt: "Latin3".
Definition: FSPDFObjC.h:6778
FSComplianceProgressCallback-p
Definition: FSPDFObjC.h:10848
FSOptimizerSettingsDiscardObjectsEmbeddedSearchIndex
Discard embedded search index.
Definition: FSPDFObjC.h:6731
FSAppProviderCallbackStringIDWeekDayThu
String ID for case: Use string in local language for "Thursday".
Definition: FSPDFObjC.h:5440
FSAppProviderCallbackStringIDUnsupportMethod
Sample message: "Unsupported method %s.".
Definition: FSPDFObjC.h:5373
FSHTML2PDFSettingDataEncodingFormatX_TAM_ELANGO
Encoding foramt: "X-TAM-ELANGO".
Definition: FSPDFObjC.h:6838
FSAppProviderCallbackStringIDValidateNumberError
Sample message: "Illegal value:cannot assign '%s' to %s.".
Definition: FSPDFObjC.h:5461
-[FSStructMarkedContent getStmOwnerDict]
FSPDFDictionary * getStmOwnerDict()
Get PDF dictionary of content stream owner.
FSNoteArray
Definition: FSPDFObjC.h:2496
FSImageSettingsImageCompressQualityMedium
Compression quality: Medium.
Definition: FSPDFObjC.h:6623
-[FSSnappedPoint getPoint]
FSPointF * getPoint()
Get the point value.
FSActionCallbackJSMediaPlayerState
FSActionCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3674
-[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:7075
FSRotation90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:603
FSMenuItemEx
Definition: FSPDFObjC.h:3177
FSPrintParamsBookletDuplexMode
FSPrintParamsBookletDuplexMode
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3404
FSFillerVkeyUnknown
An unknown key.
Definition: FSPDFObjC.h:3965
-[FSFormXObject getStream]
FSPDFStream * getStream()
Get stream.
FSBarcodeQRCorrectionLevelMedium
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1150
FSShadingObject
Definition: FSPDFObjC.h:1525
FSSignatureStateVerifyIssueExpire
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:4332
FSLRElementElementTypeCode
Structure element type: Code, which represents a fragment of computer program text.
Definition: FSPDFObjC.h:7080
FSErrNoRights
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:500
FSFillerVkeyA
A key.
Definition: FSPDFObjC.h:3998
FSSplitFileResult
Definition: FSPDFObjC.h:8357
FSOptimizerSettingsCleanUpOptions
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:6715
FSSignatureAPFlagDN
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:4353
FSSplitFileResultSplitFileState
FSSplitFileResultSplitFileState
Enumeration for the state of split file.
Definition: FSPDFObjC.h:8350
FSLRStructureElementAttributeValueEnumOutset
Enum value: Outset, which means the border makes the entire box look as though it were coming out of ...
Definition: FSPDFObjC.h:7205
FSGraphicsObjectArray
Definition: FSPDFObjC.h:1302
FSDestination
Definition: FSPDFObjC.h:1832
FSColorSpaceRenderIntentSaturation
Rendering intent: Saturation.
Definition: FSPDFObjC.h:1011
-[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:1824
FSErrNeedSigned
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:529
FSFillerVkeyNumpad2
2 key in the numeric keypad.
Definition: FSPDFObjC.h:4026
FSAnnotMKEntryIconCaptionRelation
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:2385
FSTextSearchSearchNotMatchFullWidth
If set, to ignore full-width characters and treat all characters as standard ASCII or standard-width ...
Definition: FSPDFObjC.h:5835
FSBitmapDIBAbgr
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:1060
FSErrNoAccessibilityModuleRight
No "Accessibility" module right.
Definition: FSPDFObjC.h:548
FSAnnotHighlightingPush
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:2363
FSMonoImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:6676
FSAlignmentCenter
Center alignment.
Definition: FSPDFObjC.h:611
FSXFADocExportDataType
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:5554
FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYYYY
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4800
-[FSParagraphEditing deactivate]
BOOL deactivate()
Deactivate paragraph editing.
FSTextStateModeFillStroke
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:1432
FSPDFDocPermPrintHigh
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:4978
FSFloatArray
An array of float values.
Definition: FSPDFObjC.h:282
FSLRStructureElementAttributeValueEnumRow
Enum value: Row, which means row of a table.
Definition: FSPDFObjC.h:7233
FSDocViewerPrefsHideMenubar
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:5177
FSAnnotUnknownType
Annotation type: unknown.
Definition: FSPDFObjC.h:2314
-[FSJoinSplit joinBoxes]
void joinBoxes()
Call this function to join text.
FSPDFStream
Definition: FSPDFObjC.h:1233
FSScreen
Definition: FSPDFObjC.h:2792
FSStructObjectContentStructObjectTypeForm
Form object.
Definition: FSPDFObjC.h:1649
FSPDFDocSaveFlagNormal
Save document normally, without using any special flag.
Definition: FSPDFObjC.h:4982
-[FSLRStructureElement getSupportedAttributeCount]
int getSupportedAttributeCount()
Get supported attribute count.
FSAppProviderCallbackStringIDInvalidateLeftValue
Sample message: "Invalidate left-value '%s'".
Definition: FSPDFObjC.h:5396
FSTextMarkup
Definition: FSPDFObjC.h:2607
FSOptimizerSettingsOptimizerUnembeddedFonts
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:6711
FSAppProviderCallbackStringIDInvalidPropertySetOperation
String ID for case: Some setting operation to property is invalid. Sample message: "Invalid property ...
Definition: FSPDFObjC.h:5375
FSStdSecurityHandlerModifyFlag
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:5933
FSAdditionalActionTriggerAnnotMouseButtonPressed
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:2127
FSSignatureLabelNameDN
Signature key name for distinguish name.
Definition: FSPDFObjC.h:4413
-[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:1035
FSMonoImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:6672
FSHTML2PDFSettingDataEncodingFormatCP1256
Encoding foramt: "CP1256".
Definition: FSPDFObjC.h:6809
FSXFAWidgetWidgetTypeChoiceList
XFA widget type: choice list.
Definition: FSPDFObjC.h:5627
FSPageLabelsDecimalNums
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:5210
FSPDFDocPermExtract
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:4973
FSAppProviderCallbackStringIDExpectedNumber
Sample message: "Expected number instead of '%s'".
Definition: FSPDFObjC.h:5414
FSFormCombination
Definition: FSPDFObjC.h:7985
FSActionCallbackJSMailResultFailed
Mailed result: mail failed.
Definition: FSPDFObjC.h:3690
FSAnnotationSummaryCallbackAnnotationSummaryStringIDDate
Annotations summary string ID: specify the prefix when date information is outputed in result documen...
Definition: FSPDFObjC.h:7998
FSSplitFileResultSplitFileErrAccessDeny
The state is failed due to file access being denied.
Definition: FSPDFObjC.h:8354
-[FSFiller killFocus]
BOOL killFocus()
Kill focus from form.
FSParagraphEditingNumberingType
FSParagraphEditingNumberingType
Enumeration for numbering type.
Definition: FSPDFObjC.h:7448
FSBitmapDIBInvalid
Invalid DIB format.
Definition: FSPDFObjC.h:1051
FSCertVerifyResultLocationSignature
Response information is found in signature content.
Definition: FSPDFObjC.h:7625
FSAnnotStrikeOut
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2326
FSSubmitFormActionFlagExclFKey
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:2018
FSLRElementElementTypeNonStruct
Structure element type: NonStruct, which means "Nonstructural element" and represents a grouping elem...
Definition: FSPDFObjC.h:7053
FSFont
Definition: FSPDFObjC.h:899
FSBookmarkPosFirstSibling
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:3715
-[FSTextFillSignObject getTextDataArray]
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
FSGraphicsObjectBlendOverlay
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:1360
FSSignatureSignatureTypePagingSeal
Signature type: paging seal.
Definition: FSPDFObjC.h:4382
FSPagingSealConfigPagingSealPosition
FSPagingSealConfigPagingSealPosition
Enumeration for paging seal position.
Definition: FSPDFObjC.h:4532
FSAnnotationSummarySettingsTypeSortByPage
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:8021
FSGraphicsObjectsTextMergeBTET
Merge consecutive BTETs as a new one.
Definition: FSPDFObjC.h:4588
FSRenditionMediaPermTempNever
Never allowed.
Definition: FSPDFObjC.h:1686
FSLayerTreeUsageState
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:3836
FSSignatureStateVerifyTimestampIssueValid
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:4341
FSLRStructureElementAttributeTypeStartIndent
Attribute type: StartIndent, which represents the distance from the start edge of the reference area ...
Definition: FSPDFObjC.h:7149
FSHTML2PDFSettingDataEncodingFormatCP1252
Encoding foramt: "CP1252".
Definition: FSPDFObjC.h:6805
FSAnnotationSummarySettingsTypeSortByAuthor
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:8019
FSUInt32Array
An array of unsigned integer values.
Definition: FSPDFObjC.h:324
FSLineCapPosInline
Definition: FSPDFObjC.h:2732
FSLRElementElementTypeFENote
Structure element type: FENote (PDF 2.0), which is used to markup footnotes and endnotes.
Definition: FSPDFObjC.h:7052
FSPagingSealSignaturePagingSealAPState
FSPagingSealSignaturePagingSealAPState
Enumeration for paging seal signature state to set appearance.
Definition: FSPDFObjC.h:4565
-[FSImage getType]
FSImageType getType()
Get image type.
FSFullTextSearchRankNone
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:6365
FSLRStructureElementAttributeTypeTextIndent
Attribute type: TextIndent, which represents the additional distance from the start edge of the BLSE,...
Definition: FSPDFObjC.h:7151
FSActionTypeImportData
Action type: import-data action.
Definition: FSPDFObjC.h:1877
-[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:1148
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithLine
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:8012
-[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:3411
FSPDFDocPermExtractAccess
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:4976
FSRendererColorModeMappingGray
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:2997
FSXFAWidgetWidgethAlignTypeRadix
Align the radix indicator.
Definition: FSPDFObjC.h:5658
-[FSInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSErrNoPDF2OfficeModuleRight
No "PDF2Office" module right.
Definition: FSPDFObjC.h:553
FSActionTypeThread
Action type: thread action.
Definition: FSPDFObjC.h:1869
FSSignatureStateSigned
Signed signature.
Definition: FSPDFObjC.h:4320
FSHTML2PDFSettingDataEncodingFormatX_SoftBank_Shift_JIS
Encoding foramt: "X-SoftBank-Shift_JIS".
Definition: FSPDFObjC.h:6846
FSSignatureAPFlags
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:4348
FSSubmitFormActionFlagIncludeAnnotations
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:2014
FSOptimizerSettingsCleanUpUseFlateInsteadOfLZW
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:6717
FSCertVerifyResultCertStatusRevoked
This means certificate is revoked.
Definition: FSPDFObjC.h:7603
FSPortfolioInitialViewTileMode
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:8231
FSPDFObjectStream
PDF stream object.
Definition: FSPDFObjC.h:1175
FSLRStructureElementAttributeTypeColumnWidths
Attribute type: ColumnWidths, which represents the desired width of the columns, measured in the inli...
Definition: FSPDFObjC.h:7167
FSDWG2PDFSettingDataFlagASCIIHexEncoding
Bit 10. Enable ASCIIHex encoding of internal PDF streams.
Definition: FSPDFObjC.h:6926
FSHTML2PDFSettingDataEncodingFormatX_SoftBank_ISO_2022_JP
Encoding foramt: "X-SoftBank-ISO-2022-JP".
Definition: FSPDFObjC.h:6848
FSBookmarkStyleBold
Show bookmark title as bold text.
Definition: FSPDFObjC.h:3707
FSErrNoOFDModuleRight
No "OFD" module right.
Definition: FSPDFObjC.h:556
FSCertVerifyResultReasonKeyCompromise
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:7611
FSActionCallbackLanguageSVE
Swedish.
Definition: FSPDFObjC.h:3649
FSCertVerifyResultLocationOnline
Response information is got by online request.
Definition: FSPDFObjC.h:7626
FSTimeStampServerSendResultFailToGetData
Fail to get data during sending request process.
Definition: FSPDFObjC.h:4513
-[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:4509
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
Enumeration for encoding format used for converting HTML to PDF.
Definition: FSPDFObjC.h:6774
FSAppProviderCallbackMsgBtnTypeYesNo
Message box button: Yes and No.
Definition: FSPDFObjC.h:5479
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeBitmap
Hatches export type: Exports hatch as a bitmap.
Definition: FSPDFObjC.h:6934
FSLRStructureElementAttributeValueEnumOther
Enum value: Other (PDF 2.0).
Definition: FSPDFObjC.h:7249
FSRotationUnknown
Unknown rotation.
Definition: FSPDFObjC.h:606
FSTableGeneratorCallback-p
Definition: FSPDFObjC.h:11193
FSActionCallbackLanguageUnknown
Unknown language.
Definition: FSPDFObjC.h:3634
FSPDFNumberTreePageLabels
"PageLabels" number tree.
Definition: FSPDFObjC.h:1566
FSCertVerifyResultLocationDSS
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:7624
FSAnnotMKEntryDownCaption
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:2380
FSLRStructureElementAttributeValueEnumInline
Enum value: Inline, which means the placement for attributes Placement/RubyPosition.
Definition: FSPDFObjC.h:7186
FSLayerContextUsageView
Use for a viewer.
Definition: FSPDFObjC.h:3877
-[FSImage getHeight]
int getHeight()
Get image height.
FSReadingBookmark
Definition: FSPDFObjC.h:5261
FSRenditionFloatingWindowRelatedWindowDocument
The document window.
Definition: FSPDFObjC.h:1725
-[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:8123
FSLRStructureElementAttributeTypeRubyAlign
Attribute type: RubyAlign, which represents the justification of the lines within a ruby assembly.
Definition: FSPDFObjC.h:7162
FSErrCanNotRemoveSecurityFromServer
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:503
-[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:7048
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeNoSearch
Searchable text type: No searchable text.
Definition: FSPDFObjC.h:6941
FSSecurityHandlerCipherType
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:5896
FSOptimizerSettingsOptimizerDiscardUserData
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:6712
FSActionCallbackJSFieldValueChangeType
FSActionCallbackJSFieldValueChangeType
Enumeration for javascript field value change type.
Definition: FSPDFObjC.h:3666
FSAnnotationSummarySettingsFontSizeLarge
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:8028
FSColorSpaceICCBasedDeviceCMYK
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:666
FSLRElementElementTypeParagraph
Structure element type: P, which means "Paragraph" and represents a low-level division of text.
Definition: FSPDFObjC.h:7055
FSTimeStampCallback-p
Definition: FSPDFObjC.h:10519
FSSignaturePAdESLevelBLT
PAdES level: B-LT.
Definition: FSPDFObjC.h:4390
FSFloatingInfo
Definition: FSPDFObjC.h:3499
FSRenditionFloatingWindowOffscreenEventMoveResize
Move or resize.
Definition: FSPDFObjC.h:1739
FSSoundSampleEncodingFormatRaw
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:2961
FSGraphStateLineCapRound
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:778
FSActionCallbackLayoutModeSinglePage
Layout mode: single page.
Definition: FSPDFObjC.h:3683
FSAppProviderCallbackStringIDUndefineIdentifier
Sample message: "Undefined identifier '%s'".
Definition: FSPDFObjC.h:5395
FSXFAWidgetWidgetNameType
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:5647
FSAnnotNote
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:2315
FSSOAPRequestProperties
Definition: FSPDFObjC.h:3350
FSComparisonCompareTypeAll
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:6582
FSAnnotScreen
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2335
FSFieldFlagTextPassword
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:4186
FSSubmitFormActionFlags
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:2006
FSTabOrderMgrOrderType
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:6085
FSModuleNameAccessibility
Name for module "Accessibility".
Definition: FSPDFObjC.h:644
-[FSLayerContext reset]
BOOL reset()
Reset current layer context, back to the initialized state.
FSSignatureLabelNameProducer
Signature key name for producer name.
Definition: FSPDFObjC.h:4414
FSLRElementElementTypeHeading3
Structure element type: H3, which represents heading with level 3.
Definition: FSPDFObjC.h:7059
FSLRElementElementTypeImageObject
Structure element type: ImageObject, which means image graphics object element.
Definition: FSPDFObjC.h:7099
-[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:5478
FSLRStructureElementAttributeTypeBorderColor
Attribute type: BorderColor, which represents the color of the border drawn on the edges of a table c...
Definition: FSPDFObjC.h:7140
FSDocProviderCallbackTextEncodingGBK
Text encoding: GBK.
Definition: FSPDFObjC.h:5518
FSSnapPointMgrFlagIntersectionPoint
If set, that means to get the intersection of two intersecting paths.
Definition: FSPDFObjC.h:8280
-[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:2317
FSMarkupEndingStyleClosedArrow
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:2539
FSAppProviderCallbackStringIDCalcOverride
Sample message: "Calculate Override".
Definition: FSPDFObjC.h:5364
FSAppProviderCallbackStringIDViolateBoundary
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5434
FSLRElementElementTypeImageContent
Structure element type: ImageContent, which means image content element.
Definition: FSPDFObjC.h:7107
FSRangeAll
All the indexes within a range will be used.
Definition: FSPDFObjC.h:812
FSAppProviderCallbackAppInfoType
Application information: type.
Definition: FSPDFObjC.h:5351
FSFillerVkeyQ
Q key.
Definition: FSPDFObjC.h:4014
FSCompareResultInfoCompareResultTypeDeleteText
Result type: delete text.
Definition: FSPDFObjC.h:6509
FSAnnotationSummarySettingsSummaryLayoutAnnotationOnly
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:8013
FSTableCellData
Definition: FSPDFObjC.h:6270
FSAlignment
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:609
FSErrCanNotGetACL
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:504
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYYYY
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4798
-[FSLRContentElement getBBox]
FSRectF * getBBox()
Get bounding box.
FSActionCallbackAppInfoTypeAppVersion
Application's app version information.
Definition: FSPDFObjC.h:3657
FSHitDataCheckSeverityInfo
Info severity.
Definition: FSPDFObjC.h:6431
FSLRStructureElementAttributeValueEnumUnordered
Enum value: Unordered (PDF 2.0), which means unordered list with unspecified bullets.
Definition: FSPDFObjC.h:7223
-[FSPath getPointCount]
int getPointCount()
Get the count of points.
FSActionCallbackLayoutModeFacing
Layout mode: two pages.
Definition: FSPDFObjC.h:3685
FSPortfolioFolderNode
Definition: FSPDFObjC.h:8159
FSXFAWidgetPresenceUnknown
Presence property: Unknown.
Definition: FSPDFObjC.h:5640
FSErrCanNotUploadDocInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:508
FSParagraphEditingBulletTypeSolidRectangle
Bullet type: solid rectangle.
Definition: FSPDFObjC.h:7439
FSXFAWidgetWidgetNameTypeFullName
Name type: full name.
Definition: FSPDFObjC.h:5650
FSFieldFlagChoiceMultiSelect
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:4192
FSTimeStampServerSendResultOutOfMemory
Out of memory during sending request process.
Definition: FSPDFObjC.h:4514
FSPortfolioNodeArray
Definition: FSPDFObjC.h:8139
FSCertVerifyResultCertStatusValid
This means certificate is valid.
Definition: FSPDFObjC.h:7602
-[FSFloatArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSStamp
Definition: FSPDFObjC.h:2777
-[FSInt32Array removeAll]
void removeAll()
Clean up the array.
FSSignatureCallbackCertInvalidPath
Certificate's path is wrong.
Definition: FSPDFObjC.h:4475
FSActionCallbackJSFieldValueChangedBySetReadOnly
javascript field value changed type: field set read-only property.
Definition: FSPDFObjC.h:3670
FSAppProviderCallbackStringIDNotFoundProperty
Sample message: "Cannot find property '%s'".
Definition: FSPDFObjC.h:5409
FSAppProviderCallbackStringIDExpectedString
Sample message: "Expected '%s' instead of '%s'".
Definition: FSPDFObjC.h:5390
FSAnnotMKRelationCaptionBelowIcon
Caption below the icon.
Definition: FSPDFObjC.h:2391
FSPrintParamsBookletBindingRightTall
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3414
FSActionCallbackMailTypeForm
Mailed data type: form.
Definition: FSPDFObjC.h:3662
FSAction
Definition: FSPDFObjC.h:1891
FSPDFNameTreeDests
"Dests" name tree.
Definition: FSPDFObjC.h:1536
FSBookmarkPosNextSibling
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:3714
FSHTML2PDFSettingDataEncodingFormatCP1250
Encoding foramt: "CP1250".
Definition: FSPDFObjC.h:6803
FSFillSignFillSignObjectTypeCheckMark
Check mark fill-sign object.
Definition: FSPDFObjC.h:7829
FSHeaderFooterContentGeneratorDateFormatYYHyphenMMHyphenDD
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4813
FSXFAWidgetWidgetvAlignTypeBottom
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:5664
FSGraphicsObjectTypePath
Path graphics object.
Definition: FSPDFObjC.h:1378
FSFillerVkeyF3
F3 key.
Definition: FSPDFObjC.h:4042
FSXFAWidgetWidgetTypeExclGroup
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:5635
FSPDFPageSize
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:4640
FSAppProviderCallbackStringIDErrorMessage
Sample message: "%s : %s".
Definition: FSPDFObjC.h:5425
FSAppProviderCallbackStringIDUnableSetValidationsValue
Sample message: "Unable to set the value for property 'variation'".
Definition: FSPDFObjC.h:5381
-[FSParagraphEditingUndoItem redo]
void redo()
Redo this item.
FSFillerVkeyF10
F10 key.
Definition: FSPDFObjC.h:4049
FSAnnotCircle
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2320
FSLRElementElementTypePart
Structure element type: Part, which represents a large-scale division of a document.
Definition: FSPDFObjC.h:7041
FSCompareResultInfoCompareResultTypeDeleteShading
Result type: delete shading.
Definition: FSPDFObjC.h:6518
FSTaggedPDFCallbackReportCategoryTable
Report category type: table.
Definition: FSPDFObjC.h:7350
-[FSJoinSplit splitBoxes]
void splitBoxes()
Call this function to split text.
-[FSWidgetMenu clearStyle]
BOOL clearStyle()
(Only useful for rich text) Clear the style of the rich text.
FSActionCallbackJSMediaPlayerStatePlaying
media player state: Playing.
Definition: FSPDFObjC.h:3677
FSSecurityHandlerCipherAES
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:5899
FSBarcodeFormatCode39
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1138
FSGraphicsObjectsTextMergeOption
FSGraphicsObjectsTextMergeOption
Enumeration for text merge.
Definition: FSPDFObjC.h:4585
FSAppProviderCallbackStringIDExpectedIdent
Sample message: "Expected identifier instead of '%s'".
Definition: FSPDFObjC.h:5389
FSBookmarkPosLastChild
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:3712
FSSignatureStateVerifyTimestampTimeBefore
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:4342
FSIconFitScaleWayBigger
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:2288
FSFindOption
Definition: FSPDFObjC.h:7386
FSCertVerifyResultCertStatusUnknown
This means certificate status is unknown.
Definition: FSPDFObjC.h:7605
FSAnnotTrapNet
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2337
FSCodec
Definition: FSPDFObjC.h:692
-[FSFileWriterCallback-p getSize]
unsigned long long getSize()
Get total size of the file.
FSOutputPreviewShowDeviceRGB
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:8081
FSLRStructureElementAttributeTypeFieldChecked
Attribute type only for PrintField: checked, which represents the state of a radio button or check bo...
Definition: FSPDFObjC.h:7170
FSHTML2PDFSettingDataEncodingFormatVISUAL
Encoding foramt: "VISUAL".
Definition: FSPDFObjC.h:6815
FSSignatureStateVerifyChangeLegal
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:4344
FSFontStdIDCourierI
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:879
FSPointF
Type definition for point class for float.
Definition: FSPDFObjC.h:221
FSTaggedPDFCallbackReportConfidenceMedium
Report confidence: medium.
Definition: FSPDFObjC.h:7359
FSTabOrderMgrNone
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:6086
FSIdentityProperties
Definition: FSPDFObjC.h:3196
FSAppProviderCallbackStringIDCannotAssign
Sample message: "Cannot assign to '%s'".
Definition: FSPDFObjC.h:5416
FSSignatureDigestSHA512
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:4376
-[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:5511
FSFontStylesSmallCap
Font style: small cap.
Definition: FSPDFObjC.h:844
FSFullTextSearch
Definition: FSPDFObjC.h:6370
FSPDFDocWrapperNone
Normal document.
Definition: FSPDFObjC.h:5026
FSLRStructureElementAttributeTypeTableSummary
Attribute type only for Table: Summary, which represents a summary of the table's purpose and structu...
Definition: FSPDFObjC.h:7176
FSHTML2PDFSettingDataEncodingFormatJIS
Encoding foramt: "JIS".
Definition: FSPDFObjC.h:6788
FSDocProviderCallbackTextEncodingGB2312
Text encoding: GB2312.
Definition: FSPDFObjC.h:5520
FSErrCanNotGetUserToken
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:512
-[FSSnapPointMgr reload]
void reload()
Reload current manager.
FSModuleNameRMS
Name for module "RMS".
Definition: FSPDFObjC.h:637
-[FSSignatureVerifyResult getSignatureHashValue]
NSData * getSignatureHashValue()
Get signature hash value.
FSSignatureKeyNameReason
Signature key name: reason.
Definition: FSPDFObjC.h:4365
-[FSRectFArray removeAll]
void removeAll()
Clean up the array.
FSModuleNameRedaction
Name for module "Redaction".
Definition: FSPDFObjC.h:636
FSCompareResultInfoArray
Definition: FSPDFObjC.h:6544
-[FSBitmap getWidth]
int getWidth()
Get bitmap width.
FSComparisonCompareTypeText
Compare text only.
Definition: FSPDFObjC.h:6583
FSAppProviderCallbackStringIDRedefinition
Sample message: "'%s' redefinition".
Definition: FSPDFObjC.h:5392
FSPDFNameTreeEmbeddedFiles
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:1538
FSFileFormatTypeHTML
File format type: HTML.
Definition: FSPDFObjC.h:684
FSLRStructureElementAttributeValueEnumLayout
Enum value: Layout, which means layout artifacts. Purely cosmetic typographical or design elements su...
Definition: FSPDFObjC.h:7241
FSTaggedPDFCallbackReportCategoryFigure
Report category type: figure.
Definition: FSPDFObjC.h:7349
FSWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:6134
FSAppProviderCallbackBeepTypeDefault
Beep type: default.
Definition: FSPDFObjC.h:5359
FSRevocationCallback-p
Definition: FSPDFObjC.h:10867
-[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:6673
-[FSFillSignObject generateContent]
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
FSErrorCode
Enumeration for error code.
Definition: FSPDFObjC.h:474
-[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:1054
FSPathObject
Definition: FSPDFObjC.h:1498
-[FSJoinSplit selectNone]
void selectNone()
Call this function to clear all selected text.
FSLRStructureElementAttributeValueEnumNone
Enum value: None, which means no such attribute.
Definition: FSPDFObjC.h:7196
FSTextStateModeClip
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:1437
FSFillSignFillSignObjectTypeInitialsSignature
Initials signature fill-sign object.
Definition: FSPDFObjC.h:7834
FSColorSpaceSeparation
Color space: Separation.
Definition: FSPDFObjC.h:661
FSPDFAComplianceVersionPDFA3b
PDF/A-3b.
Definition: FSPDFObjC.h:6477
FSFontCharsetSymbol
Font charset: Standard symbols.
Definition: FSPDFObjC.h:851
-[FSPointFArray getSize]
int getSize()
Get the number of elements in the array.
-[FSParagraphEditing deselectAll]
BOOL deselectAll()
Deselect all text.
FSPDFPageSizeA6
Page size: A6.
Definition: FSPDFObjC.h:4647
FSTaggedPDFCallbackReportConfidenceHigh
Report confidence: high.
Definition: FSPDFObjC.h:7357
FSAnnotationSummarySettingsFontSizeType
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:8025
FSCombineDocumentInfoArray
Definition: FSPDFObjC.h:7908
FSSignatureDigestAlgorithm
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:4372
FSFontStdIDTimes
Standard font: Times-Roman.
Definition: FSPDFObjC.h:884
FSMonoImageSettingsImageCompressQualityLossy
Compression quality: Lossy.
Definition: FSPDFObjC.h:6667
FSFontStandardID
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:875
FSErrNoLayoutRecognitionModuleRight
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:545
FSTextPageCharInfoComboWord
Character flag: ComboWord.
Definition: FSPDFObjC.h:5768
FSHTML2PDFSettingDataScalingModeScale
Page scaling: Scale. It means HTML content will be scaled to fit PDF page size. In this mode,...
Definition: FSPDFObjC.h:6770
FSFontStdIDSymbol
Standard font: Symbol.
Definition: FSPDFObjC.h:888
FSPDFDocSaveFlagIncremental
Save document incrementally.
Definition: FSPDFObjC.h:4983
FSSnappedPoint
Definition: FSPDFObjC.h:8264
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYY
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4801
FSColorSpaceDeviceGray
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:655
FSCertVerifyResultReasonCertificateHold
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:7616
-[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:5006
FSTaggedPDFCallbackReportConfidenceMediumHigh
Report confidence: medium high.
Definition: FSPDFObjC.h:7358
FSRectFArray
An array of RectF objects.
Definition: FSPDFObjC.h:240
FSRedact
Definition: FSPDFObjC.h:2939
FSXFAWidgetWidgetEdgePositionLeft
Egde position: left.
Definition: FSPDFObjC.h:5672
FSInk
Definition: FSPDFObjC.h:2765
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:8014
FSMarkupStateFuture
(Used with state model FSMarkupStateModelReview) The change will be working in the future.
Definition: FSPDFObjC.h:2530
-[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:1103
FSLRStructureElementAttributeValueEnumBlock
Enum value: Block, which means to be stacked in the block-progression direction within an enclosing r...
Definition: FSPDFObjC.h:7185
FSLRElementElementTypeFigure
Structure element type: Figure, which represents an item of graphical content.
Definition: FSPDFObjC.h:7093
FSLRStructureElementAttributeValueEnumSolid
Enum value: Solid, which means the border is a single line segment.
Definition: FSPDFObjC.h:7200
FSErrNoRMSModuleRight
No "RMS" module right.
Definition: FSPDFObjC.h:536
-[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:5014
FSFontStyleSymbolic
Font style: symbolic.
Definition: FSPDFObjC.h:839
FSDocProviderCallbackTextEncodingUTF8
Text encoding: UTF-8.
Definition: FSPDFObjC.h:5526
FSPDFDocExtractPagesOptionAttachFiles
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:5003
FSDocProviderCallbackWidgetEventType
FSDocProviderCallbackWidgetEventType
Enumeration for the type of XFA widget event.
Definition: FSPDFObjC.h:5535
-[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:6002
FSStdSecurityHandlerModifyUserPassword
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:5935
-[FSLRElement getElementType]
FSLRElementElementType getElementType()
Get element type.
FSRenditionWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:1708
FSOptimizerSettingsDiscardObjectsOptions
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:6722
FSImageSettingsImageCompressQualityMaximum
Compression quality: Maximum.
Definition: FSPDFObjC.h:6625
FSFieldTypeComboBox
Form field type: combo box.
Definition: FSPDFObjC.h:4173
FSActionCallbackJSFieldValueChangedBySetValue
javascript field value changed type: field set value.
Definition: FSPDFObjC.h:3669
FSTextStateModeFillStrokeClip
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:1436
FSHeaderFooterContentGeneratorPageNumberFormatDefault
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:4818
FSSignatureVerifyResultLTVStateInactive
This means LTV is inactive.
Definition: FSPDFObjC.h:7768
FSLRStructureElementAttributeValueEnumStart
Enum value: Start, which means the place for attribute Placement, or the alignment for attributes Tex...
Definition: FSPDFObjC.h:7190
-[FSSnappedPoint getType]
FSSnappedPointSnappedPointType getType()
Get the snapped point type.
FSSignatureKeyNameSigner
Signature key name: signer.
Definition: FSPDFObjC.h:4363
FSSignatureAPFlagProducer
If set, show producer content on signature appearance.
Definition: FSPDFObjC.h:4359
-[FSMediaPlayerCallback-p getState]
FSMediaPlayerCallbackJSMediaPlayerState getState()
A callback function to get the media player state.
FSFillerVkeyNumpad4
4 key in the numeric keypad.
Definition: FSPDFObjC.h:4028
FSAppProviderCallbackStringIDNotFoundContainer
Sample message: "Cannot find container '%s'".
Definition: FSPDFObjC.h:5408
FSTimer
Definition: FSPDFObjC.h:3939
FSTextFillSignObjectDataArray
Definition: FSPDFObjC.h:7806
FSWatermark
Definition: FSPDFObjC.h:6111
FSPDFArray
Definition: FSPDFObjC.h:1250
FSHTML2PDFSettingDataEncodingFormatCP932
Encoding foramt: "CP932".
Definition: FSPDFObjC.h:6802
FSFontStdIDTimesBI
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:886
FSActionCallbackAppInfoTypeViewerVersion
Application's viewer version information.
Definition: FSPDFObjC.h:3656
FSAppProviderCallbackStringIDInvalidBarcodeValue
Sample message: "Invalid Barcode Value: %s is an invalid value for barcodes of type %s....
Definition: FSPDFObjC.h:5465
-[FSAttachments getCount]
int getCount()
Get the count of attachments.
FSRendererRenderAnnot
If set, annotations will be rendered.
Definition: FSPDFObjC.h:3003
FSMediaPlayerCallbackJSMediaPlayerStateClose
media player state: Close.
Definition: FSPDFObjC.h:3625
FSLaunchAction
Definition: FSPDFObjC.h:2070
FSSnappedPointTypeMidpoint
Snapped point type: midpoint, which means the snapped point is the midpoint for two endpoints of a pa...
Definition: FSPDFObjC.h:8259
-[FSLRGraphicsObjectElement getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of related graphics object.
FSHTML2PDFSettingDataEncodingFormatCP1254
Encoding foramt: "CP1254".
Definition: FSPDFObjC.h:6807
FSCombinationCombineDocsOptionOutputIntents
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7932
FSFileFormatTypeTXT
File format type: TXT.
Definition: FSPDFObjC.h:689
FSTableBorderInfoTableBorderStyle
FSTableBorderInfoTableBorderStyle
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:6205
FSWatermarkSettingsFlagASAnnot
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:6131
FSActionTypeTrans
Action type: transition action.
Definition: FSPDFObjC.h:1881
FSAnnotationSummaryCallbackAnnotationSummaryStringIDSubject
Annotations summary string ID: specify the prefix when subject information is outputed in result docu...
Definition: FSPDFObjC.h:8005
-[FSFDFDoc getType]
FSFDFDocType getType()
Get the type of current document object.
FSFillerVkeyR
R key.
Definition: FSPDFObjC.h:4015
FSBarcodeFormatEAN13
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1142
FSFontCIDCharsetJAPAN1
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:870
FSRenditionMediaOptionBestEffort
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:1682
FSPrintParamsDuplexTypeSimplex
Duplex type: prints on one side of the paper.
Definition: FSPDFObjC.h:3399
-[FSFileStreamCallback-p flush]
BOOL flush()
Flush internal buffer.
FSPagingSealSignaturePagingSealAPStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:4567
FSCertVerifyResultReasonUnspecified
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:7610
FSLRStructureElementAttributeValueEnumFooter
Enum value: Footer.
Definition: FSPDFObjC.h:7245
FSCompareResultInfoCompareResultTypeInsertImage
Result type: insert image.
Definition: FSPDFObjC.h:6513
-[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:3483
FSXFAWidgetWidgetTypeImageEdit
XFA widget type: image edit.
Definition: FSPDFObjC.h:5628
FSAppProviderCallbackStringIDFunctionBuildIn
Sample message: "Function 's' is built-in.
Definition: FSPDFObjC.h:5424
FSHTML2PDFSettingDataEncodingFormatX_TAM_TMNEWS
Encoding foramt: "X-TAM-TMNEWS".
Definition: FSPDFObjC.h:6842
FSLRStructureElementAttributeValueEnumEnd
Enum value: End, which means the place for attribute Placement, or the alignment for attributes TextA...
Definition: FSPDFObjC.h:7191
-[FSColor isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSFixupData
Definition: FSPDFObjC.h:6412
FSErrLTVRevocationCallbackNotSet
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:524
FSFillerVkeyL
L key.
Definition: FSPDFObjC.h:4009
FSLRStructureElementAttributeValueEnumBoth
Enum value: Row, which means both row and column of a table.
Definition: FSPDFObjC.h:7235
FSSplitFileResultSplitFileSuccess
The state is split successfully.
Definition: FSPDFObjC.h:8351
FSLTVVerifierSignatureCreationTime
Use signature creation time.
Definition: FSPDFObjC.h:7739
-[FSXFADoc getPageCount]
int getPageCount()
Get XFA page count.
FSLayerPrintData
Definition: FSPDFObjC.h:3859
FSDocViewerPrefsPrintScaleAppDefault
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:5172
FSHTML2PDFSettingDataEncodingFormatKOI8R
Encoding foramt: "KOI8R".
Definition: FSPDFObjC.h:6798
FSAnnotationSummaryCallbackAnnotationSummaryStringIDDocumentTitle
Annotations summary string ID: specify the document title in result document. Default title is "Summa...
Definition: FSPDFObjC.h:8001
FSLRStructureElementAttributeValueTypeInt32
Value type: 32-bit signed integer.
Definition: FSPDFObjC.h:7255
FSPDFDocPermModify
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:4972
FSActionCallbackJsMailResult
FSActionCallbackJsMailResult
Enumeration for result of the mail.
Definition: FSPDFObjC.h:3689
FSPDFDocExtractPagesOptionAnnotation
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:4998
FSSignatureStateVerifyNoSupportWay
Unsupported signature.
Definition: FSPDFObjC.h:4324
FSJoinSplit
Definition: FSPDFObjC.h:7521
FSSignaturePAdESLevelBB
PAdES level: B-B.
Definition: FSPDFObjC.h:4388
FSDocProviderCallbackTextEncodingNone
No text encoding.
Definition: FSPDFObjC.h:5515
-[FSResultInformation getHitDataCount]
int getHitDataCount()
Get count of hit data.
FSSignatureAPFlagLabel
If set, show label on signature appearance.
Definition: FSPDFObjC.h:4350
FSFillerVkeyDelete
Delete key.
Definition: FSPDFObjC.h:3986
FSLRStructureElementAttributeTypeLineHeight
Attribute type: LineHeight, which means the element's preferred height, in the block-progression dire...
Definition: FSPDFObjC.h:7158
FSAppProviderCallbackBeepTypeQuestion
Beep type: question.
Definition: FSPDFObjC.h:5357
FSGraphicsObjectBlendHardlight
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:1365
FSStructObjectContentStructObjectTypeAnnot
Annot object.
Definition: FSPDFObjC.h:1650
FSPDFDocPwdOwner
An owner password is used in PDF document.
Definition: FSPDFObjC.h:4956
FSDocProviderCallbackPrintOptionShowDialog
If set, show printing dialog box.
Definition: FSPDFObjC.h:5498
FSAnnotSquiggly
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2325
FSFillerVkeyH
H key.
Definition: FSPDFObjC.h:4005
FSPDFPage
Definition: FSPDFObjC.h:4655
FSPageLabelsUpperLetters
Page label style: uppercase letters.
Definition: FSPDFObjC.h:5213
FSSearchOptionWordMatching
FSSearchOptionWordMatching
Enumeration for word matching.
Definition: FSPDFObjC.h:3573
FSFloatingInfoResizeTypeNo
Resize type: may not be resized.
Definition: FSPDFObjC.h:3488
FSPrintParamsDuplexTypeDuplexFlipLongEdge
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: FSPDFObjC.h:3400
FSSignatureCallbackCertValid
Certificate is valid.
Definition: FSPDFObjC.h:4470
FSRectI
Definition: FSPDFObjC.h:345
FSSignatureStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:4319
FSXFAWidgetWidgetTypeTextEdit
XFA widget type: text edit.
Definition: FSPDFObjC.h:5633
FSActionCallbackLanguageSUO
Finnish.
Definition: FSPDFObjC.h:3648
FSSnapPointMgrFlagEndpoint
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:8278
FSColorSpaceLab
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:660
-[FSFont getFamilyName]
NSString * getFamilyName()
Retrieve the famliy name.
FSFloatingInfoOffScreenAllow
Off screen action: take no action.
Definition: FSPDFObjC.h:3494
FSLRStructureElementAttributeValueEnumPageNum
Enum value: PageNum (PDF2.0).
Definition: FSPDFObjC.h:7247
FSPDFDocEncryptCDRM
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:4967
FSAppProviderCallbackStringIDUnableSetVersion
Sample message: "Unable to set the value for property 'version'".
Definition: FSPDFObjC.h:5382
FSWatermarkTextProperties
Definition: FSPDFObjC.h:6168
FSLRStructureElementAttributeValueEnumPagination
Enum value: Pagination, which means pagination artifacts. Ancillary page features such as running hea...
Definition: FSPDFObjC.h:7240
FSXFAWidgetWidgetTypeDateTimeEdit
XFA widget type: date time edit.
Definition: FSPDFObjC.h:5624
FSSignatureAPFlagText
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:4357
+[FSPDFArray create]
FSPDFArray * create()
Create a new array object.
FSDateTime
Definition: FSPDFObjC.h:572
FSFillerVkeyS
S key.
Definition: FSPDFObjC.h:4016
FSBookmarkPosFirstChild
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:3711
FSXFAWidgetWidgetvAlignTypeTop
Align the text to the top of the available region.
Definition: FSPDFObjC.h:5663
FSStdSecurityHandlerModifyOwnerPassword
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:5936
FSErrNotLoaded
Current object has not been loaded yet.
Definition: FSPDFObjC.h:495
FSOutputPreviewShowDeviceN
If set, only show with DeviceN.
Definition: FSPDFObjC.h:8078
FSPrintParamsBookletDuplexModeBackSideOnly
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: FSPDFObjC.h:3407
FSAppProviderCallbackBeepTypeStatus
Beep type: status.
Definition: FSPDFObjC.h:5358
FSLRStructureElementAttributeValueEnumUnderline
Enum value: Underline, which means a line below the text.
Definition: FSPDFObjC.h:7211
FSFreeText
Definition: FSPDFObjC.h:2710
-[FSRectFArray init]
id init()
Constructor.
FSBarcodeQRCorrectionLevelHigh
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1152
FSSquiggly
Definition: FSPDFObjC.h:2647
-[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:5934
FSDocProviderCallbackTextEncodingGB18030
Text encoding: GB18030.
Definition: FSPDFObjC.h:5519
FSSearchOptionWordMatchingMatchAnyWord
Word matching: match any word.
Definition: FSPDFObjC.h:3576
FSPDFDocSaveFlagXRefStream
Save document by using XRef stream.
Definition: FSPDFObjC.h:4985
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYY
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4811
FSOptimizerSettingsDiscardObjectsJavaScriptActions
Discard all JavaScript actions.
Definition: FSPDFObjC.h:6725
-[FSColorSpace getComponentCount]
int getComponentCount()
Get the count of components.
FSAppProviderCallbackStringIDWeekDayMon
String ID for case: Use string in local language for "Monday".
Definition: FSPDFObjC.h:5437
FSRenditionActionOpTypePlay
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:2093
FSParagraphEditingBulletTypeDiagonalUpRightArrow
Bullet type: diagonal up right arrow.
Definition: FSPDFObjC.h:7444
FSPDFObjectType
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:1167
FSActionCallbackJSMediaPlayerStateSuspend
media player state: Suspend.
Definition: FSPDFObjC.h:3679
FSPSInk
Definition: FSPDFObjC.h:2886
FSFillSign
Definition: FSPDFObjC.h:7837
FSLRStructureElementAttributeValueEnumJustify
Enum value: Justify, which means the alignment for attributes TextAlign/BlockAlign/RubyAlign.
Definition: FSPDFObjC.h:7209
FSLRElementElementTypeLink
Structure element type: Link, which represents an association between a portion of the ILSE's content...
Definition: FSPDFObjC.h:7081
FSSplitPDFDoc
Definition: FSPDFObjC.h:8394
FSXFADocEventTypePrePrint
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:5545
FSPDFNameTreeType
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:1535
FSProgressiveError
Progress state: any error occurs.
Definition: FSPDFObjC.h:708
-[FSParagraphEditing canDelete]
BOOL canDelete()
Check whether can delete text.
FSAppProviderCallbackStringIDServerDeny
String ID for case: Server denies. Sample message: "Server does not permit".
Definition: FSPDFObjC.h:5435
FSProgressiveToBeContinued
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:709
FSLRElementElementTypeHeading6
Structure element type: H6, which represents heading with level 6.
Definition: FSPDFObjC.h:7062
FSLRStructureElementAttributeValueEnumDisc
Enum value: Disc, which means solid circular bullet.
Definition: FSPDFObjC.h:7215
FSErrDiskFull
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:516
FSTextStateModeInvisible
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:1433
FSFieldFlagTextDoNotScroll
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:4189
FSFileAttachment
Definition: FSPDFObjC.h:2861
FSGraphState
Definition: FSPDFObjC.h:788
-[FSWidgetMenu subscript]
BOOL subscript()
(Only useful for rich text) Make the rich text as subscript.
FSFillerVkeyMenu
Menu key.
Definition: FSPDFObjC.h:3971
FSWatermarkSettingsFlags
FSWatermarkSettingsFlags
Enumeration for watermark setting flags.
Definition: FSPDFObjC.h:6129
FSAnnotStamp
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2327
FSLRStructureElementAttributeValueEnumOrdered
Enum value: Ordered (PDF 2.0), which means ordered lists with unspecified numbering.
Definition: FSPDFObjC.h:7224
FSAppProviderCallbackAppInfoVersion
Application information: version.
Definition: FSPDFObjC.h:5346
FSXFAWidget
Definition: FSPDFObjC.h:5675
FSPDFCompliance
Definition: FSPDFObjC.h:6494
FSLRStructureElementAttributeValueTypeEnumArray
Value type: an array of enum values.
Definition: FSPDFObjC.h:7260
FSFillerVkeyLeft
Left arrow key.
Definition: FSPDFObjC.h:3979
FSAnnotMKRelationNoIcon
No icon; captin only.
Definition: FSPDFObjC.h:2389
FSRenditionMediaPlayerType
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:1692
FSSplitDocumentInfo
Definition: FSPDFObjC.h:8316
FSRenditionMediaOptionMustBeHonored
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:1681
FSCertVerifyResultReasonAACompromise
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:7619
FSActionCallbackLanguageCHS
Chinese Simplified.
Definition: FSPDFObjC.h:3635
FSLRStructureElementAttributeValueEnumLrTb
Enum value: LtTb, which means inline progression from left to right; block progression from top to bo...
Definition: FSPDFObjC.h:7192
FSSignatureStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:4317
FSLRStructureElementAttributeValueEnumBates
Enum value: Bates (PDF2.0).
Definition: FSPDFObjC.h:7248
FSImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:6629
FSCompareResultInfoCompareResultTypeInsertAnnot
Result type: insert annotation.
Definition: FSPDFObjC.h:6522
FSAppProviderCallbackMsgBoxIconType
FSAppProviderCallbackMsgBoxIconType
Enumeration for icon type of XFA message box.
Definition: FSPDFObjC.h:5469
FSHeaderFooterContentGeneratorDateFormatMDotDDotYY
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4805
FSFixupDataFixupStateSuccess
A fixup succeeded.
Definition: FSPDFObjC.h:6407
FSPDFStructTree
Definition: FSPDFObjC.h:1666
-[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:3495
FSLTVVerifierVerifyModeAcrobat
Use Acrobat validation process.
Definition: FSPDFObjC.h:7746
FSTaggedPDFCallbackReportConfidenceLow
Report confidence: low.
Definition: FSPDFObjC.h:7361
FSLRStructureElementAttributeValueEnumAuto
Enum value: Auto.
Definition: FSPDFObjC.h:7207
FSHTML2PDFSettingDataEncodingFormatUTF_16LE
Encoding foramt: "UTF-16LE".
Definition: FSPDFObjC.h:6832
FSTextPageParseTextNormal
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:5795
FSTextSearchSearchMatchCase
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:5832
FSJoinSplitJoinSplitOperationTypeLink
Join spilt operation type: Link.
Definition: FSPDFObjC.h:7515
FSErrUnknownState
Any unknown state occurs.
Definition: FSPDFObjC.h:491
FSSignatureDocPermFillingFormSigningAndAnnotating
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:4398
FSLRStructureElementAttributeValueEnumInvalid
Invalid enum value.
Definition: FSPDFObjC.h:7184
-[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:7243
FSGraphicsObjectBlendSaturation
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1370
FSBarcodeFormat
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1137
FSFillSignFillSignObjectTypeSignature
Signature fill-sign object.
Definition: FSPDFObjC.h:7833
FSFillerVkeyNumpad9
9 key in the numeric keypad.
Definition: FSPDFObjC.h:4033
FSHTML2PDFSettingDataEncodingFormatCP1253
Encoding foramt: "CP1253".
Definition: FSPDFObjC.h:6806
-[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:4191
FSAssociatedFilesRelationshipFormData
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:3065
FSSignatureAPFlagFoxitEditorFlag
If set, show Foxit Editor content on signature appearance.
Definition: FSPDFObjC.h:4358
FSImageJPX
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:1106
FSLayerContextUsageExport
Use for exporting.
Definition: FSPDFObjC.h:3880
-[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:1104
FSSquare
Definition: FSPDFObjC.h:2672
FSFillerVkey6
6 key.
Definition: FSPDFObjC.h:3994
-[FSUInt32Array getSize]
int getSize()
Get the number of elements in the array.
FSFontCharsetArabic
Font charset: Arabic.
Definition: FSPDFObjC.h:862
FSFillerVkeyInsert
Insert key.
Definition: FSPDFObjC.h:3985
FSCompareResultInfoCompareResultTypeReplaceImage
Result type: replace image.
Definition: FSPDFObjC.h:6514
FSFillMode
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:615
FSAppProviderCallbackStringIDExpectedEndIf
Sample message: "Expected 'endif' instead of '%s'".
Definition: FSPDFObjC.h:5400
FSMediaSettingsPlayerWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:3523
-[FSRange isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSSplitFileResultArray
Definition: FSPDFObjC.h:8372
FSGraphicsObjects
Definition: FSPDFObjC.h:4591
FSAppProviderCallbackBeepTypeWarning
Beep type: warning.
Definition: FSPDFObjC.h:5356
FSAnnotFlagReadOnly
Annotation flag: read only.
Definition: FSPDFObjC.h:2353
FSHideAction
Definition: FSPDFObjC.h:2058
FSActionTypeJavaScript
Action type: JavaScript action.
Definition: FSPDFObjC.h:1878
FSXFAWidgetWidgethAlignTypeJustify
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:5655
FSTableCellDataColArray
This class represents an array of FSTableCellData objects,inserted in the order of the displayed tab...
Definition: FSPDFObjC.h:6230
FSMediaPlayerCallback-p
Definition: FSPDFObjC.h:8556
FSActionCallbackSearchScopeActiveDoc
Search scope: active document.
Definition: FSPDFObjC.h:3696
FSRedaction
Definition: FSPDFObjC.h:6190
FSErrNoComparisonModuleRight
No "Comparison" module right.
Definition: FSPDFObjC.h:538
-[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:4652
FSErrOCRTrialIsEnd
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:517
FSStructElementElementInfoType
FSStructElementElementInfoType
Enumeration for structure element info type.
Definition: FSPDFObjC.h:1607
FSImageSettingsImageCompressQualityMinimum
Compression quality: Minimum.
Definition: FSPDFObjC.h:6621
FSAppProviderCallbackStringIDUnableSetPlatformValue
Sample message: "Unable to set the value for property 'platform'".
Definition: FSPDFObjC.h:5379
FSAnnotationSummarySettingsFontSizeSmall
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:8026
FSFillerVkeySnapshot
Print Screen key.
Definition: FSPDFObjC.h:3984
FSFileWriterCallback-p
Definition: FSPDFObjC.h:8487
FSLRStructureElementAttributeTypeListNumbering
Attribute type only for List: ListNumbering, which represents the numbering system to be used to gene...
Definition: FSPDFObjC.h:7168
FSFieldFlagRequired
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:4181
FSParagraphEditingBulletTypeNone
Bullet type: none.
Definition: FSPDFObjC.h:7437
-[FSLayerTree getDict]
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:1008
FSTrustedCertStoreCallback-p
Definition: FSPDFObjC.h:11032
FSLRStructureElementAttributeValueTypeFloat
Value type: float.
Definition: FSPDFObjC.h:7256
FSCustomEncryptData
Definition: FSPDFObjC.h:6016
FSDocProviderCallbackTextEncodingShiftJIS
Text encoding: ShiftJIS.
Definition: FSPDFObjC.h:5523
FSLRStructureElementAttributeTypeAttached
Attribute type: Attached, which specifies the edges of the page, if any, to which the artifact is log...
Definition: FSPDFObjC.h:7143
FSGraphicsObjectBlendHue
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1369
FSCompareResultInfoCompareResultTypeReplaceAnnot
Result type: replace annotation.
Definition: FSPDFObjC.h:6523
FSLRStructureElementAttributeValueEnumPB
Enum value: pb, which means push button.
Definition: FSPDFObjC.h:7228
FSSignatureKeyNameDN
Signature key name: distinguish name.
Definition: FSPDFObjC.h:4367
FSFloatingInfoWindowPositionCenterLeft
Window position: at the center left.
Definition: FSPDFObjC.h:3472
FSRangeFilter
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:811
FSAnnotFlagNoView
Annotation flag: no view.
Definition: FSPDFObjC.h:2352
-[FSFillSignObject getType]
FSFillSignFillSignObjectType getType()
Get fill-sign type.
FSCertVerifyResult
Definition: FSPDFObjC.h:7629
-[FSPSI getBitmap]
FSBitmap * getBitmap()
Get the canvas bitmap.
FSXFAWidgetWidgetTypeImage
XFA widget type: image.
Definition: FSPDFObjC.h:5636
FSXFADocEventTypeUnknown
Event type: Unknown.
Definition: FSPDFObjC.h:5543
FSAnnotMKRelationCaptionOvrlayOnIcon
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:2395
FSPageNumberRange
Definition: FSPDFObjC.h:4727
FSComparisonCompareType
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:6581
FSHTML2PDFSettingDataEncodingFormatUTF_16BE
Encoding foramt: "UTF-16BE".
Definition: FSPDFObjC.h:6831
-[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:6837
FSHTML2PDFSettingDataEncodingFormatUTF7
Encoding foramt: "UTF7".
Definition: FSPDFObjC.h:6828
FSSignatureFieldMDPAction
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:4401
-[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:3481
FSAppProviderCallbackStringIDMonthApril
String ID for case: Use string in local language for "April".
Definition: FSPDFObjC.h:5446
FSFontCharsetThai
Font charset: Thai.
Definition: FSPDFObjC.h:856
FSMediaPlayerCallbackJSMediaPlayerStateOpen
media player state: Open.
Definition: FSPDFObjC.h:3624
FSSignatureStates
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:4316
FSFillerVkeyDown
Down arrow key.
Definition: FSPDFObjC.h:3982
FSAppProviderCallbackStringIDMonthSep
String ID for case: Use string in local language for "September".
Definition: FSPDFObjC.h:5451
FSOutputPreviewShowType
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:8070
FSLRElementElementTypeWarichuText
Structure element type: WT, which means "Warichu text" and represents the smaller-size text of a wari...
Definition: FSPDFObjC.h:7088
FSAppProviderCallbackStringIDCannotCovertToObject
Sample message: "%s.%s cannot covert to object".
Definition: FSPDFObjC.h:5407
FSSecurityCallback-p
Definition: FSPDFObjC.h:10044
FSAppProviderCallbackStringIDUnableSetValidationsEnabledValue
Sample message: "Unable to set the value for property 'validationsEnabled'".
Definition: FSPDFObjC.h:5380
FSOutputPreviewShowDevice
If set, only show with Device.
Definition: FSPDFObjC.h:8088
-[FSPDFNameTree removeAllObjs]
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
FSFontMapperCallback-p
Definition: FSPDFObjC.h:11062
FSPosCenterRight
Position: center right.
Definition: FSPDFObjC.h:627
FSFullTextSearchRankHitCountASC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6366
FSAppProviderCallbackStringIDDivideZero
Sample message: "Divide by zero".
Definition: FSPDFObjC.h:5406
FSLRStructureElementAttributeTypeDirection
(Reserved) Attribute type: Direction.
Definition: FSPDFObjC.h:7178
FSXFADocXDP
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:5551
FSHTML2PDFSettingDataEncodingFormatTAB
Encoding foramt: "TAB".
Definition: FSPDFObjC.h:6825
FSPagingSealConfigPagingSealPositionLeft
Left Paging Seal.
Definition: FSPDFObjC.h:4533
FSPrintParamsBookletDuplexModeBothSides
Booklet Duplex Mode: automatically prints both sides of the paper.
Definition: FSPDFObjC.h:3405
FSSignatureAPFlagLocation
If set, show location on signature appearance.
Definition: FSPDFObjC.h:4354
FSCertVerifyResultCertStatus
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:7601
FSAnnotFlagInvisible
Annotation flag: invisible.
Definition: FSPDFObjC.h:2347
-[FSActionCallback-p getPageScale]
float getPageScale()
A callback function to get current page zoom value.
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePolygons
Hatches export type: Exports hatch as a polygon (solid hatches only).
Definition: FSPDFObjC.h:6937
FSSignatureVerifyResultLTVState
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:7767
FSFillSignFillSignObjectTypeDot
Dot fill-sign object.
Definition: FSPDFObjC.h:7832
FSRotation
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:601
FSBitmapQuadratic
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1066
FSCaret
Definition: FSPDFObjC.h:2850
FSDWG2PDFSettingDataFlagTTFTextAsGeometry
Bit 2. Enable TTF font text to geometry conversion.
Definition: FSPDFObjC.h:6918
FSOutputPreviewColorantTypeProcess
Colorant type: process.
Definition: FSPDFObjC.h:8098
FSLRStructureElementAttributeValueEnumLineThrough
Enum value: LineThrough, which means a line through the middle of the text.
Definition: FSPDFObjC.h:7213
FSCompareResultInfoCompareResultTypeInsertText
Result type: insert text.
Definition: FSPDFObjC.h:6510
FSOutputPreviewColorantType
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:8097
FSFillSignFillSignObjectTypeCrossMark
Cross mark fill-sign object.
Definition: FSPDFObjC.h:7828
FSAppProviderCallbackStringIDNotFoundFunction
Sample message: "Cannot find function '%s'".
Definition: FSPDFObjC.h:5417
-[FSSound getSampleEncodingFormat]
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
FSPagingSealSignaturePagingSealAPStateValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4569
FSAnnotPolyLine
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2322
FSPDFPageArtBox
Art Box for page boundary.
Definition: FSPDFObjC.h:4636
FSFillerVkeyNumpad8
8 key in the numeric keypad.
Definition: FSPDFObjC.h:4032
FSFillerEventFlagMiddleButtonDown
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:4062
FSLRStructureElementAttributeTypeVersion
(Reserved) Attribute type: Version, which represents schema version of layout recognition engine.
Definition: FSPDFObjC.h:7180
FSAppProviderCallbackStringIDMonthJuly
String ID for case: Use string in local language for "July".
Definition: FSPDFObjC.h:5449
-[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:4799
FSFieldTypeRadioButton
Form field type: radio button.
Definition: FSPDFObjC.h:4172
FSFontFontTypeCIDFont
Font type: CID font.
Definition: FSPDFObjC.h:896
FSMediaPlayerCallbackJSMediaPlayerStatePlaying
media player state: Playing.
Definition: FSPDFObjC.h:3626
-[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:5653
-[FSTextSearch getMatchPageIndex]
int getMatchPageIndex()
Get the page index, to which current match belongs.
FSHTML2PDFSettingDataEncodingFormatUTF_32LE
Encoding foramt: "UTF-32LE".
Definition: FSPDFObjC.h:6834
FSMarkup
Definition: FSPDFObjC.h:2555
FSResponseTypeOCSP
OCSP response.
Definition: FSPDFObjC.h:7563
FSAppProviderCallbackStringIDValidateNullError
Sample message: "%s cannot be left blank.".
Definition: FSPDFObjC.h:5458
FSAnnotAppearanceTypeNormal
Annotation's normal appearance.
Definition: FSPDFObjC.h:2399
FSAppProviderCallbackStringIDValueExcalmatory
Sample message: "Value!".
Definition: FSPDFObjC.h:5371
FSPDFAComplianceVersionPDFA1b
PDF/A-1b.
Definition: FSPDFObjC.h:6472
FSWatermarkTextPropertiesFontStyleNormal
Watermark font style: normal.
Definition: FSPDFObjC.h:6164
FSAppProviderCallbackMsgBoxButtonType
FSAppProviderCallbackMsgBoxButtonType
Enumeration for button type of XFA message box.
Definition: FSPDFObjC.h:5476
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYYYY
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4812
FSPagingSealSignature
Definition: FSPDFObjC.h:4573
FSTabOrderMgr
Definition: FSPDFObjC.h:6092
FSWrapperData
Definition: FSPDFObjC.h:4861
FSPDFObjectBoolean
PDF boolean object.
Definition: FSPDFObjC.h:1169
FSActionNewWindowFlag
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:1885
-[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:4570
FSSignatureAPFlagFoxitFlag
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:4349
FSCombinationCombineDocsOptionPageLabels
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7935
FSAppProviderCallbackStringIDMonthJan
String ID for case: Use string in local language for "January".
Definition: FSPDFObjC.h:5443
FSActionCallbackAppInfoTypeViewerType
Application's viewer type information.
Definition: FSPDFObjC.h:3654
FSSignatureSignatureTypeOrdinary
Signature type: ordinary.
Definition: FSPDFObjC.h:4380
FSDefaultAppearanceFlagFontSize
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2161
FSStructObjectContentStructObjectTypeInvalid
Invaild object.
Definition: FSPDFObjC.h:1647
FSErrComplianceEngineInvalidUnlockCode
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:520
FSFillerVkey8
8 key.
Definition: FSPDFObjC.h:3996
FSAppProviderCallbackStringIDOutOfArrayRange
Sample message: "Out of the range of '%s' array".
Definition: FSPDFObjC.h:5419
FSParagraphEditingNumberingTypeDecimalDot
Numbering type: 1. 2. 3.
Definition: FSPDFObjC.h:7450
FSBorderInfoDashed
Border style: Dashed.
Definition: FSPDFObjC.h:2218
FSFontStdIDHelvetica
Standard font: Helvetica.
Definition: FSPDFObjC.h:880
-[FSWidgetMenu canPaste]
BOOL canPaste()
Check if the text of related XFA widget can be pasted.
FSSignatureCallbackCertUnsupportType
Certificate is unsupport type.
Definition: FSPDFObjC.h:4472
FSXFAWidgetWidgetVAlignType
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:5662
FSLRElementElementTypeShadingObject
Structure element type: ShadingObject, which means shading graphics object element.
Definition: FSPDFObjC.h:7100
FSFillerVkeyV
V key.
Definition: FSPDFObjC.h:4019
FSLRStructureElementAttributeTypeColumnGap
Attribute type: ColumnGap, which represents the desired space between adjacent columns,...
Definition: FSPDFObjC.h:7166
-[FSLayerContext getUsageType]
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
FSActionNewWindowFlagFalse
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:1886
FSPDFObjectString
PDF string object.
Definition: FSPDFObjC.h:1171
FSLRStructureElementAttributeTypePadding
Attribute type: Padding, which specifies an offset to account for the separation between the element'...
Definition: FSPDFObjC.h:7145
FSLocaleIDFrance
Locale ID for country: France.
Definition: FSPDFObjC.h:674
FSAppProviderCallbackStringIDInvalidateInstruction
Sample message: "Invalidate instruction".
Definition: FSPDFObjC.h:5413
FSTaggedPDFCallbackReportCategoryTocItem
Report category type: toc item.
Definition: FSPDFObjC.h:7353
FSAppProviderCallbackAppInfoPlatform
Application information: platform.
Definition: FSPDFObjC.h:5348
FSDocViewerPrefsDisplayDocTitle
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:5181
-[FSParagraphEditingMgr getParagraphEditing]
FSParagraphEditing * getParagraphEditing()
Get the paragraph edit object.
-[FSParagraphEditing deleteSelected]
BOOL deleteSelected()
Delete the selected text.
FSWatermarkSettingsFlagSharePageStream
If set, watermarks will share one form xobject if these watermarks use the same page object.
Definition: FSPDFObjC.h:6137
FSAppProviderCallbackStringIDWeekDaySun
String ID for case: Use string in local language for "Sunday".
Definition: FSPDFObjC.h:5436
-[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:6613
FSLRStructureElementAttributeTypeSpaceAfter
Attribute type: SpaceAfter, which represents the amount of extra space following the after edge of th...
Definition: FSPDFObjC.h:7148
FSIconFitScaleWayAlways
Always scale.
Definition: FSPDFObjC.h:2287
FSFloatingInfoOffScreenAction
FSFloatingInfoOffScreenAction
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: FSPDFObjC.h:3493
FSTextPageCharInfoHyphen
Character flag: Hyphen.
Definition: FSPDFObjC.h:5767
FSErrCanNotConnectToServer
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:498
FSHTML2PDFSettingDataEncodingFormatEUC
Encoding foramt: "EUC".
Definition: FSPDFObjC.h:6794
FSHTML2PDFSettingDataEncodingFormatHZ_GB_2312
Encoding foramt: "HZ-GB-2312".
Definition: FSPDFObjC.h:6836
-[FSPagingSealSignature generateAppearance]
BOOL generateAppearance()
Generate the appearance of paging seal signature.
FSFloatingInfoWindowPositionCenter
Window position: at the center.
Definition: FSPDFObjC.h:3473
FSLayerZoomData
Definition: FSPDFObjC.h:3819
FSTableBorderInfoTableBorderStyleDashed
Table border style: Dashed.
Definition: FSPDFObjC.h:6207
FSMonoImageSettingsMonoImageCompressMode
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:6656
FSPDFDocDisplayUseOutlines
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:5012
FSMediaSettingsPlayerWindowType
FSMediaSettingsPlayerWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:3521
-[FSJoinSplit exitJoinEditing]
void exitJoinEditing()
Exit join split editing.
FSFillSignObject
Definition: FSPDFObjC.h:7854
FSErrCanNotSetACL
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:505
FSPDFPageCalcContentsBox
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:4622
FSAppProviderCallbackMsgBoxButtonID
FSAppProviderCallbackMsgBoxButtonID
Enumeration for button ID of XFA message box.
Definition: FSPDFObjC.h:5483
FSLRStructureElementAttributeValueTypeEmpty
Empty value type.
Definition: FSPDFObjC.h:7253
FSLRStructureElementAttributeValueEnumAfter
Enum value: After, which means the alignment for attribute BlockAlign or the placement for attribute ...
Definition: FSPDFObjC.h:7189
FSSearchOptionWordMatchingMatchPhrase
Word matching: match phrase.
Definition: FSPDFObjC.h:3574
FSFontCIDCharset
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:866
FSFillerVkeyI
I key.
Definition: FSPDFObjC.h:4006
FSSignatureLabelNameSignTime
Signature label name for sign time.
Definition: FSPDFObjC.h:4412
-[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:6853
FSFillerVkeyMultiply
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:4034
FSBitmapDIBCmyk
DIB format: 32bpp CMYK format, with bits order "Cyan, Magenta, Yellow, Black". Cyan is in the lowest ...
Definition: FSPDFObjC.h:1056
FSPrintParamsPrintHandling
FSPrintParamsPrintHandling
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3423
FSCombineDocumentInfo
Definition: FSPDFObjC.h:7893
FSStructMarkedContent
Definition: FSPDFObjC.h:1631
FSFontCharsetGB2312
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:854
FSAdditionalActionTriggerAnnotMouseButtonReleased
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:2128
FSSignatureStateVerifyTimestampDoc
The signature is a time stamp signature.
Definition: FSPDFObjC.h:4336
FSTableCellDataArray
Definition: FSPDFObjC.h:6250
FSTableGenerator
Definition: FSPDFObjC.h:6339
FSFontStdIDCourier
Standard font: Courier.
Definition: FSPDFObjC.h:876
FSAdditionalActionTriggerAnnotPageVisible
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:2133
FSPDFStreamCCITTFaxDecode
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:1226
FSPDFDocPwdInvalid
The password is invalid.
Definition: FSPDFObjC.h:4953
-[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:3716
-[FSFloatArray removeAll]
void removeAll()
Clean up the array.
FSLRStructureElementAttributeValueEnumCenter
Enum value: Center, which means the alignment for attributes TextAlign/InlineAlign/RubyAlign.
Definition: FSPDFObjC.h:7208
FSAdditionalActionTriggerAnnotLoseInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:2130
FSPDFDocPwdUser
A user password is used in PDF document.
Definition: FSPDFObjC.h:4955
FSFillerVkeyK
K key.
Definition: FSPDFObjC.h:4008
FSCompareResultInfoCompareResultTypeDeleteAnnot
Result type: delete annotation.
Definition: FSPDFObjC.h:6521
FSGotoAction
Definition: FSPDFObjC.h:1912
FSErrUnsupported
Some types are not supported.
Definition: FSPDFObjC.h:484
FSAppProviderCallbackMsgBoxIconError
Message box icon: Error.
Definition: FSPDFObjC.h:5470
-[FSXFADoc killFocus]
void killFocus()
Kill the focus of XFA widget.
FSActionTypeSound
Action type: sound action.
Definition: FSPDFObjC.h:1871
FSAppProviderCallbackStringIDSOMExpectedList
Sample message: "SOM expression returned list when single result was expected".
Definition: FSPDFObjC.h:5431
FSRichTextStyle
Definition: FSPDFObjC.h:2190
FSParagraphEditingNumberingTypeLowerLatinRParen
Numbering type: a) b) c)
Definition: FSPDFObjC.h:7453
FSFillerEventFlagMetaKey
Event flag: meta key.
Definition: FSPDFObjC.h:4058
FSFillerVkeySpace
Space key.
Definition: FSPDFObjC.h:3974
FSTaggedPDFCallbackReportCategoryListItem
Report category type: list item.
Definition: FSPDFObjC.h:7348
FSDocProviderCallbackPageViewEventTypeAllRemoved
Event type: all page views are removed.
Definition: FSPDFObjC.h:5532
-[FSParagraphEditing selectAll]
BOOL selectAll()
Select all text.
FSRenditionMediaOptionType
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:1680
FSPDFPageParseFlags
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:4616
FSHTML2PDFSettingDataEncodingFormatCP1251
Encoding foramt: "CP1251".
Definition: FSPDFObjC.h:6804
-[FSProgressive resume]
FSProgressiveState resume()
Continue the progressive process.
FSTextStateModeFillClip
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:1434
FSFillerVkeyF
F key.
Definition: FSPDFObjC.h:4003
FSDocProviderCallbackSubmitInXFD
The submit data is packaged in XFD format, as described in XFDF.
Definition: FSPDFObjC.h:5510
FSHTML2PDFSettingDataEncodingFormatX_KDDI_ISO_2022_JP
Encoding foramt: "X-KDDI-ISO-2022-JP".
Definition: FSPDFObjC.h:6847
FSImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:6617
FSPDFPageTrimBox
Trim Box for page boundary.
Definition: FSPDFObjC.h:4635
FSColorSpaceCalGray
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:658
FSFieldFlagChoiceCommitOnSelChange
(Only useful for choice field) If set, the new value is committed as soon as a selection is made with...
Definition: FSPDFObjC.h:4195
FSFieldFlagButtonNoToggleToOff
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:4183
FSCertVerifyResultReasonAffiliationChanged
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:7613
FSFillerVkeyF6
F6 key.
Definition: FSPDFObjC.h:4045
FSAppProviderCallbackMsgBtnIDYes
Message box button ID: Yes.
Definition: FSPDFObjC.h:5487
FSPDFDocSaveFlagNoUpdatingMetadataDateTime
Save document without updating metadata "ModDate" and "CreationDate".
Definition: FSPDFObjC.h:4988
FSCompareResultInfoCompareResultType
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:6507
FSLRElementElementTypeListLabel
Structure element type: Lbl, which means "Label" and represents a name or number that distinguishes a...
Definition: FSPDFObjC.h:7066
FSAdditionalActionTriggerEvent
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:2113
FSOutputPreviewShowGray
If set, only show with Gray.
Definition: FSPDFObjC.h:8083
FSErrSuccess
Success, and no error occurs.
Definition: FSPDFObjC.h:475
-[FSParagraphEditing cutSelected]
BOOL cutSelected()
Cut the selected text.
FSPDFDocEncryptUnknown
Unknown encryption type.
Definition: FSPDFObjC.h:4960
FSSignatureCallbackCertValidity
FSSignatureCallbackCertValidity
Enumeration for certificate validity.
Definition: FSPDFObjC.h:4469
-[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:2092
FSErrParam
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:483
FSFillerAssistCallback-p
Definition: FSPDFObjC.h:9823
FSFillerVkeyG
G key.
Definition: FSPDFObjC.h:4004
FSLRStructureElementAttributeValueEnumTop
Enum value: Top, which means top edge of the page.
Definition: FSPDFObjC.h:7237
FSXFAWidgetWidgetNameTypeField
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:5648
FSMonoImageSettingsImageCompressCCITT4
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:6658
FSXFAWidgetWidgetTypeBarcode
XFA widget type: barcode.
Definition: FSPDFObjC.h:5620
-[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:2323
FSImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:6634
FSHTML2PDFSettingDataScalingModeEnlarge
Page scaling: Enlarge. It means PDF page will be enlarged to HTML content size. In this mode,...
Definition: FSPDFObjC.h:6771
-[FSSignatureVerifyResult getOCSPSigantureVerifyResults]
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
FSAppProviderCallbackStringIDBadSuffix
Sample message: "Bad suffix on number".
Definition: FSPDFObjC.h:5388
FSAnnotationSummaryCallbackAnnotationSummaryStringIDPage
Annotations summary string ID: specify the prefix when page information is outputed in result documen...
Definition: FSPDFObjC.h:7999
-[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:6818
FSActionCallbackAppInfoTypeViewerVariation
Application's viewer variation information.
Definition: FSPDFObjC.h:3655
FSSignatureCallbackCertExpired
Certificate is expired.
Definition: FSPDFObjC.h:4471
FSReplaceCallback-p
Definition: FSPDFObjC.h:11171
FSOutputPreviewShowSolidColor
If set, only show solid color.
Definition: FSPDFObjC.h:8090
FSLRStructureElementAttributeValueEnumDashed
Enum value: Dashed, which means the border is a series of short line segments.
Definition: FSPDFObjC.h:7199
FSShadingColor
Definition: FSPDFObjC.h:2457
-[FSTextSearch findPrev]
BOOL findPrev()
Search for previous matched pattern.
FSTaggedPDFCallbackReportConfidence
FSTaggedPDFCallbackReportConfidence
Enumeration for report confidence used for tag PDF document.
Definition: FSPDFObjC.h:7356
FSOptimizerSettingsDiscardObjectsEmbeddedPrintSettings
Discard embedded print settings.
Definition: FSPDFObjC.h:6727
FSParagraphEditingBulletTypeBlackDiamondMinusWhite
Bullet type: black diamond minus white.
Definition: FSPDFObjC.h:7445
-[FSSignatureFillSignObject isInitialsType]
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
FSStructObjectContentStructObjectTypeImage
Image object.
Definition: FSPDFObjC.h:1648
FSActionCallbackLanguageDEU
German.
Definition: FSPDFObjC.h:3638
FSTextPageCharInfoUnknown
Character flag: Unknown.
Definition: FSPDFObjC.h:5763
FSLRElementElementTypeFormula
Structure element type: Formula, which represents a mathematical formula.
Definition: FSPDFObjC.h:7094
FSErrCanNotGetClientID
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:511
FSTextPageTextOrderFlag
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:5800
FSFileFormatTypeXFDF
File format type: XFDF.
Definition: FSPDFObjC.h:683
-[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:8077
FSAdditionalActionTriggerDocSaved
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:2118
-[FSSound getChannelCount]
int getChannelCount()
Get the count of sound channels.
FSImage
Definition: FSPDFObjC.h:1110
-[FSAttachments removeAllEmbeddedFiles]
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSMarkupState
FSMarkupState
Enumeration for markup annotation's state.
Definition: FSPDFObjC.h:2521
FSRenditionActionOperationType
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:2087
FSTableBorderInfo
Definition: FSPDFObjC.h:6210
FSBorderInfoSolid
Border style: Solid.
Definition: FSPDFObjC.h:2217
FSActionCallbackJSFieldValueChangedByFormat
javascript field value changed type: format.
Definition: FSPDFObjC.h:3667
FSFillerAssistCallbackPopupMenuItemCopy
Popup menu item: "Copy".
Definition: FSPDFObjC.h:3956
FSAnnotAppearanceType
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:2398
FSSignatureCallbackCertDataError
Certificate's data is error.
Definition: FSPDFObjC.h:4473
FSCombinationCombineDocsOptionMarkInfos
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7934
FSLRStructureElementAttributeTypeGlyphOrientationVertical
Attribute type: GlyphOrientationVertical, which specifies the orientation of glyphs when the inline-p...
Definition: FSPDFObjC.h:7164
-[FSParagraphEditing canCopy]
BOOL canCopy()
Check whether can copy text.
FSReflowPage
Definition: FSPDFObjC.h:5282
FSSplitFileResultSplitFileErrFileExist
The state is failed due to file exist.
Definition: FSPDFObjC.h:8353
FSAnnotHighlightingNone
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:2360
FSPDFDocPermAnnotForm
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:4974
FSTableCellIndexArray
An array of table cell index.
Definition: FSPDFObjC.h:6290
FSAppProviderCallbackAppInfoName
Application information: name.
Definition: FSPDFObjC.h:5350
FSLTVVerifierSignatureTSTTime
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:7740
FSPagingSeal
Definition: FSPDFObjC.h:2984
FSDocProviderCallbackInvalidateFlagCurrentPage
Invalidate current page.
Definition: FSPDFObjC.h:5494
FSPortfolioInitialViewDetailMode
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:8230
FSFillerEventFlagCommand
Event flag: the command key.
Definition: FSPDFObjC.h:4064
FSActionCallbackLayoutModeContinuousFacing
Layout mode: continuous two pages.
Definition: FSPDFObjC.h:3686
FSAssociatedFilesRelationshipSource
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:3060
FSFieldFlagNoExport
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:4182
FSPrintParamsPrintContentDocument
Print Content: print the document contents, not comments.
Definition: FSPDFObjC.h:3393
FSFontStyleAllCap
Font style: all cap.
Definition: FSPDFObjC.h:843
FSHTML2PDFSettingDataEncodingFormatISO_8859_5
Encoding foramt: "ISO-8859-5".
Definition: FSPDFObjC.h:6782
FSFloatingInfoResizeTypeYes
Resize type: may be resized without preserving the aspect ratio.
Definition: FSPDFObjC.h:3490
FSPDFDocInsertDocOptionAttachments
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:5007
FSLayerTreeStateOFF
The state is OFF.
Definition: FSPDFObjC.h:3838
FSAdditionalActionTriggerAnnotPageInvisible
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:2134
FSSubmitFormActionFlagIncludeAppendSaves
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:2013
FSSnapPointMgrFlagNearestPoint
If set, that means to get the nearest point (which is in a path) to the specified point.
Definition: FSPDFObjC.h:8281
FSTextPageCharInfoUnUnicode
Character flag: UnUnicode.
Definition: FSPDFObjC.h:5766
FSPortfolioFileNode
Definition: FSPDFObjC.h:8180
FSPDFNameTreePages
"Pages" name tree.
Definition: FSPDFObjC.h:1539
FSHeaderFooterContentGeneratorDateFormatMMSlashYYYY
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4804
FSGraphicsObjectBlendColor
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:1371
FSAnnotationSummaryCallbackAnnotationSummaryStringIDNoAnnotations
Annotations summary string ID: specify the string used as content in result document when a page does...
Definition: FSPDFObjC.h:8003
FSImageObject
Definition: FSPDFObjC.h:1464
FSPortfolioInitialViewHidden
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:8232
FSBorderInfoInset
Border style: Inset.
Definition: FSPDFObjC.h:2221
FSPDFPageCalcDetection
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:4623
FSPageBasicInfo
Definition: FSPDFObjC.h:4901
FSPSICallback-p
Definition: FSPDFObjC.h:10026
FSDocViewerPrefsPrintScale
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:5170
FSDestinationZoomFitVert
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:1825
FSBarcodeFormatEAN8
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1140
FSAppProviderCallbackStringIDSubmitValidateNullError
Sample message: "At least one required field was empty. Please fill in the required fields(highlighte...
Definition: FSPDFObjC.h:5464
FSFontCIDCharsetGB1
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:868
FSFileStreamCallback-p
Definition: FSPDFObjC.h:8517
-[FSSignatureVerifyResult getTSTSignatureVerifyResult]
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
FSHTML2PDFSettingDataEncodingFormatMACINTOSH
Encoding foramt: "MACINTOSH".
Definition: FSPDFObjC.h:6827
FSTabOrderMgrColumn
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:6088
FSHeaderFooterContentGeneratorPageNumberFormat
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:4817
FSPDFNameTree
Definition: FSPDFObjC.h:1543
FSErrOCREngineNotInit
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:515
FSAdditionalActionTriggerAnnotCursorExit
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:2126
FSLRStructureElementAttributeValueTypeWStr
Value type: wide string.
Definition: FSPDFObjC.h:7258
FSPDFPageBleedBox
Bleed Box for page boundary.
Definition: FSPDFObjC.h:4637
FSSignatureStateVerifyTimestampNone
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:4335
FSPDFPageParsePageTextOnly
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:4618
FSSignatureLabelNameSigner
Signature label name for signer.
Definition: FSPDFObjC.h:4409
FSImageSettingsStretchInterpol
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:6631
FSSnappedPointTypeIntersectionPoint
Snapped point type: intersection point, which means the snapped point is the intersection of two inte...
Definition: FSPDFObjC.h:8260
-[FSParagraphEditing indent]
void indent()
Increase indent for text.
FSSignatureStateVerifyTimestampValid
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:4337
FSTextPageCharInfoTextCharFlag
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:5762
FSFillerVkeyM
M key.
Definition: FSPDFObjC.h:4010
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYY
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4795
FSRenditionAction
Definition: FSPDFObjC.h:2096
FSHTML2PDFSettingDataEncodingFormatISO_8859_11
Encoding foramt: "ISO-8859-11".
Definition: FSPDFObjC.h:6813
FSSignaturePAdESLevel
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:4385
FSAppProviderCallbackStringIDValidateError
Sample message: "The value you entered for %s is invalid.".
Definition: FSPDFObjC.h:5460
FSLRStructureElementAttributeValueEnumLowerAlpha
Enum value: LowerAlpha, which means lowercase letters (a, b, c, ...).
Definition: FSPDFObjC.h:7222
FSFontStyleFixedPitch
Font style: fixed pitch.
Definition: FSPDFObjC.h:837
FSLRStructureElementAttributeValueEnumUpperAlpha
Enum value: UpperAlpha, which means uppercase letters (A, B, C, ...).
Definition: FSPDFObjC.h:7221
FSErrNo3DModuleRight
No "3D" module right.
Definition: FSPDFObjC.h:557
-[FSLRContentElement getMatrix]
FSMatrix2D * getMatrix()
Get matrix.
FSSubmitFormActionFlagCanonicalFormat
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:2016
FSReflowPageNoTruncate
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:5279
-[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:7154
FSMarkupMeasureTypeS
Measurement of the slope of a line.
Definition: FSPDFObjC.h:2552
FSLRStructureElementAttributeTypeTableHeaderScope
Attribute type only for Table: Scope, which indicates whether the header cell applies to the rest of ...
Definition: FSPDFObjC.h:7175
FSXFADocDynamic
XFA document type: Dynamic.
Definition: FSPDFObjC.h:5549
FSHTML2PDFSettingDataEncodingFormatBIG5
Encoding foramt: "BIG5".
Definition: FSPDFObjC.h:6789
FSErrNotCDRM
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:497
FSBitmapInterpolationFlag
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:1064
FSAdditionalActionTriggerFieldWillFormat
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:2122
FSMonoImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:6671
FSRendererColorMode
FSRendererColorMode
Enumeration for rendering color mode.
Definition: FSPDFObjC.h:2995
-[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:3876
FSModuleName
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:633
FSStructElementElementInfoTypeActualText
Structure element info type: Actual Text, which means the actual text of structure element.
Definition: FSPDFObjC.h:1612
-[FSFiller onDelete]
BOOL onDelete()
Call this function when the popup menu item "Delete" is down.
FSImageUnknown
Unknown image type.
Definition: FSPDFObjC.h:1099
FSProgressive
Definition: FSPDFObjC.h:713
FSComparisonCompareTypeAnnotation
Compare annotation only.
Definition: FSPDFObjC.h:6584
FSDocProviderCallbackPageViewEventTypeAdded
Event type: after a page view is added.
Definition: FSPDFObjC.h:5530
-[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:3879
FSParagraphEditingUndoItem
Definition: FSPDFObjC.h:7423
FSChoiceOption
Definition: FSPDFObjC.h:4129
-[FSLayerNode getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSSignatureFillSignObject
Definition: FSPDFObjC.h:7881
-[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:5399
-[FSGraphicsObjectArray getSize]
int getSize()
Get the number of elements in the array.
FSFillerVkey9
9 key.
Definition: FSPDFObjC.h:3997
FSLRElementElementTypeBlockQuote
Structure element type: BlockQuote, which means "Block quotation" and represents a portion of text co...
Definition: FSPDFObjC.h:7045
FSResultInformation
Definition: FSPDFObjC.h:6455
FSLRElementElementType
FSLRElementElementType
Enumeration for standard structure types.
Definition: FSPDFObjC.h:7038
FSLRStructureElementAttributeValueEnumWarichu
Enum value: Warichu, which means the RT and associated RP elements are to be formatted as a warichu,...
Definition: FSPDFObjC.h:7187
FSWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:6132
FSPDFDocEncryptCustom
Encryption type: customized encryption.
Definition: FSPDFObjC.h:4965
FSFileSpec
Definition: FSPDFObjC.h:3769
FSFieldFlags
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:4179
FSAppProviderCallbackMsgBoxIconStatus
Message box icon: Status.
Definition: FSPDFObjC.h:5473
FSActionCallbackJSMailResultSuccess
Mailed result: mail success.
Definition: FSPDFObjC.h:3691
FSHTML2PDFSettingDataEncodingFormatBIG5_CP950
Encoding foramt: "BIG5-CP950".
Definition: FSPDFObjC.h:6796
FSHTML2PDFSettingDataEncodingFormatCNS
Encoding foramt: "CNS".
Definition: FSPDFObjC.h:6795
FSRenditionFloatingWindowResizeTypeNo
May not be resized.
Definition: FSPDFObjC.h:1732
FSTextStateModeStrokeClip
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:1435
FSLRContext
Definition: FSPDFObjC.h:7330
FSMediaPlayer
Definition: FSPDFObjC.h:1806
FSErrFilePathNotExist
File or folder path does not exist.
Definition: FSPDFObjC.h:518
FSRenditionMediaPlayerMustUsed
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:1693
-[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:7936
FSLRElementElementTypeRubyBase
Structure element type: RB, which means "Ruby base text" and represents the full-size text to which t...
Definition: FSPDFObjC.h:7084
FSCustomSecurityHandler
Definition: FSPDFObjC.h:6034
-[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:7997
FSActionTypeGoToE
Action type: embedded go-to action.
Definition: FSPDFObjC.h:1867
FSActionCallbackLanguage
FSActionCallbackLanguage
Enumeration for language.
Definition: FSPDFObjC.h:3633
FSIconFitScaleWayType
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:2285
FSFillerVkeyDecimal
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:4038
FSRotation270
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:605
FSPagingSealConfigPagingSealPositionBottom
Bottom Paging Seal.
Definition: FSPDFObjC.h:4536
FSLRElementElementTypeArtifact
Structure element type: Artifact, which includes other Pagination, Layout, Page and Background artifa...
Definition: FSPDFObjC.h:7096
FSDestinationZoomXYZ
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:1822
FSAppProviderCallbackStringIDNotFoundConst
Sample message: "Cannot find const '%s'".
Definition: FSPDFObjC.h:5411
FSAnnotRichMedia
Annotation type: rich media annotation.
Definition: FSPDFObjC.h:2342
FSSearchOption
Definition: FSPDFObjC.h:3579
FSRenditionMediaPlayerFitStyleSlice
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:1700
FSLRStructureElementAttributeTypeTPadding
Attribute type: TPadding, which specifies an offset to account for the separation between the table c...
Definition: FSPDFObjC.h:7156
FSFontStyleScript
Font style: script.
Definition: FSPDFObjC.h:840
FSHeaderFooterContentGeneratorDateFormatYYYYHyphenMMHyphenDD
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4814
FSPDFStreamCrypt
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:1230
FSAnnotFlagPrint
Annotation flag: print.
Definition: FSPDFObjC.h:2349
FSColorSpaceType
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:653
FSLTVVerifier
Definition: FSPDFObjC.h:7749
-[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:3468
FSPathTypeLineToCloseFigure
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:958
FSQuadPointsArray
Definition: FSPDFObjC.h:2265
FSHTML2PDFSettingDataEncodingFormatGreek
Encoding foramt: "Greek".
Definition: FSPDFObjC.h:6784
FSHeaderFooterContentGeneratorDateFormatDDotMDotYYYY
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4810
FSColorSpaceRenderIntentAbsColorimetric
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:1012
FSActionCallbackLayoutMode
FSActionCallbackLayoutMode
Enumeration for layout mode.
Definition: FSPDFObjC.h:3682
FSFontStdIDHelveticaBI
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:882
FSStructElementElementInfoTypeTitle
Structure element info type: Title, which means the title of the structure element....
Definition: FSPDFObjC.h:1608
FSFillerVkeyShift
Shift key.
Definition: FSPDFObjC.h:3969
FSSignatureCallbackCertNotSet
Certificate is not set to sign a signature.
Definition: FSPDFObjC.h:4476
FSAnnotMKRelationNoCaption
No caption; icon only.
Definition: FSPDFObjC.h:2390
FSAdditionalActionTriggerAnnotCursorEnter
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:2125
-[FSWidgetMenu selectAll]
BOOL selectAll()
Select all the text of related XFA widget.
FSHighlight
Definition: FSPDFObjC.h:2617
FSFieldTypeUnknown
Form field type: unknown.
Definition: FSPDFObjC.h:4169
FSErrTimeStampServerMgrNoDefaltServer
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:531
FSAppProviderCallbackStringIDExpectedOperator
Sample message: "Expected operator '%s' instead of '%s'".
Definition: FSPDFObjC.h:5405
FSComplianceEngine
Definition: FSPDFObjC.h:6385
FSAssociatedFilesRelationship
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:3058
FSHTML2PDFSettingDataEncodingFormatLatin5
Encoding foramt: "Latin5".
Definition: FSPDFObjC.h:6780
FSRichTextStyleCornerMarkSuperscript
Corner mark style: superscript.
Definition: FSPDFObjC.h:2186
-[FSRange removeAll]
void removeAll()
Remove all range segments.
FSSubmitFormActionFlagSubmitAsPDF
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:2015
FSRendererColorModeNormal
Normal color mode.
Definition: FSPDFObjC.h:2996
FSAnnotPropertyModifiedDate
Annotation property: modified date.
Definition: FSPDFObjC.h:2368
FSErrInvalidClientID
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:514
-[FSParagraphEditing canDeselectAll]
BOOL canDeselectAll()
Check whether can deselect all text.
FSOptimizerSettingsDiscardObjectsFlattenFormFields
Flatten form fields.
Definition: FSPDFObjC.h:6724
FSFillModeAlternate
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:617
FSMarkupEndingStyleROpenArrow
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:2541
FSSnappedPointSnappedPointType
FSSnappedPointSnappedPointType
Enumeration for snapped point type.
Definition: FSPDFObjC.h:8256
FSTaggedPDF
Definition: FSPDFObjC.h:7366
-[FSWatermark getWidth]
float getWidth()
Get the original width of current watermark.
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeDrawing
Hatches export type: Exports hatch as a set of triangles (vectorizer).
Definition: FSPDFObjC.h:6935
FSPosTopRight
Position: top right.
Definition: FSPDFObjC.h:624
FSFillerVkeyAdd
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:4035
-[FSJoinSplit linkBoxes]
void linkBoxes()
Call this function to link text.
FSRMSSecurityCallback-p
Definition: FSPDFObjC.h:10353
FSLRStructureElementAttributeValueEnumTbLr
Enum value: TbLr (PDF 2.0), which means inline progression from top to bottom; block progression from...
Definition: FSPDFObjC.h:7195
FSAppProviderCallbackStringIDScriptArgumentMismatch
Sample message: "Error:Argument mismatch in property or function argument.".
Definition: FSPDFObjC.h:5466
FSWidgetLineSpacingExactValue
Line spacing style: exact value line spacing.
Definition: FSPDFObjC.h:2900
FSDestinationZoomFitRect
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:1826
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:8015
FSActionTypeUnknown
Action type: unknown action.
Definition: FSPDFObjC.h:1864
FSFillerVkeyP
P key.
Definition: FSPDFObjC.h:4013
FSMetadata
Definition: FSPDFObjC.h:5151
FSLine
Definition: FSPDFObjC.h:2736
FSFillerVkeyNumpad1
1 key in the numeric keypad.
Definition: FSPDFObjC.h:4025
FSFileFormatTypeXDP
File format type: XDP.
Definition: FSPDFObjC.h:685
FSFillModeNone
Fill mode: none.
Definition: FSPDFObjC.h:616
FSPDFDocSaveFlags
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:4981
FSLRElementElementTypeHeading
Structure element type: H, which means "Heading" and represents a label for a subdivision of a docume...
Definition: FSPDFObjC.h:7056
FSPDFPageFlattenOptions
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:4626
FSErrLTVVerifyModeNotSet
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:523