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 FSReadingBookmark;
38 @class FSSignature;
39 @class FSSecurityHandler;
40 @class FSLayerNode;
41 @class FSLayerPrintData;
42 @class FSGraphicsObject;
43 @class FSPDFArray;
44 @class FSPDFStream;
45 @class FSWatermarkSettings;
47 @class FSTextObject;
48 @class FSXFAWidget;
49 @class FSXFAPage;
50 @class FSForm;
51 @class FSRectI;
52 @class FSRectF;
53 @class FSMatrix2D;
54 @class FSGraphicsObjects;
56 @class FSFormXObject;
57 @class FSImageObject;
58 @class FSPathObject;
59 @class FSShadingObject;
60 @class FSTimer;
61 @class FSScreen;
62 @class FSMediaPlayer;
63 @class FSLayerTree;
64 @class FSLayerNodeArray;
65 @class FSTimeStampServer;
67 @class FSResponse;
68 @class FSTimeRange;
69 @class FSCertVerifyResult;
71 @class FSCertIssuerPair;
73 @class FSLTVVerifier;
76 @class FSOptimizerSettings;
77 @class FSImageSettings;
78 @class FSMonoImageSettings;
79 @class FSEmbeddedFontData;
83 @class FSConvert;
84 @class FSPageNumberRange;
85 @class FSColor;
87 @class FSHeaderFooter;
89 @class FSFillSign;
90 @class FSFillSignObject;
96 @class FSCombination;
97 @class FSLRElement;
100 @class FSLRContentElement;
101 @class FSLRContext;
102 @class FSOutputPreview;
104 @class FSAnnotationSummary;
105 @class FSTaggedPDF;
106 @class FSPortfolio;
107 @class FSSchemaField;
108 @class FSSchemaFieldArray;
109 @class FSPortfolioNode;
110 @class FSPortfolioNodeArray;
111 @class FSPortfolioFileNode;
112 @class FSPortfolioFolderNode;
113 @class FSPagingSealSignature;
114 @class FSTableCellData;
116 @class FSTableCellDataArray;
117 @class FSTableData;
118 @class FSButtonItem;
121 @class FSMenuItemConfig;
122 @class FSRectFArray;
123 
124 @protocol FSPauseCallback;
125 @protocol FSFileReaderCallback;
126 @protocol FSFileWriterCallback;
127 @protocol FSFileStreamCallback;
128 @protocol FSActionCallback;
129 @protocol FSIconProviderCallback;
130 @protocol FSNotifierCallback;
131 @protocol FSDocEventCallback;
132 @protocol FSAsyncReaderCallback;
133 @protocol FSFillerAssistCallback;
134 @protocol FSSearchCallback;
135 @protocol FSSearchCancelCallback;
136 @protocol FSPSICallback;
137 @protocol FSSecurityCallback;
139 @protocol FSDRMSecurityCallback;
140 @protocol FSCustomSecurityCallback;
141 @protocol FSRMSSecurityCallback;
142 @protocol FSSignatureCallback;
143 @protocol FSAppProviderCallback;
144 @protocol FSDocProviderCallback;
146 @protocol FSRevocationCallback;
148 @protocol FSFontMapperCallback;
150 @protocol FSTaggedPDFCallback;
151 @protocol FSTimeStampCallback;
152 @protocol FSReplaceCallback;
153 
154 #import <Foundation/Foundation.h>
155 
156 
157 #ifdef __cplusplus
158 extern "C" {
159 #endif
160 
161 @interface SWIGTYPE_p_void : NSObject
162 {
163  void *swigCPtr;
164  BOOL swigCMemOwn;
165 }
166 -(id)init NS_UNAVAILABLE;
167 -(void*)getCptr;
168 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
169 
170 @end
171 
172 @interface FSBasicArray : NSObject
173 {
174  void *swigCPtr;
175  BOOL swigCMemOwn;
176 }
177 -(void*)getCptr;
178 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
179 
180 -(void)dealloc;
181 
182 @end
183 
184 
185 
186 @interface FSPoint : NSObject
187 {
188  void *swigCPtr;
189  BOOL swigCMemOwn;
190 }
191 @property (nonatomic, getter=getX) int x;
192 @property (nonatomic, getter=getY) int y;
193 -(void*)getCptr;
194 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
195 -(id)init;
196 -(id)initWithOther: (FSPoint*)other;
197 -(void)set: (int)x y: (int)y;
198 -(void)add: (int)x y: (int)y;
199 -(void)subtract: (int)x y: (int)y;
200 -(void)reset;
201 -(void)dealloc;
202 
203 @end
204 
205 @interface FSPointF : NSObject
206 {
207  void *swigCPtr;
208  BOOL swigCMemOwn;
209 }
210 @property (nonatomic, getter=getX) float x;
211 @property (nonatomic, getter=getY) float y;
212 -(void*)getCptr;
213 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
214 -(id)init;
215 -(id)initWithOther: (FSPointF*)other;
216 -(void)set: (float)x y: (float)y;
217 -(void)add: (float)x y: (float)y;
218 -(void)subtract: (float)x y: (float)y;
219 -(void)reset;
220 -(void)dealloc;
221 
222 @end
223 
225 -(void*)getCptr;
226 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
227 -(id)init;
228 -(id)initWithOther: (FSRectFArray*)other;
229 -(int)getSize;
230 -(int)getUpperBound;
231 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
232 -(void)removeAll;
233 -(FSRectF*)getAt: (int)nIndex;
234 -(BOOL)setAt: (int)nIndex newElement: (FSRectF*)newElement;
235 -(BOOL)setAtGrow: (int)nIndex newElement: (FSRectF*)newElement;
236 -(BOOL)add: (FSRectF*)newElement;
237 -(BOOL)insertAt: (int)nIndex newElement: (FSRectF*)newElement nCount: (int)nCount;
238 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
239 -(int)find: (FSRectF*)data iStart: (int)iStart;
240 
241 -(void)dealloc;
242 
243 @end
244 
246 -(void*)getCptr;
247 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
248 -(id)init;
249 -(id)initWithOther: (FSPointFArray*)other;
250 -(int)getSize;
251 -(int)getUpperBound;
252 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
253 -(void)removeAll;
254 -(FSPointF*)getAt: (int)nIndex;
255 -(BOOL)setAt: (int)nIndex newElement: (FSPointF*)newElement;
256 -(BOOL)setAtGrow: (int)nIndex newElement: (FSPointF*)newElement;
257 -(BOOL)add: (FSPointF*)newElement;
258 -(BOOL)insertAt: (int)nIndex newElement: (FSPointF*)newElement nCount: (int)nCount;
259 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
260 -(int)find: (FSPointF*)data iStart: (int)iStart;
261 
262 -(void)dealloc;
263 
264 @end
265 
267 -(void*)getCptr;
268 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
269 -(id)init;
270 -(id)initWithOther: (FSFloatArray*)other;
271 -(int)getSize;
272 -(int)getUpperBound;
273 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
274 -(void)removeAll;
275 -(float)getAt: (int)nIndex;
276 -(BOOL)setAt: (int)nIndex newElement: (float)newElement;
277 -(BOOL)setAtGrow: (int)nIndex newElement: (float)newElement;
278 -(BOOL)add: (float)newElement;
279 -(BOOL)insertAt: (int)nIndex newElement: (float)newElement nCount: (int)nCount;
280 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
281 -(int)find: (float)data iStart: (int)iStart;
282 
283 -(void)dealloc;
284 
285 @end
286 
288 -(void*)getCptr;
289 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
290 -(id)init;
291 -(id)initWithOther: (FSInt32Array*)other;
292 -(int)getSize;
293 -(int)getUpperBound;
294 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
295 -(void)removeAll;
296 -(int)getAt: (int)nIndex;
297 -(BOOL)setAt: (int)nIndex newElement: (int)newElement;
298 -(BOOL)setAtGrow: (int)nIndex newElement: (int)newElement;
299 -(BOOL)add: (int)newElement;
300 -(BOOL)insertAt: (int)nIndex newElement: (int)newElement nCount: (int)nCount;
301 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
302 -(int)find: (int)data iStart: (int)iStart;
303 
304 -(void)dealloc;
305 
306 @end
307 
308 @interface FSRectI : NSObject
309 {
310  void *swigCPtr;
311  BOOL swigCMemOwn;
312 }
313 @property (nonatomic, getter=getLeft) int left;
314 @property (nonatomic, getter=getTop) int top;
315 @property (nonatomic, getter=getRight) int right;
316 @property (nonatomic, getter=getBottom) int bottom;
317 -(void*)getCptr;
318 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
319 -(id)init;
320 -(id)initWithLeft1: (int)left1 top1: (int)top1 right1: (int)right1 bottom1: (int)bottom1;
321 -(int)width;
322 -(int)height;
323 -(BOOL)isEmpty;
324 -(void)normalize;
325 -(void)intersect: (FSRectI*)src;
326 -(void)union: (FSRectI*)other_rect;
327 -(void)offset: (int)dx dy: (int)dy;
328 -(BOOL)contains: (FSRectI*)other_rect;
329 -(BOOL)containsPoint: (int)x y: (int)y;
330 -(BOOL)valid;
331 
332 -(void)dealloc;
333 
334 @end
335 
336 @interface FSRectF : NSObject
337 {
338  void *swigCPtr;
339  BOOL swigCMemOwn;
340 }
341 @property (nonatomic, getter=getLeft) float left;
342 @property (nonatomic, getter=getRight) float right;
343 @property (nonatomic, getter=getBottom) float bottom;
344 @property (nonatomic, getter=getTop) float top;
345 -(void*)getCptr;
346 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
347 -(id)init;
348 -(id)initWithLeft1: (float)left1 bottom1: (float)bottom1 right1: (float)right1 top1: (float)top1;
349 -(id)initWithRect: (FSRectI*)rect;
350 -(BOOL)isEmpty;
351 -(void)normalize;
352 -(void)reset;
353 -(BOOL)contains: (FSRectF*)other_rect;
354 -(void)transform: (FSMatrix2D*)pMatrix;
355 -(void)intersect: (FSRectF*)other_rect;
356 -(void)union: (FSRectF*)other_rect;
357 -(FSRectI*)getInnerRect;
358 -(FSRectI*)getOuterRect;
359 -(FSRectI*)getClosestRect;
360 -(void)initRect: (float)x y: (float)y;
361 -(void)updateRect: (float)x y: (float)y;
362 -(float)width;
363 -(float)height;
364 -(void)inflateWithValues: (float)x y: (float)y;
365 -(void)inflate: (FSRectF*)rt;
366 -(void)defalteWithValues: (float)x y: (float)y;
367 -(void)deflate: (FSRectF*)rt;
368 -(void)translate: (float)e f: (float)f;
369 +(FSRectF*)getBBox: (FSPointF*)pPoints nPoints: (int)nPoints;
370 -(BOOL)containsPointF: (FSPointF*)point;
371 +(BOOL)IsRectAdjacent: (FSRectF*)rect1 rect2: (FSRectF*)rect2 alignmentTolerance: (float)alignmentTolerance distanceTolerance: (float)distanceTolerance direction: (int)direction;
372 
373 -(void)dealloc;
374 
375 @end
376 
377 @interface FSMatrix2D : NSObject
378 {
379  void *swigCPtr;
380  BOOL swigCMemOwn;
381 }
382 @property (nonatomic, getter=getA) float a;
383 @property (nonatomic, getter=getB) float b;
384 @property (nonatomic, getter=getC) float c;
385 @property (nonatomic, getter=getD) float d;
386 @property (nonatomic, getter=getE) float e;
387 @property (nonatomic, getter=getF) float f;
388 -(void*)getCptr;
389 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
390 -(id)init;
391 -(id)initWithA1: (float)a1 b1: (float)b1 c1: (float)c1 d1: (float)d1 e1: (float)e1 f1: (float)f1;
392 -(void)set: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f;
393 -(void)setIdentity;
394 -(void)setReverse: (FSMatrix2D*)m;
395 -(void)concat: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f bPrepended: (BOOL)bPrepended;
396 -(void)concatWithMatrix: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
397 -(void)concatInverse: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
398 -(void)reset;
399 -(void)copy: (FSMatrix2D*)m;
400 -(BOOL)isIdentity;
401 -(BOOL)isInvertible;
402 -(BOOL)is90Rotated;
403 -(BOOL)isScaled;
404 -(void)translate: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
405 -(void)translateI: (int)x y: (int)y bPrepended: (BOOL)bPrepended;
406 -(void)scale: (float)sx sy: (float)sy bPrepended: (BOOL)bPrepended;
407 -(void)rotate: (float)fRadian bPrepended: (BOOL)bPrepended;
408 -(void)rotateAt: (float)fRadian x: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
409 -(void)shear: (float)fAlphaRadian fBetaRadian: (float)fBetaRadian bPrepended: (BOOL)bPrepended;
410 -(void)matchRect: (FSRectF*)dest src: (FSRectF*)src;
411 -(float)getXUnit;
412 -(float)getYUnit;
413 -(FSRectF*)getUnitRect;
414 -(float)getUnitArea;
415 -(float)transformXDistanceInFloat: (float)dx;
416 -(int)transformXDistance: (int)dx;
417 -(float)transformYDistanceInFloat: (float)dy;
418 -(int)transformYDistance: (int)dy;
419 -(float)transformDistanceInFloat: (float)dx dy: (float)dy;
420 -(int)transformDistanceInInteger: (int)dx dy: (int)dy;
421 -(float)transformDistance: (float)distance;
422 -(void)transformPoint: (int *)x y: (int *)y;
423 -(void)transformRectF: (FSRectF*)rect;
424 -(void)transformRect: (FSRectI*)rect;
425 -(void)transformPointF: (FSPointF*)point;
426 
427 -(void)dealloc;
428 
429 @end
430 
431 
432 
433 
434 
435 
436 
437 typedef NS_ENUM(NSInteger, FSErrorCode) {
517 };
518 
519 @interface FSBase : NSObject
520 {
521  void *swigCPtr;
522  BOOL swigCMemOwn;
523 }
524 -(void*)getCptr;
525 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
526 
527 -(void)dealloc;
528 
529 @end
530 
531 @interface FSDateTime : NSObject
532 {
533  void *swigCPtr;
534  BOOL swigCMemOwn;
535 }
536 @property (nonatomic, getter=getYear) unsigned short year;
537 @property (nonatomic, getter=getMonth) unsigned short month;
538 @property (nonatomic, getter=getDay) unsigned short day;
539 @property (nonatomic, getter=getHour) unsigned short hour;
540 @property (nonatomic, getter=getMinute) unsigned short minute;
541 @property (nonatomic, getter=getSecond) unsigned short second;
542 @property (nonatomic, getter=getMilliseconds) unsigned short milliseconds;
543 @property (nonatomic, getter=getUtc_hour_offset) short utc_hour_offset;
544 @property (nonatomic, getter=getUtc_minute_offset) unsigned short utc_minute_offset;
545 -(void*)getCptr;
546 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
547 +(FSDateTime*)getUTCTime;
548 +(FSDateTime*)getLocalTime;
549 -(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;
550 -(id)init;
551 -(id)initWithDt: (FSDateTime*)dt;
552 -(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;
553 -(BOOL)isValid;
554 -(FSDateTime*)toLocalTime;
555 -(FSDateTime*)toUTCTime;
556 -(void)dealloc;
557 
558 @end
559 
560 typedef NS_ENUM(NSInteger, FSRotation) {
566 };
567 
568 typedef NS_ENUM(NSInteger, FSAlignment) {
572 };
573 
574 typedef NS_ENUM(NSInteger, FSFillMode) {
578 };
579 
580 typedef NS_ENUM(NSInteger, FSPosition) {
590 };
591 
592 typedef NS_ENUM(NSInteger, FSModuleName) {
608 };
609 
610 typedef NS_ENUM(NSInteger, FSColorSpaceType) {
624 };
625 
626 typedef NS_ENUM(NSInteger, FSLocaleID) {
636 };
637 
638 typedef NS_ENUM(NSInteger, FSFileFormatType) {
647 };
648 
649 @interface FSCodec : FSBase
650 -(void*)getCptr;
651 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
652 +(NSData *)base64Encode: (NSData *)buffer;
653 +(NSData *)base64Decode: (NSData *)buffer;
654 +(NSData *)flateCompress: (NSData *)buffer;
655 +(NSData *)flateDecompress: (NSData *)buffer;
656 -(id)init;
657 
658 -(void)dealloc;
659 
660 @end
661 
662 
663 
664 typedef NS_ENUM(NSInteger, FSProgressiveState) {
668 };
669 
670 @interface FSProgressive : FSBase
671 -(id)init NS_UNAVAILABLE;
672 -(void*)getCptr;
673 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
674 -(id)initWithOther: (FSProgressive*)other;
676 -(int)getRateOfProgress;
677 
678 -(void)dealloc;
679 
680 @end
681 
682 @interface FSRenderConfig : NSObject
683 {
684  void *swigCPtr;
685  BOOL swigCMemOwn;
686 }
687 @property (nonatomic, getter=getGraphics_objs_count_in_one_step) int graphics_objs_count_in_one_step;
688 -(void*)getCptr;
689 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
690 -(id)initWithGraphics_objs_count_in_one_step: (int)graphics_objs_count_in_one_step;
691 -(id)init;
692 -(void)set: (int)graphics_objs_count_in_one_step;
693 -(void)dealloc;
694 
695 @end
696 
697 @interface FSLibrary : NSObject
698 {
699  void *swigCPtr;
700  BOOL swigCMemOwn;
701 }
702 -(id)init NS_UNAVAILABLE;
703 -(void*)getCptr;
704 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
705 +(FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
706 +(FSErrorCode)reinitialize;
707 +(void)destroy;
708 +(BOOL)hasModuleLicenseRight: (FSModuleName)module_name;
709 +(NSString *)getVersion;
710 +(BOOL)setCacheSize: (unsigned int)size;
711 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
712 +(BOOL)setAnnotIconProviderCallback: (id<FSIconProviderCallback>)annot_icon_provider;
713 +(BOOL)setNotifierCallback: (id<FSNotifierCallback>)notifier;
714 +(BOOL)setActionCallback: (id<FSActionCallback>)action_callback;
715 +(BOOL)setDocEventCallback: (id<FSDocEventCallback>)callback;
716 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (id<FSSignatureCallback>)signature_callback;
717 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (id<FSSecurityCallback>)callback;
718 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
719 +(BOOL)setTimeStampCallback: (id<FSTimeStampCallback>)timestamp_callback;
720 +(void)registerXFAAppProviderCallback: (id<FSAppProviderCallback>)callback;
721 +(void)setRenderTextGamma: (float)gamma;
722 +(void)setLogFile: (NSString *)log_file_path;
723 +(BOOL)setFontMapperCallback: (id<FSFontMapperCallback>)callback;
724 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
725 +(FSRenderConfig*)getRenderConfig;
726 +(void)setRenderConfig: (FSRenderConfig*)render_config;
727 +(void)enableThreadSafety: (BOOL)is_enable_thread_safety;
728 
729 -(void)dealloc;
730 
731 @end
732 
733 typedef NS_ENUM(NSInteger, FSGraphStateLineCapStyle) {
737 };
738 
739 typedef NS_ENUM(NSInteger, FSGraphStateLineJoinStyle) {
743 };
744 
745 @interface FSGraphState : NSObject
746 {
747  void *swigCPtr;
748  BOOL swigCMemOwn;
749 }
750 @property (nonatomic, getter=getLine_width) float line_width;
751 @property (nonatomic, getter=getLine_join) FSGraphStateLineJoinStyle line_join;
752 @property (nonatomic, getter=getMiter_limit) float miter_limit;
753 @property (nonatomic, getter=getLine_cap) FSGraphStateLineCapStyle line_cap;
754 @property (nonatomic, getter=getDash_phase) float dash_phase;
755 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
756 -(void*)getCptr;
757 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
758 -(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;
759 -(id)init;
760 -(id)initWithState: (FSGraphState*)state;
761 -(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;
762 -(void)dealloc;
763 
764 @end
765 
766 
767 
768 typedef NS_ENUM(NSInteger, FSRangeFilter) {
772 };
773 
774 @interface FSRange : FSBase
775 -(void*)getCptr;
776 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
777 -(id)init;
778 -(id)initWithIndex: (int)index;
779 -(id)initWithStart_index: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
780 -(id)initWithOther: (FSRange*)other;
781 -(BOOL)isEmpty;
782 -(void)addSingle: (int)index;
783 -(void)addSegment: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
784 -(int)getSegmentCount;
785 -(int)getSegmentStart: (int)segment_index;
786 -(int)getSegmentEnd: (int)segment_index;
787 -(void)removeAll;
788 
789 -(void)dealloc;
790 
791 @end
792 
793 typedef NS_ENUM(NSInteger, FSFontStyles) {
800  FSFontStyleAllCap = 0x10000,
803 };
804 
805 typedef NS_ENUM(NSInteger, FSFontCharset) {
821 };
822 
823 typedef NS_ENUM(NSInteger, FSFontCIDCharset) {
830 };
831 
832 typedef NS_ENUM(NSInteger, FSFontStandardID) {
847 };
848 
849 typedef NS_ENUM(NSInteger, FSFontFontTypes) {
854 };
855 
856 @interface FSFont : FSBase
857 -(id)init NS_UNAVAILABLE;
858 -(void*)getCptr;
859 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
860 -(id)initWithName: (NSString *)name styles: (unsigned int)styles charset: (FSFontCharset)charset weight: (int)weight;
861 -(id)initWithFont_id: (FSFontStandardID)font_id;
862 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (int)face_index charset: (FSFontCharset)charset;
863 -(id)initWithOther: (FSFont*)other;
864 -(BOOL)isEmpty;
865 -(NSString *)getName;
866 -(NSString *)getFamilyName;
867 -(BOOL)isBold;
868 -(BOOL)isItalic;
869 -(BOOL)isEmbedded: (FSPDFDoc*)document;
870 -(BOOL)isSupportEmbedded: (FSPDFDoc*)document;
871 -(FSFont*)embed: (FSPDFDoc*)document;
872 -(int)getAscent;
873 -(int)getDescent;
874 -(FSRectI*)getCharBBox: (unsigned int)unicode;
875 -(float)getCharWidth: (unsigned int)unicode;
876 -(FSRectI*)getCharBBoxWithPDFDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
877 -(float)getCharWidthWithPDFDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
878 -(unsigned int)getStyles: (FSPDFDoc*)document;
879 -(FSFontCIDCharset)getCIDCharset: (FSPDFDoc*)document;
880 -(BOOL)isStandardFont: (FSPDFDoc*)document;
881 -(FSFontStandardID)getStandard14Font: (FSPDFDoc*)document;
882 -(FSFontFontTypes)getFontType: (FSPDFDoc*)document;
883 -(NSString *)getBaseFontName: (FSPDFDoc*)document;
884 -(BOOL)isVertWriting: (FSPDFDoc*)document;
885 -(NSString *)getEncoding: (FSPDFDoc*)document;
886 -(BOOL)setEncoding: (FSPDFDoc*)document value: (NSString *)value;
887 
888 -(void)dealloc;
889 
890 @end
891 
892 @interface FSFontMapResult : NSObject
893 {
894  void *swigCPtr;
895  BOOL swigCMemOwn;
896 }
897 @property (nonatomic, retain, getter=getFile_read) id<FSFileReaderCallback> file_read;
898 @property (nonatomic, getter=getFace_index) int face_index;
899 -(void*)getCptr;
900 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
901 -(id)init;
902 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
903 -(id)initWithOther: (FSFontMapResult*)other;
904 -(void)set: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
905 -(void)dealloc;
906 
907 @end
908 
909 
910 
911 typedef NS_ENUM(NSInteger, FSPathPointType) {
917 };
918 
919 @interface FSPath : FSBase
920 -(void*)getCptr;
921 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
922 -(id)init;
923 -(id)initWithOther: (FSPath*)other;
924 -(BOOL)isEmpty;
925 -(int)getPointCount;
926 -(FSPointF*)getPoint: (int)index;
927 -(FSPathPointType)getPointType: (int)index;
928 -(BOOL)setPoint: (int)index point: (FSPointF*)point type: (FSPathPointType)type;
929 -(BOOL)moveTo: (FSPointF*)point;
930 -(BOOL)lineTo: (FSPointF*)point;
931 -(BOOL)cubicBezierTo: (FSPointF*)point1 point2: (FSPointF*)point2 point3: (FSPointF*)point3;
932 -(BOOL)closeFigure;
933 -(BOOL)removePoint: (int)index;
934 -(BOOL)appendRect: (FSRectF*)rect;
935 -(BOOL)appendEllipse: (FSRectF*)rect;
936 -(void)transform: (FSMatrix2D*)matrix;
937 -(void)clear;
938 -(void)increasePointCount: (int)count;
939 
940 -(void)dealloc;
941 
942 @end
943 
944 @interface FSPathArray : NSObject
945 {
946  void *swigCPtr;
947  BOOL swigCMemOwn;
948 }
949 -(void*)getCptr;
950 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
951 -(id)init;
952 -(id)initWithOther: (FSPathArray*)other;
953 -(unsigned long)getSize;
954 -(FSPath*)getAt: (unsigned long)index;
955 -(void)add: (FSPath*)element;
956 -(void)removeAt: (unsigned long)index;
957 -(void)insertAt: (unsigned long)index element: (FSPath*)element;
958 -(void)removeAll;
959 
960 -(void)dealloc;
961 
962 @end
963 
964 typedef NS_ENUM(NSInteger, FSColorSpaceRenderingIntent) {
969 };
970 
971 @interface FSColorSpace : FSBase
972 -(id)init NS_UNAVAILABLE;
973 -(void*)getCptr;
974 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
975 -(id)initWithType: (FSColorSpaceType)type;
976 -(id)initWithOther: (FSColorSpace*)other;
977 -(BOOL)isEmpty;
978 -(int)getComponentCount;
980 -(BOOL)isSpotColorSpace;
981 -(NSArray<NSData *> *)getComponentNames;
982 -(FSColor*)convertColor: (FSColor*)color;
983 -(FSColor*)convertColorWithRGBColor: (int)r_value g_value: (int)g_value b_value: (int)b_value;
984 -(FSColor*)convertColorWithCMYKColor: (int)c_value m_value: (int)m_value y_value: (int)y_value k_value: (int)k_value;
985 
986 -(void)dealloc;
987 
988 @end
989 
990 @interface FSColor : FSBase
991 @property (nonatomic, weak, getter=getValue) FSFloatArray* value;
992 -(void*)getCptr;
993 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
994 -(id)init;
995 -(id)initWithColor_space: (FSColorSpace*)color_space;
996 -(id)initWithOther: (FSColor*)other;
997 -(BOOL)isEmpty;
999 -(FSColor*)convertToRGB: (FSColorSpaceRenderingIntent)intent;
1000 -(FSColor*)convertToCMYK: (FSColorSpaceRenderingIntent)intent;
1001 
1002 -(void)dealloc;
1003 
1004 @end
1005 
1006 typedef NS_ENUM(NSInteger, FSBitmapDIBFormat) {
1018 };
1019 
1020 typedef NS_ENUM(NSInteger, FSBitmapInterpolationFlag) {
1024 };
1025 
1026 @interface FSBitmap : FSBase
1027 -(void*)getCptr;
1028 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1029 -(id)initWithWidth: (int)width height: (int)height format: (FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (int)pitch;
1030 -(id)initWithOther: (FSBitmap*)other;
1031 -(id)init;
1032 -(BOOL)isEmpty;
1033 -(FSBitmap*)clone: (FSRectI*)clip_rect;
1034 -(int)getWidth;
1035 -(int)getHeight;
1036 -(int)getPitch;
1037 -(int)getBpp;
1039 -(void)fillRect: (unsigned int)color rect: (FSRectI*)rect;
1040 -(FSBitmap*)convertFormat: (FSBitmapDIBFormat)format icc_transform: (NSData *)icc_transform;
1041 -(FSRectI*)calculateBBoxByColor: (unsigned int)backgroud_color;
1042 -(FSRectI*)detectBBoxByColorDiffer: (int)detection_size color_differ: (int)color_differ;
1043 -(FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (FSRectI*)clip_rect;
1044 -(FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1045 -(FSBitmap*)stretchTo: (int)dest_width dest_height: (int)dest_height flag: (FSBitmapInterpolationFlag)flag clip_rect: (FSRectI*)clip_rect;
1046 -(FSBitmap*)transformTo: (FSMatrix2D*)matrix flag: (FSBitmapInterpolationFlag)flag out_left: (int *)out_left out_top: (int *)out_top clip_rect: (FSRectI*)clip_rect;
1047 -(FSBitmap*)getMask: (FSRectI*)clip_rect;
1048 -(NSData *)getBuffer;
1049 
1050 -(void)dealloc;
1051 
1052 @end
1053 
1054 typedef NS_ENUM(NSInteger, FSImageType) {
1064 };
1065 
1066 @interface FSImage : FSBase
1067 -(void*)getCptr;
1068 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1069 -(id)init;
1070 -(id)initWithPath: (NSString *)path;
1071 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
1072 -(id)initWithOther: (FSImage*)other;
1073 -(BOOL)isEmpty;
1075 -(int)getWidth;
1076 -(int)getHeight;
1077 -(int)getFrameCount;
1078 -(FSBitmap*)getFrameBitmap: (int)index;
1079 -(int)getXDPI;
1080 -(int)getYDPI;
1081 -(BOOL)addFrame: (FSBitmap*)bitmap;
1082 -(void)setDPIs: (int)x_dpi y_dpi: (int)y_dpi;
1083 -(BOOL)saveAs: (NSString *)file_path;
1084 -(BOOL)saveAsWithStreamCallback: (id<FSFileStreamCallback>)file file_extension: (NSString *)file_extension;
1085 -(id)initWithBuffer: (NSData *)buffer;
1086 
1087 -(void)dealloc;
1088 
1089 @end
1090 
1091 
1092 
1093 typedef NS_ENUM(NSInteger, FSBarcodeFormat) {
1102 };
1103 
1104 typedef NS_ENUM(NSInteger, FSBarcodeQRErrorCorrectionLevel) {
1109 };
1110 
1111 @interface FSBarcode : FSBase
1112 -(void*)getCptr;
1113 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1114 -(id)init;
1115 -(id)initWithOther: (FSBarcode*)other;
1116 -(BOOL)isEmpty;
1117 -(FSBitmap*)generateBitmap: (NSString *)info format: (FSBarcodeFormat)format unit_width: (int)unit_width height: (int)height level: (FSBarcodeQRErrorCorrectionLevel)level;
1118 
1119 -(void)dealloc;
1120 
1121 @end
1122 
1123 typedef NS_ENUM(NSInteger, FSPDFObjectType) {
1134 };
1135 
1136 @interface FSPDFObject : NSObject
1137 {
1138  void *swigCPtr;
1139  BOOL swigCMemOwn;
1140 }
1141 -(void*)getCptr;
1142 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1143 +(FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
1144 +(FSPDFObject*)createFromFloat: (float)float_value;
1145 +(FSPDFObject*)createFromInteger: (int)integer_value;
1146 +(FSPDFObject*)createFromString: (NSString *)string_value;
1147 +(FSPDFObject*)createFromName: (NSString *)name;
1148 +(FSPDFObject*)createFromDateTime: (FSDateTime*)date_time;
1149 +(FSPDFObject*)createReference: (FSPDFDoc*)document object_number: (unsigned int)object_number;
1150 -(void)destroy;
1151 -(FSPDFObject*)cloneObject;
1152 -(FSPDFObject*)deepCloneObject;
1153 -(BOOL)isIdentical: (FSPDFObject*)pdf_obj;
1154 -(FSPDFObjectType)getType;
1155 -(unsigned int)getObjNum;
1156 -(int)getInteger;
1157 -(float)getFloat;
1158 -(BOOL)getBoolean;
1159 -(FSMatrix2D*)getMatrix;
1160 -(FSRectF*)getRect;
1161 -(FSPDFObject*)getDirectObject;
1162 -(FSDateTime*)getDateTime;
1163 -(NSString *)getName;
1164 -(NSString *)getWideString;
1165 -(FSPDFArray*)getArray;
1166 -(FSPDFDictionary*)getDict;
1167 -(FSPDFStream*)getStream;
1168 -(NSData *)getString;
1169 
1170 -(void)dealloc;
1171 
1172 @end
1173 
1174 typedef NS_ENUM(NSInteger, FSPDFStreamFilter) {
1187 };
1188 
1190 -(id)init NS_UNAVAILABLE;
1191 -(void*)getCptr;
1192 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1193 +(FSPDFStream*)create: (FSPDFDictionary*)dictionary;
1196 -(unsigned long long)getDataSize: (BOOL)is_raw_data;
1197 -(void)importData: (id<FSFileReaderCallback>)file_read stream_filter: (FSPDFStreamFilter)stream_filter;
1198 -(id<FSFileReaderCallback>)exportData: (BOOL)is_raw_data;
1199 -(NSData *)getData: (BOOL)is_raw_data;
1200 -(void)setData: (NSData *)buffer;
1201 
1202 -(void)dealloc;
1203 
1204 @end
1205 
1207 -(id)init NS_UNAVAILABLE;
1208 -(void*)getCptr;
1209 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1210 +(FSPDFArray*)create;
1211 +(FSPDFArray*)createFromMatrix: (FSMatrix2D*)matrix;
1212 +(FSPDFArray*)createFromRect: (FSRectF*)rect;
1213 -(int)getElementCount;
1214 -(FSPDFObject*)getElement: (int)index;
1215 -(void)addElement: (FSPDFObject*)element;
1216 -(void)addBoolean: (BOOL)boolean_value;
1217 -(void)addDateTime: (FSDateTime*)date_time;
1218 -(void)addFloat: (float)float_value;
1219 -(void)addInteger: (int)integer_value;
1220 -(void)addMatrix: (FSMatrix2D*)matrix;
1221 -(void)addRect: (FSRectF*)rect;
1222 -(void)addName: (NSString *)name;
1223 -(void)addString: (NSString *)new_string;
1224 -(void)insertAt: (int)index element: (FSPDFObject*)element;
1225 -(void)setAt: (int)index element: (FSPDFObject*)element;
1226 -(void)removeAt: (int)index;
1227 
1228 -(void)dealloc;
1229 
1230 @end
1231 
1233 -(id)init NS_UNAVAILABLE;
1234 -(void*)getCptr;
1235 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1237 -(BOOL)hasKey: (NSString *)key;
1238 -(FSPDFObject*)getElement: (NSString *)key;
1239 -(long)moveNext: (long)position;
1240 -(NSString *)getKey: (long)position;
1241 -(FSPDFObject*)getValue: (long)position;
1242 -(void)setAt: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
1243 -(void)setAtReference: (NSString *)key pdf_object: (FSPDFObject*)pdf_object document: (FSPDFDoc*)document;
1244 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
1245 -(void)setAtDateTime: (NSString *)key value: (FSDateTime*)value;
1246 -(void)setAtFloat: (NSString *)key value: (float)value;
1247 -(void)setAtInteger: (NSString *)key value: (int)value;
1248 -(void)setAtMatrix: (NSString *)key value: (FSMatrix2D*)value;
1249 -(void)setAtRect: (NSString *)key value: (FSRectF*)value;
1250 -(void)setAtName: (NSString *)key value: (NSString *)value;
1251 -(void)setAtString: (NSString *)key value: (NSString *)value;
1252 -(void)removeAt: (NSString *)key;
1253 
1254 -(void)dealloc;
1255 
1256 @end
1257 
1259 -(void*)getCptr;
1260 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1261 -(id)init;
1262 -(id)initWithOther: (FSGraphicsObjectArray*)other;
1263 -(int)getSize;
1264 -(int)getUpperBound;
1265 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
1266 -(void)removeAll;
1267 -(FSGraphicsObject*)getAt: (int)nIndex;
1268 -(BOOL)setAt: (int)nIndex newElement: (FSGraphicsObject*)newElement;
1269 -(BOOL)setAtGrow: (int)nIndex newElement: (FSGraphicsObject*)newElement;
1270 -(BOOL)add: (FSGraphicsObject*)newElement;
1271 -(BOOL)insertAt: (int)nIndex newElement: (FSGraphicsObject*)newElement nCount: (int)nCount;
1272 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
1273 -(int)find: (FSGraphicsObject*)data iStart: (int)iStart;
1274 
1275 -(void)dealloc;
1276 
1277 @end
1278 
1279 @interface FSColorState : FSBase
1280 @property (nonatomic, weak, getter=getFillColor) FSColor* fillColor;
1281 @property (nonatomic, weak, getter=getStrokeColor) FSColor* strokeColor;
1282 -(id)init NS_UNAVAILABLE;
1283 -(void*)getCptr;
1284 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1285 -(id)initWithOther: (FSColorState*)other;
1286 -(BOOL)isEmpty;
1287 
1288 -(void)dealloc;
1289 
1290 @end
1291 
1292 @interface FSMarkedContent : NSObject
1293 {
1294  void *swigCPtr;
1295  BOOL swigCMemOwn;
1296 }
1297 -(id)init NS_UNAVAILABLE;
1298 -(void*)getCptr;
1299 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1300 -(BOOL)hasTag: (NSString *)tag_name;
1301 -(int)getItemCount;
1302 -(NSString *)getItemTagName: (int)index;
1303 -(int)getItemMCID: (int)index;
1304 -(FSPDFDictionary*)getItemPropertyDict: (int)index;
1305 -(int)addItem: (NSString *)tag_name property_dict: (FSPDFDictionary*)property_dict;
1306 -(BOOL)removeItem: (NSString *)tag_name;
1307 
1308 -(void)dealloc;
1309 
1310 @end
1311 
1312 typedef NS_ENUM(NSInteger, FSGraphicsObjectBlendMode) {
1329 };
1330 
1331 typedef NS_ENUM(NSInteger, FSGraphicsObjectType) {
1338 };
1339 
1340 @interface FSGraphicsObject : NSObject
1341 {
1342  void *swigCPtr;
1343  BOOL swigCMemOwn;
1344 }
1345 @property (nonatomic, getter=getStrokeColor) unsigned int strokeColor;
1346 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
1347 @property (nonatomic, weak, getter=getColorState) FSColorState* colorState;
1348 @property (nonatomic, getter=getFillOpacity) float fillOpacity;
1349 @property (nonatomic, getter=getStrokeOpacity) float strokeOpacity;
1350 @property (nonatomic, weak, getter=getMatrix) FSMatrix2D* matrix;
1351 @property (nonatomic, weak, getter=getGraphState) FSGraphState* graphState;
1352 @property (nonatomic, getter=getBlendMode) FSGraphicsObjectBlendMode blendMode;
1353 @property (nonatomic, weak, getter=getClipRect) FSRectF* clipRect;
1354 -(void*)getCptr;
1355 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1356 -(FSGraphicsObjectType)getType;
1357 -(FSRectF*)getRect;
1358 -(BOOL)hasTransparency;
1359 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
1360 -(FSGraphicsObject*)clone;
1361 -(int)getClipPathCount;
1362 -(FSPath*)getClipPath: (int)index;
1363 -(FSFillMode)getClipPathFillMode: (int)index;
1364 -(BOOL)addClipPath: (FSPath*)path fill_mode: (FSFillMode)fill_mode;
1365 -(BOOL)removeClipPath: (int)index;
1366 -(int)getClipTextObjectCount;
1367 -(FSTextObject*)getClipTextObject: (int)index;
1368 -(BOOL)addClipTextObject: (FSTextObject*)textobject;
1369 -(BOOL)removeClipTextObject: (int)index;
1370 -(BOOL)clearClips;
1371 -(FSMarkedContent*)getMarkedContent;
1372 -(FSLayerNodeArray*)getLayers: (FSLayerTree*)layer_tree;
1373 -(FSTextObject*)getTextObject;
1374 -(FSFormXObject*)getFormXObject;
1375 -(FSImageObject*)getImageObject;
1376 -(FSPathObject*)getPathObject;
1377 -(FSShadingObject*)getShadingObject;
1378 -(void)rotate: (int)angle;
1379 
1380 -(void)dealloc;
1381 
1382 @end
1383 
1384 typedef NS_ENUM(NSInteger, FSTextStateMode) {
1393 };
1394 
1395 @interface FSTextState : NSObject
1396 {
1397  void *swigCPtr;
1398  BOOL swigCMemOwn;
1399 }
1400 @property (nonatomic, getter=getVersion) unsigned int version;
1401 @property (nonatomic, getter=getFont_size) float font_size;
1402 @property (nonatomic, getter=getCharspace) float charspace;
1403 @property (nonatomic, getter=getWordspace) float wordspace;
1404 @property (nonatomic, getter=getTextmode) FSTextStateMode textmode;
1405 @property (nonatomic, weak, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
1406 @property (nonatomic, weak, getter=getOrigin_position) FSPointF* origin_position;
1407 @property (nonatomic, weak, getter=getFont) FSFont* font;
1408 -(void*)getCptr;
1409 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1410 -(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;
1411 -(id)init;
1412 -(id)initWithState: (FSTextState*)state;
1413 -(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;
1414 
1415 -(void)dealloc;
1416 
1417 @end
1418 
1420 -(id)init NS_UNAVAILABLE;
1421 -(void*)getCptr;
1422 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1423 +(FSImageObject*)create: (FSPDFDoc*)document;
1424 -(void)setBitmap: (FSBitmap*)bitmap mask: (FSBitmap*)mask;
1425 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
1426 -(FSBitmap*)cloneBitmap: (FSGraphicsObjects*)graphics_objects;
1429 -(BOOL)isImageMask;
1430 -(FSPDFObject*)getMask;
1431 
1432 -(void)dealloc;
1433 
1434 @end
1435 
1437 @property (nonatomic, weak, getter=getText) NSString * text;
1438 -(id)init NS_UNAVAILABLE;
1439 -(void*)getCptr;
1440 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1441 +(FSTextObject*)create;
1442 -(FSTextState*)getTextState: (FSPDFPage*)page;
1443 -(void)setTextState: (FSPDFPage*)page text_state: (FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
1444 -(int)getCharCount;
1445 -(FSPointF*)getCharPos: (int)index;
1446 -(float)getCharWidthByIndex: (int)index;
1447 -(float)getCharHeightByIndex: (int)index;
1448 
1449 -(void)dealloc;
1450 
1451 @end
1452 
1454 @property (nonatomic, getter=getFillMode) FSFillMode fillMode;
1455 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
1456 @property (nonatomic, weak, getter=getPathData) FSPath* pathData;
1457 -(id)init NS_UNAVAILABLE;
1458 -(void*)getCptr;
1459 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1460 +(FSPathObject*)create;
1461 +(FSPathObject*)createFromTextObject: (FSPDFPage*)page text_obj: (FSTextObject*)text_obj;
1462 
1463 -(void)dealloc;
1464 
1465 @end
1466 
1468 -(id)init NS_UNAVAILABLE;
1469 -(void*)getCptr;
1470 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1471 +(FSFormXObject*)create: (FSPDFDoc*)document;
1474 -(BOOL)importPageContent: (FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
1475 
1476 -(void)dealloc;
1477 
1478 @end
1479 
1481 -(id)init NS_UNAVAILABLE;
1482 -(void*)getCptr;
1483 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1485 
1486 -(void)dealloc;
1487 
1488 @end
1489 
1490 typedef NS_ENUM(NSInteger, FSPDFNameTreeType) {
1496 };
1497 
1498 @interface FSPDFNameTree : FSBase
1499 -(void*)getCptr;
1500 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1501 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNameTreeType)type;
1502 -(id)init;
1503 -(id)initWithOther: (FSPDFNameTree*)other;
1504 -(BOOL)isEmpty;
1506 -(BOOL)hasName: (NSString *)name;
1507 -(int)getCount;
1508 -(NSString *)getName: (int)index;
1509 -(FSPDFObject*)getObj: (NSString *)name;
1510 -(BOOL)setObj: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
1511 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
1512 -(BOOL)add: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
1513 -(BOOL)removeObj: (NSString *)name;
1514 -(BOOL)removeAllObjs;
1515 
1516 -(void)dealloc;
1517 
1518 @end
1519 
1520 typedef NS_ENUM(NSInteger, FSPDFNumberTreeType) {
1522 };
1523 
1525 -(void*)getCptr;
1526 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1527 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNumberTreeType)type;
1528 -(id)init;
1529 -(id)initWithOther: (FSPDFNumberTree*)other;
1530 -(BOOL)isEmpty;
1532 -(BOOL)hasNumber: (int)number;
1533 -(FSPDFObject*)getObj: (int)number;
1534 -(BOOL)setObj: (int)number pdf_object: (FSPDFObject*)pdf_object;
1535 -(BOOL)removeObj: (int)number;
1536 -(BOOL)removeAllObjs;
1537 
1538 -(void)dealloc;
1539 
1540 @end
1541 
1542 typedef NS_ENUM(NSInteger, FSRenditionMediaOptionType) {
1545 };
1546 
1547 typedef NS_ENUM(NSInteger, FSRenditionMediaPermission) {
1552 };
1553 
1554 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerType) {
1558 };
1559 
1560 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerFitStyle) {
1567 };
1568 
1569 typedef NS_ENUM(NSInteger, FSRenditionWindowType) {
1574 };
1575 
1576 typedef NS_ENUM(NSInteger, FSRenditionMonitorSpecifier) {
1584 };
1585 
1586 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowRelatedWindowType) {
1591 };
1592 
1593 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowResizeType) {
1597 };
1598 
1599 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowOffscreenEvent) {
1603 };
1604 
1605 @interface FSRendition : FSBase
1606 @property (nonatomic, weak, getter=getRenditionName) NSString * renditionName;
1607 @property (nonatomic, weak, getter=getMediaClipName) NSString * mediaClipName;
1608 @property (nonatomic, weak, getter=getMediaClipFile) FSFileSpec* mediaClipFile;
1609 @property (nonatomic, weak, getter=getMediaClipContentType) NSString * mediaClipContentType;
1610 @property (nonatomic, getter=getPermission) FSRenditionMediaPermission permission;
1611 @property (nonatomic, weak, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
1612 -(id)init NS_UNAVAILABLE;
1613 -(void*)getCptr;
1614 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1615 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc rendition_dict: (FSPDFDictionary*)rendition_dict;
1616 -(id)initWithOther: (FSRendition*)other;
1617 -(BOOL)isEmpty;
1618 -(FSPDFDictionary*)getDict;
1619 -(BOOL)hasMediaClip;
1620 -(NSString *)getMediaBaseURL;
1621 -(void)setMediaBaseURL: (NSString *)base_url opt_type: (FSRenditionMediaOptionType)opt_type;
1622 -(int)getMediaPlayerCount: (FSRenditionMediaPlayerType)type;
1623 -(FSMediaPlayer*)getMediaPlayer: (FSRenditionMediaPlayerType)type index: (int)index;
1624 -(int)addMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
1625 -(void)removeMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
1626 -(int)getVolume;
1627 -(void)setVolume: (int)volume opt_type: (FSRenditionMediaOptionType)opt_type;
1628 -(BOOL)isControlBarVisible;
1629 -(void)enableControlBarVisible: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1630 -(FSRenditionMediaPlayerFitStyle)getFitStyle;
1631 -(void)setFitStyle: (FSRenditionMediaPlayerFitStyle)fit_style opt_type: (FSRenditionMediaOptionType)opt_type;
1632 -(int)getDuration;
1633 -(void)setDuration: (int)duration opt_type: (FSRenditionMediaOptionType)opt_type;
1634 -(BOOL)isAutoPlay;
1635 -(void)enableAutoPlay: (BOOL)is_auto_play opt_type: (FSRenditionMediaOptionType)opt_type;
1636 -(int)getRepeatCount;
1637 -(void)setRepeatCount: (int)count opt_type: (FSRenditionMediaOptionType)opt_type;
1638 -(FSRenditionWindowType)getWindowType;
1639 -(void)setWindowType: (FSRenditionWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
1640 -(unsigned int)getBackgroundColor;
1641 -(void)setBackgroundColor: (unsigned int)color opt_type: (FSRenditionMediaOptionType)opt_type;
1642 -(float)getBackgroundOpacity;
1643 -(void)setBackgroundOpacity: (float)opacity opt_type: (FSRenditionMediaOptionType)opt_type;
1644 -(FSRenditionMonitorSpecifier)getMonitorSpecifier;
1645 -(void)setMonitorSpecifier: (FSRenditionMonitorSpecifier)monitor_specifier opt_type: (FSRenditionMediaOptionType)opt_type;
1646 -(int)getFloatingWindowWidth;
1647 -(int)getFloatingWindowHeight;
1648 -(void)setFloatingWindowSize: (int)width height: (int)height opt_type: (FSRenditionMediaOptionType)opt_type;
1649 -(FSRenditionFloatingWindowRelatedWindowType)getFloatingWindowRelatedWindowType;
1650 -(void)setFloatingWindowRelatedWindowType: (FSRenditionFloatingWindowRelatedWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
1651 -(FSPosition)getFloatingWindowPosition;
1652 -(void)setFloatingWindowPosition: (FSPosition)position opt_type: (FSRenditionMediaOptionType)opt_type;
1653 -(FSRenditionFloatingWindowOffscreenEvent)getFloatingWindowOffscreenEvent;
1654 -(void)setFloatingWindowOffscreenEvent: (FSRenditionFloatingWindowOffscreenEvent)offscreen_event opt_type: (FSRenditionMediaOptionType)opt_type;
1655 -(BOOL)hasFloatingWindowTitleBar;
1656 -(void)enableFloatingWindowTitleBar: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1657 -(BOOL)hasFloatingWindowCloseButton;
1658 -(void)enableFloatingWindowCloseButton: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1659 -(FSRenditionFloatingWindowResizeType)getFloatingWindowResizeType;
1660 -(void)setFloatingWindowResizeType: (FSRenditionFloatingWindowResizeType)resize_type opt_type: (FSRenditionMediaOptionType)opt_type;
1661 -(NSArray<NSString *> *)getFloatingWindowTitles;
1662 -(void)setFloatingWindowTitles: (NSArray<NSString *> *)titles opt_type: (FSRenditionMediaOptionType)opt_type;
1663 
1664 -(void)dealloc;
1665 
1666 @end
1667 
1668 @interface FSMediaPlayer : FSBase
1669 @property (nonatomic, weak, getter=getSoftwareURI) NSString * softwareURI;
1670 @property (nonatomic, weak, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
1671 -(id)init NS_UNAVAILABLE;
1672 -(void*)getCptr;
1673 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1674 -(id)initWithMedia_player_dict: (FSPDFDictionary*)media_player_dict;
1675 -(id)initWithOther: (FSMediaPlayer*)other;
1676 -(BOOL)isEmpty;
1677 -(FSPDFDictionary*)getDict;
1678 
1679 -(void)dealloc;
1680 
1681 @end
1682 
1683 typedef NS_ENUM(NSInteger, FSDestinationZoomMode) {
1692 };
1693 
1694 @interface FSDestination : FSBase
1695 -(id)init NS_UNAVAILABLE;
1696 -(void*)getCptr;
1697 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1698 +(FSDestination*)createXYZ: (FSPDFDoc*)document page_index: (int)page_index left: (float)left top: (float)top zoom_factor: (float)zoom_factor;
1699 +(FSDestination*)createFitPage: (FSPDFDoc*)document page_index: (int)page_index;
1700 +(FSDestination*)createFitHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
1701 +(FSDestination*)createFitVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
1702 +(FSDestination*)createFitRect: (FSPDFDoc*)document page_index: (int)page_index left: (float)left bottom: (float)bottom right: (float)right top: (float)top;
1703 +(FSDestination*)createFitBBox: (FSPDFDoc*)document page_index: (int)page_index;
1704 +(FSDestination*)createFitBHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
1705 +(FSDestination*)createFitBVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
1706 +(FSDestination*)createFromPDFArray: (FSPDFDoc*)document pdf_array: (FSPDFArray*)pdf_array;
1707 -(id)initWithDest_array: (FSPDFArray*)dest_array;
1708 -(id)initWithOther: (FSDestination*)other;
1709 -(BOOL)isEmpty;
1710 -(int)getPageIndex: (FSPDFDoc*)document;
1712 -(float)getLeft;
1713 -(BOOL)isLeftNull;
1714 -(float)getTop;
1715 -(BOOL)isTopNull;
1716 -(float)getRight;
1717 -(float)getBottom;
1718 -(float)getZoomFactor;
1720 
1721 -(void)dealloc;
1722 
1723 @end
1724 
1725 typedef NS_ENUM(NSInteger, FSActionType) {
1745 };
1746 
1747 typedef NS_ENUM(NSInteger, FSActionNewWindowFlag) {
1751 };
1752 
1753 @interface FSAction : FSBase
1754 -(void*)getCptr;
1755 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1756 +(FSAction*)create: (FSPDFDoc*)document action_type: (FSActionType)action_type;
1757 -(id)initWithDocument: (FSPDFDoc*)document action_dict: (FSPDFDictionary*)action_dict;
1758 -(id)initWithAction: (FSAction*)action;
1759 -(BOOL)isEmpty;
1763 -(int)getSubActionCount;
1764 -(FSAction*)getSubAction: (int)index;
1765 -(void)setSubAction: (int)index sub_action: (FSAction*)sub_action;
1766 -(void)insertSubAction: (int)index sub_action: (FSAction*)sub_action;
1767 -(void)removeSubAction: (int)index;
1768 -(void)removeAllSubActions;
1769 
1770 -(void)dealloc;
1771 
1772 @end
1773 
1775 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
1776 -(id)init NS_UNAVAILABLE;
1777 -(void*)getCptr;
1778 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1779 -(id)initWithAction: (FSAction*)action;
1780 
1781 -(void)dealloc;
1782 
1783 @end
1784 
1785 @interface FSURIAction : FSAction
1786 @property (nonatomic, weak, getter=getURI) NSString * uRI;
1787 -(id)init NS_UNAVAILABLE;
1788 -(void*)getCptr;
1789 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1790 -(id)initWithAction: (FSAction*)action;
1791 -(BOOL)isTrackPosition;
1792 -(void)setTrackPositionFlag: (BOOL)is_track_position;
1793 
1794 -(void)dealloc;
1795 
1796 @end
1797 
1799 @property (nonatomic, weak, getter=getScript) NSString * script;
1800 -(id)init NS_UNAVAILABLE;
1801 -(void*)getCptr;
1802 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1803 -(id)initWithAction: (FSAction*)action;
1804 
1805 -(void)dealloc;
1806 
1807 @end
1808 
1810 @property (nonatomic, weak, getter=getName) NSString * name;
1811 -(id)init NS_UNAVAILABLE;
1812 -(void*)getCptr;
1813 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1814 -(id)initWithAction: (FSAction*)action;
1815 
1816 -(void)dealloc;
1817 
1818 @end
1819 
1821 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
1822 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1823 @property (nonatomic, weak, getter=getFileSpec) FSFileSpec* fileSpec;
1824 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
1825 -(id)init NS_UNAVAILABLE;
1826 -(void*)getCptr;
1827 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1828 -(id)initWithAction: (FSAction*)action;
1829 
1830 -(void)dealloc;
1831 
1832 @end
1833 
1835 @property (nonatomic, weak, getter=getRelationship) NSString * relationship;
1836 @property (nonatomic, weak, getter=getAttachedFileName) NSString * attachedFileName;
1837 @property (nonatomic, getter=getPageIndex) int pageIndex;
1838 @property (nonatomic, getter=getFileAttachmentAnnotIndex) int fileAttachmentAnnotIndex;
1839 @property (nonatomic, weak, getter=getTarget) FSEmbeddedGotoTarget* target;
1840 -(id)init NS_UNAVAILABLE;
1841 -(void*)getCptr;
1842 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1843 -(id)initWithDocument: (FSPDFDoc*)document;
1844 -(id)initWithDocument: (FSPDFDoc*)document target_object: (FSPDFDictionary*)target_object;
1845 -(id)initWithAction: (FSEmbeddedGotoTarget*)action;
1846 -(FSPDFDictionary*)getDict;
1847 -(BOOL)isEmpty;
1848 
1849 -(void)dealloc;
1850 
1851 @end
1852 
1854 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
1855 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1856 @property (nonatomic, weak, getter=getRootFile) FSFileSpec* rootFile;
1857 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
1858 @property (nonatomic, weak, getter=getTarget) FSEmbeddedGotoTarget* target;
1859 -(id)init NS_UNAVAILABLE;
1860 -(void*)getCptr;
1861 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1862 -(id)initWithAction: (FSAction*)action;
1863 
1864 -(void)dealloc;
1865 
1866 @end
1867 
1868 typedef NS_ENUM(NSInteger, FSSubmitFormActionFlags) {
1882 };
1883 
1885 @property (nonatomic, weak, getter=getURL) NSString * uRL;
1886 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
1887 @property (nonatomic, getter=getFlags) unsigned int flags;
1888 -(id)init NS_UNAVAILABLE;
1889 -(void*)getCptr;
1890 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1891 -(id)initWithAction: (FSAction*)action;
1892 
1893 -(void)dealloc;
1894 
1895 @end
1896 
1898 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
1899 @property (nonatomic, getter=getFlags) unsigned int flags;
1900 -(id)init NS_UNAVAILABLE;
1901 -(void*)getCptr;
1902 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1903 -(id)initWithAction: (FSAction*)action;
1904 
1905 -(void)dealloc;
1906 
1907 @end
1908 
1910 @property (nonatomic, weak, getter=getFDFFileSpec) FSFileSpec* fDFFileSpec;
1911 -(id)init NS_UNAVAILABLE;
1912 -(void*)getCptr;
1913 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1914 -(id)initWithAction: (FSAction*)action;
1915 
1916 -(void)dealloc;
1917 
1918 @end
1919 
1921 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
1922 @property (nonatomic, getter=getHideState) BOOL hideState;
1923 -(id)init NS_UNAVAILABLE;
1924 -(void*)getCptr;
1925 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1926 -(id)initWithAction: (FSAction*)action;
1927 
1928 -(void)dealloc;
1929 
1930 @end
1931 
1933 @property (nonatomic, weak, getter=getFileSpec) FSFileSpec* fileSpec;
1934 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
1935 -(id)init NS_UNAVAILABLE;
1936 -(void*)getCptr;
1937 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1938 -(id)initWithAction: (FSAction*)action;
1939 -(NSString *)getWinFileName;
1940 -(NSString *)getWinDefaultDirectory;
1941 -(NSString *)getWinAppOperation;
1942 -(NSString *)getWinAppParameter;
1943 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
1944 
1945 -(void)dealloc;
1946 
1947 @end
1948 
1949 typedef NS_ENUM(NSInteger, FSRenditionActionOperationType) {
1956 };
1957 
1959 @property (nonatomic, getter=getOperationType) FSRenditionActionOperationType operationType;
1960 @property (nonatomic, weak, getter=getScreenAnnot) FSScreen* screenAnnot;
1961 @property (nonatomic, weak, getter=getJavaScript) NSString * javaScript;
1962 -(id)init NS_UNAVAILABLE;
1963 -(void*)getCptr;
1964 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1965 -(id)initWithAction: (FSAction*)action;
1966 -(int)getRenditionCount;
1967 -(FSRendition*)getRendition: (int)index;
1968 -(void)insertRendition: (FSRendition*)rendition index: (int)index;
1969 -(void)removeRendition: (FSRendition*)rendition;
1970 
1971 -(void)dealloc;
1972 
1973 @end
1974 
1975 typedef NS_ENUM(NSInteger, FSAdditionalActionTriggerEvent) {
1997 };
1998 
2000 -(id)init NS_UNAVAILABLE;
2001 -(void*)getCptr;
2002 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2003 -(id)initWithDoc: (FSPDFDoc*)doc pdf_dict: (FSPDFDictionary*)pdf_dict;
2004 -(id)initWithPage: (FSPDFPage*)page;
2005 -(id)initWithField: (FSField*)field;
2006 -(id)initWithAnnot: (FSAnnot*)annot;
2007 -(id)initWithOther: (FSAdditionalAction*)other;
2008 -(BOOL)isEmpty;
2009 -(FSAction*)getAction: (FSAdditionalActionTriggerEvent)trigger;
2010 -(void)setAction: (FSAdditionalActionTriggerEvent)trigger action: (FSAction*)action;
2011 -(BOOL)removeAction: (FSAdditionalActionTriggerEvent)trigger;
2012 -(BOOL)removeAllActions;
2013 -(BOOL)doJSAction: (FSAdditionalActionTriggerEvent)trigger;
2015 
2016 -(void)dealloc;
2017 
2018 @end
2019 
2020 typedef NS_ENUM(NSInteger, FSDefaultAppearanceDefAPFlags) {
2024 };
2025 
2026 @interface FSDefaultAppearance : NSObject
2027 {
2028  void *swigCPtr;
2029  BOOL swigCMemOwn;
2030 }
2031 @property (nonatomic, getter=getFlags) unsigned int flags;
2032 @property (nonatomic, getter=getText_size) float text_size;
2033 @property (nonatomic, getter=getText_color) unsigned int text_color;
2034 @property (nonatomic, weak, getter=getFont) FSFont* font;
2035 -(void*)getCptr;
2036 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2037 -(id)initWithFlags: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
2038 -(id)init;
2039 -(id)initWithDefault_appearance: (FSDefaultAppearance*)default_appearance;
2040 -(void)set: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
2041 
2042 -(void)dealloc;
2043 
2044 @end
2045 
2046 typedef NS_ENUM(NSInteger, FSRichTextStyleCornerMarkStyle) {
2050 };
2051 
2052 @interface FSRichTextStyle : NSObject
2053 {
2054  void *swigCPtr;
2055  BOOL swigCMemOwn;
2056 }
2057 @property (nonatomic, weak, getter=getFont) FSFont* font;
2058 @property (nonatomic, getter=getText_size) float text_size;
2059 @property (nonatomic, getter=getText_alignment) FSAlignment text_alignment;
2060 @property (nonatomic, getter=getText_color) unsigned int text_color;
2061 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
2062 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
2063 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
2064 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
2065 @property (nonatomic, getter=getMark_style) FSRichTextStyleCornerMarkStyle mark_style;
2066 -(void*)getCptr;
2067 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2068 -(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;
2069 -(id)init;
2070 -(id)initWithStyle: (FSRichTextStyle*)style;
2071 -(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;
2072 -(void)dealloc;
2073 
2074 @end
2075 
2076 typedef NS_ENUM(NSInteger, FSBorderInfoStyle) {
2083 };
2084 
2085 @interface FSBorderInfo : NSObject
2086 {
2087  void *swigCPtr;
2088  BOOL swigCMemOwn;
2089 }
2090 @property (nonatomic, getter=getWidth) float width;
2091 @property (nonatomic, getter=getStyle) FSBorderInfoStyle style;
2092 @property (nonatomic, getter=getCloud_intensity) float cloud_intensity;
2093 @property (nonatomic, getter=getDash_phase) float dash_phase;
2094 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
2095 -(void*)getCptr;
2096 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2097 -(id)initWithWidth: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
2098 -(id)init;
2099 -(id)initWithBorder_info: (FSBorderInfo*)border_info;
2100 -(void)set: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
2101 -(void)dealloc;
2102 
2103 @end
2104 
2105 @interface FSQuadPoints : NSObject
2106 {
2107  void *swigCPtr;
2108  BOOL swigCMemOwn;
2109 }
2110 @property (nonatomic, weak, getter=getFirst) FSPointF* first;
2111 @property (nonatomic, weak, getter=getSecond) FSPointF* second;
2112 @property (nonatomic, weak, getter=getThird) FSPointF* third;
2113 @property (nonatomic, weak, getter=getFourth) FSPointF* fourth;
2114 -(void*)getCptr;
2115 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2116 -(id)initWithFirst: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
2117 -(id)init;
2118 -(id)initWithQuad_points: (FSQuadPoints*)quad_points;
2119 -(void)set: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
2120 
2121 -(void)dealloc;
2122 
2123 @end
2124 
2125 @interface FSQuadPointsArray : NSObject
2126 {
2127  void *swigCPtr;
2128  BOOL swigCMemOwn;
2129 }
2130 -(void*)getCptr;
2131 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2132 -(id)init;
2133 -(id)initWithOther: (FSQuadPointsArray*)other;
2134 -(unsigned long)getSize;
2135 -(FSQuadPoints*)getAt: (unsigned long)index;
2136 -(void)add: (FSQuadPoints*)element;
2137 -(void)removeAt: (unsigned long)index;
2138 -(void)insertAt: (unsigned long)index element: (FSQuadPoints*)element;
2139 -(void)removeAll;
2140 
2141 -(void)dealloc;
2142 
2143 @end
2144 
2145 typedef NS_ENUM(NSInteger, FSIconFitScaleWayType) {
2151 };
2152 
2153 @interface FSIconFit : NSObject
2154 {
2155  void *swigCPtr;
2156  BOOL swigCMemOwn;
2157 }
2158 @property (nonatomic, getter=getScale_way_type) FSIconFitScaleWayType scale_way_type;
2159 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
2160 @property (nonatomic, getter=getHorizontal_fraction) float horizontal_fraction;
2161 @property (nonatomic, getter=getVertical_fraction) float vertical_fraction;
2162 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
2163 -(void*)getCptr;
2164 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2165 -(id)init;
2166 -(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;
2167 -(id)initWithIcon_fit: (FSIconFit*)icon_fit;
2168 -(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;
2169 -(void)dealloc;
2170 
2171 @end
2172 
2173 typedef NS_ENUM(NSInteger, FSAnnotType) {
2203 };
2204 
2205 typedef NS_ENUM(NSInteger, FSAnnotFlags) {
2216 };
2217 
2218 typedef NS_ENUM(NSInteger, FSAnnotHighlightingMode) {
2224 };
2225 
2226 typedef NS_ENUM(NSInteger, FSAnnotProperty) {
2231 };
2232 
2233 typedef NS_ENUM(NSInteger, FSAnnotMKEntry) {
2245 };
2246 
2247 typedef NS_ENUM(NSInteger, FSAnnotMKIconCaptionRelation) {
2255 };
2256 
2257 typedef NS_ENUM(NSInteger, FSAnnotAppearanceType) {
2261 };
2262 
2263 @interface FSAnnot : FSBase
2264 @property (nonatomic, weak, getter=getContent) NSString * content;
2265 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
2266 @property (nonatomic, getter=getFlags) unsigned int flags;
2267 @property (nonatomic, weak, getter=getUniqueID) NSString * uniqueID;
2268 @property (nonatomic, weak, getter=getBorderInfo) FSBorderInfo* borderInfo;
2269 @property (nonatomic, getter=getBorderColor) unsigned int borderColor;
2270 -(void*)getCptr;
2271 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2272 -(id)initWithPage: (FSPDFPage*)page annot_dict: (FSPDFDictionary*)annot_dict;
2273 -(id)initWithAnnot: (FSAnnot*)annot;
2274 -(BOOL)isEmpty;
2275 -(FSPDFPage*)getPage;
2276 -(BOOL)isMarkup;
2277 -(FSAnnotType)getType;
2278 -(int)getIndex;
2279 -(FSRectF*)getRect;
2280 -(FSMatrix2D*)getDisplayMatrix: (FSMatrix2D*)page_display_matrix;
2281 -(BOOL)move: (FSRectF*)rect;
2282 -(BOOL)FSMoveWithResetAppearance: (FSRectF*)rect is_reset_appearance: (BOOL)is_reset_appearance;
2283 -(BOOL)resetAppearanceStream;
2284 -(BOOL)FSResetApStreamWithIsGenerateNewAppearanceObj: (BOOL)is_generate_new_appearance_obj;
2285 -(FSRectI*)getDeviceRect: (FSMatrix2D*)matrix;
2286 -(FSPDFDictionary*)getDict;
2287 -(BOOL)hasProperty: (FSAnnotProperty)property;
2288 -(BOOL)removeProperty: (FSAnnotProperty)property;
2289 -(FSPDFDictionary*)getOptionalContent;
2290 -(FSPDFStream*)getAppearanceStream: (FSAnnotAppearanceType)type appearance_state: (NSString *)appearance_state;
2291 
2292 -(void)dealloc;
2293 
2294 @end
2295 
2296 @interface FSAnnotArray : NSObject
2297 {
2298  void *swigCPtr;
2299  BOOL swigCMemOwn;
2300 }
2301 -(void*)getCptr;
2302 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2303 -(id)init;
2304 -(id)initWithOther: (FSAnnotArray*)other;
2305 -(unsigned long)getSize;
2306 -(FSAnnot*)getAt: (unsigned long)index;
2307 -(void)add: (FSAnnot*)element;
2308 -(void)removeAt: (unsigned long)index;
2309 -(void)insertAt: (unsigned long)index element: (FSAnnot*)element;
2310 -(void)removeAll;
2311 
2312 -(void)dealloc;
2313 
2314 @end
2315 
2316 @interface FSShadingColor : NSObject
2317 {
2318  void *swigCPtr;
2319  BOOL swigCMemOwn;
2320 }
2321 @property (nonatomic, getter=getFirst_color) unsigned int first_color;
2322 @property (nonatomic, getter=getSecond_color) unsigned int second_color;
2323 -(void*)getCptr;
2324 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2325 -(id)initWithFirstcolor: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
2326 -(id)init;
2327 -(id)initWithShading_color: (FSShadingColor*)shading_color;
2328 -(void)set: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
2329 -(void)dealloc;
2330 
2331 @end
2332 
2333 
2334 
2335 @interface FSMarkupArray : NSObject
2336 {
2337  void *swigCPtr;
2338  BOOL swigCMemOwn;
2339 }
2340 -(void*)getCptr;
2341 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2342 -(id)init;
2343 -(id)initWithOther: (FSMarkupArray*)other;
2344 -(unsigned long)getSize;
2345 -(FSMarkup*)getAt: (unsigned long)index;
2346 -(void)add: (FSMarkup*)element;
2347 -(void)removeAt: (unsigned long)index;
2348 -(void)insertAt: (unsigned long)index element: (FSMarkup*)element;
2349 -(void)removeAll;
2350 
2351 -(void)dealloc;
2352 
2353 @end
2354 
2355 @interface FSNoteArray : NSObject
2356 {
2357  void *swigCPtr;
2358  BOOL swigCMemOwn;
2359 }
2360 -(void*)getCptr;
2361 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2362 -(id)init;
2363 -(id)initWithOther: (FSNoteArray*)other;
2364 -(unsigned long)getSize;
2365 -(FSNote*)getAt: (unsigned long)index;
2366 -(void)add: (FSNote*)element;
2367 -(void)removeAt: (unsigned long)index;
2368 -(void)insertAt: (unsigned long)index element: (FSNote*)element;
2369 -(void)removeAll;
2370 
2371 -(void)dealloc;
2372 
2373 @end
2374 
2375 typedef NS_ENUM(NSInteger, FSMarkupStateModel) {
2378 };
2379 
2380 typedef NS_ENUM(NSInteger, FSMarkupState) {
2390 };
2391 
2392 typedef NS_ENUM(NSInteger, FSMarkupEndingStyle) {
2403 };
2404 
2405 typedef NS_ENUM(NSInteger, FSMarkupMeasureType) {
2412 };
2413 
2414 @interface FSMarkup : FSAnnot
2415 @property (nonatomic, weak, getter=getPopup) FSPopup* popup;
2416 @property (nonatomic, weak, getter=getTitle) NSString * title;
2417 @property (nonatomic, weak, getter=getSubject) NSString * subject;
2418 @property (nonatomic, getter=getOpacity) float opacity;
2419 @property (nonatomic, weak, getter=getIntent) NSString * intent;
2420 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
2421 -(void*)getCptr;
2422 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2423 -(id)initWithAnnot: (FSAnnot*)annot;
2424 -(BOOL)removePopup;
2425 -(int)getReplyCount;
2426 -(FSNote*)getReply: (int)index;
2427 -(FSNote*)addReply;
2428 -(BOOL)removeReply: (int)index;
2429 -(BOOL)removeAllReplies;
2430 -(BOOL)isGrouped;
2431 -(FSMarkup*)getGroupHeader;
2432 -(FSMarkupArray*)getGroupElements;
2433 -(BOOL)ungroup;
2434 -(FSNoteArray*)getStateAnnots: (FSMarkupStateModel)model;
2435 -(FSNote*)addStateAnnot: (NSString *)title model: (FSMarkupStateModel)model state: (FSMarkupState)state;
2436 -(BOOL)removeAllStateAnnots;
2437 -(int)getRichTextCount;
2438 -(NSString *)getRichTextContent: (int)index;
2439 -(void)setRichTextContent: (int)index content: (NSString *)content;
2440 -(FSRichTextStyle*)getRichTextStyle: (int)index;
2441 -(void)setRichTextStyle: (int)index style: (FSRichTextStyle*)style;
2442 -(void)addRichText: (NSString *)content style: (FSRichTextStyle*)style;
2443 -(void)insertRichText: (int)index content: (NSString *)content style: (FSRichTextStyle*)style;
2444 -(void)removeRichText: (int)index;
2445 
2446 -(void)dealloc;
2447 
2448 @end
2449 
2450 @interface FSNote : FSMarkup
2451 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2452 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2453 @property (nonatomic, getter=getState) FSMarkupState state;
2454 -(void*)getCptr;
2455 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2456 -(id)init;
2457 -(id)initWithAnnot: (FSAnnot*)annot;
2458 -(FSMarkup*)getReplyTo;
2459 -(BOOL)isStateAnnot;
2460 -(FSMarkupStateModel)getStateModel;
2461 
2462 -(void)dealloc;
2463 
2464 @end
2465 
2467 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2468 -(void*)getCptr;
2469 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2470 -(id)initWithAnnot: (FSAnnot*)annot;
2471 
2472 -(void)dealloc;
2473 
2474 @end
2475 
2477 -(void*)getCptr;
2478 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2479 -(id)init;
2480 -(id)initWithAnnot: (FSAnnot*)annot;
2481 
2482 -(void)dealloc;
2483 
2484 @end
2485 
2487 -(void*)getCptr;
2488 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2489 -(id)init;
2490 -(id)initWithAnnot: (FSAnnot*)annot;
2491 
2492 -(void)dealloc;
2493 
2494 @end
2495 
2497 -(void*)getCptr;
2498 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2499 -(id)init;
2500 -(id)initWithAnnot: (FSAnnot*)annot;
2501 
2502 -(void)dealloc;
2503 
2504 @end
2505 
2507 -(void*)getCptr;
2508 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2509 -(id)init;
2510 -(id)initWithAnnot: (FSAnnot*)annot;
2511 
2512 -(void)dealloc;
2513 
2514 @end
2515 
2516 @interface FSLink : FSAnnot
2517 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2518 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
2519 @property (nonatomic, weak, getter=getAction) FSAction* action;
2520 -(void*)getCptr;
2521 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2522 -(id)init;
2523 -(id)initWithAnnot: (FSAnnot*)annot;
2524 -(BOOL)removeAction;
2525 
2526 -(void)dealloc;
2527 
2528 @end
2529 
2530 @interface FSSquare : FSMarkup
2531 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2532 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2533 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2534 -(void*)getCptr;
2535 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2536 -(id)init;
2537 -(id)initWithAnnot: (FSAnnot*)annot;
2538 -(NSString *)getMeasureRatioW;
2539 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2540 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2541 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2542 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2543 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2544 
2545 -(void)dealloc;
2546 
2547 @end
2548 
2549 @interface FSCircle : FSMarkup
2550 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2551 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2552 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2553 -(void*)getCptr;
2554 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2555 -(id)init;
2556 -(id)initWithAnnot: (FSAnnot*)annot;
2557 -(NSString *)getMeasureRatioW;
2558 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2559 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2560 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2561 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2562 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2563 
2564 -(void)dealloc;
2565 
2566 @end
2567 
2568 @interface FSFreeText : FSMarkup
2569 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2570 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
2571 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2572 @property (nonatomic, getter=getCalloutLineEndingStyle) FSMarkupEndingStyle calloutLineEndingStyle;
2573 @property (nonatomic, weak, getter=getCalloutLinePoints) FSPointFArray* calloutLinePoints;
2574 @property (nonatomic, weak, getter=getTextMatrix) FSMatrix2D* textMatrix;
2575 @property (nonatomic, getter=getRotation) FSRotation rotation;
2576 -(void*)getCptr;
2577 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2578 -(id)init;
2579 -(id)initWithAnnot: (FSAnnot*)annot;
2580 -(FSDefaultAppearance*)getDefaultAppearance;
2581 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
2582 -(void)rotate: (FSRotation)rotation;
2583 -(void)allowTextOverflow: (BOOL)is_text_overflow;
2584 
2585 -(void)dealloc;
2586 
2587 @end
2588 
2589 typedef NS_ENUM(NSInteger, FSLineCapPos) {
2592 };
2593 
2594 @interface FSLine : FSMarkup
2595 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
2596 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
2597 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
2598 @property (nonatomic, weak, getter=getStartPoint) FSPointF* startPoint;
2599 @property (nonatomic, weak, getter=getEndPoint) FSPointF* endPoint;
2600 @property (nonatomic, getter=getCaptionPositionType) FSLineCapPos captionPositionType;
2601 @property (nonatomic, weak, getter=getCaptionOffset) FSPointF* captionOffset;
2602 @property (nonatomic, getter=getLeaderLineLength) float leaderLineLength;
2603 @property (nonatomic, getter=getLeaderLineExtensionLength) float leaderLineExtensionLength;
2604 @property (nonatomic, getter=getLeaderLineOffset) float leaderLineOffset;
2605 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2606 -(void*)getCptr;
2607 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2608 -(id)init;
2609 -(id)initWithAnnot: (FSAnnot*)annot;
2610 -(BOOL)hasCaption;
2611 -(void)enableCaption: (BOOL)cap;
2612 -(NSString *)getMeasureRatioW;
2613 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2614 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2615 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2616 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2617 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2618 
2619 -(void)dealloc;
2620 
2621 @end
2622 
2623 @interface FSInk : FSMarkup
2624 @property (nonatomic, weak, getter=getInkList) FSPath* inkList;
2625 -(void*)getCptr;
2626 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2627 -(id)init;
2628 -(id)initWithAnnot: (FSAnnot*)annot;
2629 -(void)enableUseBezier: (BOOL)use_bezier;
2630 
2631 -(void)dealloc;
2632 
2633 @end
2634 
2635 @interface FSStamp : FSMarkup
2636 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2637 @property (nonatomic, getter=getRotation) int rotation;
2638 -(void*)getCptr;
2639 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2640 -(id)init;
2641 -(id)initWithAnnot: (FSAnnot*)annot;
2642 -(void)setBitmap: (FSBitmap*)bitmap;
2643 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
2644 -(void)rotate: (int)angle;
2645 
2646 -(void)dealloc;
2647 
2648 @end
2649 
2650 @interface FSScreen : FSAnnot
2651 @property (nonatomic, weak, getter=getMKDict) FSPDFDictionary* mKDict;
2652 @property (nonatomic, getter=getRotation) FSRotation rotation;
2653 @property (nonatomic, getter=getOpacity) float opacity;
2654 @property (nonatomic, weak, getter=getTitle) NSString * title;
2655 @property (nonatomic, weak, getter=getAction) FSAction* action;
2656 -(void*)getCptr;
2657 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2658 -(id)init;
2659 -(id)initWithAnnot: (FSAnnot*)annot;
2660 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
2661 -(FSBitmap*)getBitmap;
2662 -(void)removeAction;
2663 
2664 -(void)dealloc;
2665 
2666 @end
2667 
2668 @interface FSPolygon : FSMarkup
2669 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2670 @property (nonatomic, weak, getter=getVertexes) FSPointFArray* vertexes;
2671 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2672 -(void*)getCptr;
2673 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2674 -(id)init;
2675 -(id)initWithAnnot: (FSAnnot*)annot;
2676 -(NSString *)getMeasureRatioW;
2677 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2678 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2679 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2680 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2681 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2682 
2683 -(void)dealloc;
2684 
2685 @end
2686 
2687 @interface FSPolyLine : FSMarkup
2688 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
2689 @property (nonatomic, weak, getter=getVertexes) FSPointFArray* vertexes;
2690 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
2691 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
2692 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2693 -(void*)getCptr;
2694 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2695 -(id)init;
2696 -(id)initWithAnnot: (FSAnnot*)annot;
2697 -(NSString *)getMeasureRatioW;
2698 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2699 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2700 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2701 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2702 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2703 
2704 -(void)dealloc;
2705 
2706 @end
2707 
2708 @interface FSCaret : FSMarkup
2709 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2710 -(void*)getCptr;
2711 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2712 -(id)init;
2713 -(id)initWithAnnot: (FSAnnot*)annot;
2714 
2715 -(void)dealloc;
2716 
2717 @end
2718 
2720 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2721 -(void*)getCptr;
2722 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2723 -(id)init;
2724 -(id)initWithAnnot: (FSAnnot*)annot;
2725 -(BOOL)setFileSpec: (FSFileSpec*)file_spec;
2726 -(FSFileSpec*)getFileSpec;
2727 
2728 -(void)dealloc;
2729 
2730 @end
2731 
2732 @interface FSPopup : FSAnnot
2733 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2734 -(void*)getCptr;
2735 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2736 -(id)init;
2737 -(id)initWithAnnot: (FSAnnot*)annot;
2738 -(FSMarkup*)getParent;
2739 
2740 -(void)dealloc;
2741 
2742 @end
2743 
2744 @interface FSPSInk : FSAnnot
2745 -(void*)getCptr;
2746 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2747 -(id)init;
2748 -(id)initWithAnnot: (FSAnnot*)annot;
2749 
2750 -(void)dealloc;
2751 
2752 @end
2753 
2754 typedef NS_ENUM(NSInteger, FSWidgetLineSpacingStyle) {
2760 };
2761 
2762 @interface FSWidget : FSAnnot
2763 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
2764 @property (nonatomic, weak, getter=getAction) FSAction* action;
2765 @property (nonatomic, getter=getMKRotation) FSRotation mKRotation;
2766 @property (nonatomic, getter=getMKBorderColor) unsigned int mKBorderColor;
2767 @property (nonatomic, getter=getMKBackgroundColor) unsigned int mKBackgroundColor;
2768 @property (nonatomic, weak, getter=getMKNormalCaption) NSString * mKNormalCaption;
2769 @property (nonatomic, weak, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
2770 @property (nonatomic, weak, getter=getMKDownCaption) NSString * mKDownCaption;
2771 @property (nonatomic, weak, getter=getMKNormalIconBitmap) FSBitmap* mKNormalIconBitmap;
2772 @property (nonatomic, weak, getter=getMKRolloverIconBitmap) FSBitmap* mKRolloverIconBitmap;
2773 @property (nonatomic, weak, getter=getMKDownIconBitmap) FSBitmap* mKDownIconBitmap;
2774 @property (nonatomic, weak, getter=getMKIconFit) FSIconFit* mKIconFit;
2775 @property (nonatomic, getter=getMKIconCaptionRelation) FSAnnotMKIconCaptionRelation mKIconCaptionRelation;
2776 @property (nonatomic, weak, getter=getAppearanceState) NSString * appearanceState;
2777 -(void*)getCptr;
2778 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2779 -(id)init;
2780 -(id)initWithAnnot: (FSAnnot*)annot;
2781 -(FSField*)getField;
2782 -(FSControl*)getControl;
2783 -(void)removeAction;
2784 -(BOOL)hasMKEntry: (FSAnnotMKEntry)mk_entry;
2785 -(void)removeMKEntry: (FSAnnotMKEntry)mk_entry;
2786 -(void)setMKNormalIconImage: (FSImage*)image frame_index: (int)frame_index;
2787 -(void)setMKRolloverIconImage: (FSImage*)image frame_index: (int)frame_index;
2788 -(void)setMKDownIconImage: (FSImage*)image frame_index: (int)frame_index;
2789 -(NSString *)getAppearanceOnStateName;
2790 -(FSWidgetLineSpacingStyle)getLineSpacing: (float *)line_spacing_value;
2791 -(void)setLineSpacing: (FSWidgetLineSpacingStyle)line_spacing_style line_spacing_value: (float)line_spacing_value;
2792 
2793 -(void)dealloc;
2794 
2795 @end
2796 
2797 @interface FSRedact : FSMarkup
2798 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2799 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2800 @property (nonatomic, getter=getApplyFillColor) unsigned int applyFillColor;
2801 @property (nonatomic, weak, getter=getOverlayText) NSString * overlayText;
2802 @property (nonatomic, getter=getOverlayTextAlignment) FSAlignment overlayTextAlignment;
2803 -(void*)getCptr;
2804 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2805 -(id)init;
2806 -(id)initWithAnnot: (FSAnnot*)annot;
2807 -(BOOL)isOverlayTextRepeated;
2808 -(void)enableRepeatOverlayText: (BOOL)is_to_repeat_overlay_text;
2809 -(FSDefaultAppearance*)getDefaultAppearance;
2810 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
2811 -(BOOL)apply;
2812 
2813 -(void)dealloc;
2814 
2815 @end
2816 
2817 typedef NS_ENUM(NSInteger, FSSoundSampleEncodingFormat) {
2822 };
2823 
2824 @interface FSSound : FSMarkup
2825 -(void*)getCptr;
2826 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2827 -(id)init;
2828 -(id)initWithAnnot: (FSAnnot*)annot;
2830 -(float)getSamplingRate;
2831 -(int)getChannelCount;
2832 -(int)getBits;
2834 -(NSString *)getCompressionFormat;
2836 
2837 -(void)dealloc;
2838 
2839 @end
2840 
2841 typedef NS_ENUM(NSInteger, FSRendererColorMode) {
2845 };
2846 
2847 typedef NS_ENUM(NSInteger, FSRendererContentFlag) {
2850 };
2851 
2852 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
2855 };
2856 
2857 @interface FSRenderer : FSBase
2858 -(id)init NS_UNAVAILABLE;
2859 -(void*)getCptr;
2860 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2861 -(id)initWithBitmap: (FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
2862 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
2863 -(id)initWithOther: (FSRenderer*)other;
2864 -(BOOL)isEmpty;
2865 -(FSProgressive*)startQuickRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
2866 -(FSProgressive*)startRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
2867 -(FSProgressive*)startRenderReflowPage: (FSReflowPage*)reflow_page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
2868 -(FSProgressive*)startRenderXFAPage: (FSXFAPage*)xfa_page_view matrix: (FSMatrix2D*)matrix is_highlight: (BOOL)is_highlight pause: (id<FSPauseCallback>)pause;
2869 -(FSProgressive*)startRenderBitmap: (FSBitmap*)bitmap matrix: (FSMatrix2D*)matrix clip_rect: (FSRectI*)clip_rect interpolation: (unsigned int)interpolation pause: (id<FSPauseCallback>)pause;
2870 -(void)setRenderAnnotAppearanceType: (FSAnnotAppearanceType)ap_type;
2871 -(BOOL)renderAnnot: (FSAnnot*)annot matrix: (FSMatrix2D*)matrix;
2872 -(BOOL)renderFormControls: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
2873 -(BOOL)renderGraphicsObject: (FSGraphicsObject*)graphics_object page: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
2874 -(void)setClipRect: (FSRectI*)clip_rect;
2875 -(void)setClipPathFill: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix fill_mode: (FSFillMode)fill_mode;
2876 -(void)setClipPathStroke: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix graph_state: (FSGraphState*)graph_state;
2877 -(void)setRenderContentFlags: (unsigned int)render_content_flags;
2878 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
2879 -(void)setRenderFormField: (BOOL)is_render_formfield;
2880 -(void)setRenderSignature: (BOOL)is_render_signature;
2881 -(void)setLayerContext: (FSLayerContext*)layer_context;
2882 -(void)setColorMode: (FSRendererColorMode)color_mode;
2883 -(void)setMappingModeColors: (unsigned int)background_color foreground_color: (unsigned int)foreground_color;
2884 -(void)setClearType: (BOOL)is_clear_type;
2885 -(void)setPrintTextAsGraphic: (BOOL)is_to_print_text_graphic;
2886 -(void)setPrintTextAsImage: (BOOL)is_to_print_text_image;
2887 -(void)setForceDownSample: (BOOL)is_to_force_down_sample;
2888 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
2889 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
2890 -(void)enableForPrint: (BOOL)is_render_for_print;
2891 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
2892 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
2893 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
2894 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
2895 -(void)setRenderPathFullCovered: (BOOL)is_render_path_full_covered;
2896 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
2897 -(void)setRenderEnhanceThinLines: (BOOL)is_render_enhance_thin_lines;
2898 -(void)setRenderSignatureState: (BOOL)is_render_signature_state;
2899 
2900 -(void)dealloc;
2901 
2902 @end
2903 
2904 typedef NS_ENUM(NSInteger, FSAssociatedFilesRelationship) {
2913 };
2914 
2916 -(id)init NS_UNAVAILABLE;
2917 -(void*)getCptr;
2918 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2919 -(id)initWithOther: (FSAssociatedFiles*)other;
2920 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
2921 -(BOOL)isEmpty;
2922 -(int)getAssociatedFilesCount: (FSPDFObject*)pdf_object;
2923 -(int)getAssociatedFilesCountWithGraphicsObject: (FSGraphicsObject*)graphics_object;
2924 -(FSFileSpec*)getAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
2925 -(FSFileSpec*)getAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
2926 -(void)associateFile: (FSPDFObject*)pdf_object file_spec: (FSFileSpec*)file_spec;
2927 -(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;
2928 -(void)associateFileWithPDFPage: (FSPDFPage*)page file_spec: (FSFileSpec*)file_spec;
2929 -(void)associateFileWithImageObject: (FSImageObject*)image file_spec: (FSFileSpec*)file_spec;
2930 -(void)associateFileWithFormXObject: (FSFormXObject*)form_xobject file_spec: (FSFileSpec*)file_spec;
2931 -(void)associateFileWithAnnot: (FSAnnot*)annot file_spec: (FSFileSpec*)file_spec;
2932 -(void)removeAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
2933 -(void)removeAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
2934 
2935 -(void)dealloc;
2936 
2937 @end
2938 
2939 typedef NS_ENUM(NSInteger, FSFDFDocType) {
2942 };
2943 
2944 @interface FSFDFDoc : FSBase
2945 -(id)init NS_UNAVAILABLE;
2946 -(void*)getCptr;
2947 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2948 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
2949 -(id)initWithType: (FSFDFDocType)type;
2950 -(id)initWithPath: (NSString *)path;
2951 -(id)initWithOther: (FSFDFDoc*)other;
2952 -(BOOL)isEmpty;
2954 -(NSString *)getPDFPath;
2955 -(BOOL)setPDFPath: (NSString *)pdf_path;
2956 -(BOOL)saveAs: (NSString *)file_path;
2957 -(BOOL)saveAsWithWriterCallback: (id<FSFileWriterCallback>)file;
2960 -(id)initWithBuffer: (NSData *)buffer;
2961 
2962 -(void)dealloc;
2963 
2964 @end
2965 
2966 @interface FSMenuListArray : NSObject
2967 {
2968  void *swigCPtr;
2969  BOOL swigCMemOwn;
2970 }
2971 -(void*)getCptr;
2972 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2973 -(id)init;
2974 -(id)initWithOther: (FSMenuListArray*)other;
2975 -(unsigned long)getSize;
2976 -(FSMenuList*)getAt: (unsigned long)index;
2977 -(void)add: (FSMenuList*)element;
2978 -(void)removeAt: (unsigned long)index;
2979 -(void)insertAt: (unsigned long)index element: (FSMenuList*)element;
2980 -(void)removeAll;
2981 
2982 -(void)dealloc;
2983 
2984 @end
2985 
2986 @interface FSMenuItemExArray : NSObject
2987 {
2988  void *swigCPtr;
2989  BOOL swigCMemOwn;
2990 }
2991 -(void*)getCptr;
2992 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2993 -(id)init;
2994 -(id)initWithOther: (FSMenuItemExArray*)other;
2995 -(unsigned long)getSize;
2996 -(FSMenuItemEx*)getAt: (unsigned long)index;
2997 -(void)add: (FSMenuItemEx*)element;
2998 -(void)removeAt: (unsigned long)index;
2999 -(void)insertAt: (unsigned long)index element: (FSMenuItemEx*)element;
3000 -(void)removeAll;
3001 
3002 -(void)dealloc;
3003 
3004 @end
3005 
3006 @interface FSMenuList : NSObject
3007 {
3008  void *swigCPtr;
3009  BOOL swigCMemOwn;
3010 }
3011 @property (nonatomic, getter=getLevel) int level;
3012 @property (nonatomic, weak, getter=getName) NSString * name;
3013 @property (nonatomic, weak, getter=getSub_menu_list_array) FSMenuListArray* sub_menu_list_array;
3014 -(void*)getCptr;
3015 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3016 -(id)init;
3017 -(id)initWithMenu_list: (FSMenuList*)menu_list;
3018 -(void)set: (int)level name: (NSString *)name sub_menu_list_array: (FSMenuListArray*)sub_menu_list_array;
3019 -(void)dealloc;
3020 
3021 @end
3022 
3023 @interface FSMenuItemEx : NSObject
3024 {
3025  void *swigCPtr;
3026  BOOL swigCMemOwn;
3027 }
3028 @property (nonatomic, weak, getter=getItem_name) NSString * item_name;
3029 @property (nonatomic, weak, getter=getReturn_name) NSString * return_name;
3030 @property (nonatomic, getter=getIs_checked) BOOL is_checked;
3031 @property (nonatomic, getter=getIs_enabled) BOOL is_enabled;
3032 @property (nonatomic, weak, getter=getSub_menu_item_array) FSMenuItemExArray* sub_menu_item_array;
3033 -(void*)getCptr;
3034 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3035 -(id)init;
3036 -(id)initWithMenu_item: (FSMenuItemEx*)menu_item;
3037 -(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;
3038 -(void)dealloc;
3039 
3040 @end
3041 
3042 @interface FSIdentityProperties : NSObject
3043 {
3044  void *swigCPtr;
3045  BOOL swigCMemOwn;
3046 }
3047 @property (nonatomic, weak, getter=getCorporation) NSString * corporation;
3048 @property (nonatomic, weak, getter=getEmail) NSString * email;
3049 @property (nonatomic, weak, getter=getLogin_name) NSString * login_name;
3050 @property (nonatomic, weak, getter=getName) NSString * name;
3051 @property (nonatomic, weak, getter=getFirst_name) NSString * first_name;
3052 @property (nonatomic, weak, getter=getLast_name) NSString * last_name;
3053 @property (nonatomic, weak, getter=getTitle) NSString * title;
3054 @property (nonatomic, weak, getter=getDepartment) NSString * department;
3055 -(void*)getCptr;
3056 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3057 -(id)init;
3058 -(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;
3059 -(id)initWithId_properities: (FSIdentityProperties*)id_properities;
3060 -(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;
3061 -(void)dealloc;
3062 
3063 @end
3064 
3065 @interface FSButtonItem : NSObject
3066 {
3067  void *swigCPtr;
3068  BOOL swigCMemOwn;
3069 }
3070 @property (nonatomic, weak, getter=getName) NSString * name;
3071 @property (nonatomic, getter=getPos) int pos;
3072 @property (nonatomic, weak, getter=getExec) NSString * exec;
3073 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3074 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3075 @property (nonatomic, weak, getter=getTooltip) NSString * tooltip;
3076 @property (nonatomic, weak, getter=getLabel) NSString * label;
3077 @property (nonatomic, weak, getter=getBitmap) FSBitmap* bitmap;
3078 -(void*)getCptr;
3079 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3080 -(id)init;
3081 -(id)initWithButton_item: (FSButtonItem*)button_item;
3082 -(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;
3083 -(void)dealloc;
3084 
3085 @end
3086 
3087 @interface FSMenuItemConfig : NSObject
3088 {
3089  void *swigCPtr;
3090  BOOL swigCMemOwn;
3091 }
3092 @property (nonatomic, weak, getter=getName) NSString * name;
3093 @property (nonatomic, weak, getter=getUser) NSString * user;
3094 @property (nonatomic, weak, getter=getParent) NSString * parent;
3095 @property (nonatomic, getter=getPos) int pos;
3096 @property (nonatomic, weak, getter=getPos_str) NSString * pos_str;
3097 @property (nonatomic, weak, getter=getExec) NSString * exec;
3098 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3099 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3100 -(void*)getCptr;
3101 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3102 -(id)init;
3103 -(id)initWithMenu_item_config: (FSMenuItemConfig*)menu_item_config;
3104 -(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;
3105 -(void)dealloc;
3106 
3107 @end
3108 
3109 @interface FSDialogDescriptionElementArray : NSObject
3110 {
3111  void *swigCPtr;
3112  BOOL swigCMemOwn;
3113 }
3114 -(void*)getCptr;
3115 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3116 -(id)init;
3117 -(id)initWithOther: (FSDialogDescriptionElementArray*)other;
3118 -(unsigned long)getSize;
3119 -(FSDialogDescriptionElement*)getAt: (unsigned long)index;
3120 -(void)add: (FSDialogDescriptionElement*)element;
3121 -(void)removeAt: (unsigned long)index;
3122 -(void)insertAt: (unsigned long)index element: (FSDialogDescriptionElement*)element;
3123 -(void)removeAll;
3124 
3125 -(void)dealloc;
3126 
3127 @end
3128 
3129 @interface FSDialogDescriptionElement : NSObject
3130 {
3131  void *swigCPtr;
3132  BOOL swigCMemOwn;
3133 }
3134 @property (nonatomic, weak, getter=getName) NSString * name;
3135 @property (nonatomic, weak, getter=getItem_id) NSString * item_id;
3136 @property (nonatomic, weak, getter=getType) NSString * type;
3137 @property (nonatomic, weak, getter=getNext_tab) NSString * next_tab;
3138 @property (nonatomic, getter=getWidth) int width;
3139 @property (nonatomic, getter=getHeight) int height;
3140 @property (nonatomic, getter=getChar_width) int char_width;
3141 @property (nonatomic, getter=getChar_height) int char_height;
3142 @property (nonatomic, weak, getter=getFont) NSString * font;
3143 @property (nonatomic, getter=getBold) BOOL bold;
3144 @property (nonatomic, getter=getItalic) BOOL italic;
3145 @property (nonatomic, weak, getter=getAlignment) NSString * alignment;
3146 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3147 @property (nonatomic, weak, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
3148 -(void*)getCptr;
3149 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3150 -(id)init;
3151 -(id)initWithDlg_des_element: (FSDialogDescriptionElement*)dlg_des_element;
3152 -(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;
3153 -(void)dealloc;
3154 
3155 @end
3156 
3157 @interface FSDialogDescriptionConfig : NSObject
3158 {
3159  void *swigCPtr;
3160  BOOL swigCMemOwn;
3161 }
3162 @property (nonatomic, weak, getter=getName) NSString * name;
3163 @property (nonatomic, weak, getter=getFirst_tab) NSString * first_tab;
3164 @property (nonatomic, getter=getWidth) int width;
3165 @property (nonatomic, getter=getHeight) int height;
3166 @property (nonatomic, getter=getChar_width) int char_width;
3167 @property (nonatomic, getter=getChar_height) int char_height;
3168 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3169 @property (nonatomic, weak, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
3170 -(void*)getCptr;
3171 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3172 -(id)init;
3173 -(id)initWithDlg_des_config: (FSDialogDescriptionConfig*)dlg_des_config;
3174 -(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;
3175 -(void)dealloc;
3176 
3177 @end
3178 
3179 typedef NS_ENUM(NSInteger, FSPrintParamsPrintContent) {
3183 };
3184 
3185 typedef NS_ENUM(NSInteger, FSPrintParamsDuplexType) {
3189 };
3190 
3191 typedef NS_ENUM(NSInteger, FSPrintParamsBookletDuplexMode) {
3195 };
3196 
3197 typedef NS_ENUM(NSInteger, FSPrintParamsBookletBinding) {
3202 };
3203 
3204 typedef NS_ENUM(NSInteger, FSPrintParamsPageOrder) {
3208 };
3209 
3210 typedef NS_ENUM(NSInteger, FSPrintParamsPrintHandling) {
3217 };
3218 
3219 @interface FSPrintParams : NSObject
3220 {
3221  void *swigCPtr;
3222  BOOL swigCMemOwn;
3223 }
3224 @property (nonatomic, getter=getIs_show_ui) BOOL is_show_ui;
3225 @property (nonatomic, getter=getIs_reverse) BOOL is_reverse;
3226 @property (nonatomic, getter=getIs_print_as_image) BOOL is_print_as_image;
3227 @property (nonatomic, getter=getIs_print_auto_center) BOOL is_print_auto_center;
3228 @property (nonatomic, getter=getIs_print_auto_rotate) BOOL is_print_auto_rotate;
3229 @property (nonatomic, getter=getIs_simulate_overprinting) BOOL is_simulate_overprinting;
3230 @property (nonatomic, getter=getIs_print_page_border) BOOL is_print_page_border;
3231 @property (nonatomic, weak, getter=getPage_range) FSRange* page_range;
3232 @property (nonatomic, getter=getPrint_content) FSPrintParamsPrintContent print_content;
3233 @property (nonatomic, weak, getter=getPrinter_name) NSString * printer_name;
3234 @property (nonatomic, weak, getter=getOutput_file_name) NSString * output_file_name;
3235 @property (nonatomic, getter=getNum_copies) int num_copies;
3236 @property (nonatomic, getter=getDuplex_type) FSPrintParamsDuplexType duplex_type;
3237 @property (nonatomic, getter=getIs_tile_label) BOOL is_tile_label;
3238 @property (nonatomic, getter=getTile_mark) BOOL tile_mark;
3239 @property (nonatomic, getter=getTile_overlap) float tile_overlap;
3240 @property (nonatomic, getter=getTile_scale) float tile_scale;
3241 @property (nonatomic, getter=getHandling) FSPrintParamsPrintHandling handling;
3242 @property (nonatomic, getter=getBinding) FSPrintParamsBookletBinding binding;
3243 @property (nonatomic, getter=getBooklet_duplex_mode) FSPrintParamsBookletDuplexMode booklet_duplex_mode;
3244 @property (nonatomic, getter=getNum_pages_h) int num_pages_h;
3245 @property (nonatomic, getter=getNum_pages_v) int num_pages_v;
3246 @property (nonatomic, getter=getPage_order) FSPrintParamsPageOrder page_order;
3247 -(void*)getCptr;
3248 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3249 -(id)init;
3250 -(id)initWithPrint_params: (FSPrintParams*)print_params;
3251 -(void)dealloc;
3252 
3253 @end
3254 
3255 typedef NS_ENUM(NSInteger, FSFloatingInfoWindowPosition) {
3265 };
3266 
3267 typedef NS_ENUM(NSInteger, FSFloatingInfoRelativeTarget) {
3272 };
3273 
3274 typedef NS_ENUM(NSInteger, FSFloatingInfoResizeType) {
3278 };
3279 
3280 typedef NS_ENUM(NSInteger, FSFloatingInfoOffScreenAction) {
3284 };
3285 
3286 @interface FSFloatingInfo : NSObject
3287 {
3288  void *swigCPtr;
3289  BOOL swigCMemOwn;
3290 }
3291 @property (nonatomic, getter=getWindow_pos) FSFloatingInfoWindowPosition window_pos;
3292 @property (nonatomic, getter=getRelative_target) FSFloatingInfoRelativeTarget relative_target;
3293 @property (nonatomic, getter=getResize_type) FSFloatingInfoResizeType resize_type;
3294 @property (nonatomic, getter=getHas_close) BOOL has_close;
3295 @property (nonatomic, getter=getHas_title) BOOL has_title;
3296 @property (nonatomic, weak, getter=getTitle) NSString * title;
3297 @property (nonatomic, getter=getOff_screen) FSFloatingInfoOffScreenAction off_screen;
3298 @property (nonatomic, weak, getter=getRect) FSRectF* rect;
3299 -(void*)getCptr;
3300 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3301 -(id)init;
3302 -(id)initWithFloating_info: (FSFloatingInfo*)floating_info;
3303 -(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;
3304 -(void)dealloc;
3305 
3306 @end
3307 
3308 typedef NS_ENUM(NSInteger, FSMediaSettingsPlayerWindowType) {
3312 };
3313 
3314 @interface FSMediaSettings : NSObject
3315 {
3316  void *swigCPtr;
3317  BOOL swigCMemOwn;
3318 }
3319 @property (nonatomic, getter=getAuto_play) BOOL auto_play;
3320 @property (nonatomic, weak, getter=getBase_url) NSString * base_url;
3321 @property (nonatomic, getter=getBg_color) unsigned int bg_color;
3322 @property (nonatomic, getter=getBg_opacity) float bg_opacity;
3323 @property (nonatomic, getter=getDuration) int duration;
3324 @property (nonatomic, getter=getPage) int page;
3325 @property (nonatomic, getter=getRepeat) int repeat;
3326 @property (nonatomic, getter=getShow_ui) BOOL show_ui;
3327 @property (nonatomic, getter=getIs_visible) BOOL is_visible;
3328 @property (nonatomic, getter=getVolume) int volume;
3329 @property (nonatomic, getter=getWindow_type) FSMediaSettingsPlayerWindowType window_type;
3330 @property (nonatomic, weak, getter=getFloating_wnd_info) FSFloatingInfo* floating_wnd_info;
3331 -(void*)getCptr;
3332 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3333 -(id)init;
3334 -(id)initWithMedia_settings: (FSMediaSettings*)media_settings;
3335 -(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;
3336 -(void)dealloc;
3337 
3338 @end
3339 
3340 @interface FSPlayerArgs : NSObject
3341 {
3342  void *swigCPtr;
3343  BOOL swigCMemOwn;
3344 }
3345 @property (nonatomic, weak, getter=getDoc) FSPDFDoc* doc;
3346 @property (nonatomic, weak, getter=getScreen_annot) FSScreen* screen_annot;
3347 @property (nonatomic, weak, getter=getRendition) FSRendition* rendition;
3348 @property (nonatomic, weak, getter=getURL) NSString * uRL;
3349 @property (nonatomic, weak, getter=getAudio_format) NSString * audio_format;
3350 @property (nonatomic, weak, getter=getPlayer_settings) FSMediaSettings* player_settings;
3351 -(void*)getCptr;
3352 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3353 -(id)init;
3354 -(id)initWithPlayer_args: (FSPlayerArgs*)player_args;
3355 -(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;
3356 -(void)dealloc;
3357 
3358 @end
3359 
3360 typedef NS_ENUM(NSInteger, FSSearchOptionWordMatching) {
3364 };
3365 
3366 @interface FSSearchOption : NSObject
3367 {
3368  void *swigCPtr;
3369  BOOL swigCMemOwn;
3370 }
3371 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
3372 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
3373 @property (nonatomic, getter=getIs_search_bookmarks) BOOL is_search_bookmarks;
3374 @property (nonatomic, getter=getIs_search_in_markup) BOOL is_search_in_markup;
3375 @property (nonatomic, getter=getIs_search_in_attachments) BOOL is_search_in_attachments;
3376 @property (nonatomic, getter=getIs_ignore_accents) BOOL is_ignore_accents;
3377 @property (nonatomic, getter=getIs_proximity) BOOL is_proximity;
3378 @property (nonatomic, getter=getIs_stemming) BOOL is_stemming;
3379 @property (nonatomic, getter=getIs_ignore_full_width) BOOL is_ignore_full_width;
3380 @property (nonatomic, getter=getMax_docs) int max_docs;
3381 @property (nonatomic, getter=getWord_matching) FSSearchOptionWordMatching word_matching;
3382 @property (nonatomic, getter=getIs_search_doc_text) BOOL is_search_doc_text;
3383 -(void*)getCptr;
3384 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3385 -(id)init;
3386 -(id)initWithSearch_option: (FSSearchOption*)search_option;
3387 -(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;
3388 -(void)dealloc;
3389 
3390 @end
3391 
3392 @interface FSSearchIndexConfig : NSObject
3393 {
3394  void *swigCPtr;
3395  BOOL swigCMemOwn;
3396 }
3397 @property (nonatomic, weak, getter=getName) NSString * name;
3398 @property (nonatomic, getter=getIs_available) BOOL is_available;
3399 @property (nonatomic, weak, getter=getPath) NSString * path;
3400 @property (nonatomic, getter=getIs_selected) BOOL is_selected;
3401 -(void*)getCptr;
3402 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3403 -(id)init;
3404 -(id)initWithSearch_index_config: (FSSearchIndexConfig*)search_index_config;
3405 -(void)set: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
3406 -(void)dealloc;
3407 
3408 @end
3409 
3410 typedef NS_ENUM(NSInteger, FSMediaPlayerCallbackJSMediaPlayerState) {
3416 };
3417 
3418 
3419 
3420 typedef NS_ENUM(NSInteger, FSActionCallbackLanguage) {
3437 };
3438 
3439 typedef NS_ENUM(NSInteger, FSActionCallbackAppInfoType) {
3445 };
3446 
3447 typedef NS_ENUM(NSInteger, FSActionCallbackMailType) {
3451 };
3452 
3453 typedef NS_ENUM(NSInteger, FSActionCallbackJSFieldValueChangeType) {
3457 };
3458 
3459 typedef NS_ENUM(NSInteger, FSActionCallbackJSMediaPlayerState) {
3465 };
3466 
3467 typedef NS_ENUM(NSInteger, FSActionCallbackLayoutMode) {
3472 };
3473 
3474 typedef NS_ENUM(NSInteger, FSActionCallbackJsMailResult) {
3478 };
3479 
3480 typedef NS_ENUM(NSInteger, FSActionCallbackSearchScope) {
3485 };
3486 
3487 
3488 
3489 typedef NS_ENUM(NSInteger, FSBookmarkStyle) {
3493 };
3494 
3495 typedef NS_ENUM(NSInteger, FSBookmarkPosition) {
3502 };
3503 
3504 @interface FSBookmark : FSBase
3505 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
3506 @property (nonatomic, weak, getter=getTitle) NSString * title;
3507 @property (nonatomic, getter=getColor) unsigned int color;
3508 @property (nonatomic, getter=getStyle) unsigned int style;
3509 @property (nonatomic, weak, getter=getAction) FSAction* action;
3510 -(id)init NS_UNAVAILABLE;
3511 -(void*)getCptr;
3512 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3513 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc bookmark_dict: (FSPDFDictionary*)bookmark_dict;
3514 -(id)initWithOther: (FSBookmark*)other;
3515 -(BOOL)isEmpty;
3516 -(FSBookmark*)getParent;
3517 -(BOOL)hasChild;
3518 -(FSBookmark*)getFirstChild;
3519 -(FSBookmark*)getNextSibling;
3520 -(FSBookmark*)insert: (NSString *)title position: (FSBookmarkPosition)position;
3521 -(BOOL)moveTo: (FSBookmark*)dest_bookmark position: (FSBookmarkPosition)position;
3522 -(BOOL)removeAction;
3523 -(BOOL)isRoot;
3524 -(BOOL)isFirstChild;
3525 -(BOOL)isLastChild;
3526 -(FSPDFDictionary*)getDict;
3527 
3528 -(void)dealloc;
3529 
3530 @end
3531 
3532 @interface FSAttachments : FSBase
3533 -(id)init NS_UNAVAILABLE;
3534 -(void*)getCptr;
3535 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3536 -(id)initWithDoc: (FSPDFDoc*)doc nametree: (FSPDFNameTree*)nametree;
3537 -(id)initWithOther: (FSAttachments*)other;
3538 -(BOOL)isEmpty;
3539 -(int)getCount;
3540 -(NSString *)getKey: (int)index;
3541 -(FSFileSpec*)getEmbeddedFile: (NSString *)key;
3542 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
3543 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
3544 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
3545 -(BOOL)removeEmbeddedFile: (NSString *)key;
3546 -(BOOL)removeAllEmbeddedFiles;
3547 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
3549 
3550 -(void)dealloc;
3551 
3552 @end
3553 
3554 @interface FSFileSpec : FSBase
3555 @property (nonatomic, weak, getter=getFileName) NSString * fileName;
3556 @property (nonatomic, getter=getAssociteFileRelationship) FSAssociatedFilesRelationship associteFileRelationship;
3557 @property (nonatomic, weak, getter=getDescription) NSString * description;
3558 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
3559 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
3560 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3561 @property (nonatomic, weak, getter=getChecksum) NSData * checksum;
3562 -(id)init NS_UNAVAILABLE;
3563 -(void*)getCptr;
3564 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3565 -(id)initWithDocument: (FSPDFDoc*)document;
3566 -(id)initWithDocument: (FSPDFDoc*)document pdf_object: (FSPDFObject*)pdf_object;
3567 -(id)initWithOther: (FSFileSpec*)other;
3568 -(BOOL)isEmpty;
3569 -(long long)getFileSize;
3570 -(long long)getCompressedEmbeddedFileSize;
3571 -(id<FSFileReaderCallback>)getFileData;
3572 -(BOOL)embed: (NSString *)file_path;
3573 -(BOOL)embedWithPDFObject: (FSPDFObject*)pdf_object;
3574 -(BOOL)embedWithStreamCallback: (id<FSFileStreamCallback>)stream;
3575 -(BOOL)isEmbedded;
3576 -(FSPDFDictionary*)getDict;
3577 -(BOOL)exportToFile: (NSString *)path;
3578 -(BOOL)exportToFileStream: (id<FSFileStreamCallback>)stream;
3579 
3580 -(void)dealloc;
3581 
3582 @end
3583 
3584 @interface FSLayerNodeArray : NSObject
3585 {
3586  void *swigCPtr;
3587  BOOL swigCMemOwn;
3588 }
3589 -(void*)getCptr;
3590 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3591 -(id)init;
3592 -(id)initWithOther: (FSLayerNodeArray*)other;
3593 -(unsigned long)getSize;
3594 -(FSLayerNode*)getAt: (unsigned long)index;
3595 -(void)add: (FSLayerNode*)element;
3596 -(void)removeAt: (unsigned long)index;
3597 -(void)insertAt: (unsigned long)index element: (FSLayerNode*)element;
3598 -(void)removeAll;
3599 
3600 -(void)dealloc;
3601 
3602 @end
3603 
3604 @interface FSLayerZoomData : NSObject
3605 {
3606  void *swigCPtr;
3607  BOOL swigCMemOwn;
3608 }
3609 @property (nonatomic, getter=getMin_factor) float min_factor;
3610 @property (nonatomic, getter=getMax_factor) float max_factor;
3611 -(void*)getCptr;
3612 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3613 -(id)init;
3614 -(id)initWithMin_factor: (float)min_factor max_factor: (float)max_factor;
3615 -(id)initWithData: (FSLayerZoomData*)data;
3616 -(void)set: (float)min_factor max_factor: (float)max_factor;
3617 -(void)dealloc;
3618 
3619 @end
3620 
3621 typedef NS_ENUM(NSInteger, FSLayerTreeUsageState) {
3626 };
3627 
3628 @interface FSLayerTree : FSBase
3629 -(id)init NS_UNAVAILABLE;
3630 -(void*)getCptr;
3631 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3632 -(id)initWithDocument: (FSPDFDoc*)document;
3633 -(id)initWithOther: (FSLayerTree*)other;
3634 -(BOOL)isEmpty;
3635 -(BOOL)setBaseState: (FSLayerTreeUsageState)state;
3638 -(FSPDFArray*)getOCGs;
3639 
3640 -(void)dealloc;
3641 
3642 @end
3643 
3644 @interface FSLayerPrintData : NSObject
3645 {
3646  void *swigCPtr;
3647  BOOL swigCMemOwn;
3648 }
3649 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3650 @property (nonatomic, getter=getPrint_state) FSLayerTreeUsageState print_state;
3651 -(void*)getCptr;
3652 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3653 -(id)initWithSubtype: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
3654 -(id)init;
3655 -(id)initWithData: (FSLayerPrintData*)data;
3656 -(void)set: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
3657 -(void)dealloc;
3658 
3659 @end
3660 
3661 typedef NS_ENUM(NSInteger, FSLayerContextUsageType) {
3667 };
3668 
3670 -(id)init NS_UNAVAILABLE;
3671 -(void*)getCptr;
3672 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3673 -(id)initWithDocument: (FSPDFDoc*)document usage_type: (FSLayerContextUsageType)usage_type;
3674 -(id)initWithOther: (FSLayerContext*)other;
3675 -(BOOL)isEmpty;
3678 -(BOOL)reset;
3679 -(BOOL)copyStates: (FSLayerContext*)source_context;
3680 -(BOOL)mergeStates: (FSLayerContext*)source_context;
3681 -(BOOL)isVisible: (FSLayerNode*)layer;
3682 -(BOOL)setVisible: (FSLayerNode*)layer is_visible: (BOOL)is_visible;
3683 
3684 -(void)dealloc;
3685 
3686 @end
3687 
3688 @interface FSLayerNode : FSBase
3689 -(id)init NS_UNAVAILABLE;
3690 -(void*)getCptr;
3691 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3692 -(id)initWithOther: (FSLayerNode*)other;
3693 -(BOOL)isEmpty;
3694 -(int)getChildrenCount;
3695 -(FSLayerNode*)getChild: (int)index;
3696 -(BOOL)removeChild: (int)index;
3697 -(BOOL)moveTo: (FSLayerNode*)parent_layer_node index: (int)index;
3698 -(FSLayerNode*)addChild: (int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
3699 -(NSString *)getName;
3700 -(BOOL)isLocked;
3701 -(BOOL)hasLayer;
3702 -(BOOL)hasIntent: (NSString *)intent;
3703 -(BOOL)isInPage: (FSPDFPage*)page;
3708 -(BOOL)setName: (NSString *)name;
3709 -(BOOL)setDefaultVisible: (BOOL)is_visible;
3710 -(BOOL)setViewUsage: (FSLayerTreeUsageState)state;
3711 -(BOOL)setExportUsage: (FSLayerTreeUsageState)state;
3712 -(BOOL)setPrintUsage: (FSLayerPrintData*)data;
3713 -(BOOL)setZoomUsage: (FSLayerZoomData*)data;
3714 -(FSGraphicsObjectArray*)getGraphicsObjects: (FSPDFPage*)page;
3715 -(BOOL)addGraphicsObject: (FSPDFPage*)page graphicsobject: (FSGraphicsObject*)graphicsobject;
3716 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
3717 -(BOOL)removeUsage: (FSLayerContextUsageType)usage_type;
3719 
3720 -(void)dealloc;
3721 
3722 @end
3723 
3724 @interface FSTimer : NSObject
3725 {
3726  void *swigCPtr;
3727  BOOL swigCMemOwn;
3728 }
3729 -(id)init NS_UNAVAILABLE;
3730 -(void*)getCptr;
3731 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3732 -(void)onTimer: (int)timer;
3733 
3734 -(void)dealloc;
3735 
3736 @end
3737 
3738 typedef NS_ENUM(NSInteger, FSFillerAssistCallbackPopupMenuItem) {
3745 };
3746 
3747 
3748 
3749 typedef NS_ENUM(NSInteger, FSFillerVirtualKeyCode) {
3837 };
3838 
3839 typedef NS_ENUM(NSInteger, FSFillerEventFlags) {
3850 };
3851 
3852 @interface FSFiller : FSBase
3853 -(id)init NS_UNAVAILABLE;
3854 -(void*)getCptr;
3855 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3856 -(id)initWithForm: (FSForm*)form assist: (id<FSFillerAssistCallback>)assist;
3857 -(id)initWithOther: (FSFiller*)other;
3858 -(BOOL)isEmpty;
3859 -(void)render: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
3860 -(BOOL)onLButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3861 -(BOOL)onLButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3862 -(BOOL)onLButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3863 -(BOOL)onMouseMove: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3864 -(BOOL)onMouseEnter: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3865 -(BOOL)onMouseHover: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3866 -(BOOL)onMouseLeave: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3867 -(BOOL)onMouseWheel: (FSPDFPage*)page point: (FSPointF*)point delta: (int)delta flags: (unsigned int)flags;
3868 -(BOOL)onRButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3869 -(BOOL)onRButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3870 -(BOOL)onRButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3871 -(BOOL)onWheelButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3872 -(BOOL)onWheelButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3873 -(BOOL)onWheelButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
3874 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
3875 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
3876 -(BOOL)onChar: (unsigned int)char_code flags: (unsigned int)flags;
3877 -(BOOL)setFocus: (FSControl*)control;
3878 -(BOOL)killFocus;
3879 -(void)highlightFormFields: (BOOL)is_highlight;
3880 -(void)highlightFormFieldsAndSignatures: (BOOL)is_highlight is_sign_highlight: (BOOL)is_sign_highlight;
3881 -(void)setHighlightColor: (unsigned int)color;
3882 -(void)showOverflowIndicator: (BOOL)is_show_overflow_indicator;
3883 -(BOOL)onCut;
3884 -(BOOL)onCopy;
3885 -(BOOL)onPaste;
3886 -(BOOL)onSelectAll;
3887 -(BOOL)onDelete;
3888 
3889 -(void)dealloc;
3890 
3891 @end
3892 
3893 @interface FSFieldArray : NSObject
3894 {
3895  void *swigCPtr;
3896  BOOL swigCMemOwn;
3897 }
3898 -(void*)getCptr;
3899 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3900 -(id)init;
3901 -(id)initWithOther: (FSFieldArray*)other;
3902 -(unsigned long)getSize;
3903 -(FSField*)getAt: (unsigned long)index;
3904 -(void)add: (FSField*)element;
3905 -(void)removeAt: (unsigned long)index;
3906 -(void)insertAt: (unsigned long)index element: (FSField*)element;
3907 -(void)removeAll;
3908 
3909 -(void)dealloc;
3910 
3911 @end
3912 
3913 @interface FSChoiceOption : NSObject
3914 {
3915  void *swigCPtr;
3916  BOOL swigCMemOwn;
3917 }
3918 @property (nonatomic, weak, getter=getOption_value) NSString * option_value;
3919 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
3920 @property (nonatomic, getter=getSelected) BOOL selected;
3921 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
3922 -(void*)getCptr;
3923 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3924 -(id)init;
3925 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
3926 -(id)initWithOption: (FSChoiceOption*)option;
3927 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
3928 -(void)dealloc;
3929 
3930 @end
3931 
3932 @interface FSChoiceOptionArray : NSObject
3933 {
3934  void *swigCPtr;
3935  BOOL swigCMemOwn;
3936 }
3937 -(void*)getCptr;
3938 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3939 -(id)init;
3940 -(id)initWithOther: (FSChoiceOptionArray*)other;
3941 -(unsigned long)getSize;
3942 -(FSChoiceOption*)getAt: (unsigned long)index;
3943 -(void)add: (FSChoiceOption*)element;
3944 -(void)removeAt: (unsigned long)index;
3945 -(void)insertAt: (unsigned long)index element: (FSChoiceOption*)element;
3946 -(void)removeAll;
3947 
3948 -(void)dealloc;
3949 
3950 @end
3951 
3952 typedef NS_ENUM(NSInteger, FSFieldType) {
3961 };
3962 
3963 typedef NS_ENUM(NSInteger, FSFieldFlags) {
3980 };
3981 
3982 @interface FSField : FSBase
3983 @property (nonatomic, getter=getFlags) unsigned int flags;
3984 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
3985 @property (nonatomic, weak, getter=getValue) NSString * value;
3986 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
3987 @property (nonatomic, weak, getter=getAlternateName) NSString * alternateName;
3988 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
3989 @property (nonatomic, weak, getter=getMappingName) NSString * mappingName;
3990 @property (nonatomic, getter=getMaxLength) int maxLength;
3991 @property (nonatomic, weak, getter=getOptions) FSChoiceOptionArray* options;
3992 @property (nonatomic, getter=getTopVisibleIndex) int topVisibleIndex;
3993 -(void*)getCptr;
3994 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3995 -(id)initWithDocument: (FSPDFDoc*)document field_dict: (FSPDFDictionary*)field_dict;
3996 -(id)initWithField: (FSField*)field;
3997 -(BOOL)isEmpty;
3998 -(FSFieldType)getType;
3999 -(NSString *)getName;
4000 -(int)getControlCount;
4001 -(FSControl*)getControl: (int)index;
4002 -(int)getControlCountWithPDFPage: (FSPDFPage*)page;
4003 -(FSControl*)getControlWithPDFPage: (FSPDFPage*)page index: (int)index;
4004 -(BOOL)reset;
4005 -(FSPDFDictionary*)getDict;
4006 -(FSPDFObject*)getValueObj;
4007 -(FSPDFObject*)getDefaultValueObj;
4008 -(FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
4009 
4010 -(void)dealloc;
4011 
4012 @end
4013 
4014 @interface FSForm : FSBase
4015 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4016 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4017 @property (nonatomic, weak, getter=getFieldsInCalculationOrder) FSFieldArray* fieldsInCalculationOrder;
4018 -(id)init NS_UNAVAILABLE;
4019 -(void*)getCptr;
4020 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4021 -(id)initWithDocument: (FSPDFDoc*)document;
4022 -(id)initWithOther: (FSForm*)other;
4023 -(BOOL)isEmpty;
4024 -(BOOL)needConstructAppearances;
4025 -(void)setConstructAppearances: (BOOL)need_construct;
4026 -(FSControl*)getControlAtDevicePoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type matrix: (FSMatrix2D*)matrix;
4027 -(FSControl*)getControlAtPoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type;
4028 -(FSPDFDoc*)getDocument;
4029 -(BOOL)validateFieldName: (FSFieldType)type field_name: (NSString *)field_name;
4030 -(BOOL)renameField: (FSField*)field new_field_name: (NSString *)new_field_name;
4031 -(FSControl*)addControl: (FSPDFPage*)page field_name: (NSString *)field_name field_type: (FSFieldType)field_type rect: (FSRectF*)rect;
4032 -(BOOL)moveControl: (FSControl*)control field_name: (NSString *)field_name;
4033 -(void)removeField: (FSField*)field;
4034 -(void)removeControl: (FSControl*)control;
4035 -(int)getFieldCount: (NSString *)filter;
4036 -(FSField*)getField: (int)index filter: (NSString *)filter;
4037 -(int)getControlCount: (FSPDFPage*)page;
4038 -(FSControl*)getControl: (FSPDFPage*)page index: (int)index;
4039 -(FSFiller*)getFormFiller;
4040 -(BOOL)reset;
4041 -(BOOL)exportToXML: (NSString *)file_path;
4042 -(BOOL)exportToXMLWithFieldArray: (NSString *)file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4043 -(BOOL)exportToXMLWithWriterCallback: (id<FSFileWriterCallback>)xml_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4044 -(BOOL)importFromXML: (NSString *)file_path;
4045 -(BOOL)exportToCSV: (NSString *)csv_file_path pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4046 -(BOOL)exportToCSVWithStreamCallback: (id<FSFileStreamCallback>)csv_file pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4047 -(BOOL)exportToHTML: (NSString *)html_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4048 -(BOOL)exportToHTMLWithWriterCallback: (id<FSFileWriterCallback>)html_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4049 -(BOOL)exportToTXT: (NSString *)txt_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4050 -(BOOL)exportToTXTWithWriterCallback: (id<FSFileWriterCallback>)txt_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4051 -(FSPDFDictionary*)getDict;
4052 -(void)fixPageFields: (int)page_index;
4053 
4054 -(void)dealloc;
4055 
4056 @end
4057 
4058 @interface FSControl : FSBase
4059 @property (nonatomic, weak, getter=getExportValue) NSString * exportValue;
4060 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4061 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4062 -(id)init NS_UNAVAILABLE;
4063 -(void*)getCptr;
4064 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4065 -(id)initWithOther: (FSControl*)other;
4066 -(BOOL)isEmpty;
4067 -(FSField*)getField;
4068 -(FSPDFDictionary*)getWidgetDict;
4069 -(FSWidget*)getWidget;
4070 -(int)getIndex;
4071 -(BOOL)isChecked;
4072 -(void)setChecked: (BOOL)checked_status;
4073 -(BOOL)isDefaultChecked;
4074 -(void)setDefaultChecked: (BOOL)checked_status;
4075 
4076 -(void)dealloc;
4077 
4078 @end
4079 
4080 @interface FSSignatureArray : NSObject
4081 {
4082  void *swigCPtr;
4083  BOOL swigCMemOwn;
4084 }
4085 -(void*)getCptr;
4086 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4087 -(id)init;
4088 -(id)initWithOther: (FSSignatureArray*)other;
4089 -(unsigned long)getSize;
4090 -(FSSignature*)getAt: (unsigned long)index;
4091 -(void)add: (FSSignature*)element;
4092 -(void)removeAt: (unsigned long)index;
4093 -(void)insertAt: (unsigned long)index element: (FSSignature*)element;
4094 -(void)removeAll;
4095 
4096 -(void)dealloc;
4097 
4098 @end
4099 
4100 typedef NS_ENUM(NSInteger, FSSignatureStates) {
4130 };
4131 
4132 typedef NS_ENUM(NSInteger, FSSignatureAPFlags) {
4142 };
4143 
4144 typedef NS_ENUM(NSInteger, FSSignatureKeyName) {
4151 };
4152 
4153 typedef NS_ENUM(NSInteger, FSSignatureDigestAlgorithm) {
4158 };
4159 
4160 typedef NS_ENUM(NSInteger, FSSignatureSignatureType) {
4164 };
4165 
4166 typedef NS_ENUM(NSInteger, FSSignaturePAdESLevel) {
4173 };
4174 
4175 typedef NS_ENUM(NSInteger, FSSignatureDocPermission) {
4180 };
4181 
4182 typedef NS_ENUM(NSInteger, FSSignatureFieldMDPAction) {
4187 };
4188 
4189 typedef NS_ENUM(NSInteger, FSSignatureLabelName) {
4195 };
4196 
4197 @interface FSSignature : FSField
4198 @property (nonatomic, getter=getDocPermission) FSSignatureDocPermission docPermission;
4199 @property (nonatomic, getter=getAppearanceFlags) unsigned int appearanceFlags;
4200 @property (nonatomic, weak, getter=getSignTime) FSDateTime* signTime;
4201 @property (nonatomic, weak, getter=getFilter) NSString * filter;
4202 @property (nonatomic, weak, getter=getSubFilter) NSString * subFilter;
4203 @property (nonatomic, weak, getter=getBitmap) FSBitmap* bitmap;
4204 -(void*)getCptr;
4205 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4206 -(id)initWithField: (FSField*)field;
4207 -(id)initWithDocument: (FSPDFDoc*)document sig_field_dict: (FSPDFDictionary*)sig_field_dict;
4208 -(BOOL)isEmpty;
4209 -(BOOL)isSigned;
4210 -(void)setFieldMDPActionFields: (FSSignatureFieldMDPAction)action field_array: (NSArray<NSString *> *)field_array;
4211 -(FSSignatureFieldMDPAction)getFieldMDPAction;
4212 -(NSArray<NSString *> *)getFieldMDPActionFields;
4213 -(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;
4214 -(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;
4215 -(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;
4216 -(FSProgressive*)startVerify: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
4217 -(NSString *)getCertificateInfo: (NSString *)key;
4218 -(unsigned int)getState;
4219 -(BOOL)clearSignedData;
4220 -(FSPDFDoc*)getDocument;
4221 -(FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
4222 -(void)setAppearanceContent: (NSString *)appearance_content;
4223 -(NSString *)getKeyValue: (FSSignatureKeyName)key;
4224 -(void)setKeyValue: (FSSignatureKeyName)key value: (NSString *)value;
4225 -(void)setKeyLabel: (FSSignatureLabelName)label_name label_value: (NSString *)label_value;
4226 -(NSString *)getKeyLabel: (FSSignatureLabelName)label_name;
4227 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
4228 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (int)frame_index;
4229 -(FSPDFDictionary*)getSignatureDict;
4230 -(void)setDefaultContentsLength: (unsigned int)default_length;
4231 -(int)getCertCount;
4232 -(NSString *)getCert: (int)index;
4233 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
4234 -(FSSignatureSignatureType)getSignatureType;
4235 -(BOOL)isTimeStamp;
4236 -(FSSignaturePAdESLevel)getPAdESLevel;
4237 -(void)setCustomObject: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
4238 -(FSSignatureArray*)getPagingSealGroupElements;
4239 -(FSInt32Array*)getByteRangeArray;
4240 
4241 -(void)dealloc;
4242 
4243 @end
4244 
4245 typedef NS_ENUM(NSInteger, FSSignatureCallbackCertValidity) {
4254 };
4255 
4256 
4257 
4258 @interface FSTimeStampServerMgr : NSObject
4259 {
4260  void *swigCPtr;
4261  BOOL swigCMemOwn;
4262 }
4263 -(void*)getCptr;
4264 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4265 +(FSErrorCode)initialize;
4266 +(void)destroy;
4267 +(int)getServerCount;
4268 +(FSTimeStampServer*)getServer: (int)index;
4269 +(int)getServerIndex: (FSTimeStampServer*)server;
4270 +(FSTimeStampServer*)getDefaultServer;
4271 +(void)setDefaultServerWithIndex: (int)index;
4272 +(void)setDefaultServer: (FSTimeStampServer*)server;
4273 +(FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
4274 +(void)removeServerWithIndex: (int)index;
4275 +(void)removeServer: (FSTimeStampServer*)server;
4276 -(id)init;
4277 
4278 -(void)dealloc;
4279 
4280 @end
4281 
4282 typedef NS_ENUM(NSInteger, FSTimeStampServerSendRequestResult) {
4291 };
4292 
4294 -(id)init NS_UNAVAILABLE;
4295 -(void*)getCptr;
4296 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4297 -(id)initWithOther: (FSTimeStampServer*)other;
4298 -(BOOL)isEmpty;
4299 -(NSData *)getTimeStampMessage;
4300 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest: (NSData *)request;
4301 
4302 -(void)dealloc;
4303 
4304 @end
4305 
4306 
4307 
4308 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealPosition) {
4313 };
4314 
4315 @interface FSPagingSealConfig : NSObject
4316 {
4317  void *swigCPtr;
4318  BOOL swigCMemOwn;
4319 }
4320 @property (nonatomic, getter=getPaging_seal_position) FSPagingSealConfigPagingSealPosition paging_seal_position;
4321 @property (nonatomic, getter=getOffset) float offset;
4322 @property (nonatomic, getter=getFirst_page_percent) float first_page_percent;
4323 @property (nonatomic, getter=getIs_on_perforation) BOOL is_on_perforation;
4324 -(id)init NS_UNAVAILABLE;
4325 -(void*)getCptr;
4326 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4327 -(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;
4328 -(void)set: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation;
4329 -(void)dealloc;
4330 
4331 @end
4332 
4333 typedef NS_ENUM(NSInteger, FSPagingSealSignaturePagingSealAPState) {
4339 };
4340 
4342 -(id)init NS_UNAVAILABLE;
4343 -(void*)getCptr;
4344 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4345 -(void)setPagingSealConfig: (FSPagingSealConfig*)paging_seal_config;
4346 -(void)setAPStateBitmap: (FSPagingSealSignaturePagingSealAPState)ap_state bitmap: (FSBitmap*)bitmap;
4347 -(BOOL)generateAppearance;
4348 
4349 -(void)dealloc;
4350 
4351 @end
4352 
4353 typedef NS_ENUM(NSInteger, FSGraphicsObjectsTextMergeOption) {
4357 };
4358 
4360 -(void*)getCptr;
4361 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4362 -(id)initWithOther: (FSGraphicsObjects*)other;
4363 -(BOOL)isEmpty;
4364 -(long)getFirstGraphicsObjectPosition: (FSGraphicsObjectType)filter;
4365 -(long)getNextGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
4366 -(long)getLastGraphicsObjectPosition: (FSGraphicsObjectType)filter;
4367 -(long)getPrevGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
4368 -(FSGraphicsObject*)getGraphicsObject: (long)position;
4369 -(long)insertGraphicsObject: (long)position_insert_after graphics_object: (FSGraphicsObject*)graphics_object;
4370 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
4371 -(BOOL)removeGraphicsObjectByPosition: (long)position;
4372 -(long)moveGraphicsObjectByPosition: (long)current_position position_move_after: (long)position_move_after;
4373 -(long)getGraphicsObjectPosition: (FSGraphicsObject*)graphics_object;
4375 -(int)getGraphicsObjectIndex: (FSGraphicsObject*)graphics_object;
4376 -(FSGraphicsObject*)getGraphicsObjectByIndex: (int)index;
4377 -(BOOL)generateContent;
4378 -(BOOL)generateContentWithMergeOption: (FSGraphicsObjectsTextMergeOption)text_merge_option;
4379 
4380 -(void)dealloc;
4381 
4382 @end
4383 
4384 typedef NS_ENUM(NSInteger, FSPDFPageParseFlags) {
4387 };
4388 
4389 typedef NS_ENUM(NSInteger, FSPDFPageCalcMarginMode) {
4392 };
4393 
4394 typedef NS_ENUM(NSInteger, FSPDFPageFlattenOptions) {
4398 };
4399 
4400 typedef NS_ENUM(NSInteger, FSPDFPageBoxType) {
4406 };
4407 
4408 typedef NS_ENUM(NSInteger, FSPDFPageSize) {
4421 };
4422 
4424 @property (nonatomic, getter=getRotation) FSRotation rotation;
4425 @property (nonatomic, getter=getUserUnitSize) float userUnitSize;
4426 -(id)init NS_UNAVAILABLE;
4427 -(void*)getCptr;
4428 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4429 -(id)initWithDocument: (FSPDFDoc*)document page_dict: (FSPDFDictionary*)page_dict;
4430 -(id)initWithOther: (FSGraphicsObjects*)other;
4431 -(FSPDFDoc*)getDocument;
4432 -(FSPDFDictionary*)getDict;
4433 -(BOOL)isParsed;
4434 -(FSProgressive*)startParse: (unsigned int)flags pause: (id<FSPauseCallback>)pause is_reparse: (BOOL)is_reparse;
4435 -(int)getIndex;
4436 -(float)getHeight;
4437 -(float)getWidth;
4438 -(FSBitmap*)loadThumbnail;
4439 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
4440 -(FSRectF*)calcContentBBox: (FSPDFPageCalcMarginMode)mode;
4441 -(int)getAnnotCount;
4442 -(FSAnnot*)getAnnot: (int)index;
4443 -(FSAnnot*)getAnnotAtPoint: (FSPointF*)position tolerance: (float)tolerance;
4444 -(FSAnnot*)getAnnotAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
4445 -(FSAnnotArray*)getAnnotsAtPoint: (FSPointF*)position tolerance: (float)tolerance;
4446 -(FSAnnotArray*)getAnnotsAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
4447 -(FSAnnot*)addAnnot: (FSAnnotType)type rect: (FSRectF*)rect;
4448 -(FSAnnot*)addAnnotWithDictionary: (FSPDFDictionary*)annot_dict;
4449 -(BOOL)removeAnnot: (FSAnnot*)annot;
4450 -(void)moveAnnotToFirst: (FSAnnot*)annot;
4451 -(void)moveAnnotToLast: (FSAnnot*)annot;
4452 -(void)moveAnnotToPrev: (FSAnnot*)annot;
4453 -(void)moveAnnotToNext: (FSAnnot*)annot;
4454 -(void)updateAnnotList;
4455 -(BOOL)hasTransparency;
4456 -(BOOL)flatten: (BOOL)for_display options: (unsigned int)options;
4457 -(BOOL)flattenAnnot: (FSAnnot*)annot;
4458 -(BOOL)setAnnotGroup: (FSMarkupArray*)annot_array header_index: (int)header_index;
4459 -(FSSignature*)addSignature: (FSRectF*)rect;
4460 -(FSSignature*)addSignatureWithFieldName: (FSRectF*)rect field_name: (NSString *)field_name;
4461 -(FSSignature*)addSignatureWithSignatureType: (FSRectF*)rect field_name: (NSString *)field_name signature_type: (FSSignatureSignatureType)signature_type to_check_permission: (BOOL)to_check_permission;
4462 -(BOOL)hasWatermark;
4463 -(BOOL)removeAllWatermarks;
4464 -(void)setSize: (float)width height: (float)height;
4465 -(void)setSizeWithType: (FSPDFPageSize)size;
4466 -(void)setBox: (FSPDFPageBoxType)box_type box: (FSRectF*)box;
4467 -(FSRectF*)getBox: (FSPDFPageBoxType)box_type;
4468 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path need_transform_annotations: (BOOL)need_transform_annotations;
4469 -(BOOL)normalize;
4470 -(void)setClipRect: (FSRectF*)clip_rect;
4471 -(void)setThumbnail: (FSBitmap*)thumbnail;
4472 -(FSGraphicsObject*)getGraphicsObjectAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
4473 -(FSGraphicsObjectArray*)getGraphicsObjectsAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
4474 -(FSGraphicsObject*)getGraphicsObjectAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
4475 -(FSGraphicsObjectArray*)getGraphicsObjectsAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
4476 -(FSGraphicsObject*)getGraphicsObjectAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
4477 -(FSGraphicsObjectArray*)getGraphicsObjectsAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
4478 -(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;
4479 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (FSPointF*)position width: (float)width height: (float)height auto_generate_content: (BOOL)auto_generate_content;
4480 -(FSPDFArray*)getAnnots;
4481 -(FSPDFDictionary*)getResources;
4482 -(FSPDFObject*)getContents;
4483 -(FSPDFStream*)getThumb;
4484 -(FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
4485 -(void)clearRenderCache;
4486 -(FSRectF*)getSuggestedRect: (FSBitmap*)render_result render_matrix: (FSMatrix2D*)render_matrix point: (FSPointF*)point;
4487 -(BOOL)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style;
4488 
4489 -(void)dealloc;
4490 
4491 @end
4492 
4493 @interface FSPageNumberRange : NSObject
4494 {
4495  void *swigCPtr;
4496  BOOL swigCMemOwn;
4497 }
4498 @property (nonatomic, getter=getStart_number) int start_number;
4499 @property (nonatomic, getter=getEnd_number) int end_number;
4500 @property (nonatomic, getter=getFilter) FSRangeFilter filter;
4501 -(void*)getCptr;
4502 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4503 -(id)initWithStart_number: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4504 -(id)init;
4505 -(id)initWithPage_range: (FSPageNumberRange*)page_range;
4506 -(void)set: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4507 -(void)dealloc;
4508 
4509 @end
4510 
4511 @interface FSHeaderFooterContent : NSObject
4512 {
4513  void *swigCPtr;
4514  BOOL swigCMemOwn;
4515 }
4516 @property (nonatomic, weak, getter=getHeader_left_content) NSString * header_left_content;
4517 @property (nonatomic, weak, getter=getHeader_center_content) NSString * header_center_content;
4518 @property (nonatomic, weak, getter=getHeader_right_content) NSString * header_right_content;
4519 @property (nonatomic, weak, getter=getFooter_left_content) NSString * footer_left_content;
4520 @property (nonatomic, weak, getter=getFooter_center_content) NSString * footer_center_content;
4521 @property (nonatomic, weak, getter=getFooter_right_content) NSString * footer_right_content;
4522 -(void*)getCptr;
4523 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4524 -(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;
4525 -(id)init;
4526 -(id)initWithOther: (FSHeaderFooterContent*)other;
4527 -(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;
4528 -(void)dealloc;
4529 
4530 @end
4531 
4532 @interface FSHeaderFooter : NSObject
4533 {
4534  void *swigCPtr;
4535  BOOL swigCMemOwn;
4536 }
4537 @property (nonatomic, weak, getter=getFont) FSFont* font;
4538 @property (nonatomic, getter=getText_size) float text_size;
4539 @property (nonatomic, getter=getText_color) unsigned int text_color;
4540 @property (nonatomic, weak, getter=getPage_range) FSPageNumberRange* page_range;
4541 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
4542 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
4543 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
4544 @property (nonatomic, getter=getStart_page_number) int start_page_number;
4545 @property (nonatomic, weak, getter=getContent) FSHeaderFooterContent* content;
4546 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
4547 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
4548 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
4549 -(void*)getCptr;
4550 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4551 -(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;
4552 -(id)init;
4553 -(id)initWithOther: (FSHeaderFooter*)other;
4554 -(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;
4555 -(void)dealloc;
4556 
4557 @end
4558 
4581 };
4582 
4589 };
4590 
4592 -(void*)getCptr;
4593 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4594 -(id)init;
4595 -(id)initWithOther: (FSHeaderFooterContentGenerator*)other;
4596 -(BOOL)isEmpty;
4597 -(void)addDate: (FSHeaderFooterContentGeneratorDateFormatType)format_type;
4598 -(void)addPageNumber: (FSHeaderFooterContentGeneratorPageNumberFormat)format_type;
4599 -(void)addString: (NSString *)new_string;
4600 -(void)clear;
4601 -(NSString *)generateContent;
4602 
4603 -(void)dealloc;
4604 
4605 @end
4606 
4607 @interface FSWrapperData : NSObject
4608 {
4609  void *swigCPtr;
4610  BOOL swigCMemOwn;
4611 }
4612 @property (nonatomic, getter=getVersion) int version;
4613 @property (nonatomic, weak, getter=getType) NSString * type;
4614 @property (nonatomic, weak, getter=getApp_id) NSString * app_id;
4615 @property (nonatomic, weak, getter=getUri) NSString * uri;
4616 @property (nonatomic, weak, getter=getDescription) NSString * description;
4617 -(void*)getCptr;
4618 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4619 -(id)init;
4620 -(id)initWithVersion: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4621 -(id)initWithWrapper_data: (FSWrapperData*)wrapper_data;
4622 -(void)set: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4623 -(void)dealloc;
4624 
4625 @end
4626 
4627 @interface FSPayLoadData : NSObject
4628 {
4629  void *swigCPtr;
4630  BOOL swigCMemOwn;
4631 }
4632 @property (nonatomic, getter=getVersion) float version;
4633 @property (nonatomic, weak, getter=getCrypto_filter) NSString * crypto_filter;
4634 @property (nonatomic, weak, getter=getFile_name) NSString * file_name;
4635 @property (nonatomic, getter=getFile_size) long long file_size;
4636 @property (nonatomic, weak, getter=getDescription) NSString * description;
4637 -(void*)getCptr;
4638 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4639 -(id)init;
4640 -(id)initWithVersion: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
4641 -(id)initWithPayload_data: (FSPayLoadData*)payload_data;
4642 -(void)set: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
4643 -(void)dealloc;
4644 
4645 @end
4646 
4647 @interface FSPageBasicInfo : NSObject
4648 {
4649  void *swigCPtr;
4650  BOOL swigCMemOwn;
4651 }
4652 @property (nonatomic, getter=getWidth) float width;
4653 @property (nonatomic, getter=getHeight) float height;
4654 @property (nonatomic, getter=getRotation) FSRotation rotation;
4655 -(void*)getCptr;
4656 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4657 -(id)initWithWidth: (float)width height: (float)height rotation: (FSRotation)rotation;
4658 -(id)init;
4659 -(id)initWithPage_info: (FSPageBasicInfo*)page_info;
4660 -(void)set: (float)width height: (float)height rotation: (FSRotation)rotation;
4661 -(void)dealloc;
4662 
4663 @end
4664 
4665 @interface FSEmbeddedFontData : NSObject
4666 {
4667  void *swigCPtr;
4668  BOOL swigCMemOwn;
4669 }
4670 @property (nonatomic, weak, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
4671 @property (nonatomic, weak, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
4672 -(void*)getCptr;
4673 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4674 -(id)init;
4675 -(id)initWithOther: (FSEmbeddedFontData*)other;
4676 -(void)dealloc;
4677 
4678 @end
4679 
4680 @interface FSTableOfContentsConfig : NSObject
4681 {
4682  void *swigCPtr;
4683  BOOL swigCMemOwn;
4684 }
4685 @property (nonatomic, weak, getter=getTitle) NSString * title;
4686 @property (nonatomic, weak, getter=getBookmark_level_array) FSInt32Array* bookmark_level_array;
4687 @property (nonatomic, getter=getIs_show_serial_number) BOOL is_show_serial_number;
4688 @property (nonatomic, getter=getInclude_toc_pages) BOOL include_toc_pages;
4689 -(void*)getCptr;
4690 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4691 -(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;
4692 -(id)init;
4693 -(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;
4694 -(void)dealloc;
4695 
4696 @end
4697 
4698 typedef NS_ENUM(NSInteger, FSPDFDocPasswordType) {
4703 };
4704 
4705 typedef NS_ENUM(NSInteger, FSPDFDocEncryptType) {
4714 };
4715 
4716 typedef NS_ENUM(NSInteger, FSPDFDocUserPermissions) {
4725 };
4726 
4727 typedef NS_ENUM(NSInteger, FSPDFDocSaveFlags) {
4734 };
4735 
4736 typedef NS_ENUM(NSInteger, FSPDFDocImportPageFlags) {
4740 };
4741 
4742 typedef NS_ENUM(NSInteger, FSPDFDocExtractPagesOptions) {
4749 };
4750 
4751 typedef NS_ENUM(NSInteger, FSPDFDocInsertDocOptions) {
4753 };
4754 
4755 typedef NS_ENUM(NSInteger, FSPDFDocDisplayMode) {
4762 };
4763 
4764 typedef NS_ENUM(NSInteger, FSPDFDocDataType) {
4765  FSPDFDocForms = 0x0001,
4766  FSPDFDocAnnots = 0x0002,
4767  FSPDFDocLinks = 0x0004
4768 };
4769 
4770 typedef NS_ENUM(NSInteger, FSPDFDocWrapperType) {
4774 };
4775 
4776 @interface FSPDFDoc : FSBase
4777 @property (nonatomic, getter=getDisplayMode) FSPDFDocDisplayMode displayMode;
4778 @property (nonatomic, getter=getFileVersion) int fileVersion;
4779 -(void*)getCptr;
4780 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4781 -(id)init;
4782 -(id)initWithPath: (NSString *)path;
4783 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read is_async: (BOOL)is_async;
4784 -(id)initWithOther: (FSPDFDoc*)other;
4785 -(BOOL)isEmpty;
4786 -(unsigned long long)getFileSize;
4787 -(BOOL)isLinearized;
4788 -(BOOL)isTaggedPDF;
4789 -(FSErrorCode)load: (NSString *)password;
4790 -(FSErrorCode)loadW: (NSString *)password;
4791 -(FSProgressive*)startLoad: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
4792 -(FSProgressive*)startLoadW: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
4793 -(int)getFirstAvailPageIndex;
4794 -(BOOL)isXFA;
4795 -(BOOL)isEncrypted;
4796 -(void)clearRenderCache;
4797 -(FSPDFDocPasswordType)getPasswordType;
4798 -(FSPDFDocEncryptType)getEncryptionType;
4799 -(FSPDFDocPasswordType)checkPassword: (NSString *)password;
4800 -(BOOL)isUserPassword: (NSString *)password;
4801 -(BOOL)isOwnerPassword: (NSString *)password;
4802 -(NSString *)getUserPassword: (NSString *)owner_password;
4803 -(FSStdEncryptData*)getStdEncryptData;
4804 -(FSCertificateEncryptData*)getCertificateEncryptData;
4805 -(FSDRMEncryptData*)getDRMEncryptData;
4806 -(FSCustomEncryptData*)getCustomEncryptData;
4807 -(FSRMSEncryptData*)getRMSEncryptData;
4808 -(BOOL)saveAs: (NSString *)file_path save_flags: (unsigned int)save_flags;
4809 -(FSProgressive*)startSaveAs: (NSString *)file_path save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
4810 -(FSProgressive*)startSaveAsWithWriterCallback: (id<FSFileWriterCallback>)file save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
4811 -(FSBookmark*)getRootBookmark;
4812 -(FSBookmark*)createRootBookmark;
4813 -(int)getBookmarkLevelDepth;
4814 -(BOOL)removeBookmark: (FSBookmark*)bookmark;
4815 -(BOOL)hasLayer;
4816 -(BOOL)hasHeaderFooter;
4817 -(FSHeaderFooter*)getEditableHeaderFooter;
4818 -(void)addHeaderFooter: (FSHeaderFooter*)headerfooter;
4819 -(void)updateHeaderFooter: (FSHeaderFooter*)headerfooter;
4820 -(BOOL)removeAllHeaderFooters;
4821 -(int)getPageCount;
4822 -(FSPDFPage*)getPage: (int)index;
4823 -(FSPDFDictionary*)getCatalog;
4824 -(FSPDFDictionary*)getTrailer;
4825 -(FSPDFDictionary*)getInfo;
4826 -(FSPDFDictionary*)getEncryptDict;
4827 -(FSPDFDictionary*)getPagesDict;
4828 -(FSPDFObject*)getIndirectObject: (unsigned int)object_number;
4829 -(unsigned int)addIndirectObject: (FSPDFObject*)pdf_object;
4830 -(void)deleteIndirectObject: (unsigned int)object_number;
4831 -(unsigned int)getUserPermissions;
4832 -(BOOL)isWrapper;
4833 -(FSPDFDocWrapperType)getWrapperType;
4834 -(FSWrapperData*)getWrapperData;
4835 -(long long)getWrapperOffset;
4836 -(FSPayLoadData*)getPayLoadData;
4837 -(FSProgressive*)startGetPayloadFile: (id<FSFileWriterCallback>)payload_file pause: (id<FSPauseCallback>)pause;
4838 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (FSWrapperData*)wrapper_data user_permissions: (unsigned int)user_permissions owner_password: (NSString *)owner_password;
4839 -(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;
4840 -(BOOL)hasForm;
4841 -(int)getReadingBookmarkCount;
4842 -(FSReadingBookmark*)getReadingBookmark: (int)index;
4843 -(FSReadingBookmark*)insertReadingBookmark: (int)reading_bookmark_index title: (NSString *)title dest_page_index: (int)dest_page_index;
4844 -(BOOL)removeReadingBookmark: (FSReadingBookmark*)reading_bookmark;
4845 -(int)getSignatureCount;
4846 -(FSSignature*)getSignature: (int)index;
4847 -(void)removeSignature: (FSSignature*)signature;
4848 -(FSPDFPage*)insertPage: (int)index width: (float)width height: (float)height;
4849 -(FSPDFPage*)insertPageWithType: (int)index size: (FSPDFPageSize)size;
4850 -(FSPDFPage*)addPageFromTemplate: (NSString *)template_name;
4851 -(BOOL)hidePageTemplate: (NSString *)template_name;
4852 -(BOOL)removePage: (int)index;
4853 -(BOOL)removePageWithPDFPage: (FSPDFPage*)page;
4854 -(BOOL)movePageTo: (FSPDFPage*)page dest_index: (int)dest_index;
4855 -(BOOL)movePagesTo: (FSRange*)page_range dest_index: (int)dest_index;
4856 -(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;
4857 -(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;
4858 -(FSProgressive*)startExtractPages: (NSString *)file_path options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
4859 -(FSProgressive*)startExtractPagesWithWriterCallback: (id<FSFileWriterCallback>)file options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
4860 -(void)insertDocument: (int)dest_index src_doc: (FSPDFDoc*)src_doc options: (unsigned int)options;
4861 -(BOOL)importFromFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
4862 -(BOOL)exportToFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
4863 -(BOOL)exportAnnotToFDF: (FSAnnot*)pdf_annot fdf_doc: (FSFDFDoc*)fdf_doc;
4864 -(BOOL)exportFormFieldsToFDF: (FSFieldArray*)field_array is_include: (BOOL)is_include fdf_doc: (FSFDFDoc*)fdf_doc;
4865 -(NSString *)getHeader;
4866 -(BOOL)setSecurityHandler: (FSSecurityHandler*)handler;
4867 -(FSSecurityHandler*)getSecurityHandler;
4868 -(BOOL)removeSecurity;
4869 -(int)getFontCount;
4870 -(FSFont*)getFont: (int)index;
4871 -(FSAction*)getOpenAction;
4872 -(BOOL)setOpenAction: (FSAction*)action;
4873 -(BOOL)removeOpenAction;
4874 -(BOOL)doJSOpenAction;
4875 -(BOOL)isPortfolio;
4876 -(FSPageBasicInfo*)getPageBasicInfo: (int)index;
4877 -(FSEmbeddedFontData*)getEmbeddedFontData;
4878 -(void)createDSS;
4879 -(void)addTableOfContents: (NSString *)title bookmark_level_array: (FSInt32Array*)bookmark_level_array;
4880 -(void)addTableOfContentsWithTableOfContentsConfig: (FSTableOfContentsConfig*)table_of_contents_config;
4881 -(void)setCacheFile: (id<FSFileStreamCallback>)file_stream is_own_file_stream: (BOOL)is_own_file_stream;
4882 -(FSProgressive*)startRecognizeForm: (id<FSPauseCallback>)pause;
4883 -(NSString *)getPageText: (int)page_index;
4884 -(FSPagingSealSignature*)addPagingSealSignature: (FSRange*)page_range width: (float)width height: (float)height;
4885 -(FSProgressive*)startEmbedAllFonts: (id<FSPauseCallback>)pause;
4886 -(id)initWithBuffer: (NSData *)buffer;
4887 
4888 -(void)dealloc;
4889 
4890 @end
4891 
4892 @interface FSMetadata : FSBase
4893 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
4894 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
4895 -(id)init NS_UNAVAILABLE;
4896 -(void*)getCptr;
4897 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4898 -(id)initWithDocument: (FSPDFDoc*)document;
4899 -(id)initWithOther: (FSMetadata*)other;
4900 -(BOOL)isEmpty;
4901 -(BOOL)hasKey: (NSString *)key;
4902 -(NSArray<NSString *> *)getValues: (NSString *)key;
4903 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
4904 -(NSArray<NSString *> *)getCustomerKeys;
4905 -(void)removeCustomerKey: (NSString *)key;
4906 
4907 -(void)dealloc;
4908 
4909 @end
4910 
4911 typedef NS_ENUM(NSInteger, FSDocViewerPrefsPrintScale) {
4914 };
4915 
4916 typedef NS_ENUM(NSInteger, FSDocViewerPrefsViewerPref) {
4923 };
4924 
4926 @property (nonatomic, getter=getNonFullScreenPageMode) FSPDFDocDisplayMode nonFullScreenPageMode;
4927 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
4928 @property (nonatomic, getter=getViewArea) FSPDFPageBoxType viewArea;
4929 @property (nonatomic, getter=getViewClip) FSPDFPageBoxType viewClip;
4930 @property (nonatomic, getter=getPrintArea) FSPDFPageBoxType printArea;
4931 @property (nonatomic, getter=getPrintClip) FSPDFPageBoxType printClip;
4932 @property (nonatomic, getter=getPrintScale) FSDocViewerPrefsPrintScale printScale;
4933 @property (nonatomic, getter=getPrintCopies) int printCopies;
4934 @property (nonatomic, weak, getter=getPrintRange) FSRange* printRange;
4935 -(id)init NS_UNAVAILABLE;
4936 -(void*)getCptr;
4937 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4938 -(id)initWithDocument: (FSPDFDoc*)document pdf_dict: (FSPDFDictionary*)pdf_dict;
4939 -(id)initWithOther: (FSDocViewerPrefs*)other;
4940 -(BOOL)isEmpty;
4941 -(BOOL)getUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref;
4942 -(void)setUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref value: (BOOL)value;
4943 -(FSPDFDictionary*)getDict;
4944 
4945 -(void)dealloc;
4946 
4947 @end
4948 
4949 typedef NS_ENUM(NSInteger, FSPageLabelsStyle) {
4956 };
4957 
4958 @interface FSPageLabels : FSBase
4959 -(id)init NS_UNAVAILABLE;
4960 -(void*)getCptr;
4961 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4962 -(id)initWithDocument: (FSPDFDoc*)document;
4963 -(id)initWithOther: (FSPageLabels*)other;
4964 -(BOOL)isEmpty;
4965 -(NSString *)getPageLabelTitle: (int)page_index;
4966 -(BOOL)hasPageLabel: (int)page_index;
4967 -(FSPageLabelsStyle)getPageLabelStyle: (int)page_index;
4968 -(NSString *)getPageLabelPrefix: (int)page_index;
4969 -(int)getPageLabelStart: (int)page_index;
4970 -(void)setPageLabel: (int)page_index label_style: (FSPageLabelsStyle)label_style first_label_number: (int)first_label_number prefix_string: (NSString *)prefix_string;
4971 -(void)removePageLabel: (int)page_index;
4972 -(void)removeAll;
4974 
4975 -(void)dealloc;
4976 
4977 @end
4978 
4979 
4980 
4981 @interface FSPSI : FSBase
4982 -(id)init NS_UNAVAILABLE;
4983 -(void*)getCptr;
4984 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4985 -(id)initWithBitmap: (FSBitmap*)bitmap simulate: (BOOL)simulate;
4986 -(id)initWithWidth: (int)width height: (int)height simulate: (BOOL)simulate;
4987 -(id)initWithOther: (FSPSI*)other;
4988 -(BOOL)isEmpty;
4989 -(void)setCallback: (id<FSPSICallback>)callback;
4990 -(void)setColor: (unsigned int)color;
4991 -(void)setDiameter: (int)diameter;
4992 -(void)setOpacity: (float)opacity;
4993 -(void)addPoint: (FSPointF*)point type: (FSPathPointType)type pressure: (float)pressure;
4995 -(FSBitmap*)getBitmap;
4996 -(FSPSInk*)convertToPDFAnnot: (FSPDFPage*)page annot_rect: (FSRectF*)annot_rect rotate: (FSRotation)rotate;
4997 
4998 -(void)dealloc;
4999 
5000 @end
5001 
5003 @property (nonatomic, weak, getter=getTitle) NSString * title;
5004 @property (nonatomic, getter=getPageIndex) int pageIndex;
5005 -(id)init NS_UNAVAILABLE;
5006 -(void*)getCptr;
5007 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5008 -(id)initWithOther: (FSReadingBookmark*)other;
5009 -(BOOL)isEmpty;
5010 -(FSDateTime*)getDateTime: (BOOL)is_creation_date;
5011 -(void)setDateTime: (FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
5012 
5013 -(void)dealloc;
5014 
5015 @end
5016 
5017 typedef NS_ENUM(NSInteger, FSReflowPageFlags) {
5021 };
5022 
5023 @interface FSReflowPage : FSBase
5024 -(id)init NS_UNAVAILABLE;
5025 -(void*)getCptr;
5026 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5027 -(id)initWithPage: (FSPDFPage*)page;
5028 -(id)initWithOther: (FSReflowPage*)other;
5029 -(BOOL)isEmpty;
5030 -(void)setScreenSize: (float)width height: (float)height;
5031 -(void)setScreenMargin: (int)left top: (int)top right: (int)right bottom: (int)bottom;
5032 -(void)setZoom: (int)zoom;
5033 -(void)setParseFlags: (unsigned int)flags;
5034 -(void)setLineSpace: (float)line_space;
5035 -(void)setImageScale: (float)image_scale;
5036 -(void)setTopSpace: (float)top_space;
5037 -(FSProgressive*)startParse: (id<FSPauseCallback>)pause;
5038 -(float)getContentWidth;
5039 -(float)getContentHeight;
5040 -(FSMatrix2D*)getDisplayMatrix: (float)offset_x offset_y: (float)offset_y width: (int)width height: (int)height rotate: (FSRotation)rotate;
5041 -(NSString *)getFocusData: (FSMatrix2D*)matrix point: (FSPointF*)point;
5042 -(FSPointF*)getFocusPosition: (FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
5043 -(BOOL)isParsed;
5044 
5045 -(void)dealloc;
5046 
5047 @end
5048 
5049 @interface FSWidgetChoiceOption : NSObject
5050 {
5051  void *swigCPtr;
5052  BOOL swigCMemOwn;
5053 }
5054 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
5055 @property (nonatomic, getter=getSelected) BOOL selected;
5056 -(void*)getCptr;
5057 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5058 -(id)init;
5059 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
5060 -(id)initWithOption: (FSWidgetChoiceOption*)option;
5061 -(void)set: (NSString *)option_label selected: (BOOL)selected;
5062 -(void)dealloc;
5063 
5064 @end
5065 
5066 @interface FSWidgetChoiceOptionArray : NSObject
5067 {
5068  void *swigCPtr;
5069  BOOL swigCMemOwn;
5070 }
5071 -(void*)getCptr;
5072 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5073 -(id)init;
5074 -(id)initWithOther: (FSWidgetChoiceOptionArray*)other;
5075 -(unsigned long)getSize;
5076 -(FSWidgetChoiceOption*)getAt: (unsigned long)index;
5077 -(void)add: (FSWidgetChoiceOption*)element;
5078 -(void)removeAt: (unsigned long)index;
5079 -(void)insertAt: (unsigned long)index element: (FSWidgetChoiceOption*)element;
5080 -(void)removeAll;
5081 
5082 -(void)dealloc;
5083 
5084 @end
5085 
5086 typedef NS_ENUM(NSInteger, FSAppProviderCallbackAppInfo) {
5093 };
5094 
5095 typedef NS_ENUM(NSInteger, FSAppProviderCallbackBeepType) {
5101 };
5102 
5103 typedef NS_ENUM(NSInteger, FSAppProviderCallbackStringID) {
5208 };
5209 
5210 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxIconType) {
5215 };
5216 
5217 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonType) {
5222 };
5223 
5224 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonID) {
5229 };
5230 
5231 
5232 
5233 typedef NS_ENUM(NSInteger, FSDocProviderCallbackInvalidateFlag) {
5236 };
5237 
5238 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPrintOption) {
5245 };
5246 
5247 typedef NS_ENUM(NSInteger, FSDocProviderCallbackSubmitFormat) {
5253 };
5254 
5255 typedef NS_ENUM(NSInteger, FSDocProviderCallbackTextEncoding) {
5268 };
5269 
5270 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPageViewEventType) {
5274 };
5275 
5276 typedef NS_ENUM(NSInteger, FSDocProviderCallbackWidgetEventType) {
5279 };
5280 
5281 
5282 
5283 typedef NS_ENUM(NSInteger, FSXFADocEventType) {
5287 };
5288 
5289 typedef NS_ENUM(NSInteger, FSXFADocType) {
5293 };
5294 
5295 typedef NS_ENUM(NSInteger, FSXFADocExportDataType) {
5299 };
5300 
5301 @interface FSXFADoc : FSBase
5302 -(id)init NS_UNAVAILABLE;
5303 -(void*)getCptr;
5304 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5305 -(id)initWithDocument: (FSPDFDoc*)document xfa_doc_provider_handler: (id<FSDocProviderCallback>)xfa_doc_provider_handler;
5306 -(id)initWithDocument: (FSPDFDoc*)document;
5307 -(id)initWithOther: (FSXFADoc*)other;
5308 -(BOOL)isEmpty;
5309 -(FSProgressive*)startLoad: (id<FSPauseCallback>)pause;
5310 -(void)setDocProviderCallback: (id<FSDocProviderCallback>)doc_provider_callback;
5312 -(int)getPageCount;
5313 -(FSXFAPage*)getPage: (int)page_index;
5314 -(BOOL)exportData: (NSString *)output_file_path export_type: (FSXFADocExportDataType)export_type;
5315 -(void)setPDFPath: (NSString *)pdf_file_path;
5316 -(BOOL)importData: (NSString *)file_path;
5317 -(BOOL)importDataWithReaderCallback: (id<FSFileReaderCallback>)file_reader;
5318 -(void)resetForm;
5319 -(void)flattenTo: (NSString *)output_file_path;
5320 -(void)flattenToWithStreamCallback: (id<FSFileStreamCallback>)stream;
5321 -(void)processEvent: (FSXFADocEventType)event_type;
5322 -(void)setFocus: (FSXFAWidget*)xfa_widget;
5323 -(void)killFocus;
5324 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5325 
5326 -(void)dealloc;
5327 
5328 @end
5329 
5330 @interface FSXFAPage : FSBase
5331 -(id)init NS_UNAVAILABLE;
5332 -(void*)getCptr;
5333 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5334 -(id)initWithOther: (FSXFAPage*)other;
5335 -(BOOL)isEmpty;
5336 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
5337 -(float)getWidth;
5338 -(float)getHeight;
5339 -(FSXFAWidget*)getWidgetAtDevicePoint: (FSMatrix2D*)matrix device_point: (FSPointF*)device_point tolerance: (float)tolerance;
5340 -(int)getIndex;
5341 -(int)getWidgetCount;
5342 -(FSXFAWidget*)getWidget: (int)widget_index;
5343 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5346 -(FSXFAWidget*)getNextWidget: (FSXFAWidget*)widget;
5347 -(FSXFAWidget*)getPrevWidget: (FSXFAWidget*)widget;
5348 
5349 -(void)dealloc;
5350 
5351 @end
5352 
5353 typedef NS_ENUM(NSInteger, FSXFAWidgetHitTestArea) {
5358 };
5359 
5360 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetType) {
5378 };
5379 
5380 typedef NS_ENUM(NSInteger, FSXFAWidgetPresenceProperty) {
5386 };
5387 
5388 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetNameType) {
5392 };
5393 
5394 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetHAlignType) {
5401 };
5402 
5403 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetVAlignType) {
5407 };
5408 
5409 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetEdgePosition) {
5414 };
5415 
5416 @interface FSXFAWidget : FSBase
5417 @property (nonatomic, weak, getter=getValue) NSString * value;
5418 -(id)init NS_UNAVAILABLE;
5419 -(void*)getCptr;
5420 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5421 -(id)initWithOther: (FSXFAWidget*)other;
5422 -(BOOL)isEmpty;
5423 -(FSXFAPage*)getXFAPage;
5424 -(int)getIndex;
5425 -(void)resetData;
5426 -(FSRectF*)getRect;
5427 -(NSString *)getName: (FSXFAWidgetWidgetNameType)type;
5428 -(FSWidgetChoiceOptionArray*)getOptions;
5429 -(BOOL)isChecked;
5430 -(FSXFAWidgetPresenceProperty)getPresence;
5431 -(BOOL)onMouseEnter;
5432 -(BOOL)onMouseExit;
5433 -(BOOL)onLButtonDown: (FSPointF*)point flags: (unsigned int)flags;
5434 -(BOOL)onLButtonUp: (FSPointF*)point flags: (unsigned int)flags;
5435 -(BOOL)onLButtonDoubleClick: (FSPointF*)point flags: (unsigned int)flags;
5436 -(BOOL)onMouseMove: (FSPointF*)point flags: (unsigned int)flags;
5437 -(BOOL)onRButtonDown: (FSPointF*)point flags: (unsigned int)flags;
5438 -(BOOL)onRButtonUp: (FSPointF*)point flags: (unsigned int)flags;
5439 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
5440 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
5441 -(BOOL)onChar: (int)input_char flags: (unsigned int)flags;
5442 -(FSXFAWidgetHitTestArea)onHitTest: (FSPointF*)point;
5443 -(FSXFAWidgetWidgetType)getType;
5444 -(FSXFAWidgetWidgetHAlignType)getHAlign;
5445 -(FSXFAWidgetWidgetVAlignType)getVAlign;
5446 -(BOOL)hasEdge: (FSXFAWidgetWidgetEdgePosition)edge_pos;
5447 -(FSSignature*)getSignature;
5448 -(NSString *)getToolTip;
5449 -(FSBitmap*)getBitmap;
5450 -(void)setImage: (FSImage*)image;
5451 
5452 -(void)dealloc;
5453 
5454 @end
5455 
5456 @interface FSWidgetMenu : FSBase
5457 -(id)init NS_UNAVAILABLE;
5458 -(void*)getCptr;
5459 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5460 -(id)initWithXfa_widget: (FSXFAWidget*)xfa_widget;
5461 -(id)initWithOther: (FSWidgetMenu*)other;
5462 -(BOOL)isEmpty;
5463 -(BOOL)canCopy;
5464 -(BOOL)canCut;
5465 -(BOOL)canPaste;
5466 -(BOOL)canSelectAll;
5467 -(BOOL)canDelete;
5468 -(BOOL)canDeSelect;
5469 -(NSString *)copy;
5470 -(NSString *)cut;
5471 -(BOOL)paste: (NSString *)text;
5472 -(BOOL)selectAll;
5473 -(BOOL)delete;
5474 -(BOOL)deSelect;
5475 -(BOOL)canUndo;
5476 -(BOOL)canRedo;
5477 -(BOOL)undo;
5478 -(BOOL)redo;
5479 -(BOOL)bold;
5480 -(BOOL)italic;
5481 -(BOOL)underline;
5482 -(BOOL)superscript;
5483 -(BOOL)subscript;
5484 -(BOOL)clearStyle;
5485 
5486 -(void)dealloc;
5487 
5488 @end
5489 
5490 
5491 
5492 typedef NS_ENUM(NSInteger, FSTextPageCharInfoTextCharFlag) {
5499 };
5500 
5501 @interface FSTextPageCharInfo : NSObject
5502 {
5503  void *swigCPtr;
5504  BOOL swigCMemOwn;
5505 }
5506 @property (nonatomic, weak, getter=getFont) FSFont* font;
5507 @property (nonatomic, getter=getFlag) FSTextPageCharInfoTextCharFlag flag;
5508 @property (nonatomic, getter=getFont_size) float font_size;
5509 @property (nonatomic, getter=getOrigin_x) float origin_x;
5510 @property (nonatomic, getter=getOrigin_y) float origin_y;
5511 @property (nonatomic, weak, getter=getChar_box) FSRectF* char_box;
5512 @property (nonatomic, weak, getter=getChar_outbox) FSRectF* char_outbox;
5513 @property (nonatomic, weak, getter=getMatrix) FSMatrix2D* matrix;
5514 -(void*)getCptr;
5515 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5516 -(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;
5517 -(id)init;
5518 -(id)initWithChar_info: (FSTextPageCharInfo*)char_info;
5519 -(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;
5520 -(void)dealloc;
5521 
5522 @end
5523 
5524 typedef NS_ENUM(NSInteger, FSTextPageTextParseFlags) {
5528 };
5529 
5530 typedef NS_ENUM(NSInteger, FSTextPageTextOrderFlag) {
5533 };
5534 
5535 @interface FSTextPage : FSBase
5536 -(id)init NS_UNAVAILABLE;
5537 -(void*)getCptr;
5538 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5539 -(id)initWithPage: (FSPDFPage*)page flags: (int)flags;
5540 -(id)initWithOther: (FSTextPage*)other;
5541 -(BOOL)isEmpty;
5542 -(int)getCharCount;
5543 -(FSTextPageCharInfo*)getCharInfo: (int)char_index;
5544 -(NSString *)getChars: (int)start count: (int)count;
5545 -(int)getIndexAtPos: (float)x y: (float)y tolerance: (float)tolerance;
5546 -(NSString *)getTextInRect: (FSRectF*)rect;
5547 -(NSString *)getText: (FSTextPageTextOrderFlag)flag;
5548 -(FSRange*)getWordAtPos: (float)x y: (float)y tolerance: (float)tolerance;
5549 -(int)getTextRectCount: (int)start count: (int)count;
5550 -(FSRectF*)getTextRect: (int)rect_index;
5551 -(FSRotation)getBaselineRotation: (int)rect_index;
5552 -(FSRectFArray*)getTextRectArrayByRect: (FSRectF*)rect;
5553 -(FSRange*)getCharRange: (FSRectF*)rect;
5554 -(NSString *)getTextUnderAnnot: (FSAnnot*)annot;
5555 
5556 -(void)dealloc;
5557 
5558 @end
5559 
5560 typedef NS_ENUM(NSInteger, FSTextSearchSearchFlags) {
5565 };
5566 
5567 @interface FSTextSearch : FSBase
5568 -(id)init NS_UNAVAILABLE;
5569 -(void*)getCptr;
5570 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5571 -(id)initWithDocument: (FSPDFDoc*)document cancel: (id<FSSearchCancelCallback>)cancel flags: (int)flags;
5572 -(id)initWithXfa_document: (FSXFADoc*)xfa_document cancel: (id<FSSearchCancelCallback>)cancel;
5573 -(id)initWithText_page: (FSTextPage*)text_page;
5574 -(id)initWithAnnot: (FSAnnot*)annot;
5575 -(id)initWithOther: (FSTextSearch*)other;
5576 -(BOOL)isEmpty;
5577 -(BOOL)setPattern: (NSString *)key_words;
5578 -(BOOL)setStartPage: (int)page_index;
5579 -(BOOL)setEndPage: (int)page_index;
5580 -(BOOL)setStartCharacter: (int)char_index;
5581 -(BOOL)setSearchFlags: (unsigned int)search_flags;
5582 -(BOOL)findNext;
5583 -(BOOL)findPrev;
5585 -(int)getMatchPageIndex;
5586 -(NSString *)getMatchSentence;
5590 -(int)getMatchEndCharIndex;
5591 
5592 -(void)dealloc;
5593 
5594 @end
5595 
5596 @interface FSTextLink : FSBase
5597 -(id)init NS_UNAVAILABLE;
5598 -(void*)getCptr;
5599 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5600 -(id)initWithOther: (FSTextLink*)other;
5601 -(BOOL)isEmpty;
5602 -(NSString *)getURI;
5603 -(int)getStartCharIndex;
5604 -(int)getEndCharIndex;
5606 
5607 -(void)dealloc;
5608 
5609 @end
5610 
5612 -(id)init NS_UNAVAILABLE;
5613 -(void*)getCptr;
5614 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5615 -(id)initWithPage: (FSTextPage*)page;
5616 -(id)initWithOther: (FSPageTextLinks*)other;
5617 -(BOOL)isEmpty;
5618 -(int)getTextLinkCount;
5619 -(FSTextLink*)getTextLink: (int)index;
5620 
5621 -(void)dealloc;
5622 
5623 @end
5624 
5625 typedef NS_ENUM(NSInteger, FSSecurityHandlerCipherType) {
5629 };
5630 
5632 -(void*)getCptr;
5633 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5634 -(id)init;
5635 -(id)initWithOther: (FSSecurityHandler*)other;
5636 -(BOOL)isEmpty;
5638 
5639 -(void)dealloc;
5640 
5641 @end
5642 
5643 @interface FSStdEncryptData : NSObject
5644 {
5645  void *swigCPtr;
5646  BOOL swigCMemOwn;
5647 }
5648 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5649 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
5650 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
5651 @property (nonatomic, getter=getKey_length) int key_length;
5652 -(void*)getCptr;
5653 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5654 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
5655 -(id)init;
5656 -(id)initWithOther: (FSStdEncryptData*)other;
5657 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
5658 -(void)dealloc;
5659 
5660 @end
5661 
5662 typedef NS_ENUM(NSInteger, FSStdSecurityHandlerModifyFlag) {
5666 };
5667 
5669 -(void*)getCptr;
5670 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5671 -(id)init;
5672 -(id)initWithOther: (FSSecurityHandler*)other;
5673 -(BOOL)initialize: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
5674 -(BOOL)initializeW: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
5675 -(void)setAES256ModifyFlags: (unsigned int)modify_flags;
5676 
5677 -(void)dealloc;
5678 
5679 @end
5680 
5681 @interface FSCertificateEncryptData : NSObject
5682 {
5683  void *swigCPtr;
5684  BOOL swigCMemOwn;
5685 }
5686 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5687 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
5688 @property (nonatomic, weak, getter=getEnvelopes) NSArray<NSData *> * envelopes;
5689 -(void*)getCptr;
5690 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5691 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
5692 -(id)init;
5693 -(id)initWithOther: (FSCertificateEncryptData*)other;
5694 -(void)set: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
5695 -(void)dealloc;
5696 
5697 @end
5698 
5700 -(void*)getCptr;
5701 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5702 -(id)init;
5703 -(id)initWithOther: (FSSecurityHandler*)other;
5704 -(BOOL)initialize: (FSCertificateEncryptData*)encrypt_data encrypt_key: (NSData *)encrypt_key;
5705 
5706 -(void)dealloc;
5707 
5708 @end
5709 
5710 @interface FSDRMEncryptData : NSObject
5711 {
5712  void *swigCPtr;
5713  BOOL swigCMemOwn;
5714 }
5715 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5716 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
5717 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
5718 @property (nonatomic, getter=getKey_length) int key_length;
5719 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
5720 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
5721 -(void*)getCptr;
5722 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5723 -(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;
5724 -(id)init;
5725 -(id)initWithOther: (FSDRMEncryptData*)other;
5726 -(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;
5727 -(void)dealloc;
5728 
5729 @end
5730 
5732 -(void*)getCptr;
5733 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5734 -(id)init;
5735 -(id)initWithOther: (FSSecurityHandler*)other;
5736 -(NSString *)getDRMValue: (NSString *)key;
5737 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
5738 -(BOOL)verifyEncryptionParams;
5739 -(BOOL)initialize: (FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSData *)initial_key;
5740 
5741 -(void)dealloc;
5742 
5743 @end
5744 
5745 @interface FSCustomEncryptData : NSObject
5746 {
5747  void *swigCPtr;
5748  BOOL swigCMemOwn;
5749 }
5750 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5751 @property (nonatomic, weak, getter=getFilter) NSString * filter;
5752 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
5753 -(void*)getCptr;
5754 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5755 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
5756 -(id)init;
5757 -(id)initWithOther: (FSCustomEncryptData*)other;
5758 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
5759 -(void)dealloc;
5760 
5761 @end
5762 
5764 -(void*)getCptr;
5765 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5766 -(id)init;
5767 -(id)initWithOther: (FSSecurityHandler*)other;
5768 -(BOOL)initialize: (FSCustomEncryptData*)encrypt_data callback: (id<FSCustomSecurityCallback>)callback encrypt_info: (NSString *)encrypt_info;
5769 
5770 -(void)dealloc;
5771 
5772 @end
5773 
5774 @interface FSRMSEncryptData : NSObject
5775 {
5776  void *swigCPtr;
5777  BOOL swigCMemOwn;
5778 }
5779 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5780 @property (nonatomic, weak, getter=getPublish_license) NSString * publish_license;
5781 @property (nonatomic, weak, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
5782 @property (nonatomic, getter=getIrm_version) float irm_version;
5783 -(void*)getCptr;
5784 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5785 -(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;
5786 -(id)init;
5787 -(id)initWithOther: (FSRMSEncryptData*)other;
5788 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (float)irm_version;
5789 -(void)dealloc;
5790 
5791 @end
5792 
5794 -(void*)getCptr;
5795 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5796 -(id)init;
5797 -(id)initWithOther: (FSSecurityHandler*)other;
5798 -(BOOL)initialize: (FSRMSEncryptData*)encrypt_data callback: (id<FSRMSSecurityCallback>)callback;
5799 
5800 -(void)dealloc;
5801 
5802 @end
5803 
5804 
5805 
5806 
5807 
5808 
5809 
5810 
5811 
5812 
5813 
5814 typedef NS_ENUM(NSInteger, FSTabOrderMgrOrderType) {
5819 };
5820 
5821 @interface FSTabOrderMgr : FSBase
5822 @property (nonatomic, getter=getOrderType) FSTabOrderMgrOrderType orderType;
5823 -(id)init NS_UNAVAILABLE;
5824 -(void*)getCptr;
5825 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5826 -(id)initWithPage: (FSPDFPage*)page;
5827 -(id)initWithOther: (FSTabOrderMgr*)other;
5828 -(BOOL)isEmpty;
5829 -(void)reload;
5830 -(FSAnnot*)getFirstAnnot;
5831 -(FSAnnot*)getLastAnnot;
5832 -(FSAnnot*)getNextAnnot: (FSAnnot*)annot;
5833 -(FSAnnot*)getPrevAnnot: (FSAnnot*)annot;
5834 -(BOOL)adjustStructureOrder: (FSAnnotArray*)annot_array;
5835 
5836 -(void)dealloc;
5837 
5838 @end
5839 
5840 @interface FSWatermark : FSBase
5841 -(id)init NS_UNAVAILABLE;
5842 -(void*)getCptr;
5843 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5844 -(id)initWithDocument: (FSPDFDoc*)document text: (NSString *)text properties: (FSWatermarkTextProperties*)properties settings: (FSWatermarkSettings*)settings;
5845 -(id)initWithDocument: (FSPDFDoc*)document bitmap: (FSBitmap*)bitmap settings: (FSWatermarkSettings*)settings;
5846 -(id)initWithDocument: (FSPDFDoc*)document image: (FSImage*)image frame_index: (int)frame_index settings: (FSWatermarkSettings*)settings;
5847 -(id)initWithDocument: (FSPDFDoc*)document page: (FSPDFPage*)page settings: (FSWatermarkSettings*)settings;
5848 -(id)initWithOther: (FSWatermark*)other;
5849 -(BOOL)isEmpty;
5850 -(float)getWidth;
5851 -(float)getHeight;
5852 -(BOOL)insertToPage: (FSPDFPage*)page;
5853 
5854 -(void)dealloc;
5855 
5856 @end
5857 
5858 typedef NS_ENUM(NSInteger, FSWatermarkSettingsFlags) {
5867 };
5868 
5869 @interface FSWatermarkSettings : NSObject
5870 {
5871  void *swigCPtr;
5872  BOOL swigCMemOwn;
5873 }
5874 @property (nonatomic, getter=getPosition) FSPosition position;
5875 @property (nonatomic, getter=getOffset_x) float offset_x;
5876 @property (nonatomic, getter=getOffset_y) float offset_y;
5877 @property (nonatomic, getter=getFlags) unsigned int flags;
5878 @property (nonatomic, getter=getScale_x) float scale_x;
5879 @property (nonatomic, getter=getScale_y) float scale_y;
5880 @property (nonatomic, getter=getRotation) float rotation;
5881 @property (nonatomic, getter=getOpacity) int opacity;
5882 -(void*)getCptr;
5883 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5884 -(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;
5885 -(id)init;
5886 -(id)initWithSettings: (FSWatermarkSettings*)settings;
5887 -(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;
5888 -(void)dealloc;
5889 
5890 @end
5891 
5892 typedef NS_ENUM(NSInteger, FSWatermarkTextPropertiesFontStyle) {
5895 };
5896 
5897 @interface FSWatermarkTextProperties : NSObject
5898 {
5899  void *swigCPtr;
5900  BOOL swigCMemOwn;
5901 }
5902 @property (nonatomic, getter=getFont_size) float font_size;
5903 @property (nonatomic, getter=getColor) unsigned int color;
5904 @property (nonatomic, getter=getFont_style) FSWatermarkTextPropertiesFontStyle font_style;
5905 @property (nonatomic, getter=getLine_space) float line_space;
5906 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
5907 @property (nonatomic, weak, getter=getFont) FSFont* font;
5908 -(void*)getCptr;
5909 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5910 -(id)initWithFont: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
5911 -(id)init;
5912 -(id)initWithProperties: (FSWatermarkTextProperties*)properties;
5913 -(void)set: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
5914 
5915 -(void)dealloc;
5916 
5917 @end
5918 
5919 @interface FSRedaction : FSBase
5920 -(id)init NS_UNAVAILABLE;
5921 -(void*)getCptr;
5922 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5923 -(id)initWithDocument: (FSPDFDoc*)document;
5924 -(id)initWithOther: (FSRedaction*)other;
5925 -(BOOL)isEmpty;
5926 -(FSRedact*)markRedactAnnot: (FSPDFPage*)page rects: (FSRectFArray*)rects;
5927 -(BOOL)apply;
5928 
5929 -(void)dealloc;
5930 
5931 @end
5932 
5933 typedef NS_ENUM(NSInteger, FSTableBorderInfoTableBorderStyle) {
5936 };
5937 
5938 @interface FSTableBorderInfo : NSObject
5939 {
5940  void *swigCPtr;
5941  BOOL swigCMemOwn;
5942 }
5943 @property (nonatomic, getter=getTable_border_style) FSTableBorderInfoTableBorderStyle table_border_style;
5944 @property (nonatomic, getter=getLine_width) float line_width;
5945 @property (nonatomic, getter=getColor) unsigned int color;
5946 @property (nonatomic, getter=getDash_phase) float dash_phase;
5947 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
5948 -(void*)getCptr;
5949 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5950 -(id)init;
5951 -(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;
5952 -(id)initWithTable_border_info: (FSTableBorderInfo*)table_border_info;
5953 -(void)set: (FSTableBorderInfoTableBorderStyle)table_border_style line_width: (float)line_width color: (unsigned int)color dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
5954 -(void)dealloc;
5955 
5956 @end
5957 
5958 @interface FSTableCellDataColArray : NSObject
5959 {
5960  void *swigCPtr;
5961  BOOL swigCMemOwn;
5962 }
5963 -(void*)getCptr;
5964 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5965 -(id)init;
5966 -(id)initWithOther: (FSTableCellDataColArray*)other;
5967 -(unsigned long)getSize;
5968 -(FSTableCellData*)getAt: (unsigned long)index;
5969 -(void)add: (FSTableCellData*)element;
5970 -(void)removeAt: (unsigned long)index;
5971 -(void)insertAt: (unsigned long)index element: (FSTableCellData*)element;
5972 -(void)removeAll;
5973 
5974 -(void)dealloc;
5975 
5976 @end
5977 
5978 @interface FSTableCellDataArray : NSObject
5979 {
5980  void *swigCPtr;
5981  BOOL swigCMemOwn;
5982 }
5983 -(void*)getCptr;
5984 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5985 -(id)init;
5986 -(id)initWithOther: (FSTableCellDataArray*)other;
5987 -(unsigned long)getSize;
5988 -(FSTableCellDataColArray*)getAt: (unsigned long)index;
5989 -(void)add: (FSTableCellDataColArray*)element;
5990 -(void)removeAt: (unsigned long)index;
5991 -(void)insertAt: (unsigned long)index element: (FSTableCellDataColArray*)element;
5992 -(void)removeAll;
5993 
5994 -(void)dealloc;
5995 
5996 @end
5997 
5998 @interface FSTableCellData : NSObject
5999 {
6000  void *swigCPtr;
6001  BOOL swigCMemOwn;
6002 }
6003 @property (nonatomic, weak, getter=getCell_text_style) FSRichTextStyle* cell_text_style;
6004 @property (nonatomic, weak, getter=getCell_text) NSString * cell_text;
6005 @property (nonatomic, weak, getter=getCell_image) FSImage* cell_image;
6006 @property (nonatomic, weak, getter=getCell_margin) FSRectF* cell_margin;
6007 -(void*)getCptr;
6008 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6009 -(id)init;
6010 -(id)initWithCell_text_style: (FSRichTextStyle*)cell_text_style cell_text: (NSString *)cell_text cell_image: (FSImage*)cell_image cell_margin: (FSRectF*)cell_margin;
6011 -(id)initWithData: (FSTableCellData*)data;
6012 -(void)set: (FSRichTextStyle*)cell_text_style cell_text: (NSString *)cell_text cell_image: (FSImage*)cell_image cell_margin: (FSRectF*)cell_margin;
6013 -(void)dealloc;
6014 
6015 @end
6016 
6017 @interface FSTableCellIndexArray : NSObject
6018 {
6019  void *swigCPtr;
6020  BOOL swigCMemOwn;
6021 }
6022 -(void*)getCptr;
6023 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6024 -(id)init;
6025 -(id)initWithOther: (FSTableCellIndexArray*)other;
6026 -(unsigned long)getSize;
6027 -(FSPoint*)getAt: (unsigned long)index;
6028 -(void)add: (FSPoint*)element;
6029 -(void)removeAt: (unsigned long)index;
6030 -(void)insertAt: (unsigned long)index element: (FSPoint*)element;
6031 -(void)removeAll;
6032 
6033 -(void)dealloc;
6034 
6035 @end
6036 
6037 @interface FSTableData : NSObject
6038 {
6039  void *swigCPtr;
6040  BOOL swigCMemOwn;
6041 }
6042 @property (nonatomic, weak, getter=getRect) FSRectF* rect;
6043 @property (nonatomic, getter=getRow_count) int row_count;
6044 @property (nonatomic, getter=getCol_count) int col_count;
6045 @property (nonatomic, weak, getter=getOutside_border_left) FSTableBorderInfo* outside_border_left;
6046 @property (nonatomic, weak, getter=getOutside_border_right) FSTableBorderInfo* outside_border_right;
6047 @property (nonatomic, weak, getter=getOutside_border_top) FSTableBorderInfo* outside_border_top;
6048 @property (nonatomic, weak, getter=getOutside_border_bottom) FSTableBorderInfo* outside_border_bottom;
6049 @property (nonatomic, weak, getter=getInside_border_row) FSTableBorderInfo* inside_border_row;
6050 @property (nonatomic, weak, getter=getInside_border_col) FSTableBorderInfo* inside_border_col;
6051 @property (nonatomic, weak, getter=getMerge_cells) FSTableCellIndexArray* merge_cells;
6052 @property (nonatomic, weak, getter=getRow_height_array) FSFloatArray* row_height_array;
6053 @property (nonatomic, weak, getter=getCol_width_array) FSFloatArray* col_width_array;
6054 -(void*)getCptr;
6055 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6056 -(id)init;
6057 -(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;
6058 -(id)initWithData: (FSTableData*)data;
6059 -(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;
6060 -(void)dealloc;
6061 
6062 @end
6063 
6065 -(void*)getCptr;
6066 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6067 +(BOOL)addTableToPage: (FSPDFPage*)page data: (FSTableData*)data cell_array: (FSTableCellDataArray*)cell_array;
6068 +(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;
6069 -(id)init;
6070 
6071 -(void)dealloc;
6072 
6073 @end
6074 
6075 
6076 
6078 -(id)init NS_UNAVAILABLE;
6079 -(void*)getCptr;
6080 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6081 -(id)initWithDirectory: (NSString *)directory;
6082 -(id)initWithOther: (FSDocumentsSource*)other;
6083 -(BOOL)isEmpty;
6084 
6085 -(void)dealloc;
6086 
6087 @end
6088 
6089 typedef NS_ENUM(NSInteger, FSFullTextSearchRankMode) {
6093 };
6094 
6096 -(void*)getCptr;
6097 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6098 -(id)init;
6099 -(id)initWithOther: (FSFullTextSearch*)other;
6100 -(BOOL)isEmpty;
6101 -(void)setDataBasePath: (NSString *)path_of_data_base;
6102 -(FSProgressive*)startUpdateIndex: (FSDocumentsSource*)source pause: (id<FSPauseCallback>)pause reupdate: (BOOL)reupdate;
6103 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
6104 -(BOOL)searchOf: (NSString *)match_string rank_mode: (FSFullTextSearchRankMode)rank_mode callback: (id<FSSearchCallback>)callback;
6105 
6106 -(void)dealloc;
6107 
6108 @end
6109 
6110 @interface FSComplianceEngine : NSObject
6111 {
6112  void *swigCPtr;
6113  BOOL swigCMemOwn;
6114 }
6115 -(void*)getCptr;
6116 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6117 +(FSErrorCode)initialize: (NSString *)compliance_resource_folder_path compliance_engine_unlockcode: (NSString *)compliance_engine_unlockcode;
6118 +(void)destroy;
6119 +(void)setTempFolderPath: (NSString *)temp_folder_path;
6120 +(void)setLanguage: (NSString *)language;
6121 -(id)init;
6122 
6123 -(void)dealloc;
6124 
6125 @end
6126 
6127 
6128 
6129 typedef NS_ENUM(NSInteger, FSFixupDataFixupState) {
6133 };
6134 
6135 @interface FSFixupData : NSObject
6136 {
6137  void *swigCPtr;
6138  BOOL swigCMemOwn;
6139 }
6140 @property (nonatomic, getter=getUsed_count) unsigned int used_count;
6141 @property (nonatomic, getter=getState) FSFixupDataFixupState state;
6142 @property (nonatomic, weak, getter=getName) NSString * name;
6143 @property (nonatomic, weak, getter=getComment) NSString * comment;
6144 @property (nonatomic, weak, getter=getReasons) NSArray<NSString *> * reasons;
6145 -(void*)getCptr;
6146 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6147 -(id)init;
6148 -(id)initWithOther: (FSFixupData*)other;
6149 -(void)dealloc;
6150 
6151 @end
6152 
6153 typedef NS_ENUM(NSInteger, FSHitDataCheckSeverity) {
6157 };
6158 
6159 @interface FSHitData : NSObject
6160 {
6161  void *swigCPtr;
6162  BOOL swigCMemOwn;
6163 }
6164 @property (nonatomic, getter=getTriggered_count) unsigned int triggered_count;
6165 @property (nonatomic, getter=getSeverity) FSHitDataCheckSeverity severity;
6166 @property (nonatomic, weak, getter=getName) NSString * name;
6167 @property (nonatomic, weak, getter=getComment) NSString * comment;
6168 @property (nonatomic, weak, getter=getTrigger_values) NSArray<NSString *> * trigger_values;
6169 @property (nonatomic, getter=getPage_index) int page_index;
6170 -(void*)getCptr;
6171 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6172 -(id)init;
6173 -(id)initWithOther: (FSHitData*)other;
6174 -(void)dealloc;
6175 
6176 @end
6177 
6179 -(void*)getCptr;
6180 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6181 -(id)init;
6182 -(id)initWithOther: (FSResultInformation*)other;
6183 -(BOOL)isEmpty;
6184 -(int)getFixupDataCount;
6185 -(FSFixupData*)getFixupData: (int)index;
6186 -(int)getHitDataCount;
6187 -(FSHitData*)getHitData: (int)index;
6188 
6189 -(void)dealloc;
6190 
6191 @end
6192 
6193 typedef NS_ENUM(NSInteger, FSPDFAComplianceVersion) {
6202 };
6203 
6205 -(void*)getCptr;
6206 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6207 -(id)init;
6208 -(id)initWithOther: (FSPDFACompliance*)other;
6209 -(BOOL)isEmpty;
6210 -(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;
6211 -(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;
6212 
6213 -(void)dealloc;
6214 
6215 @end
6216 
6218 -(void*)getCptr;
6219 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6220 -(id)init;
6221 -(id)initWithOther: (FSPDFCompliance*)other;
6222 -(BOOL)isEmpty;
6223 -(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;
6224 
6225 -(void)dealloc;
6226 
6227 @end
6228 
6229 typedef NS_ENUM(NSInteger, FSCompareResultInfoCompareResultType) {
6247 };
6248 
6249 @interface FSCompareResultInfo : NSObject
6250 {
6251  void *swigCPtr;
6252  BOOL swigCMemOwn;
6253 }
6254 @property (nonatomic, getter=getType) FSCompareResultInfoCompareResultType type;
6255 @property (nonatomic, weak, getter=getRect_array) FSRectFArray* rect_array;
6256 @property (nonatomic, weak, getter=getDiff_contents) NSString * diff_contents;
6257 -(void*)getCptr;
6258 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6259 -(id)initWithType: (FSCompareResultInfoCompareResultType)type rect_array: (FSRectFArray*)rect_array diff_contents: (NSString *)diff_contents;
6260 -(id)init;
6261 -(id)initWithResult_info: (FSCompareResultInfo*)result_info;
6262 -(void)dealloc;
6263 
6264 @end
6265 
6266 @interface FSCompareResultInfoArray : NSObject
6267 {
6268  void *swigCPtr;
6269  BOOL swigCMemOwn;
6270 }
6271 -(void*)getCptr;
6272 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6273 -(id)init;
6274 -(id)initWithOther: (FSCompareResultInfoArray*)other;
6275 -(unsigned long)getSize;
6276 -(FSCompareResultInfo*)getAt: (unsigned long)index;
6277 -(void)add: (FSCompareResultInfo*)element;
6278 -(void)removeAt: (unsigned long)index;
6279 -(void)insertAt: (unsigned long)index element: (FSCompareResultInfo*)element;
6280 -(void)removeAll;
6281 
6282 -(void)dealloc;
6283 
6284 @end
6285 
6286 @interface FSCompareResults : NSObject
6287 {
6288  void *swigCPtr;
6289  BOOL swigCMemOwn;
6290 }
6291 @property (nonatomic, weak, getter=getBase_doc_results) FSCompareResultInfoArray* base_doc_results;
6292 @property (nonatomic, weak, getter=getCompared_doc_results) FSCompareResultInfoArray* compared_doc_results;
6293 -(void*)getCptr;
6294 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6295 -(id)initWithBase_doc_results: (FSCompareResultInfoArray*)base_doc_results compared_doc_results: (FSCompareResultInfoArray*)compared_doc_results;
6296 -(id)init;
6297 -(id)initWithCompare_results: (FSCompareResults*)compare_results;
6298 -(void)clear;
6299 -(void)dealloc;
6300 
6301 @end
6302 
6303 typedef NS_ENUM(NSInteger, FSComparisonCompareType) {
6307 };
6308 
6309 @interface FSComparison : FSBase
6310 -(id)init NS_UNAVAILABLE;
6311 -(void*)getCptr;
6312 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6313 -(id)initWithBase_doc: (FSPDFDoc*)base_doc compared_doc: (FSPDFDoc*)compared_doc;
6314 -(id)initWithOther: (FSComparison*)other;
6315 -(BOOL)isEmpty;
6316 -(FSCompareResults*)doCompare: (int)base_page_index compared_page_index: (int)compared_page_index compare_flags: (unsigned int)compare_flags;
6317 -(FSPDFDoc*)generateComparedDoc: (unsigned int)compare_flags;
6318 -(FSPDFDoc*)GenerateComparedDocWithIsShowAllLayers: (unsigned int)compare_flags is_show_all_layers: (BOOL)is_show_all_layers;
6319 
6320 -(void)dealloc;
6321 
6322 @end
6323 
6324 @interface FSOptimizer : FSBase
6325 -(void*)getCptr;
6326 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6327 +(FSProgressive*)optimize: (FSPDFDoc*)doc settings: (FSOptimizerSettings*)settings pause: (id<FSPauseCallback>)pause;
6328 +(FSProgressive*)startSubsetEmbedFont: (FSPDFDoc*)doc pause: (id<FSPauseCallback>)pause;
6329 -(id)init;
6330 
6331 -(void)dealloc;
6332 
6333 @end
6334 
6335 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressMode) {
6340 };
6341 
6342 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressQuality) {
6348 };
6349 
6350 typedef NS_ENUM(NSInteger, FSImageSettingsStretchMode) {
6357 };
6358 
6360 -(void*)getCptr;
6361 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6362 -(id)init;
6363 -(id)initWithOther: (FSImageSettings*)other;
6364 -(BOOL)isEmpty;
6365 -(void)setStretchMode: (FSImageSettingsStretchMode)mode;
6366 -(void)setImageDPI: (int)dpi;
6367 -(void)setImageDPILimit: (int)dpi_limit;
6368 -(void)setCompressionMode: (FSImageSettingsImageCompressMode)mode;
6369 -(void)setQuality: (FSImageSettingsImageCompressQuality)quality;
6370 -(void)setBackgroundDownScale: (int)down_scale;
6371 -(void)setForegroundDownScale: (int)down_scale;
6372 -(void)setTextSensitivity: (int)text_sensitivity;
6373 
6374 -(void)dealloc;
6375 
6376 @end
6377 
6378 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressMode) {
6385 };
6386 
6387 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressQuality) {
6390 };
6391 
6392 typedef NS_ENUM(NSInteger, FSMonoImageSettingsStretchMode) {
6399 };
6400 
6402 -(void*)getCptr;
6403 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6404 -(id)init;
6405 -(id)initWithOther: (FSMonoImageSettings*)other;
6406 -(BOOL)isEmpty;
6407 -(void)setImageDPI: (int)dpi;
6408 -(void)setImageDPILimit: (int)dpi_limit;
6409 -(void)setCompressionMode: (FSMonoImageSettingsMonoImageCompressMode)mode;
6410 -(void)setStretchMode: (FSMonoImageSettingsStretchMode)mode;
6411 -(void)setQuality: (FSMonoImageSettingsMonoImageCompressQuality)quality;
6412 
6413 -(void)dealloc;
6414 
6415 @end
6416 
6418 -(void*)getCptr;
6419 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6420 -(id)init;
6421 -(id)initWithOther: (FSUnembeddedFontSettings*)other;
6422 -(BOOL)isEmpty;
6423 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
6424 
6425 -(void)dealloc;
6426 
6427 @end
6428 
6429 typedef NS_ENUM(NSInteger, FSOptimizerSettingsOptimizerOptions) {
6435 };
6436 
6437 typedef NS_ENUM(NSInteger, FSOptimizerSettingsCleanUpOptions) {
6442 };
6443 
6444 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardObjectsOptions) {
6454 };
6455 
6456 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardUserDataOptions) {
6463 };
6464 
6466 -(void*)getCptr;
6467 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6468 -(id)init;
6469 -(id)initWithOther: (FSOptimizerSettings*)other;
6470 -(BOOL)isEmpty;
6471 -(void)setOptimizerOptions: (unsigned int)optimize_options;
6472 -(void)setColorGrayImageSettings: (FSImageSettings*)settings;
6473 -(void)setMonoImageSettings: (FSMonoImageSettings*)settings;
6474 -(void)setUnembeddedFontSettings: (FSUnembeddedFontSettings*)settings;
6475 -(void)setCleanUpOptions: (unsigned int)clean_up_options;
6476 -(void)setDiscardObjectsOptions: (unsigned int)discard_objects_options;
6477 -(void)setDiscardUserDataOptions: (unsigned int)discard_userdata_options;
6478 
6479 -(void)dealloc;
6480 
6481 @end
6482 
6483 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFPageMode) {
6486 };
6487 
6488 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFScalingMode) {
6492 };
6493 
6494 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFEncodingFormat) {
6569 };
6570 
6571 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFMediaStyle) {
6574 };
6575 
6576 @interface FSHTML2PDFSettingData : NSObject
6577 {
6578  void *swigCPtr;
6579  BOOL swigCMemOwn;
6580 }
6581 @property (nonatomic, getter=getPage_width) float page_width;
6582 @property (nonatomic, getter=getPage_height) float page_height;
6583 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
6584 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
6585 @property (nonatomic, getter=getRotate_degrees) FSRotation rotate_degrees;
6586 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
6587 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
6588 @property (nonatomic, getter=getPage_mode) FSHTML2PDFSettingDataHTML2PDFPageMode page_mode;
6589 @property (nonatomic, getter=getTo_generate_bookmarks) BOOL to_generate_bookmarks;
6590 @property (nonatomic, getter=getScaling_mode) FSHTML2PDFSettingDataHTML2PDFScalingMode scaling_mode;
6591 @property (nonatomic, getter=getEncoding_format) FSHTML2PDFSettingDataHTML2PDFEncodingFormat encoding_format;
6592 @property (nonatomic, getter=getTo_render_images) BOOL to_render_images;
6593 @property (nonatomic, getter=getTo_remove_underline_for_link) BOOL to_remove_underline_for_link;
6594 @property (nonatomic, getter=getTo_set_headerfooter) BOOL to_set_headerfooter;
6595 @property (nonatomic, weak, getter=getHeaderfooter_title) NSString * headerfooter_title;
6596 @property (nonatomic, weak, getter=getHeaderfooter_url) NSString * headerfooter_url;
6597 @property (nonatomic, weak, getter=getBookmark_root_name) NSString * bookmark_root_name;
6598 @property (nonatomic, getter=getTo_resize_objects) BOOL to_resize_objects;
6599 @property (nonatomic, getter=getTo_print_background) BOOL to_print_background;
6600 @property (nonatomic, getter=getTo_optimize_tag_tree) BOOL to_optimize_tag_tree;
6601 @property (nonatomic, getter=getMedia_style) FSHTML2PDFSettingDataHTML2PDFMediaStyle media_style;
6602 @property (nonatomic, getter=getTo_load_active_content) BOOL to_load_active_content;
6603 -(void*)getCptr;
6604 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6605 -(id)init;
6606 -(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;
6607 -(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;
6608 -(void)dealloc;
6609 
6610 @end
6611 
6612 @interface FSTXT2PDFSettingData : NSObject
6613 {
6614  void *swigCPtr;
6615  BOOL swigCMemOwn;
6616 }
6617 @property (nonatomic, getter=getPage_width) float page_width;
6618 @property (nonatomic, getter=getPage_height) float page_height;
6619 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
6620 @property (nonatomic, weak, getter=getFont) FSFont* font;
6621 @property (nonatomic, getter=getText_size) float text_size;
6622 @property (nonatomic, getter=getText_color) unsigned int text_color;
6623 @property (nonatomic, getter=getLinespace) float linespace;
6624 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
6625 -(void*)getCptr;
6626 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6627 -(id)init;
6628 -(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;
6629 -(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;
6630 -(void)dealloc;
6631 
6632 @end
6633 
6634 @interface FSHTML2PDFRelatedResource : NSObject
6635 {
6636  void *swigCPtr;
6637  BOOL swigCMemOwn;
6638 }
6639 @property (nonatomic, retain, getter=getRelated_resource_file) id<FSFileReaderCallback> related_resource_file;
6640 @property (nonatomic, weak, getter=getResource_file_relative_path) NSString * resource_file_relative_path;
6641 -(void*)getCptr;
6642 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6643 -(id)init;
6644 -(void)dealloc;
6645 
6646 @end
6647 
6648 @interface FSHTML2PDFRelatedResourceArray : NSObject
6649 {
6650  void *swigCPtr;
6651  BOOL swigCMemOwn;
6652 }
6653 -(void*)getCptr;
6654 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6655 -(id)init;
6656 -(id)initWithOther: (FSHTML2PDFRelatedResourceArray*)other;
6657 -(unsigned long)getSize;
6658 -(FSHTML2PDFRelatedResource*)getAt: (unsigned long)index;
6659 -(void)add: (FSHTML2PDFRelatedResource*)element;
6660 -(void)removeAt: (unsigned long)index;
6661 -(void)insertAt: (unsigned long)index element: (FSHTML2PDFRelatedResource*)element;
6662 -(void)removeAll;
6663 
6664 -(void)dealloc;
6665 
6666 @end
6667 
6668 @interface FSConvert : FSBase
6669 -(void*)getCptr;
6670 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6671 +(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;
6672 +(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;
6673 +(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;
6674 +(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;
6675 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (FSTXT2PDFSettingData*)setting_data;
6676 +(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;
6677 -(id)init;
6678 
6679 -(void)dealloc;
6680 
6681 @end
6682 
6683 typedef NS_ENUM(NSInteger, FSLRElementElementType) {
6756 };
6757 
6758 @interface FSLRElement : FSBase
6759 -(void*)getCptr;
6760 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6761 -(id)initWithOther: (FSLRElement*)other;
6762 -(BOOL)isEmpty;
6764 -(BOOL)isContentElement;
6766 -(BOOL)isStructureElement;
6767 -(NSString *)stringifyType;
6768 +(NSString *)stringifyElementType: (FSLRElementElementType)type;
6769 
6770 -(void)dealloc;
6771 
6772 @end
6773 
6774 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeType) {
6826 };
6827 
6828 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeValueEnum) {
6895 };
6896 
6897 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeValueType) {
6911 };
6912 
6914 -(id)init NS_UNAVAILABLE;
6915 -(void*)getCptr;
6916 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6917 -(id)initWithOther: (FSLRStructureElement*)other;
6918 -(id)initWithElement: (FSLRElement*)element;
6919 +(NSString *)stringifyAttributeType: (FSLRStructureElementAttributeType)type;
6920 +(FSLRStructureElementAttributeType)parseAttributeType: (NSString *)type_string;
6921 +(NSString *)stringifyEnumVariant: (FSLRStructureElementAttributeValueEnum)type;
6922 +(BOOL)isArrayAttributeValueType: (FSLRStructureElementAttributeValueType)type;
6924 -(FSLRStructureElementAttributeType)getSupportedAttribute: (int)index;
6925 -(int)getAttributeValueCount: (FSLRStructureElementAttributeType)type;
6927 -(FSLRStructureElementAttributeValueEnum)getAttributeValueEnum: (FSLRStructureElementAttributeType)type index: (int)index;
6928 -(int)getAttributeValueInt32: (FSLRStructureElementAttributeType)type index: (int)index;
6929 -(float)getAttributeValueFloat: (FSLRStructureElementAttributeType)type index: (int)index;
6930 -(unsigned int)getAttributeValueARGB: (FSLRStructureElementAttributeType)type index: (int)index;
6931 -(NSString *)getAttributeValueString: (FSLRStructureElementAttributeType)type index: (int)index;
6932 -(FSLRStructureElement*)getAttributeValueElement: (FSLRStructureElementAttributeType)type index: (int)index;
6934 -(int)getChildCount;
6935 -(FSLRElement*)getChild: (int)index;
6936 -(FSRectF*)getBBox;
6937 
6938 -(void)dealloc;
6939 
6940 @end
6941 
6943 -(id)init NS_UNAVAILABLE;
6944 -(void*)getCptr;
6945 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6946 -(id)initWithOther: (FSLRGraphicsObjectElement*)other;
6947 -(id)initWithElement: (FSLRElement*)element;
6952 -(FSRectF*)getBBox;
6954 
6955 -(void)dealloc;
6956 
6957 @end
6958 
6960 -(id)init NS_UNAVAILABLE;
6961 -(void*)getCptr;
6962 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6963 -(id)initWithOther: (FSLRContentElement*)other;
6964 -(id)initWithElement: (FSLRElement*)element;
6968 -(FSRectF*)getBBox;
6970 
6971 -(void)dealloc;
6972 
6973 @end
6974 
6975 @interface FSLRContext : FSBase
6976 -(id)init NS_UNAVAILABLE;
6977 -(void*)getCptr;
6978 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6979 -(id)initWithPage: (FSPDFPage*)page;
6980 -(id)initWithOther: (FSLRContext*)other;
6981 -(BOOL)isEmpty;
6982 -(FSProgressive*)startParse: (id<FSPauseCallback>)pause;
6984 
6985 -(void)dealloc;
6986 
6987 @end
6988 
6989 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportCategory) {
6999 };
7000 
7001 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportConfidence) {
7007 };
7008 
7009 
7010 
7011 @interface FSTaggedPDF : FSBase
7012 -(id)init NS_UNAVAILABLE;
7013 -(void*)getCptr;
7014 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7015 -(id)initWithDoc: (FSPDFDoc*)doc;
7016 -(id)initWithOther: (FSTaggedPDF*)other;
7017 -(BOOL)isEmpty;
7018 -(void)setCallback: (id<FSTaggedPDFCallback>)callback;
7019 -(FSProgressive*)startTagDocument: (id<FSPauseCallback>)pause;
7020 -(int)getFigureCount;
7021 -(BOOL)setAsDecorativeFigure: (int)figure_index;
7022 -(void)setFigureAlternateText: (int)figure_index alternate_text: (NSString *)alternate_text;
7023 -(NSString *)getFigureAlternateText: (int)figure_index;
7024 -(FSRectF*)getFigureRect: (int)figure_index;
7025 -(int)getFigurePageIndex: (int)figure_index;
7026 
7027 -(void)dealloc;
7028 
7029 @end
7030 
7031 @interface FSFindOption : NSObject
7032 {
7033  void *swigCPtr;
7034  BOOL swigCMemOwn;
7035 }
7036 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
7037 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
7038 -(id)init NS_UNAVAILABLE;
7039 -(void*)getCptr;
7040 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7041 -(id)initWithIs_whole_word: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7042 -(id)initWithFind_option: (FSFindOption*)find_option;
7043 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7044 -(void)dealloc;
7045 
7046 @end
7047 
7048 
7049 
7051 -(id)init NS_UNAVAILABLE;
7052 -(void*)getCptr;
7053 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7054 -(id)initWithDoc: (FSPDFDoc*)doc;
7055 -(id)initWithOther: (FSTextSearchReplace*)other;
7056 -(BOOL)isEmpty;
7057 -(void)setPattern: (NSString *)keywords page_index: (int)page_index find_option: (FSFindOption*)find_option;
7058 -(void)setReplaceCallback: (id<FSReplaceCallback>)replace_callback;
7059 -(BOOL)replacePrev: (NSString *)replace_text;
7060 -(BOOL)replaceNext: (NSString *)replace_text;
7061 
7062 -(void)dealloc;
7063 
7064 @end
7065 
7066 typedef NS_ENUM(NSInteger, FSResponseResponseType) {
7070 };
7071 
7072 @interface FSResponse : NSObject
7073 {
7074  void *swigCPtr;
7075  BOOL swigCMemOwn;
7076 }
7077 @property (nonatomic, getter=getType) FSResponseResponseType type;
7078 @property (nonatomic, weak, getter=getResponse_data) NSData * response_data;
7079 -(void*)getCptr;
7080 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7081 -(id)initWithType: (FSResponseResponseType)type response_data: (NSData *)response_data;
7082 -(id)init;
7083 -(id)initWithOther: (FSResponse*)other;
7084 -(void)set: (FSResponseResponseType)type response_data: (NSData *)response_data;
7085 
7086 -(void)dealloc;
7087 
7088 @end
7089 
7090 @interface FSTimeRange : NSObject
7091 {
7092  void *swigCPtr;
7093  BOOL swigCMemOwn;
7094 }
7095 @property (nonatomic, weak, getter=getStart_time) FSDateTime* start_time;
7096 @property (nonatomic, weak, getter=getEnd_time) FSDateTime* end_time;
7097 -(void*)getCptr;
7098 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7099 -(id)initWithStart_time: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
7100 -(id)init;
7101 -(id)initWithOther: (FSTimeRange*)other;
7102 -(void)set: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
7103 -(void)dealloc;
7104 
7105 @end
7106 
7107 typedef NS_ENUM(NSInteger, FSCertVerifyResultCertStatus) {
7112 };
7113 
7114 typedef NS_ENUM(NSInteger, FSCertVerifyResultRevocationReason) {
7126 };
7127 
7128 typedef NS_ENUM(NSInteger, FSCertVerifyResultResponseInfoLocation) {
7133 };
7134 
7135 @interface FSCertVerifyResult : NSObject
7136 {
7137  void *swigCPtr;
7138  BOOL swigCMemOwn;
7139 }
7140 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
7141 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
7142 @property (nonatomic, weak, getter=getResponse) FSResponse* response;
7143 @property (nonatomic, weak, getter=getResponse_effect_time_range) FSTimeRange* response_effect_time_range;
7144 @property (nonatomic, weak, getter=getRevoke_time) FSDateTime* revoke_time;
7145 @property (nonatomic, getter=getCert_status) FSCertVerifyResultCertStatus cert_status;
7146 @property (nonatomic, getter=getReason) FSCertVerifyResultRevocationReason reason;
7147 @property (nonatomic, weak, getter=getCert_check_time) FSDateTime* cert_check_time;
7148 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
7149 @property (nonatomic, weak, getter=getSignature_vri_creation_time) FSDateTime* signature_vri_creation_time;
7150 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
7151 @property (nonatomic, weak, getter=getResponse_signature_vri_creation_time) FSDateTime* response_signature_vri_creation_time;
7152 @property (nonatomic, getter=getResponse_info_location) FSCertVerifyResultResponseInfoLocation response_info_location;
7153 @property (nonatomic, weak, getter=getCert) NSData * cert;
7154 -(void*)getCptr;
7155 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7156 -(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;
7157 -(id)init;
7158 -(id)initWithOther: (FSCertVerifyResult*)other;
7159 -(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;
7160 
7161 -(void)dealloc;
7162 
7163 @end
7164 
7165 @interface FSCertVerifyResultArray : NSObject
7166 {
7167  void *swigCPtr;
7168  BOOL swigCMemOwn;
7169 }
7170 -(void*)getCptr;
7171 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7172 -(id)init;
7173 -(id)initWithOther: (FSCertVerifyResultArray*)other;
7174 -(unsigned long)getSize;
7175 -(FSCertVerifyResult*)getAt: (unsigned long)index;
7176 -(void)add: (FSCertVerifyResult*)element;
7177 -(void)removeAt: (unsigned long)index;
7178 -(void)insertAt: (unsigned long)index element: (FSCertVerifyResult*)element;
7179 -(void)removeAll;
7180 
7181 -(void)dealloc;
7182 
7183 @end
7184 
7185 @interface FSCertIssuerPair : NSObject
7186 {
7187  void *swigCPtr;
7188  BOOL swigCMemOwn;
7189 }
7190 @property (nonatomic, weak, getter=getIssuer) NSData * issuer;
7191 @property (nonatomic, weak, getter=getCert) NSData * cert;
7192 -(void*)getCptr;
7193 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7194 -(id)initWithCert: (NSData *)cert issuer: (NSData *)issuer;
7195 -(id)init;
7196 -(id)initWithOther: (FSCertIssuerPair*)other;
7197 -(void)set: (NSData *)cert issuer: (NSData *)issuer;
7198 
7199 -(void)dealloc;
7200 
7201 @end
7202 
7203 @interface FSRevocationArrayInfo : NSObject
7204 {
7205  void *swigCPtr;
7206  BOOL swigCMemOwn;
7207 }
7208 @property (nonatomic, weak, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
7209 @property (nonatomic, weak, getter=getCrl_array) NSArray<NSData *> * crl_array;
7210 -(void*)getCptr;
7211 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7212 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7213 -(id)init;
7214 -(id)initWithOther: (FSRevocationArrayInfo*)other;
7215 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7216 -(void)dealloc;
7217 
7218 @end
7219 
7220 
7221 
7222 
7223 
7224 @interface FSSignatureVerifyResultArray : NSObject
7225 {
7226  void *swigCPtr;
7227  BOOL swigCMemOwn;
7228 }
7229 -(void*)getCptr;
7230 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7231 -(id)init;
7232 -(id)initWithOther: (FSSignatureVerifyResultArray*)other;
7233 -(unsigned long)getSize;
7234 -(FSSignatureVerifyResult*)getAt: (unsigned long)index;
7235 -(void)add: (FSSignatureVerifyResult*)element;
7236 -(void)removeAt: (unsigned long)index;
7237 -(void)insertAt: (unsigned long)index element: (FSSignatureVerifyResult*)element;
7238 -(void)removeAll;
7239 
7240 -(void)dealloc;
7241 
7242 @end
7243 
7244 typedef NS_ENUM(NSInteger, FSLTVVerifierTimeType) {
7249 };
7250 
7251 typedef NS_ENUM(NSInteger, FSLTVVerifierVerifyMode) {
7253 };
7254 
7255 @interface FSLTVVerifier : FSBase
7256 -(id)init NS_UNAVAILABLE;
7257 -(void*)getCptr;
7258 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7259 -(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;
7260 -(id)initWithOther: (FSLTVVerifier*)other;
7261 -(BOOL)isEmpty;
7262 -(void)setRevocationCallback: (id<FSRevocationCallback>)callback;
7263 -(void)setVerifyMode: (FSLTVVerifierVerifyMode)mode;
7264 -(void)setTrustedCertStoreCallback: (id<FSTrustedCertStoreCallback>)callback;
7266 -(FSSignatureVerifyResultArray*)verifySignature: (FSSignature*)signature;
7267 -(void)addDSS: (FSSignatureVerifyResult*)signature_verify_result;
7268 
7269 -(void)dealloc;
7270 
7271 @end
7272 
7273 typedef NS_ENUM(NSInteger, FSSignatureVerifyResultLTVState) {
7277 };
7278 
7280 -(id)init NS_UNAVAILABLE;
7281 -(void*)getCptr;
7282 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7283 -(id)initWithOther: (FSSignatureVerifyResult*)other;
7284 -(BOOL)isEmpty;
7285 -(NSString *)getSignatureName;
7286 -(unsigned int)getSignatureState;
7293 -(NSData *)getSignatureHashValue;
7294 
7295 -(void)dealloc;
7296 
7297 @end
7298 
7300 @property (nonatomic, weak, getter=getText_state) FSTextState* text_state;
7301 @property (nonatomic, weak, getter=getText) NSString * text;
7302 -(id)init NS_UNAVAILABLE;
7303 -(void*)getCptr;
7304 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7305 -(id)initWithText_state: (FSTextState*)text_state text: (NSString *)text;
7306 -(id)initWithText_data: (FSTextFillSignObjectData*)text_data;
7307 -(void)set: (FSTextState*)text_state text: (NSString *)text;
7308 -(void)dealloc;
7309 
7310 @end
7311 
7312 @interface FSTextFillSignObjectDataArray : NSObject
7313 {
7314  void *swigCPtr;
7315  BOOL swigCMemOwn;
7316 }
7317 -(void*)getCptr;
7318 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7319 -(id)init;
7320 -(id)initWithOther: (FSTextFillSignObjectDataArray*)other;
7321 -(unsigned long)getSize;
7322 -(FSTextFillSignObjectData*)getAt: (unsigned long)index;
7323 -(void)add: (FSTextFillSignObjectData*)element;
7324 -(void)removeAt: (unsigned long)index;
7325 -(void)insertAt: (unsigned long)index element: (FSTextFillSignObjectData*)element;
7326 -(void)removeAll;
7327 
7328 -(void)dealloc;
7329 
7330 @end
7331 
7332 typedef NS_ENUM(NSInteger, FSFillSignFillSignObjectType) {
7341 };
7342 
7343 @interface FSFillSign : FSBase
7344 -(id)init NS_UNAVAILABLE;
7345 -(void*)getCptr;
7346 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7347 -(id)initWithPage: (FSPDFPage*)page;
7348 -(id)initWithOther: (FSFillSign*)other;
7349 -(BOOL)isEmpty;
7350 -(FSFillSignObject*)addObject: (FSFillSignFillSignObjectType)type point: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
7351 -(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;
7352 -(BOOL)removeObject: (FSFillSignObject*)fillsign_object;
7353 -(FSFillSignObject*)getObjectAtPoint: (FSPointF*)point;
7354 -(FSFillSignObject*)getObjectAtDevicePoint: (FSPointF*)point matrix: (FSMatrix2D*)matrix;
7355 
7356 -(void)dealloc;
7357 
7358 @end
7359 
7361 -(void*)getCptr;
7362 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7363 -(id)initWithOther: (FSFillSignObject*)other;
7364 -(id)init;
7365 -(BOOL)isEmpty;
7367 -(void)move: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
7368 -(FSRectF*)getRect;
7369 -(BOOL)generateContent;
7370 
7371 -(void)dealloc;
7372 
7373 @end
7374 
7376 -(id)init NS_UNAVAILABLE;
7377 -(void*)getCptr;
7378 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7379 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
7381 -(BOOL)isCombFieldMode;
7382 
7383 -(void)dealloc;
7384 
7385 @end
7386 
7388 -(id)init NS_UNAVAILABLE;
7389 -(void*)getCptr;
7390 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7391 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
7392 -(BOOL)isInitialsType;
7393 -(void)setBitmap: (FSBitmap*)bitmap;
7394 
7395 -(void)dealloc;
7396 
7397 @end
7398 
7400 -(id)init NS_UNAVAILABLE;
7401 -(void*)getCptr;
7402 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7403 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
7404 -(id)initWithDoc: (FSPDFDoc*)doc;
7405 -(id)initWithOther: (FSCombineDocumentInfo*)other;
7406 -(BOOL)isEmpty;
7407 -(void)setBookmarkTitle: (NSString *)bookmark_title;
7408 -(void)setPDFFileName: (NSString *)pdf_file_name;
7409 
7410 -(void)dealloc;
7411 
7412 @end
7413 
7414 @interface FSCombineDocumentInfoArray : NSObject
7415 {
7416  void *swigCPtr;
7417  BOOL swigCMemOwn;
7418 }
7419 -(void*)getCptr;
7420 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7421 -(id)init;
7422 -(id)initWithOther: (FSCombineDocumentInfoArray*)other;
7423 -(unsigned long)getSize;
7424 -(FSCombineDocumentInfo*)getAt: (unsigned long)index;
7425 -(void)add: (FSCombineDocumentInfo*)element;
7426 -(void)removeAt: (unsigned long)index;
7427 -(void)insertAt: (unsigned long)index element: (FSCombineDocumentInfo*)element;
7428 -(void)removeAll;
7429 
7430 -(void)dealloc;
7431 
7432 @end
7433 
7434 typedef NS_ENUM(NSInteger, FSCombinationCombineDocsOptions) {
7445 };
7446 
7447 @interface FSCombination : FSBase
7448 -(void*)getCptr;
7449 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7450 +(FSProgressive*)startCombineDocuments: (NSString *)dest_file_path document_array: (FSCombineDocumentInfoArray*)document_array options: (unsigned int)options pause: (id<FSPauseCallback>)pause;
7451 +(FSProgressive*)startCombineDocumentsWithWriterCallback: (id<FSFileWriterCallback>)dest_file document_array: (FSCombineDocumentInfoArray*)document_array options: (unsigned int)options pause: (id<FSPauseCallback>)pause;
7452 -(id)init;
7453 
7454 -(void)dealloc;
7455 
7456 @end
7457 
7459 -(id)init NS_UNAVAILABLE;
7460 -(void*)getCptr;
7461 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7462 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
7463 -(id)initWithReader_callback: (id<FSFileReaderCallback>)reader_callback password: (NSString *)password file_name: (NSString *)file_name;
7464 -(id)initWithOther: (FSFormFileInfo*)other;
7465 -(BOOL)isEmpty;
7466 
7467 -(void)dealloc;
7468 
7469 @end
7470 
7471 @interface FSFormFileInfoArray : NSObject
7472 {
7473  void *swigCPtr;
7474  BOOL swigCMemOwn;
7475 }
7476 -(void*)getCptr;
7477 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7478 -(id)init;
7479 -(id)initWithOther: (FSFormFileInfoArray*)other;
7480 -(unsigned long)getSize;
7481 -(FSFormFileInfo*)getAt: (unsigned long)index;
7482 -(void)add: (FSFormFileInfo*)element;
7483 -(void)removeAt: (unsigned long)index;
7484 -(void)insertAt: (unsigned long)index element: (FSFormFileInfo*)element;
7485 -(void)removeAll;
7486 
7487 -(void)dealloc;
7488 
7489 @end
7490 
7492 -(void*)getCptr;
7493 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7494 +(void)combineFormsToCSV: (FSFormFileInfoArray*)form_file_array dest_csv_file: (NSString *)dest_csv_file append: (BOOL)append;
7495 +(void)combineFormsToCSVWithStreamCallback: (FSFormFileInfoArray*)form_file_array dest_csv_file: (id<FSFileStreamCallback>)dest_csv_file append: (BOOL)append;
7496 -(id)init;
7497 
7498 -(void)dealloc;
7499 
7500 @end
7501 
7512 };
7513 
7514 
7515 
7516 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSummaryLayout) {
7522 };
7523 
7524 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSortType) {
7529 };
7530 
7531 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsFontSizeType) {
7535 };
7536 
7538 -(void*)getCptr;
7539 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7540 -(id)init;
7541 -(id)initWithOther: (FSAnnotationSummarySettings*)other;
7542 -(BOOL)isEmpty;
7543 -(void)setSummaryLayout: (FSAnnotationSummarySettingsSummaryLayout)type;
7544 -(void)setSortType: (FSAnnotationSummarySettingsSortType)type;
7545 -(void)setFontSize: (FSAnnotationSummarySettingsFontSizeType)type;
7546 -(void)setAnnotType: (FSAnnotType)type use_all: (BOOL)use_all;
7547 -(void)setFileTitle: (NSString *)title;
7548 -(void)setPageRect: (FSRectF*)rect;
7549 -(void)setPageMargin: (FSRectF*)margin;
7550 -(void)setStartPage: (int)page_index;
7551 -(void)setEndPage: (int)page_index;
7552 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
7553 -(void)setConnectorLineColor: (unsigned int)color;
7554 -(void)setConnectorLineOpacity: (float)opacity;
7555 -(void)setAnnotThumbnail: (FSAnnotType)type thumbnail: (FSBitmap*)thumbnail;
7556 
7557 -(void)dealloc;
7558 
7559 @end
7560 
7562 -(id)init NS_UNAVAILABLE;
7563 -(void*)getCptr;
7564 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7565 -(id)initWithDocument: (FSPDFDoc*)document;
7566 -(id)initWithOther: (FSAnnotationSummary*)other;
7567 -(BOOL)isEmpty;
7568 -(void)setCallback: (id<FSAnnotationSummaryCallback>)callback;
7569 -(FSProgressive*)startSummarize: (NSString *)dest_file_path settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
7570 -(FSProgressive*)startSummarizeWithWriterCallback: (id<FSFileWriterCallback>)dest_file settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
7571 
7572 -(void)dealloc;
7573 
7574 @end
7575 
7576 typedef NS_ENUM(NSInteger, FSOutputPreviewShowType) {
7601 };
7602 
7603 typedef NS_ENUM(NSInteger, FSOutputPreviewColorantType) {
7606 };
7607 
7609 -(id)init NS_UNAVAILABLE;
7610 -(void*)getCptr;
7611 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7612 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
7613 -(id)initWithOther: (FSOutputPreview*)other;
7614 -(BOOL)isEmpty;
7615 -(void)setSimulationProfile: (NSString *)icc_profile_path;
7616 -(void)setShowType: (FSOutputPreviewShowType)show_type;
7617 -(NSArray<NSString *> *)getPlates: (FSOutputPreviewColorantType)colorant_type;
7618 -(unsigned int)getSpotPlateColor: (NSString *)plate_name;
7619 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
7620 -(BOOL)isChecked: (NSString *)plate_name;
7621 -(void)enableSimulateOverprint: (BOOL)is_to_simulate_overprint;
7622 -(FSBitmap*)generatePreviewBitmap: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
7623 
7624 -(void)dealloc;
7625 
7626 @end
7627 
7628 typedef NS_ENUM(NSInteger, FSPortfolioNodeType) {
7632 };
7633 
7635 -(void*)getCptr;
7636 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7637 -(id)initWithOther: (FSPortfolioNode*)other;
7638 -(BOOL)isEmpty;
7640 
7641 -(void)dealloc;
7642 
7643 @end
7644 
7645 @interface FSPortfolioNodeArray : NSObject
7646 {
7647  void *swigCPtr;
7648  BOOL swigCMemOwn;
7649 }
7650 -(void*)getCptr;
7651 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7652 -(id)init;
7653 -(id)initWithOther: (FSPortfolioNodeArray*)other;
7654 -(unsigned long)getSize;
7655 -(FSPortfolioNode*)getAt: (unsigned long)index;
7656 -(void)add: (FSPortfolioNode*)element;
7657 -(void)removeAt: (unsigned long)index;
7658 -(void)insertAt: (unsigned long)index element: (FSPortfolioNode*)element;
7659 -(void)removeAll;
7660 
7661 -(void)dealloc;
7662 
7663 @end
7664 
7666 @property (nonatomic, weak, getter=getDescription) NSString * description;
7667 -(id)init NS_UNAVAILABLE;
7668 -(void*)getCptr;
7669 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7670 -(id)initWithOther: (FSPortfolioNode*)other;
7671 -(BOOL)isRoot;
7672 -(NSString *)getName;
7673 -(FSPortfolioFileNode*)addFile: (NSString *)file_path;
7674 -(FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSFileStreamCallback>)file_stream file_name: (NSString *)file_name;
7675 -(FSPortfolioFileNode*)addPDFDoc: (FSPDFDoc*)pdf_doc file_name: (NSString *)file_name;
7676 -(FSPortfolioFolderNode*)addSubFolder: (NSString *)folder_name;
7677 -(void)removeSubNode: (FSPortfolioNode*)sub_node;
7678 -(FSPortfolioNodeArray*)getSortedSubNodes;
7679 -(FSDateTime*)getModifiedDateTime;
7680 -(FSDateTime*)getCreationDateTime;
7681 
7682 -(void)dealloc;
7683 
7684 @end
7685 
7687 -(id)init NS_UNAVAILABLE;
7688 -(void*)getCptr;
7689 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7690 -(id)initWithOther: (FSPortfolioNode*)other;
7692 -(NSString *)getKeyName;
7693 
7694 -(void)dealloc;
7695 
7696 @end
7697 
7698 @interface FSSchemaField : FSBase
7699 @property (nonatomic, weak, getter=getKeyName) NSString * keyName;
7700 @property (nonatomic, weak, getter=getSubtypeName) NSString * subtypeName;
7701 @property (nonatomic, weak, getter=getDisplayName) NSString * displayName;
7702 -(void*)getCptr;
7703 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7704 -(id)init;
7705 -(id)initWithOther: (FSSchemaField*)other;
7706 -(BOOL)isEmpty;
7707 -(BOOL)isVisible;
7708 -(void)setVisibility: (BOOL)is_visible;
7709 
7710 -(void)dealloc;
7711 
7712 @end
7713 
7714 @interface FSSchemaFieldArray : NSObject
7715 {
7716  void *swigCPtr;
7717  BOOL swigCMemOwn;
7718 }
7719 -(void*)getCptr;
7720 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7721 -(id)init;
7722 -(id)initWithOther: (FSSchemaFieldArray*)other;
7723 -(unsigned long)getSize;
7724 -(FSSchemaField*)getAt: (unsigned long)index;
7725 -(void)add: (FSSchemaField*)element;
7726 -(void)removeAt: (unsigned long)index;
7727 -(void)insertAt: (unsigned long)index element: (FSSchemaField*)element;
7728 -(void)removeAll;
7729 
7730 -(void)dealloc;
7731 
7732 @end
7733 
7734 typedef NS_ENUM(NSInteger, FSPortfolioInitialViewMode) {
7739 };
7740 
7741 @interface FSPortfolio : FSBase
7742 @property (nonatomic, getter=getInitialViewMode) FSPortfolioInitialViewMode initialViewMode;
7743 @property (nonatomic, weak, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
7744 @property (nonatomic, weak, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
7745 @property (nonatomic, weak, getter=getSchemaFields) FSSchemaFieldArray* schemaFields;
7746 -(id)init NS_UNAVAILABLE;
7747 -(void*)getCptr;
7748 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7749 +(FSPortfolio*)createPortfolio;
7750 +(FSPortfolio*)createPortfolioWithPDFDoc: (FSPDFDoc*)portfolio_pdf_doc;
7751 -(id)initWithOther: (FSPortfolio*)other;
7752 -(BOOL)isEmpty;
7753 -(FSPDFDoc*)getPortfolioPDFDoc;
7754 -(FSPortfolioNode*)getRootNode;
7755 -(BOOL)isSortedInAscending;
7756 -(void)setSortingOrder: (BOOL)use_ascending_order;
7757 
7758 -(void)dealloc;
7759 
7760 @end
7761 
7762 typedef NS_ENUM(NSInteger, FSSnappedPointSnappedPointType) {
7768 };
7769 
7771 -(id)init NS_UNAVAILABLE;
7772 -(void*)getCptr;
7773 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7774 -(id)initWithOther: (FSSnappedPoint*)other;
7775 -(BOOL)isEmpty;
7777 -(FSPointF*)getPoint;
7778 
7779 -(void)dealloc;
7780 
7781 @end
7782 
7783 typedef NS_ENUM(NSInteger, FSSnapPointMgrSnapPointFlags) {
7788 };
7789 
7791 -(id)init NS_UNAVAILABLE;
7792 -(void*)getCptr;
7793 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7794 -(id)initWithPage: (FSPDFPage*)page;
7795 -(id)initWithOther: (FSSnapPointMgr*)other;
7796 -(BOOL)isEmpty;
7797 -(void)reload;
7798 -(FSSnappedPoint*)getSnappedPointAtPos: (FSPointF*)position flags: (unsigned int)flags;
7799 
7800 -(void)dealloc;
7801 
7802 @end
7803 
7804 
7805 
7811 @protocol FSPauseCallback <NSObject>
7812 @required
7818 -(BOOL)needPauseNow;
7819 @end
7820 
7826 @protocol FSFileReaderCallback <NSObject>
7827 @required
7836 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
7842 -(unsigned long long)getSize;
7843 @end
7844 
7850 @protocol FSFileWriterCallback <NSObject>
7851 @required
7857 -(unsigned long long)getSize;
7866 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
7872 -(BOOL)flush;
7873 @end
7874 
7880 @protocol FSFileStreamCallback <NSObject>
7881 @required
7887 -(unsigned long long)getSize;
7888 
7897 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
7906 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
7912 -(BOOL)flush;
7913 @end
7914 
7919 @protocol FSMediaPlayerCallback <NSObject>
7920 @required
7921 
7929  -(BOOL)play;
7930 
7938  -(void)close;
7939 
7947  -(BOOL)stop;
7948 
7958  -(BOOL)seek:(int)current_pos;
7959 
7968 
7977 
7978 @end
7979 
7985 @protocol FSActionCallback <NSObject>
7986 @required
7999 -(BOOL)invalidateRect:(FSPDFDoc*)document page_index:(int)page_index pdf_rect:(FSRectF*)pdf_rect;
8000 
8011 -(int)getCurrentPage:(FSPDFDoc*)document;
8023 -(void)setCurrentPage:(FSPDFDoc*)document page_index:(int)page_index;
8024 
8036 -(void)setCurrentPage:(FSPDFDoc*)document destination:(FSDestination*)destination;
8050 -(FSRotation)getPageRotation:(FSPDFDoc*)document page_index:(int)page_index;
8064 -(BOOL)setPageRotation:(FSPDFDoc*)document page_index:(int)page_index rotation:(FSRotation)rotation;
8065 
8078 -(BOOL)executeNamedAction:(FSPDFDoc*)document named_action:(NSString*)named_action;
8079 
8092 -(BOOL)setDocChangeMark:(FSPDFDoc*)document change_mark:(BOOL)change_mark;
8104 -(BOOL)getDocChangeMark:(FSPDFDoc*)document;
8105 
8114 -(int)getOpenedDocCount;
8115 
8127 -(FSPDFDoc*)getOpenedDoc:(int)index;
8128 
8138 
8148 
8160 -(void)closeDoc:(FSPDFDoc*)document is_prompt_to_save:(BOOL)is_prompt_to_save;
8161 
8173 -(BOOL)openDoc:(NSString*)file_path password:(NSString*)password;
8174 
8192 -(BOOL)beep:(int)type;
8193 
8212 -(NSString*)response:(NSString*)question title:(NSString*)title default_value:(NSString*)default_value label:(NSString*)label is_password:(BOOL)is_password;
8213 
8224 -(NSString*)getFilePath:(FSPDFDoc*)document;
8225 
8236 -(BOOL)isLocalFile:(FSPDFDoc*)document;
8237 
8250 -(NSString*)getAttachmentsFilePath:(FSPDFDoc*)pdf_doc name:(NSString*)name;
8251 
8264 -(NSString*)getExtractedEmbeddedFilePath:(FSPDFDoc*)pdf_doc name:(NSString*)name;
8265 
8289 -(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;
8290 
8302 -(BOOL)print:(FSPDFDoc*)document print_params:(FSPrintParams*)print_params;
8303 
8318 -(BOOL)submitForm:(FSPDFDoc*)document form_data:(NSData*)form_data url:(NSString*)url file_format_type:(FSFileFormatType)file_format_type;
8319 
8330 -(BOOL)launchURL:(NSString*)url;
8331 
8340 -(NSString*)browseFile;
8341 
8354 -(NSString*)browseFile:(BOOL)is_open_dialog file_format:(NSString*)file_format file_filter:(NSString*)file_filter;
8355 
8366 
8398 -(int)alert:(NSString*)msg title:(NSString*)title type:(int)type icon:(int)icon;
8415 -(BOOL)setIdentityProperties:(FSIdentityProperties*)identity_properties;
8429 -(NSString*)popupMenu:(FSMenuListArray*)menus is_selected_item:(NSNumber**)is_selected_item;
8430 
8443 -(FSMenuItemEx*)popupMenuEx:(FSMenuItemExArray*)menus is_selected_item:(NSNumber**)is_selected_item;
8444 
8459 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)type;
8460 
8492 -(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;
8493 
8508 -(unsigned int)verifySignature:(FSPDFDoc*)document pdf_signature:(FSSignature*)pdf_signature;
8509 
8520 -(NSString*)getUntitledBookmarkName;
8521 
8531 -(NSArray<NSString*>*)getPrinterNameList;
8532 
8542 -(BOOL)addToolButton:(FSButtonItem*)button_item;
8543 
8553 -(BOOL)removeToolButtom:(NSString*)button_name;
8554 
8563 
8584 -(BOOL) addMenuItem:(FSMenuItemConfig*)menu_item_config is_prepend:(BOOL)is_prepend;
8585 
8595 -(BOOL) addSubMenu:(FSMenuItemConfig*)menu_item_config;
8596 
8606 -(BOOL) showDialog:(FSDialogDescriptionConfig*)dlg_config;
8607 
8615 -(BOOL) getFullScreen;
8616 
8626 -(void) setFullScreen:(BOOL)is_full_screen;
8627 
8643 -(void) onFieldValueChanged:(NSString*)field_name type:(FSActionCallbackJSFieldValueChangeType)type value_before_changed:(NSArray<NSString*>*)value_before_changed value_after_changed:(NSArray<NSString*>*)value_after_changed;
8644 
8654 -(void)updateLogicalLabel;
8655 
8674 -(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;
8675 
8688 -(NSString*)getTemporaryFileName:(FSPDFDoc*)document file_name:(NSString*)file_name;
8689 
8699 -(id<FSMediaPlayerCallback>) openMediaPlayer:(FSPlayerArgs*)player_args;
8700 
8710  -(NSString*)getTemporaryDirectory;
8711 
8712 
8724 -(void)scroll:(FSPointF*)point;
8725 
8740 -(void)selectPageNthWord:(int)page_index start_offset:(int)start_offset end_offset:(int)end_offset is_show_selection:(BOOL)is_show_selection;
8741 
8742 
8753 
8765 
8777 
8791  -(void)setLayoutMode:(FSActionCallbackLayoutMode)layout_mode is_cover_mode:(BOOL)is_cover_mode;
8792 
8802 -(float)getPageScale;
8803 
8817 -(void)setPageScale:(FSDestinationZoomMode)zoom_mode dest:(FSDestination*)dest;
8818 
8819 
8831 
8848 -(void)query:(NSString*)keywords search_scope:(FSActionCallbackSearchScope)search_scope search_option:(FSSearchOption*)search_opion di_path:(NSString*)di_path;
8849 
8861 -(FSSearchIndexConfig*) addSearchIndex:(NSString*)di_path selected:(bool)is_selected;
8862 
8873 -(bool)removeSearchIndex:(FSSearchIndexConfig*)search_index_config;
8874 
8883 -(NSArray<NSString*>*)getSignatureAPStyleNameList;
8884 
8885 @end
8886 
8896 @protocol FSIconProviderCallback <NSObject>
8897 @required
8906 -(NSString*)getProviderID;
8915 -(NSString*)getProviderVersion;
8925 -(BOOL)hasIcon: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
8936 -(BOOL)canChangeColor: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
8947 -(FSPDFPage*)getIcon: (FSAnnotType)annot_type icon_name: (NSString*)icon_name color: (unsigned int)color;
8961 -(FSShadingColor*)getShadingColor: (FSAnnotType)annot_type icon_name: (NSString*)icon_name referenced_color: (unsigned int)referenced_color shading_index: (int)shading_index;
8971 -(NSNumber*)getDisplayWidth: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
8981 -(NSNumber*)getDisplayHeight: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
8982 @end
8983 
8991 @protocol FSNotifierCallback <NSObject>
8992 @required
9005 -(void)onOutOfMemory;
9006 @end
9007 
9013 @protocol FSDocEventCallback <NSObject>
9014 @required
9020 -(void)onDocWillOpen;
9031 -(void)onDocOpened:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
9039 -(void)onDocWillDestroy:(FSPDFDoc*)document;
9047 -(void)onDocWillSave:(FSPDFDoc*)document;
9058 -(void)onDocSaved:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
9059 @end
9060 
9070 @required
9082 -(BOOL)isDataAvail:(int)offset size:(int)size;
9097 -(BOOL)addDownloadHint:(int)offset size:(int)size;
9098 @end
9099 
9104 @protocol FSFillerAssistCallback <NSObject>
9105 @required
9115 -(void)refresh:(FSPDFPage*)page rect:(FSRectF*)rect;
9131 -(BOOL)setTimer:(int)elapse timer:(FSTimer*)timer out_timer_id:(int*)out_timer_id;
9140 -(BOOL)killTimer:(int)timer_id;
9152 -(void)focusGotOnControl:(FSControl*)control value:(NSString*)value;
9165 -(void)focusLostFromControl:(FSControl*)control value:(NSString*)value;
9166 
9174 -(void *)createPopupMenu;
9175 
9188 -(BOOL)appendPopupMenuItem:(const void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item default_string:(NSString*)default_string;
9189 
9202 -(BOOL)enablePopupMenuItem:(const void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item is_enabled:(BOOL)is_enabled;
9203 
9214 -(BOOL)showPopupMenu:(const void*)h_popup_menu point:(FSPointF*)point;
9215 
9225 -(void)destroyPopupMenu:(const void*)h_popup_menu;
9226 
9236 -(void)setClipboardText:(NSString*)text;
9237 
9245  -(NSString*)getClipboardText;
9246 
9257  -(void)reportInvalidValue:(NSString*)form_field_name invalid_value:(NSString*)invalid_value;
9258 @end
9259 
9267 @protocol FSSearchCallback <NSObject>
9268 @required
9281 -(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;
9282 @end
9283 
9288 @protocol FSSearchCancelCallback <NSObject>
9289 @required
9296 -(BOOL)needToCancelNow;
9297 @end
9298 
9304 @protocol FSPSICallback <NSObject>
9305 @required
9314 -(void)refresh:(FSPSI*)psi rect:(FSRectF*)rect;
9315 @end
9316 
9322 @protocol FSSecurityCallback <NSObject>
9323 @required
9331 @end
9332 
9342 @required
9352 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
9353 @end
9354 
9364 @required
9375 -(BOOL)isOwner: (FSPDFDoc *)document sub_filter:(NSString*)sub_filter;
9387 -(unsigned int)getUserPermissions:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
9399 -(FSSecurityHandlerCipherType)getCipherType:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
9413 -(int)getKeyLength:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
9424 -(NSString*)getFileID:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
9435 -(NSData*)getInitialKey:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
9436 @end
9437 
9447 @required
9459 -(void *)createContext: (NSString*)filter sub_filter: (NSString*)sub_filter encrypt_info: (NSString*)encrypt_info;
9470 -(BOOL)releaseContext: (void *)context;
9484 -(unsigned int)getUserPermissions: (void *)context user_permission: (FSPDFDocUserPermissions)user_permission;
9495 -(BOOL)isOwner: (void *)context;
9507 -(FSSecurityHandlerCipherType)getCipher: (void *)context;
9518 -(NSData *)getEncryptKey: (void *)context;
9530 -(unsigned int)getDecryptedSize: (void *)context src_data_size: (unsigned int)src_data_size;
9543 -(void *)startDecryptor: (void *)context obj_num: (int)obj_num gen_num: (int)gen_num;
9556 -(NSData*)decryptData: (void *)decryptor encrypted_data: (void *)encrypted_data encrypted_data_len: (unsigned int)encrypted_data_len;
9567 -(NSData *)finishDecryptor: (void *)decryptor;
9582 -(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;
9599 -(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;
9600 
9619 -(BOOL)useStandardCryptoMethod:(void*)context;
9620 
9621 @end
9622 
9632 
9633 @end
9634 
9644 @protocol FSSignatureCallback <NSObject>
9645 @required
9664 -(BOOL)startCalcDigest: (id<FSFileReaderCallback>)file byte_range_array: (NSArray<NSNumber *> *)byte_range_array signature: (FSSignature*)signature client_data: (void* )client_data;
9684 -(FSProgressiveState)continueCalcDigest: (id<FSPauseCallback> )pause client_data: (void* )client_data;
9696 -(NSData *)getDigest: (void* )client_data;
9717 -(NSData *)sign: (NSData*)digest cert_path: (NSString* )cert_path cert_password: (NSString* )cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm client_data: (void* )client_data;
9738 -(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;
9759 -(FSSignatureStates)verifySigState: (NSData*)digest signed_data: (NSData*)signed_data client_data: (void* )client_data;
9760 
9768 -(BOOL)isNeedPadData;
9769 
9789 -(FSSignatureCallbackCertValidity)checkCertificateValidity:(NSString*)cert_path cert_password:(NSString*)cert_password client_data:(void*)client_data;
9790 
9791 @end
9792 
9797 @protocol FSTimeStampCallback <NSObject>
9798 @required
9807 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest:(NSString*)request;
9808 
9814 -(NSData *)getTimeStampMessage;
9815 @end
9816 
9822 @protocol FSAppProviderCallback <NSObject>
9823 @required
9833 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)app_info;
9842 -(void)beep:(FSAppProviderCallbackBeepType)type;
9856 -(FSAppProviderCallbackMsgBoxButtonID)msgBox:(NSString*)message title:(NSString*)title icon_type: (FSAppProviderCallbackMsgBoxIconType) icon_type button_type: (FSAppProviderCallbackMsgBoxButtonType)button_type;
9869 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
9877 -(id<FSFileReaderCallback>)downLoadUrl:(NSString*)url;
9892 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
9903 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
9921 -(NSString*)loadString:(FSAppProviderCallbackStringID)string_id;
9932 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
9933 @end
9934 
9940 @protocol FSDocProviderCallback <NSObject>
9941 @required
9955 -(void)invalidateRect:(int)page_index rect:(FSRectF*)rect flag:(FSDocProviderCallbackInvalidateFlag)flag;
9966 -(void)displayCaret:(int)page_index is_visible:(BOOL)is_visible rect:(FSRectF*)rect;
9981 -(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;
9990 -(BOOL)popupMenu:(int)page_index rect_popup:(FSPointF*)rect_popup;
9998 -(int)getCurrentPage:(FSPDFDoc*) doc;
10007 -(void)setCurrentPage:(FSPDFDoc*) doc current_page_index:(int)current_page_index;
10015 -(void)setChangeMark:(FSXFADoc*) doc;
10023 -(NSString*)getTitle:(FSPDFDoc*) doc;
10031 -(void)setFocus:(FSXFAWidget*) xfa_widget;
10042 -(void)exportData:(FSPDFDoc*)doc file_path:(NSString*) file_path;
10053 -(void)importData:(FSPDFDoc*)doc file_path:(NSString*) file_path;
10062 -(void)gotoURL:(FSPDFDoc*)doc url:(NSString*) url;
10075 -(void)print:(FSPDFDoc*)doc start_page_index:(int)start_page_index end_page_index:(int)end_page_index options:(int)options;
10083 -(int)getHighlightColor:(FSPDFDoc*)doc;
10097 -(BOOL)submitData:(FSPDFDoc*)doc target:(NSString*)target format:(FSDocProviderCallbackSubmitFormat)format text_encoding:(FSDocProviderCallbackTextEncoding)text_encoding content:(NSString*)content;
10108 -(void)pageViewEvent:(int)page_index page_view_event_type:(FSDocProviderCallbackPageViewEventType)page_view_event_type;
10119 -(void)widgetEvent:(FSXFAWidget *) xfa_widget widget_event_type:(FSDocProviderCallbackWidgetEventType)widget_event_type;
10120 @end
10121 
10126 @protocol FSComplianceProgressCallback <NSObject>
10127 @required
10136 -(void)updateCurrentStateData:(int)current_rate current_state_string:(NSString*)current_state_string;
10137 @end
10138 
10145 @protocol FSRevocationCallback <NSObject>
10146 @required
10154 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
10155 
10164 -(FSResponse*)getResponseOnLineForSingleCert: (FSCertIssuerPair*)cert_issuer_pair;
10165 
10175 -(FSCertVerifyResult*)verifyOCSP:(FSCertIssuerPair*)cert_issuer_pair ocsp_data:(NSData*)ocsp_data;
10176 
10186 -(FSCertVerifyResult*)verifyCRL:(FSCertIssuerPair*)cert_issuer_pair crl_data:(NSData*)crl_data;
10187 
10195 -(BOOL)isCA:(NSData*)cert;
10196 
10204 -(FSDateTime*)getDTSTime:(NSData*)signature_content;
10205 
10213 -(NSData*)getTSTSignature:(NSData*)signature_content;
10214 
10223 -(FSDateTime*)getTSTTime:(NSData*)signature_content;
10224 
10233 -(FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain:(NSArray<NSData*>*)trust_cert_chain;
10234 
10243 -(FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
10244 
10252 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
10253 
10261 -(FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
10262 
10270 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
10271 
10279 -(NSData*)getCRLSignature:(NSData*)crl_data;
10280 
10288 -(FSRevocationArrayInfo*)getRevocationInfoFromSignatureData:(NSData*)signature_content;
10289 
10298 -(BOOL)isIssuerMatchCert:(FSCertIssuerPair*)cert_issuer_pair;
10299 
10300 @end
10301 
10310 @protocol FSTrustedCertStoreCallback <NSObject>
10311 @required
10319 -(BOOL)isCertTrusted:(NSData*)cert;
10327 -(BOOL)isCertTrustedRoot:(NSData*)cert;
10328 
10329 @end
10330 
10331 
10340 @protocol FSFontMapperCallback <NSObject>
10341 @required
10342 
10358 -(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;
10359 
10360 @end
10361 
10370 @protocol FSAnnotationSummaryCallback <NSObject>
10371 @required
10372 
10383 
10392 -(NSString*)getLocalFontName;
10393 
10410  -(NSString*)loadString:(FSAnnotationSummaryCallbackAnnotationSummaryStringID)id;
10411 
10412 @end
10413 
10422 @protocol FSTaggedPDFCallback <NSObject>
10423 @required
10424 
10441 -(void)report:(FSTaggedPDFCallbackReportCategory)category confidence:(FSTaggedPDFCallbackReportConfidence)confidence page_index:(int)page_index rect:(FSRectF*)rect;
10442 
10443 @end
10444 
10449 @protocol FSReplaceCallback <NSObject>
10450 @required
10451 
10463 -(BOOL)needToReplace:(NSString*)search_text replace_text:(NSString*)replace_text current_page_index:(int)current_page_index text_rect_array:(FSRectFArray*)text_rect_array;
10464 
10465 @end
10466 
10467 #ifdef __cplusplus
10468 }
10469 #endif
10470 
FSPDFDocPasswordType
FSPDFDocPasswordType
Enumeration for the type of current used password in a PDF document.
Definition: FSPDFObjC.h:4698
-[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:6089
FSLayerContext
Definition: FSPDFObjC.h:3669
FSCertVerifyResultReasonSuperseded
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:7120
-[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:1315
FSFillerVkeyN
N key.
Definition: FSPDFObjC.h:3796
-[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:6776
FSColorSpaceDeviceN
Color space: DeviceN.
Definition: FSPDFObjC.h:619
FSAssociatedFilesRelationshipSupplement
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:2909
FSMarkupStateModelMarked
Markup annotation state model: marked.
Definition: FSPDFObjC.h:2376
-[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:4772
FSFileReaderCallback-p
Definition: FSPDFObjC.h:7826
FSLayerContextUsageZoom
Use for zooming.
Definition: FSPDFObjC.h:3666
FSLRStructureElementAttributeTypeTBorderStyle
Attribute type: TBorderStyle, which represents the style of the border drawn on each edge of a table ...
Definition: FSPDFObjC.h:6800
FSOutputPreviewShowRGB
If set, only show with RGB.
Definition: FSPDFObjC.h:7586
FSBorderInfoBeveled
Border style: Beveled.
Definition: FSPDFObjC.h:2080
FSFillModeWinding
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:577
FSLRStructureElementAttributeTypeTextDecorationType
Attribute type: TextDecorationType, which represents the text decoration, if any, to be applied to th...
Definition: FSPDFObjC.h:6806
FSSearchIndexConfig
Definition: FSPDFObjC.h:3392
FSFieldFlagChoiceSort
(Only useful for choice field) If set, the field's option items should be sorted alphabetically.
Definition: FSPDFObjC.h:3978
-[FSPortfolioFileNode getFileSpec]
FSFileSpec * getFileSpec()
Get the related file specification object which is used to access an embedded file information and da...
FSTimeStampServerSendResultFailToReceiveData
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:4287
FSRenditionWindowTypeAnnotRect
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:1573
FSLRStructureElementAttributeValueEnumCircle
Enum value: Circle, which means open circular bullet.
Definition: FSPDFObjC.h:6861
FSAnnotMKEntryIconFit
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:2243
FSHTML2PDFSettingDataEncodingFormatISO_2022_CN
Encoding foramt: "ISO_2022_CN".
Definition: FSPDFObjC.h:6542
FSLRElementElementTypeAnnot
Structure element type: Annot, which means "Annotation" and represents an association between a porti...
Definition: FSPDFObjC.h:6727
FSAnnotProperty
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:2226
FSOptimizerSettingsDiscardObjectsDocumentTags
Discard document tags.
Definition: FSPDFObjC.h:6452
FSPathTypeMoveTo
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:912
-[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:1556
FSAttachments
Definition: FSPDFObjC.h:3532
FSHTML2PDFSettingDataEncodingFormatJAGRAN
Encoding foramt: "JAGRAN".
Definition: FSPDFObjC.h:6546
FSTableData
Definition: FSPDFObjC.h:6037
FSIconProviderCallback-p
Definition: FSPDFObjC.h:8896
FSErrXFALoadError
XFA loading error.
Definition: FSPDFObjC.h:457
FSLRElementElementTypePrivate
Structure element type: Private, which means "Private element" and represents a grouping element cont...
Definition: FSPDFObjC.h:6699
FSSignatureSignatureType
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:4160
FSPDFDocEncryptNone
No encryption pattern.
Definition: FSPDFObjC.h:4707
-[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:6718
FSLRStructureElementAttributeValueEnumPage
Enum value: Page, which means page artifacts. Production aids extraneous to the document itself,...
Definition: FSPDFObjC.h:6887
FSAppProviderCallbackMsgBtnIDCancel
Message box button ID: Cancel.
Definition: FSPDFObjC.h:5226
-[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:2397
FSAppProviderCallbackStringIDUnableSetLengthValue
Sample message: "Unable to set the value for property 'length'".
Definition: FSPDFObjC.h:5127
FSColorSpaceDeviceCMYK
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:614
FSCompareResultInfoCompareResultTypeDeletePath
Result type: delete path.
Definition: FSPDFObjC.h:6237
FSSignatureAPFlagSigningTime
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:4136
FSHeaderFooterContentGeneratorDateFormatMMSlashYY
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4569
FSPrintParamsPrintContentFormFieldsOnly
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: FSPDFObjC.h:3182
FSOptimizerSettingsCleanUpUseFlateForNonEncodedStream
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:6438
FSAnnotationSummaryCallbackAnnotationSummaryStringIDType
Annotations summary string ID: specify the prefix when annotation type is outputed in result document...
Definition: FSPDFObjC.h:7506
FSLRStructureElementAttributeValueEnumUpperRoman
Enum value: UpperRoman, which means uppercase roman numerals (I, II, III, IV, ...).
Definition: FSPDFObjC.h:6864
FSTimeStampServerSendRequestResult
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:4282
FSCompareResultInfoCompareResultTypeReplacePath
Result type: replace path.
Definition: FSPDFObjC.h:6239
FSFontCharsetChineseBig5
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:812
FSRendererDevicePrinter
Device type: display device.
Definition: FSPDFObjC.h:2854
FSActionCallbackSearchScopeFolder
Search scope: folder.
Definition: FSPDFObjC.h:3482
FSPrintParams
Definition: FSPDFObjC.h:3219
-[FSSound getCompressionFormat]
NSString * getCompressionFormat()
Get the name of the sound compression format used on the sample data.
FSPathTypeLineTo
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:913
FSErrNotParsed
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:450
FSAnnotInk
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2189
FSTextPageTextParseFlags
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:5524
-[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:5218
FSAsyncReaderCallback-p
Definition: FSPDFObjC.h:9069
FSLRStructureElementAttributeTypeBackgroundColor
Attribute type: BackgroundColor, which represents the color to be used to fill the background of a ta...
Definition: FSPDFObjC.h:6784
FSAppProviderCallbackStringIDNumberOfOccur
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5125
FSGraphicsObjectsTextMergeNone
No text merge.
Definition: FSPDFObjC.h:4354
FSLRStructureElementAttributeValueTypeElementArray
Value type: an array of elements.
Definition: FSPDFObjC.h:6910
FSPrintParamsPrintHandlingTileLargePages
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: FSPDFObjC.h:3215
FSLRElementElementTypeQuote
Structure element type: Quote, which means "Quotation" and represents an inline portion of text attri...
Definition: FSPDFObjC.h:6721
FSFillerVkey1
1 key.
Definition: FSPDFObjC.h:3774
FSAlignmentLeft
Left alignment.
Definition: FSPDFObjC.h:569
FSAppProviderCallback-p
Definition: FSPDFObjC.h:9822
FSMediaPlayerCallbackJSMediaPlayerState
FSMediaPlayerCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3410
FSErrPassword
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:441
FSModuleNameAdvEdit
Name for module "AdvEdit".
Definition: FSPDFObjC.h:606
FSSignaturePAdESLevelBT
PAdES level: B-T.
Definition: FSPDFObjC.h:4170
FSLRStructureElementAttributeTypeTableHeaders
(Currently, unsupported) Attribute type only for Table: Headers, which represents an array of element...
Definition: FSPDFObjC.h:6819
FSPDFDocForms
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:4765
FSErrNoDWG2PDFModuleRight
(Reserved, unsupported yet) No "DWG2PDF" module right.
Definition: FSPDFObjC.h:514
FSLRElementElementTypeBibEntry
Structure element type: BibEntry, which means "Bibliography entry" and represents a reference identif...
Definition: FSPDFObjC.h:6724
FSBookmarkStyleItalic
Show bookmark title as italic text.
Definition: FSPDFObjC.h:3491
FSFormFileInfo
Definition: FSPDFObjC.h:7458
FSPDFDocDisplayUseThumbs
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:4758
FSDocProviderCallback-p
Definition: FSPDFObjC.h:9940
FSXFAWidgetPresenceProperty
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:5380
-[FSLRContentElement getGraphicsObjectElement]
FSLRGraphicsObjectElement * getGraphicsObjectElement()
Get the related graphics object element.
FSActionTypeResetForm
Action type: reset-form action.
Definition: FSPDFObjC.h:1738
FSHitDataCheckSeverity
FSHitDataCheckSeverity
Enumeration for check severity of a hit data.
Definition: FSPDFObjC.h:6153
FSCertVerifyResultResponseInfoLocation
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:7128
FSPrintParamsBookletBindingLeft
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3199
FSAppProviderCallbackMsgBtnTypeYesNoCancel
Message box button: Yes, No and Cancel.
Definition: FSPDFObjC.h:5221
FSPrintParamsBookletDuplexModeFrontSideOnly
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: FSPDFObjC.h:3193
FSErrLibreofficeEngineNotFound
(For Office-to-PDF conversion only) Libre office engine is not found.
Definition: FSPDFObjC.h:510
-[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:4110
FSRenditionMediaPermTempAlways
Always allowed.
Definition: FSPDFObjC.h:1551
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYYYY
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4568
FSMonoImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:6396
FSPDFNameTreeJavaScript
"JavaScript" name tree.
Definition: FSPDFObjC.h:1492
FSProgressiveState
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:664
FSGraphicsObjectBlendMultiply
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:1314
FSPrintParamsPrintHandlingBooklet
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: FSPDFObjC.h:3216
-[FSColorSpace isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSHTML2PDFSettingDataEncodingFormatLatin2
Encoding foramt: "Latin2".
Definition: FSPDFObjC.h:6497
-[FSRectFArray getSize]
int getSize()
Get the number of elements in the array.
FSPDFDocImportFlagShareStream
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:4739
FSRendererContentFlag
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:2847
FSLayerTreeStateUndefined
The state is undefined.
Definition: FSPDFObjC.h:3625
FSFloatingInfoRelativeTargetMonitor
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: FSPDFObjC.h:3271
-[FSWidgetMenu canUndo]
BOOL canUndo()
Check if the operation of related XFA widget can be undone.
FSOutputPreview
Definition: FSPDFObjC.h:7608
FSFieldFlagTextNoSpellCheck
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:3972
FSXFADocExportDataTypeXDP
Type of exported data: XDP.
Definition: FSPDFObjC.h:5298
-[FSFileWriterCallback-p flush]
BOOL flush()
Flush internal buffer of the file.
FSPDFObjectDictionary
PDF dictionary object.
Definition: FSPDFObjC.h:1130
FSFieldArray
Definition: FSPDFObjC.h:3893
FSSignatureLabelNameReason
Signature label name for reason.
Definition: FSPDFObjC.h:4192
FSErrNoXFAModuleRight
No "XFA" module right.
Definition: FSPDFObjC.h:497
FSSearchCancelCallback-p
Definition: FSPDFObjC.h:9288
FSFieldType
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:3952
-[FSLayerTree getOCGs]
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
FSColorSpaceRenderIntentPerceptual
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:965
FSGraphicsObjectTypeImage
Image graphics object.
Definition: FSPDFObjC.h:1335
FSLRStructureElementAttributeValueEnumHeader
Enum value: Header.
Definition: FSPDFObjC.h:6889
FSCombinationCombineDocsOptionAcroformRename
If set, that means fields with same name will be renamed in combined result PDF file.
Definition: FSPDFObjC.h:7436
FSDefaultAppearanceDefAPFlags
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:2020
FSRMSEncryptData
Definition: FSPDFObjC.h:5774
FSRotation180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:563
FSErrTimeStampServerMgrNotInit
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:485
FSActionTypeGoToR
Action type: remote go-to action.
Definition: FSPDFObjC.h:1728
-[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:4135
FSAnnotFlagLocked
Annotation flag: locked.
Definition: FSPDFObjC.h:2213
FSAppProviderCallbackStringIDMonthJune
String ID for case: Use string in local language for "June".
Definition: FSPDFObjC.h:5189
-[FSLRElement isGraphicsObjectElement]
BOOL isGraphicsObjectElement()
Check whether current object is graphics object element or not.
FSXFAWidgetWidgetTypeRadioButton
XFA widget type: radio button.
Definition: FSPDFObjC.h:5372
FSFloatingInfoWindowPositionTopRight
Window position: at the top right corner.
Definition: FSPDFObjC.h:3258
FSOutputPreviewShowCalibrated
If set, only show with Calibrated.
Definition: FSPDFObjC.h:7592
FSFontCharsetRussian
Font charset: Russian.
Definition: FSPDFObjC.h:815
FSLRElementElementTypeList
Structure element type: L, which means "List" and represents a sequence of items of like meaning and ...
Definition: FSPDFObjC.h:6709
FSAnnotationSummaryCallbackAnnotationSummaryStringIDNumber
Annotations summary string ID: specify the prefix when number information is outputed in result docum...
Definition: FSPDFObjC.h:7510
FSErrLTVCannotLoadDSS
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:490
FSOutputPreviewColorantTypeSpot
Colorant type: spot.
Definition: FSPDFObjC.h:7605
FSPrintParamsPrintContentDocAndAnnots
Print Content: print the document contents and comments.
Definition: FSPDFObjC.h:3181
FSAdditionalActionTriggerFieldRecalculateValue
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:1986
FSSignatureDocPermission
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:4175
FSAnnotFlagNoZoom
Annotation flag: no zoom.
Definition: FSPDFObjC.h:2209
FSAppProviderCallbackMsgBoxIconWarning
Message box icon: Warning.
Definition: FSPDFObjC.h:5212
FSLRStructureElementAttributeValueType
FSLRStructureElementAttributeValueType
Enumeration for value type of element general layout attribute.
Definition: FSPDFObjC.h:6897
FSLRElementElementTypeFormObject
Structure element type: FormObject, which means form XObject graphics object element.
Definition: FSPDFObjC.h:6746
FSLTVVerifierVerifyMode
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:7251
FSRendition
Definition: FSPDFObjC.h:1605
FSModuleNamePDF2Office
Name for module "PDF2Office".
Definition: FSPDFObjC.h:607
FSAppProviderCallbackBeepType
FSAppProviderCallbackBeepType
Enumeration for XFA beep type.
Definition: FSPDFObjC.h:5095
FSActionCallbackSearchScopeActiveIndexes
Search scope: active indexes.
Definition: FSPDFObjC.h:3484
FSMarkupEndingStyle
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:2392
FSFileFormatTypeXFD
File format type: XFD.
Definition: FSPDFObjC.h:644
-[FSImageObject isImageMask]
BOOL isImageMask()
Check if current image object is treated as mask.
FSFontStyleItalic
Font style: italic.
Definition: FSPDFObjC.h:799
FSOutputPreviewShowImages
If set, only show images.
Definition: FSPDFObjC.h:7595
FSTextStateMode
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:1384
-[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:5409
FSSignatureDocPermNoChangesAllowed
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:4177
FSHeaderFooterContentGeneratorPageNumberFormatPageNumber
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:4587
FSSignaturePAdESLevelNone
PAdES level: none.
Definition: FSPDFObjC.h:4168
FSGraphicsObjectBlendNormal
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:1313
FSPDFPageSizeB4
Page size: B4.
Definition: FSPDFObjC.h:4418
FSGraphicsObjectBlendMode
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:1312
FSFixupDataFixupStateNotRequired
A fixup was not required.
Definition: FSPDFObjC.h:6132
FSPDFNumberTreeType
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:1520
FSFloatingInfoOffScreenCancel
Off screen action: cancel playing the media clip.
Definition: FSPDFObjC.h:3283
FSDocProviderCallbackTextEncodingUCS2
Text encoding: UCS-2.
Definition: FSPDFObjC.h:5265
FSMarkupEndingStyleRClosedArrow
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:2401
FSMarkedContent
Definition: FSPDFObjC.h:1292
FSPDFDocPermAssemble
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:4723
FSAppProviderCallbackStringIDNotDefaultValue
Sample message: "Not have a default property".
Definition: FSPDFObjC.h:5117
FSGraphicsObject
Definition: FSPDFObjC.h:1340
FSErrOutOfMemory
Out-of-memory error occurs.
Definition: FSPDFObjC.h:448
FSAnnotationSummaryCallbackAnnotationSummaryStringIDPageTitle
Annotations summary string ID: specify the prefix when page title is outputed in result document....
Definition: FSPDFObjC.h:7508
FSXFAWidgetWidgetTypePasswordEdit
XFA widget type: password edit.
Definition: FSPDFObjC.h:5371
-[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:507
FSMarkupEndingStyleNone
No special line ending.
Definition: FSPDFObjC.h:2393
-[FSBitmap getPitch]
int getPitch()
Get bitmap pitch.
FSRenditionActionOpTypeNone
No operation is specified.
Definition: FSPDFObjC.h:1950
FSErrCertificate
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:443
FSAppProviderCallbackStringIDAppName
String ID for case: Application's name. Sample message: "Foxit Phantom".
Definition: FSPDFObjC.h:5108
-[FSPageLabels removeAll]
void removeAll()
Remove all page labels.
FSOptimizerSettingsDiscardObjectsAlternateImages
Discard all alternate images.
Definition: FSPDFObjC.h:6451
FSAnnotRedact
Annotation type: redact annotation.
Definition: FSPDFObjC.h:2201
FSSubmitFormActionFlagIncludeNoValueFields
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:1870
FSImportDataAction
Definition: FSPDFObjC.h:1909
FSAnnotMKRelationCaptionRight
Caption to the right of the icon.
Definition: FSPDFObjC.h:2252
FSActionTypeGoto
Action type: go-to action.
Definition: FSPDFObjC.h:1727
FSLRStructureElementAttributeTypeColSpan
Attribute type only for Table: ColSpan, which represents the number of columns in the enclosing table...
Definition: FSPDFObjC.h:6818
FSErrRightsExpired
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:464
FSTaggedPDFCallback-p
Definition: FSPDFObjC.h:10422
FSRichTextStyleCornerMarkSubscript
Corner mark style: subscript.
Definition: FSPDFObjC.h:2049
FSCompareResultInfoCompareResultTypeReplaceText
Result type: replace text.
Definition: FSPDFObjC.h:6233
FSDefaultAppearanceFlagFont
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2021
FSXFAWidgetHitTestAreaClient
Hit test area: Client.
Definition: FSPDFObjC.h:5355
FSAdditionalActionTriggerDocWillPrint
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:1981
FSLRStructureElementAttributeValueEnumNormal
Enum value: Normal, which means to adjust the line height to include any nonzero value specified for ...
Definition: FSPDFObjC.h:6851
FSDocProviderCallbackInvalidateFlag
FSDocProviderCallbackInvalidateFlag
Enumeration for XFA invalidate flag.
Definition: FSPDFObjC.h:5233
FSDefaultAppearance
Definition: FSPDFObjC.h:2026
FSRenderConfig
Definition: FSPDFObjC.h:682
FSURIAction
Definition: FSPDFObjC.h:1785
FSTextPage
Definition: FSPDFObjC.h:5535
FSModuleNameDWG2PDF
(Reserved, unsupported yet)Name for module "DWG2PDF".
Definition: FSPDFObjC.h:605
FSPolygon
Definition: FSPDFObjC.h:2668
FSLocaleIDKorea
Locale ID for country: Korea.
Definition: FSPDFObjC.h:634
FSLRGraphicsObjectElement
Definition: FSPDFObjC.h:6942
-[FSActionCallback-p getFullScreen]
BOOL getFullScreen()
A callback function to get whether the full screen mode is set.
FSSignatureCallback-p
Definition: FSPDFObjC.h:9644
FSFontCharsetHangeul
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:810
FSMonoImageSettingsMonoImageCompressQuality
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:6387
-[FSFloatArray getSize]
int getSize()
Get the number of elements in the array.
FSOptimizerSettingsOptimizerCleanUp
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:6431
FSAppProviderCallbackStringIDNotAssignObject
Sample message: "Cannot directly assign the value to object".
Definition: FSPDFObjC.h:5153
FSImageJPG
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:1058
FSStdEncryptData
Definition: FSPDFObjC.h:5643
FSMarkupStateCancelled
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:2386
FSErrDataNotReady
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:455
-[FSLRStructureElement getBBox]
FSRectF * getBBox()
Get bounding box.
FSLRElementElementTypePathContent
Structure element type: PathContent, which means path content element.
Definition: FSPDFObjC.h:6751
FSCertVerifyResultReasonCessationOfOperation
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:7121
FSLRStructureElementAttributeValueEnumNeutral
Enum value: neutral, which means the state is neutral.
Definition: FSPDFObjC.h:6877
FSFontStylesBold
Font style: force bold.
Definition: FSPDFObjC.h:802
FSHTML2PDFSettingDataScalingModeNone
Scaling mode: Fixed page with no scale.
Definition: FSPDFObjC.h:6489
FSPDFDocPermPrint
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:4717
FSPDFDocSaveFlagLinearized
Save document as a linearized file.
Definition: FSPDFObjC.h:4732
FSActionCallback-p
Definition: FSPDFObjC.h:7985
FSSignatureLabelName
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:4189
FSHTML2PDFSettingDataHTML2PDFScalingMode
FSHTML2PDFSettingDataHTML2PDFScalingMode
Enumeration for scaling mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:6488
FSHTML2PDFSettingDataEncodingFormatISO_8859_8_I
Encoding foramt: "ISO-8859-8-I".
Definition: FSPDFObjC.h:6534
FSPDFDocEncryptType
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:4705
-[FSTextSearch getMatchRects]
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
FSHTML2PDFSettingData
Definition: FSPDFObjC.h:6576
-[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:4761
FSPrintParamsDuplexType
FSPrintParamsDuplexType
Enumeration for the values used to set the printing duplex mode.
Definition: FSPDFObjC.h:3185
FSPageLabelsNone
Page label style: no numbering style.
Definition: FSPDFObjC.h:4950
FSActionCallbackMailType
FSActionCallbackMailType
Enumeration for data type to be mailed.
Definition: FSPDFObjC.h:3447
FSOutputPreviewShowLab
If set, only show with Lab.
Definition: FSPDFObjC.h:7593
FSSnapPointMgr
Definition: FSPDFObjC.h:7790
FSPDFAComplianceVersionPDFA2a
PDF/A-2a.
Definition: FSPDFObjC.h:6196
FSStrikeOut
Definition: FSPDFObjC.h:2496
FSAnnotationSummarySettings
Definition: FSPDFObjC.h:7537
-[FSColor init]
id init()
Construct an empty color.
FSCertVerifyResultArray
Definition: FSPDFObjC.h:7165
FSAnnotPolygon
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2181
FSHitDataCheckSeverityError
Error severity.
Definition: FSPDFObjC.h:6156
FSActionTypeURI
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:1732
FSTableOfContentsConfig
Definition: FSPDFObjC.h:4680
FSCombination
Definition: FSPDFObjC.h:7447
FSActionCallbackLanguageITA
Italian.
Definition: FSPDFObjC.h:3429
-[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:7582
FSPDFPageCalcMarginMode
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:4389
FSFillerVkeyEscape
ESC key.
Definition: FSPDFObjC.h:3758
FSPDFDocAnnots
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:4766
FSOutputPreviewShowCMYK
If set, only show with CMYK.
Definition: FSPDFObjC.h:7585
-[FSLRContext getRootElement]
FSLRStructureElement * getRootElement()
Get the root element of structure tree.
FSDocProviderCallbackPrintOptionCanCancel
If set, that means printing process can be canceled.
Definition: FSPDFObjC.h:5240
FSFillerVkeyNumpad0
0 key in the numeric keypad.
Definition: FSPDFObjC.h:3809
FSMarkupStateRejected
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:2385
FSLRStructureElementAttributeTypeBorderThickness
Attribute type: BorderThickness, which represents the thickness of the border drawn on the edges of a...
Definition: FSPDFObjC.h:6787
-[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:8991
FSSignatureStateVerifyInvalid
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4106
FSFillerVkeyHome
Home key.
Definition: FSPDFObjC.h:3763
FSAppProviderCallbackStringIDUnsupportProperty
Sample message: "Unsupported property %s.".
Definition: FSPDFObjC.h:5115
FSDocProviderCallbackTextEncodingFontSpecific
Text encoding: font specific.
Definition: FSPDFObjC.h:5258
FSDestinationZoomFitPage
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:1685
FSXFAWidgetWidgetTypeCheckButton
XFA widget type: check button.
Definition: FSPDFObjC.h:5363
FSBarcodeFormatITF
Barcode format: ITF code.
Definition: FSPDFObjC.h:1099
FSFieldTypeCheckBox
Form field type: check box.
Definition: FSPDFObjC.h:3955
FSDocProviderCallbackSubmitInUrlEncoded
The submit data is packaged in URL-encoded format as described in Uniform Resource Locator(URL).
Definition: FSPDFObjC.h:5250
FSAnnotWidget
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2194
FSSchemaFieldArray
Definition: FSPDFObjC.h:7714
-[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:3832
FSDocProviderCallbackTextEncodingKSC5601
Text encoding: KSC5601.
Definition: FSPDFObjC.h:5263
FSHTML2PDFSettingDataEncodingFormatX_BINARYENC
Encoding foramt: "X-BINARYENC".
Definition: FSPDFObjC.h:6555
FSXFAWidgetWidgetTypeSignature
XFA widget type: signature.
Definition: FSPDFObjC.h:5367
FSLRElementElementTypeDocumentFragment
Structure element type: DocumentFragment (PDF 2.0), which represents a part of an original complete d...
Definition: FSPDFObjC.h:6685
-[FSFDFDoc getFDFDict]
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
FSOutputPreviewShowSpotColor
If set, only show with spot color.
Definition: FSPDFObjC.h:7581
FSXFADocExportDataTypeXML
Type of exported data: XML.
Definition: FSPDFObjC.h:5296
-[FSWidgetMenu canDelete]
BOOL canDelete()
Check if the text of related XFA widget can be deleted.
FSTextPageCharInfoGenerated
Character flag: Generated.
Definition: FSPDFObjC.h:5495
FSLRStructureElementAttributeTypeDestination
Attribute type: Destination (PDF 2.0), which provides a means to access content.
Definition: FSPDFObjC.h:6780
FSAppProviderCallbackStringIDIllegalBreak
Sample message: "Illegal break".
Definition: FSPDFObjC.h:5144
FSLRStructureElementAttributeValueEnumRight
Enum value: Right, which means right edge of the page.
Definition: FSPDFObjC.h:6884
FSReflowPageWithImage
Parsing flag for image mode.
Definition: FSPDFObjC.h:5019
FSRenditionFloatingWindowResizeType
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:1593
FSResponseTypeCRL
CRL response.
Definition: FSPDFObjC.h:7068
FSHitData
Definition: FSPDFObjC.h:6159
FSMediaSettings
Definition: FSPDFObjC.h:3314
FSLRElementElementTypeAnnotObject
Structure element type: AnnotObject, which means annotation object element.
Definition: FSPDFObjC.h:6748
-[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:3777
FSPDFPageParsePageNormal
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:4385
FSFillerVkeyControl
Ctrl key.
Definition: FSPDFObjC.h:3755
FSTextSearchSearchMatchWholeWord
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:5563
FSSubmitFormAction
Definition: FSPDFObjC.h:1884
FSPDFStreamJPXDecode
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:1185
FSErrInvalidType
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:452
FSActionCallbackLanguageJPN
Japanese.
Definition: FSPDFObjC.h:3431
FSImageNone
Not have image type yet.
Definition: FSPDFObjC.h:1056
FSDocProviderCallbackInvalidateFlagAllPages
Invalidate all pages.
Definition: FSPDFObjC.h:5234
FSBitmapDIBRgb
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:1009
FSPDFPageSizeB2
Page size: B2.
Definition: FSPDFObjC.h:4416
FSBitmapDIB8bppMask
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:1013
FSForm
Definition: FSPDFObjC.h:4014
FSHTML2PDFSettingDataPageModeSinglePage
Single page mode.
Definition: FSPDFObjC.h:6484
FSModuleNameComparison
Name for module "Comparison".
Definition: FSPDFObjC.h:598
-[FSPath init]
id init()
Constructor.
FSDocProviderCallbackSubmitInXDP
The submit data is packaged in XDP format, as described in XDP Specification.
Definition: FSPDFObjC.h:5248
FSFieldFlagReadOnly
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:3964
-[FSWidgetMenu undo]
BOOL undo()
Undo the operation of related XFA widget. (No effect for rich text)
FSFillSignFillSignObjectTypeLine
Line fill-sign object.
Definition: FSPDFObjC.h:7337
FSPlayerArgs
Definition: FSPDFObjC.h:3340
FSHitDataCheckSeverityWarning
Warning severity.
Definition: FSPDFObjC.h:6155
FSMonoImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:6383
FSLRElementElementTypeStrong
Structure element type: Strong (PDF 2.0), which represents content for the purpose of strong importan...
Definition: FSPDFObjC.h:6736
FSDocViewerPrefs
Definition: FSPDFObjC.h:4925
FSActionCallbackLanguageDAN
Danish.
Definition: FSPDFObjC.h:3424
FSAppProviderCallbackStringIDToday
String ID for case: Use string in local language for "Today".
Definition: FSPDFObjC.h:5196
FSGraphicsObjectBlendExclusion
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1324
FSRenderer
Definition: FSPDFObjC.h:2857
FSPDFPageSizeB3
Page size: B3.
Definition: FSPDFObjC.h:4417
FSAnnotPSInk
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:2190
FSAdditionalActionTriggerDocPrinted
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:1982
FSFloatingInfoWindowPositionBottomCenter
Window position: at the bottom center.
Definition: FSPDFObjC.h:3263
-[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:6691
FSTextFillSignObjectData
Definition: FSPDFObjC.h:7299
FSHTML2PDFSettingDataHTML2PDFMediaStyle
FSHTML2PDFSettingDataHTML2PDFMediaStyle
Enumeration for media style used for converting HTML to PDF.
Definition: FSPDFObjC.h:6571
FSDocProviderCallbackPrintOption
FSDocProviderCallbackPrintOption
Enumeration for XFA print options.
Definition: FSPDFObjC.h:5238
FSAppProviderCallbackStringIDValidateNullWarning
Sample message: "%s cannot be left blank. To ignore validations for %s, click Ignore....
Definition: FSPDFObjC.h:5198
FSErrDefaultTimeStampServer
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:495
FSRange
Definition: FSPDFObjC.h:774
FSImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:6355
FSGraphStateLineCapSquare
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:736
FSRenditionMonitorSpecifierGreatestWidth
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:1583
FSSignatureStateVerifyChangeIllegal
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:4129
FSTextSearch
Definition: FSPDFObjC.h:5567
FSMarkupStateModel
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:2375
FSSignatureSignatureTypeTimeStamp
Signature type: time stamp.
Definition: FSPDFObjC.h:4162
FSField
Definition: FSPDFObjC.h:3982
FSBorderInfoStyle
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:2076
-[FSPDFNumberTree getType]
FSPDFNumberTreeType getType()
Get the type of current number tree.
FSFillerAssistCallbackPopupMenuItemCut
Popup menu item: "Cut".
Definition: FSPDFObjC.h:3740
FSLTVVerifierCurrentTime
Use current time.
Definition: FSPDFObjC.h:7247
-[FSAdditionalAction getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSErrHandle
Error handle.
Definition: FSPDFObjC.h:442
FSAssociatedFilesRelationshipUnspecified
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:2905
FSAssociatedFilesRelationshipAlternative
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:2908
FSLRStructureElementAttributeTypeColumnCount
Attribute type: ColumnCount, which represents the number of columns in the content of the grouping el...
Definition: FSPDFObjC.h:6810
FSBorderInfo
Definition: FSPDFObjC.h:2085
FSSubmitFormActionFlagExclNonUserAnnots
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:1879
FSFloatingInfoWindowPositionTopCenter
Window position: at the top center.
Definition: FSPDFObjC.h:3257
FSXFAWidgetWidgethAlignTypeJustifyAll
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:5397
FSBitmapDIB8bppGray
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:1015
FSHTML2PDFSettingDataEncodingFormatUnicode
Encoding foramt: "Unicode".
Definition: FSPDFObjC.h:6513
FSRenditionMediaPermTempExtract
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:1549
FSWidgetLineSpacingSingle
Line spacing style: single line spacing.
Definition: FSPDFObjC.h:2755
FSHTML2PDFSettingDataEncodingFormatCP874
Encoding foramt: "CP874".
Definition: FSPDFObjC.h:6521
FSWatermarkSettingsFlagASPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:5859
FSAssociatedFilesRelationshipSchema
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:2912
FSFillerVirtualKeyCode
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:3749
FSBookmarkPosition
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:3495
FSActionCallbackJSFieldValueChangedBySet
javascript field value changed type: field set.
Definition: FSPDFObjC.h:3456
FSTimeStampServerMgr
Definition: FSPDFObjC.h:4258
FSTextPageCharInfoNormal
Character flag: Normal.
Definition: FSPDFObjC.h:5494
FSAnnotMovie
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2193
-[FSSignatureVerifyResult getSignatureCheckTimeType]
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
FSHTML2PDFSettingDataEncodingFormatGB18030
Encoding foramt: "GB18030".
Definition: FSPDFObjC.h:6540
FSPDFNumberTree
Definition: FSPDFObjC.h:1524
FSFillerVkeyNumpad5
5 key in the numeric keypad.
Definition: FSPDFObjC.h:3814
FSFloatingInfoWindowPositionBottomLeft
Window position: at the bottom left corner.
Definition: FSPDFObjC.h:3262
FSLayerNode
Definition: FSPDFObjC.h:3688
FSFillerEventFlagShiftKey
Event flag: "Shift" key.
Definition: FSPDFObjC.h:3840
-[FSFiller onCut]
BOOL onCut()
Call this function when the popup menu item "Cut" is down.
FSPageLabelsLowerLetters
Page label style: lowercase letters.
Definition: FSPDFObjC.h:4955
FSFillerVkeyDivide
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:3824
FSOptimizerSettingsCleanUpRemoveInvalidLinks
Remove invalid links.
Definition: FSPDFObjC.h:6441
FSFillerVkeyPrior
Page Up key.
Definition: FSPDFObjC.h:3760
FSRenditionMediaPlayerFitStyleDefault
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:1566
FSPDFStreamNoneDecode
No need to decode the stream data.
Definition: FSPDFObjC.h:1176
FSBarcodeFormatPDF417
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1100
FSPosBottomLeft
Position: bottom left.
Definition: FSPDFObjC.h:587
-[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:1177
FSFillerVkeyF5
F5 key.
Definition: FSPDFObjC.h:3829
FSFDFDocType
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:2939
FSWidgetLineSpacingOneAndHalf
Line spacing style: one and half times line spacing.
Definition: FSPDFObjC.h:2756
FSSignatureStateVerifyTimestampIssueUnknown
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:4124
FSFontCharset
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:805
FSAppProviderCallbackStringIDNotHaveProperty
Sample message: "'%s' doesn't have property '%s'".
Definition: FSPDFObjC.h:5173
FSAnnotSound
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2192
FSSecurityHandler
Definition: FSPDFObjC.h:5631
FSFontCIDCharsetKOREA1
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:828
FSRenditionMonitorSpecifierGreatestHeight
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:1582
FSPDFDocExtractPagesOptionJavascript
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:4745
FSPortfolioNodeType
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:7628
FSAppProviderCallbackStringIDInvalidNodeType
Sample message: "Invalid node type: '%s'".
Definition: FSPDFObjC.h:5174
FSAppProviderCallbackStringIDModifyField
String ID for case: If to modify field. Sample message: "Do you want to modify this field?...
Definition: FSPDFObjC.h:5106
FSHTML2PDFSettingDataEncodingFormatX_TAM_WEBTAMIL
Encoding foramt: "X-TAM-WEBTAMIL".
Definition: FSPDFObjC.h:6563
FSCertVerifyResultReasonRemoveFromCRL
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:7123
FSRenditionMediaPermTempAccess
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:1550
FSCombinationCombineDocsOptionStructrueTree
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7437
FSHTML2PDFSettingDataEncodingFormatGB
Encoding foramt: "GB".
Definition: FSPDFObjC.h:6510
FSLRStructureElementAttributeValueEnumBefore
Enum value: Before, which means the placement for attributes Placement/RubyPosition or alignment for ...
Definition: FSPDFObjC.h:6833
FSPDFDocWrapperType
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:4770
FSFillerVkeyPause
Pause Break key.
Definition: FSPDFObjC.h:3757
FSAnnotMKEntryDownIcon
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:2242
FSFloatingInfoWindowPositionCenterRight
Window position: at the center right.
Definition: FSPDFObjC.h:3261
FSAnnotHighlightingOutline
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:2221
FSFillerVkeyReturn
Enter key.
Definition: FSPDFObjC.h:3753
FSSignaturePAdESLevelBLTA
PAdES level: B-LTA.
Definition: FSPDFObjC.h:4172
FSLRStructureElementAttributeTypeSpaceBefore
Attribute type: SpaceBefore, which represents the amount of extra space preceding the before edge of ...
Definition: FSPDFObjC.h:6792
FSCompareResultInfo
Definition: FSPDFObjC.h:6249
FSXFAWidgetWidgethAlignTypeCenter
Center the text horizontally within the available region.
Definition: FSPDFObjC.h:5395
-[FSFont getDescent]
int getDescent()
Get the descent value, in 1/1000 of em size (PDF units).
FSPopup
Definition: FSPDFObjC.h:2732
FSRichTextStyleCornerMarkStyle
FSRichTextStyleCornerMarkStyle
Enumeration for corner mark style.
Definition: FSPDFObjC.h:2046
-[FSAction getType]
FSActionType getType()
Get action type.
FSCustomSecurityCallback-p
Definition: FSPDFObjC.h:9446
FSBarcodeFormatQRCode
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1101
FSTabOrderMgrRow
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:5816
FSOptimizerSettingsDiscardUserDataOptions
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:6456
FSXFAWidgetWidgetNameTypeCaption
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:5390
-[FSXFAPage getWidgetCount]
int getWidgetCount()
Get the count of XFA widget.
FSPrintParamsPrintHandlingReducePaper
Print Handling: Small pages are printed small, and large pages are shrunk to fit on the printer's pap...
Definition: FSPDFObjC.h:3213
FSOptimizerSettingsDiscardUserDataLayer
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:6462
FSAppProviderCallbackStringIDUnableSetNumPages
Sample message: "Unable to set the value for property 'numPages'".
Definition: FSPDFObjC.h:5119
-[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:2907
-[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:1985
FSSignatureFieldMDPActionExclude
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:4186
FSSubmitFormActionFlagGetMethod
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:1872
FSGraphicsObjectBlendColorDodge
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:1319
FSFixupDataFixupStateFailure
A fixup failed.
Definition: FSPDFObjC.h:6131
FSPDFPageSizeA4
Page size: A4.
Definition: FSPDFObjC.h:4413
FSPagingSealSignaturePagingSealAPStateSigned
Signed signature.
Definition: FSPDFObjC.h:4336
FSRenditionFloatingWindowOffscreenEventNonViable
Consider the object non-viable.
Definition: FSPDFObjC.h:1602
FSIconFitScaleWayNever
Never scale.
Definition: FSPDFObjC.h:2150
FSFontCIDCharsetUNICODE
CID Font charset: Unicode.
Definition: FSPDFObjC.h:829
FSFontFontTypeTrueType
Font type: TrueType.
Definition: FSPDFObjC.h:851
FSPathTypeBezierTo
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:915
FSPDFDoc
Definition: FSPDFObjC.h:4776
FSWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:5862
FSImageSettingsImageCompressjpeg2000
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:6338
FSSignatureDigestSHA384
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:4156
FSFloatingInfoWindowPositionBottomRight
Window position: at the bottom right corner.
Definition: FSPDFObjC.h:3264
FSSignatureDocPermUnrestricted
No restriction.
Definition: FSPDFObjC.h:4176
FSModuleNameConnectedPDF
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:593
FSFillerVkeyHelp
Help key.
Definition: FSPDFObjC.h:3772
FSRotation0
No rotation.
Definition: FSPDFObjC.h:561
FSHeaderFooterContentGeneratorDateFormatMMDotYY
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4575
FSPDFDocExtractPagesOptionStructureTree
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:4744
FSTimeStampServerSendResultFailToSendData
Fail to send data during sending request process.
Definition: FSPDFObjC.h:4286
FSGraphStateLineCapStyle
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:733
FSPosCenterLeft
Position center left.
Definition: FSPDFObjC.h:584
-[FSLRGraphicsObjectElement getGraphicsObject]
FSGraphicsObject * getGraphicsObject()
Get related graphics object.
FSStdSecurityHandler
Definition: FSPDFObjC.h:5668
FSPDFDocSaveFlagNoOriginal
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:4730
FSDocProviderCallbackWidgetEventTypeAdded
Event type: after an XFA widget is added.
Definition: FSPDFObjC.h:5277
FSLRStructureElementAttributeValueEnumDotted
Enum value: Dotten, which means the border is a series of dots.
Definition: FSPDFObjC.h:6843
FSPosBottomRight
Position: bottom right.
Definition: FSPDFObjC.h:589
FSAdditionalActionTriggerFieldKeyStroke
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:1983
FSAnnotMKEntryRotation
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:2234
FSActionCallbackLanguageFRA
French.
Definition: FSPDFObjC.h:3428
FSLRContentElement
Definition: FSPDFObjC.h:6959
FSFillerVkey0
0 key.
Definition: FSPDFObjC.h:3773
FSMonoImageSettingsImageCompressjbig2
Compression mode: jbig2.
Definition: FSPDFObjC.h:6382
FSDocProviderCallbackTextEncodingBig5
Text encoding: Big5.
Definition: FSPDFObjC.h:5257
FSPDFNameTreeTemplates
"Templates" name tree.
Definition: FSPDFObjC.h:1495
FSHTML2PDFSettingDataEncodingFormatTAM
Encoding foramt: "TAM".
Definition: FSPDFObjC.h:6544
FSFullTextSearchRankHitCountDESC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6092
FSFieldTypePushButton
Form field type: push button.
Definition: FSPDFObjC.h:3954
-[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:4574
FSErrFormat
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:440
FSFontFontTypeType1
Font type: Type1.
Definition: FSPDFObjC.h:850
FSOutputPreviewShowDeviceCMYK
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:7578
FSActionTypeMovie
Action type: movie action.
Definition: FSPDFObjC.h:1734
FSActionCallbackSearchScopeIndex
Search scope: index.
Definition: FSPDFObjC.h:3483
FSResponseTypeNone
No response.
Definition: FSPDFObjC.h:7067
FSSignatureKeyName
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:4144
FSSignatureStateVerifyIssueUnknown
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:4114
-[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:1183
FSSignaturePAdESLevelNotPAdES
Not a PAdES signature.
Definition: FSPDFObjC.h:4167
FSSignatureStateCertCannotGetVRI
Cannot get verify relevant information.
Definition: FSPDFObjC.h:4127
FSFillerVkeyNumpad7
7 key in the numeric keypad.
Definition: FSPDFObjC.h:3816
FSTextSearchSearchNormal
No special searching options.
Definition: FSPDFObjC.h:5561
-[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:5167
FSLRStructureElementAttributeTypeInvalid
Attribute type: invalid.
Definition: FSPDFObjC.h:6775
FSSignatureVerifyResultLTVStateEnable
This means LTV is enabled.
Definition: FSPDFObjC.h:7275
FSAnnotHighlightingToggle
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:2223
-[FSXFADoc resetForm]
void resetForm()
Reset form.
FSMediaPlayerCallbackJSMediaPlayerStateSuspend
media player state: Suspend.
Definition: FSPDFObjC.h:3415
FSSignatureArray
Definition: FSPDFObjC.h:4080
FSPrintParamsPageOrderHorizontal
Page Order type: pages are placed from left to right, from top to bottom.
Definition: FSPDFObjC.h:3205
FSXFAWidgetWidgethAlignTypeLeft
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:5398
FSLRStructureElementAttributeTypeShort
Attribute type: Short (PDF 2.0), which contains a short form of the content of a TH structure element...
Definition: FSPDFObjC.h:6822
FSFillerVkeyPrint
Print key.
Definition: FSPDFObjC.h:3768
FSCompareResultInfoCompareResultTypeInsertPath
Result type: insert path.
Definition: FSPDFObjC.h:6238
FSTextPageTextStreamOrder
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:5531
FSMarkupStateCompleted
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:2387
FSMarkupStateDeferred
(Used with state model FSMarkupStateModelReview) The change has been deferred.
Definition: FSPDFObjC.h:2388
FSPosCenter
Position: center.
Definition: FSPDFObjC.h:585
-[FSSignatureVerifyResult getSignatureName]
NSString * getSignatureName()
Get signature name.
FSCertIssuerPair
Definition: FSPDFObjC.h:7185
FSLocaleIDHongKong
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:628
FSCombinationCombineDocsOptionBookmark
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7435
FSPDFObjectArray
PDF array object.
Definition: FSPDFObjC.h:1129
FSLRStructureElementAttributeValueEnumColumn
Enum value: Row, which means column of a table.
Definition: FSPDFObjC.h:6879
FSBasicArray
Definition: FSPDFObjC.h:172
FSLRElementElementTypeReference
Structure element type: Reference, which represents a citation to content elsewhere in the document.
Definition: FSPDFObjC.h:6723
FSAppProviderCallbackStringIDUnsupportChar
Sample message: "Unsupported character '%c'".
Definition: FSPDFObjC.h:5128
-[FSDestination getDestArray]
FSPDFArray * getDestArray()
Get the destination PDF array.
FSSignatureStateVerifyIncredible
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:4111
FSAssociatedFiles
Definition: FSPDFObjC.h:2915
FSFillerAssistCallbackPopupMenuItemSelectAll
Popup menu item: "Select All".
Definition: FSPDFObjC.h:3744
FSPDFStreamDCTDecode
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:1184
FSFillerVkeyB
B key.
Definition: FSPDFObjC.h:3784
FSLayerNodeArray
Definition: FSPDFObjC.h:3584
FSSignatureStateVerifyErrorData
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:4107
FSTXT2PDFSettingData
Definition: FSPDFObjC.h:6612
FSLRStructureElementAttributeTypeABox
(Reserved) Attribute type: ABox.
Definition: FSPDFObjC.h:6824
FSPathArray
Definition: FSPDFObjC.h:944
-[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:1332
FSAnnotationSummarySettingsTypeSortByDate
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:7526
FSLRElementElementTypeNote
Structure element type: Note, which represents an item of explanatory text, such as a footnote or an ...
Definition: FSPDFObjC.h:6722
FSXFAPage
Definition: FSPDFObjC.h:5330
-[FSColorSpace isSpotColorSpace]
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
FSPDFDocImportFlagNormal
Import pages normally.
Definition: FSPDFObjC.h:4737
FSAnnotHighlightingMode
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:2218
FSOutputPreviewShowCalGray
If set, only show with CalGray.
Definition: FSPDFObjC.h:7591
FSAnnotMKEntry
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:2233
FSFDFDocXFDF
FDF document type: XFDF.
Definition: FSPDFObjC.h:2941
FSPosTopLeft
Position: top left.
Definition: FSPDFObjC.h:581
FSColorSpaceDeviceRGB
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:613
FSAnnotUnderline
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2184
FSPortfolioNode
Definition: FSPDFObjC.h:7634
FSAnnot3D
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2199
FSFillerVkeySeparator
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:3821
FSHTML2PDFSettingDataEncodingFormatDefault
Encoding foramt: Default.The encoding format will be automatically detected in chromium.
Definition: FSPDFObjC.h:6495
FSLRStructureElementAttributeValueEnumTV
Enum value: tv, which means text-value field.
Definition: FSPDFObjC.h:6874
FSMarkupEndingStyleCircle
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2395
FSAppProviderCallbackStringIDMonthMay
String ID for case: Use string in local language for "May".
Definition: FSPDFObjC.h:5188
FSSignatureVerifyResultArray
Definition: FSPDFObjC.h:7224
FSAnnotMKEntryNormalCaption
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:2237
FSLRStructureElementAttributeTypeRotation
Attribute type: Rotation.
Definition: FSPDFObjC.h:6778
-[FSGraphicsObjects generateContent]
BOOL generateContent()
Generate contents of current graphics objects.
FSOutputPreviewShowText
If set, only show text.
Definition: FSPDFObjC.h:7599
FSGraphicsObjectBlendDarken
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:1317
FSLRStructureElementAttributeValueTypeARGBArray
Value type: an array of ARGB values.
Definition: FSPDFObjC.h:6908
-[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:3815
FSFixupDataFixupState
FSFixupDataFixupState
Enumeration for the state of a fixup data.
Definition: FSPDFObjC.h:6129
FSAppProviderCallbackStringIDConditionIsNull
Sample message: "Condition is null".
Definition: FSPDFObjC.h:5143
FSLRElementElementTypePageObject
Structure element type: PageObject, which means page object element.
Definition: FSPDFObjC.h:6749
FSDRMEncryptData
Definition: FSPDFObjC.h:5710
FSDestinationZoomMode
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:1683
-[FSReflowPage getContentWidth]
float getContentWidth()
Get content width after current reflow page object has been parsed.
FSActionCallbackLanguageKOR
Korean.
Definition: FSPDFObjC.h:3430
FSLRStructureElementAttributeValueEnumBottom
Enum value: Bottom, which means bottom edge of the page.
Definition: FSPDFObjC.h:6883
FSAppProviderCallbackStringIDWeekDaySat
String ID for case: Use string in local language for "Saturday".
Definition: FSPDFObjC.h:5183
-[FSImage getFrameCount]
int getFrameCount()
Get frame count.
FSPDFDocWrapperPDFV2
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:4773
FSActionTypeSetOCGState
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:1741
FSLRElementElementTypeTableFootGroup
Structure element type: TFoot, which means "Table footer row group" and represents a group of rows th...
Definition: FSPDFObjC.h:6719
FSOptimizerSettingsOptimizerCompressImages
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:6430
FSPDFDictionary
Definition: FSPDFObjC.h:1232
FSFillerVkey5
5 key.
Definition: FSPDFObjC.h:3778
FSSignatureVerifyResult
Definition: FSPDFObjC.h:7279
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:7783
FSLTVVerifierTimeType
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:7244
FSAppProviderCallbackStringIDScriptFailedError
Sample message: "Script failed(language is %s;context is %s) script=%s".
Definition: FSPDFObjC.h:5203
FSTimeStampServerSendResultSuccess
Send request successfully.
Definition: FSPDFObjC.h:4283
FSSoundSampleEncodingFormatALaw
A-law-encoded samples.
Definition: FSPDFObjC.h:2821
FSGraphicsObjectType
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:1331
FSSignatureDigestSHA256
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:4155
FSErrFile
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:439
FSTabOrderMgrStructure
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:5818
FSRenditionFloatingWindowOffscreenEvent
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:1599
FSHTML2PDFSettingDataEncodingFormatX_TAM_TBOOMIS
Encoding foramt: "X-TAM-TBOOMIS".
Definition: FSPDFObjC.h:6561
FSPortfolio
Definition: FSPDFObjC.h:7741
-[FSSound getSoundStream]
FSPDFStream * getSoundStream()
Get the stream of sound data.
FSPDFAComplianceVersion
FSPDFAComplianceVersion
Enumeration for PDF/A version.
Definition: FSPDFObjC.h:6193
FSLRStructureElementAttributeTypeFieldRole
Attribute type only for PrintField: Role, which represents the type of form field represented by this...
Definition: FSPDFObjC.h:6814
FSCompareResultInfoCompareResultTypeTextAttriChange
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:6246
FSXFAWidgetWidgetTypeNumericEdit
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:5366
FSFieldFlagTextComb
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:3974
FSOptimizerSettingsOptimizerDiscardObjects
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:6432
FSLRStructureElementAttributeValueEnumWatermark
Enum value: Watermark.
Definition: FSPDFObjC.h:6891
FSMarkupEndingStyleButt
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:2399
FSInt32Array
An array of integer values.
Definition: FSPDFObjC.h:287
FSAnnotMKEntryNormalIcon
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:2240
FSFillerVkey3
3 key.
Definition: FSPDFObjC.h:3776
FSPDFDocSaveFlagRemoveRedundantObjects
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:4733
FSResetFormAction
Definition: FSPDFObjC.h:1897
FSMarkupMeasureTypeY
Measurement of change along the y axis.
Definition: FSPDFObjC.h:2407
FSAppProviderCallbackStringIDInvalidExpression
Sample message: "Invalidate expression '%s'".
Definition: FSPDFObjC.h:5135
FSAdditionalActionTriggerAnnotReceiveInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:1991
FSFontStyleSerif
Font style: serif.
Definition: FSPDFObjC.h:795
FSOutputPreviewShowDeviceGray
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:7590
FSHTML2PDFSettingDataEncodingFormatKOI8U
Encoding foramt: "KOI8U".
Definition: FSPDFObjC.h:6531
FSPDFDocEncryptPassword
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:4708
FSAnnotMKEntryRolloverCaption
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:2238
FSLayerTree
Definition: FSPDFObjC.h:3628
FSPDFPageFlattenAll
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:4395
FSLRStructureElementAttributeValueEnumSquare
Enum value: Square, which means solid square bullet.
Definition: FSPDFObjC.h:6862
FSFillerVkeyRight
Right arrow key.
Definition: FSPDFObjC.h:3766
FSActionTypeGoTo3DView
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:1744
FSLRElementElementTypeTextContent
Structure element type: TextContent, which means text content element.
Definition: FSPDFObjC.h:6750
FSPDFAComplianceVersionPDFA3a
PDF/A-3a.
Definition: FSPDFObjC.h:6199
FSAnnotLink
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2176
FSFontCIDCharsetCNS1
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:826
FSTextSearchSearchConsecutive
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:5564
FSLRStructureElementAttributeValueEnumDecimal
Enum value: Decimal, which means decimal arabic numerals (1-9, 10-99, ...).
Definition: FSPDFObjC.h:6863
FSAdditionalActionTriggerDocWillClose
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:1978
FSPayLoadData
Definition: FSPDFObjC.h:4627
FSDocViewerPrefsPrintScaleNone
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:4912
FSFillerVkeyD
D key.
Definition: FSPDFObjC.h:3786
FSSecurityHandlerCipherRC4
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:5627
FSAnnotAppearanceTypeDown
Annotation's down appearance.
Definition: FSPDFObjC.h:2260
FSOptimizerSettingsDiscardObjectsBookmarks
Discard bookmarks.
Definition: FSPDFObjC.h:6450
FSRemoteGotoAction
Definition: FSPDFObjC.h:1820
FSFontStdIDTimesB
Standard font: Times-Bold.
Definition: FSPDFObjC.h:842
FSConvert
Definition: FSPDFObjC.h:6668
FSAdditionalActionTriggerDocWillSave
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:1979
FSCombinationCombineDocsOptionDuplicateStream
If set, that means duplicate stream objects from source PDF files will be outputted to combined resul...
Definition: FSPDFObjC.h:7444
FSAnnotationSummary
Definition: FSPDFObjC.h:7561
FSAnnotPopup
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2200
FSHTML2PDFSettingDataEncodingFormatUTF_32BE
Encoding foramt: "UTF-32BE".
Definition: FSPDFObjC.h:6553
FSAppProviderCallbackStringIDMonthFeb
String ID for case: Use string in local language for "February".
Definition: FSPDFObjC.h:5185
FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYY
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4573
FSPrintParamsBookletBinding
FSPrintParamsBookletBinding
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3197
FSFillerVkeyF11
F11 key.
Definition: FSPDFObjC.h:3835
FSOptimizerSettingsDiscardUserDataAllAnnotsFormsAndMultimedia
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:6457
FSFillerVkeyX
X key.
Definition: FSPDFObjC.h:3806
FSFillerVkeyBack
Backspace key.
Definition: FSPDFObjC.h:3751
FSAnnotationSummarySettingsFontSizeMedium
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:7533
-[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:1691
FSAppProviderCallbackStringIDValidateWarning
Sample message: "The value you entered for %s is invalid. To ignore validations for %s,...
Definition: FSPDFObjC.h:5200
FSXFAWidgetHitTestAreaUnknown
Hit test area: Unknown.
Definition: FSPDFObjC.h:5354
FSColor
Definition: FSPDFObjC.h:990
-[FSSignatureVerifyResult getSignatureState]
unsigned int getSignatureState()
Get signature state.
FSAnnotSquare
Annotation type: square annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2179
FSImageSettingsStretchMode
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:6350
FSResponseResponseType
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:7066
FSSignatureStateVerifyErrorByteRange
Non expected byte range.
Definition: FSPDFObjC.h:4109
-[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:611
FSErrInvalidWrapper
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:473
-[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:4760
-[FSLRGraphicsObjectElement getBBox]
FSRectF * getBBox()
Get bounding box.
-[FSFont getName]
NSString * getName()
Retrieve the postscript name.
FSPauseCallback-p
Definition: FSPDFObjC.h:7811
FSFillerVkeyT
T key.
Definition: FSPDFObjC.h:3802
FSAppProviderCallbackBeepTypeError
Beep type: error.
Definition: FSPDFObjC.h:5096
FSFormXObject
Definition: FSPDFObjC.h:1467
FSRendererRenderPage
If set, page content will be rendered.
Definition: FSPDFObjC.h:2848
FSAppProviderCallbackStringIDMonthAug
String ID for case: Use string in local language for "August".
Definition: FSPDFObjC.h:5191
FSAppProviderCallbackStringIDInvalidEnumValue
String ID for case: Some enumerate value is invalid. Sample message: "Invalid enumerate value:".
Definition: FSPDFObjC.h:5113
FSMonoImageSettingsImageCompressRunLength
Compression mode: run-length.
Definition: FSPDFObjC.h:6384
FSGraphStateLineCapButt
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:734
FSRenditionFloatingWindowResizeTypeAspectRatio
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:1595
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYY
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4563
FSWatermarkSettingsFlagShareTextStream
If set, watermarks will share one form xobject if these watermarks use the same text and text's relat...
Definition: FSPDFObjC.h:5865
FSCompareResultInfoCompareResultTypeReplaceShading
Result type: replace shading.
Definition: FSPDFObjC.h:6242
FSSoundSampleEncodingFormatSigned
Twos-complement values.
Definition: FSPDFObjC.h:2819
FSFontCIDCharsetUnknown
CID Font charset: Unknown.
Definition: FSPDFObjC.h:824
FSFillerEventFlags
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:3839
FSTextSearchReplace
Definition: FSPDFObjC.h:7050
FSUnembeddedFontSettings
Definition: FSPDFObjC.h:6417
FSPDFDocEncryptFoxitDRM
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:4710
FSMarkupStateNone
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:2381
FSRenditionMediaPlayerFitStyleHidden
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:1565
-[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:4572
FSSignatureDigestSHA1
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:4154
FSAppProviderCallbackStringIDMonthOct
String ID for case: Use string in local language for "October".
Definition: FSPDFObjC.h:5193
FSFillerVkeySubtract
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:3822
FSGraphStateLineJoinRound
Round line join type.
Definition: FSPDFObjC.h:741
FSMarkupMeasureTypeT
Measurement of angles.
Definition: FSPDFObjC.h:2410
FSLRStructureElementAttributeValueTypeEnum
Value type: enum.
Definition: FSPDFObjC.h:6899
FSPageLabelsLowerRomanNums
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:4953
FSGraphicsObjectBlendLighten
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:1318
FSXFADocEventType
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:5283
-[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:3179
FSAnnotFlagNoRotate
Annotation flag: no rotate.
Definition: FSPDFObjC.h:2210
-[FSTextPage getCharCount]
int getCharCount()
Get the count of all the characters.
FSSignatureCallbackCertCannotGetPrivateKey
Certificate's private key cannot be gotten.
Definition: FSPDFObjC.h:4253
FSRenditionFloatingWindowResizeTypeAnyway
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:1596
FSBarcodeQRCorrectionLevelQuater
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1107
FSMonoImageSettingsImageCompressQualityLossless
Compression quality: Lossless.
Definition: FSPDFObjC.h:6388
FSWidgetChoiceOptionArray
Definition: FSPDFObjC.h:5066
FSMenuItemConfig
Definition: FSPDFObjC.h:3087
FSDocProviderCallbackWidgetEventTypeBeforeRemoved
Event type: before an XFA widget is removed.
Definition: FSPDFObjC.h:5278
FSAppProviderCallbackStringIDInvalidToken
Sample message: "Invalidate token '%s'".
Definition: FSPDFObjC.h:5134
FSActionTypeSubmitForm
Action type: submit-form action.
Definition: FSPDFObjC.h:1737
-[FSWidgetMenu cut]
NSString * cut()
Cut the text of related XFA widget.
-[FSGraphicsObjectArray removeAll]
void removeAll()
Clean up the array.
FSPolyLine
Definition: FSPDFObjC.h:2687
FSFormFileInfoArray
Definition: FSPDFObjC.h:7471
FSLRStructureElementAttributeValueEnumLeft
Enum value: Left, which means left edge of the page.
Definition: FSPDFObjC.h:6881
FSDialogDescriptionConfig
Definition: FSPDFObjC.h:3157
FSAppProviderCallbackStringIDCompilerError
Sample message: "Compiler error".
Definition: FSPDFObjC.h:5138
FSFillerAssistCallbackPopupMenuItemPaste
Popup menu item: "Paste".
Definition: FSPDFObjC.h:3742
FSAnnotationSummaryCallbackAnnotationSummaryStringID
FSAnnotationSummaryCallbackAnnotationSummaryStringID
Enumeration for string ID used to specify the string or prefix in result document when summarizing an...
Definition: FSPDFObjC.h:7502
FSHTML2PDFSettingDataHTML2PDFPageMode
FSHTML2PDFSettingDataHTML2PDFPageMode
Enumeration for page mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:6483
-[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:3490
FSNamedAction
Definition: FSPDFObjC.h:1809
FSTextPageTextDisplayOrder
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:5532
FSAssociatedFilesRelationshipEncryptedPayload
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:2910
FSFillSignFillSignObjectTypeRoundRectangle
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:7336
FSPDFDocExtractPagesOptionObjectStream
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:4747
-[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:7764
FSHTML2PDFSettingDataEncodingFormatASCII_7_bit
Encoding foramt: "ASCII-7-bit".
Definition: FSPDFObjC.h:6517
FSFillerVkeyC
C key.
Definition: FSPDFObjC.h:3785
FSSoundSampleEncodingFormat
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:2817
FSTextPageParseTextOutputHyphen
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:5526
FSCombinationCombineDocsOptionOCProperties
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7439
FSHTML2PDFSettingDataEncodingFormatEUC_JP
Encoding foramt: "EUC-JP".
Definition: FSPDFObjC.h:6506
FSRenditionWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:1571
FSActionTypeRendition
Action type: rendition action.
Definition: FSPDFObjC.h:1742
FSOptimizerSettingsDiscardUserDataExternalCrossReferences
Discard external cross references.
Definition: FSPDFObjC.h:6458
FSLRElementElementTypeWarichu
Structure element type: Warichu, which represents the wrapper around the entire warichu assembly.
Definition: FSPDFObjC.h:6732
FSLRElementElementTypeRubyAnnot
Structure element type: RT, which means "Ruby annotation text" and represents the smaller-size text t...
Definition: FSPDFObjC.h:6730
-[FSPointFArray removeAll]
void removeAll()
Clean up the array.
FSOutputPreviewShowICCBasedCMYK
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:7580
-[FSImageObject getStream]
FSPDFStream * getStream()
Get image stream.
FSHTML2PDFSettingDataEncodingFormatCP852
Encoding foramt: "CP852".
Definition: FSPDFObjC.h:6519
-[FSAttachments getNameTree]
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
FSGraphicsObjectBlendColorBurn
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:1320
FSImageSettings
Definition: FSPDFObjC.h:6359
FSFillSignFillSignObjectTypeText
Text fill-sign object.
Definition: FSPDFObjC.h:7333
FSXFAWidgetHitTestAreaTitleBar
Hit test area: Title Bar.
Definition: FSPDFObjC.h:5356
FSPDFDocExtractPagesOptions
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:4742
FSLRStructureElementAttributeValueEnumHidden
Enum value: Hidden, which is same as None except in terms of border conflict resolution for table ele...
Definition: FSPDFObjC.h:6842
FSPageLabels
Definition: FSPDFObjC.h:4958
FSAppProviderCallbackStringIDUnableToSet
Sample message: "Unable to set".
Definition: FSPDFObjC.h:5111
FSFloatingInfoWindowPositionTopLeft
Window position: at the top left corner.
Definition: FSPDFObjC.h:3256
FSActionTypeHide
Action type: hide action.
Definition: FSPDFObjC.h:1735
FSAppProviderCallbackStringIDNotSupportArrayCalculate
Sample message: "'%s' operator cannot support array calculation".
Definition: FSPDFObjC.h:5161
FSLRElementElementTypeTable
Structure element type: Table, which represents a two-dimensional layout of rectangular data cells,...
Definition: FSPDFObjC.h:6713
FSErrOfficeComNotInit
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:505
FSFieldFlagButtonRadiosInUnison
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:3968
FSFillSignFillSignObjectType
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:7332
FSLRStructureElementAttributeTypeBorderStyle
Attribute type: BorderStyle, which represents the style of an element's border.
Definition: FSPDFObjC.h:6786
FSDocViewerPrefsHideToolbar
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:4917
-[FSDestination getBottom]
float getBottom()
Get bottom position value.
FSRenditionMonitorSpecifierSmallest
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:1578
FSActionCallbackMailTypeMsg
Mailed data type: string message.
Definition: FSPDFObjC.h:3450
FSCertVerifyResultCertStatusExpired
This means certificate is expired.
Definition: FSPDFObjC.h:7110
FSErrComplianceResourceFile
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:493
FSFillerVkeyF2
F2 key.
Definition: FSPDFObjC.h:3826
FSAdditionalActionTriggerPageClosed
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:1977
-[FSActionCallback-p getMousePosition]
FSPointF * getMousePosition()
A callback function to get current mouse position.
FSLRStructureElementAttributeValueEnumCB
Enum value: cb, which means check box.
Definition: FSPDFObjC.h:6872
FSErrNoOptimizerModuleRight
No "Optimizer" module right.
Definition: FSPDFObjC.h:503
FSMarkupMeasureTypeX
Measurement of change along the x axis.
Definition: FSPDFObjC.h:2406
FSAnnotMKEntryBackgroundColor
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:2236
FSHeaderFooterContentGeneratorPageNumberFormatPageNumberOfCount
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4588
FSFontStdIDTimesI
Standard font: Times-Italic.
Definition: FSPDFObjC.h:844
FSLRElement
Definition: FSPDFObjC.h:6758
-[FSSound getSamplingRate]
float getSamplingRate()
Get the sampling rate, in samples per second.
FSHTML2PDFSettingDataEncodingFormatEUC_CN
Encoding foramt: "EUC-CN".
Definition: FSPDFObjC.h:6511
FSFontMapResult
Definition: FSPDFObjC.h:892
FSLRElementElementTypeTableHeaderCell
Structure element type: TH, which means "Table header cell" and represents a table cell containing he...
Definition: FSPDFObjC.h:6715
FSDocViewerPrefsViewerPref
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:4916
FSFileFormatTypeXML
File format type: XML.
Definition: FSPDFObjC.h:643
FSCompareResults
Definition: FSPDFObjC.h:6286
FSAppProviderCallbackStringID
FSAppProviderCallbackStringID
Enumeration for string ID used to specify a case.
Definition: FSPDFObjC.h:5103
FSXFAWidgetWidgethAlignTypeRight
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:5400
FSPDFAComplianceVersionPDFA2b
PDF/A-2b.
Definition: FSPDFObjC.h:6197
FSMediaPlayerCallbackJSMediaPlayerStateStop
media player state: Stop.
Definition: FSPDFObjC.h:3414
FSCertificateEncryptData
Definition: FSPDFObjC.h:5681
FSTextSearchSearchFlags
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:5560
FSFillerVkeyNext
Page Down key.
Definition: FSPDFObjC.h:3761
FSDocProviderCallbackPrintOptionAsImage
If set, print page as image; otherwise, as text.
Definition: FSPDFObjC.h:5242
FSAnnotMKIconCaptionRelation
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:2247
FSTaggedPDFCallbackReportCategory
FSTaggedPDFCallbackReportCategory
Enumeration for report category type used for tagged PDF.
Definition: FSPDFObjC.h:6989
FSBarcodeFormatUPCA
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1097
FSSignatureStateVerifyIssueUncheck
Not check the issuer.
Definition: FSPDFObjC.h:4117
FSAppProviderCallbackMsgBtnIDOK
Message box button ID: OK.
Definition: FSPDFObjC.h:5225
FSLRStructureElementAttributeTypeWidth
Attribute type: Width, which represents the width of the element's content rectangle.
Definition: FSPDFObjC.h:6782
FSActionCallbackLanguageNLD
Dutch.
Definition: FSPDFObjC.h:3432
FSPDFDocImportPageFlags
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:4736
FSErrWPSEngineNotFound
(For Office-to-PDF conversion only) WPS office engine is not found.
Definition: FSPDFObjC.h:509
FSLRElementElementTypeAside
Structure element type: Aside (PDF 2.0), which represents content that is distinct from other content...
Definition: FSPDFObjC.h:6695
FSPDFDocEncryptCertificate
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:4709
FSFillerVkeyUp
Up arrow key.
Definition: FSPDFObjC.h:3765
FSPDFPageFlattenNoFormControl
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:4397
FSAppProviderCallbackStringIDIncorrectNumberOfMethod
Sample message: "Incorrect number of parameters are used when calling method '%s'".
Definition: FSPDFObjC.h:5168
FSFontStdIDHelveticaI
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:840
FSLineCapPosTop
Definition: FSPDFObjC.h:2591
FSLRElementElementTypeShadingContent
Structure element type: ShadingContent, which means shading content element.
Definition: FSPDFObjC.h:6753
FSAdditionalActionTriggerPageOpened
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:1976
FSPrintParamsPageOrderHorizontalReversed
Page Order type: pages are placed from right to left, from top to bottom.
Definition: FSPDFObjC.h:3206
FSFieldTypeSignature
Form field type: signature field.
Definition: FSPDFObjC.h:3960
FSTextState
Definition: FSPDFObjC.h:1395
FSErrInvalidLicense
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:445
FSLRStructureElementAttributeTypeTextDecorationThickness
Attribute type: TextDecorationThickness, which represents the thickness of each line drawn as part of...
Definition: FSPDFObjC.h:6805
-[FSLRContentElement getGraphicsObjectRange]
FSRange * getGraphicsObjectRange()
Get the range of current content element in current graphics object.
FSBitmapDownsample
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1021
FSPDFStreamFlateDecode
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:1180
FSLRElementElementTypeEm
Structure element type: Em (PDF 2.0), which means "Emphasis" and represents content for the purpose o...
Definition: FSPDFObjC.h:6735
FSAnnotCaret
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2188
FSImageSettingsImageCompressQualityHigh
Compression quality: High.
Definition: FSPDFObjC.h:6346
FSMarkupStateAccepted
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:2384
FSDestinationZoomFitBBox
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:1689
FSAnnotMKEntryRolloverIcon
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:2241
FSIconFitScaleWayNone
No scaling way is specified.
Definition: FSPDFObjC.h:2146
FSWidgetLineSpacingDouble
Line spacing style: double line spacing.
Definition: FSPDFObjC.h:2757
FSFieldFlagTextRichText
(Only useful for text field) If set, the value of this field should be represented as a rich text str...
Definition: FSPDFObjC.h:3977
FSActionCallbackAppInfoType
FSActionCallbackAppInfoType
Enumeration for application's information type.
Definition: FSPDFObjC.h:3439
FSDocProviderCallbackPageViewEventType
FSDocProviderCallbackPageViewEventType
Enumeration for the event type of page view.
Definition: FSPDFObjC.h:5270
FSLRStructureElementAttributeTypeRubyPosition
Attribute type: RubyPosition, which represents the placement of the RT structure element relative to ...
Definition: FSPDFObjC.h:6808
FSOptimizerSettingsDiscardUserDataDocumentInfoAndMetaData
Discard document information and metadata.
Definition: FSPDFObjC.h:6459
FSFillerEventFlagRightButtonDown
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:3848
FSEmbeddedGotoTarget
Definition: FSPDFObjC.h:1834
FSFontCharsetShift_JIS
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:809
FSLRElementElementTypeContainerObject
Structure element type: ContainerObject, which means container object element.
Definition: FSPDFObjC.h:6747
FSLibrary
Definition: FSPDFObjC.h:697
FSTaggedPDFCallbackReportCategoryArtifact
Report category type: artifact.
Definition: FSPDFObjC.h:6991
FSActionCallbackLanguageESP
Spanish.
Definition: FSPDFObjC.h:3427
-[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:7090
FSOptimizerSettingsOptimizerOptions
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:6429
FSPrintParamsDuplexTypeDuplexFlipShortEdge
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: FSPDFObjC.h:3188
FSDocProviderCallbackSubmitFormat
FSDocProviderCallbackSubmitFormat
Enumeration for XFA submit format.
Definition: FSPDFObjC.h:5247
FSTaggedPDFCallbackReportConfidenceMediumLow
Report confidence: medium low.
Definition: FSPDFObjC.h:7005
FSXFAWidgetWidgetTypeLine
XFA widget type: line.
Definition: FSPDFObjC.h:5370
-[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:1953
FSMediaSettingsPlayerWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:3311
FSBookmark
Definition: FSPDFObjC.h:3504
FSPDFObjectName
PDF name object.
Definition: FSPDFObjC.h:1128
-[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:6907
FSFillerVkey7
7 key.
Definition: FSPDFObjC.h:3780
-[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:4767
FSLRStructureElementAttributeValueEnumOn
Enum value: on, which means the state is on.
Definition: FSPDFObjC.h:6875
FSPDFAComplianceVersionPDFA3u
PDF/A-3u.
Definition: FSPDFObjC.h:6201
FSPDFAComplianceVersionPDFA1a
PDF/A-1a.
Definition: FSPDFObjC.h:6194
FSFillerEventFlagAutoRepeat
Event flag: auto repeat.
Definition: FSPDFObjC.h:3845
FSModuleNameLayoutRecognition
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:602
FSHTML2PDFSettingDataEncodingFormatSJS
Encoding foramt: "SJS".
Definition: FSPDFObjC.h:6507
FSErrInvalidUserToken
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:462
FSBarcodeFormatCode128
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1095
FSFillerEventFlagControlKey
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:3841
FSHTML2PDFSettingDataEncodingFormatBHASKAR
Encoding foramt: "BHASKAR".
Definition: FSPDFObjC.h:6549
-[FSColorSpace getColorSpaceType]
FSColorSpaceType getColorSpaceType()
Get color space type.
FSAppProviderCallbackAppInfoLanguage
Application information: language.
Definition: FSPDFObjC.h:5088
FSBookmarkStyle
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:3489
FSActionCallbackLayoutModeContinuous
Layout mode: continuous page.
Definition: FSPDFObjC.h:3469
FSChoiceOptionArray
Definition: FSPDFObjC.h:3932
-[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:5204
FSMonoImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:6381
FSAppProviderCallbackStringIDValidateOutOfArray
Sample message: "Validate access index '%s' out of array".
Definition: FSPDFObjC.h:5156
FSSnappedPointTypeNearestPoint
Snapped point type: nearest point, which means the snapped point is the nearest point (which is in a ...
Definition: FSPDFObjC.h:7767
FSLRElementElementTypePathObject
Structure element type: PathObject, which means path graphics object element.
Definition: FSPDFObjC.h:6743
FSTimeStampServer
Definition: FSPDFObjC.h:4293
FSHTML2PDFSettingDataEncodingFormatCSN_369103
Encoding foramt: "CSN_369103".
Definition: FSPDFObjC.h:6536
FSPDFStreamASCII85Decode
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:1178
FSColorState
Definition: FSPDFObjC.h:1279
FSSnapPointMgrFlagMidpoint
If set, that means to get the midpoint for two endpoints of a path.
Definition: FSPDFObjC.h:7785
FSAnnotArray
Definition: FSPDFObjC.h:2296
FSImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:6354
FSSignatureStateVerifyTimestampExpire
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:4123
FSCertVerifyResultReasonNoStatus
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:7115
FSSignatureFieldMDPActionNone
No Field MDP action.
Definition: FSPDFObjC.h:4183
FSLocaleID
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:626
FSLRElementElementTypeDocument
Structure element type: Document, which represents a complete document.
Definition: FSPDFObjC.h:6684
FSOptimizerSettingsCleanUpRemoveInvalidBookmarks
Remove invalid bookmarks.
Definition: FSPDFObjC.h:6440
FSCompareResultInfoCompareResultTypeDeleteImage
Result type: delete image.
Definition: FSPDFObjC.h:6234
FSSecurityHandlerCipherNone
Not use encryption algorithm.
Definition: FSPDFObjC.h:5626
FSFillerVkeyY
Y key.
Definition: FSPDFObjC.h:3807
FSXFADocType
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:5289
FSLRStructureElementAttributeValueEnumTbRl
Enum value: TbRl, which means inline progression from top to bottom; block progression from right to ...
Definition: FSPDFObjC.h:6839
FSLRStructureElementAttributeValueEnumMiddle
Enum value: Middle, which means children are centered within the table cell.
Definition: FSPDFObjC.h:6855
FSRenditionMonitorSpecifierGreatestColorDepth
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:1580
FSLRElementElementTypeDiv
Structure element type: Div, which means "Division" and represents a generic block-level element or g...
Definition: FSPDFObjC.h:6689
FSFloatingInfoRelativeTarget
FSFloatingInfoRelativeTarget
Enumeration for the values used to set relative position of floating window.
Definition: FSPDFObjC.h:3267
FSErrUnknown
Any unknown error occurs.
Definition: FSPDFObjC.h:444
FSXFADocExportDataTypeStaticXDP
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:5297
FSAppProviderCallbackStringIDAccessProertyInNotObject
Sample message: "An attempt was made to reference property '%s' of a non-object in SOM expression %s"...
Definition: FSPDFObjC.h:5164
FSLRElementElementTypeIndex
Structure element type: Index, which represents a sequence of entries containing identifying text acc...
Definition: FSPDFObjC.h:6694
FSModuleNameXFA
Name for module "XFA".
Definition: FSPDFObjC.h:594
FSFileFormatTypePDF
File format type: PDF.
Definition: FSPDFObjC.h:645
FSLocaleIDJapan
Locale ID for country: Japan.
Definition: FSPDFObjC.h:635
FSBitmapDIB8bpp
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:1014
FSDocViewerPrefsCenterWindow
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:4921
FSFloatingInfoResizeTypeKeepRatio
Resize type: may be resized only if the aspect ratio is preserved.
Definition: FSPDFObjC.h:3276
FSTextStateModeFill
Text mode: fill text.
Definition: FSPDFObjC.h:1385
FSLRElementElementTypeSub
Structure element type: Sub (PDF 2.0), which means "Sub-division of a block level element" and repres...
Definition: FSPDFObjC.h:6737
FSBase
Definition: FSPDFObjC.h:519
FSAnnotFlagLockedContents
Annotation flag: locked contents.
Definition: FSPDFObjC.h:2215
-[FSLRContentElement getParentElement]
FSLRStructureElement * getParentElement()
Get the parent element.
FSHTML2PDFSettingDataEncodingFormatBIG5_HKSCS
Encoding foramt: "BIG5_HKSCS".
Definition: FSPDFObjC.h:6541
FSXFAWidgetPresenceInactive
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:5384
FSSignatureAPFlagBitmap
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:4140
FSRenditionMediaPlayerFitStyle
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:1560
FSPagingSealConfigPagingSealPositionRight
Right Paging Seal.
Definition: FSPDFObjC.h:4310
FSAppProviderCallbackStringIDUnexpectedExpression
Sample message: "Unexpected expression '%s'".
Definition: FSPDFObjC.h:5142
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYYYY
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4562
FSLRStructureElementAttributeTypeSubType
Attribute type: Subtype, which means the subtype of annotation or artifact.
Definition: FSPDFObjC.h:6789
FSHTML2PDFSettingDataEncodingFormatCP1255
Encoding foramt: "CP1255".
Definition: FSPDFObjC.h:6528
-[FSImage getXDPI]
int getXDPI()
Get DPI for X-axis.
FSGraphicsObjectTypeShading
Shading graphics object.
Definition: FSPDFObjC.h:1336
FSImageBMP
Image type is BMP.
Definition: FSPDFObjC.h:1057
FSXFAWidgetWidgetTypeUnknown
XFA widget type: unknown.
Definition: FSPDFObjC.h:5375
FSBookmarkPosPrevSibling
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:3498
FSTaggedPDFCallbackReportCategoryRegion
Report category type: region.
Definition: FSPDFObjC.h:6990
FSSignatureStateVerifyNoChange
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:4112
FSFieldFlagTextMultiline
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:3969
FSJavaScriptAction
Definition: FSPDFObjC.h:1798
-[FSFont isBold]
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:739
FSPDFPageSizeA2
Page size: A2.
Definition: FSPDFObjC.h:4411
FSHTML2PDFSettingDataEncodingFormatX_TAM_LTTMBARANI
Encoding foramt: "X-TAM-LTTMBARANI".
Definition: FSPDFObjC.h:6559
FSAppProviderCallbackMsgBoxIconQuestion
Message box icon: Question.
Definition: FSPDFObjC.h:5213
FSPathTypeBezierToCloseFigure
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:916
FSMonoImageSettings
Definition: FSPDFObjC.h:6401
FSXFAWidgetPresenceInvisible
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:5385
FSHTML2PDFSettingDataEncodingFormatX_TAM_SHREE
Encoding foramt: "X-TAM-SHREE".
Definition: FSPDFObjC.h:6560
-[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:9013
FSLRStructureElementAttributeValueTypeInt32Array
Value type: an array of integer values.
Definition: FSPDFObjC.h:6906
FSActionCallbackJSFieldValueChangedByCalculation
javascript field value changed type : calculation.
Definition: FSPDFObjC.h:3455
FSFieldTypeTextField
Form field type: text field.
Definition: FSPDFObjC.h:3959
FSAnnotFlagHidden
Annotation flag: hidden.
Definition: FSPDFObjC.h:2207
-[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:4410
FSLRElementElementTypeHeadingN
Structure element type: Hn (PDF 2.0), which represents heading with level 7 or more.
Definition: FSPDFObjC.h:6708
FSColorSpace
Definition: FSPDFObjC.h:971
FSGraphicsObjectBlendDifference
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:1323
FSLRElementElementTypeForm
Structure element type: Form, which represents a widget annotation representing an interactive form f...
Definition: FSPDFObjC.h:6740
FSPDFACompliance
Definition: FSPDFObjC.h:6204
-[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:451
FSRenditionFloatingWindowRelatedWindowApplication
The application window.
Definition: FSPDFObjC.h:1588
FSActionCallbackJSMediaPlayerStateStop
media player state: Stop.
Definition: FSPDFObjC.h:3463
FSSubmitFormActionFlagAsXFDF
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:1874
FSLocaleIDGermany
Locale ID for country: Germany.
Definition: FSPDFObjC.h:632
FSErrIsAlreadyCPDF
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:469
-[FSDestination getZoomFactor]
float getZoomFactor()
Get zoom factor.
FSLRElementElementTypeRubyPunc
Structure element type: RP, which means "Ruby punctuation" and represents punctuation surrounding the...
Definition: FSPDFObjC.h:6731
FSFillerVkeyEnd
End key.
Definition: FSPDFObjC.h:3762
FSLRStructureElementAttributeTypeBlockAlign
Attribute type: BlockAlign, which represents the alignment, in the block-progression direction,...
Definition: FSPDFObjC.h:6798
FSXFAWidgetWidgetEdgePositionRight
Egde position: right.
Definition: FSPDFObjC.h:5411
+[FSPDFDictionary create]
FSPDFDictionary * create()
Create a new dictionary object.
FSHTML2PDFSettingDataEncodingFormatASCII
Encoding foramt: "ASCII".
Definition: FSPDFObjC.h:6496
FSAppProviderCallbackStringIDWeekDayFri
String ID for case: Use string in local language for "Friday".
Definition: FSPDFObjC.h:5182
FSLRElementElementTypeComplexContent
Structure element type: ComplexContent, which means complex content element.
Definition: FSPDFObjC.h:6754
-[FSWidgetMenu copy]
NSString * copy()
Copy the text of related XFA widget.
FSPortfolioNodeTypeFile
Portfolio node type: file.
Definition: FSPDFObjC.h:7631
FSFontCharsetDefault
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:807
FSPDFDocImportFlagWithLayers
Import pages with layers.
Definition: FSPDFObjC.h:4738
FSLRStructureElementAttributeValueEnumOff
Enum value: off, which means the state is off.
Definition: FSPDFObjC.h:6876
FSHTML2PDFSettingDataEncodingFormatISO_8859_15
Encoding foramt: "ISO-8859-15".
Definition: FSPDFObjC.h:6532
FSPortfolioNodeTypeFolder
Portfolio node type: folder.
Definition: FSPDFObjC.h:7630
FSMarkupStateModelReview
Markup annotation state model: review.
Definition: FSPDFObjC.h:2377
FSAppProviderCallbackAppInfo
FSAppProviderCallbackAppInfo
Enumeration for XFA application information type.
Definition: FSPDFObjC.h:5086
FSDocProviderCallbackTextEncodingUTF16
Text encoding: UTF-16.
Definition: FSPDFObjC.h:5266
FSPrintParamsPageOrder
FSPrintParamsPageOrder
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3204
FSActionCallbackLanguageENU
English.
Definition: FSPDFObjC.h:3426
FSSubmitFormActionFlagWithCoordinates
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:1873
FSTableBorderInfoTableBorderStyleSolid
Table border style: Solid.
Definition: FSPDFObjC.h:5934
FSPrintParamsPrintHandlingMultiplePages
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: FSPDFObjC.h:3214
FSActionTypeLaunch
Action type: launch action.
Definition: FSPDFObjC.h:1730
FSFontStyleNonSymbolic
Font style: non-symbolic.
Definition: FSPDFObjC.h:798
FSAdditionalAction
Definition: FSPDFObjC.h:1999
FSHTML2PDFSettingDataEncodingFormatISO_8859_13
Encoding foramt: "ISO-8859-13".
Definition: FSPDFObjC.h:6537
FSWatermarkTextPropertiesFontStyle
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:5892
FSOptimizerSettings
Definition: FSPDFObjC.h:6465
FSModuleNameOCR
Name for module "OCR".
Definition: FSPDFObjC.h:597
FSErrSecurityHandler
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:449
FSHeaderFooterContentGeneratorDateFormatMSlashD
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:4560
FSErrInvalidData
Data of current object is invalid.
Definition: FSPDFObjC.h:456
-[FSFont isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSLocaleIDItaly
Locale ID for country: Italy.
Definition: FSPDFObjC.h:633
FSMarkupArray
Definition: FSPDFObjC.h:2335
FSPagingSealConfigPagingSealPositionTop
Top Paging Seal.
Definition: FSPDFObjC.h:4311
FSMarkupEndingStyleSlash
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:2402
FSFillerAssistCallbackPopupMenuItemNone
No popup menu item.
Definition: FSPDFObjC.h:3739
FSColorSpaceICCBasedDeviceGray
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:621
FSLRStructureElementAttributeValueTypeWStrArray
Value type: an array of wide strings.
Definition: FSPDFObjC.h:6909
FSLRStructureElementAttributeValueEnumGroove
Enum value: Groove, which means the border looks as though it were carved into the canvas.
Definition: FSPDFObjC.h:6847
FSRectF
Definition: FSPDFObjC.h:336
FSRenditionFloatingWindowOffscreenEventNone
Nothing.
Definition: FSPDFObjC.h:1600
FSEmbeddedGotoAction
Definition: FSPDFObjC.h:1853
FSLRElementElementTypeHeading4
Structure element type: H4, which represents heading with level 4.
Definition: FSPDFObjC.h:6705
FSPDFObject
Definition: FSPDFObjC.h:1136
FSAppProviderCallbackStringIDImageFilter
String ID for case: Filter for image files. Sample message: "Image Files(*.bmp;*.jpg;*....
Definition: FSPDFObjC.h:5109
FSPrintParamsPrintHandlingFitPaper
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: FSPDFObjC.h:3212
FSHTML2PDFSettingDataEncodingFormatTSCII
Encoding foramt: "TSCII".
Definition: FSPDFObjC.h:6543
FSXFAWidgetWidgetTypePushButton
XFA widget type: push button.
Definition: FSPDFObjC.h:5362
FSModuleNameOptimizer
Name for module "Optimizer".
Definition: FSPDFObjC.h:600
FSAnnotFlags
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:2205
FSOutputPreviewShowICCBasedRGB
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:7588
FSBitmapDIBArgb
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:1011
-[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:1006
FSCircle
Definition: FSPDFObjC.h:2549
FSPrintParamsBookletBindingLeftTall
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3200
FSActionCallbackJSMediaPlayerStateOpen
media player state: Open.
Definition: FSPDFObjC.h:3460
FSLayerTreeStateUnchanged
The state is unchanged.
Definition: FSPDFObjC.h:3624
FSFiller
Definition: FSPDFObjC.h:3852
FSErrComplianceEngineInitFailed
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:484
FSLRStructureElementAttributeValueEnumRlTb
Enum value: RlTb, which means inline progression from right to left; block progression from top to bo...
Definition: FSPDFObjC.h:6838
FSRendererDeviceDisplay
Device type: printer.
Definition: FSPDFObjC.h:2853
FSBarcodeQRCorrectionLevelLow
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1105
FSXFAWidgetWidgetTypeArc
XFA widget type: arc.
Definition: FSPDFObjC.h:5364
-[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:5126
FSPageLabelsStyle
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:4949
FSLRStructureElementAttributeValueEnumDistribute
Enum value: Distribute, which means the content is to be expanded to fill the available width in the ...
Definition: FSPDFObjC.h:6859
FSCompareResultInfoCompareResultTypeNone
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:6230
FSErrNoAdvEditModuleRight
No "AdvEdit" module right.
Definition: FSPDFObjC.h:515
FSPoint
Type definition for point class for integer.
Definition: FSPDFObjC.h:186
FSLayerContextUsageDesign
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:3663
FSOptimizerSettingsDiscardUserDataPrivateDataOfOtherApp
Discard private data of other applications.
Definition: FSPDFObjC.h:6461
FSPortfolioInitialViewMode
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:7734
FSLocaleIDTaiwan
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:629
-[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:5243
-[FSFileStreamCallback-p getSize]
unsigned long long getSize()
Get the current stream size, in bytes.
FSPDFStreamUnknown
Unknown filter type.
Definition: FSPDFObjC.h:1175
FSIconFit
Definition: FSPDFObjC.h:2153
FSReflowPageFlags
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:5017
FSAppProviderCallbackStringIDMonthMarch
String ID for case: Use string in local language for "March".
Definition: FSPDFObjC.h:5186
FSActionCallbackJSMailResultUserAbort
Mailed result: user abort.
Definition: FSPDFObjC.h:3477
FSErrLTVCannotSwitchVersion
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:488
FSOutputPreviewShowLineArt
If set, only show line art.
Definition: FSPDFObjC.h:7600
FSLRElementElementTypeTextObject
Structure element type: TextObject, which means text graphics object element.
Definition: FSPDFObjC.h:6742
FSFillerEventFlagKeyPad
Event flag: key pad.
Definition: FSPDFObjC.h:3844
FSSoundSampleEncodingFormatMuLaw
μ-law-encoded samples
Definition: FSPDFObjC.h:2820
FSPosBottomCenter
Position: bottom center.
Definition: FSPDFObjC.h:588
-[FSPauseCallback-p needPauseNow]
BOOL needPauseNow()
Check whether need to pause now.
FSCertVerifyResultReasonCACompromise
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:7118
FSPDFObjectReference
PDF reference object.
Definition: FSPDFObjC.h:1133
FSAlignmentRight
Right alignment.
Definition: FSPDFObjC.h:571
FSLRStructureElementAttributeTypeBBox
Attribute type: BBox, which represents the element's bounding box (the rectangle that completely encl...
Definition: FSPDFObjC.h:6781
FSFillerVkeyW
W key.
Definition: FSPDFObjC.h:3805
FSFillerVkeyJ
J key.
Definition: FSPDFObjC.h:3792
FSPrintParamsPrintHandlingNone
Print Handling: No page scaling is applied.
Definition: FSPDFObjC.h:3211
FSColorSpaceCalRGB
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:616
FSFillerVkeyF1
F1 key.
Definition: FSPDFObjC.h:3825
FSCertificateSecurityHandler
Definition: FSPDFObjC.h:5699
FSLRStructureElementAttributeValueTypeElement
Value type: element.
Definition: FSPDFObjC.h:6904
FSTextStateModeStroke
Text mode: stroke text.
Definition: FSPDFObjC.h:1386
FSLRStructureElementAttributeValueEnumRidge
Enum value: Ridge, which means the border looks as though it were coming out of the canvas (the oppos...
Definition: FSPDFObjC.h:6848
-[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:1564
FSLRElementElementTypeTitle
Structure element type: Title (PDF 2.0), which represents content that is usually referred to as the ...
Definition: FSPDFObjC.h:6696
FSXFAWidgetPresenceVisible
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:5382
FSXFADocEventTypePostPrint
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:5285
FSSignatureStateVerifyIssueValid
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:4113
FSErrODAEngineNotFound
(Reserved, unsupported yet, For DWG-to-PDF conversion only) ODA engine is not found.
Definition: FSPDFObjC.h:512
FSAppProviderCallbackMsgBtnIDNo
Message box button ID: No.
Definition: FSPDFObjC.h:5227
FSActionCallbackLanguagePTB
Brazilian Portuguese.
Definition: FSPDFObjC.h:3434
FSPDFObjectInvalidType
Invalid PDF object type.
Definition: FSPDFObjC.h:1124
FSErrNoConnectedPDFModuleRight
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:496
FSAppProviderCallbackStringIDNotFoundMethod
Sample message: "Cannot find method '%s'".
Definition: FSPDFObjC.h:5151
FSAnnotPropertyBorderColor
Annotation property: border color.
Definition: FSPDFObjC.h:2229
FSHTML2PDFSettingDataEncodingFormatArabic
Encoding foramt: "Arabic".
Definition: FSPDFObjC.h:6503
-[FSMediaPlayerCallback-p getPlayerSettings]
FSMediaSettings * getPlayerSettings()
A callback function to get the media player settings.
FSMarkupMeasureTypeD
Measurement of distance in any direction.
Definition: FSPDFObjC.h:2408
FSOutputPreviewShowNotDeviceCMYK
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:7579
FSXFAWidgetHitTestAreaHyperLink
Hit test area: HyperLink.
Definition: FSPDFObjC.h:5357
FSWidgetLineSpacingStyle
FSWidgetLineSpacingStyle
Enumeration for line spacing style.
Definition: FSPDFObjC.h:2754
FSRenditionWindowType
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:1569
FSSignature
Definition: FSPDFObjC.h:4197
FSComparison
Definition: FSPDFObjC.h:6309
FSGraphicsObjectsTextMergeTJY
Merge consecutive text-showing operators with equal y coordinates.
Definition: FSPDFObjC.h:4355
FSFontStdIDCourierB
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:834
FSSubmitFormActionFlagExclude
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:1869
FSFontFontTypeType3
Font type: Type3.
Definition: FSPDFObjC.h:852
FSAppProviderCallbackStringIDValidateFailed
Sample message: "Validate failed".
Definition: FSPDFObjC.h:5104
FSErrNoComplianceModuleRight
No "Compliance" module right.
Definition: FSPDFObjC.h:502
FSIconFitScaleWaySmaller
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:2149
FSHeaderFooterContentGeneratorDateFormatType
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:4559
FSBarcode
Definition: FSPDFObjC.h:1111
FSSignatureStateVerifyIssueCurrent
The verified issue is current issuer.
Definition: FSPDFObjC.h:4118
FSAnnotMKRelationCaptionLeft
Caption to the left of the icon.
Definition: FSPDFObjC.h:2253
FSLRElementElementTypeSect
Structure element type: Sect, which means "Section" and represents a container for grouping related c...
Definition: FSPDFObjC.h:6688
FSSchemaField
Definition: FSPDFObjC.h:7698
-[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:1547
FSMenuListArray
Definition: FSPDFObjC.h:2966
FSFDFDocFDF
FDF document type: FDF.
Definition: FSPDFObjC.h:2940
FSPDFDocPermFillForm
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:4721
FSXFADocStatic
XFA document type: Static.
Definition: FSPDFObjC.h:5291
FSPDFPageBoxType
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:4400
FSColorSpaceRenderIntentRelColorimetric
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:966
FSRangeEven
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:770
FSGraphicsObjectBlendSoftlight
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:1322
FSLRStructureElementAttributeValueEnumFloat
Enum value: float.
Definition: FSPDFObjC.h:6870
-[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:6505
FSOptimizerSettingsDiscardObjectsEmbeddedPageThumbnails
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:6448
FSXFAWidgetPresenceHidden
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:5383
FSAnnotHighlightingInvert
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:2220
FSTimeStampServerSendResultFailToCreateSocket
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:4284
FSUnderline
Definition: FSPDFObjC.h:2486
FSSignatureAPFlagSigner
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:4139
FSLRStructureElementAttributeValueTypeARGB
Value type: ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24).
Definition: FSPDFObjC.h:6902
FSFillerVkeyZ
Z key.
Definition: FSPDFObjC.h:3808
FSPDFStreamLZWDecode
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:1179
FSDialogDescriptionElementArray
Definition: FSPDFObjC.h:3109
FSFontCharsetHebrew
Font charset: Hebrew.
Definition: FSPDFObjC.h:818
FSRenditionWindowTypeHidden
Window type: a hidden window.
Definition: FSPDFObjC.h:1572
FSWidgetLineSpacingAuto
Line spacing style: auto line spacing.
Definition: FSPDFObjC.h:2759
FSSignatureStateVerifyValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4105
FSOptimizer
Definition: FSPDFObjC.h:6324
FSXFAWidgetWidgetEdgePositionTop
Egde position: top.
Definition: FSPDFObjC.h:5410
FSFloatingInfoResizeType
FSFloatingInfoResizeType
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: FSPDFObjC.h:3274
FSRenditionActionOpTypeStop
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:1952
FSDialogDescriptionElement
Definition: FSPDFObjC.h:3129
-[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:5171
FSSignatureStateVerifyIssueRevoke
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:4115
FSRenditionFloatingWindowRelatedWindowMonitor
Depends on monitor specifier.
Definition: FSPDFObjC.h:1590
FSLRStructureElementAttributeValueEnumRB
Enum value: rb, which means radio button.
Definition: FSPDFObjC.h:6871
FSPDFStreamFilter
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:1174
FSFontStdIDZapfDingbats
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:846
FSActionNewWindowFlagTrue
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:1749
-[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:6485
FSPagingSealSignaturePagingSealAPStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:4334
FSFieldFlagTextFileSelect
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:3971
FSLRStructureElementAttributeTypeTextDecorationColor
Attribute type: TextDecorationColor, which represents the color to be used for drawing text decoratio...
Definition: FSPDFObjC.h:6804
FSBorderInfoCloudy
Border style: Cloudy.
Definition: FSPDFObjC.h:2082
-[FSPath clear]
void clear()
Clear all points.
FSCombinationCombineDocsOptionObjectStream
If set, that means object streams will be used to generate combined result PDF file in order to reduc...
Definition: FSPDFObjC.h:7443
FSRenditionFloatingWindowRelatedWindowFullDesktop
The full virtual desktop.
Definition: FSPDFObjC.h:1589
FSAppProviderCallbackAppInfoVariation
Application information: variation.
Definition: FSPDFObjC.h:5090
FSWatermarkSettingsFlagShareImageStream
If set, watermarks will share one image stream if these watermarks use the same image or bitmap.
Definition: FSPDFObjC.h:5864
FSAppProviderCallbackStringIDUnknownCaught
Sample message: "Unknown error is caught!".
Definition: FSPDFObjC.h:5110
FSRMSSecurityHandler
Definition: FSPDFObjC.h:5793
-[FSLayerNode getPrintUsage]
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
FSPDFObjectNumber
PDF number object.
Definition: FSPDFObjC.h:1126
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithLine
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:7517
FSLRElementElementTypeTableDataCell
Structure element type: TD, which means "Table data cell" and represents a table cell containing data...
Definition: FSPDFObjC.h:6716
FSActionCallbackAppInfoTypeFormsVersion
Application's forms version information.
Definition: FSPDFObjC.h:3440
FSFontCharsetANSI
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:806
FSTextPageParseTextUseStreamOrder
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:5527
FSRenditionMonitorSpecifierGreatestArea
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:1581
FSLRElementElementTypeTableHeaderGroup
Structure element type: THead, which means "Table header row group" and represents a group of rows th...
Definition: FSPDFObjC.h:6717
-[FSFDFDoc getPDFPath]
NSString * getPDFPath()
Get the path of related PDF document.
FSGraphStateLineJoinMiter
Miter line join type.
Definition: FSPDFObjC.h:740
FSImageTIF
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:1061
FSAppProviderCallbackStringIDArgumentExpectContainer
Sample message: "'%s' argument is expected to be a container".
Definition: FSPDFObjC.h:5163
FSPDFDocDisplayMode
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:4755
FSAppProviderCallbackStringIDArgumentMismatch
Sample message: "Argument mismatch in property or function argument".
Definition: FSPDFObjC.h:5169
FSPDFPageCropBox
Crop Box for page boundary.
Definition: FSPDFObjC.h:4402
FSErrLTVCannotLoadDTS
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:491
FSFontStdIDHelveticaB
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:838
FSAnnotationSummarySettingsTypeSortByAnnotationType
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:7528
FSLRStructureElementAttributeValueEnum
FSLRStructureElementAttributeValueEnum
Enumeration for element general layout attribute enum values.
Definition: FSPDFObjC.h:6828
FSAdditionalActionTriggerAnnotPageOpened
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:1993
FSErrConflict
New data conflicts with existed data.
Definition: FSPDFObjC.h:453
FSRenditionMediaPlayerFitStyleMeet
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:1561
FSPDFPageFlattenNoAnnot
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:4396
FSBitmap
Definition: FSPDFObjC.h:1026
-[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:5249
FSSignatureStateVerifyTimestampInvalid
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:4122
FSMarkupStateUnmarked
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:2383
FSAppProviderCallbackStringIDValidateLimit
Sample message: "Message limit exceeded. Remaining %d validation errors not reported....
Definition: FSPDFObjC.h:5197
FSRangeOdd
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:771
FSLRStructureElementAttributeValueEnumLowerRoman
Enum value: LowerRoman, which means lowercase roman numerals (i, ii, iii, iv, ...).
Definition: FSPDFObjC.h:6865
FSAppProviderCallbackStringIDCannotModifyValue
Sample message: "Cannot modify the '%s' value".
Definition: FSPDFObjC.h:5139
FSWidgetChoiceOption
Definition: FSPDFObjC.h:5049
FSHTML2PDFSettingDataEncodingFormatCP1257
Encoding foramt: "CP1257".
Definition: FSPDFObjC.h:6530
FSLRStructureElementAttributeTypeRowSpan
Attribute type only for Table: RowSpan, which represents the number of rows in the enclosing table th...
Definition: FSPDFObjC.h:6817
FSMediaSettingsPlayerWindowTypeDockedPage
Window type: a docked page window.
Definition: FSPDFObjC.h:3309
FSMarkupStateMarked
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:2382
FSSearchCallback-p
Definition: FSPDFObjC.h:9267
FSCertVerifyResultReasonPrivilegeWithDrawn
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:7124
FSOutputPreviewShowSmoothShades
If set, only show smooth shades.
Definition: FSPDFObjC.h:7597
-[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:4586
-[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:1690
FSFontStdIDCourierBI
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:835
FSSubmitFormActionFlagEmbedForm
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:1881
FSPDFDocDisplayUseNone
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:4756
FSActionNewWindowFlagNone
No "NewWindow" flag.
Definition: FSPDFObjC.h:1750
FSDocProviderCallbackPageViewEventTypeRemoved
Event type: after a page view is removed.
Definition: FSPDFObjC.h:5272
FSDocumentsSource
Definition: FSPDFObjC.h:6077
FSDocProviderCallbackPrintOptionShrinkPage
If set, shrink page to fit within content area.
Definition: FSPDFObjC.h:5241
FSAppProviderCallbackStringIDNotModifyField
String ID for case: Not allow to modify field. Sample message: "You are not allowed to modify this fi...
Definition: FSPDFObjC.h:5107
FSLRElementElementTypeTOC
Structure element type: TOC, which means "Table of contents" and represents a list made up of table o...
Definition: FSPDFObjC.h:6692
FSHTML2PDFSettingDataEncodingFormatX_KDDI_Shift_JIS
Encoding foramt: "X-KDDI-Shift_JIS".
Definition: FSPDFObjC.h:6564
FSCertVerifyResultRevocationReason
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:7114
FSPath
Definition: FSPDFObjC.h:919
-[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:7735
-[FSPDFArray getElementCount]
int getElementCount()
Get the count of elements.
FSErrLTVCannotCheckDTS
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:489
FSImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:6336
FSXFAWidgetWidgetType
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:5360
FSFontCharsetBaltic
Font charset: Baltic.
Definition: FSPDFObjC.h:820
FSColorSpaceICCBasedDeviceRGB
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:622
FSFillerVkeyF4
F4 key.
Definition: FSPDFObjC.h:3828
FSPosTopCenter
Position: top center.
Definition: FSPDFObjC.h:582
FSHTML2PDFSettingDataEncodingFormatLatin4
Encoding foramt: "Latin4".
Definition: FSPDFObjC.h:6499
FSPDFStreamRunLengthDecode
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:1181
FSRichTextStyleCornerMarkNone
Corner mark style: none.
Definition: FSPDFObjC.h:2047
FSAnnotFlagToggleNoView
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:2214
FSHTML2PDFSettingDataEncodingFormatCP866
Encoding foramt: "CP866".
Definition: FSPDFObjC.h:6520
FSPDFPageSizeB5
Page size: B5.
Definition: FSPDFObjC.h:4419
FSAppProviderCallbackStringIDInvalidateChar
Sample message: "Invalidate character '%c'".
Definition: FSPDFObjC.h:5132
FSFillerEventFlagLeftButtonDown
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:3846
FSSearchOptionWordMatchingMatchAllWords
Word matching: match all words.
Definition: FSPDFObjC.h:3362
FSFDFDoc
Definition: FSPDFObjC.h:2944
FSSnappedPointTypeNone
This means the snapped point is invalid.
Definition: FSPDFObjC.h:7763
FSAnnotationSummarySettingsSortType
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:7524
FSTextObject
Definition: FSPDFObjC.h:1436
FSLRElementElementTypeHeading5
Structure element type: H5, which represents heading with level 5.
Definition: FSPDFObjC.h:6706
FSGraphicsObjectTypeFormXObject
Form XObject graphics object.
Definition: FSPDFObjC.h:1337
FSFillerVkey2
2 key.
Definition: FSPDFObjC.h:3775
FSProgressiveFinished
Progress state: progress is finished.
Definition: FSPDFObjC.h:667
FSAnnotType
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:2173
FSPDFDocExtractPagesOptionOCProperties
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:4746
FSFillerVkeyU
U key.
Definition: FSPDFObjC.h:3803
FSPDFPageMediaBox
Media Box for page boundary.
Definition: FSPDFObjC.h:4401
FSAnnotPropertyFillColor
Annotation property: fill color.
Definition: FSPDFObjC.h:2230
FSImageSettingsImageCompressjpeg
Compression mode: jpeg.
Definition: FSPDFObjC.h:6337
FSErrComplianceEngineNotInit
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:482
FSTaggedPDFCallbackReportCategoryTableRow
Report category type: table row.
Definition: FSPDFObjC.h:6996
FSActionCallbackSearchScope
FSActionCallbackSearchScope
Enumeration for search scope.
Definition: FSPDFObjC.h:3480
FSLRStructureElementAttributeType
FSLRStructureElementAttributeType
Enumeration for element general layout attribute types.
Definition: FSPDFObjC.h:6774
FSActionCallbackLanguageCHT
Chinese Traditional.
Definition: FSPDFObjC.h:3423
FSLRStructureElementAttributeTypeTextAlign
Attribute type: TextAlign, which represents the alignment of text and other content within lines of t...
Definition: FSPDFObjC.h:6797
-[FSXFAPage getHeight]
float getHeight()
Get the height of the XFA page.
FSModuleNameConversion
Name for module "Conversion".
Definition: FSPDFObjC.h:601
FSTextPageCharInfo
Definition: FSPDFObjC.h:5501
FSPDFObjectNull
PDF null object.
Definition: FSPDFObjC.h:1132
FSAnnotationSummarySettingsSummaryLayout
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:7516
FSPDFAComplianceVersionPDFA2u
PDF/A-2u.
Definition: FSPDFObjC.h:6198
FSFillerVkeyF9
F9 key.
Definition: FSPDFObjC.h:3833
FSXFAWidgetWidgetTypeRectangle
XFA widget type: rectangle.
Definition: FSPDFObjC.h:5373
FSActionCallbackMailTypeDoc
Mailed data type: document.
Definition: FSPDFObjC.h:3448
FSBorderInfoUnderLine
Border style: Underline.
Definition: FSPDFObjC.h:2079
FSLRStructureElementAttributeValueEnumOverline
Enum value: Overline, which means a line above the text.
Definition: FSPDFObjC.h:6857
FSAppProviderCallbackStringIDMonthNov
String ID for case: Use string in local language for "November".
Definition: FSPDFObjC.h:5194
FSDocProviderCallbackPrintOptionPrintAnnot
If set, print annotations.
Definition: FSPDFObjC.h:5244
FSFillerVkeyO
O key.
Definition: FSPDFObjC.h:3797
FSFillerAssistCallbackPopupMenuItem
FSFillerAssistCallbackPopupMenuItem
Enumeration for popup menu item.
Definition: FSPDFObjC.h:3738
FSMatrix2D
Definition: FSPDFObjC.h:377
FSSignatureFieldMDPActionAll
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4184
-[FSLRStructureElement getParentElement]
FSLRStructureElement * getParentElement()
Get the parent element.
FSHTML2PDFSettingDataMediaStyleScreen
Media style: screen. It means PDF page will be displayed in screen media style.
Definition: FSPDFObjC.h:6572
FSLRStructureElementAttributeTypeFieldDesc
Attribute type only for PrintField: Desc, which represents the alternate name of the field,...
Definition: FSPDFObjC.h:6816
FSPDFDocEncryptRMS
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:4712
FSLRStructureElementAttributeTypePlacement
Attribute type: Placement, which means the positioning of the element with respect to the enclosing r...
Definition: FSPDFObjC.h:6777
FSLRElementElementTypeAnnotContent
Structure element type: AnnotContent, which means annotation content element.
Definition: FSPDFObjC.h:6755
FSPDFDocPwdNoPassword
No password is used in PDF document.
Definition: FSPDFObjC.h:4700
FSHTML2PDFSettingDataEncodingFormatKSC
Encoding foramt: "KSC".
Definition: FSPDFObjC.h:6512
FSMonoImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:6397
FSHTML2PDFSettingDataEncodingFormatHTCHANAKYA
Encoding foramt: "HTCHANAKYA".
Definition: FSPDFObjC.h:6550
FSAppProviderCallbackStringIDArgumentNotArray
Sample message: "'%s' function's %d argument cannot be array".
Definition: FSPDFObjC.h:5162
FSPDFDocUserPermissions
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:4716
FSXFADoc
Definition: FSPDFObjC.h:5301
FSAppProviderCallbackStringIDIllegalContinue
Sample message: "Illegal continue".
Definition: FSPDFObjC.h:5145
FSFontFontTypes
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:849
FSImageSettingsImageCompressQuality
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:6342
FSErrIsAlreadyCDRM
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:470
FSColorSpacePattern
Color space: Pattern.
Definition: FSPDFObjC.h:620
FSCompareResultInfoCompareResultTypeInsertShading
Result type: insert shading.
Definition: FSPDFObjC.h:6241
FSSignatureVerifyResultLTVStateNotEnable
This means LTV is not enabled.
Definition: FSPDFObjC.h:7276
-[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:6714
FSSubmitFormActionFlagExportFormat
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:1871
FSOutputPreviewShowRegistrationColor
If set, only show registration color.
Definition: FSPDFObjC.h:7598
FSWatermarkTextPropertiesFontStyleUnderline
Watermark font style: with underline.
Definition: FSPDFObjC.h:5894
FSSignatureKeyNameLocation
Signature key name: location.
Definition: FSPDFObjC.h:4146
FSAnnotLine
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2178
FSErrCanNotUploadCDRMInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:472
FSErrInvalidACL
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:476
FSLTVVerifierVRICreationTime
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:7248
FSXFAWidgetHitTestArea
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:5353
FSQuadPoints
Definition: FSPDFObjC.h:2105
FSFillerVkeyF7
F7 key.
Definition: FSPDFObjC.h:3831
FSCertVerifyResultLocationNotSet
Location is not set.
Definition: FSPDFObjC.h:7129
FSAppProviderCallbackStringIDIsNotArray
Sample message: "'%s' is not an array".
Definition: FSPDFObjC.h:5159
FSLineCapPos
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:2589
FSErrNoRedactionModuleRight
No "Redaction" module right.
Definition: FSPDFObjC.h:498
FSResponse
Definition: FSPDFObjC.h:7072
FSSignatureDocPermFillingFormAndSigning
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:4178
FSPDFDocDataType
FSPDFDocDataType
Enumeration for data type used to decide which object(s) will be imported from or exported to FDF/XFD...
Definition: FSPDFObjC.h:4764
FSDocProviderCallbackTextEncodingISO8859NN
Text encoding: ISO8859NN.
Definition: FSPDFObjC.h:5262
FSPathPointType
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:911
FSBitmapDIBRgb565
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:1017
FSLayerTreeStateON
The state is ON.
Definition: FSPDFObjC.h:3622
FSPointFArray
An array of PointF objects.
Definition: FSPDFObjC.h:245
FSAnnotPropertyCreationDate
Annotation property: creation date.
Definition: FSPDFObjC.h:2228
FSFillerAssistCallbackPopupMenuItemDelete
Popup menu item: "Delete".
Definition: FSPDFObjC.h:3743
FSSignatureStateNoSignData
Signature does not have any data for signing.It means that there is not "V" entry in the signature di...
Definition: FSPDFObjC.h:4102
FSButtonItem
Definition: FSPDFObjC.h:3065
FSMarkupMeasureType
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:2405
FSErrNoOCRModuleRight
No "OCR" module right.
Definition: FSPDFObjC.h:500
FSImageSettingsImageCompressQualityLow
Compression quality: Low.
Definition: FSPDFObjC.h:6344
FSErrInvalidState
Invalid or incorrect state.
Definition: FSPDFObjC.h:459
FSAdditionalActionTriggerAnnotPageClosed
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:1994
-[FSMediaPlayerCallback-p close]
void close()
A callback function to close the media player.
FSReflowPageNormal
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:5018
-[FSLRElement stringifyType]
NSString * stringifyType()
Convert type (enum value) of current element to a short and memorable string (text) representation.
FSImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:6352
FSAnnotMKEntryBorderColor
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:2235
FSGraphStateLineJoinBevel
Bevel line join type.
Definition: FSPDFObjC.h:742
-[FSPDFNumberTree removeAllObjs]
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
FSRevocationArrayInfo
Definition: FSPDFObjC.h:7203
FSActionType
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:1725
FSBitmapDIB1bpp
DIB format: 1bpp format, two color RGB bitmap.It does not support format conversion and rendering.
Definition: FSPDFObjC.h:1008
FSDefaultAppearanceFlagTextColor
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2022
FSPrintParamsPageOrderVertical
Page Order type: pages are placed from top to bottom, from left to right.
Definition: FSPDFObjC.h:3207
FSRenditionMediaPlayerNotUsed
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:1557
FSPDFPageSizeLetter
Page size: letter.
Definition: FSPDFObjC.h:4409
FSWidget
Definition: FSPDFObjC.h:2762
FSMonoImageSettingsStretchMode
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:6392
FSFillerVkeyF12
F12 key.
Definition: FSPDFObjC.h:3836
FSLRStructureElementAttributeTypeEndIndent
Attribute type: EndIndent, which represents the distance from the end edge of the BLSE to that of the...
Definition: FSPDFObjC.h:6795
-[FSTextSearch getMatchSentence]
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
FSAnnotAppearanceTypeRollover
Annotation's rollover appearance.
Definition: FSPDFObjC.h:2259
FSWidgetMenu
Definition: FSPDFObjC.h:5456
FSAnnotationSummaryCallback-p
Definition: FSPDFObjC.h:10370
FSSignatureFieldMDPActionInclude
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4185
FSErrNoMicroOfficeInstalled
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:506
FSHTML2PDFSettingDataEncodingFormatLatin6
Encoding foramt: "Latin6".
Definition: FSPDFObjC.h:6501
FSRendererColorModeMapping
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:2844
FSFontCharsetGreek
Font charset: Greek.
Definition: FSPDFObjC.h:816
FSFillerVkeyTab
Tab key.
Definition: FSPDFObjC.h:3752
FSOptimizerSettingsDiscardObjectsFormActions
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:6445
FSTextFillSignObject
Definition: FSPDFObjC.h:7375
FSLRStructureElementAttributeTypeHeight
Attribute type: Height, which represents the height of the element's content rectangle.
Definition: FSPDFObjC.h:6783
FSSound
Definition: FSPDFObjC.h:2824
FSModuleNameTableMaker
Name for module "TableMaker".
Definition: FSPDFObjC.h:604
FSLRElementElementTypeHeading2
Structure element type: H2, which represents heading with level 2.
Definition: FSPDFObjC.h:6703
FSErrDeviceLimitation
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:465
FSAnnotFileAttachment
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2191
FSAnnotPrinterMark
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2196
FSTaggedPDFCallbackReportCategoryParagraph
Report category type: paragraph.
Definition: FSPDFObjC.h:6992
FSFieldTypeListBox
Form field type: list box.
Definition: FSPDFObjC.h:3958
FSMarkupEndingStyleSquare
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2394
FSLRStructureElementAttributeTypeWritingMode
Attribute type: WritingMode, which means the directions of layout progression for packing of ILSEs (i...
Definition: FSPDFObjC.h:6779
FSAnnotMKRelationCaptionAboveIcon
Caption above the icon.
Definition: FSPDFObjC.h:2251
FSFillerEventFlagAltKey
Event flag: "Alt" key.
Definition: FSPDFObjC.h:3842
FSLRElementElementTypeListItem
Structure element type: LI, which means "List item" and represents an individual member of a list.
Definition: FSPDFObjC.h:6710
FSHeaderFooterContentGeneratorPageNumberFormatNumberOfCount
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4585
FSRenditionMonitorSpecifier
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:1576
-[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:3269
FSPSI
Definition: FSPDFObjC.h:4981
FSAppProviderCallbackStringIDUnableSetReady
Sample message: "Unable to set the value for property 'ready'".
Definition: FSPDFObjC.h:5124
FSAnnotWatermark
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2198
FSModuleNameCompliance
Name for module "Compliance".
Definition: FSPDFObjC.h:599
FSAppProviderCallbackStringIDUnableSetLanguage
Sample message: "Unable to set the value for property 'language'".
Definition: FSPDFObjC.h:5118
FSEmbeddedFontData
Definition: FSPDFObjC.h:4665
FSActionTypeNamed
Action type: named action.
Definition: FSPDFObjC.h:1736
FSLRStructureElementAttributeValueEnumDouble
Enum value: Double, which means the border is two solid lines.
Definition: FSPDFObjC.h:6846
FSCertificateSecurityCallback-p
Definition: FSPDFObjC.h:9341
FSLRStructureElementAttributeValueEnumInset
Enum value: Inset, which means the border makes the entire box look as though it were embedded in the...
Definition: FSPDFObjC.h:6849
FSWatermarkSettings
Definition: FSPDFObjC.h:5869
FSLRStructureElementAttributeTypeBaselineShift
Attribute type: BaselineShift, which means the distance by which the element's baseline is shifted re...
Definition: FSPDFObjC.h:6802
FSDocViewerPrefsHideWindowUI
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:4919
-[FSPointFArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSFontCharsetTurkish
Font charset: Turkish.
Definition: FSPDFObjC.h:817
FSNote
Definition: FSPDFObjC.h:2450
FSSignatureCallbackCertInvalidPassword
Certificate's password is wrong.
Definition: FSPDFObjC.h:4250
FSFontCharsetEastEurope
Font charset: Eastern European.
Definition: FSPDFObjC.h:814
FSRenditionMonitorSpecifierLargest
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:1577
FSLRStructureElement
Definition: FSPDFObjC.h:6913
FSOutputPreviewShowAll
If set, show all.
Definition: FSPDFObjC.h:7577
FSAppProviderCallbackStringIDMonthDec
String ID for case: Use string in local language for "December".
Definition: FSPDFObjC.h:5195
FSImageJBIG2
Image type is JBIG2.
Definition: FSPDFObjC.h:1063
FSHTML2PDFSettingDataEncodingFormatX_DoCoMo_Shift_JIS
Encoding foramt: "X-DoCoMo-Shift_JIS".
Definition: FSPDFObjC.h:6565
FSFillerVkeyE
E key.
Definition: FSPDFObjC.h:3787
FSActionCallbackJSMediaPlayerStateClose
media player state: Close.
Definition: FSPDFObjC.h:3461
-[FSBitmap getFormat]
FSBitmapDIBFormat getFormat()
Get bitmap format.
FSDRMSecurityCallback-p
Definition: FSPDFObjC.h:9363
FSErrNoConversionModuleRight
No "Conversion" module right.
Definition: FSPDFObjC.h:504
FSLocaleIDUnspecified
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:627
FSAppProviderCallbackStringIDWeekDayTue
String ID for case: Use string in local language for "Tuesday".
Definition: FSPDFObjC.h:5179
FSActionCallbackLanguageNOR
Norwegian.
Definition: FSPDFObjC.h:3433
FSRenditionActionOpTypeAssociate
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:1951
FSSignatureKeyNameContactInfo
Signature key name: contact information.
Definition: FSPDFObjC.h:4148
FSPDFPageSizeA3
Page size: A3.
Definition: FSPDFObjC.h:4412
FSLRElementElementTypeRuby
Structure element type: Ruby, which represents the wrapper around the entire ruby assembly.
Definition: FSPDFObjC.h:6728
FSLRElementElementTypeHeading1
Structure element type: H1, which represents heading with level 1.
Definition: FSPDFObjC.h:6702
FSLRStructureElementAttributeTypeColor
Attribute type: Color, which represents the color to be used for drawing text and the default value f...
Definition: FSPDFObjC.h:6791
FSXFAWidgetWidgetvAlignTypeMiddle
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:5406
FSLocaleIDNetherlands
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:630
FSXFAWidgetWidgetEdgePositionBottom
Egde position: bottom.
Definition: FSPDFObjC.h:5412
FSAnnot
Definition: FSPDFObjC.h:2263
FSFontStyles
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:793
FSCombinationCombineDocsOptions
FSCombinationCombineDocsOptions
Enumeration for options used for combining PDF files.
Definition: FSPDFObjC.h:7434
FSGraphicsObjectTypeText
Text graphics object.
Definition: FSPDFObjC.h:1333
FSDocViewerPrefsFitWindow
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:4920
FSDocProviderCallbackTextEncoding
FSDocProviderCallbackTextEncoding
Enumeration for text encoding for XFA submit.
Definition: FSPDFObjC.h:5255
FSRenditionMediaPlayerFitStyleFill
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:1563
FSFileFormatTypeFDF
File format type: FDF.
Definition: FSPDFObjC.h:639
FSTaggedPDFCallbackReportCategoryTableHeader
Report category type: table header.
Definition: FSPDFObjC.h:6997
FSMarkupEndingStyleDiamond
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2396
FSLRElementElementTypeArt
Structure element type: Art, which means "Article" and represents a relatively self-contained body of...
Definition: FSPDFObjC.h:6687
FSControl
Definition: FSPDFObjC.h:4058
FSBitmapBicubic
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1023
FSImageType
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:1054
-[FSDestination getLeft]
float getLeft()
Get left position value.
FSSignatureLabelNameLocation
Signature label name for location.
Definition: FSPDFObjC.h:4191
FSRenditionMonitorSpecifierPrimary
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:1579
FSMenuList
Definition: FSPDFObjC.h:3006
FSGraphicsObjectBlendLuminosity
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:1328
FSRenditionFloatingWindowRelatedWindowType
FSRenditionFloatingWindowRelatedWindowType
Enumeration for the type of floating window's related window.
Definition: FSPDFObjC.h:1586
-[FSInt32Array init]
id init()
Constructor.
-[FSLRStructureElement getChildCount]
int getChildCount()
Get the count of children elements.
FSMarkupMeasureTypeA
Measurement of area.
Definition: FSPDFObjC.h:2409
FSPDFPageSizeA5
Page size: A5.
Definition: FSPDFObjC.h:4414
FSSignatureKeyNameText
Signature key name: text content.
Definition: FSPDFObjC.h:4150
FSPageLabelsUpperRomanNums
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:4952
FSMonoImageSettingsImageCompressCCITT3
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:6379
FSPagingSealConfig
Definition: FSPDFObjC.h:4315
-[FSPointFArray init]
id init()
Constructor.
FSTimeStampServerSendResultFailToRequest
Fail to request during sending request process.
Definition: FSPDFObjC.h:4288
FSAppProviderCallbackStringIDInvalidEnumerate
Sample message: "Invalid enumerated value: %s".
Definition: FSPDFObjC.h:5170
-[FSBitmap getBuffer]
NSData * getBuffer()
Get bitmap buffer.
FSHTML2PDFSettingDataEncodingFormatGBK
Encoding foramt: "GBK".
Definition: FSPDFObjC.h:6539
FSFillerVkeyNumpad3
3 key in the numeric keypad.
Definition: FSPDFObjC.h:3812
-[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:6712
FSFileFormatType
FSFileFormatType
Enumeration for file format type.
Definition: FSPDFObjC.h:638
FSOptimizerSettingsDiscardUserDataFileAttchments
Discard file attachments.
Definition: FSPDFObjC.h:6460
FSAppProviderCallbackStringIDWeekDayWed
String ID for case: Use string in local language for "Wednesday".
Definition: FSPDFObjC.h:5180
FSErrNoTableMakerModuleRight
No "TableMaker" module right.
Definition: FSPDFObjC.h:513
-[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:6734
FSHTML2PDFSettingDataEncodingFormatLatin3
Encoding foramt: "Latin3".
Definition: FSPDFObjC.h:6498
FSComplianceProgressCallback-p
Definition: FSPDFObjC.h:10126
FSOptimizerSettingsDiscardObjectsEmbeddedSearchIndex
Discard embedded search index.
Definition: FSPDFObjC.h:6453
FSAppProviderCallbackStringIDWeekDayThu
String ID for case: Use string in local language for "Thursday".
Definition: FSPDFObjC.h:5181
FSAppProviderCallbackStringIDUnsupportMethod
Sample message: "Unsupported method %s.".
Definition: FSPDFObjC.h:5114
FSHTML2PDFSettingDataEncodingFormatX_TAM_ELANGO
Encoding foramt: "X-TAM-ELANGO".
Definition: FSPDFObjC.h:6558
FSAppProviderCallbackStringIDValidateNumberError
Sample message: "Illegal value:cannot assign '%s' to %s.".
Definition: FSPDFObjC.h:5202
FSNoteArray
Definition: FSPDFObjC.h:2355
FSImageSettingsImageCompressQualityMedium
Compression quality: Medium.
Definition: FSPDFObjC.h:6345
-[FSSnappedPoint getPoint]
FSPointF * getPoint()
Get the point value.
FSActionCallbackJSMediaPlayerState
FSActionCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3459
-[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:6720
FSRotation90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:562
FSMenuItemEx
Definition: FSPDFObjC.h:3023
FSPrintParamsBookletDuplexMode
FSPrintParamsBookletDuplexMode
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3191
FSFillerVkeyUnknown
An unknown key.
Definition: FSPDFObjC.h:3750
-[FSFormXObject getStream]
FSPDFStream * getStream()
Get stream.
FSBarcodeQRCorrectionLevelMedium
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1106
FSShadingObject
Definition: FSPDFObjC.h:1480
FSSignatureStateVerifyIssueExpire
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:4116
FSLRElementElementTypeCode
Structure element type: Code, which represents a fragment of computer program text.
Definition: FSPDFObjC.h:6725
FSErrNoRights
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:463
FSFillerVkeyA
A key.
Definition: FSPDFObjC.h:3783
FSOptimizerSettingsCleanUpOptions
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:6437
FSSignatureAPFlagDN
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:4137
FSLRStructureElementAttributeValueEnumOutset
Enum value: Outset, which means the border makes the entire box look as though it were coming out of ...
Definition: FSPDFObjC.h:6850
FSGraphicsObjectArray
Definition: FSPDFObjC.h:1258
FSDestination
Definition: FSPDFObjC.h:1694
FSColorSpaceRenderIntentSaturation
Rendering intent: Saturation.
Definition: FSPDFObjC.h:967
-[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:1686
FSErrNeedSigned
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:492
FSFillerVkeyNumpad2
2 key in the numeric keypad.
Definition: FSPDFObjC.h:3811
FSAnnotMKEntryIconCaptionRelation
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:2244
FSBitmapDIBAbgr
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:1016
FSErrNoAccessibilityModuleRight
No "Accessibility" module right.
Definition: FSPDFObjC.h:511
FSAnnotHighlightingPush
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:2222
FSMonoImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:6398
FSAlignmentCenter
Center alignment.
Definition: FSPDFObjC.h:570
FSXFADocExportDataType
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:5295
FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYYYY
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4566
FSTextStateModeFillStroke
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:1387
FSPDFDocPermPrintHigh
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:4724
FSFloatArray
An array of float values.
Definition: FSPDFObjC.h:266
FSLRStructureElementAttributeValueEnumRow
Enum value: Row, which means row of a table.
Definition: FSPDFObjC.h:6878
FSDocViewerPrefsHideMenubar
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:4918
FSAnnotUnknownType
Annotation type: unknown.
Definition: FSPDFObjC.h:2174
FSPDFStream
Definition: FSPDFObjC.h:1189
FSScreen
Definition: FSPDFObjC.h:2650
FSPDFDocSaveFlagNormal
Save document normally, without using any special flag. This can only be used alone.
Definition: FSPDFObjC.h:4728
-[FSLRStructureElement getSupportedAttributeCount]
int getSupportedAttributeCount()
Get supported attribute count.
FSAppProviderCallbackStringIDInvalidateLeftValue
Sample message: "Invalidate left-value '%s'".
Definition: FSPDFObjC.h:5137
FSTextMarkup
Definition: FSPDFObjC.h:2466
FSOptimizerSettingsOptimizerUnembeddedFonts
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:6433
FSAppProviderCallbackStringIDInvalidPropertySetOperation
String ID for case: Some setting operation to property is invalid. Sample message: "Invalid property ...
Definition: FSPDFObjC.h:5116
FSStdSecurityHandlerModifyFlag
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:5662
FSAdditionalActionTriggerAnnotMouseButtonPressed
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:1989
FSSignatureLabelNameDN
Signature key name for distinguish name.
Definition: FSPDFObjC.h:4194
-[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:991
FSMonoImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:6394
FSHTML2PDFSettingDataEncodingFormatCP1256
Encoding foramt: "CP1256".
Definition: FSPDFObjC.h:6529
FSXFAWidgetWidgetTypeChoiceList
XFA widget type: choice list.
Definition: FSPDFObjC.h:5368
FSPageLabelsDecimalNums
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:4951
FSPDFDocPermExtract
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:4719
FSAppProviderCallbackStringIDExpectedNumber
Sample message: "Expected number instead of '%s'".
Definition: FSPDFObjC.h:5155
FSFormCombination
Definition: FSPDFObjC.h:7491
FSActionCallbackJSMailResultFailed
Mailed result: mail failed.
Definition: FSPDFObjC.h:3475
FSAnnotationSummaryCallbackAnnotationSummaryStringIDDate
Annotations summary string ID: specify the prefix when date information is outputed in result documen...
Definition: FSPDFObjC.h:7504
-[FSFiller killFocus]
BOOL killFocus()
Kill focus from form.
FSBitmapDIBInvalid
Invalid DIB format.
Definition: FSPDFObjC.h:1007
FSCertVerifyResultLocationSignature
Response information is found in signature content.
Definition: FSPDFObjC.h:7131
FSAnnotStrikeOut
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2186
FSSubmitFormActionFlagExclFKey
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:1880
FSLRElementElementTypeNonStruct
Structure element type: NonStruct, which means "Nonstructural element" and represents a grouping elem...
Definition: FSPDFObjC.h:6698
FSFont
Definition: FSPDFObjC.h:856
FSBookmarkPosFirstSibling
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:3500
-[FSTextFillSignObject getTextDataArray]
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
FSGraphicsObjectBlendOverlay
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:1316
FSSignatureSignatureTypePagingSeal
Signature type: paging seal.
Definition: FSPDFObjC.h:4163
FSPagingSealConfigPagingSealPosition
FSPagingSealConfigPagingSealPosition
Enumeration for paging seal position.
Definition: FSPDFObjC.h:4308
FSAnnotationSummarySettingsTypeSortByPage
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:7527
FSGraphicsObjectsTextMergeBTET
Merge consecutive BTETs as a new one.
Definition: FSPDFObjC.h:4356
FSRenditionMediaPermTempNever
Never allowed.
Definition: FSPDFObjC.h:1548
FSLayerTreeUsageState
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:3621
FSSignatureStateVerifyTimestampIssueValid
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:4125
FSLRStructureElementAttributeTypeStartIndent
Attribute type: StartIndent, which represents the distance from the start edge of the reference area ...
Definition: FSPDFObjC.h:6794
FSHTML2PDFSettingDataEncodingFormatCP1252
Encoding foramt: "CP1252".
Definition: FSPDFObjC.h:6525
FSAnnotationSummarySettingsTypeSortByAuthor
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:7525
FSLineCapPosInline
Definition: FSPDFObjC.h:2590
FSLRElementElementTypeFENote
Structure element type: FENote (PDF 2.0), which is used to markup footnotes and endnotes.
Definition: FSPDFObjC.h:6697
FSPagingSealSignaturePagingSealAPState
FSPagingSealSignaturePagingSealAPState
Enumeration for paging seal signature state to set appearance.
Definition: FSPDFObjC.h:4333
-[FSImage getType]
FSImageType getType()
Get image type.
FSFullTextSearchRankNone
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:6090
FSLRStructureElementAttributeTypeTextIndent
Attribute type: TextIndent, which represents the additional distance from the start edge of the BLSE,...
Definition: FSPDFObjC.h:6796
FSActionTypeImportData
Action type: import-data action.
Definition: FSPDFObjC.h:1739
-[FSResultInformation getFixupDataCount]
int getFixupDataCount()
Get count of fixup data.
FSBarcodeQRErrorCorrectionLevel
FSBarcodeQRErrorCorrectionLevel
Enumeration for format error correction level of QR Code.
Definition: FSPDFObjC.h:1104
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithLine
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:7518
-[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:3198
FSPDFDocPermExtractAccess
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:4722
FSRendererColorModeMappingGray
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:2843
FSXFAWidgetWidgethAlignTypeRadix
Align the radix indicator.
Definition: FSPDFObjC.h:5399
-[FSInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSErrNoPDF2OfficeModuleRight
No "PDF2Office" module right.
Definition: FSPDFObjC.h:516
FSActionTypeThread
Action type: thread action.
Definition: FSPDFObjC.h:1731
FSSignatureStateSigned
Signed signature.
Definition: FSPDFObjC.h:4104
FSHTML2PDFSettingDataEncodingFormatX_SoftBank_Shift_JIS
Encoding foramt: "X-SoftBank-Shift_JIS".
Definition: FSPDFObjC.h:6566
FSSignatureAPFlags
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:4132
FSSubmitFormActionFlagIncludeAnnotations
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:1876
FSOptimizerSettingsCleanUpUseFlateInsteadOfLZW
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:6439
FSCertVerifyResultCertStatusRevoked
This means certificate is revoked.
Definition: FSPDFObjC.h:7109
FSPortfolioInitialViewTileMode
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:7737
FSPDFObjectStream
PDF stream object.
Definition: FSPDFObjC.h:1131
FSLRStructureElementAttributeTypeColumnWidths
Attribute type: ColumnWidths, which represents the desired width of the columns, measured in the inli...
Definition: FSPDFObjC.h:6812
FSHTML2PDFSettingDataEncodingFormatX_SoftBank_ISO_2022_JP
Encoding foramt: "X-SoftBank-ISO-2022-JP".
Definition: FSPDFObjC.h:6568
FSBookmarkStyleBold
Show bookmark title as bold text.
Definition: FSPDFObjC.h:3492
FSCertVerifyResultReasonKeyCompromise
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:7117
FSActionCallbackLanguageSVE
Swedish.
Definition: FSPDFObjC.h:3436
FSCertVerifyResultLocationOnline
Response information is got by online request.
Definition: FSPDFObjC.h:7132
FSTimeStampServerSendResultFailToGetData
Fail to get data during sending request process.
Definition: FSPDFObjC.h:4289
-[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:4285
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
Enumeration for encoding format used for converting HTML to PDF.
Definition: FSPDFObjC.h:6494
FSAppProviderCallbackMsgBtnTypeYesNo
Message box button: Yes and No.
Definition: FSPDFObjC.h:5220
FSLRStructureElementAttributeValueEnumOther
Enum value: Other (PDF 2.0).
Definition: FSPDFObjC.h:6894
FSRotationUnknown
Unknown rotation.
Definition: FSPDFObjC.h:565
FSActionCallbackLanguageUnknown
Unknown language.
Definition: FSPDFObjC.h:3421
FSPDFNumberTreePageLabels
"PageLabels" number tree.
Definition: FSPDFObjC.h:1521
FSCertVerifyResultLocationDSS
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:7130
FSAnnotMKEntryDownCaption
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:2239
FSLRStructureElementAttributeValueEnumInline
Enum value: Inline, which means the placement for attributes Placement/RubyPosition.
Definition: FSPDFObjC.h:6831
FSLayerContextUsageView
Use for a viewer.
Definition: FSPDFObjC.h:3662
-[FSImage getHeight]
int getHeight()
Get image height.
FSReadingBookmark
Definition: FSPDFObjC.h:5002
FSRenditionFloatingWindowRelatedWindowDocument
The document window.
Definition: FSPDFObjC.h:1587
-[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:7629
FSLRStructureElementAttributeTypeRubyAlign
Attribute type: RubyAlign, which represents the justification of the lines within a ruby assembly.
Definition: FSPDFObjC.h:6807
FSErrCanNotRemoveSecurityFromServer
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:466
-[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:6693
FSSecurityHandlerCipherType
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:5625
FSOptimizerSettingsOptimizerDiscardUserData
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:6434
FSActionCallbackJSFieldValueChangeType
FSActionCallbackJSFieldValueChangeType
Enumeration for javascript field value change type.
Definition: FSPDFObjC.h:3453
FSAnnotationSummarySettingsFontSizeLarge
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:7534
FSColorSpaceICCBasedDeviceCMYK
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:623
FSLRElementElementTypeParagraph
Structure element type: P, which means "Paragraph" and represents a low-level division of text.
Definition: FSPDFObjC.h:6700
FSTimeStampCallback-p
Definition: FSPDFObjC.h:9797
FSSignaturePAdESLevelBLT
PAdES level: B-LT.
Definition: FSPDFObjC.h:4171
FSFloatingInfo
Definition: FSPDFObjC.h:3286
FSRenditionFloatingWindowOffscreenEventMoveResize
Move or resize.
Definition: FSPDFObjC.h:1601
FSSoundSampleEncodingFormatRaw
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:2818
FSGraphStateLineCapRound
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:735
FSActionCallbackLayoutModeSinglePage
Layout mode: single page.
Definition: FSPDFObjC.h:3468
FSAppProviderCallbackStringIDUndefineIdentifier
Sample message: "Undefined identifier '%s'".
Definition: FSPDFObjC.h:5136
FSXFAWidgetWidgetNameType
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:5388
FSAnnotNote
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:2175
FSComparisonCompareTypeAll
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:6304
FSAnnotScreen
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2195
FSFieldFlagTextPassword
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:3970
FSSubmitFormActionFlags
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:1868
FSTabOrderMgrOrderType
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:5814
FSModuleNameAccessibility
Name for module "Accessibility".
Definition: FSPDFObjC.h:603
-[FSLayerContext reset]
BOOL reset()
Reset current layer context, back to the initialized state.
FSLRElementElementTypeHeading3
Structure element type: H3, which represents heading with level 3.
Definition: FSPDFObjC.h:6704
FSLRElementElementTypeImageObject
Structure element type: ImageObject, which means image graphics object element.
Definition: FSPDFObjC.h:6744
-[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:5219
FSLRStructureElementAttributeTypeBorderColor
Attribute type: BorderColor, which represents the color of the border drawn on the edges of a table c...
Definition: FSPDFObjC.h:6785
FSDocProviderCallbackTextEncodingGBK
Text encoding: GBK.
Definition: FSPDFObjC.h:5259
FSSnapPointMgrFlagIntersectionPoint
If set, that means to get the intersection of two intersecting paths.
Definition: FSPDFObjC.h:7786
-[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:2177
FSMarkupEndingStyleClosedArrow
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:2398
FSAppProviderCallbackStringIDCalcOverride
Sample message: "Calculate Override".
Definition: FSPDFObjC.h:5105
FSAppProviderCallbackStringIDViolateBoundary
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5175
FSLRElementElementTypeImageContent
Structure element type: ImageContent, which means image content element.
Definition: FSPDFObjC.h:6752
FSRangeAll
All the indexes within a range will be used.
Definition: FSPDFObjC.h:769
FSAppProviderCallbackAppInfoType
Application information: type.
Definition: FSPDFObjC.h:5092
FSFillerVkeyQ
Q key.
Definition: FSPDFObjC.h:3799
FSCompareResultInfoCompareResultTypeDeleteText
Result type: delete text.
Definition: FSPDFObjC.h:6231
FSAnnotationSummarySettingsSummaryLayoutAnnotationOnly
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:7519
FSTableCellData
Definition: FSPDFObjC.h:5998
FSAlignment
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:568
FSErrCanNotGetACL
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:467
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYYYY
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4564
-[FSLRContentElement getBBox]
FSRectF * getBBox()
Get bounding box.
FSActionCallbackAppInfoTypeAppVersion
Application's app version information.
Definition: FSPDFObjC.h:3444
FSHitDataCheckSeverityInfo
Info severity.
Definition: FSPDFObjC.h:6154
FSLRStructureElementAttributeValueEnumUnordered
Enum value: Unordered (PDF 2.0), which means unordered list with unspecified bullets.
Definition: FSPDFObjC.h:6868
-[FSPath getPointCount]
int getPointCount()
Get the count of points.
FSActionCallbackLayoutModeFacing
Layout mode: two pages.
Definition: FSPDFObjC.h:3470
FSPortfolioFolderNode
Definition: FSPDFObjC.h:7665
FSXFAWidgetPresenceUnknown
Presence property: Unknown.
Definition: FSPDFObjC.h:5381
FSErrCanNotUploadDocInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:471
FSXFAWidgetWidgetNameTypeFullName
Name type: full name.
Definition: FSPDFObjC.h:5391
FSFieldFlagChoiceMultiSelect
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:3976
FSTimeStampServerSendResultOutOfMemory
Out of memory during sending request process.
Definition: FSPDFObjC.h:4290
FSPortfolioNodeArray
Definition: FSPDFObjC.h:7645
FSCertVerifyResultCertStatusValid
This means certificate is valid.
Definition: FSPDFObjC.h:7108
-[FSFloatArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSStamp
Definition: FSPDFObjC.h:2635
-[FSInt32Array removeAll]
void removeAll()
Clean up the array.
FSSignatureCallbackCertInvalidPath
Certificate's path is wrong.
Definition: FSPDFObjC.h:4251
FSAppProviderCallbackStringIDNotFoundProperty
Sample message: "Cannot find property '%s'".
Definition: FSPDFObjC.h:5150
FSAppProviderCallbackStringIDExpectedString
Sample message: "Expected '%s' instead of '%s'".
Definition: FSPDFObjC.h:5131
FSAnnotMKRelationCaptionBelowIcon
Caption below the icon.
Definition: FSPDFObjC.h:2250
FSPrintParamsBookletBindingRightTall
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3201
FSActionCallbackMailTypeForm
Mailed data type: form.
Definition: FSPDFObjC.h:3449
FSAction
Definition: FSPDFObjC.h:1753
FSPDFNameTreeDests
"Dests" name tree.
Definition: FSPDFObjC.h:1491
FSBookmarkPosNextSibling
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:3499
FSHTML2PDFSettingDataEncodingFormatCP1250
Encoding foramt: "CP1250".
Definition: FSPDFObjC.h:6523
FSFillSignFillSignObjectTypeCheckMark
Check mark fill-sign object.
Definition: FSPDFObjC.h:7335
FSHeaderFooterContentGeneratorDateFormatYYHyphenMMHyphenDD
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4579
FSXFAWidgetWidgetvAlignTypeBottom
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:5405
FSGraphicsObjectTypePath
Path graphics object.
Definition: FSPDFObjC.h:1334
FSFillerVkeyF3
F3 key.
Definition: FSPDFObjC.h:3827
FSXFAWidgetWidgetTypeExclGroup
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:5376
FSPDFPageSize
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:4408
FSAppProviderCallbackStringIDErrorMessage
Sample message: "%s : %s".
Definition: FSPDFObjC.h:5166
FSAppProviderCallbackStringIDUnableSetValidationsValue
Sample message: "Unable to set the value for property 'variation'".
Definition: FSPDFObjC.h:5122
FSFillerVkeyF10
F10 key.
Definition: FSPDFObjC.h:3834
FSAnnotCircle
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2180
FSLRElementElementTypePart
Structure element type: Part, which represents a large-scale division of a document.
Definition: FSPDFObjC.h:6686
FSCompareResultInfoCompareResultTypeDeleteShading
Result type: delete shading.
Definition: FSPDFObjC.h:6240
FSTaggedPDFCallbackReportCategoryTable
Report category type: table.
Definition: FSPDFObjC.h:6995
-[FSWidgetMenu clearStyle]
BOOL clearStyle()
(Only useful for rich text) Clear the style of the rich text.
FSActionCallbackJSMediaPlayerStatePlaying
media player state: Playing.
Definition: FSPDFObjC.h:3462
FSSecurityHandlerCipherAES
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:5628
FSBarcodeFormatCode39
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1094
FSGraphicsObjectsTextMergeOption
FSGraphicsObjectsTextMergeOption
Enumeration for text merge.
Definition: FSPDFObjC.h:4353
FSAppProviderCallbackStringIDExpectedIdent
Sample message: "Expected identifier instead of '%s'".
Definition: FSPDFObjC.h:5130
FSBookmarkPosLastChild
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:3497
FSSignatureStateVerifyTimestampTimeBefore
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:4126
FSIconFitScaleWayBigger
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:2148
FSFindOption
Definition: FSPDFObjC.h:7031
FSCertVerifyResultCertStatusUnknown
This means certificate status is unknown.
Definition: FSPDFObjC.h:7111
FSAnnotTrapNet
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2197
FSCodec
Definition: FSPDFObjC.h:649
-[FSFileWriterCallback-p getSize]
unsigned long long getSize()
Get total size of the file.
FSOutputPreviewShowDeviceRGB
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:7587
FSLRStructureElementAttributeTypeFieldChecked
Attribute type only for PrintField: checked, which represents the state of a radio button or check bo...
Definition: FSPDFObjC.h:6815
FSHTML2PDFSettingDataEncodingFormatVISUAL
Encoding foramt: "VISUAL".
Definition: FSPDFObjC.h:6535
FSSignatureStateVerifyChangeLegal
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:4128
FSFontStdIDCourierI
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:836
FSPointF
Type definition for point class for float.
Definition: FSPDFObjC.h:205
FSTaggedPDFCallbackReportConfidenceMedium
Report confidence: medium.
Definition: FSPDFObjC.h:7004
FSTabOrderMgrNone
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:5815
FSIdentityProperties
Definition: FSPDFObjC.h:3042
FSAppProviderCallbackStringIDCannotAssign
Sample message: "Cannot assign to '%s'".
Definition: FSPDFObjC.h:5157
FSSignatureDigestSHA512
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:4157
-[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:5252
FSFontStylesSmallCap
Font style: small cap.
Definition: FSPDFObjC.h:801
FSFullTextSearch
Definition: FSPDFObjC.h:6095
FSPDFDocWrapperNone
Normal document.
Definition: FSPDFObjC.h:4771
FSLRStructureElementAttributeTypeTableSummary
Attribute type only for Table: Summary, which represents a summary of the table's purpose and structu...
Definition: FSPDFObjC.h:6821
FSHTML2PDFSettingDataEncodingFormatJIS
Encoding foramt: "JIS".
Definition: FSPDFObjC.h:6508
FSDocProviderCallbackTextEncodingGB2312
Text encoding: GB2312.
Definition: FSPDFObjC.h:5261
FSErrCanNotGetUserToken
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:475
-[FSSnapPointMgr reload]
void reload()
Reload current manager.
FSModuleNameRMS
Name for module "RMS".
Definition: FSPDFObjC.h:596
-[FSSignatureVerifyResult getSignatureHashValue]
NSData * getSignatureHashValue()
Get signature hash value.
FSSignatureKeyNameReason
Signature key name: reason.
Definition: FSPDFObjC.h:4147
-[FSRectFArray removeAll]
void removeAll()
Clean up the array.
FSModuleNameRedaction
Name for module "Redaction".
Definition: FSPDFObjC.h:595
FSCompareResultInfoArray
Definition: FSPDFObjC.h:6266
-[FSBitmap getWidth]
int getWidth()
Get bitmap width.
FSComparisonCompareTypeText
Compare text only.
Definition: FSPDFObjC.h:6305
FSAppProviderCallbackStringIDRedefinition
Sample message: "'%s' redefinition".
Definition: FSPDFObjC.h:5133
FSPDFNameTreeEmbeddedFiles
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:1493
FSFileFormatTypeHTML
File format type: HTML.
Definition: FSPDFObjC.h:641
FSLRStructureElementAttributeValueEnumLayout
Enum value: Layout, which means layout artifacts. Purely cosmetic typographical or design elements su...
Definition: FSPDFObjC.h:6886
FSTaggedPDFCallbackReportCategoryFigure
Report category type: figure.
Definition: FSPDFObjC.h:6994
FSWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:5863
FSAppProviderCallbackBeepTypeDefault
Beep type: default.
Definition: FSPDFObjC.h:5100
FSRevocationCallback-p
Definition: FSPDFObjC.h:10145
-[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:6395
-[FSFillSignObject generateContent]
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
FSErrorCode
Enumeration for error code.
Definition: FSPDFObjC.h:437
-[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:1010
FSPathObject
Definition: FSPDFObjC.h:1453
FSLRStructureElementAttributeValueEnumNone
Enum value: None, which means no such attribute.
Definition: FSPDFObjC.h:6841
FSTextStateModeClip
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:1392
FSFillSignFillSignObjectTypeInitialsSignature
Initials signature fill-sign object.
Definition: FSPDFObjC.h:7340
FSColorSpaceSeparation
Color space: Separation.
Definition: FSPDFObjC.h:618
FSPDFAComplianceVersionPDFA3b
PDF/A-3b.
Definition: FSPDFObjC.h:6200
FSFontCharsetSymbol
Font charset: Standard symbols.
Definition: FSPDFObjC.h:808
-[FSPointFArray getSize]
int getSize()
Get the number of elements in the array.
FSPDFPageSizeA6
Page size: A6.
Definition: FSPDFObjC.h:4415
FSTaggedPDFCallbackReportConfidenceHigh
Report confidence: high.
Definition: FSPDFObjC.h:7002
FSAnnotationSummarySettingsFontSizeType
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:7531
FSCombineDocumentInfoArray
Definition: FSPDFObjC.h:7414
FSSignatureDigestAlgorithm
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:4153
FSFontStdIDTimes
Standard font: Times-Roman.
Definition: FSPDFObjC.h:841
FSMonoImageSettingsImageCompressQualityLossy
Compression quality: Lossy.
Definition: FSPDFObjC.h:6389
FSFontStandardID
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:832
FSErrNoLayoutRecognitionModuleRight
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:508
FSTextPageCharInfoComboWord
Character flag: ComboWord.
Definition: FSPDFObjC.h:5498
FSHTML2PDFSettingDataScalingModeScale
Page scaling: Scale. It means HTML content will be scaled to fit PDF page size.
Definition: FSPDFObjC.h:6490
FSFontStdIDSymbol
Standard font: Symbol.
Definition: FSPDFObjC.h:845
FSPDFDocSaveFlagIncremental
Save document incrementally.
Definition: FSPDFObjC.h:4729
FSSnappedPoint
Definition: FSPDFObjC.h:7770
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYY
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4567
FSColorSpaceDeviceGray
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:612
FSCertVerifyResultReasonCertificateHold
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:7122
-[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:4751
FSTaggedPDFCallbackReportConfidenceMediumHigh
Report confidence: medium high.
Definition: FSPDFObjC.h:7003
FSRectFArray
An array of RectF objects.
Definition: FSPDFObjC.h:224
FSRedact
Definition: FSPDFObjC.h:2797
FSXFAWidgetWidgetEdgePositionLeft
Egde position: left.
Definition: FSPDFObjC.h:5413
FSInk
Definition: FSPDFObjC.h:2623
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:7520
FSMarkupStateFuture
(Used with state model FSMarkupStateModelReview) The change will be working in the future.
Definition: FSPDFObjC.h:2389
-[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:1059
FSLRStructureElementAttributeValueEnumBlock
Enum value: Block, which means to be stacked in the block-progression direction within an enclosing r...
Definition: FSPDFObjC.h:6830
FSLRElementElementTypeFigure
Structure element type: Figure, which represents an item of graphical content.
Definition: FSPDFObjC.h:6738
FSLRStructureElementAttributeValueEnumSolid
Enum value: Solid, which means the border is a single line segment.
Definition: FSPDFObjC.h:6845
FSErrNoRMSModuleRight
No "RMS" module right.
Definition: FSPDFObjC.h:499
-[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:4759
FSFontStyleSymbolic
Font style: symbolic.
Definition: FSPDFObjC.h:796
FSDocProviderCallbackTextEncodingUTF8
Text encoding: UTF-8.
Definition: FSPDFObjC.h:5267
FSPDFDocExtractPagesOptionAttachFiles
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:4748
FSDocProviderCallbackWidgetEventType
FSDocProviderCallbackWidgetEventType
Enumeration for the type of XFA widget event.
Definition: FSPDFObjC.h:5276
FSDRMSecurityHandler
Definition: FSPDFObjC.h:5731
FSStdSecurityHandlerModifyUserPassword
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:5664
-[FSLRElement getElementType]
FSLRElementElementType getElementType()
Get element type.
FSRenditionWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:1570
FSOptimizerSettingsDiscardObjectsOptions
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:6444
FSImageSettingsImageCompressQualityMaximum
Compression quality: Maximum.
Definition: FSPDFObjC.h:6347
FSFieldTypeComboBox
Form field type: combo box.
Definition: FSPDFObjC.h:3957
FSTextStateModeFillStrokeClip
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:1391
FSHeaderFooterContentGeneratorPageNumberFormatDefault
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:4584
FSSignatureVerifyResultLTVStateInactive
This means LTV is inactive.
Definition: FSPDFObjC.h:7274
FSLRStructureElementAttributeValueEnumStart
Enum value: Start, which means the place for attribute Placement, or the alignment for attributes Tex...
Definition: FSPDFObjC.h:6835
-[FSSnappedPoint getType]
FSSnappedPointSnappedPointType getType()
Get the snapped point type.
FSSignatureKeyNameSigner
Signature key name: signer.
Definition: FSPDFObjC.h:4145
-[FSMediaPlayerCallback-p getState]
FSMediaPlayerCallbackJSMediaPlayerState getState()
A callback function to get the media player state.
FSFillerVkeyNumpad4
4 key in the numeric keypad.
Definition: FSPDFObjC.h:3813
FSAppProviderCallbackStringIDNotFoundContainer
Sample message: "Cannot find container '%s'".
Definition: FSPDFObjC.h:5149
FSTimer
Definition: FSPDFObjC.h:3724
FSTextFillSignObjectDataArray
Definition: FSPDFObjC.h:7312
FSWatermark
Definition: FSPDFObjC.h:5840
FSPDFArray
Definition: FSPDFObjC.h:1206
FSHTML2PDFSettingDataEncodingFormatCP932
Encoding foramt: "CP932".
Definition: FSPDFObjC.h:6522
FSFontStdIDTimesBI
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:843
FSActionCallbackAppInfoTypeViewerVersion
Application's viewer version information.
Definition: FSPDFObjC.h:3443
FSAppProviderCallbackStringIDInvalidBarcodeValue
Sample message: "Invalid Barcode Value: %s is an invalid value for barcodes of type %s....
Definition: FSPDFObjC.h:5206
-[FSAttachments getCount]
int getCount()
Get the count of attachments.
FSRendererRenderAnnot
If set, annotations will be rendered.
Definition: FSPDFObjC.h:2849
FSMediaPlayerCallbackJSMediaPlayerStateClose
media player state: Close.
Definition: FSPDFObjC.h:3412
FSLaunchAction
Definition: FSPDFObjC.h:1932
FSSnappedPointTypeMidpoint
Snapped point type: midpoint, which means the snapped point is the midpoint for two endpoints of a pa...
Definition: FSPDFObjC.h:7765
-[FSLRGraphicsObjectElement getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of related graphics object.
FSHTML2PDFSettingDataEncodingFormatCP1254
Encoding foramt: "CP1254".
Definition: FSPDFObjC.h:6527
FSCombinationCombineDocsOptionOutputIntents
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7438
FSFileFormatTypeTXT
File format type: TXT.
Definition: FSPDFObjC.h:646
FSTableBorderInfoTableBorderStyle
FSTableBorderInfoTableBorderStyle
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:5933
FSWatermarkSettingsFlagASAnnot
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:5860
FSActionTypeTrans
Action type: transition action.
Definition: FSPDFObjC.h:1743
FSAnnotationSummaryCallbackAnnotationSummaryStringIDSubject
Annotations summary string ID: specify the prefix when subject information is outputed in result docu...
Definition: FSPDFObjC.h:7511
-[FSFDFDoc getType]
FSFDFDocType getType()
Get the type of current document object.
FSFillerVkeyR
R key.
Definition: FSPDFObjC.h:3800
FSBarcodeFormatEAN13
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1098
FSFontCIDCharsetJAPAN1
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:827
FSRenditionMediaOptionBestEffort
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:1544
FSPrintParamsDuplexTypeSimplex
Duplex type: prints on one side of the paper.
Definition: FSPDFObjC.h:3186
-[FSFileStreamCallback-p flush]
BOOL flush()
Flush internal buffer.
FSPagingSealSignaturePagingSealAPStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:4335
FSCertVerifyResultReasonUnspecified
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:7116
FSLRStructureElementAttributeValueEnumFooter
Enum value: Footer.
Definition: FSPDFObjC.h:6890
FSCompareResultInfoCompareResultTypeInsertImage
Result type: insert image.
Definition: FSPDFObjC.h:6235
FSFloatingInfoRelativeTargetDesktop
Relative type: align the floating window relative to the full virtual desktop.
Definition: FSPDFObjC.h:3270
FSXFAWidgetWidgetTypeImageEdit
XFA widget type: image edit.
Definition: FSPDFObjC.h:5369
FSAppProviderCallbackStringIDFunctionBuildIn
Sample message: "Function 's' is built-in.
Definition: FSPDFObjC.h:5165
FSHTML2PDFSettingDataEncodingFormatX_TAM_TMNEWS
Encoding foramt: "X-TAM-TMNEWS".
Definition: FSPDFObjC.h:6562
FSLRStructureElementAttributeValueEnumEnd
Enum value: End, which means the place for attribute Placement, or the alignment for attributes TextA...
Definition: FSPDFObjC.h:6836
-[FSColor isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSFixupData
Definition: FSPDFObjC.h:6135
FSErrLTVRevocationCallbackNotSet
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:487
FSFillerVkeyL
L key.
Definition: FSPDFObjC.h:3794
FSLRStructureElementAttributeValueEnumBoth
Enum value: Row, which means both row and column of a table.
Definition: FSPDFObjC.h:6880
FSLTVVerifierSignatureCreationTime
Use signature creation time.
Definition: FSPDFObjC.h:7245
-[FSXFADoc getPageCount]
int getPageCount()
Get XFA page count.
FSLayerPrintData
Definition: FSPDFObjC.h:3644
FSDocViewerPrefsPrintScaleAppDefault
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:4913
FSHTML2PDFSettingDataEncodingFormatKOI8R
Encoding foramt: "KOI8R".
Definition: FSPDFObjC.h:6518
FSAnnotationSummaryCallbackAnnotationSummaryStringIDDocumentTitle
Annotations summary string ID: specify the document title in result document. Default title is "Summa...
Definition: FSPDFObjC.h:7507
FSLRStructureElementAttributeValueTypeInt32
Value type: 32-bit signed integer.
Definition: FSPDFObjC.h:6900
FSPDFDocPermModify
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:4718
FSActionCallbackJsMailResult
FSActionCallbackJsMailResult
Enumeration for result of the mail.
Definition: FSPDFObjC.h:3474
FSPDFDocExtractPagesOptionAnnotation
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:4743
FSSignatureStateVerifyNoSupportWay
Unsupported signature.
Definition: FSPDFObjC.h:4108
FSSignaturePAdESLevelBB
PAdES level: B-B.
Definition: FSPDFObjC.h:4169
FSDocProviderCallbackTextEncodingNone
No text encoding.
Definition: FSPDFObjC.h:5256
-[FSResultInformation getHitDataCount]
int getHitDataCount()
Get count of hit data.
FSSignatureAPFlagLabel
If set, show label on signature appearance.
Definition: FSPDFObjC.h:4134
FSFillerVkeyDelete
Delete key.
Definition: FSPDFObjC.h:3771
FSLRStructureElementAttributeTypeLineHeight
Attribute type: LineHeight, which means the element's preferred height, in the block-progression dire...
Definition: FSPDFObjC.h:6803
FSAppProviderCallbackBeepTypeQuestion
Beep type: question.
Definition: FSPDFObjC.h:5098
FSGraphicsObjectBlendHardlight
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:1321
FSPDFDocPwdOwner
An owner password is used in PDF document.
Definition: FSPDFObjC.h:4702
FSDocProviderCallbackPrintOptionShowDialog
If set, show printing dialog box.
Definition: FSPDFObjC.h:5239
FSAnnotSquiggly
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2185
FSFillerVkeyH
H key.
Definition: FSPDFObjC.h:3790
FSPDFPage
Definition: FSPDFObjC.h:4423
FSPageLabelsUpperLetters
Page label style: uppercase letters.
Definition: FSPDFObjC.h:4954
FSSearchOptionWordMatching
FSSearchOptionWordMatching
Enumeration for word matching.
Definition: FSPDFObjC.h:3360
FSFloatingInfoResizeTypeNo
Resize type: may not be resized.
Definition: FSPDFObjC.h:3275
FSPrintParamsDuplexTypeDuplexFlipLongEdge
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: FSPDFObjC.h:3187
FSSignatureCallbackCertValid
Certificate is valid.
Definition: FSPDFObjC.h:4246
FSRectI
Definition: FSPDFObjC.h:308
FSSignatureStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:4103
FSXFAWidgetWidgetTypeTextEdit
XFA widget type: text edit.
Definition: FSPDFObjC.h:5374
FSActionCallbackLanguageSUO
Finnish.
Definition: FSPDFObjC.h:3435
FSSnapPointMgrFlagEndpoint
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:7784
FSColorSpaceLab
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:617
-[FSFont getFamilyName]
NSString * getFamilyName()
Retrieve the famliy name.
FSFloatingInfoOffScreenAllow
Off screen action: take no action.
Definition: FSPDFObjC.h:3281
FSLRStructureElementAttributeValueEnumPageNum
Enum value: PageNum (PDF2.0).
Definition: FSPDFObjC.h:6892
FSPDFDocEncryptCDRM
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:4713
FSAppProviderCallbackStringIDUnableSetVersion
Sample message: "Unable to set the value for property 'version'".
Definition: FSPDFObjC.h:5123
FSWatermarkTextProperties
Definition: FSPDFObjC.h:5897
FSLRStructureElementAttributeValueEnumPagination
Enum value: Pagination, which means pagination artifacts. Ancillary page features such as running hea...
Definition: FSPDFObjC.h:6885
FSXFAWidgetWidgetTypeDateTimeEdit
XFA widget type: date time edit.
Definition: FSPDFObjC.h:5365
FSSignatureAPFlagText
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:4141
+[FSPDFArray create]
FSPDFArray * create()
Create a new array object.
FSDateTime
Definition: FSPDFObjC.h:531
FSFillerVkeyS
S key.
Definition: FSPDFObjC.h:3801
FSBookmarkPosFirstChild
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:3496
FSXFAWidgetWidgetvAlignTypeTop
Align the text to the top of the available region.
Definition: FSPDFObjC.h:5404
FSStdSecurityHandlerModifyOwnerPassword
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:5665
FSErrNotLoaded
Current object has not been loaded yet.
Definition: FSPDFObjC.h:458
FSOutputPreviewShowDeviceN
If set, only show with DeviceN.
Definition: FSPDFObjC.h:7584
FSPrintParamsBookletDuplexModeBackSideOnly
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: FSPDFObjC.h:3194
FSAppProviderCallbackBeepTypeStatus
Beep type: status.
Definition: FSPDFObjC.h:5099
FSLRStructureElementAttributeValueEnumUnderline
Enum value: Underline, which means a line below the text.
Definition: FSPDFObjC.h:6856
FSFreeText
Definition: FSPDFObjC.h:2568
-[FSRectFArray init]
id init()
Constructor.
FSBarcodeQRCorrectionLevelHigh
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1108
FSSquiggly
Definition: FSPDFObjC.h:2506
-[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:5663
FSDocProviderCallbackTextEncodingGB18030
Text encoding: GB18030.
Definition: FSPDFObjC.h:5260
FSSearchOptionWordMatchingMatchAnyWord
Word matching: match any word.
Definition: FSPDFObjC.h:3363
FSPDFDocSaveFlagXRefStream
Save document by using XRef stream.
Definition: FSPDFObjC.h:4731
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYY
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4577
FSOptimizerSettingsDiscardObjectsJavaScriptActions
Discard all JavaScript actions.
Definition: FSPDFObjC.h:6447
-[FSColorSpace getComponentCount]
int getComponentCount()
Get the count of components.
FSAppProviderCallbackStringIDWeekDayMon
String ID for case: Use string in local language for "Monday".
Definition: FSPDFObjC.h:5178
FSRenditionActionOpTypePlay
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:1955
FSPDFObjectType
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:1123
FSActionCallbackJSMediaPlayerStateSuspend
media player state: Suspend.
Definition: FSPDFObjC.h:3464
FSPSInk
Definition: FSPDFObjC.h:2744
FSFillSign
Definition: FSPDFObjC.h:7343
FSLRStructureElementAttributeValueEnumJustify
Enum value: Justify, which means the alignment for attributes TextAlign/BlockAlign/RubyAlign.
Definition: FSPDFObjC.h:6854
FSLRElementElementTypeLink
Structure element type: Link, which represents an association between a portion of the ILSE's content...
Definition: FSPDFObjC.h:6726
FSXFADocEventTypePrePrint
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:5286
FSPDFNameTreeType
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:1490
FSProgressiveError
Progress state: any error occurs.
Definition: FSPDFObjC.h:665
FSAppProviderCallbackStringIDServerDeny
String ID for case: Server denies. Sample message: "Server does not permit".
Definition: FSPDFObjC.h:5176
FSProgressiveToBeContinued
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:666
FSLRElementElementTypeHeading6
Structure element type: H6, which represents heading with level 6.
Definition: FSPDFObjC.h:6707
FSLRStructureElementAttributeValueEnumDisc
Enum value: Disc, which means solid circular bullet.
Definition: FSPDFObjC.h:6860
FSErrDiskFull
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:479
FSTextStateModeInvisible
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:1388
FSFieldFlagTextDoNotScroll
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:3973
FSFileAttachment
Definition: FSPDFObjC.h:2719
FSGraphState
Definition: FSPDFObjC.h:745
-[FSWidgetMenu subscript]
BOOL subscript()
(Only useful for rich text) Make the rich text as subscript.
FSFillerVkeyMenu
Menu key.
Definition: FSPDFObjC.h:3756
FSWatermarkSettingsFlags
FSWatermarkSettingsFlags
Enumeration for watermark setting flags.
Definition: FSPDFObjC.h:5858
FSAnnotStamp
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2187
FSLRStructureElementAttributeValueEnumOrdered
Enum value: Ordered (PDF 2.0), which means ordered lists with unspecified numbering.
Definition: FSPDFObjC.h:6869
FSAppProviderCallbackAppInfoVersion
Application information: version.
Definition: FSPDFObjC.h:5087
FSXFAWidget
Definition: FSPDFObjC.h:5416
FSPDFCompliance
Definition: FSPDFObjC.h:6217
FSLRStructureElementAttributeValueTypeEnumArray
Value type: an array of enum values.
Definition: FSPDFObjC.h:6905
FSFillerVkeyLeft
Left arrow key.
Definition: FSPDFObjC.h:3764
FSAnnotMKRelationNoIcon
No icon; captin only.
Definition: FSPDFObjC.h:2248
FSRenditionMediaPlayerType
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:1554
FSRenditionMediaOptionMustBeHonored
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:1543
FSCertVerifyResultReasonAACompromise
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:7125
FSActionCallbackLanguageCHS
Chinese Simplified.
Definition: FSPDFObjC.h:3422
FSLRStructureElementAttributeValueEnumLrTb
Enum value: LtTb, which means inline progression from left to right; block progression from top to bo...
Definition: FSPDFObjC.h:6837
FSSignatureStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:4101
FSLRStructureElementAttributeValueEnumBates
Enum value: Bates (PDF2.0).
Definition: FSPDFObjC.h:6893
FSImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:6351
FSCompareResultInfoCompareResultTypeInsertAnnot
Result type: insert annotation.
Definition: FSPDFObjC.h:6244
FSAppProviderCallbackMsgBoxIconType
FSAppProviderCallbackMsgBoxIconType
Enumeration for icon type of XFA message box.
Definition: FSPDFObjC.h:5210
FSHeaderFooterContentGeneratorDateFormatMDotDDotYY
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4571
FSFixupDataFixupStateSuccess
A fixup succeeded.
Definition: FSPDFObjC.h:6130
-[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:3282
FSLTVVerifierVerifyModeAcrobat
Use Acrobat validation process.
Definition: FSPDFObjC.h:7252
FSTaggedPDFCallbackReportConfidenceLow
Report confidence: low.
Definition: FSPDFObjC.h:7006
FSLRStructureElementAttributeValueEnumAuto
Enum value: Auto.
Definition: FSPDFObjC.h:6852
FSHTML2PDFSettingDataEncodingFormatUTF_16LE
Encoding foramt: "UTF-16LE".
Definition: FSPDFObjC.h:6552
FSTextPageParseTextNormal
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:5525
FSTextSearchSearchMatchCase
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:5562
FSErrUnknownState
Any unknown state occurs.
Definition: FSPDFObjC.h:454
FSSignatureDocPermFillingFormSigningAndAnnotating
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:4179
FSLRStructureElementAttributeValueEnumInvalid
Invalid enum value.
Definition: FSPDFObjC.h:6829
-[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:6888
FSGraphicsObjectBlendSaturation
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1326
FSBarcodeFormat
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1093
FSFillSignFillSignObjectTypeSignature
Signature fill-sign object.
Definition: FSPDFObjC.h:7339
FSFillerVkeyNumpad9
9 key in the numeric keypad.
Definition: FSPDFObjC.h:3818
FSHTML2PDFSettingDataEncodingFormatCP1253
Encoding foramt: "CP1253".
Definition: FSPDFObjC.h:6526
-[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:3975
FSAssociatedFilesRelationshipFormData
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:2911
FSImageJPX
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:1062
FSLayerContextUsageExport
Use for exporting.
Definition: FSPDFObjC.h:3665
-[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:1060
FSSquare
Definition: FSPDFObjC.h:2530
FSFillerVkey6
6 key.
Definition: FSPDFObjC.h:3779
FSFontCharsetArabic
Font charset: Arabic.
Definition: FSPDFObjC.h:819
FSFillerVkeyInsert
Insert key.
Definition: FSPDFObjC.h:3770
FSCompareResultInfoCompareResultTypeReplaceImage
Result type: replace image.
Definition: FSPDFObjC.h:6236
FSFillMode
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:574
FSAppProviderCallbackStringIDExpectedEndIf
Sample message: "Expected 'endif' instead of '%s'".
Definition: FSPDFObjC.h:5141
FSMediaSettingsPlayerWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:3310
-[FSRange isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSGraphicsObjects
Definition: FSPDFObjC.h:4359
FSAppProviderCallbackBeepTypeWarning
Beep type: warning.
Definition: FSPDFObjC.h:5097
FSAnnotFlagReadOnly
Annotation flag: read only.
Definition: FSPDFObjC.h:2212
FSHideAction
Definition: FSPDFObjC.h:1920
FSActionTypeJavaScript
Action type: JavaScript action.
Definition: FSPDFObjC.h:1740
FSXFAWidgetWidgethAlignTypeJustify
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:5396
FSTableCellDataColArray
This class represents an array of FSTableCellData objects,inserted in the order of the displayed tab...
Definition: FSPDFObjC.h:5958
FSMediaPlayerCallback-p
Definition: FSPDFObjC.h:7919
FSActionCallbackSearchScopeActiveDoc
Search scope: active document.
Definition: FSPDFObjC.h:3481
FSRedaction
Definition: FSPDFObjC.h:5919
FSErrNoComparisonModuleRight
No "Comparison" module right.
Definition: FSPDFObjC.h:501
-[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:4420
FSErrOCRTrialIsEnd
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:480
FSImageSettingsImageCompressQualityMinimum
Compression quality: Minimum.
Definition: FSPDFObjC.h:6343
FSAppProviderCallbackStringIDUnableSetPlatformValue
Sample message: "Unable to set the value for property 'platform'".
Definition: FSPDFObjC.h:5120
FSAnnotationSummarySettingsFontSizeSmall
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:7532
FSFillerVkeySnapshot
Print Screen key.
Definition: FSPDFObjC.h:3769
FSFileWriterCallback-p
Definition: FSPDFObjC.h:7850
FSLRStructureElementAttributeTypeListNumbering
Attribute type only for List: ListNumbering, which represents the numbering system to be used to gene...
Definition: FSPDFObjC.h:6813
FSFieldFlagRequired
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:3965
-[FSLayerTree getDict]
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:964
FSTrustedCertStoreCallback-p
Definition: FSPDFObjC.h:10310
FSLRStructureElementAttributeValueTypeFloat
Value type: float.
Definition: FSPDFObjC.h:6901
FSCustomEncryptData
Definition: FSPDFObjC.h:5745
FSDocProviderCallbackTextEncodingShiftJIS
Text encoding: ShiftJIS.
Definition: FSPDFObjC.h:5264
FSLRStructureElementAttributeTypeAttached
Attribute type: Attached, which specifies the edges of the page, if any, to which the artifact is log...
Definition: FSPDFObjC.h:6788
FSGraphicsObjectBlendHue
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1325
FSCompareResultInfoCompareResultTypeReplaceAnnot
Result type: replace annotation.
Definition: FSPDFObjC.h:6245
FSLRStructureElementAttributeValueEnumPB
Enum value: pb, which means push button.
Definition: FSPDFObjC.h:6873
FSSignatureKeyNameDN
Signature key name: distinguish name.
Definition: FSPDFObjC.h:4149
FSFloatingInfoWindowPositionCenterLeft
Window position: at the center left.
Definition: FSPDFObjC.h:3259
FSRangeFilter
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:768
FSAnnotFlagNoView
Annotation flag: no view.
Definition: FSPDFObjC.h:2211
-[FSFillSignObject getType]
FSFillSignFillSignObjectType getType()
Get fill-sign type.
FSCertVerifyResult
Definition: FSPDFObjC.h:7135
-[FSPSI getBitmap]
FSBitmap * getBitmap()
Get the canvas bitmap.
FSXFAWidgetWidgetTypeImage
XFA widget type: image.
Definition: FSPDFObjC.h:5377
FSXFADocEventTypeUnknown
Event type: Unknown.
Definition: FSPDFObjC.h:5284
FSAnnotMKRelationCaptionOvrlayOnIcon
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:2254
FSPageNumberRange
Definition: FSPDFObjC.h:4493
FSComparisonCompareType
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:6303
FSHTML2PDFSettingDataEncodingFormatUTF_16BE
Encoding foramt: "UTF-16BE".
Definition: FSPDFObjC.h:6551
-[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:6557
FSHTML2PDFSettingDataEncodingFormatUTF7
Encoding foramt: "UTF7".
Definition: FSPDFObjC.h:6548
FSSignatureFieldMDPAction
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:4182
-[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:3268
FSAppProviderCallbackStringIDMonthApril
String ID for case: Use string in local language for "April".
Definition: FSPDFObjC.h:5187
FSFontCharsetThai
Font charset: Thai.
Definition: FSPDFObjC.h:813
FSMediaPlayerCallbackJSMediaPlayerStateOpen
media player state: Open.
Definition: FSPDFObjC.h:3411
FSSignatureStates
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:4100
FSFillerVkeyDown
Down arrow key.
Definition: FSPDFObjC.h:3767
FSAppProviderCallbackStringIDMonthSep
String ID for case: Use string in local language for "September".
Definition: FSPDFObjC.h:5192
FSOutputPreviewShowType
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:7576
FSLRElementElementTypeWarichuText
Structure element type: WT, which means "Warichu text" and represents the smaller-size text of a wari...
Definition: FSPDFObjC.h:6733
FSAppProviderCallbackStringIDCannotCovertToObject
Sample message: "%s.%s cannot covert to object".
Definition: FSPDFObjC.h:5148
FSSecurityCallback-p
Definition: FSPDFObjC.h:9322
FSAppProviderCallbackStringIDUnableSetValidationsEnabledValue
Sample message: "Unable to set the value for property 'validationsEnabled'".
Definition: FSPDFObjC.h:5121
FSOutputPreviewShowDevice
If set, only show with Device.
Definition: FSPDFObjC.h:7594
-[FSPDFNameTree removeAllObjs]
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
FSFontMapperCallback-p
Definition: FSPDFObjC.h:10340
FSPosCenterRight
Position: center right.
Definition: FSPDFObjC.h:586
FSFullTextSearchRankHitCountASC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6091
FSAppProviderCallbackStringIDDivideZero
Sample message: "Divide by zero".
Definition: FSPDFObjC.h:5147
FSLRStructureElementAttributeTypeDirection
(Reserved) Attribute type: Direction.
Definition: FSPDFObjC.h:6823
FSXFADocXDP
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:5292
FSHTML2PDFSettingDataEncodingFormatTAB
Encoding foramt: "TAB".
Definition: FSPDFObjC.h:6545
FSPagingSealConfigPagingSealPositionLeft
Left Paging Seal.
Definition: FSPDFObjC.h:4309
FSPrintParamsBookletDuplexModeBothSides
Booklet Duplex Mode: automatically prints both sides of the paper.
Definition: FSPDFObjC.h:3192
FSSignatureAPFlagLocation
If set, show location on signature appearance.
Definition: FSPDFObjC.h:4138
FSCertVerifyResultCertStatus
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:7107
FSAnnotFlagInvisible
Annotation flag: invisible.
Definition: FSPDFObjC.h:2206
-[FSActionCallback-p getPageScale]
float getPageScale()
A callback function to get current page zoom value.
FSSignatureVerifyResultLTVState
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:7273
FSFillSignFillSignObjectTypeDot
Dot fill-sign object.
Definition: FSPDFObjC.h:7338
FSRotation
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:560
FSBitmapQuadratic
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1022
FSCaret
Definition: FSPDFObjC.h:2708
FSOutputPreviewColorantTypeProcess
Colorant type: process.
Definition: FSPDFObjC.h:7604
FSLRStructureElementAttributeValueEnumLineThrough
Enum value: LineThrough, which means a line through the middle of the text.
Definition: FSPDFObjC.h:6858
FSCompareResultInfoCompareResultTypeInsertText
Result type: insert text.
Definition: FSPDFObjC.h:6232
FSOutputPreviewColorantType
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:7603
FSFillSignFillSignObjectTypeCrossMark
Cross mark fill-sign object.
Definition: FSPDFObjC.h:7334
FSAppProviderCallbackStringIDNotFoundFunction
Sample message: "Cannot find function '%s'".
Definition: FSPDFObjC.h:5158
-[FSSound getSampleEncodingFormat]
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
FSPagingSealSignaturePagingSealAPStateValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4337
FSAnnotPolyLine
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2182
FSPDFPageArtBox
Art Box for page boundary.
Definition: FSPDFObjC.h:4404
FSFillerVkeyNumpad8
8 key in the numeric keypad.
Definition: FSPDFObjC.h:3817
FSFillerEventFlagMiddleButtonDown
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:3847
FSLRStructureElementAttributeTypeVersion
(Reserved) Attribute type: Version, which represents schema version of layout recognition engine.
Definition: FSPDFObjC.h:6825
FSAppProviderCallbackStringIDMonthJuly
String ID for case: Use string in local language for "July".
Definition: FSPDFObjC.h:5190
-[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:4565
FSFieldTypeRadioButton
Form field type: radio button.
Definition: FSPDFObjC.h:3956
FSFontFontTypeCIDFont
Font type: CID font.
Definition: FSPDFObjC.h:853
FSMediaPlayerCallbackJSMediaPlayerStatePlaying
media player state: Playing.
Definition: FSPDFObjC.h:3413
-[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:5394
-[FSTextSearch getMatchPageIndex]
int getMatchPageIndex()
Get the page index, to which current match belongs.
FSHTML2PDFSettingDataEncodingFormatUTF_32LE
Encoding foramt: "UTF-32LE".
Definition: FSPDFObjC.h:6554
FSMarkup
Definition: FSPDFObjC.h:2414
FSResponseTypeOCSP
OCSP response.
Definition: FSPDFObjC.h:7069
FSAppProviderCallbackStringIDValidateNullError
Sample message: "%s cannot be left blank.".
Definition: FSPDFObjC.h:5199
FSAnnotAppearanceTypeNormal
Annotation's normal appearance.
Definition: FSPDFObjC.h:2258
FSAppProviderCallbackStringIDValueExcalmatory
Sample message: "Value!".
Definition: FSPDFObjC.h:5112
FSPDFAComplianceVersionPDFA1b
PDF/A-1b.
Definition: FSPDFObjC.h:6195
FSWatermarkTextPropertiesFontStyleNormal
Watermark font style: normal.
Definition: FSPDFObjC.h:5893
FSAppProviderCallbackMsgBoxButtonType
FSAppProviderCallbackMsgBoxButtonType
Enumeration for button type of XFA message box.
Definition: FSPDFObjC.h:5217
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYYYY
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4578
FSPagingSealSignature
Definition: FSPDFObjC.h:4341
FSTabOrderMgr
Definition: FSPDFObjC.h:5821
FSWrapperData
Definition: FSPDFObjC.h:4607
FSPDFObjectBoolean
PDF boolean object.
Definition: FSPDFObjC.h:1125
FSActionNewWindowFlag
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:1747
-[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:4338
FSSignatureAPFlagFoxitFlag
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:4133
FSCombinationCombineDocsOptionPageLabels
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7441
FSAppProviderCallbackStringIDMonthJan
String ID for case: Use string in local language for "January".
Definition: FSPDFObjC.h:5184
FSActionCallbackAppInfoTypeViewerType
Application's viewer type information.
Definition: FSPDFObjC.h:3441
FSSignatureSignatureTypeOrdinary
Signature type: ordinary.
Definition: FSPDFObjC.h:4161
FSDefaultAppearanceFlagFontSize
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2023
FSErrComplianceEngineInvalidUnlockCode
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:483
FSFillerVkey8
8 key.
Definition: FSPDFObjC.h:3781
FSAppProviderCallbackStringIDOutOfArrayRange
Sample message: "Out of the range of '%s' array".
Definition: FSPDFObjC.h:5160
FSBorderInfoDashed
Border style: Dashed.
Definition: FSPDFObjC.h:2078
FSFontStdIDHelvetica
Standard font: Helvetica.
Definition: FSPDFObjC.h:837
-[FSWidgetMenu canPaste]
BOOL canPaste()
Check if the text of related XFA widget can be pasted.
FSSignatureCallbackCertUnsupportType
Certificate is unsupport type.
Definition: FSPDFObjC.h:4248
FSXFAWidgetWidgetVAlignType
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:5403
FSLRElementElementTypeShadingObject
Structure element type: ShadingObject, which means shading graphics object element.
Definition: FSPDFObjC.h:6745
FSFillerVkeyV
V key.
Definition: FSPDFObjC.h:3804
FSLRStructureElementAttributeTypeColumnGap
Attribute type: ColumnGap, which represents the desired space between adjacent columns,...
Definition: FSPDFObjC.h:6811
-[FSLayerContext getUsageType]
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
FSActionNewWindowFlagFalse
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:1748
FSPDFObjectString
PDF string object.
Definition: FSPDFObjC.h:1127
FSLRStructureElementAttributeTypePadding
Attribute type: Padding, which specifies an offset to account for the separation between the element'...
Definition: FSPDFObjC.h:6790
FSLocaleIDFrance
Locale ID for country: France.
Definition: FSPDFObjC.h:631
FSAppProviderCallbackStringIDInvalidateInstruction
Sample message: "Invalidate instruction".
Definition: FSPDFObjC.h:5154
FSTaggedPDFCallbackReportCategoryTocItem
Report category type: toc item.
Definition: FSPDFObjC.h:6998
FSAppProviderCallbackAppInfoPlatform
Application information: platform.
Definition: FSPDFObjC.h:5089
FSDocViewerPrefsDisplayDocTitle
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:4922
FSWatermarkSettingsFlagSharePageStream
If set, watermarks will share one form xobject if these watermarks use the same page object.
Definition: FSPDFObjC.h:5866
FSAppProviderCallbackStringIDWeekDaySun
String ID for case: Use string in local language for "Sunday".
Definition: FSPDFObjC.h:5177
-[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:6335
FSLRStructureElementAttributeTypeSpaceAfter
Attribute type: SpaceAfter, which represents the amount of extra space following the after edge of th...
Definition: FSPDFObjC.h:6793
FSIconFitScaleWayAlways
Always scale.
Definition: FSPDFObjC.h:2147
FSFloatingInfoOffScreenAction
FSFloatingInfoOffScreenAction
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: FSPDFObjC.h:3280
FSTextPageCharInfoHyphen
Character flag: Hyphen.
Definition: FSPDFObjC.h:5497
FSErrCanNotConnectToServer
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:461
FSHTML2PDFSettingDataEncodingFormatEUC
Encoding foramt: "EUC".
Definition: FSPDFObjC.h:6514
FSHTML2PDFSettingDataEncodingFormatHZ_GB_2312
Encoding foramt: "HZ-GB-2312".
Definition: FSPDFObjC.h:6556
-[FSPagingSealSignature generateAppearance]
BOOL generateAppearance()
Generate the appearance of paging seal signature.
FSFloatingInfoWindowPositionCenter
Window position: at the center.
Definition: FSPDFObjC.h:3260
FSLayerZoomData
Definition: FSPDFObjC.h:3604
FSTableBorderInfoTableBorderStyleDashed
Table border style: Dashed.
Definition: FSPDFObjC.h:5935
FSMonoImageSettingsMonoImageCompressMode
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:6378
FSPDFDocDisplayUseOutlines
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:4757
FSMediaSettingsPlayerWindowType
FSMediaSettingsPlayerWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:3308
FSFillSignObject
Definition: FSPDFObjC.h:7360
FSErrCanNotSetACL
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:468
FSPDFPageCalcContentsBox
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:4390
FSAppProviderCallbackMsgBoxButtonID
FSAppProviderCallbackMsgBoxButtonID
Enumeration for button ID of XFA message box.
Definition: FSPDFObjC.h:5224
FSLRStructureElementAttributeValueTypeEmpty
Empty value type.
Definition: FSPDFObjC.h:6898
FSLRStructureElementAttributeValueEnumAfter
Enum value: After, which means the alignment for attribute BlockAlign or the placement for attribute ...
Definition: FSPDFObjC.h:6834
FSSearchOptionWordMatchingMatchPhrase
Word matching: match phrase.
Definition: FSPDFObjC.h:3361
FSFontCIDCharset
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:823
FSFillerVkeyI
I key.
Definition: FSPDFObjC.h:3791
FSSignatureLabelNameSignTime
Signature label name for sign time.
Definition: FSPDFObjC.h:4193
-[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:6573
FSFillerVkeyMultiply
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:3819
FSBitmapDIBCmyk
DIB format: 32bpp CMYK format, with bits order "Cyan, Magenta, Yellow, Black". Cyan is in the lowest ...
Definition: FSPDFObjC.h:1012
FSPrintParamsPrintHandling
FSPrintParamsPrintHandling
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3210
FSCombineDocumentInfo
Definition: FSPDFObjC.h:7399
FSFontCharsetGB2312
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:811
FSAdditionalActionTriggerAnnotMouseButtonReleased
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:1990
FSSignatureStateVerifyTimestampDoc
The signature is a time stamp signature.
Definition: FSPDFObjC.h:4120
FSTableCellDataArray
Definition: FSPDFObjC.h:5978
FSTableGenerator
Definition: FSPDFObjC.h:6064
FSFontStdIDCourier
Standard font: Courier.
Definition: FSPDFObjC.h:833
FSAdditionalActionTriggerAnnotPageVisible
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:1995
FSPDFStreamCCITTFaxDecode
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:1182
FSPDFDocPwdInvalid
The password is invalid.
Definition: FSPDFObjC.h:4699
-[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:3501
-[FSFloatArray removeAll]
void removeAll()
Clean up the array.
FSLRStructureElementAttributeValueEnumCenter
Enum value: Center, which means the alignment for attributes TextAlign/InlineAlign/RubyAlign.
Definition: FSPDFObjC.h:6853
FSAdditionalActionTriggerAnnotLoseInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:1992
FSPDFDocPwdUser
A user password is used in PDF document.
Definition: FSPDFObjC.h:4701
FSFillerVkeyK
K key.
Definition: FSPDFObjC.h:3793
FSCompareResultInfoCompareResultTypeDeleteAnnot
Result type: delete annotation.
Definition: FSPDFObjC.h:6243
FSGotoAction
Definition: FSPDFObjC.h:1774
FSErrUnsupported
Some types are not supported.
Definition: FSPDFObjC.h:447
FSAppProviderCallbackMsgBoxIconError
Message box icon: Error.
Definition: FSPDFObjC.h:5211
-[FSXFADoc killFocus]
void killFocus()
Kill the focus of XFA widget.
FSActionTypeSound
Action type: sound action.
Definition: FSPDFObjC.h:1733
FSAppProviderCallbackStringIDSOMExpectedList
Sample message: "SOM expression returned list when single result was expected".
Definition: FSPDFObjC.h:5172
FSRichTextStyle
Definition: FSPDFObjC.h:2052
FSFillerEventFlagMetaKey
Event flag: meta key.
Definition: FSPDFObjC.h:3843
FSFillerVkeySpace
Space key.
Definition: FSPDFObjC.h:3759
FSTaggedPDFCallbackReportCategoryListItem
Report category type: list item.
Definition: FSPDFObjC.h:6993
FSDocProviderCallbackPageViewEventTypeAllRemoved
Event type: all page views are removed.
Definition: FSPDFObjC.h:5273
FSRenditionMediaOptionType
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:1542
FSPDFPageParseFlags
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:4384
FSHTML2PDFSettingDataEncodingFormatCP1251
Encoding foramt: "CP1251".
Definition: FSPDFObjC.h:6524
-[FSProgressive resume]
FSProgressiveState resume()
Continue the progressive process.
FSTextStateModeFillClip
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:1389
FSFillerVkeyF
F key.
Definition: FSPDFObjC.h:3788
FSDocProviderCallbackSubmitInXFD
The submit data is packaged in XFD format, as described in XFDF.
Definition: FSPDFObjC.h:5251
FSHTML2PDFSettingDataEncodingFormatX_KDDI_ISO_2022_JP
Encoding foramt: "X-KDDI-ISO-2022-JP".
Definition: FSPDFObjC.h:6567
FSImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:6339
FSPDFPageTrimBox
Trim Box for page boundary.
Definition: FSPDFObjC.h:4403
FSColorSpaceCalGray
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:615
FSFieldFlagChoiceCommitOnSelChange
(Only useful for choice field) If set, the new value is committed as soon as a selection is made with...
Definition: FSPDFObjC.h:3979
FSFieldFlagButtonNoToggleToOff
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:3967
FSCertVerifyResultReasonAffiliationChanged
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:7119
FSFillerVkeyF6
F6 key.
Definition: FSPDFObjC.h:3830
FSAppProviderCallbackMsgBtnIDYes
Message box button ID: Yes.
Definition: FSPDFObjC.h:5228
FSCompareResultInfoCompareResultType
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:6229
FSLRElementElementTypeListLabel
Structure element type: Lbl, which means "Label" and represents a name or number that distinguishes a...
Definition: FSPDFObjC.h:6711
FSAdditionalActionTriggerEvent
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:1975
FSOutputPreviewShowGray
If set, only show with Gray.
Definition: FSPDFObjC.h:7589
FSErrSuccess
Success, and no error occurs.
Definition: FSPDFObjC.h:438
FSPDFDocEncryptUnknown
Unknown encryption type.
Definition: FSPDFObjC.h:4706
FSSignatureCallbackCertValidity
FSSignatureCallbackCertValidity
Enumeration for certificate validity.
Definition: FSPDFObjC.h:4245
-[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:1954
FSErrParam
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:446
FSFillerAssistCallback-p
Definition: FSPDFObjC.h:9104
FSFillerVkeyG
G key.
Definition: FSPDFObjC.h:3789
FSLRStructureElementAttributeValueEnumTop
Enum value: Top, which means top edge of the page.
Definition: FSPDFObjC.h:6882
FSXFAWidgetWidgetNameTypeField
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:5389
FSMonoImageSettingsImageCompressCCITT4
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:6380
FSXFAWidgetWidgetTypeBarcode
XFA widget type: barcode.
Definition: FSPDFObjC.h:5361
-[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:2183
FSImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:6356
FSHTML2PDFSettingDataScalingModeEnlarge
Page scaling: Enlarge. It means PDF page will be enlarged to HTML content size.
Definition: FSPDFObjC.h:6491
-[FSSignatureVerifyResult getOCSPSigantureVerifyResults]
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
FSAppProviderCallbackStringIDBadSuffix
Sample message: "Bad suffix on number".
Definition: FSPDFObjC.h:5129
FSAnnotationSummaryCallbackAnnotationSummaryStringIDPage
Annotations summary string ID: specify the prefix when page information is outputed in result documen...
Definition: FSPDFObjC.h:7505
-[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:6538
FSActionCallbackAppInfoTypeViewerVariation
Application's viewer variation information.
Definition: FSPDFObjC.h:3442
FSSignatureCallbackCertExpired
Certificate is expired.
Definition: FSPDFObjC.h:4247
FSReplaceCallback-p
Definition: FSPDFObjC.h:10449
FSOutputPreviewShowSolidColor
If set, only show solid color.
Definition: FSPDFObjC.h:7596
FSLRStructureElementAttributeValueEnumDashed
Enum value: Dashed, which means the border is a series of short line segments.
Definition: FSPDFObjC.h:6844
FSShadingColor
Definition: FSPDFObjC.h:2316
-[FSTextSearch findPrev]
BOOL findPrev()
Search for previous matched pattern.
FSTaggedPDFCallbackReportConfidence
FSTaggedPDFCallbackReportConfidence
Enumeration for report confidence used for tag PDF document.
Definition: FSPDFObjC.h:7001
FSOptimizerSettingsDiscardObjectsEmbeddedPrintSettings
Discard embedded print settings.
Definition: FSPDFObjC.h:6449
-[FSSignatureFillSignObject isInitialsType]
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
FSActionCallbackLanguageDEU
German.
Definition: FSPDFObjC.h:3425
FSTextPageCharInfoUnknown
Character flag: Unknown.
Definition: FSPDFObjC.h:5493
FSLRElementElementTypeFormula
Structure element type: Formula, which represents a mathematical formula.
Definition: FSPDFObjC.h:6739
FSErrCanNotGetClientID
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:474
FSTextPageTextOrderFlag
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:5530
FSFileFormatTypeXFDF
File format type: XFDF.
Definition: FSPDFObjC.h:640
-[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:7583
FSAdditionalActionTriggerDocSaved
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:1980
-[FSSound getChannelCount]
int getChannelCount()
Get the count of sound channels.
FSImage
Definition: FSPDFObjC.h:1066
-[FSAttachments removeAllEmbeddedFiles]
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSMarkupState
FSMarkupState
Enumeration for markup annotation's state.
Definition: FSPDFObjC.h:2380
FSRenditionActionOperationType
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:1949
FSTableBorderInfo
Definition: FSPDFObjC.h:5938
FSBorderInfoSolid
Border style: Solid.
Definition: FSPDFObjC.h:2077
FSActionCallbackJSFieldValueChangedByFormat
javascript field value changed type: format.
Definition: FSPDFObjC.h:3454
FSFillerAssistCallbackPopupMenuItemCopy
Popup menu item: "Copy".
Definition: FSPDFObjC.h:3741
FSAnnotAppearanceType
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:2257
FSSignatureCallbackCertDataError
Certificate's data is error.
Definition: FSPDFObjC.h:4249
FSCombinationCombineDocsOptionMarkInfos
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7440
FSLRStructureElementAttributeTypeGlyphOrientationVertical
Attribute type: GlyphOrientationVertical, which specifies the orientation of glyphs when the inline-p...
Definition: FSPDFObjC.h:6809
FSReflowPage
Definition: FSPDFObjC.h:5023
FSAnnotHighlightingNone
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:2219
FSPDFDocPermAnnotForm
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:4720
FSTableCellIndexArray
An array of table cell index.
Definition: FSPDFObjC.h:6017
FSAppProviderCallbackAppInfoName
Application information: name.
Definition: FSPDFObjC.h:5091
FSLTVVerifierSignatureTSTTime
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:7246
FSDocProviderCallbackInvalidateFlagCurrentPage
Invalidate current page.
Definition: FSPDFObjC.h:5235
FSPortfolioInitialViewDetailMode
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:7736
FSFillerEventFlagCommand
Event flag: the command key.
Definition: FSPDFObjC.h:3849
FSActionCallbackLayoutModeContinuousFacing
Layout mode: continuous two pages.
Definition: FSPDFObjC.h:3471
FSAssociatedFilesRelationshipSource
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:2906
FSFieldFlagNoExport
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:3966
FSPrintParamsPrintContentDocument
Print Content: print the document contents, not comments.
Definition: FSPDFObjC.h:3180
FSFontStyleAllCap
Font style: all cap.
Definition: FSPDFObjC.h:800
FSHTML2PDFSettingDataEncodingFormatISO_8859_5
Encoding foramt: "ISO-8859-5".
Definition: FSPDFObjC.h:6502
FSFloatingInfoResizeTypeYes
Resize type: may be resized without preserving the aspect ratio.
Definition: FSPDFObjC.h:3277
FSPDFDocInsertDocOptionAttachments
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:4752
FSLayerTreeStateOFF
The state is OFF.
Definition: FSPDFObjC.h:3623
FSAdditionalActionTriggerAnnotPageInvisible
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:1996
FSSubmitFormActionFlagIncludeAppendSaves
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:1875
FSSnapPointMgrFlagNearestPoint
If set, that means to get the nearest point (which is in a path) to the specified point.
Definition: FSPDFObjC.h:7787
FSTextPageCharInfoUnUnicode
Character flag: UnUnicode.
Definition: FSPDFObjC.h:5496
FSPortfolioFileNode
Definition: FSPDFObjC.h:7686
FSPDFNameTreePages
"Pages" name tree.
Definition: FSPDFObjC.h:1494
FSHeaderFooterContentGeneratorDateFormatMMSlashYYYY
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4570
FSGraphicsObjectBlendColor
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:1327
FSAnnotationSummaryCallbackAnnotationSummaryStringIDNoAnnotations
Annotations summary string ID: specify the string used as content in result document when a page does...
Definition: FSPDFObjC.h:7509
FSImageObject
Definition: FSPDFObjC.h:1419
FSPortfolioInitialViewHidden
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:7738
FSBorderInfoInset
Border style: Inset.
Definition: FSPDFObjC.h:2081
FSPDFPageCalcDetection
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:4391
FSPageBasicInfo
Definition: FSPDFObjC.h:4647
FSPSICallback-p
Definition: FSPDFObjC.h:9304
FSDocViewerPrefsPrintScale
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:4911
FSDestinationZoomFitVert
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:1687
FSBarcodeFormatEAN8
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1096
FSAppProviderCallbackStringIDSubmitValidateNullError
Sample message: "At least one required field was empty. Please fill in the required fields(highlighte...
Definition: FSPDFObjC.h:5205
FSFontCIDCharsetGB1
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:825
FSFileStreamCallback-p
Definition: FSPDFObjC.h:7880
-[FSSignatureVerifyResult getTSTSignatureVerifyResult]
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
FSHTML2PDFSettingDataEncodingFormatMACINTOSH
Encoding foramt: "MACINTOSH".
Definition: FSPDFObjC.h:6547
FSTabOrderMgrColumn
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:5817
FSHeaderFooterContentGeneratorPageNumberFormat
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:4583
FSPDFNameTree
Definition: FSPDFObjC.h:1498
FSErrOCREngineNotInit
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:478
FSAdditionalActionTriggerAnnotCursorExit
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:1988
FSLRStructureElementAttributeValueTypeWStr
Value type: wide string.
Definition: FSPDFObjC.h:6903
FSPDFPageBleedBox
Bleed Box for page boundary.
Definition: FSPDFObjC.h:4405
FSSignatureStateVerifyTimestampNone
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:4119
FSPDFPageParsePageTextOnly
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:4386
FSSignatureLabelNameSigner
Signature label name for signer.
Definition: FSPDFObjC.h:4190
FSImageSettingsStretchInterpol
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:6353
FSSnappedPointTypeIntersectionPoint
Snapped point type: intersection point, which means the snapped point is the intersection of two inte...
Definition: FSPDFObjC.h:7766
FSSignatureStateVerifyTimestampValid
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:4121
FSTextPageCharInfoTextCharFlag
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:5492
FSFillerVkeyM
M key.
Definition: FSPDFObjC.h:3795
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYY
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4561
FSRenditionAction
Definition: FSPDFObjC.h:1958
FSHTML2PDFSettingDataEncodingFormatISO_8859_11
Encoding foramt: "ISO-8859-11".
Definition: FSPDFObjC.h:6533
FSSignaturePAdESLevel
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:4166
FSAppProviderCallbackStringIDValidateError
Sample message: "The value you entered for %s is invalid.".
Definition: FSPDFObjC.h:5201
FSLRStructureElementAttributeValueEnumLowerAlpha
Enum value: LowerAlpha, which means lowercase letters (a, b, c, ...).
Definition: FSPDFObjC.h:6867
FSFontStyleFixedPitch
Font style: fixed pitch.
Definition: FSPDFObjC.h:794
FSLRStructureElementAttributeValueEnumUpperAlpha
Enum value: UpperAlpha, which means uppercase letters (A, B, C, ...).
Definition: FSPDFObjC.h:6866
-[FSLRContentElement getMatrix]
FSMatrix2D * getMatrix()
Get matrix.
FSSubmitFormActionFlagCanonicalFormat
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:1878
FSReflowPageNoTruncate
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:5020
-[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:6799
FSMarkupMeasureTypeS
Measurement of the slope of a line.
Definition: FSPDFObjC.h:2411
FSLRStructureElementAttributeTypeTableHeaderScope
Attribute type only for Table: Scope, which indicates whether the header cell applies to the rest of ...
Definition: FSPDFObjC.h:6820
FSXFADocDynamic
XFA document type: Dynamic.
Definition: FSPDFObjC.h:5290
FSHTML2PDFSettingDataEncodingFormatBIG5
Encoding foramt: "BIG5".
Definition: FSPDFObjC.h:6509
FSErrNotCDRM
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:460
FSBitmapInterpolationFlag
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:1020
FSAdditionalActionTriggerFieldWillFormat
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:1984
FSMonoImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:6393
FSRendererColorMode
FSRendererColorMode
Enumeration for rendering color mode.
Definition: FSPDFObjC.h:2841
-[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:3661
FSModuleName
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:592
-[FSFiller onDelete]
BOOL onDelete()
Call this function when the popup menu item "Delete" is down.
FSImageUnknown
Unknown image type.
Definition: FSPDFObjC.h:1055
FSProgressive
Definition: FSPDFObjC.h:670
FSComparisonCompareTypeAnnotation
Compare annotation only.
Definition: FSPDFObjC.h:6306
FSDocProviderCallbackPageViewEventTypeAdded
Event type: after a page view is added.
Definition: FSPDFObjC.h:5271
-[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:3664
FSChoiceOption
Definition: FSPDFObjC.h:3913
-[FSLayerNode getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSSignatureFillSignObject
Definition: FSPDFObjC.h:7387
-[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:5140
-[FSGraphicsObjectArray getSize]
int getSize()
Get the number of elements in the array.
FSFillerVkey9
9 key.
Definition: FSPDFObjC.h:3782
FSLRElementElementTypeBlockQuote
Structure element type: BlockQuote, which means "Block quotation" and represents a portion of text co...
Definition: FSPDFObjC.h:6690
FSResultInformation
Definition: FSPDFObjC.h:6178
FSLRElementElementType
FSLRElementElementType
Enumeration for standard structure types.
Definition: FSPDFObjC.h:6683
FSLRStructureElementAttributeValueEnumWarichu
Enum value: Warichu, which means the RT and associated RP elements are to be formatted as a warichu,...
Definition: FSPDFObjC.h:6832
FSWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:5861
FSPDFDocEncryptCustom
Encryption type: customized encryption.
Definition: FSPDFObjC.h:4711
FSFileSpec
Definition: FSPDFObjC.h:3554
FSFieldFlags
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:3963
FSAppProviderCallbackMsgBoxIconStatus
Message box icon: Status.
Definition: FSPDFObjC.h:5214
FSActionCallbackJSMailResultSuccess
Mailed result: mail success.
Definition: FSPDFObjC.h:3476
FSHTML2PDFSettingDataEncodingFormatBIG5_CP950
Encoding foramt: "BIG5-CP950".
Definition: FSPDFObjC.h:6516
FSHTML2PDFSettingDataEncodingFormatCNS
Encoding foramt: "CNS".
Definition: FSPDFObjC.h:6515
FSRenditionFloatingWindowResizeTypeNo
May not be resized.
Definition: FSPDFObjC.h:1594
FSTextStateModeStrokeClip
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:1390
FSLRContext
Definition: FSPDFObjC.h:6975
FSMediaPlayer
Definition: FSPDFObjC.h:1668
FSErrFilePathNotExist
File or folder path does not exist.
Definition: FSPDFObjC.h:481
FSRenditionMediaPlayerMustUsed
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:1555
-[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:7442
FSLRElementElementTypeRubyBase
Structure element type: RB, which means "Ruby base text" and represents the full-size text to which t...
Definition: FSPDFObjC.h:6729
FSCustomSecurityHandler
Definition: FSPDFObjC.h:5763
-[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:7503
FSActionTypeGoToE
Action type: embedded go-to action.
Definition: FSPDFObjC.h:1729
FSActionCallbackLanguage
FSActionCallbackLanguage
Enumeration for language.
Definition: FSPDFObjC.h:3420
FSIconFitScaleWayType
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:2145
FSFillerVkeyDecimal
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:3823
FSRotation270
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:564
FSPagingSealConfigPagingSealPositionBottom
Bottom Paging Seal.
Definition: FSPDFObjC.h:4312
FSLRElementElementTypeArtifact
Structure element type: Artifact, which includes other Pagination, Layout, Page and Background artifa...
Definition: FSPDFObjC.h:6741
FSDestinationZoomXYZ
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:1684
FSAppProviderCallbackStringIDNotFoundConst
Sample message: "Cannot find const '%s'".
Definition: FSPDFObjC.h:5152
FSAnnotRichMedia
Annotation type: rich media annotation.
Definition: FSPDFObjC.h:2202
FSSearchOption
Definition: FSPDFObjC.h:3366
FSRenditionMediaPlayerFitStyleSlice
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:1562
FSLRStructureElementAttributeTypeTPadding
Attribute type: TPadding, which specifies an offset to account for the separation between the table c...
Definition: FSPDFObjC.h:6801
FSFontStyleScript
Font style: script.
Definition: FSPDFObjC.h:797
FSHeaderFooterContentGeneratorDateFormatYYYYHyphenMMHyphenDD
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4580
FSPDFStreamCrypt
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:1186
FSAnnotFlagPrint
Annotation flag: print.
Definition: FSPDFObjC.h:2208
FSColorSpaceType
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:610
FSLTVVerifier
Definition: FSPDFObjC.h:7255
-[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:3255
FSPathTypeLineToCloseFigure
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:914
FSQuadPointsArray
Definition: FSPDFObjC.h:2125
FSHTML2PDFSettingDataEncodingFormatGreek
Encoding foramt: "Greek".
Definition: FSPDFObjC.h:6504
FSHeaderFooterContentGeneratorDateFormatDDotMDotYYYY
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4576
FSColorSpaceRenderIntentAbsColorimetric
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:968
FSActionCallbackLayoutMode
FSActionCallbackLayoutMode
Enumeration for layout mode.
Definition: FSPDFObjC.h:3467
FSFontStdIDHelveticaBI
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:839
FSFillerVkeyShift
Shift key.
Definition: FSPDFObjC.h:3754
FSSignatureCallbackCertNotSet
Certificate is not set to sign a signature.
Definition: FSPDFObjC.h:4252
FSAnnotMKRelationNoCaption
No caption; icon only.
Definition: FSPDFObjC.h:2249
FSAdditionalActionTriggerAnnotCursorEnter
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:1987
-[FSWidgetMenu selectAll]
BOOL selectAll()
Select all the text of related XFA widget.
FSHighlight
Definition: FSPDFObjC.h:2476
FSFieldTypeUnknown
Form field type: unknown.
Definition: FSPDFObjC.h:3953
FSErrTimeStampServerMgrNoDefaltServer
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:494
FSAppProviderCallbackStringIDExpectedOperator
Sample message: "Expected operator '%s' instead of '%s'".
Definition: FSPDFObjC.h:5146
FSComplianceEngine
Definition: FSPDFObjC.h:6110
FSAssociatedFilesRelationship
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:2904
FSHTML2PDFSettingDataEncodingFormatLatin5
Encoding foramt: "Latin5".
Definition: FSPDFObjC.h:6500
FSRichTextStyleCornerMarkSuperscript
Corner mark style: superscript.
Definition: FSPDFObjC.h:2048
-[FSRange removeAll]
void removeAll()
Remove all range segments.
FSSubmitFormActionFlagSubmitAsPDF
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:1877
FSRendererColorModeNormal
Normal color mode.
Definition: FSPDFObjC.h:2842
FSAnnotPropertyModifiedDate
Annotation property: modified date.
Definition: FSPDFObjC.h:2227
FSErrInvalidClientID
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:477
FSOptimizerSettingsDiscardObjectsFlattenFormFields
Flatten form fields.
Definition: FSPDFObjC.h:6446
FSFillModeAlternate
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:576
FSMarkupEndingStyleROpenArrow
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:2400
FSSnappedPointSnappedPointType
FSSnappedPointSnappedPointType
Enumeration for snapped point type.
Definition: FSPDFObjC.h:7762
FSTaggedPDF
Definition: FSPDFObjC.h:7011
-[FSWatermark getWidth]
float getWidth()
Get the original width of current watermark.
FSPosTopRight
Position: top right.
Definition: FSPDFObjC.h:583
FSFillerVkeyAdd
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:3820
FSRMSSecurityCallback-p
Definition: FSPDFObjC.h:9631
FSLRStructureElementAttributeValueEnumTbLr
Enum value: TbLr (PDF 2.0), which means inline progression from top to bottom; block progression from...
Definition: FSPDFObjC.h:6840
FSAppProviderCallbackStringIDScriptArgumentMismatch
Sample message: "Error:Argument mismatch in property or function argument.".
Definition: FSPDFObjC.h:5207
FSWidgetLineSpacingExactValue
Line spacing style: exact value line spacing.
Definition: FSPDFObjC.h:2758
FSDestinationZoomFitRect
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:1688
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:7521
FSActionTypeUnknown
Action type: unknown action.
Definition: FSPDFObjC.h:1726
FSFillerVkeyP
P key.
Definition: FSPDFObjC.h:3798
FSMetadata
Definition: FSPDFObjC.h:4892
FSLine
Definition: FSPDFObjC.h:2594
FSFillerVkeyNumpad1
1 key in the numeric keypad.
Definition: FSPDFObjC.h:3810
FSFileFormatTypeXDP
File format type: XDP.
Definition: FSPDFObjC.h:642
FSFillModeNone
Fill mode: none.
Definition: FSPDFObjC.h:575
FSPDFDocSaveFlags
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:4727
FSLRElementElementTypeHeading
Structure element type: H, which means "Heading" and represents a label for a subdivision of a docume...
Definition: FSPDFObjC.h:6701
FSPDFPageFlattenOptions
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:4394
FSErrLTVVerifyModeNotSet
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:486