Foxit PDF SDK
FSPDFObjC.h
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 2.0.6
4  *
5  * This file is not intended to be easily readable and contains a number of
6  * coding conventions designed to improve portability and efficiency. Do not make
7  * changes to this file unless you know what you are doing--modify the SWIG
8  * interface file instead.
9  * ----------------------------------------------------------------------------- */
10 
11 #import <CoreGraphics/CoreGraphics.h>
12 
13 @class FSNote;
14 @class FSBitmap;
15 @class FSPDFPage;
16 @class FSReflowPage;
17 @class FSPDFDoc;
18 @class FSAnnot;
19 @class FSMenuList;
20 @class FSMenuItemEx;
21 @class FSLayerContext;
22 @class FSFileSpec;
23 @class FSMarkup;
24 @class FSRedact;
25 @class FSPopup;
26 @class FSField;
27 @class FSControl;
28 @class FSPDFDictionary;
29 @class FSStdEncryptData;
30 @class FSDRMEncryptData;
31 @class FSCustomEncryptData;
33 @class FSRMSEncryptData;
34 @class FSPDFObject;
35 @class FSPDFNameTree;
36 @class FSPDFNumberTree;
37 @class StructTreeEntity;
38 @class StructElement;
39 @class StructMarkedContent;
40 @class StructObjectContent;
41 @class PDFStructTree;
42 @class FSReadingBookmark;
43 @class FSSignature;
44 @class FSSecurityHandler;
45 @class FSLayerNode;
46 @class FSLayerPrintData;
47 @class FSGraphicsObject;
48 @class FSPDFArray;
49 @class FSPDFStream;
50 @class FSWatermarkSettings;
52 @class FSTextObject;
53 @class FSXFAWidget;
54 @class FSXFAPage;
55 @class FSForm;
56 @class FSRectI;
57 @class FSRectF;
58 @class FSMatrix2D;
59 @class FSGraphicsObjects;
61 @class FSTextObjectArray;
62 @class FSFormXObject;
63 @class FSImageObject;
64 @class FSPathObject;
65 @class FSShadingObject;
66 @class FSTimer;
67 @class FSScreen;
68 @class FSMediaPlayer;
69 @class FSLayerTree;
70 @class FSLayerNodeArray;
71 @class FSTimeStampServer;
73 @class FSResponse;
74 @class FSTimeRange;
75 @class FSCertVerifyResult;
77 @class FSCertIssuerPair;
79 @class FSLTVVerifier;
82 @class FSOptimizerSettings;
83 @class FSImageSettings;
85 @class FSMonoImageSettings;
86 @class FSEmbeddedFontData;
90 @class FSConvert;
91 @class FSPageNumberRange;
92 @class FSColor;
94 @class FSHeaderFooter;
96 @class FSFillSign;
97 @class FSFillSignObject;
101 @class FSCombineDocumentInfo;
103 @class FSCombination;
104 @class FSLRElement;
105 @class FSLRStructureElement;
107 @class FSLRContentElement;
108 @class FSLRContext;
109 @class FSOutputPreview;
111 @class FSAnnotationSummary;
112 @class FSTaggedPDF;
113 @class FSPortfolio;
114 @class FSSchemaField;
115 @class FSSchemaFieldArray;
116 @class FSPortfolioNode;
117 @class FSPortfolioNodeArray;
118 @class FSPortfolioFileNode;
119 @class FSPortfolioFolderNode;
120 @class FSPagingSealSignature;
121 @class FSTableCellData;
123 @class FSTableCellDataArray;
124 @class FSTableData;
125 @class FSButtonItem;
128 @class FSMenuItemConfig;
129 @class FSRectFArray;
130 @class FSTransition;
131 @class FSTransitionArray;
132 @class FSSplitDocumentInfo;
133 @class FSSplitFileResult;
137 
138 @protocol FSDWG2PDFProgressCallback;
139 @protocol FSSplitPDFDocCallback;
140 @protocol FSPauseCallback;
141 @protocol FSFileReaderCallback;
142 @protocol FSFileWriterCallback;
143 @protocol FSFileStreamCallback;
144 @protocol FSActionCallback;
145 @protocol FSIconProviderCallback;
146 @protocol FSNotifierCallback;
147 @protocol FSDocEventCallback;
148 @protocol FSAsyncReaderCallback;
149 @protocol FSFillerAssistCallback;
150 @protocol FSSearchCallback;
151 @protocol FSSearchCancelCallback;
152 @protocol FSPSICallback;
153 @protocol FSSecurityCallback;
155 @protocol FSDRMSecurityCallback;
156 @protocol FSCustomSecurityCallback;
157 @protocol FSRMSSecurityCallback;
158 @protocol FSSignatureCallback;
159 @protocol FSAppProviderCallback;
160 @protocol FSDocProviderCallback;
162 @protocol FSRevocationCallback;
164 @protocol FSFontMapperCallback;
166 @protocol FSTaggedPDFCallback;
167 @protocol FSTimeStampCallback;
168 @protocol FSReplaceCallback;
169 @protocol FSTableGeneratorCallback;
172 
173 
174 #import <Foundation/Foundation.h>
175 
176 
177 #ifdef __cplusplus
178 extern "C" {
179 #endif
180 
181 @interface SWIGTYPE_p_void : NSObject
182 {
183  void *swigCPtr;
184  BOOL swigCMemOwn;
185 }
186 -(id)init NS_UNAVAILABLE;
187 -(void*)getCptr;
188 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
189 
190 @end
191 
192 @interface FSBasicArray : NSObject
193 {
194  void *swigCPtr;
195  BOOL swigCMemOwn;
196 }
197 -(void*)getCptr;
198 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
199 
200 -(void)dealloc;
201 
202 @end
203 
204 
205 
206 @interface FSPoint : NSObject
207 {
208  void *swigCPtr;
209  BOOL swigCMemOwn;
210 }
211 @property (nonatomic, getter=getX) int x;
212 @property (nonatomic, getter=getY) int y;
213 -(void*)getCptr;
214 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
215 -(id)init;
216 -(id)initWithOther: (FSPoint*)other;
217 -(void)set: (int)x y: (int)y;
218 -(void)add: (int)x y: (int)y;
219 -(void)subtract: (int)x y: (int)y;
220 -(void)reset;
221 -(void)dealloc;
222 
223 @end
224 
225 @interface FSPointF : NSObject
226 {
227  void *swigCPtr;
228  BOOL swigCMemOwn;
229 }
230 @property (nonatomic, getter=getX) float x;
231 @property (nonatomic, getter=getY) float y;
232 -(void*)getCptr;
233 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
234 -(id)init;
235 -(id)initWithOther: (FSPointF*)other;
236 -(void)set: (float)x y: (float)y;
237 -(void)add: (float)x y: (float)y;
238 -(void)subtract: (float)x y: (float)y;
239 -(void)reset;
240 -(void)dealloc;
241 
242 @end
243 
245 -(void*)getCptr;
246 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
247 -(id)init;
248 -(id)initWithOther: (FSRectFArray*)other;
249 -(int)getSize;
250 -(int)getUpperBound;
251 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
252 -(void)removeAll;
253 -(FSRectF*)getAt: (int)nIndex;
254 -(BOOL)setAt: (int)nIndex newElement: (FSRectF*)newElement;
255 -(BOOL)setAtGrow: (int)nIndex newElement: (FSRectF*)newElement;
256 -(BOOL)add: (FSRectF*)newElement;
257 -(BOOL)insertAt: (int)nIndex newElement: (FSRectF*)newElement nCount: (int)nCount;
258 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
259 -(int)find: (FSRectF*)data iStart: (int)iStart;
260 
261 -(void)dealloc;
262 
263 @end
264 
266 -(void*)getCptr;
267 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
268 -(id)init;
269 -(id)initWithOther: (FSPointFArray*)other;
270 -(int)getSize;
271 -(int)getUpperBound;
272 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
273 -(void)removeAll;
274 -(FSPointF*)getAt: (int)nIndex;
275 -(BOOL)setAt: (int)nIndex newElement: (FSPointF*)newElement;
276 -(BOOL)setAtGrow: (int)nIndex newElement: (FSPointF*)newElement;
277 -(BOOL)add: (FSPointF*)newElement;
278 -(BOOL)insertAt: (int)nIndex newElement: (FSPointF*)newElement nCount: (int)nCount;
279 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
280 -(int)find: (FSPointF*)data iStart: (int)iStart;
281 
282 -(void)dealloc;
283 
284 @end
285 
287 -(void*)getCptr;
288 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
289 -(id)init;
290 -(id)initWithOther: (FSFloatArray*)other;
291 -(int)getSize;
292 -(int)getUpperBound;
293 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
294 -(void)removeAll;
295 -(float)getAt: (int)nIndex;
296 -(BOOL)setAt: (int)nIndex newElement: (float)newElement;
297 -(BOOL)setAtGrow: (int)nIndex newElement: (float)newElement;
298 -(BOOL)add: (float)newElement;
299 -(BOOL)insertAt: (int)nIndex newElement: (float)newElement nCount: (int)nCount;
300 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
301 -(int)find: (float)data iStart: (int)iStart;
302 
303 -(void)dealloc;
304 
305 @end
306 
308 -(void*)getCptr;
309 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
310 -(id)init;
311 -(id)initWithOther: (FSInt32Array*)other;
312 -(int)getSize;
313 -(int)getUpperBound;
314 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
315 -(void)removeAll;
316 -(int)getAt: (int)nIndex;
317 -(BOOL)setAt: (int)nIndex newElement: (int)newElement;
318 -(BOOL)setAtGrow: (int)nIndex newElement: (int)newElement;
319 -(BOOL)add: (int)newElement;
320 -(BOOL)insertAt: (int)nIndex newElement: (int)newElement nCount: (int)nCount;
321 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
322 -(int)find: (int)data iStart: (int)iStart;
323 
324 -(void)dealloc;
325 
326 @end
327 
329 -(void*)getCptr;
330 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
331 -(id)init;
332 -(id)initWithOther: (FSUInt32Array*)other;
333 -(int)getSize;
334 -(int)getUpperBound;
335 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
336 -(void)removeAll;
337 -(unsigned int)getAt: (int)nIndex;
338 -(BOOL)setAt: (int)nIndex newElement: (unsigned int)newElement;
339 -(BOOL)setAtGrow: (int)nIndex newElement: (unsigned int)newElement;
340 -(BOOL)add: (unsigned int)newElement;
341 -(BOOL)insertAt: (int)nIndex newElement: (unsigned int)newElement nCount: (int)nCount;
342 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
343 -(int)find: (unsigned int)data iStart: (int)iStart;
344 
345 -(void)dealloc;
346 
347 @end
348 
349 @interface FSRectI : NSObject
350 {
351  void *swigCPtr;
352  BOOL swigCMemOwn;
353 }
354 @property (nonatomic, getter=getLeft) int left;
355 @property (nonatomic, getter=getTop) int top;
356 @property (nonatomic, getter=getRight) int right;
357 @property (nonatomic, getter=getBottom) int bottom;
358 -(void*)getCptr;
359 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
360 -(id)init;
361 -(id)initWithLeft1: (int)left1 top1: (int)top1 right1: (int)right1 bottom1: (int)bottom1;
362 -(int)width;
363 -(int)height;
364 -(BOOL)isEmpty;
365 -(void)normalize;
366 -(void)intersect: (FSRectI*)src;
367 -(void)union: (FSRectI*)other_rect;
368 -(void)offset: (int)dx dy: (int)dy;
369 -(BOOL)contains: (FSRectI*)other_rect;
370 -(BOOL)containsPoint: (int)x y: (int)y;
371 -(BOOL)valid;
372 
373 -(void)dealloc;
374 
375 @end
376 
377 @interface FSRectF : NSObject
378 {
379  void *swigCPtr;
380  BOOL swigCMemOwn;
381 }
382 @property (nonatomic, getter=getLeft) float left;
383 @property (nonatomic, getter=getRight) float right;
384 @property (nonatomic, getter=getBottom) float bottom;
385 @property (nonatomic, getter=getTop) float top;
386 -(void*)getCptr;
387 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
388 -(id)init;
389 -(id)initWithLeft1: (float)left1 bottom1: (float)bottom1 right1: (float)right1 top1: (float)top1;
390 -(id)initWithRect: (FSRectI*)rect;
391 -(BOOL)isEmpty;
392 -(void)normalize;
393 -(void)reset;
394 -(BOOL)contains: (FSRectF*)other_rect;
395 -(void)transform: (FSMatrix2D*)pMatrix;
396 -(void)intersect: (FSRectF*)other_rect;
397 -(void)union: (FSRectF*)other_rect;
398 -(FSRectI*)getInnerRect;
399 -(FSRectI*)getOuterRect;
400 -(FSRectI*)getClosestRect;
401 -(void)initRect: (float)x y: (float)y;
402 -(void)updateRect: (float)x y: (float)y;
403 -(float)width;
404 -(float)height;
405 -(void)inflateWithValues: (float)x y: (float)y;
406 -(void)inflate: (FSRectF*)rt;
407 -(void)defalteWithValues: (float)x y: (float)y;
408 -(void)deflate: (FSRectF*)rt;
409 -(void)translate: (float)e f: (float)f;
410 +(FSRectF*)getBBox: (FSPointF*)pPoints nPoints: (int)nPoints;
411 -(BOOL)containsPointF: (FSPointF*)point;
412 +(BOOL)IsRectAdjacent: (FSRectF*)rect1 rect2: (FSRectF*)rect2 alignmentTolerance: (float)alignmentTolerance distanceTolerance: (float)distanceTolerance direction: (int)direction;
413 
414 -(void)dealloc;
415 
416 @end
417 
418 @interface FSMatrix2D : NSObject
419 {
420  void *swigCPtr;
421  BOOL swigCMemOwn;
422 }
423 @property (nonatomic, getter=getA) float a;
424 @property (nonatomic, getter=getB) float b;
425 @property (nonatomic, getter=getC) float c;
426 @property (nonatomic, getter=getD) float d;
427 @property (nonatomic, getter=getE) float e;
428 @property (nonatomic, getter=getF) float f;
429 -(void*)getCptr;
430 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
431 -(id)init;
432 -(id)initWithA1: (float)a1 b1: (float)b1 c1: (float)c1 d1: (float)d1 e1: (float)e1 f1: (float)f1;
433 -(void)set: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f;
434 -(void)setIdentity;
435 -(void)setReverse: (FSMatrix2D*)m;
436 -(void)concat: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f bPrepended: (BOOL)bPrepended;
437 -(void)concatWithMatrix: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
438 -(void)concatInverse: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
439 -(void)reset;
440 -(void)copy: (FSMatrix2D*)m;
441 -(BOOL)isIdentity;
442 -(BOOL)isInvertible;
443 -(BOOL)is90Rotated;
444 -(BOOL)isScaled;
445 -(void)translate: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
446 -(void)translateI: (int)x y: (int)y bPrepended: (BOOL)bPrepended;
447 -(void)scale: (float)sx sy: (float)sy bPrepended: (BOOL)bPrepended;
448 -(void)rotate: (float)fRadian bPrepended: (BOOL)bPrepended;
449 -(void)rotateAt: (float)fRadian x: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
450 -(void)shear: (float)fAlphaRadian fBetaRadian: (float)fBetaRadian bPrepended: (BOOL)bPrepended;
451 -(void)matchRect: (FSRectF*)dest src: (FSRectF*)src;
452 -(float)getXUnit;
453 -(float)getYUnit;
454 -(FSRectF*)getUnitRect;
455 -(float)getUnitArea;
456 -(float)transformXDistanceInFloat: (float)dx;
457 -(int)transformXDistance: (int)dx;
458 -(float)transformYDistanceInFloat: (float)dy;
459 -(int)transformYDistance: (int)dy;
460 -(float)transformDistanceInFloat: (float)dx dy: (float)dy;
461 -(int)transformDistanceInInteger: (int)dx dy: (int)dy;
462 -(float)transformDistance: (float)distance;
463 -(void)transformPoint: (int *)x y: (int *)y;
464 -(void)transformRectF: (FSRectF*)rect;
465 -(void)transformRect: (FSRectI*)rect;
466 -(void)transformPointF: (FSPointF*)point;
467 
468 -(void)dealloc;
469 
470 @end
471 
472 
473 
474 
475 
476 
477 
478 typedef NS_ENUM(NSInteger, FSErrorCode) {
573 };
574 
575 @interface FSBase : NSObject
576 {
577  void *swigCPtr;
578  BOOL swigCMemOwn;
579 }
580 -(void*)getCptr;
581 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
582 
583 -(void)dealloc;
584 
585 @end
586 
587 @interface FSDateTime : NSObject
588 {
589  void *swigCPtr;
590  BOOL swigCMemOwn;
591 }
592 @property (nonatomic, getter=getYear) unsigned short year;
593 @property (nonatomic, getter=getMonth) unsigned short month;
594 @property (nonatomic, getter=getDay) unsigned short day;
595 @property (nonatomic, getter=getHour) unsigned short hour;
596 @property (nonatomic, getter=getMinute) unsigned short minute;
597 @property (nonatomic, getter=getSecond) unsigned short second;
598 @property (nonatomic, getter=getMilliseconds) unsigned short milliseconds;
599 @property (nonatomic, getter=getUtc_hour_offset) short utc_hour_offset;
600 @property (nonatomic, getter=getUtc_minute_offset) unsigned short utc_minute_offset;
601 -(void*)getCptr;
602 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
603 +(FSDateTime*)getUTCTime;
604 +(FSDateTime*)getLocalTime;
605 -(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;
606 -(id)init;
607 -(id)initWithDt: (FSDateTime*)dt;
608 -(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;
609 -(BOOL)isValid;
610 -(FSDateTime*)toLocalTime;
611 -(FSDateTime*)toUTCTime;
612 -(void)dealloc;
613 
614 @end
615 
616 typedef NS_ENUM(NSInteger, FSRotation) {
622 };
623 
624 typedef NS_ENUM(NSInteger, FSRotationPointOptions) {
630 };
631 
632 typedef NS_ENUM(NSInteger, FSAlignment) {
636 };
637 
638 typedef NS_ENUM(NSInteger, FSFillMode) {
642 };
643 
644 typedef NS_ENUM(NSInteger, FSPosition) {
654 };
655 
656 typedef NS_ENUM(NSInteger, FSModuleName) {
676 };
677 
678 typedef NS_ENUM(NSInteger, FSColorSpaceType) {
694 };
695 
696 typedef NS_ENUM(NSInteger, FSLocaleID) {
706 };
707 
708 typedef NS_ENUM(NSInteger, FSFileFormatType) {
717 };
718 
719 @interface FSCodec : FSBase
720 -(void*)getCptr;
721 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
722 +(NSData *)base64Encode: (NSData *)buffer;
723 +(NSData *)base64Decode: (NSData *)buffer;
724 +(NSData *)flateCompress: (NSData *)buffer;
725 +(NSData *)flateDecompress: (NSData *)buffer;
726 -(id)init;
727 
728 -(void)dealloc;
729 
730 @end
731 
732 
733 
734 typedef NS_ENUM(NSInteger, FSProgressiveState) {
738 };
739 
740 @interface FSProgressive : FSBase
741 -(id)init NS_UNAVAILABLE;
742 -(void*)getCptr;
743 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
744 -(id)initWithOther: (FSProgressive*)other;
746 -(int)getRateOfProgress;
747 
748 -(void)dealloc;
749 
750 @end
751 
752 @interface FSRenderConfig : NSObject
753 {
754  void *swigCPtr;
755  BOOL swigCMemOwn;
756 }
757 @property (nonatomic, getter=getGraphics_objs_count_in_one_step) int graphics_objs_count_in_one_step;
758 -(void*)getCptr;
759 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
760 -(id)initWithGraphics_objs_count_in_one_step: (int)graphics_objs_count_in_one_step;
761 -(id)init;
762 -(void)set: (int)graphics_objs_count_in_one_step;
763 -(void)dealloc;
764 
765 @end
766 
767 @interface FSLibrary : NSObject
768 {
769  void *swigCPtr;
770  BOOL swigCMemOwn;
771 }
772 -(id)init NS_UNAVAILABLE;
773 -(void*)getCptr;
774 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
775 +(FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
776 +(FSErrorCode)initializeWithJSXFAThreadsafety: (NSString *)sn key: (NSString *)key is_optimize_memory: (BOOL)is_optimize_memory enable_js_xfa_threadsafety: (BOOL)enable_js_xfa_threadsafety;
777 +(FSErrorCode)reinitialize;
778 +(void)destroy;
779 +(BOOL)hasModuleLicenseRight: (FSModuleName)module_name;
780 +(NSString *)getVersion;
781 +(BOOL)setCacheSize: (unsigned int)size;
782 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
783 +(BOOL)setAnnotIconProviderCallback: (id<FSIconProviderCallback>)annot_icon_provider;
784 +(BOOL)setNotifierCallback: (id<FSNotifierCallback>)notifier;
785 +(BOOL)setActionCallback: (id<FSActionCallback>)action_callback;
786 +(BOOL)setDocEventCallback: (id<FSDocEventCallback>)callback;
787 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (id<FSSignatureCallback>)signature_callback;
788 +(void)unregisterSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter;
789 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (id<FSSecurityCallback>)callback;
790 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
791 +(BOOL)setTimeStampCallback: (id<FSTimeStampCallback>)timestamp_callback;
792 +(void)registerXFAAppProviderCallback: (id<FSAppProviderCallback>)callback;
793 +(void)setRenderTextGamma: (float)gamma;
794 +(void)setLogFile: (NSString *)log_file_path;
795 +(void)setLogFileWithStreamCallback: (id<FSFileStreamCallback>)log_file;
796 +(FSErrorCode)flushLog;
797 +(BOOL)setFontMapperCallback: (id<FSFontMapperCallback>)callback;
798 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
799 +(FSRenderConfig*)getRenderConfig;
800 +(void)setRenderConfig: (FSRenderConfig*)render_config;
801 +(void)enableThreadSafety: (BOOL)is_enable_thread_safety;
802 +(NSString *)executeJavaScript: (NSString *)java_script;
803 
804 -(void)dealloc;
805 
806 @end
807 
808 typedef NS_ENUM(NSInteger, FSGraphStateLineCapStyle) {
812 };
813 
814 typedef NS_ENUM(NSInteger, FSGraphStateLineJoinStyle) {
818 };
819 
820 @interface FSGraphState : NSObject
821 {
822  void *swigCPtr;
823  BOOL swigCMemOwn;
824 }
825 @property (nonatomic, getter=getLine_width) float line_width;
826 @property (nonatomic, getter=getLine_join) FSGraphStateLineJoinStyle line_join;
827 @property (nonatomic, getter=getMiter_limit) float miter_limit;
828 @property (nonatomic, getter=getLine_cap) FSGraphStateLineCapStyle line_cap;
829 @property (nonatomic, getter=getDash_phase) float dash_phase;
830 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
831 -(void*)getCptr;
832 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
833 -(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;
834 -(id)init;
835 -(id)initWithState: (FSGraphState*)state;
836 -(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;
837 -(void)dealloc;
838 
839 @end
840 
841 
842 
843 typedef NS_ENUM(NSInteger, FSRangeFilter) {
847 };
848 
849 @interface FSRange : FSBase
850 -(void*)getCptr;
851 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
852 -(id)init;
853 -(id)initWithIndex: (int)index;
854 -(id)initWithStart_index: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
855 -(id)initWithOther: (FSRange*)other;
856 -(BOOL)isEmpty;
857 -(void)addSingle: (int)index;
858 -(void)addSegment: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
859 -(int)getSegmentCount;
860 -(int)getSegmentStart: (int)segment_index;
861 -(int)getSegmentEnd: (int)segment_index;
862 -(void)removeAll;
863 
864 -(void)dealloc;
865 
866 @end
867 
868 typedef NS_ENUM(NSInteger, FSFontStyles) {
875  FSFontStyleAllCap = 0x10000,
878 };
879 
880 typedef NS_ENUM(NSInteger, FSFontCharset) {
896 };
897 
898 typedef NS_ENUM(NSInteger, FSFontCIDCharset) {
905 };
906 
907 typedef NS_ENUM(NSInteger, FSFontStandardID) {
922 };
923 
924 typedef NS_ENUM(NSInteger, FSFontFontTypes) {
929 };
930 
931 @interface FSFont : FSBase
932 -(id)init NS_UNAVAILABLE;
933 -(void*)getCptr;
934 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
935 -(id)initWithName: (NSString *)name styles: (unsigned int)styles charset: (FSFontCharset)charset weight: (int)weight;
936 -(id)initWithFont_id: (FSFontStandardID)font_id;
937 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (int)face_index charset: (FSFontCharset)charset;
938 -(id)initWithOther: (FSFont*)other;
939 -(BOOL)isEmpty;
940 -(NSString *)getName;
941 -(NSString *)getFamilyName;
942 -(BOOL)isBold;
943 -(BOOL)isItalic;
944 -(BOOL)isEmbedded: (FSPDFDoc*)document;
945 -(BOOL)isSupportEmbedded: (FSPDFDoc*)document;
946 -(FSFont*)embed: (FSPDFDoc*)document is_add_all_unicodes: (BOOL)is_add_all_unicodes;
947 -(FSUInt32Array*)addUnicodes: (FSPDFDoc*)document unicode_array: (FSUInt32Array*)unicode_array;
948 -(int)getAscent;
949 -(int)getDescent;
950 -(FSRectI*)getCharBBox: (unsigned int)unicode;
951 -(float)getCharWidth: (unsigned int)unicode;
952 -(FSRectI*)getCharBBoxWithPDFDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
953 -(float)getCharWidthWithPDFDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
954 -(unsigned int)getStyles: (FSPDFDoc*)document;
955 -(FSFontCIDCharset)getCIDCharset: (FSPDFDoc*)document;
956 -(BOOL)isStandardFont: (FSPDFDoc*)document;
957 -(FSFontStandardID)getStandard14Font: (FSPDFDoc*)document;
958 -(FSFontFontTypes)getFontType: (FSPDFDoc*)document;
959 -(NSString *)getBaseFontName: (FSPDFDoc*)document;
960 -(BOOL)isVertWriting: (FSPDFDoc*)document;
961 -(NSString *)getEncoding: (FSPDFDoc*)document;
962 -(BOOL)setEncoding: (FSPDFDoc*)document value: (NSString *)value;
963 
964 -(void)dealloc;
965 
966 @end
967 
968 @interface FSFontMapResult : NSObject
969 {
970  void *swigCPtr;
971  BOOL swigCMemOwn;
972 }
973 @property (nonatomic, retain, getter=getFile_read) id<FSFileReaderCallback> file_read;
974 @property (nonatomic, getter=getFace_index) int face_index;
975 -(void*)getCptr;
976 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
977 -(id)init;
978 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
979 -(id)initWithOther: (FSFontMapResult*)other;
980 -(void)set: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
981 -(void)dealloc;
982 
983 @end
984 
985 
986 
987 typedef NS_ENUM(NSInteger, FSPathPointType) {
993 };
994 
995 @interface FSPath : FSBase
996 -(void*)getCptr;
997 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
998 -(id)init;
999 -(id)initWithOther: (FSPath*)other;
1000 -(BOOL)isEmpty;
1001 -(int)getPointCount;
1002 -(FSPointF*)getPoint: (int)index;
1003 -(FSPathPointType)getPointType: (int)index;
1004 -(BOOL)setPoint: (int)index point: (FSPointF*)point type: (FSPathPointType)type;
1005 -(BOOL)moveTo: (FSPointF*)point;
1006 -(BOOL)lineTo: (FSPointF*)point;
1007 -(BOOL)cubicBezierTo: (FSPointF*)point1 point2: (FSPointF*)point2 point3: (FSPointF*)point3;
1008 -(BOOL)closeFigure;
1009 -(BOOL)removePoint: (int)index;
1010 -(BOOL)appendRect: (FSRectF*)rect;
1011 -(BOOL)appendEllipse: (FSRectF*)rect;
1012 -(void)transform: (FSMatrix2D*)matrix;
1013 -(void)clear;
1014 -(void)increasePointCount: (int)count;
1015 
1016 -(void)dealloc;
1017 
1018 @end
1019 
1020 @interface FSPathArray : NSObject
1021 {
1022  void *swigCPtr;
1023  BOOL swigCMemOwn;
1024 }
1025 -(void*)getCptr;
1026 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1027 -(id)init;
1028 -(id)initWithOther: (FSPathArray*)other;
1029 -(unsigned long)getSize;
1030 -(FSPath*)getAt: (unsigned long)index;
1031 -(void)add: (FSPath*)element;
1032 -(void)removeAt: (unsigned long)index;
1033 -(void)insertAt: (unsigned long)index element: (FSPath*)element;
1034 -(void)removeAll;
1035 
1036 -(void)dealloc;
1037 
1038 @end
1039 
1040 typedef NS_ENUM(NSInteger, FSColorSpaceRenderingIntent) {
1045 };
1046 
1047 @interface FSColorSpace : FSBase
1048 -(id)init NS_UNAVAILABLE;
1049 -(void*)getCptr;
1050 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1051 -(id)initWithType: (FSColorSpaceType)type;
1052 -(id)initWithOther: (FSColorSpace*)other;
1053 -(BOOL)isEmpty;
1054 -(int)getComponentCount;
1056 -(BOOL)isSpotColorSpace;
1057 -(NSArray<NSData *> *)getComponentNames;
1058 -(FSColor*)convertColor: (FSColor*)color;
1059 -(FSColor*)convertColorWithRGBColor: (int)r_value g_value: (int)g_value b_value: (int)b_value;
1060 -(FSColor*)convertColorWithCMYKColor: (int)c_value m_value: (int)m_value y_value: (int)y_value k_value: (int)k_value;
1061 
1062 -(void)dealloc;
1063 
1064 @end
1065 
1066 @interface FSColor : FSBase
1067 @property (nonatomic, weak, getter=getValue) FSFloatArray* value;
1068 -(void*)getCptr;
1069 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1070 -(id)init;
1071 -(id)initWithColor_space: (FSColorSpace*)color_space;
1072 -(id)initWithOther: (FSColor*)other;
1073 -(BOOL)isEmpty;
1075 -(FSColor*)convertToRGB: (FSColorSpaceRenderingIntent)intent;
1076 -(FSColor*)convertToCMYK: (FSColorSpaceRenderingIntent)intent;
1077 
1078 -(void)dealloc;
1079 
1080 @end
1081 
1082 typedef NS_ENUM(NSInteger, FSBitmapDIBFormat) {
1094 };
1095 
1096 typedef NS_ENUM(NSInteger, FSBitmapInterpolationFlag) {
1100 };
1101 
1102 @interface FSBitmap : FSBase
1103 -(void*)getCptr;
1104 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1105 -(id)initWithWidth: (int)width height: (int)height format: (FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (int)pitch;
1106 -(id)initWithOther: (FSBitmap*)other;
1107 -(id)init;
1108 -(BOOL)isEmpty;
1109 -(FSBitmap*)clone: (FSRectI*)clip_rect;
1110 -(int)getWidth;
1111 -(int)getHeight;
1112 -(int)getPitch;
1113 -(int)getBpp;
1115 -(void)fillRect: (unsigned int)color rect: (FSRectI*)rect;
1116 -(FSBitmap*)convertFormat: (FSBitmapDIBFormat)format icc_transform: (NSData *)icc_transform;
1117 -(FSRectI*)calculateBBoxByColor: (unsigned int)backgroud_color;
1118 -(FSRectI*)detectBBoxByColorDiffer: (int)detection_size color_differ: (int)color_differ;
1119 -(FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (FSRectI*)clip_rect;
1120 -(FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1121 -(FSBitmap*)stretchTo: (int)dest_width dest_height: (int)dest_height flag: (FSBitmapInterpolationFlag)flag clip_rect: (FSRectI*)clip_rect;
1122 -(FSBitmap*)transformTo: (FSMatrix2D*)matrix flag: (FSBitmapInterpolationFlag)flag out_left: (int *)out_left out_top: (int *)out_top clip_rect: (FSRectI*)clip_rect;
1123 -(FSBitmap*)getMask: (FSRectI*)clip_rect;
1125 -(NSData *)getBuffer;
1126 
1127 -(void)dealloc;
1128 
1129 @end
1130 
1131 typedef NS_ENUM(NSInteger, FSImageType) {
1142 };
1143 
1144 typedef NS_ENUM(NSInteger, FSImageOrientation) {
1154 };
1155 
1156 @interface FSImage : FSBase
1157 -(void*)getCptr;
1158 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1159 -(id)init;
1160 -(id)initWithPath: (NSString *)path;
1161 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
1162 -(id)initWithOther: (FSImage*)other;
1163 -(BOOL)isEmpty;
1165 -(int)getWidth;
1166 -(int)getHeight;
1167 -(int)getFrameCount;
1168 -(FSBitmap*)getFrameBitmap: (int)index;
1169 -(int)getXDPI;
1170 -(int)getYDPI;
1171 -(BOOL)addFrame: (FSBitmap*)bitmap;
1172 -(void)setDPIs: (int)x_dpi y_dpi: (int)y_dpi;
1173 -(BOOL)saveAs: (NSString *)file_path;
1174 -(BOOL)saveAsWithStreamCallback: (id<FSFileStreamCallback>)file file_extension: (NSString *)file_extension;
1176 -(id)initWithBuffer: (NSData *)buffer;
1177 
1178 -(void)dealloc;
1179 
1180 @end
1181 
1182 
1183 
1184 typedef NS_ENUM(NSInteger, FSBarcodeFormat) {
1193 };
1194 
1195 typedef NS_ENUM(NSInteger, FSBarcodeQRErrorCorrectionLevel) {
1200 };
1201 
1202 @interface FSBarcode : FSBase
1203 -(void*)getCptr;
1204 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1205 -(id)init;
1206 -(id)initWithOther: (FSBarcode*)other;
1207 -(BOOL)isEmpty;
1208 -(FSBitmap*)generateBitmap: (NSString *)info format: (FSBarcodeFormat)format unit_width: (int)unit_width height: (int)height level: (FSBarcodeQRErrorCorrectionLevel)level;
1209 
1210 -(void)dealloc;
1211 
1212 @end
1213 
1214 @interface PDFDictionaryArray : FSBasicArray
1215 -(void*)getCptr;
1216 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1217 -(id)init;
1218 -(id)initWithOther: (PDFDictionaryArray*)other;
1219 -(int)getSize;
1220 -(int)getUpperBound;
1221 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
1222 -(void)removeAll;
1223 -(FSPDFDictionary*)getAt: (int)nIndex;
1224 -(BOOL)setAt: (int)nIndex newElement: (FSPDFDictionary*)newElement;
1225 -(BOOL)setAtGrow: (int)nIndex newElement: (FSPDFDictionary*)newElement;
1226 -(BOOL)add: (FSPDFDictionary*)newElement;
1227 -(BOOL)insertAt: (int)nIndex newElement: (FSPDFDictionary*)newElement nCount: (int)nCount;
1228 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
1229 -(int)find: (FSPDFDictionary*)data iStart: (int)iStart;
1230 
1231 -(void)dealloc;
1232 
1233 @end
1234 
1235 typedef NS_ENUM(NSInteger, FSPDFObjectType) {
1246 };
1247 
1248 @interface FSPDFObject : NSObject
1249 {
1250  void *swigCPtr;
1251  BOOL swigCMemOwn;
1252 }
1253 -(void*)getCptr;
1254 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1255 +(FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
1256 +(FSPDFObject*)createFromFloat: (float)float_value;
1257 +(FSPDFObject*)createFromInteger: (int)integer_value;
1258 +(FSPDFObject*)createFromString: (NSString *)string_value;
1259 +(FSPDFObject*)createFromStringWithLength: (NSString *)string_value length: (int)length;
1260 +(FSPDFObject*)createFromNameW: (NSString *)name;
1261 +(FSPDFObject*)createFromName: (NSString *)name;
1262 +(FSPDFObject*)createFromDateTime: (FSDateTime*)date_time;
1263 +(FSPDFObject*)createReference: (FSPDFDoc*)document object_number: (unsigned int)object_number;
1264 -(void)destroy;
1265 -(FSPDFObject*)cloneObject;
1266 -(FSPDFObject*)deepCloneObject;
1267 -(BOOL)isIdentical: (FSPDFObject*)pdf_obj;
1268 -(FSPDFObjectType)getType;
1269 -(unsigned int)getObjNum;
1270 -(int)getInteger;
1271 -(float)getFloat;
1272 -(BOOL)getBoolean;
1273 -(FSMatrix2D*)getMatrix;
1274 -(FSRectF*)getRect;
1275 -(FSPDFObject*)getDirectObject;
1276 -(FSDateTime*)getDateTime;
1277 -(NSString *)getName;
1278 -(NSString *)getWideString;
1279 -(FSPDFArray*)getArray;
1280 -(FSPDFDictionary*)getDict;
1281 -(FSPDFStream*)getStream;
1282 -(NSData *)getString;
1283 
1284 -(void)dealloc;
1285 
1286 @end
1287 
1288 typedef NS_ENUM(NSInteger, FSPDFStreamFilter) {
1301 };
1302 
1304 -(id)init NS_UNAVAILABLE;
1305 -(void*)getCptr;
1306 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1307 +(FSPDFStream*)create: (FSPDFDictionary*)dictionary;
1310 -(unsigned long long)getDataSize: (BOOL)is_raw_data;
1311 -(void)importData: (id<FSFileReaderCallback>)file_read stream_filter: (FSPDFStreamFilter)stream_filter;
1312 -(id<FSFileReaderCallback>)exportData: (BOOL)is_raw_data;
1313 -(NSData *)getData: (BOOL)is_raw_data;
1314 -(void)setData: (NSData *)buffer;
1315 
1316 -(void)dealloc;
1317 
1318 @end
1319 
1321 -(id)init NS_UNAVAILABLE;
1322 -(void*)getCptr;
1323 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1324 +(FSPDFArray*)create;
1325 +(FSPDFArray*)createFromMatrix: (FSMatrix2D*)matrix;
1326 +(FSPDFArray*)createFromRect: (FSRectF*)rect;
1327 -(int)getElementCount;
1328 -(FSPDFObject*)getElement: (int)index;
1329 -(void)addElement: (FSPDFObject*)element;
1330 -(void)addBoolean: (BOOL)boolean_value;
1331 -(void)addDateTime: (FSDateTime*)date_time;
1332 -(void)addFloat: (float)float_value;
1333 -(void)addInteger: (int)integer_value;
1334 -(void)addMatrix: (FSMatrix2D*)matrix;
1335 -(void)addRect: (FSRectF*)rect;
1336 -(void)addName: (NSString *)name;
1337 -(void)addString: (NSString *)new_string;
1338 -(void)insertAt: (int)index element: (FSPDFObject*)element;
1339 -(void)setAt: (int)index element: (FSPDFObject*)element;
1340 -(void)removeAt: (int)index;
1341 -(void)addReference: (FSPDFObject*)pdf_object document: (FSPDFDoc*)document;
1342 
1343 -(void)dealloc;
1344 
1345 @end
1346 
1348 -(id)init NS_UNAVAILABLE;
1349 -(void*)getCptr;
1350 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1352 -(BOOL)hasKey: (NSString *)key;
1353 -(FSPDFObject*)getElement: (NSString *)key;
1354 -(long)moveNext: (long)position;
1355 -(NSString *)getKey: (long)position;
1356 -(FSPDFObject*)getValue: (long)position;
1357 -(void)setAt: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
1358 -(void)setAtReference: (NSString *)key pdf_object: (FSPDFObject*)pdf_object document: (FSPDFDoc*)document;
1359 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
1360 -(void)setAtDateTime: (NSString *)key value: (FSDateTime*)value;
1361 -(void)setAtFloat: (NSString *)key value: (float)value;
1362 -(void)setAtInteger: (NSString *)key value: (int)value;
1363 -(void)setAtMatrix: (NSString *)key value: (FSMatrix2D*)value;
1364 -(void)setAtRect: (NSString *)key value: (FSRectF*)value;
1365 -(void)setAtName: (NSString *)key value: (NSString *)value;
1366 -(void)setAtString: (NSString *)key value: (NSString *)value;
1367 -(void)removeAt: (NSString *)key;
1368 
1369 -(void)dealloc;
1370 
1371 @end
1372 
1374 -(void*)getCptr;
1375 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1376 -(id)init;
1377 -(id)initWithOther: (FSGraphicsObjectArray*)other;
1378 -(int)getSize;
1379 -(int)getUpperBound;
1380 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
1381 -(void)removeAll;
1382 -(FSGraphicsObject*)getAt: (int)nIndex;
1383 -(BOOL)setAt: (int)nIndex newElement: (FSGraphicsObject*)newElement;
1384 -(BOOL)setAtGrow: (int)nIndex newElement: (FSGraphicsObject*)newElement;
1385 -(BOOL)add: (FSGraphicsObject*)newElement;
1386 -(BOOL)insertAt: (int)nIndex newElement: (FSGraphicsObject*)newElement nCount: (int)nCount;
1387 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
1388 -(int)find: (FSGraphicsObject*)data iStart: (int)iStart;
1389 
1390 -(void)dealloc;
1391 
1392 @end
1393 
1395 -(void*)getCptr;
1396 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1397 -(id)init;
1398 -(id)initWithOther: (FSTextObjectArray*)other;
1399 -(int)getSize;
1400 -(int)getUpperBound;
1401 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
1402 -(void)removeAll;
1403 -(FSTextObject*)getAt: (int)nIndex;
1404 -(BOOL)setAt: (int)nIndex newElement: (FSTextObject*)newElement;
1405 -(BOOL)setAtGrow: (int)nIndex newElement: (FSTextObject*)newElement;
1406 -(BOOL)add: (FSTextObject*)newElement;
1407 -(BOOL)insertAt: (int)nIndex newElement: (FSTextObject*)newElement nCount: (int)nCount;
1408 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
1409 -(int)find: (FSTextObject*)data iStart: (int)iStart;
1410 
1411 -(void)dealloc;
1412 
1413 @end
1414 
1415 @interface FSColorState : FSBase
1416 @property (nonatomic, weak, getter=getFillColor) FSColor* fillColor;
1417 @property (nonatomic, weak, getter=getStrokeColor) FSColor* strokeColor;
1418 -(id)init NS_UNAVAILABLE;
1419 -(void*)getCptr;
1420 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1421 -(id)initWithOther: (FSColorState*)other;
1422 -(BOOL)isEmpty;
1423 
1424 -(void)dealloc;
1425 
1426 @end
1427 
1428 @interface FSMarkedContent : NSObject
1429 {
1430  void *swigCPtr;
1431  BOOL swigCMemOwn;
1432 }
1433 -(id)init NS_UNAVAILABLE;
1434 -(void*)getCptr;
1435 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1436 -(BOOL)hasTag: (NSString *)tag_name;
1437 -(int)getItemCount;
1438 -(NSString *)getItemTagName: (int)index;
1439 -(int)getItemMCID: (int)index;
1440 -(FSPDFDictionary*)getItemPropertyDict: (int)index;
1441 -(int)addItem: (NSString *)tag_name property_dict: (FSPDFDictionary*)property_dict;
1442 -(BOOL)removeItem: (NSString *)tag_name;
1443 
1444 -(void)dealloc;
1445 
1446 @end
1447 
1448 typedef NS_ENUM(NSInteger, FSGraphicsObjectBlendMode) {
1465 };
1466 
1467 typedef NS_ENUM(NSInteger, FSGraphicsObjectType) {
1476 };
1477 
1478 @interface FSGraphicsObject : NSObject
1479 {
1480  void *swigCPtr;
1481  BOOL swigCMemOwn;
1482 }
1483 @property (nonatomic, getter=getStrokeColor) unsigned int strokeColor;
1484 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
1485 @property (nonatomic, weak, getter=getColorState) FSColorState* colorState;
1486 @property (nonatomic, getter=getFillOpacity) float fillOpacity;
1487 @property (nonatomic, getter=getStrokeOpacity) float strokeOpacity;
1488 @property (nonatomic, weak, getter=getMatrix) FSMatrix2D* matrix;
1489 @property (nonatomic, weak, getter=getGraphState) FSGraphState* graphState;
1490 @property (nonatomic, getter=getBlendMode) FSGraphicsObjectBlendMode blendMode;
1491 @property (nonatomic, weak, getter=getClipRect) FSRectF* clipRect;
1492 -(void*)getCptr;
1493 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1494 -(FSGraphicsObjectType)getType;
1495 -(FSRectF*)getRect;
1496 -(BOOL)hasTransparency;
1497 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
1498 -(FSGraphicsObject*)clone;
1499 -(FSGraphicsObject*)cloneWithSrcGraphicsobjects: (FSGraphicsObjects*)src_graphicsobjects dest_graphicsobjects: (FSGraphicsObjects*)dest_graphicsobjects;
1500 -(int)getClipPathCount;
1501 -(FSPath*)getClipPath: (int)index;
1502 -(FSFillMode)getClipPathFillMode: (int)index;
1503 -(BOOL)addClipPath: (FSPath*)path fill_mode: (FSFillMode)fill_mode;
1504 -(BOOL)removeClipPath: (int)index;
1505 -(int)getClipTextObjectCount;
1506 -(FSTextObject*)getClipTextObject: (int)index;
1507 -(BOOL)addClipTextObject: (FSTextObject*)textobject;
1508 -(BOOL)removeClipTextObject: (int)index;
1509 -(BOOL)clearClips;
1510 -(FSMarkedContent*)getMarkedContent;
1511 -(FSLayerNodeArray*)getLayers: (FSLayerTree*)layer_tree;
1512 -(FSTextObject*)getTextObject;
1513 -(FSFormXObject*)getFormXObject;
1514 -(FSImageObject*)getImageObject;
1515 -(FSPathObject*)getPathObject;
1516 -(FSShadingObject*)getShadingObject;
1517 -(void)rotate: (int)angle;
1518 
1519 -(void)dealloc;
1520 
1521 @end
1522 
1523 typedef NS_ENUM(NSInteger, FSTextStateMode) {
1532 };
1533 
1534 @interface FSTextState : NSObject
1535 {
1536  void *swigCPtr;
1537  BOOL swigCMemOwn;
1538 }
1539 @property (nonatomic, getter=getVersion) unsigned int version;
1540 @property (nonatomic, getter=getFont_size) float font_size;
1541 @property (nonatomic, getter=getFont_vertical_size) float font_vertical_size;
1542 @property (nonatomic, getter=getFont_horizontal_size) float font_horizontal_size;
1543 @property (nonatomic, getter=getCharspace) float charspace;
1544 @property (nonatomic, getter=getWordspace) float wordspace;
1545 @property (nonatomic, getter=getTextmode) FSTextStateMode textmode;
1546 @property (nonatomic, weak, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
1547 @property (nonatomic, weak, getter=getOrigin_position) FSPointF* origin_position;
1548 @property (nonatomic, weak, getter=getFont) FSFont* font;
1549 -(void*)getCptr;
1550 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1551 -(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;
1552 -(id)init;
1553 -(id)initWithState: (FSTextState*)state;
1554 -(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;
1555 
1556 -(void)dealloc;
1557 
1558 @end
1559 
1561 -(id)init NS_UNAVAILABLE;
1562 -(void*)getCptr;
1563 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1564 +(FSImageObject*)create: (FSPDFDoc*)document;
1565 -(void)setBitmap: (FSBitmap*)bitmap mask: (FSBitmap*)mask;
1566 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
1567 -(FSBitmap*)cloneBitmap: (FSGraphicsObjects*)graphics_objects;
1568 -(FSBitmap*)cloneBitmapWithPage: (FSPDFPage*)page graphics_objects: (FSGraphicsObjects*)graphics_objects;
1569 +(FSImageObject*)createFromType3TextObject: (FSPDFPage*)page text_obj: (FSTextObject*)text_obj;
1572 -(BOOL)isImageMask;
1573 -(FSPDFObject*)getMask;
1574 
1575 -(void)dealloc;
1576 
1577 @end
1578 
1580 @property (nonatomic, weak, getter=getText) NSString * text;
1581 -(id)init NS_UNAVAILABLE;
1582 -(void*)getCptr;
1583 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1584 +(FSTextObject*)create;
1585 -(FSTextState*)getTextState: (FSPDFPage*)page;
1586 -(void)setTextState: (FSPDFPage*)page text_state: (FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
1587 -(int)getCharCount;
1588 -(FSPointF*)getCharPos: (int)index;
1589 -(float)getCharWidthByIndex: (int)index;
1590 -(float)getCharHeightByIndex: (int)index;
1591 
1592 -(void)dealloc;
1593 
1594 @end
1595 
1597 @property (nonatomic, getter=getFillMode) FSFillMode fillMode;
1598 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
1599 @property (nonatomic, weak, getter=getPathData) FSPath* pathData;
1600 -(id)init NS_UNAVAILABLE;
1601 -(void*)getCptr;
1602 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1603 +(FSPathObject*)create;
1604 +(FSPathObject*)createFromTextObject: (FSPDFPage*)page text_obj: (FSTextObject*)text_obj;
1605 
1606 -(void)dealloc;
1607 
1608 @end
1609 
1611 -(id)init NS_UNAVAILABLE;
1612 -(void*)getCptr;
1613 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1614 +(FSFormXObject*)create: (FSPDFDoc*)document;
1617 -(BOOL)importPageContent: (FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
1618 
1619 -(void)dealloc;
1620 
1621 @end
1622 
1624 -(id)init NS_UNAVAILABLE;
1625 -(void*)getCptr;
1626 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1628 
1629 -(void)dealloc;
1630 
1631 @end
1632 
1633 typedef NS_ENUM(NSInteger, FSPDFNameTreeType) {
1639 };
1640 
1641 @interface FSPDFNameTree : FSBase
1642 -(void*)getCptr;
1643 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1644 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNameTreeType)type;
1645 -(id)init;
1646 -(id)initWithOther: (FSPDFNameTree*)other;
1647 -(BOOL)isEmpty;
1649 -(BOOL)hasName: (NSString *)name;
1650 -(int)getCount;
1651 -(NSString *)getName: (int)index;
1652 -(FSPDFObject*)getObj: (NSString *)name;
1653 -(BOOL)setObj: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
1654 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
1655 -(BOOL)add: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
1656 -(BOOL)removeObj: (NSString *)name;
1657 -(BOOL)removeAllObjs;
1658 
1659 -(void)dealloc;
1660 
1661 @end
1662 
1663 typedef NS_ENUM(NSInteger, FSPDFNumberTreeType) {
1665 };
1666 
1668 -(void*)getCptr;
1669 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1670 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNumberTreeType)type;
1671 -(id)init;
1672 -(id)initWithOther: (FSPDFNumberTree*)other;
1673 -(BOOL)isEmpty;
1675 -(BOOL)hasNumber: (int)number;
1676 -(FSPDFObject*)getObj: (int)number;
1677 -(BOOL)setObj: (int)number pdf_object: (FSPDFObject*)pdf_object;
1678 -(BOOL)removeObj: (int)number;
1679 -(BOOL)removeAllObjs;
1680 
1681 -(void)dealloc;
1682 
1683 @end
1684 
1685 typedef NS_ENUM(NSInteger, FSStructTreeEntityStructTreeEntityType) {
1690 };
1691 
1693 -(void*)getCptr;
1694 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1695 -(id)init;
1696 -(id)initWithOther: (FSStructTreeEntity*)other;
1697 -(BOOL)isEmpty;
1699 -(FSPDFPage*)getPage;
1700 
1701 -(void)dealloc;
1702 
1703 @end
1704 
1705 typedef NS_ENUM(NSInteger, FSStructElementElementInfoType) {
1711 };
1712 
1714 -(void*)getCptr;
1715 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1716 -(id)init;
1717 -(id)initWithOther: (FSStructElement*)other;
1718 -(NSString *)getStructureTypeName;
1719 -(int)getChildCount;
1720 -(FSStructTreeEntity*)getChild: (int)index;
1721 -(BOOL)hasElementInfo: (FSStructElementElementInfoType)type;
1722 -(NSString *)getElementInfo: (FSStructElementElementInfoType)type;
1724 
1725 -(void)dealloc;
1726 
1727 @end
1728 
1730 -(void*)getCptr;
1731 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1732 -(id)init;
1733 -(id)initWithOther: (FSStructMarkedContent*)other;
1735 -(unsigned int)getMCID;
1738 
1739 -(void)dealloc;
1740 
1741 @end
1742 
1743 typedef NS_ENUM(NSInteger, FSStructObjectContentStructObjectType) {
1749 };
1750 
1752 -(void*)getCptr;
1753 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1754 -(id)init;
1755 -(id)initWithOther: (FSStructObjectContent*)other;
1759 
1760 -(void)dealloc;
1761 
1762 @end
1763 
1765 -(id)init NS_UNAVAILABLE;
1766 -(void*)getCptr;
1767 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1768 -(id)initWithDocument: (FSPDFDoc*)document;
1769 -(id)initWithOther: (FSPDFStructTree*)other;
1770 -(BOOL)isEmpty;
1771 -(int)getChildCount;
1772 -(FSStructElement*)getChild: (int)index;
1773 
1774 -(void)dealloc;
1775 
1776 @end
1777 
1778 typedef NS_ENUM(NSInteger, FSRenditionMediaOptionType) {
1781 };
1782 
1783 typedef NS_ENUM(NSInteger, FSRenditionMediaPermission) {
1788 };
1789 
1790 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerType) {
1794 };
1795 
1796 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerFitStyle) {
1803 };
1804 
1805 typedef NS_ENUM(NSInteger, FSRenditionWindowType) {
1810 };
1811 
1812 typedef NS_ENUM(NSInteger, FSRenditionMonitorSpecifier) {
1820 };
1821 
1822 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowRelatedWindowType) {
1827 };
1828 
1829 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowResizeType) {
1833 };
1834 
1835 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowOffscreenEvent) {
1839 };
1840 
1841 @interface FSRendition : FSBase
1842 @property (nonatomic, weak, getter=getRenditionName) NSString * renditionName;
1843 @property (nonatomic, weak, getter=getMediaClipName) NSString * mediaClipName;
1844 @property (nonatomic, weak, getter=getMediaClipFile) FSFileSpec* mediaClipFile;
1845 @property (nonatomic, weak, getter=getMediaClipContentType) NSString * mediaClipContentType;
1846 @property (nonatomic, getter=getPermission) FSRenditionMediaPermission permission;
1847 @property (nonatomic, weak, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
1848 -(id)init NS_UNAVAILABLE;
1849 -(void*)getCptr;
1850 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1851 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc rendition_dict: (FSPDFDictionary*)rendition_dict;
1852 -(id)initWithOther: (FSRendition*)other;
1853 -(BOOL)isEmpty;
1854 -(FSPDFDictionary*)getDict;
1855 -(BOOL)hasMediaClip;
1856 -(NSString *)getMediaBaseURL;
1857 -(void)setMediaBaseURL: (NSString *)base_url opt_type: (FSRenditionMediaOptionType)opt_type;
1858 -(int)getMediaPlayerCount: (FSRenditionMediaPlayerType)type;
1859 -(FSMediaPlayer*)getMediaPlayer: (FSRenditionMediaPlayerType)type index: (int)index;
1860 -(int)addMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
1861 -(void)removeMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
1862 -(int)getVolume;
1863 -(void)setVolume: (int)volume opt_type: (FSRenditionMediaOptionType)opt_type;
1864 -(BOOL)isControlBarVisible;
1865 -(void)enableControlBarVisible: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1866 -(FSRenditionMediaPlayerFitStyle)getFitStyle;
1867 -(void)setFitStyle: (FSRenditionMediaPlayerFitStyle)fit_style opt_type: (FSRenditionMediaOptionType)opt_type;
1868 -(int)getDuration;
1869 -(void)setDuration: (int)duration opt_type: (FSRenditionMediaOptionType)opt_type;
1870 -(BOOL)isAutoPlay;
1871 -(void)enableAutoPlay: (BOOL)is_auto_play opt_type: (FSRenditionMediaOptionType)opt_type;
1872 -(int)getRepeatCount;
1873 -(void)setRepeatCount: (int)count opt_type: (FSRenditionMediaOptionType)opt_type;
1874 -(FSRenditionWindowType)getWindowType;
1875 -(void)setWindowType: (FSRenditionWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
1876 -(unsigned int)getBackgroundColor;
1877 -(void)setBackgroundColor: (unsigned int)color opt_type: (FSRenditionMediaOptionType)opt_type;
1878 -(float)getBackgroundOpacity;
1879 -(void)setBackgroundOpacity: (float)opacity opt_type: (FSRenditionMediaOptionType)opt_type;
1880 -(FSRenditionMonitorSpecifier)getMonitorSpecifier;
1881 -(void)setMonitorSpecifier: (FSRenditionMonitorSpecifier)monitor_specifier opt_type: (FSRenditionMediaOptionType)opt_type;
1882 -(int)getFloatingWindowWidth;
1883 -(int)getFloatingWindowHeight;
1884 -(void)setFloatingWindowSize: (int)width height: (int)height opt_type: (FSRenditionMediaOptionType)opt_type;
1885 -(FSRenditionFloatingWindowRelatedWindowType)getFloatingWindowRelatedWindowType;
1886 -(void)setFloatingWindowRelatedWindowType: (FSRenditionFloatingWindowRelatedWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
1887 -(FSPosition)getFloatingWindowPosition;
1888 -(void)setFloatingWindowPosition: (FSPosition)position opt_type: (FSRenditionMediaOptionType)opt_type;
1889 -(FSRenditionFloatingWindowOffscreenEvent)getFloatingWindowOffscreenEvent;
1890 -(void)setFloatingWindowOffscreenEvent: (FSRenditionFloatingWindowOffscreenEvent)offscreen_event opt_type: (FSRenditionMediaOptionType)opt_type;
1891 -(BOOL)hasFloatingWindowTitleBar;
1892 -(void)enableFloatingWindowTitleBar: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1893 -(BOOL)hasFloatingWindowCloseButton;
1894 -(void)enableFloatingWindowCloseButton: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1895 -(FSRenditionFloatingWindowResizeType)getFloatingWindowResizeType;
1896 -(void)setFloatingWindowResizeType: (FSRenditionFloatingWindowResizeType)resize_type opt_type: (FSRenditionMediaOptionType)opt_type;
1897 -(NSArray<NSString *> *)getFloatingWindowTitles;
1898 -(void)setFloatingWindowTitles: (NSArray<NSString *> *)titles opt_type: (FSRenditionMediaOptionType)opt_type;
1899 
1900 -(void)dealloc;
1901 
1902 @end
1903 
1904 @interface FSMediaPlayer : FSBase
1905 @property (nonatomic, weak, getter=getSoftwareURI) NSString * softwareURI;
1906 @property (nonatomic, weak, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
1907 -(id)init NS_UNAVAILABLE;
1908 -(void*)getCptr;
1909 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1910 -(id)initWithMedia_player_dict: (FSPDFDictionary*)media_player_dict;
1911 -(id)initWithOther: (FSMediaPlayer*)other;
1912 -(BOOL)isEmpty;
1913 -(FSPDFDictionary*)getDict;
1914 
1915 -(void)dealloc;
1916 
1917 @end
1918 
1919 typedef NS_ENUM(NSInteger, FSDestinationZoomMode) {
1928 };
1929 
1930 @interface FSDestination : FSBase
1931 -(id)init NS_UNAVAILABLE;
1932 -(void*)getCptr;
1933 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1934 +(FSDestination*)createXYZ: (FSPDFDoc*)document page_index: (int)page_index left: (float)left top: (float)top zoom_factor: (float)zoom_factor;
1935 +(FSDestination*)createFitPage: (FSPDFDoc*)document page_index: (int)page_index;
1936 +(FSDestination*)createFitHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
1937 +(FSDestination*)createFitVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
1938 +(FSDestination*)createFitRect: (FSPDFDoc*)document page_index: (int)page_index left: (float)left bottom: (float)bottom right: (float)right top: (float)top;
1939 +(FSDestination*)createFitBBox: (FSPDFDoc*)document page_index: (int)page_index;
1940 +(FSDestination*)createFitBHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
1941 +(FSDestination*)createFitBVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
1942 +(FSDestination*)createFromPDFArray: (FSPDFDoc*)document pdf_array: (FSPDFArray*)pdf_array;
1943 -(id)initWithDest_array: (FSPDFArray*)dest_array;
1944 -(id)initWithOther: (FSDestination*)other;
1945 -(BOOL)isEmpty;
1946 -(int)getPageIndex: (FSPDFDoc*)document;
1948 -(float)getLeft;
1949 -(BOOL)isLeftNull;
1950 -(float)getTop;
1951 -(BOOL)isTopNull;
1952 -(float)getRight;
1953 -(float)getBottom;
1954 -(float)getZoomFactor;
1956 
1957 -(void)dealloc;
1958 
1959 @end
1960 
1961 typedef NS_ENUM(NSInteger, FSActionType) {
1981 };
1982 
1983 typedef NS_ENUM(NSInteger, FSActionNewWindowFlag) {
1987 };
1988 
1989 @interface FSAction : FSBase
1990 -(void*)getCptr;
1991 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1992 +(FSAction*)create: (FSPDFDoc*)document action_type: (FSActionType)action_type;
1993 -(id)initWithDocument: (FSPDFDoc*)document action_dict: (FSPDFDictionary*)action_dict;
1994 -(id)initWithAction: (FSAction*)action;
1995 -(BOOL)isEmpty;
1999 -(int)getSubActionCount;
2000 -(FSAction*)getSubAction: (int)index;
2001 -(void)setSubAction: (int)index sub_action: (FSAction*)sub_action;
2002 -(void)insertSubAction: (int)index sub_action: (FSAction*)sub_action;
2003 -(void)removeSubAction: (int)index;
2004 -(void)removeAllSubActions;
2005 
2006 -(void)dealloc;
2007 
2008 @end
2009 
2011 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
2012 -(id)init NS_UNAVAILABLE;
2013 -(void*)getCptr;
2014 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2015 -(id)initWithAction: (FSAction*)action;
2016 
2017 -(void)dealloc;
2018 
2019 @end
2020 
2021 @interface FSURIAction : FSAction
2022 @property (nonatomic, weak, getter=getURI) NSString * uRI;
2023 -(id)init NS_UNAVAILABLE;
2024 -(void*)getCptr;
2025 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2026 -(id)initWithAction: (FSAction*)action;
2027 -(BOOL)isTrackPosition;
2028 -(void)setTrackPositionFlag: (BOOL)is_track_position;
2029 
2030 -(void)dealloc;
2031 
2032 @end
2033 
2035 @property (nonatomic, weak, getter=getScript) NSString * script;
2036 -(id)init NS_UNAVAILABLE;
2037 -(void*)getCptr;
2038 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2039 -(id)initWithAction: (FSAction*)action;
2040 
2041 -(void)dealloc;
2042 
2043 @end
2044 
2046 @property (nonatomic, weak, getter=getName) NSString * name;
2047 -(id)init NS_UNAVAILABLE;
2048 -(void*)getCptr;
2049 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2050 -(id)initWithAction: (FSAction*)action;
2051 
2052 -(void)dealloc;
2053 
2054 @end
2055 
2057 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
2058 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
2059 @property (nonatomic, weak, getter=getFileSpec) FSFileSpec* fileSpec;
2060 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
2061 -(id)init NS_UNAVAILABLE;
2062 -(void*)getCptr;
2063 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2064 -(id)initWithAction: (FSAction*)action;
2065 
2066 -(void)dealloc;
2067 
2068 @end
2069 
2071 @property (nonatomic, weak, getter=getRelationship) NSString * relationship;
2072 @property (nonatomic, weak, getter=getAttachedFileName) NSString * attachedFileName;
2073 @property (nonatomic, getter=getPageIndex) int pageIndex;
2074 @property (nonatomic, getter=getFileAttachmentAnnotIndex) int fileAttachmentAnnotIndex;
2075 @property (nonatomic, weak, getter=getTarget) FSEmbeddedGotoTarget* target;
2076 -(id)init NS_UNAVAILABLE;
2077 -(void*)getCptr;
2078 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2079 -(id)initWithDocument: (FSPDFDoc*)document;
2080 -(id)initWithDocument: (FSPDFDoc*)document target_object: (FSPDFDictionary*)target_object;
2081 -(id)initWithAction: (FSEmbeddedGotoTarget*)action;
2082 -(FSPDFDictionary*)getDict;
2083 -(BOOL)isEmpty;
2084 
2085 -(void)dealloc;
2086 
2087 @end
2088 
2090 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
2091 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
2092 @property (nonatomic, weak, getter=getRootFile) FSFileSpec* rootFile;
2093 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
2094 @property (nonatomic, weak, getter=getTarget) FSEmbeddedGotoTarget* target;
2095 -(id)init NS_UNAVAILABLE;
2096 -(void*)getCptr;
2097 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2098 -(id)initWithAction: (FSAction*)action;
2099 
2100 -(void)dealloc;
2101 
2102 @end
2103 
2104 typedef NS_ENUM(NSInteger, FSSubmitFormActionFlags) {
2118 };
2119 
2121 @property (nonatomic, weak, getter=getURL) NSString * uRL;
2122 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2123 @property (nonatomic, getter=getFlags) unsigned int flags;
2124 -(id)init NS_UNAVAILABLE;
2125 -(void*)getCptr;
2126 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2127 -(id)initWithAction: (FSAction*)action;
2128 
2129 -(void)dealloc;
2130 
2131 @end
2132 
2134 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2135 @property (nonatomic, getter=getFlags) unsigned int flags;
2136 -(id)init NS_UNAVAILABLE;
2137 -(void*)getCptr;
2138 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2139 -(id)initWithAction: (FSAction*)action;
2140 
2141 -(void)dealloc;
2142 
2143 @end
2144 
2146 @property (nonatomic, weak, getter=getFDFFileSpec) FSFileSpec* fDFFileSpec;
2147 -(id)init NS_UNAVAILABLE;
2148 -(void*)getCptr;
2149 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2150 -(id)initWithAction: (FSAction*)action;
2151 
2152 -(void)dealloc;
2153 
2154 @end
2155 
2157 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2158 @property (nonatomic, getter=getHideState) BOOL hideState;
2159 -(id)init NS_UNAVAILABLE;
2160 -(void*)getCptr;
2161 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2162 -(id)initWithAction: (FSAction*)action;
2163 
2164 -(void)dealloc;
2165 
2166 @end
2167 
2169 @property (nonatomic, weak, getter=getFileSpec) FSFileSpec* fileSpec;
2170 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
2171 -(id)init NS_UNAVAILABLE;
2172 -(void*)getCptr;
2173 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2174 -(id)initWithAction: (FSAction*)action;
2175 -(NSString *)getWinFileName;
2176 -(NSString *)getWinDefaultDirectory;
2177 -(NSString *)getWinAppOperation;
2178 -(NSString *)getWinAppParameter;
2179 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
2180 
2181 -(void)dealloc;
2182 
2183 @end
2184 
2185 typedef NS_ENUM(NSInteger, FSRenditionActionOperationType) {
2192 };
2193 
2195 @property (nonatomic, getter=getOperationType) FSRenditionActionOperationType operationType;
2196 @property (nonatomic, weak, getter=getScreenAnnot) FSScreen* screenAnnot;
2197 @property (nonatomic, weak, getter=getJavaScript) NSString * javaScript;
2198 -(id)init NS_UNAVAILABLE;
2199 -(void*)getCptr;
2200 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2201 -(id)initWithAction: (FSAction*)action;
2202 -(int)getRenditionCount;
2203 -(FSRendition*)getRendition: (int)index;
2204 -(void)insertRendition: (FSRendition*)rendition index: (int)index;
2205 -(void)removeRendition: (FSRendition*)rendition;
2206 
2207 -(void)dealloc;
2208 
2209 @end
2210 
2211 typedef NS_ENUM(NSInteger, FSSetOCGStateActionOCGState) {
2215 };
2216 
2218 -(id)init NS_UNAVAILABLE;
2219 -(void*)getCptr;
2220 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2221 -(id)initWithAction: (FSAction*)action;
2222 -(int)getOCGStateCount;
2223 -(FSSetOCGStateActionOCGState)getOCGState: (int)index;
2224 -(PDFDictionaryArray*)getOCGStateArray: (int)index;
2225 -(int)insertOCGStates: (FSPDFDoc*)document index: (int)index state: (FSSetOCGStateActionOCGState)state ocg_dict_array: (PDFDictionaryArray*)ocg_dict_array;
2226 -(BOOL)replaceOCGStates: (FSPDFDoc*)document index: (int)index ocg_dict_array: (PDFDictionaryArray*)ocg_dict_array;
2227 -(void)removeOCGStates: (int)index;
2229 -(void)setRadioButtonStatePreserved: (BOOL)is_preserved;
2230 
2231 -(void)dealloc;
2232 
2233 @end
2234 
2235 typedef NS_ENUM(NSInteger, FSAdditionalActionTriggerEvent) {
2257 };
2258 
2260 -(id)init NS_UNAVAILABLE;
2261 -(void*)getCptr;
2262 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2263 -(id)initWithDoc: (FSPDFDoc*)doc pdf_dict: (FSPDFDictionary*)pdf_dict;
2264 -(id)initWithPage: (FSPDFPage*)page;
2265 -(id)initWithField: (FSField*)field;
2266 -(id)initWithAnnot: (FSAnnot*)annot;
2267 -(id)initWithOther: (FSAdditionalAction*)other;
2268 -(BOOL)isEmpty;
2269 -(FSAction*)getAction: (FSAdditionalActionTriggerEvent)trigger;
2270 -(void)setAction: (FSAdditionalActionTriggerEvent)trigger action: (FSAction*)action;
2271 -(BOOL)removeAction: (FSAdditionalActionTriggerEvent)trigger;
2272 -(BOOL)removeAllActions;
2273 -(BOOL)doJSAction: (FSAdditionalActionTriggerEvent)trigger;
2275 
2276 -(void)dealloc;
2277 
2278 @end
2279 
2280 typedef NS_ENUM(NSInteger, FSDefaultAppearanceDefAPFlags) {
2284 };
2285 
2286 @interface FSDefaultAppearance : NSObject
2287 {
2288  void *swigCPtr;
2289  BOOL swigCMemOwn;
2290 }
2291 @property (nonatomic, getter=getFlags) unsigned int flags;
2292 @property (nonatomic, getter=getText_size) float text_size;
2293 @property (nonatomic, getter=getText_color) unsigned int text_color;
2294 @property (nonatomic, weak, getter=getFont) FSFont* font;
2295 -(void*)getCptr;
2296 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2297 -(id)initWithFlags: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
2298 -(id)init;
2299 -(id)initWithDefault_appearance: (FSDefaultAppearance*)default_appearance;
2300 -(void)set: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
2301 
2302 -(void)dealloc;
2303 
2304 @end
2305 
2306 typedef NS_ENUM(NSInteger, FSRichTextStyleCornerMarkStyle) {
2310 };
2311 
2312 @interface FSRichTextStyle : NSObject
2313 {
2314  void *swigCPtr;
2315  BOOL swigCMemOwn;
2316 }
2317 @property (nonatomic, weak, getter=getFont) FSFont* font;
2318 @property (nonatomic, getter=getText_size) float text_size;
2319 @property (nonatomic, getter=getText_alignment) FSAlignment text_alignment;
2320 @property (nonatomic, getter=getText_color) unsigned int text_color;
2321 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
2322 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
2323 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
2324 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
2325 @property (nonatomic, getter=getMark_style) FSRichTextStyleCornerMarkStyle mark_style;
2326 @property (nonatomic, getter=getChar_space) float char_space;
2327 @property (nonatomic, getter=getWord_space) float word_space;
2328 -(void*)getCptr;
2329 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2330 -(id)initWithFont: (FSFont*)font text_size: (float)text_size text_alignment: (FSAlignment)text_alignment text_color: (unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (FSRichTextStyleCornerMarkStyle)mark_style char_space: (float)char_space word_space: (float)word_space;
2331 -(id)init;
2332 -(id)initWithStyle: (FSRichTextStyle*)style;
2333 -(void)set: (FSFont*)font text_size: (float)text_size text_alignment: (FSAlignment)text_alignment text_color: (unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (FSRichTextStyleCornerMarkStyle)mark_style char_space: (float)char_space word_space: (float)word_space;
2334 -(void)dealloc;
2335 
2336 @end
2337 
2338 typedef NS_ENUM(NSInteger, FSBorderInfoStyle) {
2345 };
2346 
2347 @interface FSBorderInfo : NSObject
2348 {
2349  void *swigCPtr;
2350  BOOL swigCMemOwn;
2351 }
2352 @property (nonatomic, getter=getWidth) float width;
2353 @property (nonatomic, getter=getStyle) FSBorderInfoStyle style;
2354 @property (nonatomic, getter=getCloud_intensity) float cloud_intensity;
2355 @property (nonatomic, getter=getDash_phase) float dash_phase;
2356 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
2357 -(void*)getCptr;
2358 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2359 -(id)initWithWidth: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
2360 -(id)init;
2361 -(id)initWithBorder_info: (FSBorderInfo*)border_info;
2362 -(void)set: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
2363 -(void)dealloc;
2364 
2365 @end
2366 
2367 @interface FSQuadPoints : NSObject
2368 {
2369  void *swigCPtr;
2370  BOOL swigCMemOwn;
2371 }
2372 @property (nonatomic, weak, getter=getFirst) FSPointF* first;
2373 @property (nonatomic, weak, getter=getSecond) FSPointF* second;
2374 @property (nonatomic, weak, getter=getThird) FSPointF* third;
2375 @property (nonatomic, weak, getter=getFourth) FSPointF* fourth;
2376 -(void*)getCptr;
2377 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2378 -(id)initWithFirst: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
2379 -(id)init;
2380 -(id)initWithQuad_points: (FSQuadPoints*)quad_points;
2381 -(void)set: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
2382 
2383 -(void)dealloc;
2384 
2385 @end
2386 
2387 @interface FSQuadPointsArray : NSObject
2388 {
2389  void *swigCPtr;
2390  BOOL swigCMemOwn;
2391 }
2392 -(void*)getCptr;
2393 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2394 -(id)init;
2395 -(id)initWithOther: (FSQuadPointsArray*)other;
2396 -(unsigned long)getSize;
2397 -(FSQuadPoints*)getAt: (unsigned long)index;
2398 -(void)add: (FSQuadPoints*)element;
2399 -(void)removeAt: (unsigned long)index;
2400 -(void)insertAt: (unsigned long)index element: (FSQuadPoints*)element;
2401 -(void)removeAll;
2402 
2403 -(void)dealloc;
2404 
2405 @end
2406 
2407 typedef NS_ENUM(NSInteger, FSIconFitScaleWayType) {
2413 };
2414 
2415 @interface FSIconFit : NSObject
2416 {
2417  void *swigCPtr;
2418  BOOL swigCMemOwn;
2419 }
2420 @property (nonatomic, getter=getScale_way_type) FSIconFitScaleWayType scale_way_type;
2421 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
2422 @property (nonatomic, getter=getHorizontal_fraction) float horizontal_fraction;
2423 @property (nonatomic, getter=getVertical_fraction) float vertical_fraction;
2424 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
2425 -(void*)getCptr;
2426 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2427 -(id)init;
2428 -(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;
2429 -(id)initWithIcon_fit: (FSIconFit*)icon_fit;
2430 -(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;
2431 -(void)dealloc;
2432 
2433 @end
2434 
2435 typedef NS_ENUM(NSInteger, FSAnnotType) {
2466 };
2467 
2468 typedef NS_ENUM(NSInteger, FSAnnotFlags) {
2479 };
2480 
2481 typedef NS_ENUM(NSInteger, FSAnnotHighlightingMode) {
2487 };
2488 
2489 typedef NS_ENUM(NSInteger, FSAnnotProperty) {
2494 };
2495 
2496 typedef NS_ENUM(NSInteger, FSAnnotMKEntry) {
2508 };
2509 
2510 typedef NS_ENUM(NSInteger, FSAnnotMKIconCaptionRelation) {
2518 };
2519 
2520 typedef NS_ENUM(NSInteger, FSAnnotAppearanceType) {
2524 };
2525 
2526 @interface FSAnnot : FSBase
2527 @property (nonatomic, weak, getter=getContent) NSString * content;
2528 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
2529 @property (nonatomic, getter=getFlags) unsigned int flags;
2530 @property (nonatomic, weak, getter=getUniqueID) NSString * uniqueID;
2531 @property (nonatomic, weak, getter=getBorderInfo) FSBorderInfo* borderInfo;
2532 @property (nonatomic, getter=getBorderColor) unsigned int borderColor;
2533 -(void*)getCptr;
2534 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2535 -(id)initWithPage: (FSPDFPage*)page annot_dict: (FSPDFDictionary*)annot_dict;
2536 -(id)initWithAnnot: (FSAnnot*)annot;
2537 -(BOOL)isEmpty;
2538 -(FSPDFPage*)getPage;
2539 -(BOOL)isMarkup;
2540 -(FSAnnotType)getType;
2541 -(int)getIndex;
2542 -(FSRectF*)getRect;
2543 -(FSMatrix2D*)getDisplayMatrix: (FSMatrix2D*)page_display_matrix;
2544 -(BOOL)move: (FSRectF*)rect;
2545 -(BOOL)FSMoveWithResetAppearance: (FSRectF*)rect is_reset_appearance: (BOOL)is_reset_appearance;
2546 -(BOOL)resetAppearanceStream;
2547 -(BOOL)FSResetApStreamWithIsGenerateNewAppearanceObj: (BOOL)is_generate_new_appearance_obj;
2548 -(FSRectI*)getDeviceRect: (FSMatrix2D*)matrix;
2549 -(FSPDFDictionary*)getDict;
2550 -(BOOL)hasProperty: (FSAnnotProperty)property;
2551 -(BOOL)removeProperty: (FSAnnotProperty)property;
2552 -(FSPDFDictionary*)getOptionalContent;
2553 -(FSPDFStream*)getAppearanceStream: (FSAnnotAppearanceType)type appearance_state: (NSString *)appearance_state;
2554 
2555 -(void)dealloc;
2556 
2557 @end
2558 
2559 @interface FSAnnotArray : NSObject
2560 {
2561  void *swigCPtr;
2562  BOOL swigCMemOwn;
2563 }
2564 -(void*)getCptr;
2565 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2566 -(id)init;
2567 -(id)initWithOther: (FSAnnotArray*)other;
2568 -(unsigned long)getSize;
2569 -(FSAnnot*)getAt: (unsigned long)index;
2570 -(void)add: (FSAnnot*)element;
2571 -(void)removeAt: (unsigned long)index;
2572 -(void)insertAt: (unsigned long)index element: (FSAnnot*)element;
2573 -(void)removeAll;
2574 
2575 -(void)dealloc;
2576 
2577 @end
2578 
2579 @interface FSShadingColor : NSObject
2580 {
2581  void *swigCPtr;
2582  BOOL swigCMemOwn;
2583 }
2584 @property (nonatomic, getter=getFirst_color) unsigned int first_color;
2585 @property (nonatomic, getter=getSecond_color) unsigned int second_color;
2586 -(void*)getCptr;
2587 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2588 -(id)initWithFirstcolor: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
2589 -(id)init;
2590 -(id)initWithShading_color: (FSShadingColor*)shading_color;
2591 -(void)set: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
2592 -(void)dealloc;
2593 
2594 @end
2595 
2596 
2597 
2598 @interface FSMarkupArray : NSObject
2599 {
2600  void *swigCPtr;
2601  BOOL swigCMemOwn;
2602 }
2603 -(void*)getCptr;
2604 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2605 -(id)init;
2606 -(id)initWithOther: (FSMarkupArray*)other;
2607 -(unsigned long)getSize;
2608 -(FSMarkup*)getAt: (unsigned long)index;
2609 -(void)add: (FSMarkup*)element;
2610 -(void)removeAt: (unsigned long)index;
2611 -(void)insertAt: (unsigned long)index element: (FSMarkup*)element;
2612 -(void)removeAll;
2613 
2614 -(void)dealloc;
2615 
2616 @end
2617 
2618 @interface FSNoteArray : NSObject
2619 {
2620  void *swigCPtr;
2621  BOOL swigCMemOwn;
2622 }
2623 -(void*)getCptr;
2624 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2625 -(id)init;
2626 -(id)initWithOther: (FSNoteArray*)other;
2627 -(unsigned long)getSize;
2628 -(FSNote*)getAt: (unsigned long)index;
2629 -(void)add: (FSNote*)element;
2630 -(void)removeAt: (unsigned long)index;
2631 -(void)insertAt: (unsigned long)index element: (FSNote*)element;
2632 -(void)removeAll;
2633 
2634 -(void)dealloc;
2635 
2636 @end
2637 
2638 typedef NS_ENUM(NSInteger, FSMarkupStateModel) {
2641 };
2642 
2643 typedef NS_ENUM(NSInteger, FSMarkupState) {
2653 };
2654 
2655 typedef NS_ENUM(NSInteger, FSMarkupEndingStyle) {
2666 };
2667 
2668 typedef NS_ENUM(NSInteger, FSMarkupMeasureType) {
2675 };
2676 
2677 @interface FSMarkup : FSAnnot
2678 @property (nonatomic, weak, getter=getPopup) FSPopup* popup;
2679 @property (nonatomic, weak, getter=getTitle) NSString * title;
2680 @property (nonatomic, weak, getter=getSubject) NSString * subject;
2681 @property (nonatomic, getter=getOpacity) float opacity;
2682 @property (nonatomic, weak, getter=getIntent) NSString * intent;
2683 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
2684 @property (nonatomic, getter=getBorderOpacity) float borderOpacity;
2685 @property (nonatomic, getter=getFillOpacity) float fillOpacity;
2686 -(void*)getCptr;
2687 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2688 -(id)initWithAnnot: (FSAnnot*)annot;
2689 -(BOOL)removePopup;
2690 -(int)getReplyCount;
2691 -(FSNote*)getReply: (int)index;
2692 -(FSNote*)addReply;
2693 -(BOOL)removeReply: (int)index;
2694 -(BOOL)removeAllReplies;
2695 -(BOOL)isGrouped;
2696 -(FSMarkup*)getGroupHeader;
2697 -(FSMarkupArray*)getGroupElements;
2698 -(BOOL)ungroup;
2699 -(FSNoteArray*)getStateAnnots: (FSMarkupStateModel)model;
2700 -(FSNote*)addStateAnnot: (NSString *)title model: (FSMarkupStateModel)model state: (FSMarkupState)state;
2701 -(BOOL)removeAllStateAnnots;
2702 -(int)getRichTextCount;
2703 -(NSString *)getRichTextContent: (int)index;
2704 -(void)setRichTextContent: (int)index content: (NSString *)content;
2705 -(FSRichTextStyle*)getRichTextStyle: (int)index;
2706 -(void)setRichTextStyle: (int)index style: (FSRichTextStyle*)style;
2707 -(void)addRichText: (NSString *)content style: (FSRichTextStyle*)style;
2708 -(void)insertRichText: (int)index content: (NSString *)content style: (FSRichTextStyle*)style;
2709 -(void)removeRichText: (int)index;
2710 -(void)dealloc;
2711 
2712 @end
2713 
2714 @interface FSNote : FSMarkup
2715 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2716 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2717 @property (nonatomic, getter=getState) FSMarkupState state;
2718 -(void*)getCptr;
2719 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2720 -(id)init;
2721 -(id)initWithAnnot: (FSAnnot*)annot;
2722 -(FSMarkup*)getReplyTo;
2723 -(BOOL)isStateAnnot;
2724 -(FSMarkupStateModel)getStateModel;
2725 
2726 -(void)dealloc;
2727 
2728 @end
2729 
2731 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2732 -(void*)getCptr;
2733 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2734 -(id)initWithAnnot: (FSAnnot*)annot;
2735 
2736 -(void)dealloc;
2737 
2738 @end
2739 
2741 -(void*)getCptr;
2742 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2743 -(id)init;
2744 -(id)initWithAnnot: (FSAnnot*)annot;
2745 
2746 -(void)dealloc;
2747 
2748 @end
2749 
2751 -(void*)getCptr;
2752 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2753 -(id)init;
2754 -(id)initWithAnnot: (FSAnnot*)annot;
2755 
2756 -(void)dealloc;
2757 
2758 @end
2759 
2761 -(void*)getCptr;
2762 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2763 -(id)init;
2764 -(id)initWithAnnot: (FSAnnot*)annot;
2765 
2766 -(void)dealloc;
2767 
2768 @end
2769 
2771 -(void*)getCptr;
2772 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2773 -(id)init;
2774 -(id)initWithAnnot: (FSAnnot*)annot;
2775 
2776 -(void)dealloc;
2777 
2778 @end
2779 
2780 @interface FSLink : FSAnnot
2781 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2782 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
2783 @property (nonatomic, weak, getter=getAction) FSAction* action;
2784 -(void*)getCptr;
2785 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2786 -(id)init;
2787 -(id)initWithAnnot: (FSAnnot*)annot;
2788 -(BOOL)removeAction;
2789 -(BOOL)executeJavaScriptAction: (FSJavaScriptAction*)javascript_action;
2790 
2791 -(void)dealloc;
2792 
2793 @end
2794 
2795 @interface FSSquare : FSMarkup
2796 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2797 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2798 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2799 -(void*)getCptr;
2800 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2801 -(id)init;
2802 -(id)initWithAnnot: (FSAnnot*)annot;
2803 -(NSString *)getMeasureRatioW;
2804 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2805 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2806 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2807 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2808 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2809 
2810 -(void)dealloc;
2811 
2812 @end
2813 
2814 @interface FSCircle : FSMarkup
2815 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2816 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2817 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2818 -(void*)getCptr;
2819 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2820 -(id)init;
2821 -(id)initWithAnnot: (FSAnnot*)annot;
2822 -(NSString *)getMeasureRatioW;
2823 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2824 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2825 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2826 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2827 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2828 
2829 -(void)dealloc;
2830 
2831 @end
2832 
2833 @interface FSFreeText : FSMarkup
2834 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2835 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
2836 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2837 @property (nonatomic, getter=getCalloutLineEndingStyle) FSMarkupEndingStyle calloutLineEndingStyle;
2838 @property (nonatomic, weak, getter=getCalloutLinePoints) FSPointFArray* calloutLinePoints;
2839 @property (nonatomic, weak, getter=getTextMatrix) FSMatrix2D* textMatrix;
2840 @property (nonatomic, getter=getRotation) FSRotation rotation;
2841 -(void*)getCptr;
2842 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2843 -(id)init;
2844 -(id)initWithAnnot: (FSAnnot*)annot;
2845 -(FSDefaultAppearance*)getDefaultAppearance;
2846 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
2847 -(void)rotate: (FSRotation)rotation;
2848 -(void)allowTextOverflow: (BOOL)is_text_overflow;
2849 
2850 -(void)dealloc;
2851 
2852 @end
2853 
2854 typedef NS_ENUM(NSInteger, FSLineCapPos) {
2857 };
2858 
2859 @interface FSLine : FSMarkup
2860 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
2861 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
2862 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
2863 @property (nonatomic, weak, getter=getStartPoint) FSPointF* startPoint;
2864 @property (nonatomic, weak, getter=getEndPoint) FSPointF* endPoint;
2865 @property (nonatomic, getter=getCaptionPositionType) FSLineCapPos captionPositionType;
2866 @property (nonatomic, weak, getter=getCaptionOffset) FSPointF* captionOffset;
2867 @property (nonatomic, getter=getLeaderLineLength) float leaderLineLength;
2868 @property (nonatomic, getter=getLeaderLineExtensionLength) float leaderLineExtensionLength;
2869 @property (nonatomic, getter=getLeaderLineOffset) float leaderLineOffset;
2870 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2871 -(void*)getCptr;
2872 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2873 -(id)init;
2874 -(id)initWithAnnot: (FSAnnot*)annot;
2875 -(BOOL)hasCaption;
2876 -(void)enableCaption: (BOOL)cap;
2877 -(NSString *)getMeasureRatioW;
2878 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2879 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2880 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2881 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2882 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2883 
2884 -(void)dealloc;
2885 
2886 @end
2887 
2888 @interface FSInk : FSMarkup
2889 @property (nonatomic, weak, getter=getInkList) FSPath* inkList;
2890 -(void*)getCptr;
2891 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2892 -(id)init;
2893 -(id)initWithAnnot: (FSAnnot*)annot;
2894 -(void)enableUseBezier: (BOOL)use_bezier;
2895 
2896 -(void)dealloc;
2897 
2898 @end
2899 
2900 @interface FSStamp : FSMarkup
2901 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2902 @property (nonatomic, getter=getRotation) int rotation;
2903 -(void*)getCptr;
2904 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2905 -(id)init;
2906 -(id)initWithAnnot: (FSAnnot*)annot;
2907 -(void)setBitmap: (FSBitmap*)bitmap;
2908 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
2909 -(void)rotate: (int)angle;
2910 
2911 -(void)dealloc;
2912 
2913 @end
2914 
2915 @interface FSScreen : FSAnnot
2916 @property (nonatomic, weak, getter=getMKDict) FSPDFDictionary* mKDict;
2917 @property (nonatomic, getter=getRotation) FSRotation rotation;
2918 @property (nonatomic, getter=getOpacity) float opacity;
2919 @property (nonatomic, weak, getter=getTitle) NSString * title;
2920 @property (nonatomic, weak, getter=getAction) FSAction* action;
2921 -(void*)getCptr;
2922 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2923 -(id)init;
2924 -(id)initWithAnnot: (FSAnnot*)annot;
2925 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
2926 -(FSBitmap*)getBitmap;
2927 -(void)removeAction;
2928 
2929 -(void)dealloc;
2930 
2931 @end
2932 
2933 @interface FSPolygon : FSMarkup
2934 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2935 @property (nonatomic, weak, getter=getVertexes) FSPointFArray* vertexes;
2936 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2937 -(void*)getCptr;
2938 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2939 -(id)init;
2940 -(id)initWithAnnot: (FSAnnot*)annot;
2941 -(NSString *)getMeasureRatioW;
2942 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2943 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2944 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2945 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2946 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2947 
2948 -(void)dealloc;
2949 
2950 @end
2951 
2952 @interface FSPolyLine : FSMarkup
2953 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
2954 @property (nonatomic, weak, getter=getVertexes) FSPointFArray* vertexes;
2955 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
2956 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
2957 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2958 -(void*)getCptr;
2959 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2960 -(id)init;
2961 -(id)initWithAnnot: (FSAnnot*)annot;
2962 -(NSString *)getMeasureRatioW;
2963 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2964 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2965 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2966 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2967 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2968 
2969 -(void)dealloc;
2970 
2971 @end
2972 
2973 @interface FSCaret : FSMarkup
2974 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2975 -(void*)getCptr;
2976 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2977 -(id)init;
2978 -(id)initWithAnnot: (FSAnnot*)annot;
2979 
2980 -(void)dealloc;
2981 
2982 @end
2983 
2985 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2986 -(void*)getCptr;
2987 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2988 -(id)init;
2989 -(id)initWithAnnot: (FSAnnot*)annot;
2990 -(BOOL)setFileSpec: (FSFileSpec*)file_spec;
2991 -(FSFileSpec*)getFileSpec;
2992 
2993 -(void)dealloc;
2994 
2995 @end
2996 
2997 @interface FSPopup : FSAnnot
2998 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2999 -(void*)getCptr;
3000 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3001 -(id)init;
3002 -(id)initWithAnnot: (FSAnnot*)annot;
3003 -(FSMarkup*)getParent;
3004 
3005 -(void)dealloc;
3006 
3007 @end
3008 
3009 @interface FSPSInk : FSAnnot
3010 -(void*)getCptr;
3011 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3012 -(id)init;
3013 -(id)initWithAnnot: (FSAnnot*)annot;
3014 
3015 -(void)dealloc;
3016 
3017 @end
3018 
3019 typedef NS_ENUM(NSInteger, FSWidgetLineSpacingStyle) {
3025 };
3026 
3027 @interface FSWidget : FSAnnot
3028 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
3029 @property (nonatomic, weak, getter=getAction) FSAction* action;
3030 @property (nonatomic, getter=getMKRotation) FSRotation mKRotation;
3031 @property (nonatomic, getter=getMKBorderColor) unsigned int mKBorderColor;
3032 @property (nonatomic, getter=getMKBackgroundColor) unsigned int mKBackgroundColor;
3033 @property (nonatomic, weak, getter=getMKNormalCaption) NSString * mKNormalCaption;
3034 @property (nonatomic, weak, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
3035 @property (nonatomic, weak, getter=getMKDownCaption) NSString * mKDownCaption;
3036 @property (nonatomic, weak, getter=getMKNormalIconBitmap) FSBitmap* mKNormalIconBitmap;
3037 @property (nonatomic, weak, getter=getMKRolloverIconBitmap) FSBitmap* mKRolloverIconBitmap;
3038 @property (nonatomic, weak, getter=getMKDownIconBitmap) FSBitmap* mKDownIconBitmap;
3039 @property (nonatomic, weak, getter=getMKIconFit) FSIconFit* mKIconFit;
3040 @property (nonatomic, getter=getMKIconCaptionRelation) FSAnnotMKIconCaptionRelation mKIconCaptionRelation;
3041 @property (nonatomic, weak, getter=getAppearanceState) NSString * appearanceState;
3042 -(void*)getCptr;
3043 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3044 -(id)init;
3045 -(id)initWithAnnot: (FSAnnot*)annot;
3046 -(FSField*)getField;
3047 -(FSControl*)getControl;
3048 -(void)removeAction;
3049 -(BOOL)hasMKEntry: (FSAnnotMKEntry)mk_entry;
3050 -(void)removeMKEntry: (FSAnnotMKEntry)mk_entry;
3051 -(void)setMKNormalIconImage: (FSImage*)image frame_index: (int)frame_index;
3052 -(void)setMKRolloverIconImage: (FSImage*)image frame_index: (int)frame_index;
3053 -(void)setMKDownIconImage: (FSImage*)image frame_index: (int)frame_index;
3054 -(NSString *)getAppearanceOnStateName;
3055 -(FSWidgetLineSpacingStyle)getLineSpacing: (float *)line_spacing_value;
3056 -(void)setLineSpacing: (FSWidgetLineSpacingStyle)line_spacing_style line_spacing_value: (float)line_spacing_value;
3057 
3058 -(void)dealloc;
3059 
3060 @end
3061 
3062 @interface FSRedact : FSMarkup
3063 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
3064 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
3065 @property (nonatomic, getter=getApplyFillColor) unsigned int applyFillColor;
3066 @property (nonatomic, weak, getter=getOverlayText) NSString * overlayText;
3067 @property (nonatomic, getter=getOverlayTextAlignment) FSAlignment overlayTextAlignment;
3068 -(void*)getCptr;
3069 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3070 -(id)init;
3071 -(id)initWithAnnot: (FSAnnot*)annot;
3072 -(BOOL)isOverlayTextRepeated;
3073 -(void)enableRepeatOverlayText: (BOOL)is_to_repeat_overlay_text;
3074 -(void)enableAutoFontSize;
3075 -(FSDefaultAppearance*)getDefaultAppearance;
3076 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
3077 -(BOOL)apply;
3078 
3079 -(void)dealloc;
3080 
3081 @end
3082 
3083 typedef NS_ENUM(NSInteger, FSSoundSampleEncodingFormat) {
3088 };
3089 
3090 @interface FSSound : FSMarkup
3091 -(void*)getCptr;
3092 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3093 -(id)init;
3094 -(id)initWithAnnot: (FSAnnot*)annot;
3096 -(float)getSamplingRate;
3097 -(int)getChannelCount;
3098 -(int)getBits;
3100 -(NSString *)getCompressionFormat;
3102 
3103 -(void)dealloc;
3104 
3105 @end
3106 
3107 @interface FSPagingSeal : FSAnnot
3108 -(id)init NS_UNAVAILABLE;
3109 -(void*)getCptr;
3110 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3111 -(id)initWithAnnot: (FSAnnot*)annot;
3113 
3114 -(void)dealloc;
3115 
3116 @end
3117 
3118 typedef NS_ENUM(NSInteger, FSPrintDeviceSettingDataOrientationFlag) {
3121 };
3122 
3123 @interface FSPrintDeviceSettingData : NSObject
3124 {
3125  void *swigCPtr;
3126  BOOL swigCMemOwn;
3127 }
3128 @property (nonatomic, getter=getDevice_width) int device_width;
3129 @property (nonatomic, getter=getDevice_height) int device_height;
3130 @property (nonatomic, weak, getter=getDevice_margin) FSRectF* device_margin;
3131 @property (nonatomic, getter=getOrientation) FSPrintDeviceSettingDataOrientationFlag orientation;
3132 @property (nonatomic, getter=getResolution) int resolution;
3133 @property (nonatomic, getter=getCopies) unsigned int copies;
3134 -(id)init NS_UNAVAILABLE;
3135 -(void*)getCptr;
3136 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3137 -(id)initWithDevice_width: (int)device_width device_height: (int)device_height device_margin: (FSRectF*)device_margin orientation: (FSPrintDeviceSettingDataOrientationFlag)orientation resolution: (int)resolution copies: (unsigned int)copies;
3138 -(id)initWithSettings: (FSPrintDeviceSettingData*)settings;
3139 -(void)set: (int)device_width device_height: (int)device_height device_margin: (FSRectF*)device_margin orientation: (FSPrintDeviceSettingDataOrientationFlag)orientation resolution: (int)resolution copies: (unsigned int)copies;
3140 -(void)dealloc;
3141 
3142 @end
3143 
3144 typedef NS_ENUM(NSInteger, FSRendererColorMode) {
3150 };
3151 
3152 typedef NS_ENUM(NSInteger, FSRendererContentFlag) {
3158 };
3159 
3160 typedef NS_ENUM(NSInteger, FSRendererColorModeForegroundMode) {
3165 };
3166 
3167 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
3170 };
3171 
3172 @interface FSRenderer : FSBase
3173 -(id)init NS_UNAVAILABLE;
3174 -(void*)getCptr;
3175 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3176 -(id)initWithBitmap: (FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
3177 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
3178 -(id)initWithOther: (FSRenderer*)other;
3179 -(BOOL)isEmpty;
3180 -(FSProgressive*)startQuickRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3181 -(FSProgressive*)startRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3182 -(FSProgressive*)startRenderReflowPage: (FSReflowPage*)reflow_page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3183 -(FSProgressive*)startRenderXFAPage: (FSXFAPage*)xfa_page_view matrix: (FSMatrix2D*)matrix is_highlight: (BOOL)is_highlight pause: (id<FSPauseCallback>)pause;
3184 -(FSProgressive*)startRenderBitmap: (FSBitmap*)bitmap matrix: (FSMatrix2D*)matrix clip_rect: (FSRectI*)clip_rect interpolation: (unsigned int)interpolation pause: (id<FSPauseCallback>)pause;
3185 -(FSProgressive*)startRenderBitmapWithAlpha: (FSBitmap*)bitmap matrix: (FSMatrix2D*)matrix clip_rect: (FSRectI*)clip_rect interpolation: (unsigned int)interpolation alpha: (unsigned int)alpha pause: (id<FSPauseCallback>)pause;
3186 -(void)setRenderAnnotAppearanceType: (FSAnnotAppearanceType)ap_type;
3187 -(BOOL)renderAnnot: (FSAnnot*)annot matrix: (FSMatrix2D*)matrix;
3188 -(BOOL)renderFormControls: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
3189 -(BOOL)renderGraphicsObject: (FSGraphicsObject*)graphics_object page: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
3190 -(void)setClipRect: (FSRectI*)clip_rect;
3191 -(void)clearClips;
3192 -(void)setClipPathFill: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix fill_mode: (FSFillMode)fill_mode;
3193 -(void)setClipPathStroke: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix graph_state: (FSGraphState*)graph_state;
3194 -(void)setRenderContentFlags: (unsigned int)render_content_flags;
3195 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
3196 -(void)setRenderFormField: (BOOL)is_render_formfield;
3197 -(void)setRenderSignature: (BOOL)is_render_signature;
3198 -(void)setLayerContext: (FSLayerContext*)layer_context;
3199 -(void)setRenderLayer: (BOOL)is_render_one_layer;
3200 -(void)setColorMode: (FSRendererColorMode)color_mode;
3201 -(void)setMappingModeColors: (unsigned int)background_color foreground_color: (unsigned int)foreground_color;
3202 -(void)setForegroundColorMode: (unsigned int)foreground_color_mode;
3203 -(void)setForegroundColor: (unsigned int)foreground_color;
3204 -(void)setClearType: (BOOL)is_clear_type;
3205 -(void)setPrintTextAsGraphic: (BOOL)is_to_print_text_graphic;
3206 -(void)setPrintTextAsImage: (BOOL)is_to_print_text_image;
3207 -(void)setForceDownSample: (BOOL)is_to_force_down_sample;
3208 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
3209 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
3210 -(void)enableForPrint: (BOOL)is_render_for_print;
3211 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
3212 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
3213 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
3214 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
3215 -(void)setRenderPathFullCovered: (BOOL)is_render_path_full_covered;
3216 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
3217 -(void)setRenderEnhanceThinLines: (BOOL)is_render_enhance_thin_lines;
3218 -(void)setRenderSignatureState: (BOOL)is_render_signature_state;
3219 -(void)setScreenDPIScale: (float)scale;
3220 
3221 -(void)dealloc;
3222 
3223 @end
3224 
3225 typedef NS_ENUM(NSInteger, FSAssociatedFilesRelationship) {
3234 };
3235 
3237 -(id)init NS_UNAVAILABLE;
3238 -(void*)getCptr;
3239 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3240 -(id)initWithOther: (FSAssociatedFiles*)other;
3241 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
3242 -(BOOL)isEmpty;
3243 -(int)getAssociatedFilesCount: (FSPDFObject*)pdf_object;
3244 -(int)getAssociatedFilesCountWithGraphicsObject: (FSGraphicsObject*)graphics_object;
3245 -(FSFileSpec*)getAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
3246 -(FSFileSpec*)getAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
3247 -(void)associateFile: (FSPDFObject*)pdf_object file_spec: (FSFileSpec*)file_spec;
3248 -(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;
3249 -(void)associateFileWithPDFPage: (FSPDFPage*)page file_spec: (FSFileSpec*)file_spec;
3250 -(void)associateFileWithImageObject: (FSImageObject*)image file_spec: (FSFileSpec*)file_spec;
3251 -(void)associateFileWithFormXObject: (FSFormXObject*)form_xobject file_spec: (FSFileSpec*)file_spec;
3252 -(void)associateFileWithAnnot: (FSAnnot*)annot file_spec: (FSFileSpec*)file_spec;
3253 -(void)removeAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
3254 -(void)removeAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
3255 
3256 -(void)dealloc;
3257 
3258 @end
3259 
3260 typedef NS_ENUM(NSInteger, FSFDFDocType) {
3263 };
3264 
3265 @interface FSFDFDoc : FSBase
3266 -(id)init NS_UNAVAILABLE;
3267 -(void*)getCptr;
3268 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3269 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
3270 -(id)initWithType: (FSFDFDocType)type;
3271 -(id)initWithPath: (NSString *)path;
3272 -(id)initWithOther: (FSFDFDoc*)other;
3273 -(BOOL)isEmpty;
3275 -(NSString *)getPDFPath;
3276 -(BOOL)setPDFPath: (NSString *)pdf_path;
3277 -(BOOL)saveAs: (NSString *)file_path;
3278 -(BOOL)saveAsWithWriterCallback: (id<FSFileWriterCallback>)file;
3281 -(id)initWithBuffer: (NSData *)buffer;
3282 
3283 -(void)dealloc;
3284 
3285 @end
3286 
3287 @interface FSMenuListArray : NSObject
3288 {
3289  void *swigCPtr;
3290  BOOL swigCMemOwn;
3291 }
3292 -(void*)getCptr;
3293 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3294 -(id)init;
3295 -(id)initWithOther: (FSMenuListArray*)other;
3296 -(unsigned long)getSize;
3297 -(FSMenuList*)getAt: (unsigned long)index;
3298 -(void)add: (FSMenuList*)element;
3299 -(void)removeAt: (unsigned long)index;
3300 -(void)insertAt: (unsigned long)index element: (FSMenuList*)element;
3301 -(void)removeAll;
3302 
3303 -(void)dealloc;
3304 
3305 @end
3306 
3307 @interface FSMenuItemExArray : NSObject
3308 {
3309  void *swigCPtr;
3310  BOOL swigCMemOwn;
3311 }
3312 -(void*)getCptr;
3313 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3314 -(id)init;
3315 -(id)initWithOther: (FSMenuItemExArray*)other;
3316 -(unsigned long)getSize;
3317 -(FSMenuItemEx*)getAt: (unsigned long)index;
3318 -(void)add: (FSMenuItemEx*)element;
3319 -(void)removeAt: (unsigned long)index;
3320 -(void)insertAt: (unsigned long)index element: (FSMenuItemEx*)element;
3321 -(void)removeAll;
3322 
3323 -(void)dealloc;
3324 
3325 @end
3326 
3327 @interface FSMenuList : NSObject
3328 {
3329  void *swigCPtr;
3330  BOOL swigCMemOwn;
3331 }
3332 @property (nonatomic, getter=getLevel) int level;
3333 @property (nonatomic, weak, getter=getName) NSString * name;
3334 @property (nonatomic, weak, getter=getSub_menu_list_array) FSMenuListArray* sub_menu_list_array;
3335 -(void*)getCptr;
3336 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3337 -(id)init;
3338 -(id)initWithMenu_list: (FSMenuList*)menu_list;
3339 -(void)set: (int)level name: (NSString *)name sub_menu_list_array: (FSMenuListArray*)sub_menu_list_array;
3340 -(void)dealloc;
3341 
3342 @end
3343 
3344 @interface FSMenuItemEx : NSObject
3345 {
3346  void *swigCPtr;
3347  BOOL swigCMemOwn;
3348 }
3349 @property (nonatomic, weak, getter=getItem_name) NSString * item_name;
3350 @property (nonatomic, weak, getter=getReturn_name) NSString * return_name;
3351 @property (nonatomic, getter=getIs_checked) BOOL is_checked;
3352 @property (nonatomic, getter=getIs_enabled) BOOL is_enabled;
3353 @property (nonatomic, weak, getter=getSub_menu_item_array) FSMenuItemExArray* sub_menu_item_array;
3354 -(void*)getCptr;
3355 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3356 -(id)init;
3357 -(id)initWithMenu_item: (FSMenuItemEx*)menu_item;
3358 -(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;
3359 -(void)dealloc;
3360 
3361 @end
3362 
3363 @interface FSIdentityProperties : NSObject
3364 {
3365  void *swigCPtr;
3366  BOOL swigCMemOwn;
3367 }
3368 @property (nonatomic, weak, getter=getCorporation) NSString * corporation;
3369 @property (nonatomic, weak, getter=getEmail) NSString * email;
3370 @property (nonatomic, weak, getter=getLogin_name) NSString * login_name;
3371 @property (nonatomic, weak, getter=getName) NSString * name;
3372 @property (nonatomic, weak, getter=getFirst_name) NSString * first_name;
3373 @property (nonatomic, weak, getter=getLast_name) NSString * last_name;
3374 @property (nonatomic, weak, getter=getTitle) NSString * title;
3375 @property (nonatomic, weak, getter=getDepartment) NSString * department;
3376 -(void*)getCptr;
3377 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3378 -(id)init;
3379 -(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;
3380 -(id)initWithId_properities: (FSIdentityProperties*)id_properities;
3381 -(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;
3382 -(void)dealloc;
3383 
3384 @end
3385 
3386 @interface FSButtonItem : NSObject
3387 {
3388  void *swigCPtr;
3389  BOOL swigCMemOwn;
3390 }
3391 @property (nonatomic, weak, getter=getName) NSString * name;
3392 @property (nonatomic, getter=getPos) int pos;
3393 @property (nonatomic, weak, getter=getExec) NSString * exec;
3394 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3395 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3396 @property (nonatomic, weak, getter=getTooltip) NSString * tooltip;
3397 @property (nonatomic, weak, getter=getLabel) NSString * label;
3398 @property (nonatomic, weak, getter=getBitmap) FSBitmap* bitmap;
3399 -(void*)getCptr;
3400 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3401 -(id)init;
3402 -(id)initWithButton_item: (FSButtonItem*)button_item;
3403 -(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;
3404 -(void)dealloc;
3405 
3406 @end
3407 
3408 @interface FSMenuItemConfig : NSObject
3409 {
3410  void *swigCPtr;
3411  BOOL swigCMemOwn;
3412 }
3413 @property (nonatomic, weak, getter=getName) NSString * name;
3414 @property (nonatomic, weak, getter=getUser) NSString * user;
3415 @property (nonatomic, weak, getter=getParent) NSString * parent;
3416 @property (nonatomic, getter=getPos) int pos;
3417 @property (nonatomic, weak, getter=getPos_str) NSString * pos_str;
3418 @property (nonatomic, weak, getter=getExec) NSString * exec;
3419 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3420 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3421 -(void*)getCptr;
3422 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3423 -(id)init;
3424 -(id)initWithMenu_item_config: (FSMenuItemConfig*)menu_item_config;
3425 -(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;
3426 -(void)dealloc;
3427 
3428 @end
3429 
3430 @interface FSDialogDescriptionElementArray : NSObject
3431 {
3432  void *swigCPtr;
3433  BOOL swigCMemOwn;
3434 }
3435 -(void*)getCptr;
3436 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3437 -(id)init;
3438 -(id)initWithOther: (FSDialogDescriptionElementArray*)other;
3439 -(unsigned long)getSize;
3440 -(FSDialogDescriptionElement*)getAt: (unsigned long)index;
3441 -(void)add: (FSDialogDescriptionElement*)element;
3442 -(void)removeAt: (unsigned long)index;
3443 -(void)insertAt: (unsigned long)index element: (FSDialogDescriptionElement*)element;
3444 -(void)removeAll;
3445 
3446 -(void)dealloc;
3447 
3448 @end
3449 
3450 @interface FSDialogDescriptionElement : NSObject
3451 {
3452  void *swigCPtr;
3453  BOOL swigCMemOwn;
3454 }
3455 @property (nonatomic, weak, getter=getName) NSString * name;
3456 @property (nonatomic, weak, getter=getItem_id) NSString * item_id;
3457 @property (nonatomic, weak, getter=getType) NSString * type;
3458 @property (nonatomic, weak, getter=getNext_tab) NSString * next_tab;
3459 @property (nonatomic, getter=getWidth) int width;
3460 @property (nonatomic, getter=getHeight) int height;
3461 @property (nonatomic, getter=getChar_width) int char_width;
3462 @property (nonatomic, getter=getChar_height) int char_height;
3463 @property (nonatomic, weak, getter=getFont) NSString * font;
3464 @property (nonatomic, getter=getBold) BOOL bold;
3465 @property (nonatomic, getter=getItalic) BOOL italic;
3466 @property (nonatomic, weak, getter=getAlignment) NSString * alignment;
3467 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3468 @property (nonatomic, weak, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
3469 -(void*)getCptr;
3470 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3471 -(id)init;
3472 -(id)initWithDlg_des_element: (FSDialogDescriptionElement*)dlg_des_element;
3473 -(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;
3474 -(void)dealloc;
3475 
3476 @end
3477 
3478 @interface FSDialogDescriptionConfig : NSObject
3479 {
3480  void *swigCPtr;
3481  BOOL swigCMemOwn;
3482 }
3483 @property (nonatomic, weak, getter=getName) NSString * name;
3484 @property (nonatomic, weak, getter=getFirst_tab) NSString * first_tab;
3485 @property (nonatomic, getter=getWidth) int width;
3486 @property (nonatomic, getter=getHeight) int height;
3487 @property (nonatomic, getter=getChar_width) int char_width;
3488 @property (nonatomic, getter=getChar_height) int char_height;
3489 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3490 @property (nonatomic, weak, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
3491 -(void*)getCptr;
3492 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3493 -(id)init;
3494 -(id)initWithDlg_des_config: (FSDialogDescriptionConfig*)dlg_des_config;
3495 -(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;
3496 -(void)dealloc;
3497 
3498 @end
3499 
3500 @interface FSSOAPAuthenticateInfo : NSObject
3501 {
3502  void *swigCPtr;
3503  BOOL swigCMemOwn;
3504 }
3505 @property (nonatomic, weak, getter=getUsername) NSString * username;
3506 @property (nonatomic, weak, getter=getPassword) NSString * password;
3507 @property (nonatomic, getter=getIs_use_platform_auth) BOOL is_use_platform_auth;
3508 -(void*)getCptr;
3509 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3510 -(id)init;
3511 -(id)initWithSoap_authenticate: (FSSOAPAuthenticateInfo*)soap_authenticate;
3512 -(void)set: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
3513 -(void)dealloc;
3514 
3515 @end
3516 
3517 @interface FSSOAPRequestProperties : NSObject
3518 {
3519  void *swigCPtr;
3520  BOOL swigCMemOwn;
3521 }
3522 @property (nonatomic, weak, getter=getRequest_url) NSString * request_url;
3523 @property (nonatomic, weak, getter=getRequest_content) NSString * request_content;
3524 @property (nonatomic, weak, getter=getSoap_action) NSString * soap_action;
3525 @property (nonatomic, weak, getter=getSoap_namespace) NSString * soap_namespace;
3526 @property (nonatomic, weak, getter=getSoap_version) NSString * soap_version;
3527 @property (nonatomic, weak, getter=getContent_type) NSString * content_type;
3528 @property (nonatomic, getter=getIs_encode) BOOL is_encode;
3529 @property (nonatomic, getter=getIs_wiredump) BOOL is_wiredump;
3530 @property (nonatomic, weak, getter=getRequest_header) NSString * request_header;
3531 @property (nonatomic, weak, getter=getAuthenticate) FSSOAPAuthenticateInfo* authenticate;
3532 -(void*)getCptr;
3533 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3534 -(id)init;
3535 -(id)initWithRequest_properties: (FSSOAPRequestProperties*)request_properties;
3536 -(void)set: (NSString *)request_url request_content: (NSString *)request_content soap_action: (NSString *)soap_action soap_namespace: (NSString *)soap_namespace soap_version: (NSString *)soap_version content_type: (NSString *)content_type is_encode: (BOOL)is_encode is_wiredump: (BOOL)is_wiredump request_header: (NSString *)request_header authenticate: (FSSOAPAuthenticateInfo*)authenticate;
3537 -(void)dealloc;
3538 
3539 @end
3540 
3541 @interface FSSOAPResponseInfo : NSObject
3542 {
3543  void *swigCPtr;
3544  BOOL swigCMemOwn;
3545 }
3546 @property (nonatomic, weak, getter=getResponse_header) NSString * response_header;
3547 @property (nonatomic, weak, getter=getResponse_body) NSString * response_body;
3548 @property (nonatomic, weak, getter=getNetwork_error) NSString * network_error;
3549 @property (nonatomic, getter=getStatus_code) unsigned int status_code;
3550 -(void*)getCptr;
3551 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3552 -(id)init;
3553 -(id)initWithSoap_response: (FSSOAPResponseInfo*)soap_response;
3554 -(void)set: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (unsigned int)status_code;
3555 -(void)dealloc;
3556 
3557 @end
3558 
3559 typedef NS_ENUM(NSInteger, FSPrintParamsPrintContent) {
3563 };
3564 
3565 typedef NS_ENUM(NSInteger, FSPrintParamsDuplexType) {
3569 };
3570 
3571 typedef NS_ENUM(NSInteger, FSPrintParamsBookletDuplexMode) {
3575 };
3576 
3577 typedef NS_ENUM(NSInteger, FSPrintParamsBookletBinding) {
3582 };
3583 
3584 typedef NS_ENUM(NSInteger, FSPrintParamsPageOrder) {
3588 };
3589 
3590 typedef NS_ENUM(NSInteger, FSPrintParamsPrintHandling) {
3597 };
3598 
3599 @interface FSPrintParams : NSObject
3600 {
3601  void *swigCPtr;
3602  BOOL swigCMemOwn;
3603 }
3604 @property (nonatomic, getter=getIs_show_ui) BOOL is_show_ui;
3605 @property (nonatomic, getter=getIs_reverse) BOOL is_reverse;
3606 @property (nonatomic, getter=getIs_print_as_image) BOOL is_print_as_image;
3607 @property (nonatomic, getter=getIs_print_auto_center) BOOL is_print_auto_center;
3608 @property (nonatomic, getter=getIs_print_auto_rotate) BOOL is_print_auto_rotate;
3609 @property (nonatomic, getter=getIs_simulate_overprinting) BOOL is_simulate_overprinting;
3610 @property (nonatomic, getter=getIs_print_page_border) BOOL is_print_page_border;
3611 @property (nonatomic, weak, getter=getPage_range) FSRange* page_range;
3612 @property (nonatomic, getter=getPrint_content) FSPrintParamsPrintContent print_content;
3613 @property (nonatomic, weak, getter=getPrinter_name) NSString * printer_name;
3614 @property (nonatomic, weak, getter=getOutput_file_name) NSString * output_file_name;
3615 @property (nonatomic, getter=getNum_copies) int num_copies;
3616 @property (nonatomic, getter=getDuplex_type) FSPrintParamsDuplexType duplex_type;
3617 @property (nonatomic, getter=getIs_tile_label) BOOL is_tile_label;
3618 @property (nonatomic, getter=getTile_mark) BOOL tile_mark;
3619 @property (nonatomic, getter=getTile_overlap) float tile_overlap;
3620 @property (nonatomic, getter=getTile_scale) float tile_scale;
3621 @property (nonatomic, getter=getHandling) FSPrintParamsPrintHandling handling;
3622 @property (nonatomic, getter=getBinding) FSPrintParamsBookletBinding binding;
3623 @property (nonatomic, getter=getBooklet_duplex_mode) FSPrintParamsBookletDuplexMode booklet_duplex_mode;
3624 @property (nonatomic, getter=getNum_pages_h) int num_pages_h;
3625 @property (nonatomic, getter=getNum_pages_v) int num_pages_v;
3626 @property (nonatomic, getter=getPage_order) FSPrintParamsPageOrder page_order;
3627 -(void*)getCptr;
3628 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3629 -(id)init;
3630 -(id)initWithPrint_params: (FSPrintParams*)print_params;
3631 -(void)dealloc;
3632 
3633 @end
3634 
3635 typedef NS_ENUM(NSInteger, FSFloatingInfoWindowPosition) {
3645 };
3646 
3647 typedef NS_ENUM(NSInteger, FSFloatingInfoRelativeTarget) {
3652 };
3653 
3654 typedef NS_ENUM(NSInteger, FSFloatingInfoResizeType) {
3658 };
3659 
3660 typedef NS_ENUM(NSInteger, FSFloatingInfoOffScreenAction) {
3664 };
3665 
3666 @interface FSFloatingInfo : NSObject
3667 {
3668  void *swigCPtr;
3669  BOOL swigCMemOwn;
3670 }
3671 @property (nonatomic, getter=getWindow_pos) FSFloatingInfoWindowPosition window_pos;
3672 @property (nonatomic, getter=getRelative_target) FSFloatingInfoRelativeTarget relative_target;
3673 @property (nonatomic, getter=getResize_type) FSFloatingInfoResizeType resize_type;
3674 @property (nonatomic, getter=getHas_close) BOOL has_close;
3675 @property (nonatomic, getter=getHas_title) BOOL has_title;
3676 @property (nonatomic, weak, getter=getTitle) NSString * title;
3677 @property (nonatomic, getter=getOff_screen) FSFloatingInfoOffScreenAction off_screen;
3678 @property (nonatomic, weak, getter=getRect) FSRectF* rect;
3679 -(void*)getCptr;
3680 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3681 -(id)init;
3682 -(id)initWithFloating_info: (FSFloatingInfo*)floating_info;
3683 -(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;
3684 -(void)dealloc;
3685 
3686 @end
3687 
3688 typedef NS_ENUM(NSInteger, FSMediaSettingsPlayerWindowType) {
3692 };
3693 
3694 @interface FSMediaSettings : NSObject
3695 {
3696  void *swigCPtr;
3697  BOOL swigCMemOwn;
3698 }
3699 @property (nonatomic, getter=getAuto_play) BOOL auto_play;
3700 @property (nonatomic, weak, getter=getBase_url) NSString * base_url;
3701 @property (nonatomic, getter=getBg_color) unsigned int bg_color;
3702 @property (nonatomic, getter=getBg_opacity) float bg_opacity;
3703 @property (nonatomic, getter=getDuration) int duration;
3704 @property (nonatomic, getter=getPage) int page;
3705 @property (nonatomic, getter=getRepeat) int repeat;
3706 @property (nonatomic, getter=getShow_ui) BOOL show_ui;
3707 @property (nonatomic, getter=getIs_visible) BOOL is_visible;
3708 @property (nonatomic, getter=getVolume) int volume;
3709 @property (nonatomic, getter=getWindow_type) FSMediaSettingsPlayerWindowType window_type;
3710 @property (nonatomic, weak, getter=getFloating_wnd_info) FSFloatingInfo* floating_wnd_info;
3711 -(void*)getCptr;
3712 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3713 -(id)init;
3714 -(id)initWithMedia_settings: (FSMediaSettings*)media_settings;
3715 -(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;
3716 -(void)dealloc;
3717 
3718 @end
3719 
3720 @interface FSPlayerArgs : NSObject
3721 {
3722  void *swigCPtr;
3723  BOOL swigCMemOwn;
3724 }
3725 @property (nonatomic, weak, getter=getDoc) FSPDFDoc* doc;
3726 @property (nonatomic, weak, getter=getScreen_annot) FSScreen* screen_annot;
3727 @property (nonatomic, weak, getter=getRendition) FSRendition* rendition;
3728 @property (nonatomic, weak, getter=getURL) NSString * uRL;
3729 @property (nonatomic, weak, getter=getAudio_format) NSString * audio_format;
3730 @property (nonatomic, weak, getter=getPlayer_settings) FSMediaSettings* player_settings;
3731 -(void*)getCptr;
3732 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3733 -(id)init;
3734 -(id)initWithPlayer_args: (FSPlayerArgs*)player_args;
3735 -(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;
3736 -(void)dealloc;
3737 
3738 @end
3739 
3740 typedef NS_ENUM(NSInteger, FSSearchOptionWordMatching) {
3744 };
3745 
3746 @interface FSSearchOption : NSObject
3747 {
3748  void *swigCPtr;
3749  BOOL swigCMemOwn;
3750 }
3751 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
3752 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
3753 @property (nonatomic, getter=getIs_search_bookmarks) BOOL is_search_bookmarks;
3754 @property (nonatomic, getter=getIs_search_in_markup) BOOL is_search_in_markup;
3755 @property (nonatomic, getter=getIs_search_in_attachments) BOOL is_search_in_attachments;
3756 @property (nonatomic, getter=getIs_ignore_accents) BOOL is_ignore_accents;
3757 @property (nonatomic, getter=getIs_proximity) BOOL is_proximity;
3758 @property (nonatomic, getter=getIs_stemming) BOOL is_stemming;
3759 @property (nonatomic, getter=getIs_ignore_full_width) BOOL is_ignore_full_width;
3760 @property (nonatomic, getter=getMax_docs) int max_docs;
3761 @property (nonatomic, getter=getWord_matching) FSSearchOptionWordMatching word_matching;
3762 @property (nonatomic, getter=getIs_search_doc_text) BOOL is_search_doc_text;
3763 -(void*)getCptr;
3764 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3765 -(id)init;
3766 -(id)initWithSearch_option: (FSSearchOption*)search_option;
3767 -(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;
3768 -(void)dealloc;
3769 
3770 @end
3771 
3772 @interface FSSearchIndexConfig : NSObject
3773 {
3774  void *swigCPtr;
3775  BOOL swigCMemOwn;
3776 }
3777 @property (nonatomic, weak, getter=getName) NSString * name;
3778 @property (nonatomic, getter=getIs_available) BOOL is_available;
3779 @property (nonatomic, weak, getter=getPath) NSString * path;
3780 @property (nonatomic, getter=getIs_selected) BOOL is_selected;
3781 -(void*)getCptr;
3782 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3783 -(id)init;
3784 -(id)initWithSearch_index_config: (FSSearchIndexConfig*)search_index_config;
3785 -(void)set: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
3786 -(void)dealloc;
3787 
3788 @end
3789 
3790 typedef NS_ENUM(NSInteger, FSMediaPlayerCallbackJSMediaPlayerState) {
3796 };
3797 
3798 
3799 
3800 typedef NS_ENUM(NSInteger, FSActionCallbackLanguage) {
3817 };
3818 
3819 typedef NS_ENUM(NSInteger, FSActionCallbackAppInfoType) {
3825 };
3826 
3827 typedef NS_ENUM(NSInteger, FSActionCallbackMailType) {
3831 };
3832 
3833 typedef NS_ENUM(NSInteger, FSActionCallbackJSFieldValueChangeType) {
3839 };
3840 
3841 typedef NS_ENUM(NSInteger, FSActionCallbackJSMediaPlayerState) {
3847 };
3848 
3849 typedef NS_ENUM(NSInteger, FSActionCallbackLayoutMode) {
3854 };
3855 
3856 typedef NS_ENUM(NSInteger, FSActionCallbackJsMailResult) {
3860 };
3861 
3862 typedef NS_ENUM(NSInteger, FSActionCallbackSearchScope) {
3867 };
3868 
3869 
3870 
3871 typedef NS_ENUM(NSInteger, FSBookmarkStyle) {
3875 };
3876 
3877 typedef NS_ENUM(NSInteger, FSBookmarkPosition) {
3884 };
3885 
3886 @interface FSBookmark : FSBase
3887 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
3888 @property (nonatomic, weak, getter=getTitle) NSString * title;
3889 @property (nonatomic, getter=getColor) unsigned int color;
3890 @property (nonatomic, getter=getStyle) unsigned int style;
3891 @property (nonatomic, weak, getter=getAction) FSAction* action;
3892 -(id)init NS_UNAVAILABLE;
3893 -(void*)getCptr;
3894 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3895 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc bookmark_dict: (FSPDFDictionary*)bookmark_dict;
3896 -(id)initWithOther: (FSBookmark*)other;
3897 -(BOOL)isEmpty;
3898 -(FSBookmark*)getParent;
3899 -(BOOL)hasChild;
3900 -(FSBookmark*)getFirstChild;
3901 -(FSBookmark*)getNextSibling;
3902 -(FSBookmark*)insert: (NSString *)title position: (FSBookmarkPosition)position;
3903 -(BOOL)moveTo: (FSBookmark*)dest_bookmark position: (FSBookmarkPosition)position;
3904 -(BOOL)removeAction;
3905 -(BOOL)isRoot;
3906 -(BOOL)isFirstChild;
3907 -(BOOL)isLastChild;
3908 -(FSPDFDictionary*)getDict;
3909 
3910 -(void)dealloc;
3911 
3912 @end
3913 
3914 @interface FSAttachments : FSBase
3915 -(id)init NS_UNAVAILABLE;
3916 -(void*)getCptr;
3917 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3918 -(id)initWithDoc: (FSPDFDoc*)doc nametree: (FSPDFNameTree*)nametree;
3919 -(id)initWithOther: (FSAttachments*)other;
3920 -(BOOL)isEmpty;
3921 -(int)getCount;
3922 -(NSString *)getKey: (int)index;
3923 -(FSFileSpec*)getEmbeddedFile: (NSString *)key;
3924 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
3925 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
3926 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
3927 -(BOOL)removeEmbeddedFile: (NSString *)key;
3928 -(BOOL)removeAllEmbeddedFiles;
3929 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
3931 
3932 -(void)dealloc;
3933 
3934 @end
3935 
3936 @interface FSFileSpec : FSBase
3937 @property (nonatomic, weak, getter=getFileName) NSString * fileName;
3938 @property (nonatomic, getter=getAssociteFileRelationship) FSAssociatedFilesRelationship associteFileRelationship;
3939 @property (nonatomic, weak, getter=getDescription) NSString * description;
3940 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
3941 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
3942 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3943 @property (nonatomic, weak, getter=getChecksum) NSData * checksum;
3944 -(id)init NS_UNAVAILABLE;
3945 -(void*)getCptr;
3946 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3947 -(id)initWithDocument: (FSPDFDoc*)document;
3948 -(id)initWithDocument: (FSPDFDoc*)document pdf_object: (FSPDFObject*)pdf_object;
3949 -(id)initWithOther: (FSFileSpec*)other;
3950 -(BOOL)isEmpty;
3951 -(long long)getFileSize;
3952 -(long long)getCompressedEmbeddedFileSize;
3953 -(id<FSFileReaderCallback>)getFileData;
3954 -(BOOL)embed: (NSString *)file_path;
3955 -(BOOL)embedWithPDFObject: (FSPDFObject*)pdf_object;
3956 -(BOOL)embedWithStreamCallback: (id<FSFileStreamCallback>)stream;
3957 -(BOOL)isEmbedded;
3958 -(FSPDFDictionary*)getDict;
3959 -(BOOL)exportToFile: (NSString *)path;
3960 -(BOOL)exportToFileStream: (id<FSFileStreamCallback>)stream;
3961 
3962 -(void)dealloc;
3963 
3964 @end
3965 
3966 @interface FSLayerNodeArray : NSObject
3967 {
3968  void *swigCPtr;
3969  BOOL swigCMemOwn;
3970 }
3971 -(void*)getCptr;
3972 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3973 -(id)init;
3974 -(id)initWithOther: (FSLayerNodeArray*)other;
3975 -(unsigned long)getSize;
3976 -(FSLayerNode*)getAt: (unsigned long)index;
3977 -(void)add: (FSLayerNode*)element;
3978 -(void)removeAt: (unsigned long)index;
3979 -(void)insertAt: (unsigned long)index element: (FSLayerNode*)element;
3980 -(void)removeAll;
3981 
3982 -(void)dealloc;
3983 
3984 @end
3985 
3986 @interface FSLayerZoomData : NSObject
3987 {
3988  void *swigCPtr;
3989  BOOL swigCMemOwn;
3990 }
3991 @property (nonatomic, getter=getMin_factor) float min_factor;
3992 @property (nonatomic, getter=getMax_factor) float max_factor;
3993 -(void*)getCptr;
3994 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3995 -(id)init;
3996 -(id)initWithMin_factor: (float)min_factor max_factor: (float)max_factor;
3997 -(id)initWithData: (FSLayerZoomData*)data;
3998 -(void)set: (float)min_factor max_factor: (float)max_factor;
3999 -(void)dealloc;
4000 
4001 @end
4002 
4003 typedef NS_ENUM(NSInteger, FSLayerTreeUsageState) {
4008 };
4009 
4010 @interface FSLayerTree : FSBase
4011 -(id)init NS_UNAVAILABLE;
4012 -(void*)getCptr;
4013 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4014 -(id)initWithDocument: (FSPDFDoc*)document;
4015 -(id)initWithOther: (FSLayerTree*)other;
4016 -(BOOL)isEmpty;
4017 -(BOOL)setBaseState: (FSLayerTreeUsageState)state;
4020 -(FSPDFArray*)getOCGs;
4021 -(FSLayerNodeArray*)getOCGsByPageIndex: (int)page_index;
4022 
4023 -(void)dealloc;
4024 
4025 @end
4026 
4027 @interface FSLayerPrintData : NSObject
4028 {
4029  void *swigCPtr;
4030  BOOL swigCMemOwn;
4031 }
4032 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
4033 @property (nonatomic, getter=getPrint_state) FSLayerTreeUsageState print_state;
4034 -(void*)getCptr;
4035 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4036 -(id)initWithSubtype: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
4037 -(id)init;
4038 -(id)initWithData: (FSLayerPrintData*)data;
4039 -(void)set: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
4040 -(void)dealloc;
4041 
4042 @end
4043 
4044 typedef NS_ENUM(NSInteger, FSLayerContextUsageType) {
4050 };
4051 
4053 -(id)init NS_UNAVAILABLE;
4054 -(void*)getCptr;
4055 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4056 -(id)initWithDocument: (FSPDFDoc*)document usage_type: (FSLayerContextUsageType)usage_type;
4057 -(id)initWithOther: (FSLayerContext*)other;
4058 -(BOOL)isEmpty;
4061 -(BOOL)reset;
4062 -(BOOL)copyStates: (FSLayerContext*)source_context;
4063 -(BOOL)mergeStates: (FSLayerContext*)source_context;
4064 -(BOOL)isVisible: (FSLayerNode*)layer;
4065 -(BOOL)setVisible: (FSLayerNode*)layer is_visible: (BOOL)is_visible;
4066 
4067 -(void)dealloc;
4068 
4069 @end
4070 
4071 @interface FSLayerNode : FSBase
4072 -(id)init NS_UNAVAILABLE;
4073 -(void*)getCptr;
4074 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4075 -(id)initWithOther: (FSLayerNode*)other;
4076 -(BOOL)isEmpty;
4077 -(int)getChildrenCount;
4078 -(FSLayerNode*)getChild: (int)index;
4079 -(BOOL)removeChild: (int)index;
4080 -(BOOL)moveTo: (FSLayerNode*)parent_layer_node index: (int)index;
4081 -(FSLayerNode*)addChild: (int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
4082 -(NSString *)getName;
4083 -(BOOL)isLocked;
4084 -(BOOL)hasLayer;
4085 -(BOOL)hasIntent: (NSString *)intent;
4086 -(BOOL)isInPage: (FSPDFPage*)page;
4091 -(BOOL)setName: (NSString *)name;
4092 -(BOOL)setDefaultVisible: (BOOL)is_visible;
4093 -(BOOL)setViewUsage: (FSLayerTreeUsageState)state;
4094 -(BOOL)setExportUsage: (FSLayerTreeUsageState)state;
4095 -(BOOL)setPrintUsage: (FSLayerPrintData*)data;
4096 -(BOOL)setZoomUsage: (FSLayerZoomData*)data;
4097 -(FSGraphicsObjectArray*)getGraphicsObjects: (FSPDFPage*)page;
4098 -(BOOL)addGraphicsObject: (FSPDFPage*)page graphicsobject: (FSGraphicsObject*)graphicsobject;
4099 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
4100 -(BOOL)removeUsage: (FSLayerContextUsageType)usage_type;
4103 
4104 -(void)dealloc;
4105 
4106 @end
4107 
4108 @interface FSTimer : NSObject
4109 {
4110  void *swigCPtr;
4111  BOOL swigCMemOwn;
4112 }
4113 -(id)init NS_UNAVAILABLE;
4114 -(void*)getCptr;
4115 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4116 -(void)onTimer: (int)timer;
4117 
4118 -(void)dealloc;
4119 
4120 @end
4121 
4122 typedef NS_ENUM(NSInteger, FSFillerAssistCallbackPopupMenuItem) {
4129 };
4130 
4131 
4132 
4133 typedef NS_ENUM(NSInteger, FSFillerVirtualKeyCode) {
4221 };
4222 
4223 typedef NS_ENUM(NSInteger, FSFillerEventFlags) {
4234 };
4235 
4236 @interface FSFiller : FSBase
4237 -(id)init NS_UNAVAILABLE;
4238 -(void*)getCptr;
4239 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4240 -(id)initWithForm: (FSForm*)form assist: (id<FSFillerAssistCallback>)assist;
4241 -(id)initWithOther: (FSFiller*)other;
4242 -(BOOL)isEmpty;
4243 -(void)render: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
4244 -(BOOL)onLButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4245 -(BOOL)onLButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4246 -(BOOL)onLButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4247 -(BOOL)onMouseMove: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4248 -(BOOL)onMouseEnter: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4249 -(BOOL)onMouseHover: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4250 -(BOOL)onMouseLeave: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4251 -(BOOL)onMouseWheel: (FSPDFPage*)page point: (FSPointF*)point delta: (int)delta flags: (unsigned int)flags;
4252 -(BOOL)onRButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4253 -(BOOL)onRButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4254 -(BOOL)onRButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4255 -(BOOL)onWheelButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4256 -(BOOL)onWheelButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4257 -(BOOL)onWheelButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4258 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
4259 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
4260 -(BOOL)onChar: (unsigned int)char_code flags: (unsigned int)flags;
4261 -(BOOL)setFocus: (FSControl*)control;
4262 -(BOOL)killFocus;
4263 -(void)highlightFormFields: (BOOL)is_highlight;
4264 -(void)highlightFormFieldsAndSignatures: (BOOL)is_highlight is_sign_highlight: (BOOL)is_sign_highlight;
4265 -(void)setHighlightColor: (unsigned int)color;
4266 -(void)showOverflowIndicator: (BOOL)is_show_overflow_indicator;
4267 -(BOOL)onCut;
4268 -(BOOL)onCopy;
4269 -(BOOL)onPaste;
4270 -(BOOL)onSelectAll;
4271 -(BOOL)onDelete;
4272 -(FSPointF*)getEditingTextCaretPosition: (FSMatrix2D*)matrix;
4273 
4274 -(void)dealloc;
4275 
4276 @end
4277 
4278 @interface FSFieldArray : NSObject
4279 {
4280  void *swigCPtr;
4281  BOOL swigCMemOwn;
4282 }
4283 -(void*)getCptr;
4284 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4285 -(id)init;
4286 -(id)initWithOther: (FSFieldArray*)other;
4287 -(unsigned long)getSize;
4288 -(FSField*)getAt: (unsigned long)index;
4289 -(void)add: (FSField*)element;
4290 -(void)removeAt: (unsigned long)index;
4291 -(void)insertAt: (unsigned long)index element: (FSField*)element;
4292 -(void)removeAll;
4293 
4294 -(void)dealloc;
4295 
4296 @end
4297 
4298 @interface FSChoiceOption : NSObject
4299 {
4300  void *swigCPtr;
4301  BOOL swigCMemOwn;
4302 }
4303 @property (nonatomic, weak, getter=getOption_value) NSString * option_value;
4304 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
4305 @property (nonatomic, getter=getSelected) BOOL selected;
4306 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
4307 -(void*)getCptr;
4308 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4309 -(id)init;
4310 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4311 -(id)initWithOption: (FSChoiceOption*)option;
4312 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4313 -(void)dealloc;
4314 
4315 @end
4316 
4317 @interface FSChoiceOptionArray : NSObject
4318 {
4319  void *swigCPtr;
4320  BOOL swigCMemOwn;
4321 }
4322 -(void*)getCptr;
4323 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4324 -(id)init;
4325 -(id)initWithOther: (FSChoiceOptionArray*)other;
4326 -(unsigned long)getSize;
4327 -(FSChoiceOption*)getAt: (unsigned long)index;
4328 -(void)add: (FSChoiceOption*)element;
4329 -(void)removeAt: (unsigned long)index;
4330 -(void)insertAt: (unsigned long)index element: (FSChoiceOption*)element;
4331 -(void)removeAll;
4332 
4333 -(void)dealloc;
4334 
4335 @end
4336 
4337 typedef NS_ENUM(NSInteger, FSFieldType) {
4346 };
4347 
4348 typedef NS_ENUM(NSInteger, FSFieldFlags) {
4365 };
4366 
4367 @interface FSField : FSBase
4368 @property (nonatomic, getter=getFlags) unsigned int flags;
4369 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
4370 @property (nonatomic, weak, getter=getValue) NSString * value;
4371 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4372 @property (nonatomic, weak, getter=getAlternateName) NSString * alternateName;
4373 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4374 @property (nonatomic, weak, getter=getMappingName) NSString * mappingName;
4375 @property (nonatomic, getter=getMaxLength) int maxLength;
4376 @property (nonatomic, weak, getter=getOptions) FSChoiceOptionArray* options;
4377 @property (nonatomic, getter=getTopVisibleIndex) int topVisibleIndex;
4378 -(void*)getCptr;
4379 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4380 -(id)initWithDocument: (FSPDFDoc*)document field_dict: (FSPDFDictionary*)field_dict;
4381 -(id)initWithField: (FSField*)field;
4382 -(BOOL)isEmpty;
4383 -(FSFieldType)getType;
4384 -(NSString *)getName;
4385 -(int)getControlCount;
4386 -(FSControl*)getControl: (int)index;
4387 -(int)getControlCountWithPDFPage: (FSPDFPage*)page;
4388 -(FSControl*)getControlWithPDFPage: (FSPDFPage*)page index: (int)index;
4389 -(BOOL)reset;
4390 -(FSPDFDictionary*)getDict;
4391 -(FSPDFObject*)getValueObj;
4392 -(FSPDFObject*)getDefaultValueObj;
4393 -(FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
4394 
4395 -(void)dealloc;
4396 
4397 @end
4398 
4399 @interface FSForm : FSBase
4400 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4401 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4402 @property (nonatomic, weak, getter=getFieldsInCalculationOrder) FSFieldArray* fieldsInCalculationOrder;
4403 -(id)init NS_UNAVAILABLE;
4404 -(void*)getCptr;
4405 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4406 -(id)initWithDocument: (FSPDFDoc*)document;
4407 -(id)initWithOther: (FSForm*)other;
4408 -(BOOL)isEmpty;
4409 -(BOOL)needConstructAppearances;
4410 -(void)setConstructAppearances: (BOOL)need_construct;
4411 -(FSControl*)getControlAtDevicePoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type matrix: (FSMatrix2D*)matrix;
4412 -(FSControl*)getControlAtPoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type;
4413 -(FSPDFDoc*)getDocument;
4414 -(BOOL)validateFieldName: (FSFieldType)type field_name: (NSString *)field_name;
4415 -(BOOL)renameField: (FSField*)field new_field_name: (NSString *)new_field_name;
4416 -(FSControl*)addControl: (FSPDFPage*)page field_name: (NSString *)field_name field_type: (FSFieldType)field_type rect: (FSRectF*)rect;
4417 -(BOOL)moveControl: (FSControl*)control field_name: (NSString *)field_name;
4418 -(void)removeField: (FSField*)field;
4419 -(void)removeControl: (FSControl*)control;
4420 -(int)getFieldCount: (NSString *)filter;
4421 -(FSField*)getField: (int)index filter: (NSString *)filter;
4422 -(int)getControlCount: (FSPDFPage*)page;
4423 -(FSControl*)getControl: (FSPDFPage*)page index: (int)index;
4424 -(FSFiller*)getFormFiller;
4425 -(BOOL)reset;
4426 -(BOOL)exportToXML: (NSString *)file_path;
4427 -(BOOL)exportToXMLWithFieldArray: (NSString *)file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4428 -(BOOL)exportToXMLWithWriterCallback: (id<FSFileWriterCallback>)xml_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4429 -(BOOL)importFromXML: (NSString *)file_path;
4430 -(BOOL)exportToCSV: (NSString *)csv_file_path pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4431 -(BOOL)exportToCSVWithStreamCallback: (id<FSFileStreamCallback>)csv_file pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4432 -(BOOL)exportToHTML: (NSString *)html_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4433 -(BOOL)exportToHTMLWithWriterCallback: (id<FSFileWriterCallback>)html_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4434 -(BOOL)exportToTXT: (NSString *)txt_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4435 -(BOOL)exportToTXTWithWriterCallback: (id<FSFileWriterCallback>)txt_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4436 -(FSPDFDictionary*)getDict;
4437 -(void)fixPageFields: (int)page_index;
4438 
4439 -(void)dealloc;
4440 
4441 @end
4442 
4443 @interface FSControl : FSBase
4444 @property (nonatomic, weak, getter=getExportValue) NSString * exportValue;
4445 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4446 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4447 -(id)init NS_UNAVAILABLE;
4448 -(void*)getCptr;
4449 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4450 -(id)initWithOther: (FSControl*)other;
4451 -(BOOL)isEmpty;
4452 -(FSField*)getField;
4453 -(FSPDFDictionary*)getWidgetDict;
4454 -(FSWidget*)getWidget;
4455 -(int)getIndex;
4456 -(BOOL)isChecked;
4457 -(void)setChecked: (BOOL)checked_status;
4458 -(BOOL)isDefaultChecked;
4459 -(void)setDefaultChecked: (BOOL)checked_status;
4460 
4461 -(void)dealloc;
4462 
4463 @end
4464 
4465 @interface FSSignatureArray : NSObject
4466 {
4467  void *swigCPtr;
4468  BOOL swigCMemOwn;
4469 }
4470 -(void*)getCptr;
4471 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4472 -(id)init;
4473 -(id)initWithOther: (FSSignatureArray*)other;
4474 -(unsigned long)getSize;
4475 -(FSSignature*)getAt: (unsigned long)index;
4476 -(void)add: (FSSignature*)element;
4477 -(void)removeAt: (unsigned long)index;
4478 -(void)insertAt: (unsigned long)index element: (FSSignature*)element;
4479 -(void)removeAll;
4480 
4481 -(void)dealloc;
4482 
4483 @end
4484 
4485 typedef NS_ENUM(NSInteger, FSSignatureStates) {
4515 };
4516 
4517 typedef NS_ENUM(NSInteger, FSSignatureAPFlags) {
4529 };
4530 
4531 typedef NS_ENUM(NSInteger, FSSignatureKeyName) {
4539 };
4540 
4541 typedef NS_ENUM(NSInteger, FSSignatureDigestAlgorithm) {
4546 };
4547 
4548 typedef NS_ENUM(NSInteger, FSSignatureSignatureType) {
4552 };
4553 
4554 typedef NS_ENUM(NSInteger, FSSignaturePAdESLevel) {
4561 };
4562 
4563 typedef NS_ENUM(NSInteger, FSSignatureDocPermission) {
4568 };
4569 
4570 typedef NS_ENUM(NSInteger, FSSignatureFieldMDPAction) {
4575 };
4576 
4577 typedef NS_ENUM(NSInteger, FSSignatureLabelName) {
4584 };
4585 
4586 @interface FSSignature : FSField
4587 @property (nonatomic, getter=getDocPermission) FSSignatureDocPermission docPermission;
4588 @property (nonatomic, getter=getAppearanceFlags) unsigned int appearanceFlags;
4589 @property (nonatomic, weak, getter=getSignTime) FSDateTime* signTime;
4590 @property (nonatomic, weak, getter=getFilter) NSString * filter;
4591 @property (nonatomic, weak, getter=getSubFilter) NSString * subFilter;
4592 @property (nonatomic, weak, getter=getBitmap) FSBitmap* bitmap;
4593 -(void*)getCptr;
4594 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4595 -(id)initWithField: (FSField*)field;
4596 -(id)initWithDocument: (FSPDFDoc*)document sig_field_dict: (FSPDFDictionary*)sig_field_dict;
4597 -(BOOL)isEmpty;
4598 -(BOOL)isSigned;
4599 -(void)setFieldMDPActionFields: (FSSignatureFieldMDPAction)action field_array: (NSArray<NSString *> *)field_array;
4600 -(FSSignatureFieldMDPAction)getFieldMDPAction;
4601 -(NSArray<NSString *> *)getFieldMDPActionFields;
4602 -(void)enableIncrementalSaveForFirstSigning: (BOOL)enable_incremental_save;
4603 -(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;
4604 -(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;
4605 -(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;
4606 -(FSProgressive*)startVerify: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
4607 -(NSString *)getCertificateInfo: (NSString *)key;
4608 -(unsigned int)getState;
4609 -(BOOL)clearSignedData;
4610 -(FSPDFDoc*)getDocument;
4611 -(FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
4612 -(void)setAppearanceContent: (NSString *)appearance_content;
4613 -(NSString *)getKeyValue: (FSSignatureKeyName)key;
4614 -(void)setKeyValue: (FSSignatureKeyName)key value: (NSString *)value;
4615 -(void)setKeyLabel: (FSSignatureLabelName)label_name label_value: (NSString *)label_value;
4616 -(NSString *)getKeyLabel: (FSSignatureLabelName)label_name;
4617 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
4618 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (int)frame_index;
4619 -(FSPDFDictionary*)getSignatureDict;
4620 -(void)setDefaultContentsLength: (unsigned int)default_length;
4621 -(int)getCertCount;
4622 -(NSString *)getCert: (int)index;
4623 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
4624 -(FSSignatureSignatureType)getSignatureType;
4625 -(BOOL)isTimeStamp;
4626 -(FSSignaturePAdESLevel)getPAdESLevel;
4627 -(void)setCustomObject: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
4628 -(FSSignatureArray*)getPagingSealGroupElements;
4629 -(BOOL)generateAppearance;
4630 -(FSPagingSealSignature*)getPagingSealSignature;
4631 -(void)enableEmbedFont: (BOOL)enable_embed_font;
4632 -(FSInt32Array*)getByteRangeArray;
4633 
4634 -(void)dealloc;
4635 
4636 @end
4637 
4638 typedef NS_ENUM(NSInteger, FSSignatureCallbackCertValidity) {
4647 };
4648 
4649 
4650 
4651 @interface FSTimeStampServerMgr : NSObject
4652 {
4653  void *swigCPtr;
4654  BOOL swigCMemOwn;
4655 }
4656 -(void*)getCptr;
4657 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4658 +(FSErrorCode)initialize;
4659 +(void)destroy;
4660 +(int)getServerCount;
4661 +(FSTimeStampServer*)getServer: (int)index;
4662 +(int)getServerIndex: (FSTimeStampServer*)server;
4663 +(FSTimeStampServer*)getDefaultServer;
4664 +(void)setDefaultServerWithIndex: (int)index;
4665 +(void)setDefaultServer: (FSTimeStampServer*)server;
4666 +(FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
4667 +(void)removeServerWithIndex: (int)index;
4668 +(void)removeServer: (FSTimeStampServer*)server;
4669 -(id)init;
4670 
4671 -(void)dealloc;
4672 
4673 @end
4674 
4675 typedef NS_ENUM(NSInteger, FSTimeStampServerSendRequestResult) {
4684 };
4685 
4687 -(id)init NS_UNAVAILABLE;
4688 -(void*)getCptr;
4689 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4690 -(id)initWithOther: (FSTimeStampServer*)other;
4691 -(BOOL)isEmpty;
4692 -(NSData *)getTimeStampMessage;
4693 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest: (NSData *)request;
4694 
4695 -(void)dealloc;
4696 
4697 @end
4698 
4699 
4700 
4701 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealPosition) {
4706 };
4707 
4708 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealStyle) {
4711 };
4712 
4713 @interface FSPagingSealConfig : NSObject
4714 {
4715  void *swigCPtr;
4716  BOOL swigCMemOwn;
4717 }
4718 @property (nonatomic, getter=getPaging_seal_position) FSPagingSealConfigPagingSealPosition paging_seal_position;
4719 @property (nonatomic, getter=getOffset) float offset;
4720 @property (nonatomic, getter=getFirst_page_percent) float first_page_percent;
4721 @property (nonatomic, getter=getIs_on_perforation) BOOL is_on_perforation;
4722 @property (nonatomic, getter=getPaging_seal_style) FSPagingSealConfigPagingSealStyle paging_seal_style;
4723 @property (nonatomic, getter=getIs_display_multiple_seal) BOOL is_display_multiple_seal;
4724 @property (nonatomic, getter=getPage_count_for_each_seal) int page_count_for_each_seal;
4725 -(id)init NS_UNAVAILABLE;
4726 -(void*)getCptr;
4727 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4728 -(id)initWithPaging_seal_position: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (int)page_count_for_each_seal;
4729 -(void)set: (FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (float)offset first_page_percent: (float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (int)page_count_for_each_seal;
4730 -(void)dealloc;
4731 
4732 @end
4733 
4734 typedef NS_ENUM(NSInteger, FSPagingSealSignaturePagingSealAPState) {
4740 };
4741 
4743 -(id)init NS_UNAVAILABLE;
4744 -(void*)getCptr;
4745 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4746 -(void)setPagingSealConfig: (FSPagingSealConfig*)paging_seal_config;
4747 -(void)setAPStateBitmap: (FSPagingSealSignaturePagingSealAPState)ap_state bitmap: (FSBitmap*)bitmap;
4748 -(BOOL)generateAppearance;
4749 
4750 -(void)dealloc;
4751 
4752 @end
4753 
4754 typedef NS_ENUM(NSInteger, FSGraphicsObjectsTextMergeOption) {
4758 };
4759 
4761 -(void*)getCptr;
4762 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4763 -(id)initWithOther: (FSGraphicsObjects*)other;
4764 -(BOOL)isEmpty;
4765 -(long)getFirstGraphicsObjectPosition: (FSGraphicsObjectType)filter;
4766 -(long)getNextGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
4767 -(long)getLastGraphicsObjectPosition: (FSGraphicsObjectType)filter;
4768 -(long)getPrevGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
4769 -(FSGraphicsObject*)getGraphicsObject: (long)position;
4770 -(long)insertGraphicsObject: (long)position_insert_after graphics_object: (FSGraphicsObject*)graphics_object;
4771 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
4772 -(BOOL)removeGraphicsObjectByPosition: (long)position;
4773 -(long)moveGraphicsObjectByPosition: (long)current_position position_move_after: (long)position_move_after;
4774 -(long)getGraphicsObjectPosition: (FSGraphicsObject*)graphics_object;
4776 -(int)getGraphicsObjectIndex: (FSGraphicsObject*)graphics_object;
4777 -(FSGraphicsObject*)getGraphicsObjectByIndex: (int)index;
4778 -(BOOL)generateContent;
4779 -(BOOL)generateContentWithMergeOption: (FSGraphicsObjectsTextMergeOption)text_merge_option;
4780 
4781 -(void)dealloc;
4782 
4783 @end
4784 
4785 typedef NS_ENUM(NSInteger, FSPDFPageParseFlags) {
4788 };
4789 
4790 typedef NS_ENUM(NSInteger, FSPDFPageCalcMarginMode) {
4793 };
4794 
4795 typedef NS_ENUM(NSInteger, FSPDFPageFlattenOptions) {
4799 };
4800 
4801 typedef NS_ENUM(NSInteger, FSPDFPageBoxType) {
4807 };
4808 
4809 typedef NS_ENUM(NSInteger, FSPDFPageSize) {
4822 };
4823 
4825 @property (nonatomic, getter=getRotation) FSRotation rotation;
4826 @property (nonatomic, getter=getUserUnitSize) float userUnitSize;
4827 -(id)init NS_UNAVAILABLE;
4828 -(void*)getCptr;
4829 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4830 -(id)initWithDocument: (FSPDFDoc*)document page_dict: (FSPDFDictionary*)page_dict;
4831 -(id)initWithOther: (FSGraphicsObjects*)other;
4832 -(FSPDFDoc*)getDocument;
4833 -(FSPDFDictionary*)getDict;
4834 -(BOOL)isParsed;
4835 -(FSProgressive*)startParse: (unsigned int)flags pause: (id<FSPauseCallback>)pause is_reparse: (BOOL)is_reparse;
4836 -(int)getIndex;
4837 -(float)getHeight;
4838 -(float)getWidth;
4839 -(FSBitmap*)loadThumbnail;
4840 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
4841 -(FSRectF*)calcContentBBox: (FSPDFPageCalcMarginMode)mode;
4842 -(int)getAnnotCount;
4843 -(FSAnnot*)getAnnot: (int)index;
4844 -(FSAnnot*)getAnnotAtPoint: (FSPointF*)position tolerance: (float)tolerance;
4845 -(FSAnnot*)getAnnotAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
4846 -(FSAnnotArray*)getAnnotsAtPoint: (FSPointF*)position tolerance: (float)tolerance;
4847 -(FSAnnotArray*)getAnnotsAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
4848 -(FSAnnot*)addAnnot: (FSAnnotType)type rect: (FSRectF*)rect;
4849 -(FSAnnot*)addAnnotWithDictionary: (FSPDFDictionary*)annot_dict;
4850 -(BOOL)removeAnnot: (FSAnnot*)annot;
4851 -(void)moveAnnotToFirst: (FSAnnot*)annot;
4852 -(void)moveAnnotToLast: (FSAnnot*)annot;
4853 -(void)moveAnnotToPrev: (FSAnnot*)annot;
4854 -(void)moveAnnotToNext: (FSAnnot*)annot;
4855 -(void)updateAnnotList;
4856 -(BOOL)hasTransparency;
4857 -(BOOL)isScanned;
4858 -(BOOL)flatten: (BOOL)for_display options: (unsigned int)options;
4859 -(BOOL)flattenAnnot: (FSAnnot*)annot;
4860 -(BOOL)setAnnotGroup: (FSMarkupArray*)annot_array header_index: (int)header_index;
4861 -(FSSignature*)addSignature: (FSRectF*)rect;
4862 -(FSSignature*)addSignatureWithFieldName: (FSRectF*)rect field_name: (NSString *)field_name;
4863 -(FSSignature*)addSignatureWithSignatureType: (FSRectF*)rect field_name: (NSString *)field_name signature_type: (FSSignatureSignatureType)signature_type to_check_permission: (BOOL)to_check_permission;
4864 -(FSSignature*)addSignatureWithExistedVDict: (FSRectF*)rect field_name: (NSString *)field_name signature_type: (FSSignatureSignatureType)signature_type to_check_permission: (BOOL)to_check_permission existed_signature: (FSSignature*)existed_signature;
4865 -(BOOL)hasWatermark;
4866 -(BOOL)removeAllWatermarks;
4867 -(void)setSize: (float)width height: (float)height;
4868 -(void)setSizeWithType: (FSPDFPageSize)size;
4869 -(void)setBox: (FSPDFPageBoxType)box_type box: (FSRectF*)box;
4870 -(FSRectF*)getBox: (FSPDFPageBoxType)box_type;
4871 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path need_transform_annotations: (BOOL)need_transform_annotations;
4872 -(BOOL)normalize;
4873 -(void)setClipRect: (FSRectF*)clip_rect;
4874 -(void)setThumbnail: (FSBitmap*)thumbnail;
4875 -(FSGraphicsObject*)getGraphicsObjectAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
4876 -(FSGraphicsObjectArray*)getGraphicsObjectsAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
4877 -(FSGraphicsObject*)getGraphicsObjectAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
4878 -(FSGraphicsObjectArray*)getGraphicsObjectsAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
4879 -(FSGraphicsObject*)getGraphicsObjectAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
4880 -(FSGraphicsObjectArray*)getGraphicsObjectsAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
4881 -(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;
4882 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (FSPointF*)position width: (float)width height: (float)height auto_generate_content: (BOOL)auto_generate_content;
4883 -(FSPDFArray*)getAnnots;
4884 -(FSPDFDictionary*)getResources;
4885 -(FSPDFObject*)getContents;
4886 -(FSPDFStream*)getThumb;
4887 -(FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
4888 -(void)clearRenderCache;
4889 -(FSRectF*)getSuggestedRect: (FSBitmap*)render_result render_matrix: (FSMatrix2D*)render_matrix point: (FSPointF*)point;
4890 -(BOOL)addText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style matrix: (FSMatrix2D*)matrix is_each_text: (BOOL)is_each_text disable_embed_font: (BOOL)disable_embed_font;
4891 -(FSRectF*)addTextWithRotation: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style rotation: (int)rotation rotate_point: (FSRotationPointOptions)rotate_point disable_embed_font: (BOOL)disable_embed_font;
4892 -(FSRectF*)calculateNewRectForText: (NSString *)text rect: (FSRectF*)rect style: (FSRichTextStyle*)style rotation: (int)rotation rotate_point: (FSRotationPointOptions)rotate_point disable_embed_font: (BOOL)disable_embed_font;
4893 -(FSTextObjectArray*)splitTextsInRectangle: (FSRectF*)rect split_step: (int)split_step;
4894 
4895 -(void)dealloc;
4896 
4897 @end
4898 
4899 @interface FSPageNumberRange : NSObject
4900 {
4901  void *swigCPtr;
4902  BOOL swigCMemOwn;
4903 }
4904 @property (nonatomic, getter=getStart_number) int start_number;
4905 @property (nonatomic, getter=getEnd_number) int end_number;
4906 @property (nonatomic, getter=getFilter) FSRangeFilter filter;
4907 -(void*)getCptr;
4908 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4909 -(id)initWithStart_number: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4910 -(id)init;
4911 -(id)initWithPage_range: (FSPageNumberRange*)page_range;
4912 -(void)set: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4913 -(void)dealloc;
4914 
4915 @end
4916 
4917 @interface FSHeaderFooterContent : NSObject
4918 {
4919  void *swigCPtr;
4920  BOOL swigCMemOwn;
4921 }
4922 @property (nonatomic, weak, getter=getHeader_left_content) NSString * header_left_content;
4923 @property (nonatomic, weak, getter=getHeader_center_content) NSString * header_center_content;
4924 @property (nonatomic, weak, getter=getHeader_right_content) NSString * header_right_content;
4925 @property (nonatomic, weak, getter=getFooter_left_content) NSString * footer_left_content;
4926 @property (nonatomic, weak, getter=getFooter_center_content) NSString * footer_center_content;
4927 @property (nonatomic, weak, getter=getFooter_right_content) NSString * footer_right_content;
4928 -(void*)getCptr;
4929 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4930 -(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;
4931 -(id)init;
4932 -(id)initWithOther: (FSHeaderFooterContent*)other;
4933 -(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;
4934 -(void)dealloc;
4935 
4936 @end
4937 
4938 @interface FSHeaderFooter : NSObject
4939 {
4940  void *swigCPtr;
4941  BOOL swigCMemOwn;
4942 }
4943 @property (nonatomic, weak, getter=getFont) FSFont* font;
4944 @property (nonatomic, getter=getText_size) float text_size;
4945 @property (nonatomic, getter=getText_color) unsigned int text_color;
4946 @property (nonatomic, weak, getter=getPage_range) FSPageNumberRange* page_range;
4947 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
4948 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
4949 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
4950 @property (nonatomic, getter=getStart_page_number) int start_page_number;
4951 @property (nonatomic, weak, getter=getContent) FSHeaderFooterContent* content;
4952 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
4953 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
4954 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
4955 -(void*)getCptr;
4956 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4957 -(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;
4958 -(id)init;
4959 -(id)initWithOther: (FSHeaderFooter*)other;
4960 -(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;
4961 -(void)dealloc;
4962 
4963 @end
4964 
4987 };
4988 
4995 };
4996 
4998 -(void*)getCptr;
4999 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5000 -(id)init;
5001 -(id)initWithOther: (FSHeaderFooterContentGenerator*)other;
5002 -(BOOL)isEmpty;
5003 -(void)addDate: (FSHeaderFooterContentGeneratorDateFormatType)format_type;
5004 -(void)addPageNumber: (FSHeaderFooterContentGeneratorPageNumberFormat)format_type;
5005 -(void)addString: (NSString *)new_string;
5006 -(void)clear;
5007 -(NSString *)generateContent;
5008 
5009 -(void)dealloc;
5010 
5011 @end
5012 
5013 typedef NS_ENUM(NSInteger, FSTiledWatermarkSettingsFlags) {
5019 };
5020 
5021 @interface FSTiledWatermarkSettings : NSObject
5022 {
5023  void *swigCPtr;
5024  BOOL swigCMemOwn;
5025 }
5026 @property (nonatomic, getter=getRow_space) float row_space;
5027 @property (nonatomic, getter=getCol_space) float col_space;
5028 @property (nonatomic, getter=getRotation) float rotation;
5029 @property (nonatomic, getter=getOpacity) int opacity;
5030 @property (nonatomic, getter=getScale) int scale;
5031 @property (nonatomic, getter=getFlags) unsigned int flags;
5032 -(void*)getCptr;
5033 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5034 -(id)initWithRow_space: (float)row_space col_space: (float)col_space rotation: (float)rotation opacity: (int)opacity scale: (int)scale flags: (unsigned int)flags;
5035 -(id)init;
5036 -(id)initWithSettings: (FSTiledWatermarkSettings*)settings;
5037 -(void)set: (float)row_space col_space: (float)col_space rotation: (float)rotation opacity: (int)opacity scale: (int)scale flags: (unsigned int)flags;
5038 -(void)dealloc;
5039 
5040 @end
5041 
5042 @interface FSWrapperData : NSObject
5043 {
5044  void *swigCPtr;
5045  BOOL swigCMemOwn;
5046 }
5047 @property (nonatomic, getter=getVersion) int version;
5048 @property (nonatomic, weak, getter=getType) NSString * type;
5049 @property (nonatomic, weak, getter=getApp_id) NSString * app_id;
5050 @property (nonatomic, weak, getter=getUri) NSString * uri;
5051 @property (nonatomic, weak, getter=getDescription) NSString * description;
5052 -(void*)getCptr;
5053 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5054 -(id)init;
5055 -(id)initWithVersion: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
5056 -(id)initWithWrapper_data: (FSWrapperData*)wrapper_data;
5057 -(void)set: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
5058 -(void)dealloc;
5059 
5060 @end
5061 
5062 @interface FSPayLoadData : NSObject
5063 {
5064  void *swigCPtr;
5065  BOOL swigCMemOwn;
5066 }
5067 @property (nonatomic, getter=getVersion) float version;
5068 @property (nonatomic, weak, getter=getCrypto_filter) NSString * crypto_filter;
5069 @property (nonatomic, weak, getter=getFile_name) NSString * file_name;
5070 @property (nonatomic, getter=getFile_size) long long file_size;
5071 @property (nonatomic, weak, getter=getDescription) NSString * description;
5072 -(void*)getCptr;
5073 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5074 -(id)init;
5075 -(id)initWithVersion: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
5076 -(id)initWithPayload_data: (FSPayLoadData*)payload_data;
5077 -(void)set: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
5078 -(void)dealloc;
5079 
5080 @end
5081 
5082 @interface FSHiddenInfoSettingData : NSObject
5083 {
5084  void *swigCPtr;
5085  BOOL swigCMemOwn;
5086 }
5087 @property (nonatomic, getter=getEnable_remove_metadata) BOOL enable_remove_metadata;
5088 @property (nonatomic, getter=getEnable_remove_fileattachment) BOOL enable_remove_fileattachment;
5089 @property (nonatomic, getter=getEnable_remove_bookmark) BOOL enable_remove_bookmark;
5090 @property (nonatomic, getter=getEnable_remove_searchIndex) BOOL enable_remove_searchIndex;
5091 @property (nonatomic, getter=getEnable_remove_comment) BOOL enable_remove_comment;
5092 @property (nonatomic, getter=getEnable_remove_form_fields) BOOL enable_remove_form_fields;
5093 @property (nonatomic, getter=getEnable_remove_hidden_text) BOOL enable_remove_hidden_text;
5094 @property (nonatomic, getter=getEnable_remove_hidden_layer) BOOL enable_remove_hidden_layer;
5095 @property (nonatomic, getter=getEnable_remove_content) BOOL enable_remove_content;
5096 @property (nonatomic, getter=getEnable_remove_link) BOOL enable_remove_link;
5097 @property (nonatomic, getter=getEnable_remove_overlaping) BOOL enable_remove_overlaping;
5098 -(void*)getCptr;
5099 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5100 -(id)init;
5101 -(void)dealloc;
5102 
5103 @end
5104 
5105 @interface FSPageBasicInfo : NSObject
5106 {
5107  void *swigCPtr;
5108  BOOL swigCMemOwn;
5109 }
5110 @property (nonatomic, getter=getWidth) float width;
5111 @property (nonatomic, getter=getHeight) float height;
5112 @property (nonatomic, getter=getRotation) FSRotation rotation;
5113 -(void*)getCptr;
5114 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5115 -(id)initWithWidth: (float)width height: (float)height rotation: (FSRotation)rotation;
5116 -(id)init;
5117 -(id)initWithPage_info: (FSPageBasicInfo*)page_info;
5118 -(void)set: (float)width height: (float)height rotation: (FSRotation)rotation;
5119 -(void)dealloc;
5120 
5121 @end
5122 
5123 @interface FSPageBasicInfoArray : NSObject
5124 {
5125  void *swigCPtr;
5126  BOOL swigCMemOwn;
5127 }
5128 -(void*)getCptr;
5129 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5130 -(id)init;
5131 -(id)initWithOther: (FSPageBasicInfoArray*)other;
5132 -(unsigned long)getSize;
5133 -(FSPageBasicInfo*)getAt: (unsigned long)index;
5134 -(void)add: (FSPageBasicInfo*)element;
5135 -(void)removeAt: (unsigned long)index;
5136 -(void)insertAt: (unsigned long)index element: (FSPageBasicInfo*)element;
5137 -(void)removeAll;
5138 
5139 -(void)dealloc;
5140 
5141 @end
5142 
5143 @interface FSEmbeddedFontData : NSObject
5144 {
5145  void *swigCPtr;
5146  BOOL swigCMemOwn;
5147 }
5148 @property (nonatomic, weak, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
5149 @property (nonatomic, weak, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
5150 -(void*)getCptr;
5151 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5152 -(id)init;
5153 -(id)initWithOther: (FSEmbeddedFontData*)other;
5154 -(void)dealloc;
5155 
5156 @end
5157 
5158 @interface FSTableOfContentsConfig : NSObject
5159 {
5160  void *swigCPtr;
5161  BOOL swigCMemOwn;
5162 }
5163 @property (nonatomic, weak, getter=getTitle) NSString * title;
5164 @property (nonatomic, weak, getter=getBookmark_level_array) FSInt32Array* bookmark_level_array;
5165 @property (nonatomic, getter=getIs_show_serial_number) BOOL is_show_serial_number;
5166 @property (nonatomic, getter=getInclude_toc_pages) BOOL include_toc_pages;
5167 -(void*)getCptr;
5168 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5169 -(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;
5170 -(id)init;
5171 -(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;
5172 -(void)dealloc;
5173 
5174 @end
5175 
5176 typedef NS_ENUM(NSInteger, FSPDFDocPasswordType) {
5181 };
5182 
5183 typedef NS_ENUM(NSInteger, FSPDFDocEncryptType) {
5192 };
5193 
5194 typedef NS_ENUM(NSInteger, FSPDFDocUserPermissions) {
5203 };
5204 
5205 typedef NS_ENUM(NSInteger, FSPDFDocSaveFlags) {
5213 };
5214 
5215 typedef NS_ENUM(NSInteger, FSPDFDocImportPageFlags) {
5219 };
5220 
5221 typedef NS_ENUM(NSInteger, FSPDFDocExtractPagesOptions) {
5230 };
5231 
5232 typedef NS_ENUM(NSInteger, FSPDFDocInsertDocOptions) {
5235 };
5236 
5237 typedef NS_ENUM(NSInteger, FSPDFDocDisplayMode) {
5244 };
5245 
5246 typedef NS_ENUM(NSInteger, FSPDFDocDataType) {
5247  FSPDFDocForms = 0x0001,
5248  FSPDFDocAnnots = 0x0002,
5249  FSPDFDocLinks = 0x0004
5250 };
5251 
5252 typedef NS_ENUM(NSInteger, FSPDFDocWrapperType) {
5256 };
5257 
5258 @interface FSPDFDoc : FSBase
5259 @property (nonatomic, getter=getDisplayMode) FSPDFDocDisplayMode displayMode;
5260 @property (nonatomic, getter=getFileVersion) int fileVersion;
5261 -(void*)getCptr;
5262 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5263 -(id)init;
5264 -(id)initWithPath: (NSString *)path;
5265 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read is_async: (BOOL)is_async;
5266 -(id)initWithOther: (FSPDFDoc*)other;
5267 -(BOOL)isEmpty;
5268 -(unsigned long long)getFileSize;
5269 -(BOOL)isLinearized;
5270 -(BOOL)isTaggedPDF;
5271 -(FSErrorCode)load: (NSString *)password;
5272 -(FSErrorCode)loadW: (NSString *)password;
5273 -(FSProgressive*)startLoad: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
5274 -(FSProgressive*)startLoadW: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
5275 -(int)getFirstAvailPageIndex;
5276 -(BOOL)isXFA;
5277 -(BOOL)isEncrypted;
5278 -(void)clearRenderCache;
5279 -(FSPDFDocPasswordType)getPasswordType;
5280 -(FSPDFDocEncryptType)getEncryptionType;
5281 -(FSPDFDocPasswordType)checkPassword: (NSString *)password;
5282 -(BOOL)isUserPassword: (NSString *)password;
5283 -(BOOL)isOwnerPassword: (NSString *)password;
5284 -(NSString *)getUserPassword: (NSString *)owner_password;
5285 -(FSStdEncryptData*)getStdEncryptData;
5286 -(FSCertificateEncryptData*)getCertificateEncryptData;
5287 -(FSDRMEncryptData*)getDRMEncryptData;
5288 -(FSCustomEncryptData*)getCustomEncryptData;
5289 -(FSRMSEncryptData*)getRMSEncryptData;
5290 -(BOOL)saveAs: (NSString *)file_path save_flags: (unsigned int)save_flags;
5291 -(FSProgressive*)startSaveAs: (NSString *)file_path save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
5292 -(FSProgressive*)startSaveAsWithWriterCallback: (id<FSFileWriterCallback>)file save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
5293 -(FSBookmark*)getRootBookmark;
5294 -(FSBookmark*)createRootBookmark;
5295 -(int)getBookmarkLevelDepth;
5296 -(BOOL)removeBookmark: (FSBookmark*)bookmark;
5297 -(BOOL)hasLayer;
5298 -(BOOL)hasHeaderFooter;
5299 -(FSHeaderFooter*)getEditableHeaderFooter;
5300 -(void)addHeaderFooter: (FSHeaderFooter*)headerfooter;
5301 -(void)updateHeaderFooter: (FSHeaderFooter*)headerfooter;
5302 -(BOOL)removeAllHeaderFooters;
5303 -(int)getPageCount;
5304 -(FSPDFPage*)getPage: (int)index;
5305 -(FSPDFDictionary*)getCatalog;
5306 -(FSPDFDictionary*)getTrailer;
5307 -(FSPDFDictionary*)getInfo;
5308 -(FSPDFDictionary*)getEncryptDict;
5309 -(FSPDFDictionary*)getPagesDict;
5310 -(FSPDFObject*)getIndirectObject: (unsigned int)object_number;
5311 -(unsigned int)addIndirectObject: (FSPDFObject*)pdf_object;
5312 -(void)deleteIndirectObject: (unsigned int)object_number;
5313 -(unsigned int)getUserPermissions;
5314 -(BOOL)isWrapper;
5315 -(FSPDFDocWrapperType)getWrapperType;
5316 -(FSWrapperData*)getWrapperData;
5317 -(long long)getWrapperOffset;
5318 -(FSPayLoadData*)getPayLoadData;
5319 -(FSProgressive*)startGetPayloadFile: (id<FSFileWriterCallback>)payload_file pause: (id<FSPauseCallback>)pause;
5320 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (FSWrapperData*)wrapper_data user_permissions: (unsigned int)user_permissions owner_password: (NSString *)owner_password;
5321 -(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;
5322 -(BOOL)hasForm;
5323 -(int)getReadingBookmarkCount;
5324 -(FSReadingBookmark*)getReadingBookmark: (int)index;
5325 -(FSReadingBookmark*)insertReadingBookmark: (int)reading_bookmark_index title: (NSString *)title dest_page_index: (int)dest_page_index;
5326 -(BOOL)removeReadingBookmark: (FSReadingBookmark*)reading_bookmark;
5327 -(int)getSignatureCount;
5328 -(FSSignature*)getSignature: (int)index;
5329 -(void)removeSignature: (FSSignature*)signature;
5330 -(FSPDFPage*)insertPage: (int)index width: (float)width height: (float)height;
5331 -(FSPDFPage*)insertPageWithType: (int)index size: (FSPDFPageSize)size;
5332 -(FSPDFPage*)addPageFromTemplate: (NSString *)template_name;
5333 -(BOOL)hidePageTemplate: (NSString *)template_name;
5334 -(BOOL)removePage: (int)index;
5335 -(BOOL)removePageWithPDFPage: (FSPDFPage*)page;
5336 -(BOOL)movePageTo: (FSPDFPage*)page dest_index: (int)dest_index;
5337 -(BOOL)movePagesTo: (FSRange*)page_range dest_index: (int)dest_index;
5338 -(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;
5339 -(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;
5340 -(FSProgressive*)startExtractPages: (NSString *)file_path options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5341 -(FSProgressive*)startExtractPagesWithWriterCallback: (id<FSFileWriterCallback>)file options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5342 -(void)insertDocument: (int)dest_index src_doc: (FSPDFDoc*)src_doc options: (unsigned int)options;
5343 -(void)insertDocumentWithBookmarkTitle: (int)dest_index src_doc: (FSPDFDoc*)src_doc options: (unsigned int)options bookmark_title: (NSString *)bookmark_title;
5344 -(void)sanitize;
5345 -(void)removeHiddenInfo: (FSHiddenInfoSettingData*)hidden_data_setting;
5346 -(BOOL)importFromFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
5347 -(BOOL)exportToFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
5348 -(BOOL)exportAnnotToFDF: (FSAnnot*)pdf_annot fdf_doc: (FSFDFDoc*)fdf_doc;
5349 -(BOOL)exportFormFieldsToFDF: (FSFieldArray*)field_array is_include: (BOOL)is_include fdf_doc: (FSFDFDoc*)fdf_doc;
5350 -(NSString *)getHeader;
5351 -(BOOL)setSecurityHandler: (FSSecurityHandler*)handler;
5352 -(FSSecurityHandler*)getSecurityHandler;
5353 -(BOOL)removeSecurity;
5354 -(int)getFontCount;
5355 -(FSFont*)getFont: (int)index;
5356 -(FSAction*)getOpenAction;
5357 -(BOOL)setOpenAction: (FSAction*)action;
5358 -(BOOL)removeOpenAction;
5359 -(BOOL)doJSOpenAction;
5360 -(BOOL)isPortfolio;
5361 -(FSPageBasicInfo*)getPageBasicInfo: (int)index;
5362 -(FSPageBasicInfoArray*)getAllPageBasicInfo;
5363 -(FSEmbeddedFontData*)getEmbeddedFontData;
5364 -(void)createDSS;
5365 -(void)addTableOfContents: (NSString *)title bookmark_level_array: (FSInt32Array*)bookmark_level_array;
5366 -(void)addTableOfContentsWithTableOfContentsConfig: (FSTableOfContentsConfig*)table_of_contents_config;
5367 -(void)setCacheFile: (id<FSFileStreamCallback>)file_stream is_own_file_stream: (BOOL)is_own_file_stream;
5368 -(FSProgressive*)startRecognizeForm: (id<FSPauseCallback>)pause;
5369 -(FSProgressive*)startRecognizeFormWithToolTips: (BOOL)is_set_tool_tips pause: (id<FSPauseCallback>)pause;
5370 -(NSString *)getPageText: (int)page_index;
5371 -(FSPagingSealSignature*)addPagingSealSignature: (FSRange*)page_range width: (float)width height: (float)height to_check_permission: (BOOL)to_check_permission;
5372 -(FSProgressive*)startEmbedAllFonts: (id<FSPauseCallback>)pause;
5373 -(FSProgressive*)startAddTiledWatermark: (NSString *)text settings: (FSTiledWatermarkSettings*)settings properties: (FSWatermarkTextProperties*)properties page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5374 -(FSProgressive*)startAddTiledWatermarkWithImagepath: (NSString *)src_img_file_path settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5375 -(FSProgressive*)startAddTiledWatermarkWithImagestream: (id<FSFileReaderCallback>)src_img_stream settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5376 -(FSProgressive*)startAddTiledWatermarkWithPDFPage: (FSPDFPage*)page settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5377 -(FSAnnotArray*)getAnnotsByIdArray: (NSArray<NSString *> *)unique_id_arr;
5378 -(id)initWithBuffer: (NSData *)buffer;
5379 
5380 -(void)dealloc;
5381 
5382 @end
5383 
5384 @interface FSMetadata : FSBase
5385 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
5386 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
5387 -(id)init NS_UNAVAILABLE;
5388 -(void*)getCptr;
5389 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5390 -(id)initWithDocument: (FSPDFDoc*)document;
5391 -(id)initWithOther: (FSMetadata*)other;
5392 -(BOOL)isEmpty;
5393 -(BOOL)hasKey: (NSString *)key;
5394 -(NSArray<NSString *> *)getValues: (NSString *)key;
5395 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
5396 -(NSArray<NSString *> *)getCustomerKeys;
5397 -(void)removeCustomerKey: (NSString *)key;
5398 
5399 -(void)dealloc;
5400 
5401 @end
5402 
5403 typedef NS_ENUM(NSInteger, FSDocViewerPrefsPrintScale) {
5406 };
5407 
5408 typedef NS_ENUM(NSInteger, FSDocViewerPrefsViewerPref) {
5415 };
5416 
5418 @property (nonatomic, getter=getNonFullScreenPageMode) FSPDFDocDisplayMode nonFullScreenPageMode;
5419 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
5420 @property (nonatomic, getter=getViewArea) FSPDFPageBoxType viewArea;
5421 @property (nonatomic, getter=getViewClip) FSPDFPageBoxType viewClip;
5422 @property (nonatomic, getter=getPrintArea) FSPDFPageBoxType printArea;
5423 @property (nonatomic, getter=getPrintClip) FSPDFPageBoxType printClip;
5424 @property (nonatomic, getter=getPrintScale) FSDocViewerPrefsPrintScale printScale;
5425 @property (nonatomic, getter=getPrintCopies) int printCopies;
5426 @property (nonatomic, weak, getter=getPrintRange) FSRange* printRange;
5427 -(id)init NS_UNAVAILABLE;
5428 -(void*)getCptr;
5429 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5430 -(id)initWithDocument: (FSPDFDoc*)document pdf_dict: (FSPDFDictionary*)pdf_dict;
5431 -(id)initWithOther: (FSDocViewerPrefs*)other;
5432 -(BOOL)isEmpty;
5433 -(BOOL)getUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref;
5434 -(void)setUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref value: (BOOL)value;
5435 -(FSPDFDictionary*)getDict;
5436 
5437 -(void)dealloc;
5438 
5439 @end
5440 
5441 typedef NS_ENUM(NSInteger, FSPageLabelsStyle) {
5448 };
5449 
5450 @interface FSPageLabels : FSBase
5451 -(id)init NS_UNAVAILABLE;
5452 -(void*)getCptr;
5453 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5454 -(id)initWithDocument: (FSPDFDoc*)document;
5455 -(id)initWithOther: (FSPageLabels*)other;
5456 -(BOOL)isEmpty;
5457 -(NSString *)getPageLabelTitle: (int)page_index;
5458 -(BOOL)hasPageLabel: (int)page_index;
5459 -(FSPageLabelsStyle)getPageLabelStyle: (int)page_index;
5460 -(NSString *)getPageLabelPrefix: (int)page_index;
5461 -(int)getPageLabelStart: (int)page_index;
5462 -(void)setPageLabel: (int)page_index label_style: (FSPageLabelsStyle)label_style first_label_number: (int)first_label_number prefix_string: (NSString *)prefix_string;
5463 -(void)removePageLabel: (int)page_index;
5464 -(void)removeAll;
5466 
5467 -(void)dealloc;
5468 
5469 @end
5470 
5471 
5472 
5473 @interface FSPSI : FSBase
5474 -(id)init NS_UNAVAILABLE;
5475 -(void*)getCptr;
5476 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5477 -(id)initWithBitmap: (FSBitmap*)bitmap simulate: (BOOL)simulate;
5478 -(id)initWithWidth: (int)width height: (int)height simulate: (BOOL)simulate;
5479 -(id)initWithOther: (FSPSI*)other;
5480 -(BOOL)isEmpty;
5481 -(void)setCallback: (id<FSPSICallback>)callback;
5482 -(void)setColor: (unsigned int)color;
5483 -(void)setDiameter: (int)diameter;
5484 -(void)setOpacity: (float)opacity;
5485 -(void)addPoint: (FSPointF*)point type: (FSPathPointType)type pressure: (float)pressure;
5487 -(FSBitmap*)getBitmap;
5488 -(FSPSInk*)convertToPDFAnnot: (FSPDFPage*)page annot_rect: (FSRectF*)annot_rect rotate: (FSRotation)rotate;
5489 
5490 -(void)dealloc;
5491 
5492 @end
5493 
5495 @property (nonatomic, weak, getter=getTitle) NSString * title;
5496 @property (nonatomic, getter=getPageIndex) int pageIndex;
5497 -(id)init NS_UNAVAILABLE;
5498 -(void*)getCptr;
5499 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5500 -(id)initWithOther: (FSReadingBookmark*)other;
5501 -(BOOL)isEmpty;
5502 -(FSDateTime*)getDateTime: (BOOL)is_creation_date;
5503 -(void)setDateTime: (FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
5504 
5505 -(void)dealloc;
5506 
5507 @end
5508 
5509 typedef NS_ENUM(NSInteger, FSReflowPageFlags) {
5513 };
5514 
5515 @interface FSReflowPage : FSBase
5516 -(id)init NS_UNAVAILABLE;
5517 -(void*)getCptr;
5518 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5519 -(id)initWithPage: (FSPDFPage*)page;
5520 -(id)initWithOther: (FSReflowPage*)other;
5521 -(BOOL)isEmpty;
5522 -(void)setScreenSize: (float)width height: (float)height;
5523 -(void)setScreenMargin: (int)left top: (int)top right: (int)right bottom: (int)bottom;
5524 -(void)setZoom: (int)zoom;
5525 -(void)setParseFlags: (unsigned int)flags;
5526 -(void)setLineSpace: (float)line_space;
5527 -(void)setImageScale: (float)image_scale;
5528 -(void)setTopSpace: (float)top_space;
5529 -(FSProgressive*)startParse: (id<FSPauseCallback>)pause;
5530 -(float)getContentWidth;
5531 -(float)getContentHeight;
5532 -(FSMatrix2D*)getDisplayMatrix: (float)offset_x offset_y: (float)offset_y width: (int)width height: (int)height rotate: (FSRotation)rotate;
5533 -(NSString *)getFocusData: (FSMatrix2D*)matrix point: (FSPointF*)point;
5534 -(FSPointF*)getFocusPosition: (FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
5535 -(BOOL)isParsed;
5536 
5537 -(void)dealloc;
5538 
5539 @end
5540 
5541 @interface FSWidgetChoiceOption : NSObject
5542 {
5543  void *swigCPtr;
5544  BOOL swigCMemOwn;
5545 }
5546 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
5547 @property (nonatomic, getter=getSelected) BOOL selected;
5548 -(void*)getCptr;
5549 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5550 -(id)init;
5551 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
5552 -(id)initWithOption: (FSWidgetChoiceOption*)option;
5553 -(void)set: (NSString *)option_label selected: (BOOL)selected;
5554 -(void)dealloc;
5555 
5556 @end
5557 
5558 @interface FSWidgetChoiceOptionArray : NSObject
5559 {
5560  void *swigCPtr;
5561  BOOL swigCMemOwn;
5562 }
5563 -(void*)getCptr;
5564 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5565 -(id)init;
5566 -(id)initWithOther: (FSWidgetChoiceOptionArray*)other;
5567 -(unsigned long)getSize;
5568 -(FSWidgetChoiceOption*)getAt: (unsigned long)index;
5569 -(void)add: (FSWidgetChoiceOption*)element;
5570 -(void)removeAt: (unsigned long)index;
5571 -(void)insertAt: (unsigned long)index element: (FSWidgetChoiceOption*)element;
5572 -(void)removeAll;
5573 
5574 -(void)dealloc;
5575 
5576 @end
5577 
5578 typedef NS_ENUM(NSInteger, FSAppProviderCallbackAppInfo) {
5585 };
5586 
5587 typedef NS_ENUM(NSInteger, FSAppProviderCallbackBeepType) {
5593 };
5594 
5595 typedef NS_ENUM(NSInteger, FSAppProviderCallbackStringID) {
5700 };
5701 
5702 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxIconType) {
5707 };
5708 
5709 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonType) {
5714 };
5715 
5716 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonID) {
5721 };
5722 
5723 
5724 
5725 typedef NS_ENUM(NSInteger, FSDocProviderCallbackInvalidateFlag) {
5728 };
5729 
5730 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPrintOption) {
5737 };
5738 
5739 typedef NS_ENUM(NSInteger, FSDocProviderCallbackSubmitFormat) {
5745 };
5746 
5747 typedef NS_ENUM(NSInteger, FSDocProviderCallbackTextEncoding) {
5760 };
5761 
5762 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPageViewEventType) {
5766 };
5767 
5768 typedef NS_ENUM(NSInteger, FSDocProviderCallbackWidgetEventType) {
5771 };
5772 
5773 
5774 
5775 typedef NS_ENUM(NSInteger, FSXFADocEventType) {
5779 };
5780 
5781 typedef NS_ENUM(NSInteger, FSXFADocType) {
5785 };
5786 
5787 typedef NS_ENUM(NSInteger, FSXFADocExportDataType) {
5791 };
5792 
5793 @interface FSXFADoc : FSBase
5794 -(id)init NS_UNAVAILABLE;
5795 -(void*)getCptr;
5796 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5797 -(id)initWithDocument: (FSPDFDoc*)document xfa_doc_provider_handler: (id<FSDocProviderCallback>)xfa_doc_provider_handler;
5798 -(id)initWithDocument: (FSPDFDoc*)document;
5799 -(id)initWithOther: (FSXFADoc*)other;
5800 -(BOOL)isEmpty;
5801 -(FSProgressive*)startLoad: (id<FSPauseCallback>)pause;
5802 -(void)setDocProviderCallback: (id<FSDocProviderCallback>)doc_provider_callback;
5804 -(int)getPageCount;
5805 -(FSXFAPage*)getPage: (int)page_index;
5806 -(BOOL)exportData: (NSString *)output_file_path export_type: (FSXFADocExportDataType)export_type;
5807 -(BOOL)exportDataWithStreamCallback: (id<FSFileWriterCallback>)stream export_type: (FSXFADocExportDataType)export_type;
5808 -(void)setPDFPath: (NSString *)pdf_file_path;
5809 -(BOOL)importData: (NSString *)file_path;
5810 -(BOOL)importDataWithReaderCallback: (id<FSFileReaderCallback>)file_reader;
5811 -(void)resetForm;
5812 -(void)flattenTo: (NSString *)output_file_path;
5813 -(void)flattenToWithStreamCallback: (id<FSFileStreamCallback>)stream;
5814 -(void)processEvent: (FSXFADocEventType)event_type;
5815 -(void)setFocus: (FSXFAWidget*)xfa_widget;
5816 -(void)killFocus;
5817 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5818 
5819 -(void)dealloc;
5820 
5821 @end
5822 
5823 @interface FSXFAPage : FSBase
5824 -(id)init NS_UNAVAILABLE;
5825 -(void*)getCptr;
5826 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5827 -(id)initWithOther: (FSXFAPage*)other;
5828 -(BOOL)isEmpty;
5829 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
5830 -(float)getWidth;
5831 -(float)getHeight;
5832 -(FSXFAWidget*)getWidgetAtDevicePoint: (FSMatrix2D*)matrix device_point: (FSPointF*)device_point tolerance: (float)tolerance;
5833 -(int)getIndex;
5834 -(int)getWidgetCount;
5835 -(FSXFAWidget*)getWidget: (int)widget_index;
5836 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5839 -(FSXFAWidget*)getNextWidget: (FSXFAWidget*)widget;
5840 -(FSXFAWidget*)getPrevWidget: (FSXFAWidget*)widget;
5841 
5842 -(void)dealloc;
5843 
5844 @end
5845 
5846 typedef NS_ENUM(NSInteger, FSXFAWidgetHitTestArea) {
5851 };
5852 
5853 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetType) {
5871 };
5872 
5873 typedef NS_ENUM(NSInteger, FSXFAWidgetPresenceProperty) {
5879 };
5880 
5881 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetNameType) {
5885 };
5886 
5887 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetHAlignType) {
5894 };
5895 
5896 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetVAlignType) {
5900 };
5901 
5902 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetEdgePosition) {
5907 };
5908 
5909 @interface FSXFAWidget : FSBase
5910 @property (nonatomic, weak, getter=getValue) NSString * value;
5911 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
5912 -(id)init NS_UNAVAILABLE;
5913 -(void*)getCptr;
5914 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5915 -(id)initWithOther: (FSXFAWidget*)other;
5916 -(BOOL)isEmpty;
5917 -(FSXFAPage*)getXFAPage;
5918 -(int)getIndex;
5919 -(void)resetData;
5920 -(FSRectF*)getRect;
5921 -(NSString *)getName: (FSXFAWidgetWidgetNameType)type;
5922 -(FSWidgetChoiceOptionArray*)getOptions;
5923 -(BOOL)setOptions: (FSWidgetChoiceOptionArray*)option_array;
5924 -(BOOL)isChecked;
5925 -(void)setCheckState: (BOOL)is_checked;
5926 -(BOOL)isListBox;
5927 -(BOOL)isSupportMultiline;
5928 -(BOOL)isSupportMultiSelect;
5929 -(FSXFAWidgetPresenceProperty)getPresence;
5930 -(BOOL)onMouseEnter;
5931 -(BOOL)onMouseExit;
5932 -(BOOL)onLButtonDown: (FSPointF*)point flags: (unsigned int)flags;
5933 -(BOOL)onLButtonUp: (FSPointF*)point flags: (unsigned int)flags;
5934 -(BOOL)onLButtonDoubleClick: (FSPointF*)point flags: (unsigned int)flags;
5935 -(BOOL)onMouseMove: (FSPointF*)point flags: (unsigned int)flags;
5936 -(BOOL)onRButtonDown: (FSPointF*)point flags: (unsigned int)flags;
5937 -(BOOL)onRButtonUp: (FSPointF*)point flags: (unsigned int)flags;
5938 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
5939 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
5940 -(BOOL)onChar: (int)input_char flags: (unsigned int)flags;
5941 -(FSXFAWidgetHitTestArea)onHitTest: (FSPointF*)point;
5942 -(FSXFAWidgetWidgetType)getType;
5943 -(FSXFAWidgetWidgetHAlignType)getHAlign;
5944 -(FSXFAWidgetWidgetVAlignType)getVAlign;
5945 -(BOOL)hasEdge: (FSXFAWidgetWidgetEdgePosition)edge_pos;
5946 -(FSSignature*)getSignature;
5947 -(NSString *)getToolTip;
5948 -(FSBitmap*)getBitmap;
5949 -(void)setImage: (FSImage*)image;
5950 -(BOOL)isAllowRichText;
5951 -(BOOL)isReadOnly;
5952 -(BOOL)isRequired;
5953 -(BOOL)validateValue: (NSString *)value format: (NSString *)format;
5954 -(NSString *)getJavaScript;
5955 -(NSString *)getXMLContent;
5956 
5957 -(void)dealloc;
5958 
5959 @end
5960 
5961 @interface FSWidgetMenu : FSBase
5962 -(id)init NS_UNAVAILABLE;
5963 -(void*)getCptr;
5964 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5965 -(id)initWithXfa_widget: (FSXFAWidget*)xfa_widget;
5966 -(id)initWithOther: (FSWidgetMenu*)other;
5967 -(BOOL)isEmpty;
5968 -(BOOL)canCopy;
5969 -(BOOL)canCut;
5970 -(BOOL)canPaste;
5971 -(BOOL)canSelectAll;
5972 -(BOOL)canDelete;
5973 -(BOOL)canDeSelect;
5974 -(NSString *)copy;
5975 -(NSString *)cut;
5976 -(BOOL)paste: (NSString *)text;
5977 -(BOOL)selectAll;
5978 -(BOOL)delete;
5979 -(BOOL)deSelect;
5980 -(BOOL)canUndo;
5981 -(BOOL)canRedo;
5982 -(BOOL)undo;
5983 -(BOOL)redo;
5984 -(BOOL)bold;
5985 -(BOOL)italic;
5986 -(BOOL)underline;
5987 -(BOOL)superscript;
5988 -(BOOL)subscript;
5989 -(BOOL)clearStyle;
5990 
5991 -(void)dealloc;
5992 
5993 @end
5994 
5995 
5996 
5997 typedef NS_ENUM(NSInteger, FSTextPageCharInfoTextCharFlag) {
6004 };
6005 
6006 @interface FSTextPageCharInfo : NSObject
6007 {
6008  void *swigCPtr;
6009  BOOL swigCMemOwn;
6010 }
6011 @property (nonatomic, weak, getter=getFont) FSFont* font;
6012 @property (nonatomic, getter=getFlag) FSTextPageCharInfoTextCharFlag flag;
6013 @property (nonatomic, getter=getFont_size) float font_size;
6014 @property (nonatomic, getter=getOrigin_x) float origin_x;
6015 @property (nonatomic, getter=getOrigin_y) float origin_y;
6016 @property (nonatomic, weak, getter=getChar_box) FSRectF* char_box;
6017 @property (nonatomic, weak, getter=getChar_outbox) FSRectF* char_outbox;
6018 @property (nonatomic, weak, getter=getMatrix) FSMatrix2D* matrix;
6019 -(void*)getCptr;
6020 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6021 -(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;
6022 -(id)init;
6023 -(id)initWithChar_info: (FSTextPageCharInfo*)char_info;
6024 -(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;
6025 -(void)dealloc;
6026 
6027 @end
6028 
6029 typedef NS_ENUM(NSInteger, FSTextPageTextParseFlags) {
6033 };
6034 
6035 typedef NS_ENUM(NSInteger, FSTextPageTextOrderFlag) {
6038 };
6039 
6040 @interface FSTextPage : FSBase
6041 -(id)init NS_UNAVAILABLE;
6042 -(void*)getCptr;
6043 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6044 -(id)initWithPage: (FSPDFPage*)page flags: (int)flags;
6045 -(id)initWithOther: (FSTextPage*)other;
6046 -(BOOL)isEmpty;
6047 -(int)getCharCount;
6048 -(FSTextPageCharInfo*)getCharInfo: (int)char_index;
6049 -(NSString *)getChars: (int)start count: (int)count;
6050 -(int)getIndexAtPos: (float)x y: (float)y tolerance: (float)tolerance;
6051 -(NSString *)getTextInRect: (FSRectF*)rect;
6052 -(NSString *)getText: (FSTextPageTextOrderFlag)flag;
6053 -(FSRange*)getWordAtPos: (float)x y: (float)y tolerance: (float)tolerance;
6054 -(int)getTextRectCount: (int)start count: (int)count;
6055 -(FSRectF*)getTextRect: (int)rect_index;
6056 -(FSRotation)getBaselineRotation: (int)rect_index;
6057 -(FSRectFArray*)getTextRectArrayByRect: (FSRectF*)rect;
6058 -(FSRange*)getCharRange: (FSRectF*)rect;
6059 -(NSString *)getTextUnderAnnot: (FSAnnot*)annot;
6060 
6061 -(void)dealloc;
6062 
6063 @end
6064 
6065 typedef NS_ENUM(NSInteger, FSTextSearchSearchFlags) {
6071 };
6072 
6073 @interface FSTextSearch : FSBase
6074 -(id)init NS_UNAVAILABLE;
6075 -(void*)getCptr;
6076 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6077 -(id)initWithDocument: (FSPDFDoc*)document cancel: (id<FSSearchCancelCallback>)cancel flags: (int)flags;
6078 -(id)initWithXfa_document: (FSXFADoc*)xfa_document cancel: (id<FSSearchCancelCallback>)cancel;
6079 -(id)initWithText_page: (FSTextPage*)text_page;
6080 -(id)initWithAnnot: (FSAnnot*)annot;
6081 -(id)initWithOther: (FSTextSearch*)other;
6082 -(BOOL)isEmpty;
6083 -(BOOL)setPattern: (NSString *)key_words is_regex_search: (BOOL)is_regex_search;
6084 -(BOOL)setStartPage: (int)page_index;
6085 -(BOOL)setEndPage: (int)page_index;
6086 -(BOOL)setStartCharacter: (int)char_index;
6087 -(BOOL)setSearchFlags: (unsigned int)search_flags;
6088 -(BOOL)findNext;
6089 -(BOOL)findPrev;
6091 -(int)getMatchPageIndex;
6092 -(NSString *)getMatchSentence;
6096 -(int)getMatchEndCharIndex;
6097 
6098 -(void)dealloc;
6099 
6100 @end
6101 
6102 @interface FSTextLink : FSBase
6103 -(id)init NS_UNAVAILABLE;
6104 -(void*)getCptr;
6105 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6106 -(id)initWithOther: (FSTextLink*)other;
6107 -(BOOL)isEmpty;
6108 -(NSString *)getURI;
6109 -(int)getStartCharIndex;
6110 -(int)getEndCharIndex;
6112 
6113 -(void)dealloc;
6114 
6115 @end
6116 
6118 -(id)init NS_UNAVAILABLE;
6119 -(void*)getCptr;
6120 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6121 -(id)initWithPage: (FSTextPage*)page;
6122 -(id)initWithOther: (FSPageTextLinks*)other;
6123 -(BOOL)isEmpty;
6124 -(int)getTextLinkCount;
6125 -(FSTextLink*)getTextLink: (int)index;
6126 
6127 -(void)dealloc;
6128 
6129 @end
6130 
6131 typedef NS_ENUM(NSInteger, FSSecurityHandlerCipherType) {
6135 };
6136 
6138 -(void*)getCptr;
6139 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6140 -(id)init;
6141 -(id)initWithOther: (FSSecurityHandler*)other;
6142 -(BOOL)isEmpty;
6144 
6145 -(void)dealloc;
6146 
6147 @end
6148 
6149 @interface FSStdEncryptData : NSObject
6150 {
6151  void *swigCPtr;
6152  BOOL swigCMemOwn;
6153 }
6154 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6155 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
6156 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
6157 @property (nonatomic, getter=getKey_length) int key_length;
6158 -(void*)getCptr;
6159 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6160 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
6161 -(id)init;
6162 -(id)initWithOther: (FSStdEncryptData*)other;
6163 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
6164 -(void)dealloc;
6165 
6166 @end
6167 
6168 typedef NS_ENUM(NSInteger, FSStdSecurityHandlerModifyFlag) {
6172 };
6173 
6175 -(void*)getCptr;
6176 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6177 -(id)init;
6178 -(id)initWithOther: (FSSecurityHandler*)other;
6179 -(BOOL)initialize: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6180 -(BOOL)initializeW: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6181 -(void)setAES256ModifyFlags: (unsigned int)modify_flags;
6182 
6183 -(void)dealloc;
6184 
6185 @end
6186 
6187 @interface FSCertificateEncryptData : NSObject
6188 {
6189  void *swigCPtr;
6190  BOOL swigCMemOwn;
6191 }
6192 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6193 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
6194 @property (nonatomic, weak, getter=getEnvelopes) NSArray<NSData *> * envelopes;
6195 -(void*)getCptr;
6196 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6197 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
6198 -(id)init;
6199 -(id)initWithOther: (FSCertificateEncryptData*)other;
6200 -(void)set: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
6201 -(void)dealloc;
6202 
6203 @end
6204 
6206 -(void*)getCptr;
6207 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6208 -(id)init;
6209 -(id)initWithOther: (FSSecurityHandler*)other;
6210 -(BOOL)initialize: (FSCertificateEncryptData*)encrypt_data encrypt_key: (NSData *)encrypt_key;
6211 
6212 -(void)dealloc;
6213 
6214 @end
6215 
6216 @interface FSDRMEncryptData : NSObject
6217 {
6218  void *swigCPtr;
6219  BOOL swigCMemOwn;
6220 }
6221 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6222 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
6223 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
6224 @property (nonatomic, getter=getKey_length) int key_length;
6225 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
6226 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
6227 -(void*)getCptr;
6228 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6229 -(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;
6230 -(id)init;
6231 -(id)initWithOther: (FSDRMEncryptData*)other;
6232 -(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;
6233 -(void)dealloc;
6234 
6235 @end
6236 
6238 -(void*)getCptr;
6239 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6240 -(id)init;
6241 -(id)initWithOther: (FSSecurityHandler*)other;
6242 -(NSString *)getDRMValue: (NSString *)key;
6243 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
6244 -(BOOL)verifyEncryptionParams;
6245 -(BOOL)initialize: (FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSData *)initial_key;
6246 
6247 -(void)dealloc;
6248 
6249 @end
6250 
6251 @interface FSCustomEncryptData : NSObject
6252 {
6253  void *swigCPtr;
6254  BOOL swigCMemOwn;
6255 }
6256 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6257 @property (nonatomic, weak, getter=getFilter) NSString * filter;
6258 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
6259 -(void*)getCptr;
6260 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6261 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6262 -(id)init;
6263 -(id)initWithOther: (FSCustomEncryptData*)other;
6264 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6265 -(void)dealloc;
6266 
6267 @end
6268 
6270 -(void*)getCptr;
6271 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6272 -(id)init;
6273 -(id)initWithOther: (FSSecurityHandler*)other;
6274 -(BOOL)initialize: (FSCustomEncryptData*)encrypt_data callback: (id<FSCustomSecurityCallback>)callback encrypt_info: (NSString *)encrypt_info;
6275 
6276 -(void)dealloc;
6277 
6278 @end
6279 
6280 @interface FSRMSEncryptData : NSObject
6281 {
6282  void *swigCPtr;
6283  BOOL swigCMemOwn;
6284 }
6285 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6286 @property (nonatomic, weak, getter=getPublish_license) NSString * publish_license;
6287 @property (nonatomic, weak, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
6288 @property (nonatomic, getter=getIrm_version) float irm_version;
6289 -(void*)getCptr;
6290 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6291 -(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;
6292 -(id)init;
6293 -(id)initWithOther: (FSRMSEncryptData*)other;
6294 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (float)irm_version;
6295 -(void)dealloc;
6296 
6297 @end
6298 
6300 -(void*)getCptr;
6301 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6302 -(id)init;
6303 -(id)initWithOther: (FSSecurityHandler*)other;
6304 -(BOOL)initialize: (FSRMSEncryptData*)encrypt_data callback: (id<FSRMSSecurityCallback>)callback;
6305 
6306 -(void)dealloc;
6307 
6308 @end
6309 
6310 
6311 
6312 
6313 
6314 
6315 
6316 
6317 
6318 
6319 
6320 typedef NS_ENUM(NSInteger, FSTabOrderMgrOrderType) {
6325 };
6326 
6327 @interface FSTabOrderMgr : FSBase
6328 @property (nonatomic, getter=getOrderType) FSTabOrderMgrOrderType orderType;
6329 -(id)init NS_UNAVAILABLE;
6330 -(void*)getCptr;
6331 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6332 -(id)initWithPage: (FSPDFPage*)page;
6333 -(id)initWithOther: (FSTabOrderMgr*)other;
6334 -(BOOL)isEmpty;
6335 -(void)reload;
6336 -(FSAnnot*)getFirstAnnot;
6337 -(FSAnnot*)getLastAnnot;
6338 -(FSAnnot*)getNextAnnot: (FSAnnot*)annot;
6339 -(FSAnnot*)getPrevAnnot: (FSAnnot*)annot;
6340 -(BOOL)adjustStructureOrder: (FSAnnotArray*)annot_array;
6341 
6342 -(void)dealloc;
6343 
6344 @end
6345 
6346 @interface FSWatermark : FSBase
6347 -(id)init NS_UNAVAILABLE;
6348 -(void*)getCptr;
6349 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6350 -(id)initWithDocument: (FSPDFDoc*)document text: (NSString *)text properties: (FSWatermarkTextProperties*)properties settings: (FSWatermarkSettings*)settings;
6351 -(id)initWithDocument: (FSPDFDoc*)document bitmap: (FSBitmap*)bitmap settings: (FSWatermarkSettings*)settings;
6352 -(id)initWithDocument: (FSPDFDoc*)document image: (FSImage*)image frame_index: (int)frame_index settings: (FSWatermarkSettings*)settings;
6353 -(id)initWithDocument: (FSPDFDoc*)document page: (FSPDFPage*)page settings: (FSWatermarkSettings*)settings;
6354 -(id)initWithOther: (FSWatermark*)other;
6355 -(BOOL)isEmpty;
6356 -(float)getWidth;
6357 -(float)getHeight;
6358 -(BOOL)insertToPage: (FSPDFPage*)page;
6359 
6360 -(void)dealloc;
6361 
6362 @end
6363 
6364 typedef NS_ENUM(NSInteger, FSWatermarkSettingsFlags) {
6373 };
6374 
6375 @interface FSWatermarkSettings : NSObject
6376 {
6377  void *swigCPtr;
6378  BOOL swigCMemOwn;
6379 }
6380 @property (nonatomic, getter=getPosition) FSPosition position;
6381 @property (nonatomic, getter=getOffset_x) float offset_x;
6382 @property (nonatomic, getter=getOffset_y) float offset_y;
6383 @property (nonatomic, getter=getFlags) unsigned int flags;
6384 @property (nonatomic, getter=getScale_x) float scale_x;
6385 @property (nonatomic, getter=getScale_y) float scale_y;
6386 @property (nonatomic, getter=getRotation) float rotation;
6387 @property (nonatomic, getter=getOpacity) int opacity;
6388 -(void*)getCptr;
6389 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6390 -(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;
6391 -(id)init;
6392 -(id)initWithSettings: (FSWatermarkSettings*)settings;
6393 -(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;
6394 -(void)dealloc;
6395 
6396 @end
6397 
6398 typedef NS_ENUM(NSInteger, FSWatermarkTextPropertiesFontStyle) {
6401 };
6402 
6403 @interface FSWatermarkTextProperties : NSObject
6404 {
6405  void *swigCPtr;
6406  BOOL swigCMemOwn;
6407 }
6408 @property (nonatomic, getter=getFont_size) float font_size;
6409 @property (nonatomic, getter=getColor) unsigned int color;
6410 @property (nonatomic, getter=getFont_style) FSWatermarkTextPropertiesFontStyle font_style;
6411 @property (nonatomic, getter=getLine_space) float line_space;
6412 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
6413 @property (nonatomic, weak, getter=getFont) FSFont* font;
6414 -(void*)getCptr;
6415 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6416 -(id)initWithFont: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
6417 -(id)init;
6418 -(id)initWithProperties: (FSWatermarkTextProperties*)properties;
6419 -(void)set: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
6420 
6421 -(void)dealloc;
6422 
6423 @end
6424 
6425 @interface FSRedaction : FSBase
6426 -(id)init NS_UNAVAILABLE;
6427 -(void*)getCptr;
6428 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6429 -(id)initWithDocument: (FSPDFDoc*)document;
6430 -(id)initWithOther: (FSRedaction*)other;
6431 -(BOOL)isEmpty;
6432 -(FSRedact*)markRedactAnnot: (FSPDFPage*)page rects: (FSRectFArray*)rects;
6433 -(BOOL)apply;
6434 -(FSProgressive*)startApply: (id<FSPauseCallback>)pause;
6435 
6436 -(void)dealloc;
6437 
6438 @end
6439 
6440 typedef NS_ENUM(NSInteger, FSTableBorderInfoTableBorderStyle) {
6443 };
6444 
6445 @interface FSTableBorderInfo : NSObject
6446 {
6447  void *swigCPtr;
6448  BOOL swigCMemOwn;
6449 }
6450 @property (nonatomic, getter=getTable_border_style) FSTableBorderInfoTableBorderStyle table_border_style;
6451 @property (nonatomic, getter=getLine_width) float line_width;
6452 @property (nonatomic, getter=getColor) unsigned int color;
6453 @property (nonatomic, getter=getDash_phase) float dash_phase;
6454 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
6455 -(void*)getCptr;
6456 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6457 -(id)init;
6458 -(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;
6459 -(id)initWithTable_border_info: (FSTableBorderInfo*)table_border_info;
6460 -(void)set: (FSTableBorderInfoTableBorderStyle)table_border_style line_width: (float)line_width color: (unsigned int)color dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
6461 -(void)dealloc;
6462 
6463 @end
6464 
6465 @interface FSTableCellDataColArray : NSObject
6466 {
6467  void *swigCPtr;
6468  BOOL swigCMemOwn;
6469 }
6470 -(void*)getCptr;
6471 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6472 -(id)init;
6473 -(id)initWithOther: (FSTableCellDataColArray*)other;
6474 -(unsigned long)getSize;
6475 -(FSTableCellData*)getAt: (unsigned long)index;
6476 -(void)add: (FSTableCellData*)element;
6477 -(void)removeAt: (unsigned long)index;
6478 -(void)insertAt: (unsigned long)index element: (FSTableCellData*)element;
6479 -(void)removeAll;
6480 
6481 -(void)dealloc;
6482 
6483 @end
6484 
6485 @interface FSTableCellDataArray : NSObject
6486 {
6487  void *swigCPtr;
6488  BOOL swigCMemOwn;
6489 }
6490 -(void*)getCptr;
6491 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6492 -(id)init;
6493 -(id)initWithOther: (FSTableCellDataArray*)other;
6494 -(unsigned long)getSize;
6495 -(FSTableCellDataColArray*)getAt: (unsigned long)index;
6496 -(void)add: (FSTableCellDataColArray*)element;
6497 -(void)removeAt: (unsigned long)index;
6498 -(void)insertAt: (unsigned long)index element: (FSTableCellDataColArray*)element;
6499 -(void)removeAll;
6500 
6501 -(void)dealloc;
6502 
6503 @end
6504 
6505 @interface FSTableCellData : NSObject
6506 {
6507  void *swigCPtr;
6508  BOOL swigCMemOwn;
6509 }
6510 @property (nonatomic, weak, getter=getCell_text_style) FSRichTextStyle* cell_text_style;
6511 @property (nonatomic, getter=getCell_fill_color) unsigned int cell_fill_color;
6512 @property (nonatomic, weak, getter=getCell_text) NSString * cell_text;
6513 @property (nonatomic, weak, getter=getCell_image) FSImage* cell_image;
6514 @property (nonatomic, weak, getter=getCell_margin) FSRectF* cell_margin;
6515 -(void*)getCptr;
6516 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6517 -(id)init;
6518 -(id)initWithCell_text_style: (FSRichTextStyle*)cell_text_style cell_fill_color: (unsigned int)cell_fill_color cell_text: (NSString *)cell_text cell_image: (FSImage*)cell_image cell_margin: (FSRectF*)cell_margin;
6519 -(id)initWithData: (FSTableCellData*)data;
6520 -(void)set: (FSRichTextStyle*)cell_text_style cell_fill_color: (unsigned int)cell_fill_color cell_text: (NSString *)cell_text cell_image: (FSImage*)cell_image cell_margin: (FSRectF*)cell_margin;
6521 -(void)dealloc;
6522 
6523 @end
6524 
6525 @interface FSTableCellIndexArray : NSObject
6526 {
6527  void *swigCPtr;
6528  BOOL swigCMemOwn;
6529 }
6530 -(void*)getCptr;
6531 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6532 -(id)init;
6533 -(id)initWithOther: (FSTableCellIndexArray*)other;
6534 -(unsigned long)getSize;
6535 -(FSPoint*)getAt: (unsigned long)index;
6536 -(void)add: (FSPoint*)element;
6537 -(void)removeAt: (unsigned long)index;
6538 -(void)insertAt: (unsigned long)index element: (FSPoint*)element;
6539 -(void)removeAll;
6540 
6541 -(void)dealloc;
6542 
6543 @end
6544 
6545 @interface FSTableData : NSObject
6546 {
6547  void *swigCPtr;
6548  BOOL swigCMemOwn;
6549 }
6550 @property (nonatomic, weak, getter=getRect) FSRectF* rect;
6551 @property (nonatomic, getter=getRow_count) int row_count;
6552 @property (nonatomic, getter=getCol_count) int col_count;
6553 @property (nonatomic, weak, getter=getOutside_border_left) FSTableBorderInfo* outside_border_left;
6554 @property (nonatomic, weak, getter=getOutside_border_right) FSTableBorderInfo* outside_border_right;
6555 @property (nonatomic, weak, getter=getOutside_border_top) FSTableBorderInfo* outside_border_top;
6556 @property (nonatomic, weak, getter=getOutside_border_bottom) FSTableBorderInfo* outside_border_bottom;
6557 @property (nonatomic, weak, getter=getInside_border_row) FSTableBorderInfo* inside_border_row;
6558 @property (nonatomic, weak, getter=getInside_border_col) FSTableBorderInfo* inside_border_col;
6559 @property (nonatomic, weak, getter=getMerge_cells) FSTableCellIndexArray* merge_cells;
6560 @property (nonatomic, weak, getter=getRow_height_array) FSFloatArray* row_height_array;
6561 @property (nonatomic, weak, getter=getCol_width_array) FSFloatArray* col_width_array;
6562 -(void*)getCptr;
6563 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6564 -(id)init;
6565 -(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;
6566 -(id)initWithData: (FSTableData*)data;
6567 -(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;
6568 -(void)dealloc;
6569 
6570 @end
6571 
6572 
6573 
6575 -(void*)getCptr;
6576 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6577 +(BOOL)addTableToPage: (FSPDFPage*)page data: (FSTableData*)data cell_array: (FSTableCellDataArray*)cell_array;
6578 +(BOOL)insertTablePagesToDocument: (FSPDFDoc*)doc dest_page_index: (int)dest_page_index page_width: (float)page_width page_height: (float)page_height data: (FSTableData*)data cell_array: (FSTableCellDataArray*)cell_array allow_to_cross_page: (BOOL)allow_to_cross_page tablegenerator_callback: (id<FSTableGeneratorCallback>)tablegenerator_callback;
6579 -(id)init;
6580 
6581 -(void)dealloc;
6582 
6583 @end
6584 
6585 
6586 
6588 -(id)init NS_UNAVAILABLE;
6589 -(void*)getCptr;
6590 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6591 -(id)initWithDirectory: (NSString *)directory;
6592 -(id)initWithOther: (FSDocumentsSource*)other;
6593 -(BOOL)isEmpty;
6594 
6595 -(void)dealloc;
6596 
6597 @end
6598 
6599 typedef NS_ENUM(NSInteger, FSFullTextSearchRankMode) {
6603 };
6604 
6606 -(void*)getCptr;
6607 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6608 -(id)init;
6609 -(id)initWithOther: (FSFullTextSearch*)other;
6610 -(BOOL)isEmpty;
6611 -(void)setDataBasePath: (NSString *)path_of_data_base;
6612 -(FSProgressive*)startUpdateIndex: (FSDocumentsSource*)source pause: (id<FSPauseCallback>)pause reupdate: (BOOL)reupdate;
6613 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
6614 -(BOOL)searchOf: (NSString *)match_string rank_mode: (FSFullTextSearchRankMode)rank_mode callback: (id<FSSearchCallback>)callback;
6615 
6616 -(void)dealloc;
6617 
6618 @end
6619 
6620 typedef NS_ENUM(NSInteger, FSComplianceEngineViewOrPrintCondition) {
6626 };
6627 
6628 @interface FSComplianceEngine : NSObject
6629 {
6630  void *swigCPtr;
6631  BOOL swigCMemOwn;
6632 }
6633 -(void*)getCptr;
6634 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6635 +(FSErrorCode)initialize: (NSString *)compliance_resource_folder_path compliance_engine_unlockcode: (NSString *)compliance_engine_unlockcode;
6636 +(void)destroy;
6637 +(FSErrorCode)initializeThreadContext;
6638 +(void)releaseThreadContext;
6639 +(void)setTempFolderPath: (NSString *)temp_folder_path;
6640 +(void)enableHandleTransparency: (BOOL)enable_handle_transparency;
6641 +(void)setLanguage: (NSString *)language;
6642 -(id)init;
6643 
6644 -(void)dealloc;
6645 
6646 @end
6647 
6648 
6649 
6650 typedef NS_ENUM(NSInteger, FSPreflightSettingDataLibraryType) {
6654 };
6655 
6656 typedef NS_ENUM(NSInteger, FSPreflightSettingDataOperateType) {
6660 };
6661 
6662 @interface FSPreflightSettingData : NSObject
6663 {
6664  void *swigCPtr;
6665  BOOL swigCMemOwn;
6666 }
6667 @property (nonatomic, weak, getter=getPreflight_key) NSString * preflight_key;
6668 @property (nonatomic, getter=getOperate_type) FSPreflightSettingDataOperateType operate_type;
6669 @property (nonatomic, weak, getter=getSrc_pdf_path) NSString * src_pdf_path;
6670 @property (nonatomic, weak, getter=getSaved_pdf_path) NSString * saved_pdf_path;
6671 @property (nonatomic, getter=getFirst_page_index) int first_page_index;
6672 @property (nonatomic, getter=getLast_page_index) int last_page_index;
6673 -(void*)getCptr;
6674 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6675 -(id)init;
6676 -(void)dealloc;
6677 
6678 @end
6679 
6685 };
6686 
6690 };
6691 
6692 @interface FSPreflightReportSettingData : NSObject
6693 {
6694  void *swigCPtr;
6695  BOOL swigCMemOwn;
6696 }
6697 @property (nonatomic, getter=getReport_file_format_type) FSPreflightReportSettingDataReportFileFormatType report_file_format_type;
6698 @property (nonatomic, getter=getTo_generate_overview) BOOL to_generate_overview;
6699 @property (nonatomic, getter=getTo_highlight_problems) BOOL to_highlight_problems;
6700 @property (nonatomic, getter=getProblems_highlight_method) FSPreflightReportSettingDataProblemsHighlightMethod problems_highlight_method;
6701 @property (nonatomic, weak, getter=getReport_file_path) NSString * report_file_path;
6702 -(void*)getCptr;
6703 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6704 -(id)init;
6705 -(void)dealloc;
6706 
6707 @end
6708 
6709 @interface FSPreflight : FSBase
6710 -(void*)getCptr;
6711 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6712 -(id)init;
6713 -(id)initWithOther: (FSPreflight*)other;
6714 -(BOOL)isEmpty;
6715 -(NSArray<NSData *> *)getGroupNamesArray: (FSPreflightSettingDataLibraryType)library_type operate_type: (FSPreflightSettingDataOperateType)operate_type;
6716 -(NSArray<NSData *> *)getItemKeysArray: (NSString *)group_name;
6717 -(void)analyze: (FSPreflightSettingData*)preflight_setting_data progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6718 -(void)analyzeAndFixup: (FSPreflightSettingData*)preflight_setting_data progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6719 -(BOOL)generateReport: (FSPreflightReportSettingData*)preflight_report_setting_data progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6720 -(BOOL)canFixup: (NSString *)item_key;
6721 
6722 -(void)dealloc;
6723 
6724 @end
6725 
6726 typedef NS_ENUM(NSInteger, FSFixupDataFixupState) {
6730 };
6731 
6732 @interface FSFixupData : NSObject
6733 {
6734  void *swigCPtr;
6735  BOOL swigCMemOwn;
6736 }
6737 @property (nonatomic, getter=getUsed_count) unsigned int used_count;
6738 @property (nonatomic, getter=getState) FSFixupDataFixupState state;
6739 @property (nonatomic, weak, getter=getName) NSString * name;
6740 @property (nonatomic, weak, getter=getComment) NSString * comment;
6741 @property (nonatomic, weak, getter=getReasons) NSArray<NSString *> * reasons;
6742 -(void*)getCptr;
6743 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6744 -(id)init;
6745 -(id)initWithOther: (FSFixupData*)other;
6746 -(void)dealloc;
6747 
6748 @end
6749 
6750 typedef NS_ENUM(NSInteger, FSHitDataCheckSeverity) {
6754 };
6755 
6756 @interface FSHitData : NSObject
6757 {
6758  void *swigCPtr;
6759  BOOL swigCMemOwn;
6760 }
6761 @property (nonatomic, getter=getTriggered_count) unsigned int triggered_count;
6762 @property (nonatomic, getter=getSeverity) FSHitDataCheckSeverity severity;
6763 @property (nonatomic, weak, getter=getName) NSString * name;
6764 @property (nonatomic, weak, getter=getComment) NSString * comment;
6765 @property (nonatomic, weak, getter=getTrigger_values) NSArray<NSString *> * trigger_values;
6766 @property (nonatomic, getter=getPage_index) int page_index;
6767 -(void*)getCptr;
6768 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6769 -(id)init;
6770 -(id)initWithOther: (FSHitData*)other;
6771 -(void)dealloc;
6772 
6773 @end
6774 
6776 -(void*)getCptr;
6777 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6778 -(id)init;
6779 -(id)initWithOther: (FSResultInformation*)other;
6780 -(BOOL)isEmpty;
6781 -(int)getFixupDataCount;
6782 -(FSFixupData*)getFixupData: (int)index;
6783 -(int)getHitDataCount;
6784 -(FSHitData*)getHitData: (int)index;
6785 
6786 -(void)dealloc;
6787 
6788 @end
6789 
6790 typedef NS_ENUM(NSInteger, FSPDFAComplianceVersion) {
6802 };
6803 
6805 -(void*)getCptr;
6806 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6807 -(id)init;
6808 -(id)initWithOther: (FSPDFACompliance*)other;
6809 -(BOOL)isEmpty;
6810 -(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;
6811 -(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;
6812 
6813 -(void)dealloc;
6814 
6815 @end
6816 
6817 typedef NS_ENUM(NSInteger, FSPDFEComplianceVersion) {
6819 };
6820 
6822 -(void*)getCptr;
6823 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6824 -(id)init;
6825 -(id)initWithOther: (FSPDFECompliance*)other;
6826 -(BOOL)isEmpty;
6827 -(FSResultInformation*)verify: (NSString *)src_pdf_path first_page_index: (int)first_page_index last_page_index: (int)last_page_index verify_version: (FSPDFEComplianceVersion)verify_version progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6828 -(FSResultInformation*)convertPDFFile: (NSString *)src_pdf_path saved_pdf_path: (NSString *)saved_pdf_path convert_to_version: (FSPDFEComplianceVersion)convert_to_version progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6829 
6830 -(void)dealloc;
6831 
6832 @end
6833 
6834 typedef NS_ENUM(NSInteger, FSPDFXComplianceVersion) {
6852 };
6853 
6855 -(void*)getCptr;
6856 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6857 -(id)init;
6858 -(id)initWithOther: (FSPDFXCompliance*)other;
6859 -(BOOL)isEmpty;
6860 -(FSResultInformation*)verify: (FSPDFXComplianceVersion)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;
6861 -(FSResultInformation*)convertPDFFile: (NSString *)src_pdf_path saved_pdf_path: (NSString *)saved_pdf_path convert_to_version: (FSPDFXComplianceVersion)convert_to_version view_or_print_condition: (FSComplianceEngineViewOrPrintCondition)view_or_print_condition to_convert_rgb_or_lab: (BOOL)to_convert_rgb_or_lab to_decalibrate_gray_or_cmyk: (BOOL)to_decalibrate_gray_or_cmyk progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6862 
6863 -(void)dealloc;
6864 
6865 @end
6866 
6868 -(void*)getCptr;
6869 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6870 -(id)init;
6871 -(id)initWithOther: (FSPDFCompliance*)other;
6872 -(BOOL)isEmpty;
6873 -(FSResultInformation*)verify: (int)verify_version src_pdf_path: (NSString *)src_pdf_path first_page_index: (int)first_page_index last_page_index: (int)last_page_index progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6874 -(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;
6875 
6876 -(void)dealloc;
6877 
6878 @end
6879 
6880 typedef NS_ENUM(NSInteger, FSCompareResultInfoCompareResultType) {
6898 };
6899 
6900 @interface FSCompareResultInfo : NSObject
6901 {
6902  void *swigCPtr;
6903  BOOL swigCMemOwn;
6904 }
6905 @property (nonatomic, getter=getType) FSCompareResultInfoCompareResultType type;
6906 @property (nonatomic, weak, getter=getRect_array) FSRectFArray* rect_array;
6907 @property (nonatomic, weak, getter=getDiff_contents) NSString * diff_contents;
6908 -(void*)getCptr;
6909 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6910 -(id)initWithType: (FSCompareResultInfoCompareResultType)type rect_array: (FSRectFArray*)rect_array diff_contents: (NSString *)diff_contents;
6911 -(id)init;
6912 -(id)initWithResult_info: (FSCompareResultInfo*)result_info;
6913 -(void)dealloc;
6914 
6915 @end
6916 
6917 @interface FSCompareResultInfoArray : NSObject
6918 {
6919  void *swigCPtr;
6920  BOOL swigCMemOwn;
6921 }
6922 -(void*)getCptr;
6923 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6924 -(id)init;
6925 -(id)initWithOther: (FSCompareResultInfoArray*)other;
6926 -(unsigned long)getSize;
6927 -(FSCompareResultInfo*)getAt: (unsigned long)index;
6928 -(void)add: (FSCompareResultInfo*)element;
6929 -(void)removeAt: (unsigned long)index;
6930 -(void)insertAt: (unsigned long)index element: (FSCompareResultInfo*)element;
6931 -(void)removeAll;
6932 
6933 -(void)dealloc;
6934 
6935 @end
6936 
6937 @interface FSCompareResults : NSObject
6938 {
6939  void *swigCPtr;
6940  BOOL swigCMemOwn;
6941 }
6942 @property (nonatomic, weak, getter=getBase_doc_results) FSCompareResultInfoArray* base_doc_results;
6943 @property (nonatomic, weak, getter=getCompared_doc_results) FSCompareResultInfoArray* compared_doc_results;
6944 -(void*)getCptr;
6945 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6946 -(id)initWithBase_doc_results: (FSCompareResultInfoArray*)base_doc_results compared_doc_results: (FSCompareResultInfoArray*)compared_doc_results;
6947 -(id)init;
6948 -(id)initWithCompare_results: (FSCompareResults*)compare_results;
6949 -(void)clear;
6950 -(void)dealloc;
6951 
6952 @end
6953 
6954 typedef NS_ENUM(NSInteger, FSComparisonCompareType) {
6958 };
6959 
6960 @interface FSComparison : FSBase
6961 -(id)init NS_UNAVAILABLE;
6962 -(void*)getCptr;
6963 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6964 -(id)initWithBase_doc: (FSPDFDoc*)base_doc compared_doc: (FSPDFDoc*)compared_doc;
6965 -(id)initWithOther: (FSComparison*)other;
6966 -(BOOL)isEmpty;
6967 -(FSCompareResults*)doCompare: (int)base_page_index compared_page_index: (int)compared_page_index compare_flags: (unsigned int)compare_flags;
6968 -(FSPDFDoc*)generateComparedDoc: (unsigned int)compare_flags;
6969 -(FSPDFDoc*)GenerateComparedDocWithIsShowAllLayers: (unsigned int)compare_flags is_show_all_layers: (BOOL)is_show_all_layers;
6970 
6971 -(void)dealloc;
6972 
6973 @end
6974 
6975 @interface FSAuditSpaceSize : NSObject
6976 {
6977  void *swigCPtr;
6978  BOOL swigCMemOwn;
6979 }
6980 @property (nonatomic, getter=getContent_streams) unsigned int content_streams;
6981 @property (nonatomic, getter=getImages) unsigned int images;
6982 @property (nonatomic, getter=getFonts) unsigned int fonts;
6983 @property (nonatomic, getter=getBookmarks) unsigned int bookmarks;
6984 @property (nonatomic, getter=getX_object_forms) unsigned int x_object_forms;
6985 @property (nonatomic, getter=getStructure_infos) unsigned int structure_infos;
6986 @property (nonatomic, getter=getAcroforms) unsigned int acroforms;
6987 @property (nonatomic, getter=getLink_annots) unsigned int link_annots;
6988 @property (nonatomic, getter=getNamed_destnations) unsigned int named_destnations;
6989 @property (nonatomic, getter=getColor_space) unsigned int color_space;
6990 @property (nonatomic, getter=getPattern_infos) unsigned int pattern_infos;
6991 @property (nonatomic, getter=getPiece_infos) unsigned int piece_infos;
6992 @property (nonatomic, getter=getComments_and_3d_contents) unsigned int comments_and_3d_contents;
6993 @property (nonatomic, getter=getShading_pattern_infos) unsigned int shading_pattern_infos;
6994 @property (nonatomic, getter=getExtend_graphics_states) unsigned int extend_graphics_states;
6995 @property (nonatomic, getter=getCross_ref_tables) unsigned int cross_ref_tables;
6996 @property (nonatomic, getter=getThumbs) unsigned int thumbs;
6997 @property (nonatomic, getter=getEmbed_files) unsigned int embed_files;
6998 @property (nonatomic, getter=getWeb_infos) unsigned int web_infos;
6999 -(void*)getCptr;
7000 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7001 -(id)init;
7002 -(void)dealloc;
7003 
7004 @end
7005 
7006 
7007 
7008 @interface FSOptimizer : FSBase
7009 -(void*)getCptr;
7010 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7011 +(FSProgressive*)optimize: (FSPDFDoc*)doc settings: (FSOptimizerSettings*)settings pause: (id<FSPauseCallback>)pause;
7012 +(FSProgressive*)startSubsetEmbedFont: (FSPDFDoc*)doc pause: (id<FSPauseCallback>)pause;
7013 +(FSProgressive*)optimizeScannedPDF: (FSPDFDoc*)doc settings: (FSOptimizeScannedPDFSettings*)settings image_compress_callback: (id<FSImageCompressionCallback>)image_compress_callback pause: (id<FSPauseCallback>)pause;
7014 +(FSAuditSpaceSize*)computeAuditSpace: (FSPDFDoc*)doc;
7015 -(id)init;
7016 
7017 -(void)dealloc;
7018 
7019 @end
7020 
7021 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressMode) {
7027 };
7028 
7029 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressQuality) {
7036 };
7037 
7038 typedef NS_ENUM(NSInteger, FSImageSettingsStretchMode) {
7045 };
7046 
7048 -(void*)getCptr;
7049 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7050 -(id)init;
7051 -(id)initWithOther: (FSImageSettings*)other;
7052 -(BOOL)isEmpty;
7053 -(void)setStretchMode: (FSImageSettingsStretchMode)mode;
7054 -(void)setImageDPI: (int)dpi;
7055 -(void)setImageDPILimit: (int)dpi_limit;
7056 -(void)setCompressionMode: (FSImageSettingsImageCompressMode)mode;
7057 -(void)setQuality: (FSImageSettingsImageCompressQuality)quality;
7058 -(void)setBackgroundDownScale: (int)down_scale;
7059 -(void)setForegroundDownScale: (int)down_scale;
7060 -(void)setTextSensitivity: (int)text_sensitivity;
7061 -(void)setTileSize: (int)size;
7062 
7063 -(void)dealloc;
7064 
7065 @end
7066 
7067 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressMode) {
7075 };
7076 
7077 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressQuality) {
7085 };
7086 
7087 typedef NS_ENUM(NSInteger, FSMonoImageSettingsStretchMode) {
7094 };
7095 
7097 -(void*)getCptr;
7098 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7099 -(id)init;
7100 -(id)initWithOther: (FSMonoImageSettings*)other;
7101 -(BOOL)isEmpty;
7102 -(void)setImageDPI: (int)dpi;
7103 -(void)setImageDPILimit: (int)dpi_limit;
7104 -(void)setCompressionMode: (FSMonoImageSettingsMonoImageCompressMode)mode;
7105 -(void)setStretchMode: (FSMonoImageSettingsStretchMode)mode;
7106 -(void)setQuality: (FSMonoImageSettingsMonoImageCompressQuality)quality;
7107 
7108 -(void)dealloc;
7109 
7110 @end
7111 
7113 -(void*)getCptr;
7114 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7115 -(id)init;
7116 -(id)initWithOther: (FSUnembeddedFontSettings*)other;
7117 -(BOOL)isEmpty;
7118 -(void)setSubsetAllEmFonts: (BOOL)bSubsetAllEmFonts;
7119 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
7120 
7121 -(void)dealloc;
7122 
7123 @end
7124 
7125 typedef NS_ENUM(NSInteger, FSOptimizerSettingsOptimizerOptions) {
7131 };
7132 
7133 typedef NS_ENUM(NSInteger, FSOptimizerSettingsCleanUpOptions) {
7140 };
7141 
7142 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardObjectsOptions) {
7154 };
7155 
7156 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardUserDataOptions) {
7164 };
7165 
7167 -(void*)getCptr;
7168 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7169 -(id)init;
7170 -(id)initWithOther: (FSOptimizerSettings*)other;
7171 -(BOOL)isEmpty;
7172 -(void)setOptimizerOptions: (unsigned int)optimize_options;
7173 -(void)setColorGrayImageSettings: (FSImageSettings*)settings;
7174 -(void)setColorImageSettings: (FSImageSettings*)settings;
7175 -(void)setGrayscaleImageSettings: (FSImageSettings*)settings;
7176 -(void)setMonoImageSettings: (FSMonoImageSettings*)settings;
7177 -(void)setUnembeddedFontSettings: (FSUnembeddedFontSettings*)settings;
7178 -(void)setCleanUpOptions: (unsigned int)clean_up_options;
7179 -(void)setDiscardObjectsOptions: (unsigned int)discard_objects_options;
7180 -(void)setDiscardUserDataOptions: (unsigned int)discard_userdata_options;
7181 
7182 -(void)dealloc;
7183 
7184 @end
7185 
7191 };
7192 
7198 };
7199 
7201 -(void*)getCptr;
7202 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7203 -(id)init;
7204 -(id)initWithOther: (FSOptimizeScannedPDFSettings*)other;
7205 -(BOOL)isEmpty;
7206 -(void)setOptimizedPages: (FSRange*)pages;
7207 -(void)setColorGrayImageCompressionMode: (FSOptimizeScannedPDFSettingsScannedImageCompressMode)mode;
7208 -(void)setColorGrayImageCompressionQuality: (unsigned int)quality;
7209 -(void)setMonoImageCompressionMode: (FSOptimizeScannedPDFSettingsScannedMonoImageCompressMode)mode;
7210 
7211 -(void)dealloc;
7212 
7213 @end
7214 
7215 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFPageMode) {
7218 };
7219 
7220 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFScalingMode) {
7224 };
7225 
7226 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFEncodingFormat) {
7301 };
7302 
7303 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFMediaStyle) {
7306 };
7307 
7308 @interface FSHTML2PDFSettingData : NSObject
7309 {
7310  void *swigCPtr;
7311  BOOL swigCMemOwn;
7312 }
7313 @property (nonatomic, getter=getPage_width) float page_width;
7314 @property (nonatomic, getter=getPage_height) float page_height;
7315 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
7316 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
7317 @property (nonatomic, getter=getRotate_degrees) FSRotation rotate_degrees;
7318 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
7319 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
7320 @property (nonatomic, getter=getPage_mode) FSHTML2PDFSettingDataHTML2PDFPageMode page_mode;
7321 @property (nonatomic, getter=getTo_generate_bookmarks) BOOL to_generate_bookmarks;
7322 @property (nonatomic, getter=getScaling_mode) FSHTML2PDFSettingDataHTML2PDFScalingMode scaling_mode;
7323 @property (nonatomic, getter=getEncoding_format) FSHTML2PDFSettingDataHTML2PDFEncodingFormat encoding_format;
7324 @property (nonatomic, getter=getTo_render_images) BOOL to_render_images;
7325 @property (nonatomic, getter=getTo_remove_underline_for_link) BOOL to_remove_underline_for_link;
7326 @property (nonatomic, getter=getTo_set_headerfooter) BOOL to_set_headerfooter;
7327 @property (nonatomic, weak, getter=getHeaderfooter_title) NSString * headerfooter_title;
7328 @property (nonatomic, weak, getter=getHeaderfooter_url) NSString * headerfooter_url;
7329 @property (nonatomic, weak, getter=getBookmark_root_name) NSString * bookmark_root_name;
7330 @property (nonatomic, getter=getTo_resize_objects) BOOL to_resize_objects;
7331 @property (nonatomic, getter=getTo_print_background) BOOL to_print_background;
7332 @property (nonatomic, getter=getTo_optimize_tag_tree) BOOL to_optimize_tag_tree;
7333 @property (nonatomic, getter=getMedia_style) FSHTML2PDFSettingDataHTML2PDFMediaStyle media_style;
7334 @property (nonatomic, getter=getTo_load_active_content) BOOL to_load_active_content;
7335 @property (nonatomic, getter=getTo_disable_sandbox) BOOL to_disable_sandbox;
7336 @property (nonatomic, getter=getTo_use_blacklist) BOOL to_use_blacklist;
7337 @property (nonatomic, getter=getTo_hide_header) BOOL to_hide_header;
7338 @property (nonatomic, getter=getTo_hide_footer) BOOL to_hide_footer;
7339 @property (nonatomic, getter=getTo_deny_local_file_access) BOOL to_deny_local_file_access;
7340 -(void*)getCptr;
7341 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7342 -(id)init;
7343 -(id)initWithPage_width: (float)page_width page_height: (float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist to_hide_header: (BOOL)to_hide_header to_hide_footer: (BOOL)to_hide_footer to_deny_local_file_access: (BOOL)to_deny_local_file_access;
7344 -(void)set: (float)page_width page_height: (float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist to_hide_header: (BOOL)to_hide_header to_hide_footer: (BOOL)to_hide_footer to_deny_local_file_access: (BOOL)to_deny_local_file_access;
7345 -(void)dealloc;
7346 
7347 @end
7348 
7349 @interface FSTXT2PDFSettingData : NSObject
7350 {
7351  void *swigCPtr;
7352  BOOL swigCMemOwn;
7353 }
7354 @property (nonatomic, getter=getPage_width) float page_width;
7355 @property (nonatomic, getter=getPage_height) float page_height;
7356 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
7357 @property (nonatomic, weak, getter=getFont) FSFont* font;
7358 @property (nonatomic, getter=getText_size) float text_size;
7359 @property (nonatomic, getter=getText_color) unsigned int text_color;
7360 @property (nonatomic, getter=getLinespace) float linespace;
7361 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
7362 -(void*)getCptr;
7363 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7364 -(id)init;
7365 -(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;
7366 -(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;
7367 -(void)dealloc;
7368 
7369 @end
7370 
7371 
7372 
7373 typedef NS_ENUM(NSInteger, FSDWG2PDFSettingDataDWG2PDFExportFlags) {
7388 };
7389 
7395 };
7396 
7401 };
7402 
7403 typedef NS_ENUM(NSInteger, FSDWG2PDFSettingDataDWG2PDFColorPolicy) {
7407 };
7408 
7409 @interface FSDWG2PDFSettingData : NSObject
7410 {
7411  void *swigCPtr;
7412  BOOL swigCMemOwn;
7413 }
7414 @property (nonatomic, getter=getExport_flags) unsigned int export_flags;
7415 @property (nonatomic, getter=getExport_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType export_hatches_type;
7416 @property (nonatomic, getter=getOther_export_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType other_export_hatches_type;
7417 @property (nonatomic, getter=getGradient_export_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType gradient_export_hatches_type;
7418 @property (nonatomic, getter=getSearchable_text_type) FSDWG2PDFSettingDataDWG2PDFSearchableTextType searchable_text_type;
7419 @property (nonatomic, getter=getIs_active_layout) BOOL is_active_layout;
7420 @property (nonatomic, weak, getter=getOutput_title) NSString * output_title;
7421 @property (nonatomic, weak, getter=getOutput_author) NSString * output_author;
7422 @property (nonatomic, weak, getter=getOutput_subject) NSString * output_subject;
7423 @property (nonatomic, weak, getter=getOutput_keywords) NSString * output_keywords;
7424 @property (nonatomic, weak, getter=getOutput_creator) NSString * output_creator;
7425 @property (nonatomic, weak, getter=getOutput_producer) NSString * output_producer;
7426 @property (nonatomic, getter=getPaper_width) float paper_width;
7427 @property (nonatomic, getter=getPaper_height) float paper_height;
7428 @property (nonatomic, getter=getColor_policy) FSDWG2PDFSettingDataDWG2PDFColorPolicy color_policy;
7429 @property (nonatomic, getter=getIs_output_progress) BOOL is_output_progress;
7430 @property (nonatomic, weak, getter=getProgress_callback) SWIGTYPE_p_void* progress_callback;
7431 -(void*)getCptr;
7432 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7433 -(id)init;
7434 -(void)dealloc;
7435 
7436 @end
7437 
7438 @interface FSHTML2PDFRelatedResource : NSObject
7439 {
7440  void *swigCPtr;
7441  BOOL swigCMemOwn;
7442 }
7443 @property (nonatomic, retain, getter=getRelated_resource_file) id<FSFileReaderCallback> related_resource_file;
7444 @property (nonatomic, weak, getter=getResource_file_relative_path) NSString * resource_file_relative_path;
7445 -(void*)getCptr;
7446 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7447 -(id)init;
7448 -(void)dealloc;
7449 
7450 @end
7451 
7452 @interface FSHTML2PDFRelatedResourceArray : NSObject
7453 {
7454  void *swigCPtr;
7455  BOOL swigCMemOwn;
7456 }
7457 -(void*)getCptr;
7458 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7459 -(id)init;
7460 -(id)initWithOther: (FSHTML2PDFRelatedResourceArray*)other;
7461 -(unsigned long)getSize;
7462 -(FSHTML2PDFRelatedResource*)getAt: (unsigned long)index;
7463 -(void)add: (FSHTML2PDFRelatedResource*)element;
7464 -(void)removeAt: (unsigned long)index;
7465 -(void)insertAt: (unsigned long)index element: (FSHTML2PDFRelatedResource*)element;
7466 -(void)removeAll;
7467 
7468 -(void)dealloc;
7469 
7470 @end
7471 
7472 @interface FSConvert : FSBase
7473 -(void*)getCptr;
7474 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7475 +(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;
7476 +(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;
7477 +(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;
7478 +(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;
7479 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (FSTXT2PDFSettingData*)setting_data;
7480 +(void)fromImage: (NSString *)src_img saved_pdf_path: (NSString *)saved_pdf_path;
7481 +(void)fromImageWithStreamCallback: (id<FSFileReaderCallback>)file_reader saved_pdf_filestream: (id<FSFileWriterCallback>)saved_pdf_filestream;
7482 +(BOOL)fromDWG: (NSString *)engine_path src_dwg_path: (NSString *)src_dwg_path saved_pdf_path: (NSString *)saved_pdf_path settings: (FSDWG2PDFSettingData*)settings;
7483 +(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;
7484 -(id)init;
7485 
7486 -(void)dealloc;
7487 
7488 @end
7489 
7490 typedef NS_ENUM(NSInteger, FSLRElementElementType) {
7563 };
7564 
7565 @interface FSLRElement : FSBase
7566 -(void*)getCptr;
7567 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7568 -(id)initWithOther: (FSLRElement*)other;
7569 -(BOOL)isEmpty;
7571 -(BOOL)isContentElement;
7573 -(BOOL)isStructureElement;
7574 -(NSString *)stringifyType;
7575 +(NSString *)stringifyElementType: (FSLRElementElementType)type;
7576 
7577 -(void)dealloc;
7578 
7579 @end
7580 
7581 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeType) {
7633 };
7634 
7635 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeValueEnum) {
7702 };
7703 
7704 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeValueType) {
7718 };
7719 
7721 -(id)init NS_UNAVAILABLE;
7722 -(void*)getCptr;
7723 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7724 -(id)initWithOther: (FSLRStructureElement*)other;
7725 -(id)initWithElement: (FSLRElement*)element;
7726 +(NSString *)stringifyAttributeType: (FSLRStructureElementAttributeType)type;
7727 +(FSLRStructureElementAttributeType)parseAttributeType: (NSString *)type_string;
7728 +(NSString *)stringifyEnumVariant: (FSLRStructureElementAttributeValueEnum)type;
7729 +(BOOL)isArrayAttributeValueType: (FSLRStructureElementAttributeValueType)type;
7731 -(FSLRStructureElementAttributeType)getSupportedAttribute: (int)index;
7732 -(int)getAttributeValueCount: (FSLRStructureElementAttributeType)type;
7734 -(FSLRStructureElementAttributeValueEnum)getAttributeValueEnum: (FSLRStructureElementAttributeType)type index: (int)index;
7735 -(int)getAttributeValueInt32: (FSLRStructureElementAttributeType)type index: (int)index;
7736 -(float)getAttributeValueFloat: (FSLRStructureElementAttributeType)type index: (int)index;
7737 -(unsigned int)getAttributeValueARGB: (FSLRStructureElementAttributeType)type index: (int)index;
7738 -(NSString *)getAttributeValueString: (FSLRStructureElementAttributeType)type index: (int)index;
7739 -(FSLRStructureElement*)getAttributeValueElement: (FSLRStructureElementAttributeType)type index: (int)index;
7741 -(int)getChildCount;
7742 -(FSLRElement*)getChild: (int)index;
7743 -(FSRectF*)getBBox;
7744 
7745 -(void)dealloc;
7746 
7747 @end
7748 
7750 -(id)init NS_UNAVAILABLE;
7751 -(void*)getCptr;
7752 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7753 -(id)initWithOther: (FSLRGraphicsObjectElement*)other;
7754 -(id)initWithElement: (FSLRElement*)element;
7759 -(FSRectF*)getBBox;
7761 
7762 -(void)dealloc;
7763 
7764 @end
7765 
7767 -(id)init NS_UNAVAILABLE;
7768 -(void*)getCptr;
7769 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7770 -(id)initWithOther: (FSLRContentElement*)other;
7771 -(id)initWithElement: (FSLRElement*)element;
7775 -(FSRectF*)getBBox;
7777 
7778 -(void)dealloc;
7779 
7780 @end
7781 
7782 @interface FSLRContext : FSBase
7783 -(id)init NS_UNAVAILABLE;
7784 -(void*)getCptr;
7785 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7786 -(id)initWithPage: (FSPDFPage*)page;
7787 -(id)initWithOther: (FSLRContext*)other;
7788 -(BOOL)isEmpty;
7789 -(FSProgressive*)startParse: (id<FSPauseCallback>)pause;
7791 
7792 -(void)dealloc;
7793 
7794 @end
7795 
7796 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportCategory) {
7806 };
7807 
7808 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportConfidence) {
7814 };
7815 
7816 
7817 
7818 @interface FSTaggedPDF : FSBase
7819 -(id)init NS_UNAVAILABLE;
7820 -(void*)getCptr;
7821 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7822 -(id)initWithDoc: (FSPDFDoc*)doc;
7823 -(id)initWithOther: (FSTaggedPDF*)other;
7824 -(BOOL)isEmpty;
7825 -(void)setCallback: (id<FSTaggedPDFCallback>)callback;
7826 -(FSProgressive*)startTagDocument: (id<FSPauseCallback>)pause;
7827 -(int)getFigureCount;
7828 -(BOOL)setAsDecorativeFigure: (int)figure_index;
7829 -(void)setFigureAlternateText: (int)figure_index alternate_text: (NSString *)alternate_text;
7830 -(NSString *)getFigureAlternateText: (int)figure_index;
7831 -(FSRectF*)getFigureRect: (int)figure_index;
7832 -(int)getFigurePageIndex: (int)figure_index;
7833 
7834 -(void)dealloc;
7835 
7836 @end
7837 
7838 @interface FSFindOption : NSObject
7839 {
7840  void *swigCPtr;
7841  BOOL swigCMemOwn;
7842 }
7843 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
7844 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
7845 -(id)init NS_UNAVAILABLE;
7846 -(void*)getCptr;
7847 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7848 -(id)initWithIs_whole_word: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7849 -(id)initWithFind_option: (FSFindOption*)find_option;
7850 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7851 -(void)dealloc;
7852 
7853 @end
7854 
7855 
7856 
7858 -(id)init NS_UNAVAILABLE;
7859 -(void*)getCptr;
7860 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7861 -(id)initWithDoc: (FSPDFDoc*)doc;
7862 -(id)initWithOther: (FSTextSearchReplace*)other;
7863 -(BOOL)isEmpty;
7864 -(void)setPattern: (NSString *)keywords page_index: (int)page_index find_option: (FSFindOption*)find_option;
7865 -(void)setReplaceCallback: (id<FSReplaceCallback>)replace_callback;
7866 -(BOOL)replacePrev: (NSString *)replace_text;
7867 -(BOOL)replaceNext: (NSString *)replace_text;
7868 
7869 -(void)dealloc;
7870 
7871 @end
7872 
7873 
7874 
7876 -(id)init NS_UNAVAILABLE;
7877 -(void*)getCptr;
7878 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7879 -(id)initWithOther: (FSParagraphEditingUndoItem*)other;
7880 -(BOOL)isEmpty;
7881 -(void)undo;
7882 -(void)redo;
7883 
7884 -(void)dealloc;
7885 
7886 @end
7887 
7888 typedef NS_ENUM(NSInteger, FSParagraphEditingBulletType) {
7898 };
7899 
7900 typedef NS_ENUM(NSInteger, FSParagraphEditingNumberingType) {
7907 };
7908 
7910 -(id)init NS_UNAVAILABLE;
7911 -(void*)getCptr;
7912 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7913 -(id)initWithOther: (FSParagraphEditing*)other;
7914 -(BOOL)isEmpty;
7915 -(BOOL)activate;
7916 -(BOOL)deactivate;
7917 -(void)startEditing: (int)page_index start_point: (FSPointF*)start_point end_point: (FSPointF*)end_point;
7918 -(void)exitEditing: (BOOL)is_end_directly;
7919 -(BOOL)insertText: (NSString *)text;
7920 -(BOOL)render: (FSInt32Array*)page_index_array renderer: (FSRenderer*)renderer;
7921 -(BOOL)onChar: (unsigned int)char_code;
7922 -(BOOL)onKeyDown: (unsigned int)key_code;
7923 -(BOOL)onKeyUp: (unsigned int)key_code;
7924 -(BOOL)onLButtonDown: (int)page_index point: (FSPointF*)point;
7925 -(BOOL)onLButtonUp: (int)page_index point: (FSPointF*)point;
7926 -(BOOL)onLButtonDoubleClick: (int)page_index point: (FSPointF*)point;
7927 -(BOOL)onMouseMove: (int)page_index point: (FSPointF*)point;
7928 -(BOOL)onMouseWheel: (int)page_index point: (FSPointF*)point delta: (int)delta;
7929 -(BOOL)canSelectAll;
7930 -(BOOL)selectAll;
7931 -(BOOL)canDelete;
7932 -(BOOL)deleteSelected;
7933 -(BOOL)canCopy;
7934 -(BOOL)copySelected;
7935 -(BOOL)canCut;
7936 -(BOOL)cutSelected;
7937 -(BOOL)canPaste;
7938 -(BOOL)pasteSelected;
7939 -(BOOL)canDeselectAll;
7940 -(BOOL)deselectAll;
7941 -(void)setFontName: (NSString *)font_name;
7942 -(void)setFontSize: (float)font_size;
7943 -(void)setTextColor: (unsigned int)text_color;
7944 -(void)setBold: (BOOL)is_bold;
7945 -(void)setItalic: (BOOL)is_italic;
7946 -(void)setAlignment: (FSAlignment)alignment;
7947 -(void)setCharSpace: (float)char_space;
7948 -(void)setCharHorizontalScale: (int)scale;
7949 -(void)setLineSpace: (float)line_space;
7950 -(void)setUnderline: (BOOL)is_underline;
7951 -(void)setStrikethrough: (BOOL)is_striketrough;
7952 -(void)setSuperscript: (BOOL)is_superscript;
7953 -(void)setSubscript: (BOOL)is_subscript;
7954 -(void)setParagraphSpacing: (float)paragraph_space;
7955 -(void)indent;
7956 -(void)dedent;
7957 -(void)setBulletedList: (FSParagraphEditingBulletType)bullet_type;
7958 -(void)setNumberedList: (FSParagraphEditingNumberingType)numbering_type;
7959 
7960 -(void)dealloc;
7961 
7962 @end
7963 
7964 typedef NS_ENUM(NSInteger, FSJoinSplitJoinSplitOperationType) {
7971 };
7972 
7973 @interface FSJoinSplit : FSBase
7974 -(id)init NS_UNAVAILABLE;
7975 -(void*)getCptr;
7976 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7977 -(id)initWithOther: (FSJoinSplit*)other;
7978 -(BOOL)isEmpty;
7979 -(BOOL)activate;
7980 -(BOOL)deactivate;
7981 -(void)exitJoinEditing;
7982 -(BOOL)render: (FSInt32Array*)page_index_array renderer: (FSRenderer*)renderer;
7983 -(BOOL)onLButtonDown: (int)page_index point: (FSPointF*)point;
7984 -(BOOL)onLButtonUp: (int)page_index point: (FSPointF*)point;
7985 -(BOOL)onMouseMove: (int)page_index point: (FSPointF*)point;
7986 -(BOOL)getEnableStatus: (FSJoinSplitJoinSplitOperationType)type;
7987 -(void)joinBoxes;
7988 -(void)splitBoxes;
7989 -(void)linkBoxes;
7990 -(void)unlinkBoxes;
7991 -(void)selectNone;
7992 
7993 -(void)dealloc;
7994 
7995 @end
7996 
7998 -(id)init NS_UNAVAILABLE;
7999 -(void*)getCptr;
8000 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8001 -(id)initWithCallback: (id<FSParagraphEditingProviderCallback>)callback document: (FSPDFDoc*)document;
8002 -(id)initWithOther: (FSParagraphEditingMgr*)other;
8003 -(BOOL)isEmpty;
8006 -(void)setSystemDPI: (float)horizontal_dpi vertical_dpi: (float)vertical_dpi;
8007 
8008 -(void)dealloc;
8009 
8010 @end
8011 
8012 typedef NS_ENUM(NSInteger, FSResponseResponseType) {
8016 };
8017 
8018 @interface FSResponse : NSObject
8019 {
8020  void *swigCPtr;
8021  BOOL swigCMemOwn;
8022 }
8023 @property (nonatomic, getter=getType) FSResponseResponseType type;
8024 @property (nonatomic, weak, getter=getResponse_data) NSData * response_data;
8025 -(void*)getCptr;
8026 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8027 -(id)initWithType: (FSResponseResponseType)type response_data: (NSData *)response_data;
8028 -(id)init;
8029 -(id)initWithOther: (FSResponse*)other;
8030 -(void)set: (FSResponseResponseType)type response_data: (NSData *)response_data;
8031 
8032 -(void)dealloc;
8033 
8034 @end
8035 
8036 @interface FSTimeRange : NSObject
8037 {
8038  void *swigCPtr;
8039  BOOL swigCMemOwn;
8040 }
8041 @property (nonatomic, weak, getter=getStart_time) FSDateTime* start_time;
8042 @property (nonatomic, weak, getter=getEnd_time) FSDateTime* end_time;
8043 -(void*)getCptr;
8044 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8045 -(id)initWithStart_time: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
8046 -(id)init;
8047 -(id)initWithOther: (FSTimeRange*)other;
8048 -(void)set: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
8049 -(void)dealloc;
8050 
8051 @end
8052 
8053 typedef NS_ENUM(NSInteger, FSCertVerifyResultCertStatus) {
8058 };
8059 
8060 typedef NS_ENUM(NSInteger, FSCertVerifyResultRevocationReason) {
8072 };
8073 
8074 typedef NS_ENUM(NSInteger, FSCertVerifyResultResponseInfoLocation) {
8079 };
8080 
8081 @interface FSCertVerifyResult : NSObject
8082 {
8083  void *swigCPtr;
8084  BOOL swigCMemOwn;
8085 }
8086 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
8087 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
8088 @property (nonatomic, weak, getter=getResponse) FSResponse* response;
8089 @property (nonatomic, weak, getter=getResponse_effect_time_range) FSTimeRange* response_effect_time_range;
8090 @property (nonatomic, weak, getter=getRevoke_time) FSDateTime* revoke_time;
8091 @property (nonatomic, getter=getCert_status) FSCertVerifyResultCertStatus cert_status;
8092 @property (nonatomic, getter=getReason) FSCertVerifyResultRevocationReason reason;
8093 @property (nonatomic, weak, getter=getCert_check_time) FSDateTime* cert_check_time;
8094 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
8095 @property (nonatomic, weak, getter=getSignature_vri_creation_time) FSDateTime* signature_vri_creation_time;
8096 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
8097 @property (nonatomic, weak, getter=getResponse_signature_vri_creation_time) FSDateTime* response_signature_vri_creation_time;
8098 @property (nonatomic, getter=getResponse_info_location) FSCertVerifyResultResponseInfoLocation response_info_location;
8099 @property (nonatomic, weak, getter=getCert) NSData * cert;
8100 -(void*)getCptr;
8101 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8102 -(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;
8103 -(id)init;
8104 -(id)initWithOther: (FSCertVerifyResult*)other;
8105 -(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;
8106 
8107 -(void)dealloc;
8108 
8109 @end
8110 
8111 @interface FSCertVerifyResultArray : NSObject
8112 {
8113  void *swigCPtr;
8114  BOOL swigCMemOwn;
8115 }
8116 -(void*)getCptr;
8117 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8118 -(id)init;
8119 -(id)initWithOther: (FSCertVerifyResultArray*)other;
8120 -(unsigned long)getSize;
8121 -(FSCertVerifyResult*)getAt: (unsigned long)index;
8122 -(void)add: (FSCertVerifyResult*)element;
8123 -(void)removeAt: (unsigned long)index;
8124 -(void)insertAt: (unsigned long)index element: (FSCertVerifyResult*)element;
8125 -(void)removeAll;
8126 
8127 -(void)dealloc;
8128 
8129 @end
8130 
8131 @interface FSCertIssuerPair : NSObject
8132 {
8133  void *swigCPtr;
8134  BOOL swigCMemOwn;
8135 }
8136 @property (nonatomic, weak, getter=getIssuer) NSData * issuer;
8137 @property (nonatomic, weak, getter=getCert) NSData * cert;
8138 -(void*)getCptr;
8139 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8140 -(id)initWithCert: (NSData *)cert issuer: (NSData *)issuer;
8141 -(id)init;
8142 -(id)initWithOther: (FSCertIssuerPair*)other;
8143 -(void)set: (NSData *)cert issuer: (NSData *)issuer;
8144 
8145 -(void)dealloc;
8146 
8147 @end
8148 
8149 @interface FSRevocationArrayInfo : NSObject
8150 {
8151  void *swigCPtr;
8152  BOOL swigCMemOwn;
8153 }
8154 @property (nonatomic, weak, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
8155 @property (nonatomic, weak, getter=getCrl_array) NSArray<NSData *> * crl_array;
8156 -(void*)getCptr;
8157 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8158 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
8159 -(id)init;
8160 -(id)initWithOther: (FSRevocationArrayInfo*)other;
8161 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
8162 -(void)dealloc;
8163 
8164 @end
8165 
8166 
8167 
8168 
8169 
8170 @interface FSSignatureVerifyResultArray : NSObject
8171 {
8172  void *swigCPtr;
8173  BOOL swigCMemOwn;
8174 }
8175 -(void*)getCptr;
8176 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8177 -(id)init;
8178 -(id)initWithOther: (FSSignatureVerifyResultArray*)other;
8179 -(unsigned long)getSize;
8180 -(FSSignatureVerifyResult*)getAt: (unsigned long)index;
8181 -(void)add: (FSSignatureVerifyResult*)element;
8182 -(void)removeAt: (unsigned long)index;
8183 -(void)insertAt: (unsigned long)index element: (FSSignatureVerifyResult*)element;
8184 -(void)removeAll;
8185 
8186 -(void)dealloc;
8187 
8188 @end
8189 
8190 typedef NS_ENUM(NSInteger, FSLTVVerifierTimeType) {
8195 };
8196 
8197 typedef NS_ENUM(NSInteger, FSLTVVerifierVerifyMode) {
8199 };
8200 
8201 @interface FSLTVVerifier : FSBase
8202 -(id)init NS_UNAVAILABLE;
8203 -(void*)getCptr;
8204 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8205 -(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;
8206 -(id)initWithOther: (FSLTVVerifier*)other;
8207 -(BOOL)isEmpty;
8208 -(void)setRevocationCallback: (id<FSRevocationCallback>)callback;
8209 -(void)setVerifyMode: (FSLTVVerifierVerifyMode)mode;
8210 -(void)setTrustedCertStoreCallback: (id<FSTrustedCertStoreCallback>)callback;
8212 -(FSSignatureVerifyResultArray*)verifySignature: (FSSignature*)signature;
8213 -(void)addDSS: (FSSignatureVerifyResult*)signature_verify_result;
8214 
8215 -(void)dealloc;
8216 
8217 @end
8218 
8219 typedef NS_ENUM(NSInteger, FSSignatureVerifyResultLTVState) {
8223 };
8224 
8226 -(id)init NS_UNAVAILABLE;
8227 -(void*)getCptr;
8228 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8229 -(id)initWithOther: (FSSignatureVerifyResult*)other;
8230 -(BOOL)isEmpty;
8231 -(NSString *)getSignatureName;
8232 -(unsigned int)getSignatureState;
8239 -(NSData *)getSignatureHashValue;
8240 
8241 -(void)dealloc;
8242 
8243 @end
8244 
8246 @property (nonatomic, weak, getter=getText_state) FSTextState* text_state;
8247 @property (nonatomic, weak, getter=getText) NSString * text;
8248 -(id)init NS_UNAVAILABLE;
8249 -(void*)getCptr;
8250 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8251 -(id)initWithText_state: (FSTextState*)text_state text: (NSString *)text;
8252 -(id)initWithText_data: (FSTextFillSignObjectData*)text_data;
8253 -(void)set: (FSTextState*)text_state text: (NSString *)text;
8254 -(void)dealloc;
8255 
8256 @end
8257 
8258 @interface FSTextFillSignObjectDataArray : NSObject
8259 {
8260  void *swigCPtr;
8261  BOOL swigCMemOwn;
8262 }
8263 -(void*)getCptr;
8264 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8265 -(id)init;
8266 -(id)initWithOther: (FSTextFillSignObjectDataArray*)other;
8267 -(unsigned long)getSize;
8268 -(FSTextFillSignObjectData*)getAt: (unsigned long)index;
8269 -(void)add: (FSTextFillSignObjectData*)element;
8270 -(void)removeAt: (unsigned long)index;
8271 -(void)insertAt: (unsigned long)index element: (FSTextFillSignObjectData*)element;
8272 -(void)removeAll;
8273 
8274 -(void)dealloc;
8275 
8276 @end
8277 
8278 typedef NS_ENUM(NSInteger, FSFillSignFillSignObjectType) {
8287 };
8288 
8289 @interface FSFillSign : FSBase
8290 -(id)init NS_UNAVAILABLE;
8291 -(void*)getCptr;
8292 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8293 -(id)initWithPage: (FSPDFPage*)page;
8294 -(id)initWithOther: (FSFillSign*)other;
8295 -(BOOL)isEmpty;
8296 -(FSFillSignObject*)addObject: (FSFillSignFillSignObjectType)type point: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
8297 -(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;
8298 -(BOOL)removeObject: (FSFillSignObject*)fillsign_object;
8299 -(FSFillSignObject*)getObjectAtPoint: (FSPointF*)point;
8300 -(FSFillSignObject*)getObjectAtDevicePoint: (FSPointF*)point matrix: (FSMatrix2D*)matrix;
8301 
8302 -(void)dealloc;
8303 
8304 @end
8305 
8307 -(void*)getCptr;
8308 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8309 -(id)initWithOther: (FSFillSignObject*)other;
8310 -(id)init;
8311 -(BOOL)isEmpty;
8313 -(void)move: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
8314 -(FSRectF*)getRect;
8315 -(BOOL)generateContent;
8316 
8317 -(void)dealloc;
8318 
8319 @end
8320 
8322 -(id)init NS_UNAVAILABLE;
8323 -(void*)getCptr;
8324 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8325 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
8327 -(BOOL)isCombFieldMode;
8328 
8329 -(void)dealloc;
8330 
8331 @end
8332 
8334 -(id)init NS_UNAVAILABLE;
8335 -(void*)getCptr;
8336 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8337 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
8338 -(BOOL)isInitialsType;
8339 -(void)setBitmap: (FSBitmap*)bitmap;
8340 
8341 -(void)dealloc;
8342 
8343 @end
8344 
8346 -(id)init NS_UNAVAILABLE;
8347 -(void*)getCptr;
8348 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8349 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8350 -(id)initWithDoc: (FSPDFDoc*)doc;
8351 -(id)initWithOther: (FSCombineDocumentInfo*)other;
8352 -(BOOL)isEmpty;
8353 -(void)setBookmarkTitle: (NSString *)bookmark_title;
8354 -(void)setPDFFileName: (NSString *)pdf_file_name;
8355 
8356 -(void)dealloc;
8357 
8358 @end
8359 
8360 @interface FSCombineDocumentInfoArray : NSObject
8361 {
8362  void *swigCPtr;
8363  BOOL swigCMemOwn;
8364 }
8365 -(void*)getCptr;
8366 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8367 -(id)init;
8368 -(id)initWithOther: (FSCombineDocumentInfoArray*)other;
8369 -(unsigned long)getSize;
8370 -(FSCombineDocumentInfo*)getAt: (unsigned long)index;
8371 -(void)add: (FSCombineDocumentInfo*)element;
8372 -(void)removeAt: (unsigned long)index;
8373 -(void)insertAt: (unsigned long)index element: (FSCombineDocumentInfo*)element;
8374 -(void)removeAll;
8375 
8376 -(void)dealloc;
8377 
8378 @end
8379 
8380 typedef NS_ENUM(NSInteger, FSCombinationCombineDocsOptions) {
8391 };
8392 
8393 @interface FSCombination : FSBase
8394 -(void*)getCptr;
8395 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8396 +(FSProgressive*)startCombineDocuments: (NSString *)dest_file_path document_array: (FSCombineDocumentInfoArray*)document_array options: (unsigned int)options pause: (id<FSPauseCallback>)pause;
8397 +(FSProgressive*)startCombineDocumentsWithWriterCallback: (id<FSFileWriterCallback>)dest_file document_array: (FSCombineDocumentInfoArray*)document_array options: (unsigned int)options pause: (id<FSPauseCallback>)pause;
8398 -(id)init;
8399 
8400 -(void)dealloc;
8401 
8402 @end
8403 
8405 -(id)init NS_UNAVAILABLE;
8406 -(void*)getCptr;
8407 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8408 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8409 -(id)initWithReader_callback: (id<FSFileReaderCallback>)reader_callback password: (NSString *)password file_name: (NSString *)file_name;
8410 -(id)initWithOther: (FSFormFileInfo*)other;
8411 -(BOOL)isEmpty;
8412 
8413 -(void)dealloc;
8414 
8415 @end
8416 
8417 @interface FSFormFileInfoArray : NSObject
8418 {
8419  void *swigCPtr;
8420  BOOL swigCMemOwn;
8421 }
8422 -(void*)getCptr;
8423 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8424 -(id)init;
8425 -(id)initWithOther: (FSFormFileInfoArray*)other;
8426 -(unsigned long)getSize;
8427 -(FSFormFileInfo*)getAt: (unsigned long)index;
8428 -(void)add: (FSFormFileInfo*)element;
8429 -(void)removeAt: (unsigned long)index;
8430 -(void)insertAt: (unsigned long)index element: (FSFormFileInfo*)element;
8431 -(void)removeAll;
8432 
8433 -(void)dealloc;
8434 
8435 @end
8436 
8438 -(void*)getCptr;
8439 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8440 +(void)combineFormsToCSV: (FSFormFileInfoArray*)form_file_array dest_csv_file: (NSString *)dest_csv_file append: (BOOL)append;
8441 +(void)combineFormsToCSVWithStreamCallback: (FSFormFileInfoArray*)form_file_array dest_csv_file: (id<FSFileStreamCallback>)dest_csv_file append: (BOOL)append;
8442 -(id)init;
8443 
8444 -(void)dealloc;
8445 
8446 @end
8447 
8458 };
8459 
8460 
8461 
8462 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSummaryLayout) {
8468 };
8469 
8470 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSortType) {
8475 };
8476 
8477 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsFontSizeType) {
8481 };
8482 
8484 -(void*)getCptr;
8485 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8486 -(id)init;
8487 -(id)initWithOther: (FSAnnotationSummarySettings*)other;
8488 -(BOOL)isEmpty;
8489 -(void)setSummaryLayout: (FSAnnotationSummarySettingsSummaryLayout)type;
8490 -(void)setSortType: (FSAnnotationSummarySettingsSortType)type;
8491 -(void)setFontSize: (FSAnnotationSummarySettingsFontSizeType)type;
8492 -(void)setAnnotType: (FSAnnotType)type use_all: (BOOL)use_all;
8493 -(void)setFileTitle: (NSString *)title;
8494 -(void)setPageRect: (FSRectF*)rect;
8495 -(void)setPageMargin: (FSRectF*)margin;
8496 -(void)setStartPage: (int)page_index;
8497 -(void)setEndPage: (int)page_index;
8498 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
8499 -(void)setConnectorLineColor: (unsigned int)color;
8500 -(void)setConnectorLineOpacity: (float)opacity;
8501 -(void)setAnnotThumbnail: (FSAnnotType)type thumbnail: (FSBitmap*)thumbnail;
8502 
8503 -(void)dealloc;
8504 
8505 @end
8506 
8508 -(id)init NS_UNAVAILABLE;
8509 -(void*)getCptr;
8510 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8511 -(id)initWithDocument: (FSPDFDoc*)document;
8512 -(id)initWithOther: (FSAnnotationSummary*)other;
8513 -(BOOL)isEmpty;
8514 -(void)setCallback: (id<FSAnnotationSummaryCallback>)callback;
8515 -(FSProgressive*)startSummarize: (NSString *)dest_file_path settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
8516 -(FSProgressive*)startSummarizeWithWriterCallback: (id<FSFileWriterCallback>)dest_file settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
8517 
8518 -(void)dealloc;
8519 
8520 @end
8521 
8522 typedef NS_ENUM(NSInteger, FSOutputPreviewShowType) {
8547 };
8548 
8549 typedef NS_ENUM(NSInteger, FSOutputPreviewColorantType) {
8552 };
8553 
8555 -(id)init NS_UNAVAILABLE;
8556 -(void*)getCptr;
8557 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8558 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
8559 -(id)initWithOther: (FSOutputPreview*)other;
8560 -(BOOL)isEmpty;
8561 -(void)setSimulationProfile: (NSString *)icc_profile_path;
8562 -(void)setShowType: (FSOutputPreviewShowType)show_type;
8563 -(NSArray<NSString *> *)getPlates: (FSOutputPreviewColorantType)colorant_type;
8564 -(unsigned int)getSpotPlateColor: (NSString *)plate_name;
8565 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
8566 -(BOOL)isChecked: (NSString *)plate_name;
8567 -(void)enableSimulateOverprint: (BOOL)is_to_simulate_overprint;
8568 -(FSBitmap*)generatePreviewBitmap: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
8569 
8570 -(void)dealloc;
8571 
8572 @end
8573 
8574 typedef NS_ENUM(NSInteger, FSPortfolioNodeType) {
8578 };
8579 
8581 -(void*)getCptr;
8582 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8583 -(id)initWithOther: (FSPortfolioNode*)other;
8584 -(BOOL)isEmpty;
8586 
8587 -(void)dealloc;
8588 
8589 @end
8590 
8591 @interface FSPortfolioNodeArray : NSObject
8592 {
8593  void *swigCPtr;
8594  BOOL swigCMemOwn;
8595 }
8596 -(void*)getCptr;
8597 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8598 -(id)init;
8599 -(id)initWithOther: (FSPortfolioNodeArray*)other;
8600 -(unsigned long)getSize;
8601 -(FSPortfolioNode*)getAt: (unsigned long)index;
8602 -(void)add: (FSPortfolioNode*)element;
8603 -(void)removeAt: (unsigned long)index;
8604 -(void)insertAt: (unsigned long)index element: (FSPortfolioNode*)element;
8605 -(void)removeAll;
8606 
8607 -(void)dealloc;
8608 
8609 @end
8610 
8612 @property (nonatomic, weak, getter=getDescription) NSString * description;
8613 -(id)init NS_UNAVAILABLE;
8614 -(void*)getCptr;
8615 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8616 -(id)initWithOther: (FSPortfolioNode*)other;
8617 -(BOOL)isRoot;
8618 -(NSString *)getName;
8619 -(FSPortfolioFileNode*)addFile: (NSString *)file_path;
8620 -(FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSFileStreamCallback>)file_stream file_name: (NSString *)file_name;
8621 -(FSPortfolioFileNode*)addPDFDoc: (FSPDFDoc*)pdf_doc file_name: (NSString *)file_name;
8622 -(FSPortfolioFolderNode*)addSubFolder: (NSString *)folder_name;
8623 -(void)removeSubNode: (FSPortfolioNode*)sub_node;
8624 -(FSPortfolioNodeArray*)getSortedSubNodes;
8625 -(FSDateTime*)getModifiedDateTime;
8626 -(FSDateTime*)getCreationDateTime;
8627 
8628 -(void)dealloc;
8629 
8630 @end
8631 
8633 -(id)init NS_UNAVAILABLE;
8634 -(void*)getCptr;
8635 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8636 -(id)initWithOther: (FSPortfolioNode*)other;
8638 -(NSString *)getKeyName;
8639 
8640 -(void)dealloc;
8641 
8642 @end
8643 
8644 @interface FSSchemaField : FSBase
8645 @property (nonatomic, weak, getter=getKeyName) NSString * keyName;
8646 @property (nonatomic, weak, getter=getSubtypeName) NSString * subtypeName;
8647 @property (nonatomic, weak, getter=getDisplayName) NSString * displayName;
8648 -(void*)getCptr;
8649 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8650 -(id)init;
8651 -(id)initWithOther: (FSSchemaField*)other;
8652 -(BOOL)isEmpty;
8653 -(BOOL)isVisible;
8654 -(void)setVisibility: (BOOL)is_visible;
8655 
8656 -(void)dealloc;
8657 
8658 @end
8659 
8660 @interface FSSchemaFieldArray : NSObject
8661 {
8662  void *swigCPtr;
8663  BOOL swigCMemOwn;
8664 }
8665 -(void*)getCptr;
8666 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8667 -(id)init;
8668 -(id)initWithOther: (FSSchemaFieldArray*)other;
8669 -(unsigned long)getSize;
8670 -(FSSchemaField*)getAt: (unsigned long)index;
8671 -(void)add: (FSSchemaField*)element;
8672 -(void)removeAt: (unsigned long)index;
8673 -(void)insertAt: (unsigned long)index element: (FSSchemaField*)element;
8674 -(void)removeAll;
8675 
8676 -(void)dealloc;
8677 
8678 @end
8679 
8680 typedef NS_ENUM(NSInteger, FSPortfolioInitialViewMode) {
8685 };
8686 
8687 @interface FSPortfolio : FSBase
8688 @property (nonatomic, getter=getInitialViewMode) FSPortfolioInitialViewMode initialViewMode;
8689 @property (nonatomic, weak, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
8690 @property (nonatomic, weak, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
8691 @property (nonatomic, weak, getter=getSchemaFields) FSSchemaFieldArray* schemaFields;
8692 -(id)init NS_UNAVAILABLE;
8693 -(void*)getCptr;
8694 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8695 +(FSPortfolio*)createPortfolio;
8696 +(FSPortfolio*)createPortfolioWithPDFDoc: (FSPDFDoc*)portfolio_pdf_doc;
8697 -(id)initWithOther: (FSPortfolio*)other;
8698 -(BOOL)isEmpty;
8699 -(FSPDFDoc*)getPortfolioPDFDoc;
8700 -(FSPortfolioNode*)getRootNode;
8701 -(BOOL)isSortedInAscending;
8702 -(void)setSortingOrder: (BOOL)use_ascending_order;
8703 
8704 -(void)dealloc;
8705 
8706 @end
8707 
8708 typedef NS_ENUM(NSInteger, FSSnappedPointSnappedPointType) {
8714 };
8715 
8717 -(id)init NS_UNAVAILABLE;
8718 -(void*)getCptr;
8719 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8720 -(id)initWithOther: (FSSnappedPoint*)other;
8721 -(BOOL)isEmpty;
8723 -(FSPointF*)getPoint;
8724 
8725 -(void)dealloc;
8726 
8727 @end
8728 
8729 typedef NS_ENUM(NSInteger, FSSnapPointMgrSnapPointFlags) {
8734 };
8735 
8737 -(id)init NS_UNAVAILABLE;
8738 -(void*)getCptr;
8739 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8740 -(id)initWithPage: (FSPDFPage*)page;
8741 -(id)initWithOther: (FSSnapPointMgr*)other;
8742 -(BOOL)isEmpty;
8743 -(void)reload;
8744 -(FSSnappedPoint*)getSnappedPointAtPos: (FSPointF*)position flags: (unsigned int)flags;
8745 
8746 -(void)dealloc;
8747 
8748 @end
8749 
8750 @interface FSSplitOutputSettingData : NSObject
8751 {
8752  void *swigCPtr;
8753  BOOL swigCMemOwn;
8754 }
8755 @property (nonatomic, weak, getter=getOutput_folder_path) NSString * output_folder_path;
8756 @property (nonatomic, getter=getAdd_before_or_after_orginal_name) BOOL add_before_or_after_orginal_name;
8757 @property (nonatomic, weak, getter=getCustom_name) NSString * custom_name;
8758 @property (nonatomic, weak, getter=getSeparator) NSString * separator;
8759 @property (nonatomic, getter=getIs_overwrite) BOOL is_overwrite;
8760 -(void*)getCptr;
8761 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8762 -(id)init;
8763 -(void)set: (NSString *)output_folder_path add_before_or_after_orginal_name: (BOOL)add_before_or_after_orginal_name custom_name: (NSString *)custom_name separator: (NSString *)separator is_overwrite: (BOOL)is_overwrite;
8764 -(void)dealloc;
8765 
8766 @end
8767 
8769 -(id)init NS_UNAVAILABLE;
8770 -(void*)getCptr;
8771 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8772 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8773 -(id)initWithFile_reader: (id<FSFileReaderCallback>)file_reader password: (NSString *)password file_name: (NSString *)file_name;
8774 -(id)initWithDoc: (FSPDFDoc*)doc file_name: (NSString *)file_name;
8775 -(id)initWithOther: (FSSplitDocumentInfo*)other;
8776 -(BOOL)isEmpty;
8777 
8778 -(void)dealloc;
8779 
8780 @end
8781 
8782 @interface FSSplitDocumentInfoArray : NSObject
8783 {
8784  void *swigCPtr;
8785  BOOL swigCMemOwn;
8786 }
8787 -(void*)getCptr;
8788 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8789 -(id)init;
8790 -(id)initWithOther: (FSSplitDocumentInfoArray*)other;
8791 -(unsigned long)getSize;
8792 -(FSSplitDocumentInfo*)getAt: (unsigned long)index;
8793 -(void)add: (FSSplitDocumentInfo*)element;
8794 -(void)removeAt: (unsigned long)index;
8795 -(void)insertAt: (unsigned long)index element: (FSSplitDocumentInfo*)element;
8796 -(void)removeAll;
8797 
8798 -(void)dealloc;
8799 
8800 @end
8801 
8802 typedef NS_ENUM(NSInteger, FSSplitFileResultSplitFileState) {
8807 };
8808 
8809 @interface FSSplitFileResult : NSObject
8810 {
8811  void *swigCPtr;
8812  BOOL swigCMemOwn;
8813 }
8814 @property (nonatomic, weak, getter=getBefore_splitting_file_name) NSString * before_splitting_file_name;
8815 @property (nonatomic, weak, getter=getAfter_split_files_paths) NSArray<NSString *> * after_split_files_paths;
8816 @property (nonatomic, getter=getSplit_file_state) FSSplitFileResultSplitFileState split_file_state;
8817 -(void*)getCptr;
8818 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8819 -(id)init;
8820 -(void)dealloc;
8821 
8822 @end
8823 
8824 @interface FSSplitFileResultArray : NSObject
8825 {
8826  void *swigCPtr;
8827  BOOL swigCMemOwn;
8828 }
8829 -(void*)getCptr;
8830 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8831 -(id)init;
8832 -(id)initWithOther: (FSSplitFileResultArray*)other;
8833 -(unsigned long)getSize;
8834 -(FSSplitFileResult*)getAt: (unsigned long)index;
8835 -(void)add: (FSSplitFileResult*)element;
8836 -(void)removeAt: (unsigned long)index;
8837 -(void)insertAt: (unsigned long)index element: (FSSplitFileResult*)element;
8838 -(void)removeAll;
8839 
8840 -(void)dealloc;
8841 
8842 @end
8843 
8844 
8845 
8846 @interface FSSplitPDFDoc : FSBase
8847 -(void*)getCptr;
8848 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8849 +(FSProgressive*)startSplitByFileSize: (float)max_file_size setting_data: (FSSplitOutputSettingData*)setting_data split_doc_array: (FSSplitDocumentInfoArray*)split_doc_array split_callback: (id<FSSplitPDFDocCallback>)split_callback;
8850 -(id)init;
8851 
8852 -(void)dealloc;
8853 
8854 @end
8855 
8856 
8860 @protocol FSDWG2PDFProgressCallback <NSObject>
8861 @required
8867 -(void)release;
8876 -(void)onProgress:(NSString*)message progress:(float)progress;
8877 @end
8882 @protocol FSSplitPDFDocCallback <NSObject>
8883 @required
8889 -(BOOL)needToPause;
8890 
8901 -(void)progressNotify:(NSString*)before_splitting_file_name after_split_file_path:(NSString*)after_split_file_path split_page_count:(int)split_page_count total_page_count:(int)total_page_count;
8902 
8911 -(void)resultNotify:(FSSplitFileResultArray*)result_array;
8912 @end
8913 
8914 
8920 @protocol FSPauseCallback <NSObject>
8921 @required
8927 -(BOOL)needPauseNow;
8928 @end
8929 
8935 @protocol FSFileReaderCallback <NSObject>
8936 @required
8945 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
8951 -(unsigned long long)getSize;
8952 @end
8953 
8959 @protocol FSFileWriterCallback <NSObject>
8960 @required
8966 -(unsigned long long)getSize;
8975 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
8981 -(BOOL)flush;
8982 @end
8983 
8989 @protocol FSFileStreamCallback <NSObject>
8990 @required
8996 -(unsigned long long)getSize;
8997 
9006 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
9015 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
9021 -(BOOL)flush;
9022 @end
9023 
9028 @protocol FSMediaPlayerCallback <NSObject>
9029 @required
9030 
9038  -(BOOL)play;
9039 
9047  -(void)close;
9048 
9056  -(BOOL)stop;
9057 
9067  -(BOOL)seek:(int)current_pos;
9068 
9077 
9086 
9087 @end
9088 
9094 @protocol FSActionCallback <NSObject>
9095 @required
9108 -(BOOL)invalidateRect:(FSPDFDoc*)document page_index:(int)page_index pdf_rect:(FSRectF*)pdf_rect;
9109 
9120 -(int)getCurrentPage:(FSPDFDoc*)document;
9132 -(void)setCurrentPage:(FSPDFDoc*)document page_index:(int)page_index;
9133 
9145 -(void)setCurrentPage:(FSPDFDoc*)document destination:(FSDestination*)destination;
9159 -(FSRotation)getPageRotation:(FSPDFDoc*)document page_index:(int)page_index;
9173 -(BOOL)setPageRotation:(FSPDFDoc*)document page_index:(int)page_index rotation:(FSRotation)rotation;
9174 
9187 -(BOOL)executeNamedAction:(FSPDFDoc*)document named_action:(NSString*)named_action;
9188 
9201 -(BOOL)setDocChangeMark:(FSPDFDoc*)document change_mark:(BOOL)change_mark;
9213 -(BOOL)getDocChangeMark:(FSPDFDoc*)document;
9214 
9223 -(int)getOpenedDocCount;
9224 
9236 -(FSPDFDoc*)getOpenedDoc:(int)index;
9237 
9247 
9257 
9269 -(void)closeDoc:(FSPDFDoc*)document is_prompt_to_save:(BOOL)is_prompt_to_save;
9270 
9282 -(FSPDFDoc*)openDoc:(NSString*)file_path password:(NSString*)password;
9283 
9301 -(BOOL)beep:(int)type;
9302 
9321 -(NSString*)response:(NSString*)question title:(NSString*)title default_value:(NSString*)default_value label:(NSString*)label is_password:(BOOL)is_password;
9322 
9333 -(NSString*)getFilePath:(FSPDFDoc*)document;
9334 
9345 -(BOOL)isLocalFile:(FSPDFDoc*)document;
9346 
9359 -(NSString*)getAttachmentsFilePath:(FSPDFDoc*)pdf_doc name:(NSString*)name;
9360 
9373 -(NSString*)getExtractedEmbeddedFilePath:(FSPDFDoc*)pdf_doc name:(NSString*)name;
9374 
9398 -(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;
9399 
9411 -(BOOL)print:(FSPDFDoc*)document print_params:(FSPrintParams*)print_params;
9412 
9427 -(BOOL)submitForm:(FSPDFDoc*)document form_data:(NSData*)form_data url:(NSString*)url file_format_type:(FSFileFormatType)file_format_type;
9428 
9439 -(BOOL)launchURL:(NSString*)url;
9440 
9449 -(NSString*)browseFile;
9450 
9463 -(NSString*)browseFile:(BOOL)is_open_dialog file_format:(NSString*)file_format file_filter:(NSString*)file_filter;
9464 
9475 
9507 -(int)alert:(NSString*)msg title:(NSString*)title type:(int)type icon:(int)icon;
9524 -(BOOL)setIdentityProperties:(FSIdentityProperties*)identity_properties;
9538 -(NSString*)popupMenu:(FSMenuListArray*)menus is_selected_item:(NSNumber**)is_selected_item;
9539 
9552 -(FSMenuItemEx*)popupMenuEx:(FSMenuItemExArray*)menus is_selected_item:(NSNumber**)is_selected_item;
9553 
9568 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)type;
9569 
9601 -(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;
9602 
9617 -(unsigned int)verifySignature:(FSPDFDoc*)document pdf_signature:(FSSignature*)pdf_signature;
9618 
9629 -(NSString*)getUntitledBookmarkName;
9630 
9640 -(NSArray<NSString*>*)getPrinterNameList;
9641 
9651 -(BOOL)addToolButton:(FSButtonItem*)button_item;
9652 
9662 -(BOOL)removeToolButtom:(NSString*)button_name;
9663 
9672 
9693 -(BOOL) addMenuItem:(FSMenuItemConfig*)menu_item_config is_prepend:(BOOL)is_prepend;
9694 
9704 -(BOOL) addSubMenu:(FSMenuItemConfig*)menu_item_config;
9705 
9715 -(BOOL) showDialog:(FSDialogDescriptionConfig*)dlg_config;
9716 
9724 -(BOOL) getFullScreen;
9725 
9735 -(void) setFullScreen:(BOOL)is_full_screen;
9736 
9752 -(void) onFieldValueChanged:(NSString*)field_name type:(FSActionCallbackJSFieldValueChangeType)type value_before_changed:(NSArray<NSString*>*)value_before_changed value_after_changed:(NSArray<NSString*>*)value_after_changed;
9753 
9763 -(void)updateLogicalLabel;
9764 
9783 -(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;
9784 
9797 -(NSString*)getTemporaryFileName:(FSPDFDoc*)document file_name:(NSString*)file_name;
9798 
9808 -(id<FSMediaPlayerCallback>) openMediaPlayer:(FSPlayerArgs*)player_args;
9809 
9819  -(NSString*)getTemporaryDirectory;
9820 
9821 
9833 -(void)scroll:(FSPointF*)point;
9834 
9849 -(void)selectPageNthWord:(int)page_index start_offset:(int)start_offset end_offset:(int)end_offset is_show_selection:(BOOL)is_show_selection;
9850 
9851 
9862 
9874 
9886 
9900  -(void)setLayoutMode:(FSActionCallbackLayoutMode)layout_mode is_cover_mode:(BOOL)is_cover_mode;
9901 
9911 -(float)getPageScale;
9912 
9926 -(void)setPageScale:(FSDestinationZoomMode)zoom_mode dest:(FSDestination*)dest;
9927 
9928 
9940 
9957 -(void)query:(NSString*)keywords search_scope:(FSActionCallbackSearchScope)search_scope search_option:(FSSearchOption*)search_opion di_path:(NSString*)di_path;
9958 
9970 -(FSSearchIndexConfig*) addSearchIndex:(NSString*)di_path selected:(bool)is_selected;
9971 
9982 -(bool)removeSearchIndex:(FSSearchIndexConfig*)search_index_config;
9983 
9992 -(NSArray<NSString*>*)getSignatureAPStyleNameList;
9993 
10005 -(FSSOAPResponseInfo*) soapRequest:(FSSOAPRequestProperties*)request_params;
10006 
10018 -(void) enablePageLoop:(BOOL)is_loop;
10019 
10029 -(BOOL) isPageLoop;
10030 
10050 -(void) setDefaultPageTransitionMode:(NSString*)trans_type trans_di:(NSString*)trans_di;
10051 
10061 
10074 -(void) postMessageToHtml:(NSArray<NSString*>*)message;
10075 
10076 @end
10077 
10087 @protocol FSIconProviderCallback <NSObject>
10088 @required
10097 -(NSString*)getProviderID;
10106 -(NSString*)getProviderVersion;
10116 -(BOOL)hasIcon: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10127 -(BOOL)canChangeColor: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10138 -(FSPDFPage*)getIcon: (FSAnnotType)annot_type icon_name: (NSString*)icon_name color: (unsigned int)color;
10152 -(FSShadingColor*)getShadingColor: (FSAnnotType)annot_type icon_name: (NSString*)icon_name referenced_color: (unsigned int)referenced_color shading_index: (int)shading_index;
10162 -(NSNumber*)getDisplayWidth: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10172 -(NSNumber*)getDisplayHeight: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10173 @end
10174 
10182 @protocol FSNotifierCallback <NSObject>
10183 @required
10196 -(void)onOutOfMemory;
10197 @end
10198 
10204 @protocol FSDocEventCallback <NSObject>
10205 @required
10211 -(void)onDocWillOpen;
10222 -(void)onDocOpened:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
10230 -(void)onDocWillDestroy:(FSPDFDoc*)document;
10238 -(void)onDocWillSave:(FSPDFDoc*)document;
10249 -(void)onDocSaved:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
10250 @end
10251 
10261 @required
10273 -(BOOL)isDataAvail:(int)offset size:(int)size;
10288 -(BOOL)addDownloadHint:(int)offset size:(int)size;
10289 @end
10290 
10295 @protocol FSFillerAssistCallback <NSObject>
10296 @required
10306 -(void)refresh:(FSPDFPage*)page rect:(FSRectF*)rect;
10322 -(BOOL)setTimer:(int)elapse timer:(FSTimer*)timer out_timer_id:(int*)out_timer_id;
10331 -(BOOL)killTimer:(int)timer_id;
10343 -(void)focusGotOnControl:(FSControl*)control value:(NSString*)value;
10356 -(void)focusLostFromControl:(FSControl*)control value:(NSString*)value;
10357 
10365 -(void *)createPopupMenu;
10366 
10379 -(BOOL)appendPopupMenuItem:(const void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item default_string:(NSString*)default_string;
10380 
10393 -(BOOL)enablePopupMenuItem:(const void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item is_enabled:(BOOL)is_enabled;
10394 
10405 -(BOOL)showPopupMenu:(const void*)h_popup_menu point:(FSPointF*)point;
10406 
10416 -(void)destroyPopupMenu:(const void*)h_popup_menu;
10417 
10427 -(void)setClipboardText:(NSString*)text;
10428 
10436  -(NSString*)getClipboardText;
10437 
10448  -(void)reportInvalidValue:(NSString*)form_field_name invalid_value:(NSString*)invalid_value;
10449 @end
10450 
10458 @protocol FSSearchCallback <NSObject>
10459 @required
10475 -(int)retrieveSearchResult:(NSString*)file_path page_index:(int)page_index match_result:(NSString*)match_result match_start_text_index:(int)match_start_text_index match_end_text_index:(int)match_end_text_index sentence:(NSString*)sentence match_sentence_start_text_index:(int)match_sentence_start_text_index match_sentence_end_text_index:(int)match_sentence_end_text_index;
10476 @end
10477 
10482 @protocol FSSearchCancelCallback <NSObject>
10483 @required
10490 -(BOOL)needToCancelNow;
10491 @end
10492 
10498 @protocol FSPSICallback <NSObject>
10499 @required
10508 -(void)refresh:(FSPSI*)psi rect:(FSRectF*)rect;
10509 @end
10510 
10516 @protocol FSSecurityCallback <NSObject>
10517 @required
10525 @end
10526 
10536 @required
10546 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
10547 @end
10548 
10558 @required
10569 -(BOOL)isOwner: (FSPDFDoc *)document sub_filter:(NSString*)sub_filter;
10581 -(unsigned int)getUserPermissions:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10593 -(FSSecurityHandlerCipherType)getCipherType:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10607 -(int)getKeyLength:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10618 -(NSString*)getFileID:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10629 -(NSData*)getInitialKey:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10630 @end
10631 
10641 @required
10653 -(void *)createContext: (NSString*)filter sub_filter: (NSString*)sub_filter encrypt_info: (NSString*)encrypt_info;
10664 -(BOOL)releaseContext: (void *)context;
10678 -(unsigned int)getUserPermissions: (void *)context user_permission: (FSPDFDocUserPermissions)user_permission;
10689 -(BOOL)isOwner: (void *)context;
10701 -(FSSecurityHandlerCipherType)getCipher: (void *)context;
10712 -(NSData *)getEncryptKey: (void *)context;
10724 -(unsigned int)getDecryptedSize: (void *)context src_data_size: (unsigned int)src_data_size;
10737 -(void *)startDecryptor: (void *)context obj_num: (int)obj_num gen_num: (int)gen_num;
10750 -(NSData*)decryptData: (void *)decryptor encrypted_data: (void *)encrypted_data encrypted_data_len: (unsigned int)encrypted_data_len;
10761 -(NSData *)finishDecryptor: (void *)decryptor;
10776 -(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;
10793 -(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;
10794 
10813 -(BOOL)useStandardCryptoMethod:(void*)context;
10814 
10815 @end
10816 
10826 
10827 @end
10828 
10838 @protocol FSSignatureCallback <NSObject>
10839 @required
10858 -(BOOL)startCalcDigest: (id<FSFileReaderCallback>)file byte_range_array: (NSArray<NSNumber *> *)byte_range_array signature: (FSSignature*)signature client_data: (void* )client_data;
10878 -(FSProgressiveState)continueCalcDigest: (id<FSPauseCallback> )pause client_data: (void* )client_data;
10890 -(NSData *)getDigest: (void* )client_data;
10911 -(NSData *)sign: (NSData*)digest cert_path: (NSString* )cert_path cert_password: (NSString* )cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm client_data: (void* )client_data;
10932 -(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;
10953 -(FSSignatureStates)verifySigState: (NSData*)digest signed_data: (NSData*)signed_data client_data: (void* )client_data;
10954 
10962 -(BOOL)isNeedPadData;
10963 
10983 -(FSSignatureCallbackCertValidity)checkCertificateValidity:(NSString*)cert_path cert_password:(NSString*)cert_password client_data:(void*)client_data;
10984 
10985 @end
10986 
10991 @protocol FSTimeStampCallback <NSObject>
10992 @required
11001 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest:(NSString*)request;
11002 
11008 -(NSData *)getTimeStampMessage;
11009 @end
11010 
11016 @protocol FSAppProviderCallback <NSObject>
11017 @required
11027 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)app_info;
11036 -(void)beep:(FSAppProviderCallbackBeepType)type;
11050 -(FSAppProviderCallbackMsgBoxButtonID)msgBox:(NSString*)message title:(NSString*)title icon_type: (FSAppProviderCallbackMsgBoxIconType) icon_type button_type: (FSAppProviderCallbackMsgBoxButtonType)button_type;
11063 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
11071 -(id<FSFileReaderCallback>)downLoadUrl:(NSString*)url;
11086 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
11097 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
11115 -(NSString*)loadString:(FSAppProviderCallbackStringID)string_id;
11126 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
11127 @end
11128 
11134 @protocol FSDocProviderCallback <NSObject>
11135 @required
11149 -(void)invalidateRect:(int)page_index rect:(FSRectF*)rect flag:(FSDocProviderCallbackInvalidateFlag)flag;
11160 -(void)displayCaret:(int)page_index is_visible:(BOOL)is_visible rect:(FSRectF*)rect;
11175 -(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;
11184 -(BOOL)popupMenu:(int)page_index rect_popup:(FSPointF*)rect_popup;
11192 -(int)getCurrentPage:(FSPDFDoc*) doc;
11201 -(void)setCurrentPage:(FSPDFDoc*) doc current_page_index:(int)current_page_index;
11209 -(void)setChangeMark:(FSXFADoc*) doc;
11217 -(NSString*)getTitle:(FSPDFDoc*) doc;
11227 -(void)setFocus:(FSXFAWidget*)xfa_widget is_relayout:(BOOL) is_relayout;
11238 -(void)exportData:(FSPDFDoc*)doc file_path:(NSString*) file_path;
11249 -(void)importData:(FSPDFDoc*)doc file_path:(NSString*) file_path;
11258 -(void)gotoURL:(FSPDFDoc*)doc url:(NSString*) url;
11271 -(void)print:(FSPDFDoc*)doc start_page_index:(int)start_page_index end_page_index:(int)end_page_index options:(int)options;
11279 -(int)getHighlightColor:(FSPDFDoc*)doc;
11293 -(BOOL)submitData:(FSPDFDoc*)doc target:(NSString*)target format:(FSDocProviderCallbackSubmitFormat)format text_encoding:(FSDocProviderCallbackTextEncoding)text_encoding content:(NSString*)content;
11304 -(void)pageViewEvent:(int)page_index page_view_event_type:(FSDocProviderCallbackPageViewEventType)page_view_event_type;
11315 -(void)widgetEvent:(FSXFAWidget *) xfa_widget widget_event_type:(FSDocProviderCallbackWidgetEventType)widget_event_type;
11316 @end
11317 
11322 @protocol FSComplianceProgressCallback <NSObject>
11323 @required
11332 -(void)updateCurrentStateData:(int)current_rate current_state_string:(NSString*)current_state_string;
11333 @end
11334 
11341 @protocol FSRevocationCallback <NSObject>
11342 @required
11350 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
11351 
11360 -(FSResponse*)getResponseOnLineForSingleCert: (FSCertIssuerPair*)cert_issuer_pair;
11361 
11371 -(FSCertVerifyResult*)verifyOCSP:(FSCertIssuerPair*)cert_issuer_pair ocsp_data:(NSData*)ocsp_data;
11372 
11382 -(FSCertVerifyResult*)verifyCRL:(FSCertIssuerPair*)cert_issuer_pair crl_data:(NSData*)crl_data;
11383 
11391 -(BOOL)isCA:(NSData*)cert;
11392 
11400 -(FSDateTime*)getDTSTime:(NSData*)signature_content;
11401 
11409 -(NSData*)getTSTSignature:(NSData*)signature_content;
11410 
11419 -(FSDateTime*)getTSTTime:(NSData*)signature_content;
11420 
11429 -(FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain:(NSArray<NSData*>*)trust_cert_chain;
11430 
11439 -(FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
11440 
11448 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
11449 
11457 -(FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
11458 
11466 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
11467 
11475 -(NSData*)getCRLSignature:(NSData*)crl_data;
11476 
11484 -(FSRevocationArrayInfo*)getRevocationInfoFromSignatureData:(NSData*)signature_content;
11485 
11494 -(BOOL)isIssuerMatchCert:(FSCertIssuerPair*)cert_issuer_pair;
11495 
11496 @end
11497 
11506 @protocol FSTrustedCertStoreCallback <NSObject>
11507 @required
11515 -(BOOL)isCertTrusted:(NSData*)cert;
11523 -(BOOL)isCertTrustedRoot:(NSData*)cert;
11524 
11525 @end
11526 
11527 
11536 @protocol FSFontMapperCallback <NSObject>
11537 @required
11538 
11554 -(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;
11555 
11569 -(NSArray<NSData *> *) mapFont:(NSString*)font_family_name charset:(FSFontCharset)charset styles:(unsigned int)styles weight:(int)weight italic_angle:(int)italic_angle;
11570 
11571 @end
11572 
11581 @protocol FSAnnotationSummaryCallback <NSObject>
11582 @required
11583 
11594 
11603 -(NSString*)getLocalFontName;
11604 
11621  -(NSString*)loadString:(FSAnnotationSummaryCallbackAnnotationSummaryStringID)id;
11622 
11623 @end
11624 
11633 @protocol FSTaggedPDFCallback <NSObject>
11634 @required
11635 
11652 -(void)report:(FSTaggedPDFCallbackReportCategory)category confidence:(FSTaggedPDFCallbackReportConfidence)confidence page_index:(int)page_index rect:(FSRectF*)rect;
11653 
11654 @end
11655 
11660 @protocol FSReplaceCallback <NSObject>
11661 @required
11662 
11674 -(BOOL)needToReplace:(NSString*)search_text replace_text:(NSString*)replace_text current_page_index:(int)current_page_index text_rect_array:(FSRectFArray*)text_rect_array;
11675 
11676 @end
11677 
11682 @protocol FSTableGeneratorCallback <NSObject>
11683 @required
11684 
11692 -(float)getTableTopMarginToPage:(int)page_index;
11693 
11707 -(FSPageBasicInfo*)GetNewPageBasicInfo:(int)page_index rest_table_height:(float)rest_table_height table_width:(float)table_width;
11708 @end
11709 
11715 @required
11724 -(FSMatrix2D*)getRenderMatrix:(FSPDFDoc*)document page_index:(int)page_index;
11725 
11734 -(void*) getPageViewHandle:(FSPDFDoc*)document page_index:(int)page_index;
11735 
11742 -(FSRectF*)getClientRect:(FSPDFDoc*)document;
11743 
11752 -(float)getScale:(FSPDFDoc*)document page_index:(int)page_index;
11753 
11764 -(BOOL)gotoPageView:(FSPDFDoc*)document page_index:(int)page_index left:(float)left top:(float)top;
11765 
11772 -(NSArray<NSNumber *> *)getVisiblePageIndexArray:(FSPDFDoc*)document;
11773 
11782 -(FSRectF*)getPageVisibleRect:(FSPDFDoc*)document page_index:(int)page_index;
11783 
11792 -(FSRectF*)getPageRect:(FSPDFDoc*)document page_index:(int)page_index;
11793 
11800 -(int)getCurrentPageIndex:(FSPDFDoc*)document;
11801 
11810 -(FSRotation)getRotation:(FSPDFDoc*)document page_index:(int)page_index;
11811 
11821 -(void)invalidateRect:(FSPDFDoc*)document page_index:(int)page_index invalid_rects:(FSRectFArray*)invalid_rects;
11822 
11830 -(void)addUndoItem:(FSParagraphEditingUndoItem*)undo_item;
11831 
11839 -(void)setDocChangeMark:(FSPDFDoc*)document;
11840 
11850 -(void)notifyTextInputReachLimit:(FSPDFDoc*)document page_index:(int)page_index;
11851 
11852 @end
11853 
11858 @protocol FSImageCompressionCallback <NSObject>
11859 @required
11865  -(void)release;
11875  -(id<FSFileStreamCallback>)GetTemporaryFileStream:(FSBitmap*)bitmap;
11876  @end
11877 
11878 
11879 #ifdef __cplusplus
11880 }
11881 #endif
11882 
FSPDFDocPasswordType
FSPDFDocPasswordType
Enumeration for the type of current used password in a PDF document.
Definition: FSPDFObjC.h:5176
-[FSPagingSeal getPagingSealSignature]
FSPagingSealSignature * getPagingSealSignature()
Get the associated paging seal signature.
-[FSActionCallback-p getTemporaryDirectory]
NSString * getTemporaryDirectory()
A callback function to get temporary directory.
FSFullTextSearchRankMode
FSFullTextSearchRankMode
Enumeration for rank mode of full text search.
Definition: FSPDFObjC.h:6599
FSLayerContext
Definition: FSPDFObjC.h:4052
FSCertVerifyResultReasonSuperseded
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:8066
-[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:1451
FSFillerVkeyN
N key.
Definition: FSPDFObjC.h:4180
-[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:7583
-[FSStructTreeEntity getPage]
FSPDFPage * getPage()
Get the related PDF page.
FSColorSpaceDeviceN
Color space: DeviceN.
Definition: FSPDFObjC.h:688
FSAssociatedFilesRelationshipSupplement
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:3230
FSMarkupStateModelMarked
Markup annotation state model: marked.
Definition: FSPDFObjC.h:2639
FSFileFormatTypeXFD
File format type: XFD.
Definition: FSPDFObjC.h:714
FSOptimizerSettingsDiscardObjectsDetectAndMergeImageFragment
Detect and merge image fragments.
Definition: FSPDFObjC.h:7152
FSMonoImageSettingsImageCompressQualityHigh
Compression quality: High, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7083
-[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:5254
FSFileReaderCallback-p
Definition: FSPDFObjC.h:8935
FSLayerContextUsageZoom
Use for zooming.
Definition: FSPDFObjC.h:4049
FSLRStructureElementAttributeTypeTBorderStyle
Attribute type: TBorderStyle, which represents the style of the border drawn on each edge of a table ...
Definition: FSPDFObjC.h:7607
FSOutputPreviewShowRGB
If set, only show with RGB.
Definition: FSPDFObjC.h:8532
FSBorderInfoBeveled
Border style: Beveled.
Definition: FSPDFObjC.h:2342
FSFillModeWinding
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:641
FSLRStructureElementAttributeTypeTextDecorationType
Attribute type: TextDecorationType, which represents the text decoration, if any, to be applied to th...
Definition: FSPDFObjC.h:7613
FSSearchIndexConfig
Definition: FSPDFObjC.h:3772
FSFileFormatTypeXML
File format type: XML.
Definition: FSPDFObjC.h:713
FSFieldFlagChoiceSort
(Only useful for choice field) If set, the field's option items should be sorted alphabetically.
Definition: FSPDFObjC.h:4363
-[FSPortfolioFileNode getFileSpec]
FSFileSpec * getFileSpec()
Get the related file specification object which is used to access an embedded file information and da...
FSStructObjectContentUnknownType
Unknown Type.
Definition: FSPDFObjC.h:1744
FSSetOCGStateActionOCGStateToggle
Reverses the state of subsequent groups.
Definition: FSPDFObjC.h:2214
FSTimeStampServerSendResultFailToReceiveData
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:4680
FSRenditionWindowTypeAnnotRect
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:1809
FSLRStructureElementAttributeValueEnumCircle
Enum value: Circle, which means open circular bullet.
Definition: FSPDFObjC.h:7668
FSAnnotMKEntryIconFit
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:2506
-[FSStructTreeEntity getType]
FSStructTreeEntityStructTreeEntityType getType()
Get structure tree entity type.
FSHTML2PDFSettingDataEncodingFormatISO_2022_CN
Encoding foramt: "ISO_2022_CN".
Definition: FSPDFObjC.h:7274
FSLRElementElementTypeAnnot
Structure element type: Annot, which means "Annotation" and represents an association between a porti...
Definition: FSPDFObjC.h:7534
FSAnnotProperty
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:2489
FSOptimizerSettingsDiscardObjectsDocumentTags
Discard document tags.
Definition: FSPDFObjC.h:7150
FSPathTypeMoveTo
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:988
-[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:1792
FSAttachments
Definition: FSPDFObjC.h:3914
FSHTML2PDFSettingDataEncodingFormatJAGRAN
Encoding foramt: "JAGRAN".
Definition: FSPDFObjC.h:7278
FSTableData
Definition: FSPDFObjC.h:6545
FSPreflightReportSettingData
Definition: FSPDFObjC.h:6692
FSIconProviderCallback-p
Definition: FSPDFObjC.h:10087
FSErrXFALoadError
XFA loading error.
Definition: FSPDFObjC.h:498
FSLRElementElementTypePrivate
Structure element type: Private, which means "Private element" and represents a grouping element cont...
Definition: FSPDFObjC.h:7506
FSSignatureSignatureType
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:4548
FSPDFDocEncryptNone
No encryption pattern.
Definition: FSPDFObjC.h:5185
-[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:7525
FSLRStructureElementAttributeValueEnumPage
Enum value: Page, which means page artifacts. Production aids extraneous to the document itself,...
Definition: FSPDFObjC.h:7694
FSAppProviderCallbackMsgBtnIDCancel
Message box button ID: Cancel.
Definition: FSPDFObjC.h:5718
-[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:2660
FSAppProviderCallbackStringIDUnableSetLengthValue
Sample message: "Unable to set the value for property 'length'".
Definition: FSPDFObjC.h:5619
FSColorSpaceDeviceCMYK
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:682
FSCompareResultInfoCompareResultTypeDeletePath
Result type: delete path.
Definition: FSPDFObjC.h:6888
FSSignatureAPFlagSigningTime
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:4521
FSHeaderFooterContentGeneratorDateFormatMMSlashYY
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4975
FSPrintParamsPrintContentFormFieldsOnly
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: FSPDFObjC.h:3562
FSOptimizerSettingsCleanUpUseFlateForNonEncodedStream
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:7134
FSAnnotationSummaryCallbackAnnotationSummaryStringIDType
Annotations summary string ID: specify the prefix when annotation type is outputed in result document...
Definition: FSPDFObjC.h:8452
FSLRStructureElementAttributeValueEnumUpperRoman
Enum value: UpperRoman, which means uppercase roman numerals (I, II, III, IV, ...).
Definition: FSPDFObjC.h:7671
FSTimeStampServerSendRequestResult
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:4675
FSCompareResultInfoCompareResultTypeReplacePath
Result type: replace path.
Definition: FSPDFObjC.h:6890
FSFontCharsetChineseBig5
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:887
FSRendererRenderExceptHighlight
If set, all annotations expect highlight will be rendered.
Definition: FSPDFObjC.h:3156
FSRendererDevicePrinter
Device type: display device.
Definition: FSPDFObjC.h:3169
FSActionCallbackSearchScopeFolder
Search scope: folder.
Definition: FSPDFObjC.h:3864
FSPrintParams
Definition: FSPDFObjC.h:3599
-[FSSound getCompressionFormat]
NSString * getCompressionFormat()
Get the name of the sound compression format used on the sample data.
FSStructElementElementInfoTypeAltDescription
Structure element info type: Alternative Description, which means the alternative description of stru...
Definition: FSPDFObjC.h:1708
FSPathTypeLineTo
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:989
FSErrNotParsed
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:491
FSAnnotInk
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2451
FSTextPageTextParseFlags
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:6029
FSActionCallbackJSFieldValueChangedByFillColor
javascript field value changed type: field fill color.
Definition: FSPDFObjC.h:3838
-[FSSplitPDFDocCallback-p needToPause]
BOOL needToPause()
A callback function used to pause the current splitting progress.
-[FSInt32Array getSize]
int getSize()
Get the number of elements in the array.
-[FSWidgetMenu italic]
BOOL italic()
(Only useful for rich text) Make the rich text italic.
FSAppProviderCallbackMsgBtnTypeOK
Message box button: OK.
Definition: FSPDFObjC.h:5710
FSAsyncReaderCallback-p
Definition: FSPDFObjC.h:10260
FSLRStructureElementAttributeTypeBackgroundColor
Attribute type: BackgroundColor, which represents the color to be used to fill the background of a ta...
Definition: FSPDFObjC.h:7591
FSAppProviderCallbackStringIDNumberOfOccur
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5617
FSGraphicsObjectsTextMergeNone
No text merge.
Definition: FSPDFObjC.h:4755
FSLRStructureElementAttributeValueTypeElementArray
Value type: an array of elements.
Definition: FSPDFObjC.h:7717
FSPrintParamsPrintHandlingTileLargePages
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: FSPDFObjC.h:3595
FSImageOrientationRotate270
Rotate 90 degrees in counter-clockwise direction.
Definition: FSPDFObjC.h:1153
FSLRElementElementTypeQuote
Structure element type: Quote, which means "Quotation" and represents an inline portion of text attri...
Definition: FSPDFObjC.h:7528
FSFillerVkey1
1 key.
Definition: FSPDFObjC.h:4158
FSParagraphEditingBulletTypeInverseTangentCircle
Bullet type: inverse tangent circle.
Definition: FSPDFObjC.h:7895
FSAlignmentLeft
Left alignment.
Definition: FSPDFObjC.h:633
FSAppProviderCallback-p
Definition: FSPDFObjC.h:11016
FSMediaPlayerCallbackJSMediaPlayerState
FSMediaPlayerCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3790
FSOptimizeScannedPDFSettingsScannedImageCompressjpeg2000Lossy
Compression mode: jpeg2000 lossy.
Definition: FSPDFObjC.h:7190
FSErrPassword
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:482
FSModuleNameAdvEdit
Name for module "AdvEdit".
Definition: FSPDFObjC.h:670
FSSignaturePAdESLevelBT
PAdES level: B-T.
Definition: FSPDFObjC.h:4558
FSLRStructureElementAttributeTypeTableHeaders
(Currently, unsupported) Attribute type only for Table: Headers, which represents an array of element...
Definition: FSPDFObjC.h:7626
FSPDFDocForms
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5247
FSErrNoDWG2PDFModuleRight
No "DWG2PDF" module right.
Definition: FSPDFObjC.h:555
FSLRElementElementTypeBibEntry
Structure element type: BibEntry, which means "Bibliography entry" and represents a reference identif...
Definition: FSPDFObjC.h:7531
FSBookmarkStyleItalic
Show bookmark title as italic text.
Definition: FSPDFObjC.h:3873
FSFormFileInfo
Definition: FSPDFObjC.h:8404
FSPDFDocDisplayUseThumbs
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:5240
FSDocProviderCallback-p
Definition: FSPDFObjC.h:11134
-[FSStructElement getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
FSXFAWidgetPresenceProperty
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:5873
-[FSLRContentElement getGraphicsObjectElement]
FSLRGraphicsObjectElement * getGraphicsObjectElement()
Get the related graphics object element.
FSActionTypeResetForm
Action type: reset-form action.
Definition: FSPDFObjC.h:1974
FSHitDataCheckSeverity
FSHitDataCheckSeverity
Enumeration for check severity of a hit data.
Definition: FSPDFObjC.h:6750
FSCertVerifyResultResponseInfoLocation
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:8074
FSPrintParamsBookletBindingLeft
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3579
FSAppProviderCallbackMsgBtnTypeYesNoCancel
Message box button: Yes, No and Cancel.
Definition: FSPDFObjC.h:5713
FSPrintParamsBookletDuplexModeFrontSideOnly
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: FSPDFObjC.h:3573
FSErrLibreofficeEngineNotFound
(For Office-to-PDF conversion only) Libre office engine is not found.
Definition: FSPDFObjC.h:551
-[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:4495
FSRenditionMediaPermTempAlways
Always allowed.
Definition: FSPDFObjC.h:1787
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeSHX
Searchable text type: Only text displayed with SHX font is searchable.
Definition: FSPDFObjC.h:7399
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYYYY
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4974
FSDWG2PDFSettingDataDWG2PDFColorPolicyNoPolicy
Color policy: No color policy. A drawing is exported with its native color palette (as is).
Definition: FSPDFObjC.h:7404
FSDWG2PDFSettingDataDWG2PDFColorPolicyMono
Color policy: Drawing is exported to a monochrome PDF file.
Definition: FSPDFObjC.h:7405
FSMonoImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:7091
FSPDFNameTreeJavaScript
"JavaScript" name tree.
Definition: FSPDFObjC.h:1635
FSProgressiveState
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:734
FSGraphicsObjectBlendMultiply
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:1450
FSPrintParamsPrintHandlingBooklet
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: FSPDFObjC.h:3596
-[FSColorSpace isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSHTML2PDFSettingDataEncodingFormatLatin2
Encoding foramt: "Latin2".
Definition: FSPDFObjC.h:7229
-[FSRectFArray getSize]
int getSize()
Get the number of elements in the array.
FSPDFDocImportFlagShareStream
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:5218
FSRendererContentFlag
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:3152
FSLayerTreeStateUndefined
The state is undefined.
Definition: FSPDFObjC.h:4007
FSFloatingInfoRelativeTargetMonitor
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: FSPDFObjC.h:3651
-[FSWidgetMenu canUndo]
BOOL canUndo()
Check if the operation of related XFA widget can be undone.
FSOutputPreview
Definition: FSPDFObjC.h:8554
FSFieldFlagTextNoSpellCheck
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:4357
FSXFADocExportDataTypeXDP
Type of exported data: XDP.
Definition: FSPDFObjC.h:5790
-[FSFileWriterCallback-p flush]
BOOL flush()
Flush internal buffer of the file.
FSPDFObjectDictionary
PDF dictionary object.
Definition: FSPDFObjC.h:1242
FSFieldArray
Definition: FSPDFObjC.h:4278
FSSignatureLabelNameReason
Signature label name for reason.
Definition: FSPDFObjC.h:4580
FSErrNoXFAModuleRight
No "XFA" module right.
Definition: FSPDFObjC.h:538
FSStructTreeEntityStructTreeEntityType
FSStructTreeEntityStructTreeEntityType
Enumeration for structure tree entity type.
Definition: FSPDFObjC.h:1685
FSSearchCancelCallback-p
Definition: FSPDFObjC.h:10482
FSFieldType
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:4337
-[FSLayerTree getOCGs]
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
FSColorSpaceRenderIntentPerceptual
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:1041
FSStructElementElementInfoTypeLanguage
Structure element info type: Language, which means the natural language for all text in the structure...
Definition: FSPDFObjC.h:1707
FSGraphicsObjectTypeImage
Image graphics object.
Definition: FSPDFObjC.h:1471
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePdfPaths
Hatches export type: Exports hatch as a PDF path (solid hatches only).
Definition: FSPDFObjC.h:7393
FSDWG2PDFSettingDataFlagIncludeOffLayers
Bit 6. If enabled, invisible layers will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:7379
FSLRStructureElementAttributeValueEnumHeader
Enum value: Header.
Definition: FSPDFObjC.h:7696
FSCombinationCombineDocsOptionAcroformRename
If set, that means fields with same name will be renamed in combined result PDF file.
Definition: FSPDFObjC.h:8382
FSDefaultAppearanceDefAPFlags
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:2280
FSRMSEncryptData
Definition: FSPDFObjC.h:6280
FSRotation180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:619
FSErrTimeStampServerMgrNotInit
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:526
FSPDFDocInsertDocOptionBookmark
If set, that means bookmark will be inserted to target document as well.
Definition: FSPDFObjC.h:5234
FSParagraphEditingNumberingTypeDecimalRParen
Numbering type: 1) 2) 3)
Definition: FSPDFObjC.h:7903
FSActionTypeGoToR
Action type: remote go-to action.
Definition: FSPDFObjC.h:1964
-[FSWidgetMenu deSelect]
BOOL deSelect()
Cancel the selection of the text in related XFA widget.
FSRendererColorModeAlpha
Output alpha only, ignore color.
Definition: FSPDFObjC.h:3148
-[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:4520
FSAnnotFlagLocked
Annotation flag: locked.
Definition: FSPDFObjC.h:2476
-[FSParagraphEditing activate]
BOOL activate()
Activate paragraph editing.
FSAppProviderCallbackStringIDMonthJune
String ID for case: Use string in local language for "June".
Definition: FSPDFObjC.h:5681
-[FSLRElement isGraphicsObjectElement]
BOOL isGraphicsObjectElement()
Check whether current object is graphics object element or not.
FSXFAWidgetWidgetTypeRadioButton
XFA widget type: radio button.
Definition: FSPDFObjC.h:5865
FSFloatingInfoWindowPositionTopRight
Window position: at the top right corner.
Definition: FSPDFObjC.h:3638
FSOutputPreviewShowCalibrated
If set, only show with Calibrated.
Definition: FSPDFObjC.h:8538
FSFontCharsetRussian
Font charset: Russian.
Definition: FSPDFObjC.h:890
FSLRElementElementTypeList
Structure element type: L, which means "List" and represents a sequence of items of like meaning and ...
Definition: FSPDFObjC.h:7516
FSAnnotationSummaryCallbackAnnotationSummaryStringIDNumber
Annotations summary string ID: specify the prefix when number information is outputed in result docum...
Definition: FSPDFObjC.h:8456
FSErrLTVCannotLoadDSS
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:531
FSOutputPreviewColorantTypeSpot
Colorant type: spot.
Definition: FSPDFObjC.h:8551
FSPrintParamsPrintContentDocAndAnnots
Print Content: print the document contents and comments.
Definition: FSPDFObjC.h:3561
FSAdditionalActionTriggerFieldRecalculateValue
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:2246
FSSignatureDocPermission
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:4563
FSDWG2PDFSettingDataDWG2PDFExportFlags
FSDWG2PDFSettingDataDWG2PDFExportFlags
Enumeration for flags of DWG to PDF export.
Definition: FSPDFObjC.h:7373
FSAnnotFlagNoZoom
Annotation flag: no zoom.
Definition: FSPDFObjC.h:2472
FSAppProviderCallbackMsgBoxIconWarning
Message box icon: Warning.
Definition: FSPDFObjC.h:5704
FSLRStructureElementAttributeValueType
FSLRStructureElementAttributeValueType
Enumeration for value type of element general layout attribute.
Definition: FSPDFObjC.h:7704
FSLRElementElementTypeFormObject
Structure element type: FormObject, which means form XObject graphics object element.
Definition: FSPDFObjC.h:7553
FSLTVVerifierVerifyMode
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:8197
FSRendition
Definition: FSPDFObjC.h:1841
FSModuleNamePDF2Office
Name for module "PDF2Office".
Definition: FSPDFObjC.h:671
FSAppProviderCallbackBeepType
FSAppProviderCallbackBeepType
Enumeration for XFA beep type.
Definition: FSPDFObjC.h:5587
FSActionCallbackSearchScopeActiveIndexes
Search scope: active indexes.
Definition: FSPDFObjC.h:3866
FSMarkupEndingStyle
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:2655
-[FSImageObject isImageMask]
BOOL isImageMask()
Check if current image object is treated as mask.
FSFontStyleItalic
Font style: italic.
Definition: FSPDFObjC.h:874
FSOutputPreviewShowImages
If set, only show images.
Definition: FSPDFObjC.h:8541
FSTextStateMode
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:1523
-[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:5902
FSSplitFileResultSplitFileErrSizeTooSmall
The state is failed due to file size being too small.
Definition: FSPDFObjC.h:8804
FSSignatureDocPermNoChangesAllowed
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:4565
FSHeaderFooterContentGeneratorPageNumberFormatPageNumber
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:4993
-[FSStructMarkedContent getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
FSSignaturePAdESLevelNone
PAdES level: none.
Definition: FSPDFObjC.h:4556
FSGraphicsObjectBlendNormal
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:1449
FSPDFPageSizeB4
Page size: B4.
Definition: FSPDFObjC.h:4819
FSGraphicsObjectBlendMode
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:1448
FSFixupDataFixupStateNotRequired
A fixup was not required.
Definition: FSPDFObjC.h:6729
FSPDFNumberTreeType
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:1663
FSFloatingInfoOffScreenCancel
Off screen action: cancel playing the media clip.
Definition: FSPDFObjC.h:3663
FSDocProviderCallbackTextEncodingUCS2
Text encoding: UCS-2.
Definition: FSPDFObjC.h:5757
FSMarkupEndingStyleRClosedArrow
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:2664
FSFileFormatTypeXFDF
File format type: XFDF.
Definition: FSPDFObjC.h:710
FSMarkedContent
Definition: FSPDFObjC.h:1428
FSPDFDocPermAssemble
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:5201
FSAppProviderCallbackStringIDNotDefaultValue
Sample message: "Not have a default property".
Definition: FSPDFObjC.h:5609
FSGraphicsObject
Definition: FSPDFObjC.h:1478
FSErrOutOfMemory
Out-of-memory error occurs.
Definition: FSPDFObjC.h:489
FSAnnotationSummaryCallbackAnnotationSummaryStringIDPageTitle
Annotations summary string ID: specify the prefix when page title is outputed in result document....
Definition: FSPDFObjC.h:8454
FSXFAWidgetWidgetTypePasswordEdit
XFA widget type: password edit.
Definition: FSPDFObjC.h:5864
-[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:548
FSMarkupEndingStyleNone
No special line ending.
Definition: FSPDFObjC.h:2656
-[FSBitmap getPitch]
int getPitch()
Get bitmap pitch.
FSRenditionActionOpTypeNone
No operation is specified.
Definition: FSPDFObjC.h:2186
FSErrCertificate
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:484
FSAppProviderCallbackStringIDAppName
String ID for case: Application's name. Sample message: "Foxit Phantom".
Definition: FSPDFObjC.h:5600
-[FSPageLabels removeAll]
void removeAll()
Remove all page labels.
FSOptimizerSettingsDiscardObjectsAlternateImages
Discard all alternate images.
Definition: FSPDFObjC.h:7149
FSAnnotRedact
Annotation type: redact annotation.
Definition: FSPDFObjC.h:2463
FSSubmitFormActionFlagIncludeNoValueFields
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:2106
FSImportDataAction
Definition: FSPDFObjC.h:2145
FSAnnotMKRelationCaptionRight
Caption to the right of the icon.
Definition: FSPDFObjC.h:2515
FSSignatureKeyNameProducer
Signature key name: producer content.
Definition: FSPDFObjC.h:4538
FSActionTypeGoto
Action type: go-to action.
Definition: FSPDFObjC.h:1963
FSLRStructureElementAttributeTypeColSpan
Attribute type only for Table: ColSpan, which represents the number of columns in the enclosing table...
Definition: FSPDFObjC.h:7625
FSErrRightsExpired
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:505
FSTaggedPDFCallback-p
Definition: FSPDFObjC.h:11633
FSRichTextStyleCornerMarkSubscript
Corner mark style: subscript.
Definition: FSPDFObjC.h:2309
FSCompareResultInfoCompareResultTypeReplaceText
Result type: replace text.
Definition: FSPDFObjC.h:6884
FSDefaultAppearanceFlagFont
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2281
FSXFAWidgetHitTestAreaClient
Hit test area: Client.
Definition: FSPDFObjC.h:5848
FSHiddenInfoSettingData
Configuration settings for removing hidden or sensitive data from a PDF document.
Definition: FSPDFObjC.h:5082
FSStructElement
Definition: FSPDFObjC.h:1713
FSErrResponseDataError
(For ConnectedPDF only) There is some error in response data.
Definition: FSPDFObjC.h:570
FSAdditionalActionTriggerDocWillPrint
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:2241
FSLRStructureElementAttributeValueEnumNormal
Enum value: Normal, which means to adjust the line height to include any nonzero value specified for ...
Definition: FSPDFObjC.h:7658
FSDocProviderCallbackInvalidateFlag
FSDocProviderCallbackInvalidateFlag
Enumeration for XFA invalidate flag.
Definition: FSPDFObjC.h:5725
FSDefaultAppearance
Definition: FSPDFObjC.h:2286
FSRenderConfig
Definition: FSPDFObjC.h:752
FSURIAction
Definition: FSPDFObjC.h:2021
FSTextPage
Definition: FSPDFObjC.h:6040
FSModuleNameDWG2PDF
Name for module "DWG2PDF".
Definition: FSPDFObjC.h:669
FSPolygon
Definition: FSPDFObjC.h:2933
FSLocaleIDKorea
Locale ID for country: Korea.
Definition: FSPDFObjC.h:704
FSLRGraphicsObjectElement
Definition: FSPDFObjC.h:7749
-[FSActionCallback-p getFullScreen]
BOOL getFullScreen()
A callback function to get whether the full screen mode is set.
FSSignatureCallback-p
Definition: FSPDFObjC.h:10838
FSFontCharsetHangeul
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:885
FSMonoImageSettingsMonoImageCompressQuality
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:7077
-[FSFloatArray getSize]
int getSize()
Get the number of elements in the array.
FSOptimizerSettingsOptimizerCleanUp
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:7127
FSPDFEComplianceVersionPDFE1
PDF/E-1.
Definition: FSPDFObjC.h:6818
FSAppProviderCallbackStringIDNotAssignObject
Sample message: "Cannot directly assign the value to object".
Definition: FSPDFObjC.h:5645
FSImageJPG
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:1135
FSStdEncryptData
Definition: FSPDFObjC.h:6149
FSParagraphEditingBulletTypeCheck
Bullet type: check.
Definition: FSPDFObjC.h:7893
FSMarkupStateCancelled
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:2649
FSErrDataNotReady
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:496
-[FSLRStructureElement getBBox]
FSRectF * getBBox()
Get bounding box.
FSErrNoImageObject
(For PDF Optimizer PDF) There are some objects not image type.
Definition: FSPDFObjC.h:572
FSLRElementElementTypePathContent
Structure element type: PathContent, which means path content element.
Definition: FSPDFObjC.h:7558
FSCertVerifyResultReasonCessationOfOperation
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:8067
FSLRStructureElementAttributeValueEnumNeutral
Enum value: neutral, which means the state is neutral.
Definition: FSPDFObjC.h:7684
FSFontStylesBold
Font style: force bold.
Definition: FSPDFObjC.h:877
FSHTML2PDFSettingDataScalingModeNone
Scaling mode: Fixed page with no scale. In this mode, the text size of HTML content will not be chang...
Definition: FSPDFObjC.h:7221
FSPDFDocPermPrint
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:5195
FSJoinSplitJoinSplitOperationTypeClose
Join spilt operation type: Close.
Definition: FSPDFObjC.h:7970
FSPDFDocSaveFlagLinearized
Save document as a linearized file.
Definition: FSPDFObjC.h:5210
FSActionCallback-p
Definition: FSPDFObjC.h:9094
FSSignatureLabelName
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:4577
FSHTML2PDFSettingDataHTML2PDFScalingMode
FSHTML2PDFSettingDataHTML2PDFScalingMode
Enumeration for scaling mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:7220
FSHTML2PDFSettingDataEncodingFormatISO_8859_8_I
Encoding foramt: "ISO-8859-8-I".
Definition: FSPDFObjC.h:7266
FSPDFDocEncryptType
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:5183
-[FSTextSearch getMatchRects]
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
FSHTML2PDFSettingData
Definition: FSPDFObjC.h:7308
-[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:5243
FSPrintParamsDuplexType
FSPrintParamsDuplexType
Enumeration for the values used to set the printing duplex mode.
Definition: FSPDFObjC.h:3565
FSPageLabelsNone
Page label style: no numbering style.
Definition: FSPDFObjC.h:5442
FSActionCallbackMailType
FSActionCallbackMailType
Enumeration for data type to be mailed.
Definition: FSPDFObjC.h:3827
FSOutputPreviewShowLab
If set, only show with Lab.
Definition: FSPDFObjC.h:8539
FSSnapPointMgr
Definition: FSPDFObjC.h:8736
FSPDFAComplianceVersionPDFA2a
PDF/A-2a.
Definition: FSPDFObjC.h:6793
FSStrikeOut
Definition: FSPDFObjC.h:2760
-[FSStructMarkedContent getMCID]
unsigned int getMCID()
Get marked-content identifier(MCID).
FSAnnotationSummarySettings
Definition: FSPDFObjC.h:8483
-[FSColor init]
id init()
Construct an empty color.
FSCertVerifyResultArray
Definition: FSPDFObjC.h:8111
FSPreflightReportSettingDataReportFileFormatType
FSPreflightReportSettingDataReportFileFormatType
Enumeration for the preflight report file format type.
Definition: FSPDFObjC.h:6680
FSAnnotPolygon
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2443
FSRendererColorModeForegroundMode
FSRendererColorModeForegroundMode
Enumeration for rendering foreground color mode.
Definition: FSPDFObjC.h:3160
FSHitDataCheckSeverityError
Error severity.
Definition: FSPDFObjC.h:6753
FSActionTypeURI
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:1968
FSTableOfContentsConfig
Definition: FSPDFObjC.h:5158
FSCombination
Definition: FSPDFObjC.h:8393
FSActionCallbackLanguageITA
Italian.
Definition: FSPDFObjC.h:3809
FSErrMIPGetExtendedLabelInfoByIdFailed
MIP engine: get extended label information by id failed.
Definition: FSPDFObjC.h:568
-[FSTextObjectArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
-[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:8528
FSPDFPageCalcMarginMode
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:4790
FSFillerVkeyEscape
ESC key.
Definition: FSPDFObjC.h:4142
FSPDFDocAnnots
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5248
FSOutputPreviewShowCMYK
If set, only show with CMYK.
Definition: FSPDFObjC.h:8531
-[FSLRContext getRootElement]
FSLRStructureElement * getRootElement()
Get the root element of structure tree.
FSDocProviderCallbackPrintOptionCanCancel
If set, that means printing process can be canceled.
Definition: FSPDFObjC.h:5732
FSFillerVkeyNumpad0
0 key in the numeric keypad.
Definition: FSPDFObjC.h:4193
FSComplianceEngineViewOrPrintConditionCoatedGRACoL2006
Viewing or printing condition:Coated GRACoL 2006.
Definition: FSPDFObjC.h:6622
FSMarkupStateRejected
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:2648
FSLRStructureElementAttributeTypeBorderThickness
Attribute type: BorderThickness, which represents the thickness of the border drawn on the edges of a...
Definition: FSPDFObjC.h:7594
-[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:10182
FSImageOrientationFlipH
Flip Horizontal.
Definition: FSPDFObjC.h:1147
FSSignatureStateVerifyInvalid
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4491
FSFillerVkeyHome
Home key.
Definition: FSPDFObjC.h:4147
-[FSStructElement getChildCount]
int getChildCount()
Get the count of child structure tree entities in the current structure element.
FSAppProviderCallbackStringIDUnsupportProperty
Sample message: "Unsupported property %s.".
Definition: FSPDFObjC.h:5607
FSDocProviderCallbackTextEncodingFontSpecific
Text encoding: font specific.
Definition: FSPDFObjC.h:5750
FSDestinationZoomFitPage
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:1921
FSXFAWidgetWidgetTypeCheckButton
XFA widget type: check button.
Definition: FSPDFObjC.h:5856
FSBarcodeFormatITF
Barcode format: ITF code.
Definition: FSPDFObjC.h:1190
FSFieldTypeCheckBox
Form field type: check box.
Definition: FSPDFObjC.h:4340
FSPDFXComplianceVersionPDFX4p
PDF/X-4p.
Definition: FSPDFObjC.h:6838
FSDocProviderCallbackSubmitInUrlEncoded
The submit data is packaged in URL-encoded format as described in Uniform Resource Locator(URL).
Definition: FSPDFObjC.h:5742
FSAnnotWidget
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2456
FSSchemaFieldArray
Definition: FSPDFObjC.h:8660
-[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:4216
FSDocProviderCallbackTextEncodingKSC5601
Text encoding: KSC5601.
Definition: FSPDFObjC.h:5755
FSHTML2PDFSettingDataEncodingFormatX_BINARYENC
Encoding foramt: "X-BINARYENC".
Definition: FSPDFObjC.h:7287
FSXFAWidgetWidgetTypeSignature
XFA widget type: signature.
Definition: FSPDFObjC.h:5860
FSLRElementElementTypeDocumentFragment
Structure element type: DocumentFragment (PDF 2.0), which represents a part of an original complete d...
Definition: FSPDFObjC.h:7492
-[FSFDFDoc getFDFDict]
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
FSOutputPreviewShowSpotColor
If set, only show with spot color.
Definition: FSPDFObjC.h:8527
FSXFADocExportDataTypeXML
Type of exported data: XML.
Definition: FSPDFObjC.h:5788
-[FSWidgetMenu canDelete]
BOOL canDelete()
Check if the text of related XFA widget can be deleted.
-[FSUInt32Array removeAll]
void removeAll()
Clean up the array.
FSTextPageCharInfoGenerated
Character flag: Generated.
Definition: FSPDFObjC.h:6000
FSLRStructureElementAttributeTypeDestination
Attribute type: Destination (PDF 2.0), which provides a means to access content.
Definition: FSPDFObjC.h:7587
FSAppProviderCallbackStringIDIllegalBreak
Sample message: "Illegal break".
Definition: FSPDFObjC.h:5636
FSLRStructureElementAttributeValueEnumRight
Enum value: Right, which means right edge of the page.
Definition: FSPDFObjC.h:7691
FSReflowPageWithImage
Parsing flag for image mode.
Definition: FSPDFObjC.h:5511
FSRenditionFloatingWindowResizeType
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:1829
FSPagingSealConfigPagingSealStyle
FSPagingSealConfigPagingSealStyle
Enumeration for paging seal signature style.
Definition: FSPDFObjC.h:4708
FSResponseTypeCRL
CRL response.
Definition: FSPDFObjC.h:8014
FSHitData
Definition: FSPDFObjC.h:6756
FSMediaSettings
Definition: FSPDFObjC.h:3694
FSLRElementElementTypeAnnotObject
Structure element type: AnnotObject, which means annotation object element.
Definition: FSPDFObjC.h:7555
-[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:4161
FSPDFPageParsePageNormal
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:4786
FSStructTreeEntityStructTreeEntityTypeMarkedContent
Structure tree entity type: MarkedContent, which represents a marked-content item.
Definition: FSPDFObjC.h:1688
FSFillerVkeyControl
Ctrl key.
Definition: FSPDFObjC.h:4139
FSTextSearchSearchMatchWholeWord
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:6068
FSSubmitFormAction
Definition: FSPDFObjC.h:2120
FSPDFStreamJPXDecode
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:1299
FSErrInvalidType
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:493
FSActionCallbackLanguageJPN
Japanese.
Definition: FSPDFObjC.h:3811
FSImageNone
Not have image type yet.
Definition: FSPDFObjC.h:1133
FSDocProviderCallbackInvalidateFlagAllPages
Invalidate all pages.
Definition: FSPDFObjC.h:5726
FSBitmapDIBRgb
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:1085
FSPDFPageSizeB2
Page size: B2.
Definition: FSPDFObjC.h:4817
FSBitmapDIB8bppMask
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:1089
FSForm
Definition: FSPDFObjC.h:4399
FSHTML2PDFSettingDataPageModeSinglePage
Single page mode.
Definition: FSPDFObjC.h:7216
FSModuleNameComparison
Name for module "Comparison".
Definition: FSPDFObjC.h:662
FSPDFXComplianceVersionPDFX4
PDF/X-4.
Definition: FSPDFObjC.h:6837
FSRotationPointRightTop
Rotate the text block based on the right-top point of the rectangle.
Definition: FSPDFObjC.h:627
-[FSPath init]
id init()
Constructor.
FSDocProviderCallbackSubmitInXDP
The submit data is packaged in XDP format, as described in XDP Specification.
Definition: FSPDFObjC.h:5740
FSFieldFlagReadOnly
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:4349
-[FSWidgetMenu undo]
BOOL undo()
Undo the operation of related XFA widget. (No effect for rich text)
FSJoinSplitJoinSplitOperationType
FSJoinSplitJoinSplitOperationType
Enumeration for join spilt operation type.
Definition: FSPDFObjC.h:7964
FSFillSignFillSignObjectTypeLine
Line fill-sign object.
Definition: FSPDFObjC.h:8283
FSPlayerArgs
Definition: FSPDFObjC.h:3720
FSHitDataCheckSeverityWarning
Warning severity.
Definition: FSPDFObjC.h:6752
FSRendererColorModeNormal
Normal color mode.
Definition: FSPDFObjC.h:3145
FSMonoImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:7072
FSLRElementElementTypeStrong
Structure element type: Strong (PDF 2.0), which represents content for the purpose of strong importan...
Definition: FSPDFObjC.h:7543
FSDocViewerPrefs
Definition: FSPDFObjC.h:5417
FSActionCallbackLanguageDAN
Danish.
Definition: FSPDFObjC.h:3804
FSAppProviderCallbackStringIDToday
String ID for case: Use string in local language for "Today".
Definition: FSPDFObjC.h:5688
FSGraphicsObjectBlendExclusion
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1460
FSRenderer
Definition: FSPDFObjC.h:3172
FSPDFPageSizeB3
Page size: B3.
Definition: FSPDFObjC.h:4818
FSAnnotPSInk
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:2452
FSAdditionalActionTriggerDocPrinted
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:2242
FSFloatingInfoWindowPositionBottomCenter
Window position: at the bottom center.
Definition: FSPDFObjC.h:3643
-[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:7498
FSTextFillSignObjectData
Definition: FSPDFObjC.h:8245
FSHTML2PDFSettingDataHTML2PDFMediaStyle
FSHTML2PDFSettingDataHTML2PDFMediaStyle
Enumeration for media style used for converting HTML to PDF.
Definition: FSPDFObjC.h:7303
FSDocProviderCallbackPrintOption
FSDocProviderCallbackPrintOption
Enumeration for XFA print options.
Definition: FSPDFObjC.h:5730
FSAppProviderCallbackStringIDValidateNullWarning
Sample message: "%s cannot be left blank. To ignore validations for %s, click Ignore....
Definition: FSPDFObjC.h:5690
FSErrDefaultTimeStampServer
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:536
FSRange
Definition: FSPDFObjC.h:849
FSImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:7043
FSGraphStateLineCapSquare
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:811
FSRenditionMonitorSpecifierGreatestWidth
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:1819
FSSignatureStateVerifyChangeIllegal
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:4514
FSErrOFDEngineNotInit
(For OFD only) OFD engine has not been initialized successfully.
Definition: FSPDFObjC.h:559
FSTextSearch
Definition: FSPDFObjC.h:6073
FSFileFormatTypeFDF
File format type: FDF.
Definition: FSPDFObjC.h:709
FSMarkupStateModel
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:2638
FSSignatureSignatureTypeTimeStamp
Signature type: time stamp.
Definition: FSPDFObjC.h:4550
FSField
Definition: FSPDFObjC.h:4367
FSBorderInfoStyle
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:2338
-[FSPDFNumberTree getType]
FSPDFNumberTreeType getType()
Get the type of current number tree.
FSFillerAssistCallbackPopupMenuItemCut
Popup menu item: "Cut".
Definition: FSPDFObjC.h:4124
FSLTVVerifierCurrentTime
Use current time.
Definition: FSPDFObjC.h:8193
-[FSAdditionalAction getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSErrHandle
Error handle.
Definition: FSPDFObjC.h:483
FSAssociatedFilesRelationshipUnspecified
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:3226
FSAssociatedFilesRelationshipAlternative
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:3229
FSLRStructureElementAttributeTypeColumnCount
Attribute type: ColumnCount, which represents the number of columns in the content of the grouping el...
Definition: FSPDFObjC.h:7617
FSBorderInfo
Definition: FSPDFObjC.h:2347
FSSubmitFormActionFlagExclNonUserAnnots
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:2115
FSFloatingInfoWindowPositionTopCenter
Window position: at the top center.
Definition: FSPDFObjC.h:3637
FSXFAWidgetWidgethAlignTypeJustifyAll
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:5890
FSBitmapDIB8bppGray
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:1091
FSHTML2PDFSettingDataEncodingFormatUnicode
Encoding foramt: "Unicode".
Definition: FSPDFObjC.h:7245
FSRenditionMediaPermTempExtract
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:1785
FSWidgetLineSpacingSingle
Line spacing style: single line spacing.
Definition: FSPDFObjC.h:3020
FSHTML2PDFSettingDataEncodingFormatCP874
Encoding foramt: "CP874".
Definition: FSPDFObjC.h:7253
FSWatermarkSettingsFlagASPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:6365
FSAssociatedFilesRelationshipSchema
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:3233
FSPDFAComplianceVersionPDFA2bWithoutFBC
PDF/A-2b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:6800
FSFillerVirtualKeyCode
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:4133
FSBookmarkPosition
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:3877
FSTimeStampServerMgr
Definition: FSPDFObjC.h:4651
FSTextPageCharInfoNormal
Character flag: Normal.
Definition: FSPDFObjC.h:5999
FSAnnotMovie
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2455
-[FSSignatureVerifyResult getSignatureCheckTimeType]
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
FSHTML2PDFSettingDataEncodingFormatGB18030
Encoding foramt: "GB18030".
Definition: FSPDFObjC.h:7272
FSPDFNumberTree
Definition: FSPDFObjC.h:1667
FSFillerVkeyNumpad5
5 key in the numeric keypad.
Definition: FSPDFObjC.h:4198
FSFloatingInfoWindowPositionBottomLeft
Window position: at the bottom left corner.
Definition: FSPDFObjC.h:3642
FSLayerNode
Definition: FSPDFObjC.h:4071
FSFillerEventFlagShiftKey
Event flag: "Shift" key.
Definition: FSPDFObjC.h:4224
FSDWG2PDFSettingDataDWG2PDFColorPolicy
FSDWG2PDFSettingDataDWG2PDFColorPolicy
Enumeration for color policy used for converting DWG to PDF.
Definition: FSPDFObjC.h:7403
-[FSFiller onCut]
BOOL onCut()
Call this function when the popup menu item "Cut" is down.
FSPageLabelsLowerLetters
Page label style: lowercase letters.
Definition: FSPDFObjC.h:5447
FSFillerVkeyDivide
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:4208
FSOptimizerSettingsCleanUpRemoveInvalidLinks
Remove invalid links.
Definition: FSPDFObjC.h:7137
FSFillerVkeyPrior
Page Up key.
Definition: FSPDFObjC.h:4144
FSRenditionMediaPlayerFitStyleDefault
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:1802
FSPDFStreamNoneDecode
No need to decode the stream data.
Definition: FSPDFObjC.h:1290
FSBarcodeFormatPDF417
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1191
FSPosBottomLeft
Position: bottom left.
Definition: FSPDFObjC.h:651
-[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:1291
FSParagraphEditingProviderCallback-p
Definition: FSPDFObjC.h:11714
FSFillerVkeyF5
F5 key.
Definition: FSPDFObjC.h:4213
FSFDFDocType
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:3260
FSWidgetLineSpacingOneAndHalf
Line spacing style: one and half times line spacing.
Definition: FSPDFObjC.h:3021
FSSignatureStateVerifyTimestampIssueUnknown
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:4509
FSFontCharset
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:880
FSAppProviderCallbackStringIDNotHaveProperty
Sample message: "'%s' doesn't have property '%s'".
Definition: FSPDFObjC.h:5665
FSAnnotSound
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2454
FSSecurityHandler
Definition: FSPDFObjC.h:6137
FSFontCIDCharsetKOREA1
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:903
FSRenditionMonitorSpecifierGreatestHeight
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:1818
FSPDFDocExtractPagesOptionJavascript
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:5224
FSPortfolioNodeType
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:8574
FSAppProviderCallbackStringIDInvalidNodeType
Sample message: "Invalid node type: '%s'".
Definition: FSPDFObjC.h:5666
FSAppProviderCallbackStringIDModifyField
String ID for case: If to modify field. Sample message: "Do you want to modify this field?...
Definition: FSPDFObjC.h:5598
FSHTML2PDFSettingDataEncodingFormatX_TAM_WEBTAMIL
Encoding foramt: "X-TAM-WEBTAMIL".
Definition: FSPDFObjC.h:7295
FSCertVerifyResultReasonRemoveFromCRL
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:8069
FSRenditionMediaPermTempAccess
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:1786
FSCombinationCombineDocsOptionStructrueTree
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8383
FSSetOCGStateActionOCGState
FSSetOCGStateActionOCGState
Enumeration for set ocg state to perform when the set ocg state action is triggered.
Definition: FSPDFObjC.h:2211
FSHTML2PDFSettingDataEncodingFormatGB
Encoding foramt: "GB".
Definition: FSPDFObjC.h:7242
FSLRStructureElementAttributeValueEnumBefore
Enum value: Before, which means the placement for attributes Placement/RubyPosition or alignment for ...
Definition: FSPDFObjC.h:7640
FSPDFDocWrapperType
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:5252
FSFillerVkeyPause
Pause Break key.
Definition: FSPDFObjC.h:4141
FSAnnotMKEntryDownIcon
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:2505
FSFloatingInfoWindowPositionCenterRight
Window position: at the center right.
Definition: FSPDFObjC.h:3641
FSAnnotHighlightingOutline
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:2484
FSFillerVkeyReturn
Enter key.
Definition: FSPDFObjC.h:4137
FSSignaturePAdESLevelBLTA
PAdES level: B-LTA.
Definition: FSPDFObjC.h:4560
FSLRStructureElementAttributeTypeSpaceBefore
Attribute type: SpaceBefore, which represents the amount of extra space preceding the before edge of ...
Definition: FSPDFObjC.h:7599
FSCompareResultInfo
Definition: FSPDFObjC.h:6900
-[FSStructMarkedContent getStmDict]
FSPDFDictionary * getStmDict()
Get PDF dictionary of the content stream that contains the marked-content sequence.
FSXFAWidgetWidgethAlignTypeCenter
Center the text horizontally within the available region.
Definition: FSPDFObjC.h:5888
-[FSFont getDescent]
int getDescent()
Get the descent value, in 1/1000 of em size (PDF units).
FSDWG2PDFSettingDataFlagFlateCompression
Bit 9. Enable compression of internal PDF streams.
Definition: FSPDFObjC.h:7382
FSPopup
Definition: FSPDFObjC.h:2997
FSRichTextStyleCornerMarkStyle
FSRichTextStyleCornerMarkStyle
Enumeration for corner mark style.
Definition: FSPDFObjC.h:2306
-[FSAction getType]
FSActionType getType()
Get action type.
FSCustomSecurityCallback-p
Definition: FSPDFObjC.h:10640
FSBarcodeFormatQRCode
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1192
FSTabOrderMgrRow
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:6322
FSOptimizerSettingsDiscardUserDataOptions
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:7156
FSXFAWidgetWidgetNameTypeCaption
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:5883
-[FSXFAPage getWidgetCount]
int getWidgetCount()
Get the count of XFA widget.
-[FSJoinSplit activate]
BOOL activate()
Activate join split editing.
FSPrintParamsPrintHandlingReducePaper
Print Handling: Small pages are printed small, and large pages are shrunk to fit on the printer's pap...
Definition: FSPDFObjC.h:3593
FSOptimizerSettingsDiscardUserDataLayer
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:7162
FSAppProviderCallbackStringIDUnableSetNumPages
Sample message: "Unable to set the value for property 'numPages'".
Definition: FSPDFObjC.h:5611
FSComplianceEngineViewOrPrintConditionISOCoatedv2ECI
Viewing or printing condition:ISO Coated v2 (ECI).
Definition: FSPDFObjC.h:6623
-[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:3228
-[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:2245
FSSignatureFieldMDPActionExclude
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:4574
FSSubmitFormActionFlagGetMethod
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:2108
FSGraphicsObjectBlendColorDodge
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:1455
FSFixupDataFixupStateFailure
A fixup failed.
Definition: FSPDFObjC.h:6728
FSPDFPageSizeA4
Page size: A4.
Definition: FSPDFObjC.h:4814
FSPagingSealSignaturePagingSealAPStateSigned
Signed signature.
Definition: FSPDFObjC.h:4737
FSRenditionFloatingWindowOffscreenEventNonViable
Consider the object non-viable.
Definition: FSPDFObjC.h:1838
FSParagraphEditingNumberingTypeLowerLatinDot
Numbering type: a. b. c.
Definition: FSPDFObjC.h:7906
FSIconFitScaleWayNever
Never scale.
Definition: FSPDFObjC.h:2412
FSFontCIDCharsetUNICODE
CID Font charset: Unicode.
Definition: FSPDFObjC.h:904
FSFontFontTypeTrueType
Font type: TrueType.
Definition: FSPDFObjC.h:926
FSPathTypeBezierTo
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:991
FSPDFDoc
Definition: FSPDFObjC.h:5258
FSWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:6368
FSPrintDeviceSettingDataPortrait
Portrait orientation for printing.
Definition: FSPDFObjC.h:3119
FSStructObjectContent
Definition: FSPDFObjC.h:1751
FSImageSettingsImageCompressjpeg2000
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:7024
FSSignatureDigestSHA384
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:4544
FSPDFAComplianceVersionPDFA3bWithoutFBC
PDF/A-3b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:6801
FSFloatingInfoWindowPositionBottomRight
Window position: at the bottom right corner.
Definition: FSPDFObjC.h:3644
FSTiledWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:5018
FSSignatureDocPermUnrestricted
No restriction.
Definition: FSPDFObjC.h:4564
FSModuleNameConnectedPDF
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:657
FSFillerVkeyHelp
Help key.
Definition: FSPDFObjC.h:4156
FSGraphicsObjectTypeInlines
Inline graphics object.
Definition: FSPDFObjC.h:1474
FSRotation0
No rotation.
Definition: FSPDFObjC.h:617
FSHeaderFooterContentGeneratorDateFormatMMDotYY
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4981
FSPDFDocExtractPagesOptionStructureTree
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:5223
FSTimeStampServerSendResultFailToSendData
Fail to send data during sending request process.
Definition: FSPDFObjC.h:4679
FSGraphStateLineCapStyle
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:808
FSPosCenterLeft
Position center left.
Definition: FSPDFObjC.h:648
-[FSLRGraphicsObjectElement getGraphicsObject]
FSGraphicsObject * getGraphicsObject()
Get related graphics object.
FSStdSecurityHandler
Definition: FSPDFObjC.h:6174
FSPDFDocSaveFlagNoOriginal
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:5208
FSDocProviderCallbackWidgetEventTypeAdded
Event type: after an XFA widget is added.
Definition: FSPDFObjC.h:5769
FSLRStructureElementAttributeValueEnumDotted
Enum value: Dotten, which means the border is a series of dots.
Definition: FSPDFObjC.h:7650
FSPosBottomRight
Position: bottom right.
Definition: FSPDFObjC.h:653
FSAdditionalActionTriggerFieldKeyStroke
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:2243
FSParagraphEditingBulletTypeSolidDiamond
Bullet type: solid diamond.
Definition: FSPDFObjC.h:7892
FSAnnotMKEntryRotation
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:2497
FSActionCallbackLanguageFRA
French.
Definition: FSPDFObjC.h:3808
FSLRContentElement
Definition: FSPDFObjC.h:7766
FSFillerVkey0
0 key.
Definition: FSPDFObjC.h:4157
FSMonoImageSettingsImageCompressjbig2
Compression mode: jbig2.
Definition: FSPDFObjC.h:7071
FSPDFXComplianceVersionPDFX4CoatedGRACoL2006
PDF/X-4 (Coated GRACoL 2006).
Definition: FSPDFObjC.h:6847
FSDocProviderCallbackTextEncodingBig5
Text encoding: Big5.
Definition: FSPDFObjC.h:5749
FSPDFNameTreeTemplates
"Templates" name tree.
Definition: FSPDFObjC.h:1638
-[FSSetOCGStateAction getOCGStateCount]
int getOCGStateCount()
Get the count of OCG states.
FSHTML2PDFSettingDataEncodingFormatTAM
Encoding foramt: "TAM".
Definition: FSPDFObjC.h:7276
FSFullTextSearchRankHitCountDESC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6602
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeTTF
Searchable text type: Only text displayed with TTF font is searchable.
Definition: FSPDFObjC.h:7400
FSFieldTypePushButton
Form field type: push button.
Definition: FSPDFObjC.h:4339
-[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:4980
FSErrFormat
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:481
FSFontFontTypeType1
Font type: Type1.
Definition: FSPDFObjC.h:925
FSOutputPreviewShowDeviceCMYK
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:8524
FSActionTypeMovie
Action type: movie action.
Definition: FSPDFObjC.h:1970
FSActionCallbackSearchScopeIndex
Search scope: index.
Definition: FSPDFObjC.h:3865
FSResponseTypeNone
No response.
Definition: FSPDFObjC.h:8013
FSSignatureKeyName
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:4531
FSSignatureStateVerifyIssueUnknown
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:4499
-[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:1297
FSImageCompressionCallback-p
Definition: FSPDFObjC.h:11858
FSSignaturePAdESLevelNotPAdES
Not a PAdES signature.
Definition: FSPDFObjC.h:4555
FSSignatureStateCertCannotGetVRI
Cannot get verify relevant information.
Definition: FSPDFObjC.h:4512
FSFillerVkeyNumpad7
7 key in the numeric keypad.
Definition: FSPDFObjC.h:4200
FSPDFXCompliance
Definition: FSPDFObjC.h:6854
FSDWG2PDFSettingDataFlagEmbededOptimizedTTF
Bit 7. Enable embedding of TTF font program to PDF file. The TTF font will be reduced by removing unu...
Definition: FSPDFObjC.h:7380
FSTextSearchSearchNormal
No special searching options.
Definition: FSPDFObjC.h:6066
-[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:5659
FSLRStructureElementAttributeTypeInvalid
Attribute type: invalid.
Definition: FSPDFObjC.h:7582
FSSignatureVerifyResultLTVStateEnable
This means LTV is enabled.
Definition: FSPDFObjC.h:8221
FSAnnotHighlightingToggle
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:2486
-[FSXFADoc resetForm]
void resetForm()
Reset form.
FSMediaPlayerCallbackJSMediaPlayerStateSuspend
media player state: Suspend.
Definition: FSPDFObjC.h:3795
FSSignatureArray
Definition: FSPDFObjC.h:4465
FSStructTreeEntityUnknownType
Structure tree entity type: unknown.
Definition: FSPDFObjC.h:1686
FSPrintParamsPageOrderHorizontal
Page Order type: pages are placed from left to right, from top to bottom.
Definition: FSPDFObjC.h:3585
FSRendererColorModeMapping
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:3147
FSPDFXComplianceVersionPDFX1aCoatedGRACoL2006
PDF/X-1a (Coated GRACoL 2006).
Definition: FSPDFObjC.h:6839
FSXFAWidgetWidgethAlignTypeLeft
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:5891
FSLRStructureElementAttributeTypeShort
Attribute type: Short (PDF 2.0), which contains a short form of the content of a TH structure element...
Definition: FSPDFObjC.h:7629
FSFillerVkeyPrint
Print key.
Definition: FSPDFObjC.h:4152
FSCompareResultInfoCompareResultTypeInsertPath
Result type: insert path.
Definition: FSPDFObjC.h:6889
FSTextPageTextStreamOrder
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:6036
FSMarkupStateCompleted
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:2650
FSMarkupStateDeferred
(Used with state model FSMarkupStateModelReview) The change has been deferred.
Definition: FSPDFObjC.h:2651
FSPosCenter
Position: center.
Definition: FSPDFObjC.h:649
-[FSStructObjectContent getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
-[FSSignatureVerifyResult getSignatureName]
NSString * getSignatureName()
Get signature name.
FSCertIssuerPair
Definition: FSPDFObjC.h:8131
FSLocaleIDHongKong
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:698
FSCombinationCombineDocsOptionBookmark
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8381
FSPDFObjectArray
PDF array object.
Definition: FSPDFObjC.h:1241
FSLRStructureElementAttributeValueEnumColumn
Enum value: Row, which means column of a table.
Definition: FSPDFObjC.h:7686
FSDWG2PDFSettingDataFlagSHXTextAsGeometry
Bit 3. Enable SHX font text to geometry conversion.
Definition: FSPDFObjC.h:7376
FSBasicArray
Definition: FSPDFObjC.h:192
FSPDFXComplianceVersion
FSPDFXComplianceVersion
Enumeration for PDF/X version.
Definition: FSPDFObjC.h:6834
FSParagraphEditingNumberingTypeUpperLatinDot
Numbering type: A. B. C.
Definition: FSPDFObjC.h:7904
FSLRElementElementTypeReference
Structure element type: Reference, which represents a citation to content elsewhere in the document.
Definition: FSPDFObjC.h:7530
FSAppProviderCallbackStringIDUnsupportChar
Sample message: "Unsupported character '%c'".
Definition: FSPDFObjC.h:5620
-[FSDestination getDestArray]
FSPDFArray * getDestArray()
Get the destination PDF array.
FSSignatureStateVerifyIncredible
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:4496
FSAssociatedFiles
Definition: FSPDFObjC.h:3236
FSFillerAssistCallbackPopupMenuItemSelectAll
Popup menu item: "Select All".
Definition: FSPDFObjC.h:4128
FSPDFStreamDCTDecode
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:1298
FSFillerVkeyB
B key.
Definition: FSPDFObjC.h:4168
FSLayerNodeArray
Definition: FSPDFObjC.h:3966
FSSignatureStateVerifyErrorData
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:4492
FSTXT2PDFSettingData
Definition: FSPDFObjC.h:7349
FSLRStructureElementAttributeTypeABox
(Reserved) Attribute type: ABox.
Definition: FSPDFObjC.h:7631
FSPathArray
Definition: FSPDFObjC.h:1020
-[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:1468
FSAnnotationSummarySettingsTypeSortByDate
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:8472
FSJoinSplitJoinSplitOperationTypeUnlink
Join spilt operation type: Unlink.
Definition: FSPDFObjC.h:7968
FSLRElementElementTypeNote
Structure element type: Note, which represents an item of explanatory text, such as a footnote or an ...
Definition: FSPDFObjC.h:7529
FSXFAPage
Definition: FSPDFObjC.h:5823
-[FSColorSpace isSpotColorSpace]
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
FSPDFDocImportFlagNormal
Import pages normally.
Definition: FSPDFObjC.h:5216
-[FSTextObjectArray removeAll]
void removeAll()
Clean up the array.
FSAnnotHighlightingMode
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:2481
FSPDFECompliance
Definition: FSPDFObjC.h:6821
FSOutputPreviewShowCalGray
If set, only show with CalGray.
Definition: FSPDFObjC.h:8537
FSAnnotMKEntry
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:2496
FSFDFDocXFDF
FDF document type: XFDF.
Definition: FSPDFObjC.h:3262
FSStructObjectContentStructObjectType
FSStructObjectContentStructObjectType
Enumeration for object type.
Definition: FSPDFObjC.h:1743
FSPosTopLeft
Position: top left.
Definition: FSPDFObjC.h:645
FSColorSpaceDeviceRGB
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:681
FSAnnotUnderline
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2446
FSPortfolioNode
Definition: FSPDFObjC.h:8580
FSAnnot3D
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2461
FSPreflightReportSettingDataReportFileFormatTypePdf
Report file format type: PDF.
Definition: FSPDFObjC.h:6681
FSFillerVkeySeparator
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:4205
-[FSImage getOrientation]
FSImageOrientation getOrientation()
Get image orientation.
FSHTML2PDFSettingDataEncodingFormatDefault
Encoding foramt: Default.The encoding format will be automatically detected in chromium.
Definition: FSPDFObjC.h:7227
FSLRStructureElementAttributeValueEnumTV
Enum value: tv, which means text-value field.
Definition: FSPDFObjC.h:7681
FSMarkupEndingStyleCircle
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2658
FSAppProviderCallbackStringIDMonthMay
String ID for case: Use string in local language for "May".
Definition: FSPDFObjC.h:5680
FSSignatureVerifyResultArray
Definition: FSPDFObjC.h:8170
FSAnnotMKEntryNormalCaption
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:2500
FSLRStructureElementAttributeTypeRotation
Attribute type: Rotation.
Definition: FSPDFObjC.h:7585
-[FSGraphicsObjects generateContent]
BOOL generateContent()
Generate contents of current graphics objects.
FSOutputPreviewShowText
If set, only show text.
Definition: FSPDFObjC.h:8545
FSTiledWatermarkSettings
Definition: FSPDFObjC.h:5021
FSGraphicsObjectBlendDarken
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:1453
FSImageOrientationRotate90FlipH
First rotate 90 in clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1150
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
Enumeration for hatches export type used for converting DWG to PDF.
Definition: FSPDFObjC.h:7390
FSLRStructureElementAttributeValueTypeARGBArray
Value type: an array of ARGB values.
Definition: FSPDFObjC.h:7715
-[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:4199
FSFixupDataFixupState
FSFixupDataFixupState
Enumeration for the state of a fixup data.
Definition: FSPDFObjC.h:6726
FSAppProviderCallbackStringIDConditionIsNull
Sample message: "Condition is null".
Definition: FSPDFObjC.h:5635
FSLRElementElementTypePageObject
Structure element type: PageObject, which means page object element.
Definition: FSPDFObjC.h:7556
FSDRMEncryptData
Definition: FSPDFObjC.h:6216
FSDestinationZoomMode
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:1919
-[FSReflowPage getContentWidth]
float getContentWidth()
Get content width after current reflow page object has been parsed.
FSActionCallbackLanguageKOR
Korean.
Definition: FSPDFObjC.h:3810
FSLRStructureElementAttributeValueEnumBottom
Enum value: Bottom, which means bottom edge of the page.
Definition: FSPDFObjC.h:7690
FSAppProviderCallbackStringIDWeekDaySat
String ID for case: Use string in local language for "Saturday".
Definition: FSPDFObjC.h:5675
-[FSImage getFrameCount]
int getFrameCount()
Get frame count.
FSPDFDocWrapperPDFV2
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:5255
FSActionTypeSetOCGState
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:1977
FSLRElementElementTypeTableFootGroup
Structure element type: TFoot, which means "Table footer row group" and represents a group of rows th...
Definition: FSPDFObjC.h:7526
FSOptimizerSettingsOptimizerCompressImages
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:7126
FSPDFDictionary
Definition: FSPDFObjC.h:1347
FSFillerVkey5
5 key.
Definition: FSPDFObjC.h:4162
FSSignatureVerifyResult
Definition: FSPDFObjC.h:8225
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:8729
FSLTVVerifierTimeType
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:8190
FSAppProviderCallbackStringIDScriptFailedError
Sample message: "Script failed(language is %s;context is %s) script=%s".
Definition: FSPDFObjC.h:5695
FSTimeStampServerSendResultSuccess
Send request successfully.
Definition: FSPDFObjC.h:4676
FSSoundSampleEncodingFormatALaw
A-law-encoded samples.
Definition: FSPDFObjC.h:3087
FSGraphicsObjectType
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:1467
FSSignatureDigestSHA256
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:4543
FSErrFile
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:480
FSTabOrderMgrStructure
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:6324
FSRenditionFloatingWindowOffscreenEvent
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:1835
FSHTML2PDFSettingDataEncodingFormatX_TAM_TBOOMIS
Encoding foramt: "X-TAM-TBOOMIS".
Definition: FSPDFObjC.h:7293
FSPortfolio
Definition: FSPDFObjC.h:8687
-[FSSound getSoundStream]
FSPDFStream * getSoundStream()
Get the stream of sound data.
FSPDFAComplianceVersion
FSPDFAComplianceVersion
Enumeration for PDF/A version.
Definition: FSPDFObjC.h:6790
FSLRStructureElementAttributeTypeFieldRole
Attribute type only for PrintField: Role, which represents the type of form field represented by this...
Definition: FSPDFObjC.h:7621
FSCompareResultInfoCompareResultTypeTextAttriChange
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:6897
FSXFAWidgetWidgetTypeNumericEdit
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:5859
FSFieldFlagTextComb
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:4359
FSOptimizerSettingsOptimizerDiscardObjects
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:7128
FSLRStructureElementAttributeValueEnumWatermark
Enum value: Watermark.
Definition: FSPDFObjC.h:7698
FSMarkupEndingStyleButt
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:2662
FSInt32Array
An array of signed integer values.
Definition: FSPDFObjC.h:307
FSAnnotMKEntryNormalIcon
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:2503
FSFillerVkey3
3 key.
Definition: FSPDFObjC.h:4160
FSPDFDocSaveFlagRemoveRedundantObjects
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:5211
FSResetFormAction
Definition: FSPDFObjC.h:2133
FSMarkupMeasureTypeY
Measurement of change along the y axis.
Definition: FSPDFObjC.h:2670
FSAppProviderCallbackStringIDInvalidExpression
Sample message: "Invalidate expression '%s'".
Definition: FSPDFObjC.h:5627
FSAdditionalActionTriggerAnnotReceiveInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:2251
FSFontStyleSerif
Font style: serif.
Definition: FSPDFObjC.h:870
FSOutputPreviewShowDeviceGray
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:8536
FSHTML2PDFSettingDataEncodingFormatKOI8U
Encoding foramt: "KOI8U".
Definition: FSPDFObjC.h:7263
FSPDFDocEncryptPassword
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:5186
FSAnnotMKEntryRolloverCaption
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:2501
FSLayerTree
Definition: FSPDFObjC.h:4010
FSPDFDocExtractPagesOptionBookmark
If set, that means bookmark will be extracted as well.
Definition: FSPDFObjC.h:5228
FSPDFPageFlattenAll
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:4796
FSLRStructureElementAttributeValueEnumSquare
Enum value: Square, which means solid square bullet.
Definition: FSPDFObjC.h:7669
FSFillerVkeyRight
Right arrow key.
Definition: FSPDFObjC.h:4150
FSActionTypeGoTo3DView
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:1980
FSLRElementElementTypeTextContent
Structure element type: TextContent, which means text content element.
Definition: FSPDFObjC.h:7557
FSPDFAComplianceVersionPDFA3a
PDF/A-3a.
Definition: FSPDFObjC.h:6796
FSAnnotLink
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2438
FSFontCIDCharsetCNS1
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:901
FSTextSearchSearchConsecutive
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:6069
FSLRStructureElementAttributeValueEnumDecimal
Enum value: Decimal, which means decimal arabic numerals (1-9, 10-99, ...).
Definition: FSPDFObjC.h:7670
FSAdditionalActionTriggerDocWillClose
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:2238
FSPayLoadData
Definition: FSPDFObjC.h:5062
FSDocViewerPrefsPrintScaleNone
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:5404
FSFillerVkeyD
D key.
Definition: FSPDFObjC.h:4170
FSSecurityHandlerCipherRC4
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:6133
FSAnnotAppearanceTypeDown
Annotation's down appearance.
Definition: FSPDFObjC.h:2523
FSOptimizerSettingsDiscardObjectsBookmarks
Discard bookmarks.
Definition: FSPDFObjC.h:7148
FSRemoteGotoAction
Definition: FSPDFObjC.h:2056
FSFontStdIDTimesB
Standard font: Times-Bold.
Definition: FSPDFObjC.h:917
FSConvert
Definition: FSPDFObjC.h:7472
FSAdditionalActionTriggerDocWillSave
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:2239
FSCombinationCombineDocsOptionDuplicateStream
If set, that means duplicate stream objects from source PDF files will be outputted to combined resul...
Definition: FSPDFObjC.h:8390
FSAnnotationSummary
Definition: FSPDFObjC.h:8507
FSAnnotPopup
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2462
FSHTML2PDFSettingDataEncodingFormatUTF_32BE
Encoding foramt: "UTF-32BE".
Definition: FSPDFObjC.h:7285
FSSplitOutputSettingData
Definition: FSPDFObjC.h:8750
FSPreflightSettingDataLibraryTypeFoxit
Preflight library type: Foxit.
Definition: FSPDFObjC.h:6651
FSAppProviderCallbackStringIDMonthFeb
String ID for case: Use string in local language for "February".
Definition: FSPDFObjC.h:5677
FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYY
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4979
FSPrintParamsBookletBinding
FSPrintParamsBookletBinding
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3577
FSFillerVkeyF11
F11 key.
Definition: FSPDFObjC.h:4219
FSOptimizerSettingsDiscardUserDataAllAnnotsFormsAndMultimedia
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:7157
FSFillerVkeyX
X key.
Definition: FSPDFObjC.h:4190
FSFillerVkeyBack
Backspace key.
Definition: FSPDFObjC.h:4135
FSAnnotationSummarySettingsFontSizeMedium
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:8479
-[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:1927
FSAppProviderCallbackStringIDValidateWarning
Sample message: "The value you entered for %s is invalid. To ignore validations for %s,...
Definition: FSPDFObjC.h:5692
FSXFAWidgetHitTestAreaUnknown
Hit test area: Unknown.
Definition: FSPDFObjC.h:5847
FSColor
Definition: FSPDFObjC.h:1066
-[FSSignatureVerifyResult getSignatureState]
unsigned int getSignatureState()
Get signature state.
FSAnnotSquare
Annotation type: square annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2441
FSImageSettingsStretchMode
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:7038
FSResponseResponseType
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:8012
FSSignatureStateVerifyErrorByteRange
Non expected byte range.
Definition: FSPDFObjC.h:4494
FSRotationPointRightBottom
Rotate the text block based on the right-bottom point of the rectangle.
Definition: FSPDFObjC.h:629
-[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:679
FSErrInvalidWrapper
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:514
-[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:5242
-[FSLRGraphicsObjectElement getBBox]
FSRectF * getBBox()
Get bounding box.
-[FSFont getName]
NSString * getName()
Retrieve the postscript name.
FSPauseCallback-p
Definition: FSPDFObjC.h:8920
FSFillerVkeyT
T key.
Definition: FSPDFObjC.h:4186
FSDWG2PDFSettingDataFlagSimpleGeomOptimization
Bit 4. Enable simple geometry optimization (separated segments to one polyline, Bezier curve control ...
Definition: FSPDFObjC.h:7377
FSAppProviderCallbackBeepTypeError
Beep type: error.
Definition: FSPDFObjC.h:5588
FSFormXObject
Definition: FSPDFObjC.h:1610
FSRendererRenderPage
If set, page content will be rendered.
Definition: FSPDFObjC.h:3153
FSAppProviderCallbackStringIDMonthAug
String ID for case: Use string in local language for "August".
Definition: FSPDFObjC.h:5683
FSPagingSealConfigPagingSealStyleMultipleSignatures
Add multiple signatures. Use the FSSignature to display the appearance of paging seal signature,...
Definition: FSPDFObjC.h:4709
FSAppProviderCallbackStringIDInvalidEnumValue
String ID for case: Some enumerate value is invalid. Sample message: "Invalid enumerate value:".
Definition: FSPDFObjC.h:5605
FSMonoImageSettingsImageCompressRunLength
Compression mode: run-length.
Definition: FSPDFObjC.h:7073
FSGraphStateLineCapButt
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:809
FSRenditionFloatingWindowResizeTypeAspectRatio
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:1831
FSAnnotPagingSeal
Annotation type: paging seal annotation. A Foxit PDF SDK custom annotation type (not a standard annot...
Definition: FSPDFObjC.h:2465
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYY
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4969
FSPDFXComplianceVersionPDFX4ISOCoatedv2ECI
PDF/X-4 (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:6848
FSWatermarkSettingsFlagShareTextStream
If set, watermarks will share one form xobject if these watermarks use the same text and text's relat...
Definition: FSPDFObjC.h:6371
FSCompareResultInfoCompareResultTypeReplaceShading
Result type: replace shading.
Definition: FSPDFObjC.h:6893
FSSoundSampleEncodingFormatSigned
Twos-complement values.
Definition: FSPDFObjC.h:3085
FSFontCIDCharsetUnknown
CID Font charset: Unknown.
Definition: FSPDFObjC.h:899
FSFillerEventFlags
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:4223
FSTextSearchReplace
Definition: FSPDFObjC.h:7857
FSUnembeddedFontSettings
Definition: FSPDFObjC.h:7112
FSPDFDocEncryptFoxitDRM
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:5188
FSMarkupStateNone
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:2644
FSRenditionMediaPlayerFitStyleHidden
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:1801
-[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:4978
FSSignatureDigestSHA1
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:4542
FSAppProviderCallbackStringIDMonthOct
String ID for case: Use string in local language for "October".
Definition: FSPDFObjC.h:5685
FSFillerVkeySubtract
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:4206
FSGraphStateLineJoinRound
Round line join type.
Definition: FSPDFObjC.h:816
FSMarkupMeasureTypeT
Measurement of angles.
Definition: FSPDFObjC.h:2673
FSLRStructureElementAttributeValueTypeEnum
Value type: enum.
Definition: FSPDFObjC.h:7706
FSPageLabelsLowerRomanNums
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:5445
FSGraphicsObjectBlendLighten
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:1454
FSJoinSplitJoinSplitOperationTypeJoin
Join spilt operation type: Join.
Definition: FSPDFObjC.h:7965
FSXFADocEventType
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:5775
-[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:3559
FSAnnotFlagNoRotate
Annotation flag: no rotate.
Definition: FSPDFObjC.h:2473
-[FSTextPage getCharCount]
int getCharCount()
Get the count of all the characters.
FSSignatureCallbackCertCannotGetPrivateKey
Certificate's private key cannot be gotten.
Definition: FSPDFObjC.h:4646
FSRenditionFloatingWindowResizeTypeAnyway
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:1832
FSBarcodeQRCorrectionLevelQuater
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1198
FSMonoImageSettingsImageCompressQualityLossless
Compression quality: Lossless.
Definition: FSPDFObjC.h:7078
FSWidgetChoiceOptionArray
Definition: FSPDFObjC.h:5558
FSMenuItemConfig
Definition: FSPDFObjC.h:3408
FSDocProviderCallbackWidgetEventTypeBeforeRemoved
Event type: before an XFA widget is removed.
Definition: FSPDFObjC.h:5770
FSAppProviderCallbackStringIDInvalidToken
Sample message: "Invalidate token '%s'".
Definition: FSPDFObjC.h:5626
FSActionTypeSubmitForm
Action type: submit-form action.
Definition: FSPDFObjC.h:1973
-[FSWidgetMenu cut]
NSString * cut()
Cut the text of related XFA widget.
-[FSGraphicsObjectArray removeAll]
void removeAll()
Clean up the array.
FSPolyLine
Definition: FSPDFObjC.h:2952
FSFormFileInfoArray
Definition: FSPDFObjC.h:8417
-[FSJoinSplit deactivate]
BOOL deactivate()
Deactivate join split editing.
FSPreflightReportSettingDataProblemsHighlightMethodLayers
Problems highlighted by layers.
Definition: FSPDFObjC.h:6689
FSLRStructureElementAttributeValueEnumLeft
Enum value: Left, which means left edge of the page.
Definition: FSPDFObjC.h:7688
FSDialogDescriptionConfig
Definition: FSPDFObjC.h:3478
FSAppProviderCallbackStringIDCompilerError
Sample message: "Compiler error".
Definition: FSPDFObjC.h:5630
FSFillerAssistCallbackPopupMenuItemPaste
Popup menu item: "Paste".
Definition: FSPDFObjC.h:4126
FSAnnotationSummaryCallbackAnnotationSummaryStringID
FSAnnotationSummaryCallbackAnnotationSummaryStringID
Enumeration for string ID used to specify the string or prefix in result document when summarizing an...
Definition: FSPDFObjC.h:8448
FSHTML2PDFSettingDataHTML2PDFPageMode
FSHTML2PDFSettingDataHTML2PDFPageMode
Enumeration for page mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:7215
-[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:3872
FSNamedAction
Definition: FSPDFObjC.h:2045
FSTextPageTextDisplayOrder
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:6037
FSAssociatedFilesRelationshipEncryptedPayload
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:3231
FSFillSignFillSignObjectTypeRoundRectangle
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:8282
FSPDFDocExtractPagesOptionObjectStream
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:5226
-[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:8710
FSHTML2PDFSettingDataEncodingFormatASCII_7_bit
Encoding foramt: "ASCII-7-bit".
Definition: FSPDFObjC.h:7249
FSFillerVkeyC
C key.
Definition: FSPDFObjC.h:4169
FSSoundSampleEncodingFormat
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:3083
FSTextPageParseTextOutputHyphen
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:6031
FSCombinationCombineDocsOptionOCProperties
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8385
FSHTML2PDFSettingDataEncodingFormatEUC_JP
Encoding foramt: "EUC-JP".
Definition: FSPDFObjC.h:7238
FSRenditionWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:1807
FSActionTypeRendition
Action type: rendition action.
Definition: FSPDFObjC.h:1978
FSOptimizerSettingsDiscardUserDataExternalCrossReferences
Discard external cross references.
Definition: FSPDFObjC.h:7158
FSLRElementElementTypeWarichu
Structure element type: Warichu, which represents the wrapper around the entire warichu assembly.
Definition: FSPDFObjC.h:7539
FSLRElementElementTypeRubyAnnot
Structure element type: RT, which means "Ruby annotation text" and represents the smaller-size text t...
Definition: FSPDFObjC.h:7537
-[FSPointFArray removeAll]
void removeAll()
Clean up the array.
FSOutputPreviewShowICCBasedCMYK
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:8526
-[FSImageObject getStream]
FSPDFStream * getStream()
Get image stream.
FSHTML2PDFSettingDataEncodingFormatCP852
Encoding foramt: "CP852".
Definition: FSPDFObjC.h:7251
-[FSAttachments getNameTree]
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
FSGraphicsObjectBlendColorBurn
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:1456
FSImageSettings
Definition: FSPDFObjC.h:7047
FSFillSignFillSignObjectTypeText
Text fill-sign object.
Definition: FSPDFObjC.h:8279
FSOptimizeScannedPDFSettingsScannedMonoImageCompressMode
FSOptimizeScannedPDFSettingsScannedMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:7193
FSXFAWidgetHitTestAreaTitleBar
Hit test area: Title Bar.
Definition: FSPDFObjC.h:5849
FSPDFDocExtractPagesOptions
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:5221
FSLRStructureElementAttributeValueEnumHidden
Enum value: Hidden, which is same as None except in terms of border conflict resolution for table ele...
Definition: FSPDFObjC.h:7649
FSOptimizeScannedPDFSettingsScannedImageCompressjpeg2000LossLess
Compression mode: jpeg2000 lossless.
Definition: FSPDFObjC.h:7189
FSPageLabels
Definition: FSPDFObjC.h:5450
FSPDFXComplianceVersionPDFX4PSOCoatedv3ECI
PDF/X-4 (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:6850
FSAppProviderCallbackStringIDUnableToSet
Sample message: "Unable to set".
Definition: FSPDFObjC.h:5603
FSFloatingInfoWindowPositionTopLeft
Window position: at the top left corner.
Definition: FSPDFObjC.h:3636
FSActionTypeHide
Action type: hide action.
Definition: FSPDFObjC.h:1971
FSAppProviderCallbackStringIDNotSupportArrayCalculate
Sample message: "'%s' operator cannot support array calculation".
Definition: FSPDFObjC.h:5653
FSFileFormatTypeXDP
File format type: XDP.
Definition: FSPDFObjC.h:712
FSLRElementElementTypeTable
Structure element type: Table, which represents a two-dimensional layout of rectangular data cells,...
Definition: FSPDFObjC.h:7520
FSErrOfficeComNotInit
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:546
FSFieldFlagButtonRadiosInUnison
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:4353
FSFillSignFillSignObjectType
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:8278
FSLRStructureElementAttributeTypeBorderStyle
Attribute type: BorderStyle, which represents the style of an element's border.
Definition: FSPDFObjC.h:7593
FSDocViewerPrefsHideToolbar
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:5409
-[FSDestination getBottom]
float getBottom()
Get bottom position value.
FSRenditionMonitorSpecifierSmallest
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:1814
FSActionCallbackMailTypeMsg
Mailed data type: string message.
Definition: FSPDFObjC.h:3830
FSErrInvalidRegex
Invalid regular expression.
Definition: FSPDFObjC.h:562
FSCertVerifyResultCertStatusExpired
This means certificate is expired.
Definition: FSPDFObjC.h:8056
FSErrComplianceResourceFile
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:534
FSErrURLInBlackList
(For converting html to pdf only) The converted URL is on blacklist.
Definition: FSPDFObjC.h:558
FSFillerVkeyF2
F2 key.
Definition: FSPDFObjC.h:4210
FSOptimizerSettingsCleanUpOptPageContent
Cleanup page content Change 0A,0D in the content stream to Spaces.
Definition: FSPDFObjC.h:7139
FSParagraphEditingBulletType
FSParagraphEditingBulletType
Enumeration for bullet type.
Definition: FSPDFObjC.h:7888
FSAdditionalActionTriggerPageClosed
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:2237
-[FSActionCallback-p getMousePosition]
FSPointF * getMousePosition()
A callback function to get current mouse position.
FSLRStructureElementAttributeValueEnumCB
Enum value: cb, which means check box.
Definition: FSPDFObjC.h:7679
FSErrNoOptimizerModuleRight
No "Optimizer" module right.
Definition: FSPDFObjC.h:544
FSMarkupMeasureTypeX
Measurement of change along the x axis.
Definition: FSPDFObjC.h:2669
FSAnnotMKEntryBackgroundColor
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:2499
FSHeaderFooterContentGeneratorPageNumberFormatPageNumberOfCount
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4994
FSFontStdIDTimesI
Standard font: Times-Italic.
Definition: FSPDFObjC.h:919
FSLRElement
Definition: FSPDFObjC.h:7565
-[FSSound getSamplingRate]
float getSamplingRate()
Get the sampling rate, in samples per second.
FSHTML2PDFSettingDataEncodingFormatEUC_CN
Encoding foramt: "EUC-CN".
Definition: FSPDFObjC.h:7243
FSFontMapResult
Definition: FSPDFObjC.h:968
FSLRElementElementTypeTableHeaderCell
Structure element type: TH, which means "Table header cell" and represents a table cell containing he...
Definition: FSPDFObjC.h:7522
FSDocViewerPrefsViewerPref
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:5408
FSCompareResults
Definition: FSPDFObjC.h:6937
FSAppProviderCallbackStringID
FSAppProviderCallbackStringID
Enumeration for string ID used to specify a case.
Definition: FSPDFObjC.h:5595
FSXFAWidgetWidgethAlignTypeRight
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:5893
FSPDFAComplianceVersionPDFA2b
PDF/A-2b.
Definition: FSPDFObjC.h:6794
FSMediaPlayerCallbackJSMediaPlayerStateStop
media player state: Stop.
Definition: FSPDFObjC.h:3794
FSCertificateEncryptData
Definition: FSPDFObjC.h:6187
FSTextSearchSearchFlags
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:6065
FSFillerVkeyNext
Page Down key.
Definition: FSPDFObjC.h:4145
FSDocProviderCallbackPrintOptionAsImage
If set, print page as image; otherwise, as text.
Definition: FSPDFObjC.h:5734
FSAnnotMKIconCaptionRelation
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:2510
FSTaggedPDFCallbackReportCategory
FSTaggedPDFCallbackReportCategory
Enumeration for report category type used for tagged PDF.
Definition: FSPDFObjC.h:7796
-[FSLayerNode getAnnots]
FSAnnotArray * getAnnots()
Get an array of annotations which are related to current layer node.
FSBarcodeFormatUPCA
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1188
-[FSParagraphEditing canCut]
BOOL canCut()
Check whether can cut text.
FSMonoImageSettingsImageCompressQualityMaximum
Compression quality: Maximum, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7084
FSSignatureStateVerifyIssueUncheck
Not check the issuer.
Definition: FSPDFObjC.h:4502
FSAppProviderCallbackMsgBtnIDOK
Message box button ID: OK.
Definition: FSPDFObjC.h:5717
FSLRStructureElementAttributeTypeWidth
Attribute type: Width, which represents the width of the element's content rectangle.
Definition: FSPDFObjC.h:7589
FSActionCallbackLanguageNLD
Dutch.
Definition: FSPDFObjC.h:3812
FSPDFDocImportPageFlags
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:5215
FSErrWPSEngineNotFound
(For Office-to-PDF conversion only) WPS office engine is not found.
Definition: FSPDFObjC.h:550
FSLRElementElementTypeAside
Structure element type: Aside (PDF 2.0), which represents content that is distinct from other content...
Definition: FSPDFObjC.h:7502
FSPDFDocEncryptCertificate
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:5187
FSFillerVkeyUp
Up arrow key.
Definition: FSPDFObjC.h:4149
FSPDFPageFlattenNoFormControl
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:4798
FSAppProviderCallbackStringIDIncorrectNumberOfMethod
Sample message: "Incorrect number of parameters are used when calling method '%s'".
Definition: FSPDFObjC.h:5660
FSFontStdIDHelveticaI
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:915
-[FSStructObjectContent getObjectType]
FSStructObjectContentStructObjectType getObjectType()
Get related object type.
FSLineCapPosTop
Definition: FSPDFObjC.h:2856
FSLRElementElementTypeShadingContent
Structure element type: ShadingContent, which means shading content element.
Definition: FSPDFObjC.h:7560
FSAdditionalActionTriggerPageOpened
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:2236
FSPrintParamsPageOrderHorizontalReversed
Page Order type: pages are placed from right to left, from top to bottom.
Definition: FSPDFObjC.h:3586
FSFieldTypeSignature
Form field type: signature field.
Definition: FSPDFObjC.h:4345
FSTextState
Definition: FSPDFObjC.h:1534
FSErrInvalidLicense
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:486
FSLRStructureElementAttributeTypeTextDecorationThickness
Attribute type: TextDecorationThickness, which represents the thickness of each line drawn as part of...
Definition: FSPDFObjC.h:7612
-[FSLRContentElement getGraphicsObjectRange]
FSRange * getGraphicsObjectRange()
Get the range of current content element in current graphics object.
FSParagraphEditingMgr
Definition: FSPDFObjC.h:7997
FSBitmapDownsample
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1097
FSPDFStreamFlateDecode
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:1294
FSErrTimeout
(For HTML2PDF only)Occuring timeout during loading web page.
Definition: FSPDFObjC.h:571
FSPreflightReportSettingDataReportFileFormatTypeXml
Report file format type: XML.
Definition: FSPDFObjC.h:6682
FSLRElementElementTypeEm
Structure element type: Em (PDF 2.0), which means "Emphasis" and represents content for the purpose o...
Definition: FSPDFObjC.h:7542
FSAnnotCaret
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2450
FSImageSettingsImageCompressQualityHigh
Compression quality: High.
Definition: FSPDFObjC.h:7033
FSMarkupStateAccepted
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:2647
FSDestinationZoomFitBBox
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:1925
FSAnnotMKEntryRolloverIcon
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:2504
FSIconFitScaleWayNone
No scaling way is specified.
Definition: FSPDFObjC.h:2408
FSWidgetLineSpacingDouble
Line spacing style: double line spacing.
Definition: FSPDFObjC.h:3022
FSFieldFlagTextRichText
(Only useful for text field) If set, the value of this field should be represented as a rich text str...
Definition: FSPDFObjC.h:4362
FSActionCallbackAppInfoType
FSActionCallbackAppInfoType
Enumeration for application's information type.
Definition: FSPDFObjC.h:3819
FSDocProviderCallbackPageViewEventType
FSDocProviderCallbackPageViewEventType
Enumeration for the event type of page view.
Definition: FSPDFObjC.h:5762
FSLRStructureElementAttributeTypeRubyPosition
Attribute type: RubyPosition, which represents the placement of the RT structure element relative to ...
Definition: FSPDFObjC.h:7615
FSOptimizerSettingsDiscardUserDataDocumentInfoAndMetaData
Discard document information and metadata.
Definition: FSPDFObjC.h:7159
FSFillerEventFlagRightButtonDown
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:4232
FSEmbeddedGotoTarget
Definition: FSPDFObjC.h:2070
FSFontCharsetShift_JIS
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:884
FSLRElementElementTypeContainerObject
Structure element type: ContainerObject, which means container object element.
Definition: FSPDFObjC.h:7554
FSLibrary
Definition: FSPDFObjC.h:767
FSTaggedPDFCallbackReportCategoryArtifact
Report category type: artifact.
Definition: FSPDFObjC.h:7798
FSActionCallbackLanguageESP
Spanish.
Definition: FSPDFObjC.h:3807
-[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:8036
FSOptimizerSettingsOptimizerOptions
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:7125
FSPrintParamsDuplexTypeDuplexFlipShortEdge
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: FSPDFObjC.h:3568
FSDocProviderCallbackSubmitFormat
FSDocProviderCallbackSubmitFormat
Enumeration for XFA submit format.
Definition: FSPDFObjC.h:5739
FSTaggedPDFCallbackReportConfidenceMediumLow
Report confidence: medium low.
Definition: FSPDFObjC.h:7812
FSXFAWidgetWidgetTypeLine
XFA widget type: line.
Definition: FSPDFObjC.h:5863
FSSplitPDFDocCallback-p
Definition: FSPDFObjC.h:8882
-[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:2189
FSMediaSettingsPlayerWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:3691
FSBookmark
Definition: FSPDFObjC.h:3886
FSPDFObjectName
PDF name object.
Definition: FSPDFObjC.h:1240
FSPreflightSettingDataOperateTypeSingleChecks
Opearte type: single checks.
Definition: FSPDFObjC.h:6658
-[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:7714
FSFillerVkey7
7 key.
Definition: FSPDFObjC.h:4164
FSRendererColorModeForeground
Custom color mode. map colors to foreground.
Definition: FSPDFObjC.h:3149
-[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:5249
FSLRStructureElementAttributeValueEnumOn
Enum value: on, which means the state is on.
Definition: FSPDFObjC.h:7682
FSSetOCGStateAction
Definition: FSPDFObjC.h:2217
FSPDFAComplianceVersionPDFA3u
PDF/A-3u.
Definition: FSPDFObjC.h:6798
FSPDFAComplianceVersionPDFA1a
PDF/A-1a.
Definition: FSPDFObjC.h:6791
FSFillerEventFlagAutoRepeat
Event flag: auto repeat.
Definition: FSPDFObjC.h:4229
FSModuleNameLayoutRecognition
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:666
FSHTML2PDFSettingDataEncodingFormatSJS
Encoding foramt: "SJS".
Definition: FSPDFObjC.h:7239
FSErrInvalidUserToken
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:503
FSBarcodeFormatCode128
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1186
FSFillerEventFlagControlKey
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:4225
FSHTML2PDFSettingDataEncodingFormatBHASKAR
Encoding foramt: "BHASKAR".
Definition: FSPDFObjC.h:7281
-[FSColorSpace getColorSpaceType]
FSColorSpaceType getColorSpaceType()
Get color space type.
FSAppProviderCallbackAppInfoLanguage
Application information: language.
Definition: FSPDFObjC.h:5580
FSBookmarkStyle
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:3871
FSActionCallbackLayoutModeContinuous
Layout mode: continuous page.
Definition: FSPDFObjC.h:3851
FSParagraphEditingBulletTypeSolidCircle
Bullet type: solid circle.
Definition: FSPDFObjC.h:7890
FSChoiceOptionArray
Definition: FSPDFObjC.h:4317
-[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:5696
FSMonoImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:7070
FSAppProviderCallbackStringIDValidateOutOfArray
Sample message: "Validate access index '%s' out of array".
Definition: FSPDFObjC.h:5648
FSSnappedPointTypeNearestPoint
Snapped point type: nearest point, which means the snapped point is the nearest point (which is in a ...
Definition: FSPDFObjC.h:8713
FSLRElementElementTypePathObject
Structure element type: PathObject, which means path graphics object element.
Definition: FSPDFObjC.h:7550
FSTimeStampServer
Definition: FSPDFObjC.h:4686
FSHTML2PDFSettingDataEncodingFormatCSN_369103
Encoding foramt: "CSN_369103".
Definition: FSPDFObjC.h:7268
FSOptimizerSettingsCleanUpDiscardUnreferencedNamedDes
Discard unreferenced named destination.
Definition: FSPDFObjC.h:7138
FSImageOrientationNormal
Normal orientation.
Definition: FSPDFObjC.h:1146
FSPDFStreamASCII85Decode
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:1292
FSColorState
Definition: FSPDFObjC.h:1415
FSSnapPointMgrFlagMidpoint
If set, that means to get the midpoint for two endpoints of a path.
Definition: FSPDFObjC.h:8731
-[FSUInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
-[FSSetOCGStateAction isRadioButtonStatePreserved]
BOOL isRadioButtonStatePreserved()
Get the radio-button preserved state.
FSAnnotArray
Definition: FSPDFObjC.h:2559
FSImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:7042
FSSignatureStateVerifyTimestampExpire
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:4508
FSCertVerifyResultReasonNoStatus
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:8061
FSSignatureFieldMDPActionNone
No Field MDP action.
Definition: FSPDFObjC.h:4571
FSLocaleID
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:696
FSLRElementElementTypeDocument
Structure element type: Document, which represents a complete document.
Definition: FSPDFObjC.h:7491
FSOptimizerSettingsCleanUpRemoveInvalidBookmarks
Remove invalid bookmarks.
Definition: FSPDFObjC.h:7136
FSCompareResultInfoCompareResultTypeDeleteImage
Result type: delete image.
Definition: FSPDFObjC.h:6885
FSSecurityHandlerCipherNone
Not use encryption algorithm.
Definition: FSPDFObjC.h:6132
-[FSParagraphEditing dedent]
void dedent()
Decrease indent for text.
FSFillerVkeyY
Y key.
Definition: FSPDFObjC.h:4191
FSXFADocType
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:5781
FSLRStructureElementAttributeValueEnumTbRl
Enum value: TbRl, which means inline progression from top to bottom; block progression from right to ...
Definition: FSPDFObjC.h:7646
FSLRStructureElementAttributeValueEnumMiddle
Enum value: Middle, which means children are centered within the table cell.
Definition: FSPDFObjC.h:7662
FSRenditionMonitorSpecifierGreatestColorDepth
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:1816
FSLRElementElementTypeDiv
Structure element type: Div, which means "Division" and represents a generic block-level element or g...
Definition: FSPDFObjC.h:7496
FSPreflightSettingDataOperateType
FSPreflightSettingDataOperateType
Enumeration for the preflight operate type.
Definition: FSPDFObjC.h:6656
FSFloatingInfoRelativeTarget
FSFloatingInfoRelativeTarget
Enumeration for the values used to set relative position of floating window.
Definition: FSPDFObjC.h:3647
FSErrUnknown
Any unknown error occurs.
Definition: FSPDFObjC.h:485
FSXFADocExportDataTypeStaticXDP
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:5789
FSAppProviderCallbackStringIDAccessProertyInNotObject
Sample message: "An attempt was made to reference property '%s' of a non-object in SOM expression %s"...
Definition: FSPDFObjC.h:5656
FSLRElementElementTypeIndex
Structure element type: Index, which represents a sequence of entries containing identifying text acc...
Definition: FSPDFObjC.h:7501
FSModuleNameXFA
Name for module "XFA".
Definition: FSPDFObjC.h:658
FSLocaleIDJapan
Locale ID for country: Japan.
Definition: FSPDFObjC.h:705
FSOptimizeScannedPDFSettingsScannedMonoImageCompressjbig2LossLess
Compression mode: jbig2 lossless.
Definition: FSPDFObjC.h:7195
FSBitmapDIB8bpp
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:1090
FSDocViewerPrefsCenterWindow
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:5413
FSFloatingInfoResizeTypeKeepRatio
Resize type: may be resized only if the aspect ratio is preserved.
Definition: FSPDFObjC.h:3656
FSTextStateModeFill
Text mode: fill text.
Definition: FSPDFObjC.h:1524
FSLRElementElementTypeSub
Structure element type: Sub (PDF 2.0), which means "Sub-division of a block level element" and repres...
Definition: FSPDFObjC.h:7544
FSBase
Definition: FSPDFObjC.h:575
FSAnnotFlagLockedContents
Annotation flag: locked contents.
Definition: FSPDFObjC.h:2478
-[FSLRContentElement getParentElement]
FSLRStructureElement * getParentElement()
Get the parent element.
FSHTML2PDFSettingDataEncodingFormatBIG5_HKSCS
Encoding foramt: "BIG5_HKSCS".
Definition: FSPDFObjC.h:7273
FSXFAWidgetPresenceInactive
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:5877
FSSignatureAPFlagBitmap
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:4525
FSRenditionMediaPlayerFitStyle
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:1796
FSPagingSealConfigPagingSealPositionRight
Right Paging Seal.
Definition: FSPDFObjC.h:4703
FSAppProviderCallbackStringIDUnexpectedExpression
Sample message: "Unexpected expression '%s'".
Definition: FSPDFObjC.h:5634
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYYYY
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4968
FSLRStructureElementAttributeTypeSubType
Attribute type: Subtype, which means the subtype of annotation or artifact.
Definition: FSPDFObjC.h:7596
FSHTML2PDFSettingDataEncodingFormatCP1255
Encoding foramt: "CP1255".
Definition: FSPDFObjC.h:7260
-[FSImage getXDPI]
int getXDPI()
Get DPI for X-axis.
FSGraphicsObjectTypeShading
Shading graphics object.
Definition: FSPDFObjC.h:1472
FSImageBMP
Image type is BMP.
Definition: FSPDFObjC.h:1134
FSXFAWidgetWidgetTypeUnknown
XFA widget type: unknown.
Definition: FSPDFObjC.h:5868
FSBookmarkPosPrevSibling
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:3880
FSTaggedPDFCallbackReportCategoryRegion
Report category type: region.
Definition: FSPDFObjC.h:7797
FSSignatureStateVerifyNoChange
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:4497
FSFieldFlagTextMultiline
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:4354
FSJavaScriptAction
Definition: FSPDFObjC.h:2034
FSModuleNameOFD
Name for module "OFD".
Definition: FSPDFObjC.h:673
-[FSFont isBold]
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:814
FSPDFPageSizeA2
Page size: A2.
Definition: FSPDFObjC.h:4812
FSHTML2PDFSettingDataEncodingFormatX_TAM_LTTMBARANI
Encoding foramt: "X-TAM-LTTMBARANI".
Definition: FSPDFObjC.h:7291
FSAppProviderCallbackMsgBoxIconQuestion
Message box icon: Question.
Definition: FSPDFObjC.h:5705
FSPathTypeBezierToCloseFigure
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:992
FSMonoImageSettings
Definition: FSPDFObjC.h:7096
FSMonoImageSettingsImageCompressZip
Compression mode: zip.
Definition: FSPDFObjC.h:7074
FSXFAWidgetPresenceInvisible
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:5878
FSHTML2PDFSettingDataEncodingFormatX_TAM_SHREE
Encoding foramt: "X-TAM-SHREE".
Definition: FSPDFObjC.h:7292
-[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:10204
FSLRStructureElementAttributeValueTypeInt32Array
Value type: an array of integer values.
Definition: FSPDFObjC.h:7713
FSActionCallbackJSFieldValueChangedByCalculation
javascript field value changed type : calculation.
Definition: FSPDFObjC.h:3835
FSFieldTypeTextField
Form field type: text field.
Definition: FSPDFObjC.h:4344
FSAnnotFlagHidden
Annotation flag: hidden.
Definition: FSPDFObjC.h:2470
-[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:4811
FSLRElementElementTypeHeadingN
Structure element type: Hn (PDF 2.0), which represents heading with level 7 or more.
Definition: FSPDFObjC.h:7515
FSColorSpace
Definition: FSPDFObjC.h:1047
FSGraphicsObjectBlendDifference
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:1459
FSLRElementElementTypeForm
Structure element type: Form, which represents a widget annotation representing an interactive form f...
Definition: FSPDFObjC.h:7547
FSPDFACompliance
Definition: FSPDFObjC.h:6804
-[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:492
FSRenditionFloatingWindowRelatedWindowApplication
The application window.
Definition: FSPDFObjC.h:1824
FSActionCallbackJSMediaPlayerStateStop
media player state: Stop.
Definition: FSPDFObjC.h:3845
FSSubmitFormActionFlagAsXFDF
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:2110
FSLocaleIDGermany
Locale ID for country: Germany.
Definition: FSPDFObjC.h:702
FSErrIsAlreadyCPDF
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:510
-[FSDestination getZoomFactor]
float getZoomFactor()
Get zoom factor.
FSLRElementElementTypeRubyPunc
Structure element type: RP, which means "Ruby punctuation" and represents punctuation surrounding the...
Definition: FSPDFObjC.h:7538
FSFillerVkeyEnd
End key.
Definition: FSPDFObjC.h:4146
FSLRStructureElementAttributeTypeBlockAlign
Attribute type: BlockAlign, which represents the alignment, in the block-progression direction,...
Definition: FSPDFObjC.h:7605
FSXFAWidgetWidgetEdgePositionRight
Egde position: right.
Definition: FSPDFObjC.h:5904
+[FSPDFDictionary create]
FSPDFDictionary * create()
Create a new dictionary object.
FSTiledWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:5017
FSHTML2PDFSettingDataEncodingFormatASCII
Encoding foramt: "ASCII".
Definition: FSPDFObjC.h:7228
FSAppProviderCallbackStringIDWeekDayFri
String ID for case: Use string in local language for "Friday".
Definition: FSPDFObjC.h:5674
FSLRElementElementTypeComplexContent
Structure element type: ComplexContent, which means complex content element.
Definition: FSPDFObjC.h:7561
-[FSWidgetMenu copy]
NSString * copy()
Copy the text of related XFA widget.
FSPortfolioNodeTypeFile
Portfolio node type: file.
Definition: FSPDFObjC.h:8577
FSFontCharsetDefault
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:882
FSPDFDocImportFlagWithLayers
Import pages with layers.
Definition: FSPDFObjC.h:5217
FSLRStructureElementAttributeValueEnumOff
Enum value: off, which means the state is off.
Definition: FSPDFObjC.h:7683
FSHTML2PDFSettingDataEncodingFormatISO_8859_15
Encoding foramt: "ISO-8859-15".
Definition: FSPDFObjC.h:7264
FSPortfolioNodeTypeFolder
Portfolio node type: folder.
Definition: FSPDFObjC.h:8576
FSMarkupStateModelReview
Markup annotation state model: review.
Definition: FSPDFObjC.h:2640
FSAppProviderCallbackAppInfo
FSAppProviderCallbackAppInfo
Enumeration for XFA application information type.
Definition: FSPDFObjC.h:5578
FSDocProviderCallbackTextEncodingUTF16
Text encoding: UTF-16.
Definition: FSPDFObjC.h:5758
FSPrintParamsPageOrder
FSPrintParamsPageOrder
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3584
FSActionCallbackLanguageENU
English.
Definition: FSPDFObjC.h:3806
FSSubmitFormActionFlagWithCoordinates
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:2109
FSTableBorderInfoTableBorderStyleSolid
Table border style: Solid.
Definition: FSPDFObjC.h:6441
FSPrintParamsPrintHandlingMultiplePages
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: FSPDFObjC.h:3594
FSParagraphEditing
Definition: FSPDFObjC.h:7909
FSActionTypeLaunch
Action type: launch action.
Definition: FSPDFObjC.h:1966
FSFontStyleNonSymbolic
Font style: non-symbolic.
Definition: FSPDFObjC.h:873
FSAdditionalAction
Definition: FSPDFObjC.h:2259
FSHTML2PDFSettingDataEncodingFormatISO_8859_13
Encoding foramt: "ISO-8859-13".
Definition: FSPDFObjC.h:7269
FSWatermarkTextPropertiesFontStyle
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:6398
FSOptimizerSettings
Definition: FSPDFObjC.h:7166
FSModuleNameOCR
Name for module "OCR".
Definition: FSPDFObjC.h:661
FSErrSecurityHandler
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:490
FSHeaderFooterContentGeneratorDateFormatMSlashD
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:4966
FSDWG2PDFSettingDataFlagExportHyperlinks
Bit 11. Enable hyperlinks export.
Definition: FSPDFObjC.h:7384
FSErrInvalidData
Data of current object is invalid.
Definition: FSPDFObjC.h:497
-[FSFont isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSLocaleIDItaly
Locale ID for country: Italy.
Definition: FSPDFObjC.h:703
FSMarkupArray
Definition: FSPDFObjC.h:2598
FSPagingSealConfigPagingSealPositionTop
Top Paging Seal.
Definition: FSPDFObjC.h:4704
FSMarkupEndingStyleSlash
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:2665
FSDWG2PDFSettingDataFlagEnableLayers
Bit 5. If enabled, layer support will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:7378
FSPDFXComplianceVersionPDFX1a
PDF/X-1a.
Definition: FSPDFObjC.h:6835
FSImageWEBP
Image type is webp.
Definition: FSPDFObjC.h:1141
FSFillerAssistCallbackPopupMenuItemNone
No popup menu item.
Definition: FSPDFObjC.h:4123
FSColorSpaceICCBasedDeviceGray
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:691
FSLRStructureElementAttributeValueTypeWStrArray
Value type: an array of wide strings.
Definition: FSPDFObjC.h:7716
FSLRStructureElementAttributeValueEnumGroove
Enum value: Groove, which means the border looks as though it were carved into the canvas.
Definition: FSPDFObjC.h:7654
FSRectF
Definition: FSPDFObjC.h:377
FSRenditionFloatingWindowOffscreenEventNone
Nothing.
Definition: FSPDFObjC.h:1836
FSEmbeddedGotoAction
Definition: FSPDFObjC.h:2089
FSDWG2PDFSettingDataFlagEmbededTTF
Bit 1. Enable embedding of TTF(True Type Font) program to PDF file. The whole TTF font file will be e...
Definition: FSPDFObjC.h:7374
FSLRElementElementTypeHeading4
Structure element type: H4, which represents heading with level 4.
Definition: FSPDFObjC.h:7512
FSPDFObject
Definition: FSPDFObjC.h:1248
FSAppProviderCallbackStringIDImageFilter
String ID for case: Filter for image files. Sample message: "Image Files(*.bmp;*.jpg;*....
Definition: FSPDFObjC.h:5601
FSPrintParamsPrintHandlingFitPaper
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: FSPDFObjC.h:3592
-[FSParagraphEditing copySelected]
BOOL copySelected()
Copy the selected text.
FSHTML2PDFSettingDataEncodingFormatTSCII
Encoding foramt: "TSCII".
Definition: FSPDFObjC.h:7275
FSXFAWidgetWidgetTypePushButton
XFA widget type: push button.
Definition: FSPDFObjC.h:5855
FSModuleNameOptimizer
Name for module "Optimizer".
Definition: FSPDFObjC.h:664
FSAnnotFlags
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:2468
FSOutputPreviewShowICCBasedRGB
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:8534
FSBitmapDIBArgb
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:1087
-[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:1082
FSCircle
Definition: FSPDFObjC.h:2814
FSStructTreeEntityStructTreeEntityTypeElement
Structure tree entity type: Element, which represents a structure element.
Definition: FSPDFObjC.h:1687
FSPrintParamsBookletBindingLeftTall
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3580
FSActionCallbackJSMediaPlayerStateOpen
media player state: Open.
Definition: FSPDFObjC.h:3842
FSLayerTreeStateUnchanged
The state is unchanged.
Definition: FSPDFObjC.h:4006
FSFiller
Definition: FSPDFObjC.h:4236
FSErrComplianceEngineInitFailed
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:525
FSLRStructureElementAttributeValueEnumRlTb
Enum value: RlTb, which means inline progression from right to left; block progression from top to bo...
Definition: FSPDFObjC.h:7645
FSRendererDeviceDisplay
Device type: printer.
Definition: FSPDFObjC.h:3168
FSBarcodeQRCorrectionLevelLow
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1196
FSXFAWidgetWidgetTypeArc
XFA widget type: arc.
Definition: FSPDFObjC.h:5857
-[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:5618
FSPageLabelsStyle
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:5441
FSLRStructureElementAttributeValueEnumDistribute
Enum value: Distribute, which means the content is to be expanded to fill the available width in the ...
Definition: FSPDFObjC.h:7666
FSCompareResultInfoCompareResultTypeNone
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:6881
FSErrNoAdvEditModuleRight
No "AdvEdit" module right.
Definition: FSPDFObjC.h:556
FSPoint
Type definition for point class for integer.
Definition: FSPDFObjC.h:206
FSLayerContextUsageDesign
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:4046
FSOptimizerSettingsDiscardUserDataPrivateDataOfOtherApp
Discard private data of other applications.
Definition: FSPDFObjC.h:7161
FSPortfolioInitialViewMode
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:8680
FSLocaleIDTaiwan
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:699
-[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:5735
-[FSFileStreamCallback-p getSize]
unsigned long long getSize()
Get the current stream size, in bytes.
FSPDFStreamUnknown
Unknown filter type.
Definition: FSPDFObjC.h:1289
FSIconFit
Definition: FSPDFObjC.h:2415
FSReflowPageFlags
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:5509
FSAppProviderCallbackStringIDMonthMarch
String ID for case: Use string in local language for "March".
Definition: FSPDFObjC.h:5678
FSActionCallbackJSMailResultUserAbort
Mailed result: user abort.
Definition: FSPDFObjC.h:3859
FSErrLTVCannotSwitchVersion
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:529
-[FSStructObjectContent getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of related object.
FSOutputPreviewShowLineArt
If set, only show line art.
Definition: FSPDFObjC.h:8546
FSLRElementElementTypeTextObject
Structure element type: TextObject, which means text graphics object element.
Definition: FSPDFObjC.h:7549
FSFillerEventFlagKeyPad
Event flag: key pad.
Definition: FSPDFObjC.h:4228
FSSoundSampleEncodingFormatMuLaw
μ-law-encoded samples
Definition: FSPDFObjC.h:3086
FSPosBottomCenter
Position: bottom center.
Definition: FSPDFObjC.h:652
-[FSPauseCallback-p needPauseNow]
BOOL needPauseNow()
Check whether need to pause now.
FSPreflightSettingData
Definition: FSPDFObjC.h:6662
FSCertVerifyResultReasonCACompromise
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:8064
FSPDFObjectReference
PDF reference object.
Definition: FSPDFObjC.h:1245
FSSOAPAuthenticateInfo
Definition: FSPDFObjC.h:3500
FSPDFXComplianceVersionPDFX3
PDF/X-3.
Definition: FSPDFObjC.h:6836
FSAlignmentRight
Right alignment.
Definition: FSPDFObjC.h:635
FSLRStructureElementAttributeTypeBBox
Attribute type: BBox, which represents the element's bounding box (the rectangle that completely encl...
Definition: FSPDFObjC.h:7588
FSFillerVkeyW
W key.
Definition: FSPDFObjC.h:4189
FSFillerVkeyJ
J key.
Definition: FSPDFObjC.h:4176
FSPrintParamsPrintHandlingNone
Print Handling: No page scaling is applied.
Definition: FSPDFObjC.h:3591
FSColorSpaceCalRGB
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:684
FSDWG2PDFSettingDataFlagUseHLR
Bit 8. Determines whether software uses vector hidden-line removal for corresponding viewports.
Definition: FSPDFObjC.h:7381
FSFillerVkeyF1
F1 key.
Definition: FSPDFObjC.h:4209
FSCertificateSecurityHandler
Definition: FSPDFObjC.h:6205
FSPreflight
Definition: FSPDFObjC.h:6709
FSLRStructureElementAttributeValueTypeElement
Value type: element.
Definition: FSPDFObjC.h:7711
FSRotationPointLeftTop
Rotate the text block based on the left-top point of the rectangle.
Definition: FSPDFObjC.h:626
FSTextStateModeStroke
Text mode: stroke text.
Definition: FSPDFObjC.h:1525
FSLRStructureElementAttributeValueEnumRidge
Enum value: Ridge, which means the border looks as though it were coming out of the canvas (the oppos...
Definition: FSPDFObjC.h:7655
-[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:1800
FSLRElementElementTypeTitle
Structure element type: Title (PDF 2.0), which represents content that is usually referred to as the ...
Definition: FSPDFObjC.h:7503
FSXFAWidgetPresenceVisible
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:5875
FSMonoImageSettingsImageCompressQualityMedium
Compression quality: Medium, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7082
FSXFADocEventTypePostPrint
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:5777
FSSignatureStateVerifyIssueValid
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:4498
FSErrODAEngineNotFound
(For DWG-to-PDF conversion only) ODA engine is not found.
Definition: FSPDFObjC.h:553
FSAppProviderCallbackMsgBtnIDNo
Message box button ID: No.
Definition: FSPDFObjC.h:5719
FSActionCallbackLanguagePTB
Brazilian Portuguese.
Definition: FSPDFObjC.h:3814
FSPDFObjectInvalidType
Invalid PDF object type.
Definition: FSPDFObjC.h:1236
FSErrNoConnectedPDFModuleRight
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:537
FSAppProviderCallbackStringIDNotFoundMethod
Sample message: "Cannot find method '%s'".
Definition: FSPDFObjC.h:5643
FSAnnotPropertyBorderColor
Annotation property: border color.
Definition: FSPDFObjC.h:2492
FSRendererColorModeForegroundPath
If set, the color of path need to be replaced.
Definition: FSPDFObjC.h:3162
FSHTML2PDFSettingDataEncodingFormatArabic
Encoding foramt: "Arabic".
Definition: FSPDFObjC.h:7235
-[FSMediaPlayerCallback-p getPlayerSettings]
FSMediaSettings * getPlayerSettings()
A callback function to get the media player settings.
FSMarkupMeasureTypeD
Measurement of distance in any direction.
Definition: FSPDFObjC.h:2671
FSOutputPreviewShowNotDeviceCMYK
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:8525
FSXFAWidgetHitTestAreaHyperLink
Hit test area: HyperLink.
Definition: FSPDFObjC.h:5850
FSParagraphEditingBulletTypeRightArrow
Bullet type: right arrow (upper white and lower black).
Definition: FSPDFObjC.h:7894
FSWidgetLineSpacingStyle
FSWidgetLineSpacingStyle
Enumeration for line spacing style.
Definition: FSPDFObjC.h:3019
FSRenditionWindowType
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:1805
FSSignature
Definition: FSPDFObjC.h:4586
FSComparison
Definition: FSPDFObjC.h:6960
FSGraphicsObjectsTextMergeTJY
Merge consecutive text-showing operators with equal y coordinates.
Definition: FSPDFObjC.h:4756
FSFontStdIDCourierB
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:909
FSSubmitFormActionFlagExclude
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:2105
FSFontFontTypeType3
Font type: Type3.
Definition: FSPDFObjC.h:927
FSAppProviderCallbackStringIDValidateFailed
Sample message: "Validate failed".
Definition: FSPDFObjC.h:5596
FSErrNoComplianceModuleRight
No "Compliance" module right.
Definition: FSPDFObjC.h:543
FSIconFitScaleWaySmaller
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:2411
FSHeaderFooterContentGeneratorDateFormatType
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:4965
FSBarcode
Definition: FSPDFObjC.h:1202
FSSignatureStateVerifyIssueCurrent
The verified issue is current issuer.
Definition: FSPDFObjC.h:4503
FSAnnotMKRelationCaptionLeft
Caption to the left of the icon.
Definition: FSPDFObjC.h:2516
FSLRElementElementTypeSect
Structure element type: Sect, which means "Section" and represents a container for grouping related c...
Definition: FSPDFObjC.h:7495
FSSchemaField
Definition: FSPDFObjC.h:8644
-[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:1783
FSMenuListArray
Definition: FSPDFObjC.h:3287
FSFDFDocFDF
FDF document type: FDF.
Definition: FSPDFObjC.h:3261
FSPDFDocPermFillForm
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:5199
FSXFADocStatic
XFA document type: Static.
Definition: FSPDFObjC.h:5783
FSPDFPageBoxType
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:4801
FSColorSpaceRenderIntentRelColorimetric
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:1042
FSRangeEven
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:845
FSGraphicsObjectBlendSoftlight
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:1458
FSLRStructureElementAttributeValueEnumFloat
Enum value: float.
Definition: FSPDFObjC.h:7677
-[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:7237
FSOptimizerSettingsDiscardObjectsEmbeddedPageThumbnails
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:7146
FSModuleName3D
Name for module "3D".
Definition: FSPDFObjC.h:672
-[FSParagraphEditing canPaste]
BOOL canPaste()
Check whether can paste text.
FSXFAWidgetPresenceHidden
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:5876
FSAnnotHighlightingInvert
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:2483
FSTimeStampServerSendResultFailToCreateSocket
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:4677
FSUnderline
Definition: FSPDFObjC.h:2750
FSSignatureAPFlagSigner
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:4524
FSLRStructureElementAttributeValueTypeARGB
Value type: ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24).
Definition: FSPDFObjC.h:7709
FSFillerVkeyZ
Z key.
Definition: FSPDFObjC.h:4192
FSPDFStreamLZWDecode
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:1293
FSDialogDescriptionElementArray
Definition: FSPDFObjC.h:3430
FSFontCharsetHebrew
Font charset: Hebrew.
Definition: FSPDFObjC.h:893
FSRenditionWindowTypeHidden
Window type: a hidden window.
Definition: FSPDFObjC.h:1808
FSWidgetLineSpacingAuto
Line spacing style: auto line spacing.
Definition: FSPDFObjC.h:3024
FSSignatureStateVerifyValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4490
FSOptimizer
Definition: FSPDFObjC.h:7008
FSXFAWidgetWidgetEdgePositionTop
Egde position: top.
Definition: FSPDFObjC.h:5903
FSFloatingInfoResizeType
FSFloatingInfoResizeType
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: FSPDFObjC.h:3654
FSDWG2PDFProgressCallback-p
Definition: FSPDFObjC.h:8860
FSStructTreeEntityStructTreeEntityTypeObjectContent
Structure tree entity type: ObjectContent, which represents a PDF object content item,...
Definition: FSPDFObjC.h:1689
FSRenditionActionOpTypeStop
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:2188
FSDialogDescriptionElement
Definition: FSPDFObjC.h:3450
-[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:5663
FSSignatureStateVerifyIssueRevoke
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:4500
FSRenditionFloatingWindowRelatedWindowMonitor
Depends on monitor specifier.
Definition: FSPDFObjC.h:1826
FSLRStructureElementAttributeValueEnumRB
Enum value: rb, which means radio button.
Definition: FSPDFObjC.h:7678
FSDWG2PDFSettingData
Definition: FSPDFObjC.h:7409
FSPDFStreamFilter
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:1288
FSDWG2PDFSettingDataFlagMeasuring
Bit 15. Enable measuring scale in pdf.
Definition: FSPDFObjC.h:7387
FSFontStdIDZapfDingbats
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:921
FSActionNewWindowFlagTrue
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:1985
-[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:7217
FSPagingSealSignaturePagingSealAPStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:4735
FSFieldFlagTextFileSelect
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:4356
FSLRStructureElementAttributeTypeTextDecorationColor
Attribute type: TextDecorationColor, which represents the color to be used for drawing text decoratio...
Definition: FSPDFObjC.h:7611
FSBorderInfoCloudy
Border style: Cloudy.
Definition: FSPDFObjC.h:2344
-[FSPath clear]
void clear()
Clear all points.
-[FSParagraphEditingUndoItem undo]
void undo()
Undo this item.
FSCombinationCombineDocsOptionObjectStream
If set, that means object streams will be used to generate combined result PDF file in order to reduc...
Definition: FSPDFObjC.h:8389
FSRenditionFloatingWindowRelatedWindowFullDesktop
The full virtual desktop.
Definition: FSPDFObjC.h:1825
FSAppProviderCallbackAppInfoVariation
Application information: variation.
Definition: FSPDFObjC.h:5582
FSPDFDocExtractPagesOptionSignature
If set, that means signature will be extracted as well. It must be combined with .
Definition: FSPDFObjC.h:5229
FSWatermarkSettingsFlagShareImageStream
If set, watermarks will share one image stream if these watermarks use the same image or bitmap.
Definition: FSPDFObjC.h:6370
FSJoinSplitJoinSplitOperationTypeSpilt
Join spilt operation type: Spilt.
Definition: FSPDFObjC.h:7966
FSColorSpaceICCBased
Color space: ICCBased.
Definition: FSPDFObjC.h:686
FSAppProviderCallbackStringIDUnknownCaught
Sample message: "Unknown error is caught!".
Definition: FSPDFObjC.h:5602
FSRMSSecurityHandler
Definition: FSPDFObjC.h:6299
-[FSLayerNode getPrintUsage]
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
FSPDFObjectNumber
PDF number object.
Definition: FSPDFObjC.h:1238
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithLine
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:8463
FSLRElementElementTypeTableDataCell
Structure element type: TD, which means "Table data cell" and represents a table cell containing data...
Definition: FSPDFObjC.h:7523
FSActionCallbackAppInfoTypeFormsVersion
Application's forms version information.
Definition: FSPDFObjC.h:3820
FSFontCharsetANSI
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:881
FSTextPageParseTextUseStreamOrder
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:6032
FSRenditionMonitorSpecifierGreatestArea
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:1817
FSLRElementElementTypeTableHeaderGroup
Structure element type: THead, which means "Table header row group" and represents a group of rows th...
Definition: FSPDFObjC.h:7524
-[FSFDFDoc getPDFPath]
NSString * getPDFPath()
Get the path of related PDF document.
FSGraphStateLineJoinMiter
Miter line join type.
Definition: FSPDFObjC.h:815
FSImageTIF
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:1138
FSAppProviderCallbackStringIDArgumentExpectContainer
Sample message: "'%s' argument is expected to be a container".
Definition: FSPDFObjC.h:5655
FSPDFDocDisplayMode
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:5237
FSAppProviderCallbackStringIDArgumentMismatch
Sample message: "Argument mismatch in property or function argument".
Definition: FSPDFObjC.h:5661
FSPDFPageCropBox
Crop Box for page boundary.
Definition: FSPDFObjC.h:4803
FSRotationPointLeftBottom
Rotate the text block based on the left-bottom point of the rectangle.
Definition: FSPDFObjC.h:628
FSErrLTVCannotLoadDTS
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:532
FSFontStdIDHelveticaB
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:913
FSAnnotationSummarySettingsTypeSortByAnnotationType
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:8474
FSLRStructureElementAttributeValueEnum
FSLRStructureElementAttributeValueEnum
Enumeration for element general layout attribute enum values.
Definition: FSPDFObjC.h:7635
FSAdditionalActionTriggerAnnotPageOpened
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:2253
FSErrConflict
New data conflicts with existed data.
Definition: FSPDFObjC.h:494
FSRenditionMediaPlayerFitStyleMeet
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:1797
FSPDFPageFlattenNoAnnot
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:4797
FSBitmap
Definition: FSPDFObjC.h:1102
-[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:5741
FSStructElementElementInfoTypeExpandedForm
Structure element info type: Expanded Form, which means the expanded form of structure element.
Definition: FSPDFObjC.h:1709
FSSignatureStateVerifyTimestampInvalid
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:4507
FSStructTreeEntity
Definition: FSPDFObjC.h:1692
FSMarkupStateUnmarked
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:2646
FSAppProviderCallbackStringIDValidateLimit
Sample message: "Message limit exceeded. Remaining %d validation errors not reported....
Definition: FSPDFObjC.h:5689
FSRangeOdd
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:846
FSLRStructureElementAttributeValueEnumLowerRoman
Enum value: LowerRoman, which means lowercase roman numerals (i, ii, iii, iv, ...).
Definition: FSPDFObjC.h:7672
FSAppProviderCallbackStringIDCannotModifyValue
Sample message: "Cannot modify the '%s' value".
Definition: FSPDFObjC.h:5631
FSWidgetChoiceOption
Definition: FSPDFObjC.h:5541
FSHTML2PDFSettingDataEncodingFormatCP1257
Encoding foramt: "CP1257".
Definition: FSPDFObjC.h:7262
FSLRStructureElementAttributeTypeRowSpan
Attribute type only for Table: RowSpan, which represents the number of rows in the enclosing table th...
Definition: FSPDFObjC.h:7624
FSMediaSettingsPlayerWindowTypeDockedPage
Window type: a docked page window.
Definition: FSPDFObjC.h:3689
FSMarkupStateMarked
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:2645
FSSearchCallback-p
Definition: FSPDFObjC.h:10458
FSCertVerifyResultReasonPrivilegeWithDrawn
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:8070
FSOutputPreviewShowSmoothShades
If set, only show smooth shades.
Definition: FSPDFObjC.h:8543
-[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:4992
-[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:1926
FSFileFormatTypeTXT
File format type: TXT.
Definition: FSPDFObjC.h:716
FSFontStdIDCourierBI
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:910
FSSubmitFormActionFlagEmbedForm
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:2117
FSPDFDocDisplayUseNone
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:5238
FSActionNewWindowFlagNone
No "NewWindow" flag.
Definition: FSPDFObjC.h:1986
FSDocProviderCallbackPageViewEventTypeRemoved
Event type: after a page view is removed.
Definition: FSPDFObjC.h:5764
FSDWG2PDFSettingDataFlagZoomToExtentsMode
Bit 12. If enabled, layout geometry will be zoomed to paper size, else layout settings will be applie...
Definition: FSPDFObjC.h:7385
FSDocumentsSource
Definition: FSPDFObjC.h:6587
FSDocProviderCallbackPrintOptionShrinkPage
If set, shrink page to fit within content area.
Definition: FSPDFObjC.h:5733
FSAppProviderCallbackStringIDNotModifyField
String ID for case: Not allow to modify field. Sample message: "You are not allowed to modify this fi...
Definition: FSPDFObjC.h:5599
FSLRElementElementTypeTOC
Structure element type: TOC, which means "Table of contents" and represents a list made up of table o...
Definition: FSPDFObjC.h:7499
FSHTML2PDFSettingDataEncodingFormatX_KDDI_Shift_JIS
Encoding foramt: "X-KDDI-Shift_JIS".
Definition: FSPDFObjC.h:7296
FSPrintDeviceSettingDataOrientationFlag
FSPrintDeviceSettingDataOrientationFlag
Enumeration for specifying the orientation of the printer.
Definition: FSPDFObjC.h:3118
FSCertVerifyResultRevocationReason
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:8060
FSPath
Definition: FSPDFObjC.h:995
FSRendererRenderScreen
If set, only screen annotations will be rendered.
Definition: FSPDFObjC.h:3157
-[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:8681
-[FSPDFArray getElementCount]
int getElementCount()
Get the count of elements.
FSErrLTVCannotCheckDTS
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:530
FSImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:7022
FSXFAWidgetWidgetType
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:5853
FSFontCharsetBaltic
Font charset: Baltic.
Definition: FSPDFObjC.h:895
FSColorSpaceICCBasedDeviceRGB
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:692
FSFillerVkeyF4
F4 key.
Definition: FSPDFObjC.h:4212
FSPosTopCenter
Position: top center.
Definition: FSPDFObjC.h:646
FSHTML2PDFSettingDataEncodingFormatLatin4
Encoding foramt: "Latin4".
Definition: FSPDFObjC.h:7231
FSPDFStreamRunLengthDecode
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:1295
FSImageSettingsImageCompressQualityLossless
Compression quality: Lossless, only for jpeg2000 compress mode.
Definition: FSPDFObjC.h:7035
FSRichTextStyleCornerMarkNone
Corner mark style: none.
Definition: FSPDFObjC.h:2307
FSAnnotFlagToggleNoView
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:2477
FSHTML2PDFSettingDataEncodingFormatCP866
Encoding foramt: "CP866".
Definition: FSPDFObjC.h:7252
-[FSJoinSplit unlinkBoxes]
void unlinkBoxes()
Call this function to unlink text.
FSPDFPageSizeB5
Page size: B5.
Definition: FSPDFObjC.h:4820
FSAppProviderCallbackStringIDInvalidateChar
Sample message: "Invalidate character '%c'".
Definition: FSPDFObjC.h:5624
FSFillerEventFlagLeftButtonDown
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:4230
FSSearchOptionWordMatchingMatchAllWords
Word matching: match all words.
Definition: FSPDFObjC.h:3742
FSFDFDoc
Definition: FSPDFObjC.h:3265
FSSnappedPointTypeNone
This means the snapped point is invalid.
Definition: FSPDFObjC.h:8709
FSAnnotationSummarySettingsSortType
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:8470
FSTextObject
Definition: FSPDFObjC.h:1579
FSLRElementElementTypeHeading5
Structure element type: H5, which represents heading with level 5.
Definition: FSPDFObjC.h:7513
FSGraphicsObjectTypeFormXObject
Form XObject graphics object.
Definition: FSPDFObjC.h:1473
FSFillerVkey2
2 key.
Definition: FSPDFObjC.h:4159
FSProgressiveFinished
Progress state: progress is finished.
Definition: FSPDFObjC.h:737
FSAnnotType
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:2435
FSPDFDocExtractPagesOptionOCProperties
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:5225
FSFillerVkeyU
U key.
Definition: FSPDFObjC.h:4187
FSPDFPageMediaBox
Media Box for page boundary.
Definition: FSPDFObjC.h:4802
FSAnnotPropertyFillColor
Annotation property: fill color.
Definition: FSPDFObjC.h:2493
FSImageSettingsImageCompressjpeg
Compression mode: jpeg.
Definition: FSPDFObjC.h:7023
FSErrComplianceEngineNotInit
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:523
FSTaggedPDFCallbackReportCategoryTableRow
Report category type: table row.
Definition: FSPDFObjC.h:7803
FSActionCallbackSearchScope
FSActionCallbackSearchScope
Enumeration for search scope.
Definition: FSPDFObjC.h:3862
FSLRStructureElementAttributeType
FSLRStructureElementAttributeType
Enumeration for element general layout attribute types.
Definition: FSPDFObjC.h:7581
FSActionCallbackLanguageCHT
Chinese Traditional.
Definition: FSPDFObjC.h:3803
FSLRStructureElementAttributeTypeTextAlign
Attribute type: TextAlign, which represents the alignment of text and other content within lines of t...
Definition: FSPDFObjC.h:7604
-[FSXFAPage getHeight]
float getHeight()
Get the height of the XFA page.
FSPDFXComplianceVersionPDFX3ISOCoatedv2ECI
PDF/X-3 (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:6844
FSModuleNameConversion
Name for module "Conversion".
Definition: FSPDFObjC.h:665
FSTextPageCharInfo
Definition: FSPDFObjC.h:6006
FSPDFObjectNull
PDF null object.
Definition: FSPDFObjC.h:1244
FSAnnotationSummarySettingsSummaryLayout
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:8462
FSPDFAComplianceVersionPDFA2u
PDF/A-2u.
Definition: FSPDFObjC.h:6795
FSFillerVkeyF9
F9 key.
Definition: FSPDFObjC.h:4217
FSXFAWidgetWidgetTypeRectangle
XFA widget type: rectangle.
Definition: FSPDFObjC.h:5866
FSActionCallbackMailTypeDoc
Mailed data type: document.
Definition: FSPDFObjC.h:3828
FSBorderInfoUnderLine
Border style: Underline.
Definition: FSPDFObjC.h:2341
FSLRStructureElementAttributeValueEnumOverline
Enum value: Overline, which means a line above the text.
Definition: FSPDFObjC.h:7664
FSAppProviderCallbackStringIDMonthNov
String ID for case: Use string in local language for "November".
Definition: FSPDFObjC.h:5686
FSDocProviderCallbackPrintOptionPrintAnnot
If set, print annotations.
Definition: FSPDFObjC.h:5736
FSFillerVkeyO
O key.
Definition: FSPDFObjC.h:4181
FSFillerAssistCallbackPopupMenuItem
FSFillerAssistCallbackPopupMenuItem
Enumeration for popup menu item.
Definition: FSPDFObjC.h:4122
FSMatrix2D
Definition: FSPDFObjC.h:418
FSSignatureFieldMDPActionAll
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4572
-[FSLRStructureElement getParentElement]
FSLRStructureElement * getParentElement()
Get the parent element.
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
Enumeration for searchable text type used for converting DWG to PDF.
Definition: FSPDFObjC.h:7397
FSDWG2PDFSettingDataDWG2PDFColorPolicyGrayscale
Color policy: Drawing is exported to a grayscale PDF file. Native colors are converted into grayscale...
Definition: FSPDFObjC.h:7406
FSHTML2PDFSettingDataMediaStyleScreen
Media style: screen. It means PDF page will be displayed in screen media style.
Definition: FSPDFObjC.h:7304
FSLRStructureElementAttributeTypeFieldDesc
Attribute type only for PrintField: Desc, which represents the alternate name of the field,...
Definition: FSPDFObjC.h:7623
FSPDFDocEncryptRMS
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:5190
FSLRStructureElementAttributeTypePlacement
Attribute type: Placement, which means the positioning of the element with respect to the enclosing r...
Definition: FSPDFObjC.h:7584
FSLRElementElementTypeAnnotContent
Structure element type: AnnotContent, which means annotation content element.
Definition: FSPDFObjC.h:7562
FSPDFDocPwdNoPassword
No password is used in PDF document.
Definition: FSPDFObjC.h:5178
FSHTML2PDFSettingDataEncodingFormatKSC
Encoding foramt: "KSC".
Definition: FSPDFObjC.h:7244
FSMonoImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:7092
FSHTML2PDFSettingDataEncodingFormatHTCHANAKYA
Encoding foramt: "HTCHANAKYA".
Definition: FSPDFObjC.h:7282
FSAppProviderCallbackStringIDArgumentNotArray
Sample message: "'%s' function's %d argument cannot be array".
Definition: FSPDFObjC.h:5654
FSPDFDocUserPermissions
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:5194
FSXFADoc
Definition: FSPDFObjC.h:5793
FSAppProviderCallbackStringIDIllegalContinue
Sample message: "Illegal continue".
Definition: FSPDFObjC.h:5637
FSFontFontTypes
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:924
FSImageSettingsImageCompressQuality
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:7029
FSErrIsAlreadyCDRM
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:511
FSColorSpacePattern
Color space: Pattern.
Definition: FSPDFObjC.h:690
FSCompareResultInfoCompareResultTypeInsertShading
Result type: insert shading.
Definition: FSPDFObjC.h:6892
FSPrintDeviceSettingDataLandscape
Landscape orientation for printing.
Definition: FSPDFObjC.h:3120
FSSignatureVerifyResultLTVStateNotEnable
This means LTV is not enabled.
Definition: FSPDFObjC.h:8222
FSParagraphEditingNumberingTypeNone
Numbering type: none.
Definition: FSPDFObjC.h:7901
-[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:7521
FSSubmitFormActionFlagExportFormat
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:2107
FSOutputPreviewShowRegistrationColor
If set, only show registration color.
Definition: FSPDFObjC.h:8544
FSWatermarkTextPropertiesFontStyleUnderline
Watermark font style: with underline.
Definition: FSPDFObjC.h:6400
FSSignatureKeyNameLocation
Signature key name: location.
Definition: FSPDFObjC.h:4533
FSAnnotLine
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2440
FSRendererColorModeForegroundText
If set, the color of text need to be replaced.
Definition: FSPDFObjC.h:3161
FSErrCanNotUploadCDRMInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:513
FSErrInvalidACL
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:517
FSLTVVerifierVRICreationTime
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:8194
FSOptimizeScannedPDFSettingsScannedImageCompressjpeg
Compression mode: jpeg.
Definition: FSPDFObjC.h:7188
FSXFAWidgetHitTestArea
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:5846
FSQuadPoints
Definition: FSPDFObjC.h:2367
FSFillerVkeyF7
F7 key.
Definition: FSPDFObjC.h:4215
FSCertVerifyResultLocationNotSet
Location is not set.
Definition: FSPDFObjC.h:8075
FSAppProviderCallbackStringIDIsNotArray
Sample message: "'%s' is not an array".
Definition: FSPDFObjC.h:5651
FSLineCapPos
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:2854
FSErrNoRedactionModuleRight
No "Redaction" module right.
Definition: FSPDFObjC.h:539
FSResponse
Definition: FSPDFObjC.h:8018
FSSignatureDocPermFillingFormAndSigning
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:4566
-[FSParagraphEditing pasteSelected]
BOOL pasteSelected()
Paste the copied text.
FSPDFDocDataType
FSPDFDocDataType
Enumeration for data type used to decide which object(s) will be imported from or exported to FDF/XFD...
Definition: FSPDFObjC.h:5246
FSDocProviderCallbackTextEncodingISO8859NN
Text encoding: ISO8859NN.
Definition: FSPDFObjC.h:5754
FSPathPointType
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:987
FSBitmapDIBRgb565
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:1093
FSLayerTreeStateON
The state is ON.
Definition: FSPDFObjC.h:4004
FSPointFArray
An array of PointF objects.
Definition: FSPDFObjC.h:265
FSAnnotPropertyCreationDate
Annotation property: creation date.
Definition: FSPDFObjC.h:2491
FSFillerAssistCallbackPopupMenuItemDelete
Popup menu item: "Delete".
Definition: FSPDFObjC.h:4127
FSSignatureStateNoSignData
Signature does not have any data for signing.It means that there is not "V" entry in the signature di...
Definition: FSPDFObjC.h:4487
FSButtonItem
Definition: FSPDFObjC.h:3386
FSMarkupMeasureType
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:2668
-[FSParagraphEditingMgr getJoinSplit]
FSJoinSplit * getJoinSplit()
Get the join split object.
FSErrNoOCRModuleRight
No "OCR" module right.
Definition: FSPDFObjC.h:541
FSImageSettingsImageCompressQualityLow
Compression quality: Low.
Definition: FSPDFObjC.h:7031
-[FSParagraphEditing canSelectAll]
BOOL canSelectAll()
Check whether can select all text.
FSErrInvalidState
Invalid or incorrect state.
Definition: FSPDFObjC.h:500
FSAdditionalActionTriggerAnnotPageClosed
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:2254
-[FSMediaPlayerCallback-p close]
void close()
A callback function to close the media player.
FSReflowPageNormal
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:5510
-[FSLRElement stringifyType]
NSString * stringifyType()
Convert type (enum value) of current element to a short and memorable string (text) representation.
FSJoinSplitJoinSplitOperationTypeSelectNone
Join spilt operation type: SelectNone.
Definition: FSPDFObjC.h:7969
FSImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:7040
FSAnnotMKEntryBorderColor
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:2498
FSGraphStateLineJoinBevel
Bevel line join type.
Definition: FSPDFObjC.h:817
-[FSPDFNumberTree removeAllObjs]
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
FSRevocationArrayInfo
Definition: FSPDFObjC.h:8149
FSActionType
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:1961
FSBitmapDIB1bpp
DIB format: 1bpp format, two color RGB bitmap.It does not support format conversion between bitmaps.
Definition: FSPDFObjC.h:1084
FSSplitDocumentInfoArray
Definition: FSPDFObjC.h:8782
FSDefaultAppearanceFlagTextColor
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2282
FSPrintParamsPageOrderVertical
Page Order type: pages are placed from top to bottom, from left to right.
Definition: FSPDFObjC.h:3587
FSRenditionMediaPlayerNotUsed
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:1793
FSPDFPageSizeLetter
Page size: letter.
Definition: FSPDFObjC.h:4810
FSWidget
Definition: FSPDFObjC.h:3027
FSMonoImageSettingsStretchMode
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:7087
FSFillerVkeyF12
F12 key.
Definition: FSPDFObjC.h:4220
FSLRStructureElementAttributeTypeEndIndent
Attribute type: EndIndent, which represents the distance from the end edge of the BLSE to that of the...
Definition: FSPDFObjC.h:7602
-[FSTextSearch getMatchSentence]
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
FSAnnotAppearanceTypeRollover
Annotation's rollover appearance.
Definition: FSPDFObjC.h:2522
FSWidgetMenu
Definition: FSPDFObjC.h:5961
FSAnnotationSummaryCallback-p
Definition: FSPDFObjC.h:11581
FSSignatureFieldMDPActionInclude
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4573
FSErrNoMicroOfficeInstalled
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:547
FSHTML2PDFSettingDataEncodingFormatLatin6
Encoding foramt: "Latin6".
Definition: FSPDFObjC.h:7233
FSFontCharsetGreek
Font charset: Greek.
Definition: FSPDFObjC.h:891
FSFillerVkeyTab
Tab key.
Definition: FSPDFObjC.h:4136
FSOptimizerSettingsDiscardObjectsFormActions
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:7143
FSTextFillSignObject
Definition: FSPDFObjC.h:8321
FSLRStructureElementAttributeTypeHeight
Attribute type: Height, which represents the height of the element's content rectangle.
Definition: FSPDFObjC.h:7590
FSImageOrientationFlipV
Flip Vertical.
Definition: FSPDFObjC.h:1149
FSSound
Definition: FSPDFObjC.h:3090
FSModuleNameTableMaker
Name for module "TableMaker".
Definition: FSPDFObjC.h:668
FSLRElementElementTypeHeading2
Structure element type: H2, which represents heading with level 2.
Definition: FSPDFObjC.h:7510
FSPagingSealConfigPagingSealStyleOneSignature
Only add one signature. This signature is used for signature and verification and will be hidden in t...
Definition: FSPDFObjC.h:4710
FSErrDeviceLimitation
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:506
FSAnnotFileAttachment
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2453
FSAnnotPrinterMark
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2458
FSTaggedPDFCallbackReportCategoryParagraph
Report category type: paragraph.
Definition: FSPDFObjC.h:7799
FSFieldTypeListBox
Form field type: list box.
Definition: FSPDFObjC.h:4343
FSMarkupEndingStyleSquare
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2657
FSLRStructureElementAttributeTypeWritingMode
Attribute type: WritingMode, which means the directions of layout progression for packing of ILSEs (i...
Definition: FSPDFObjC.h:7586
FSAnnotMKRelationCaptionAboveIcon
Caption above the icon.
Definition: FSPDFObjC.h:2514
FSFillerEventFlagAltKey
Event flag: "Alt" key.
Definition: FSPDFObjC.h:4226
FSLRElementElementTypeListItem
Structure element type: LI, which means "List item" and represents an individual member of a list.
Definition: FSPDFObjC.h:7517
FSHeaderFooterContentGeneratorPageNumberFormatNumberOfCount
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4991
FSRenditionMonitorSpecifier
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:1812
-[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:3649
FSPSI
Definition: FSPDFObjC.h:5473
FSAppProviderCallbackStringIDUnableSetReady
Sample message: "Unable to set the value for property 'ready'".
Definition: FSPDFObjC.h:5616
FSAnnotWatermark
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2460
FSModuleNameCompliance
Name for module "Compliance".
Definition: FSPDFObjC.h:663
FSDWG2PDFSettingDataFlagLinearized
Bit 13. Create linearized PDF file.
Definition: FSPDFObjC.h:7386
FSOptimizerSettingsDiscardObjectsSmoothlinestocurves
smooth lines to curves
Definition: FSPDFObjC.h:7153
FSComplianceEngineViewOrPrintConditionAuto
Viewing or printing condition: Auto.
Definition: FSPDFObjC.h:6621
FSAppProviderCallbackStringIDUnableSetLanguage
Sample message: "Unable to set the value for property 'language'".
Definition: FSPDFObjC.h:5610
FSEmbeddedFontData
Definition: FSPDFObjC.h:5143
FSActionTypeNamed
Action type: named action.
Definition: FSPDFObjC.h:1972
FSLRStructureElementAttributeValueEnumDouble
Enum value: Double, which means the border is two solid lines.
Definition: FSPDFObjC.h:7653
FSCertificateSecurityCallback-p
Definition: FSPDFObjC.h:10535
FSLRStructureElementAttributeValueEnumInset
Enum value: Inset, which means the border makes the entire box look as though it were embedded in the...
Definition: FSPDFObjC.h:7656
FSWatermarkSettings
Definition: FSPDFObjC.h:6375
FSPreflightSettingDataLibraryTypePrepressColorTransparency
Preflight library type: Prepress,Color and Transparency.
Definition: FSPDFObjC.h:6653
FSLRStructureElementAttributeTypeBaselineShift
Attribute type: BaselineShift, which means the distance by which the element's baseline is shifted re...
Definition: FSPDFObjC.h:7609
FSDocViewerPrefsHideWindowUI
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:5411
-[FSPointFArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSFontCharsetTurkish
Font charset: Turkish.
Definition: FSPDFObjC.h:892
FSNote
Definition: FSPDFObjC.h:2714
FSSignatureCallbackCertInvalidPassword
Certificate's password is wrong.
Definition: FSPDFObjC.h:4643
FSFontCharsetEastEurope
Font charset: Eastern European.
Definition: FSPDFObjC.h:889
FSRenditionMonitorSpecifierLargest
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:1813
FSLRStructureElement
Definition: FSPDFObjC.h:7720
FSOutputPreviewShowAll
If set, show all.
Definition: FSPDFObjC.h:8523
FSAppProviderCallbackStringIDMonthDec
String ID for case: Use string in local language for "December".
Definition: FSPDFObjC.h:5687
FSImageJBIG2
Image type is JBIG2.
Definition: FSPDFObjC.h:1140
FSHTML2PDFSettingDataEncodingFormatX_DoCoMo_Shift_JIS
Encoding foramt: "X-DoCoMo-Shift_JIS".
Definition: FSPDFObjC.h:7297
FSFillerVkeyE
E key.
Definition: FSPDFObjC.h:4171
FSActionCallbackJSMediaPlayerStateClose
media player state: Close.
Definition: FSPDFObjC.h:3843
-[FSBitmap getFormat]
FSBitmapDIBFormat getFormat()
Get bitmap format.
FSErrNoOffice2PDFModuleRight
No "Office2PDF" module right.
Definition: FSPDFObjC.h:564
FSDRMSecurityCallback-p
Definition: FSPDFObjC.h:10557
FSPDFXComplianceVersionPDFX4JapanColor2001Coated
PDF/X-4 (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:6849
FSErrNoConversionModuleRight
No "Conversion" module right.
Definition: FSPDFObjC.h:545
FSLocaleIDUnspecified
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:697
FSAppProviderCallbackStringIDWeekDayTue
String ID for case: Use string in local language for "Tuesday".
Definition: FSPDFObjC.h:5671
FSColorSpaceIndexed
Color space: Indexed.
Definition: FSPDFObjC.h:689
FSActionCallbackLanguageNOR
Norwegian.
Definition: FSPDFObjC.h:3813
FSRenditionActionOpTypeAssociate
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:2187
FSSignatureKeyNameContactInfo
Signature key name: contact information.
Definition: FSPDFObjC.h:4535
FSPDFPageSizeA3
Page size: A3.
Definition: FSPDFObjC.h:4813
FSLRElementElementTypeRuby
Structure element type: Ruby, which represents the wrapper around the entire ruby assembly.
Definition: FSPDFObjC.h:7535
FSLRElementElementTypeHeading1
Structure element type: H1, which represents heading with level 1.
Definition: FSPDFObjC.h:7509
FSLRStructureElementAttributeTypeColor
Attribute type: Color, which represents the color to be used for drawing text and the default value f...
Definition: FSPDFObjC.h:7598
FSXFAWidgetWidgetvAlignTypeMiddle
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:5899
FSImageOrientation
FSImageOrientation
Enumeration for image orientation.
Definition: FSPDFObjC.h:1144
FSLocaleIDNetherlands
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:700
FSXFAWidgetWidgetEdgePositionBottom
Egde position: bottom.
Definition: FSPDFObjC.h:5905
FSAnnot
Definition: FSPDFObjC.h:2526
FSFontStyles
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:868
FSCombinationCombineDocsOptions
FSCombinationCombineDocsOptions
Enumeration for options used for combining PDF files.
Definition: FSPDFObjC.h:8380
FSPreflightReportSettingDataProblemsHighlightMethodTransparentMasks
Problems highlighted by transparent masks.
Definition: FSPDFObjC.h:6688
FSGraphicsObjectTypeText
Text graphics object.
Definition: FSPDFObjC.h:1469
FSDocViewerPrefsFitWindow
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:5412
FSDocProviderCallbackTextEncoding
FSDocProviderCallbackTextEncoding
Enumeration for text encoding for XFA submit.
Definition: FSPDFObjC.h:5747
FSPreflightSettingDataOperateTypeProfiles
Opearte type: profiles.
Definition: FSPDFObjC.h:6657
FSPDFXComplianceVersionPDFX1aISOCoatedv2ECI
PDF/X-1a (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:6840
FSRenditionMediaPlayerFitStyleFill
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:1799
FSTaggedPDFCallbackReportCategoryTableHeader
Report category type: table header.
Definition: FSPDFObjC.h:7804
FSMarkupEndingStyleDiamond
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2659
FSLRElementElementTypeArt
Structure element type: Art, which means "Article" and represents a relatively self-contained body of...
Definition: FSPDFObjC.h:7494
FSControl
Definition: FSPDFObjC.h:4443
FSBitmapBicubic
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1099
FSImageType
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:1131
FSSOAPResponseInfo
Definition: FSPDFObjC.h:3541
-[FSDestination getLeft]
float getLeft()
Get left position value.
FSSignatureLabelNameLocation
Signature label name for location.
Definition: FSPDFObjC.h:4579
FSRenditionMonitorSpecifierPrimary
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:1815
FSMenuList
Definition: FSPDFObjC.h:3327
FSGraphicsObjectBlendLuminosity
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:1464
-[FSDWG2PDFProgressCallback-p release]
void release()
A callback function used to release current callback object itself.
FSRenditionFloatingWindowRelatedWindowType
FSRenditionFloatingWindowRelatedWindowType
Enumeration for the type of floating window's related window.
Definition: FSPDFObjC.h:1822
-[FSInt32Array init]
id init()
Constructor.
-[FSLRStructureElement getChildCount]
int getChildCount()
Get the count of children elements.
FSMarkupMeasureTypeA
Measurement of area.
Definition: FSPDFObjC.h:2672
FSPDFPageSizeA5
Page size: A5.
Definition: FSPDFObjC.h:4815
FSSignatureKeyNameText
Signature key name: text content.
Definition: FSPDFObjC.h:4537
FSPageLabelsUpperRomanNums
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:5444
FSMonoImageSettingsImageCompressCCITT3
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:7068
FSPagingSealConfig
Definition: FSPDFObjC.h:4713
-[FSPointFArray init]
id init()
Constructor.
FSPreflightSettingDataLibraryType
FSPreflightSettingDataLibraryType
Enumeration for the preflight library type.
Definition: FSPDFObjC.h:6650
FSTimeStampServerSendResultFailToRequest
Fail to request during sending request process.
Definition: FSPDFObjC.h:4681
FSAppProviderCallbackStringIDInvalidEnumerate
Sample message: "Invalid enumerated value: %s".
Definition: FSPDFObjC.h:5662
-[FSBitmap getBuffer]
NSData * getBuffer()
Get bitmap buffer.
FSHTML2PDFSettingDataEncodingFormatGBK
Encoding foramt: "GBK".
Definition: FSPDFObjC.h:7271
FSFillerVkeyNumpad3
3 key in the numeric keypad.
Definition: FSPDFObjC.h:4196
-[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:7519
FSOptimizerSettingsDiscardUserDataFileAttchments
Discard file attachments.
Definition: FSPDFObjC.h:7160
FSAppProviderCallbackStringIDWeekDayWed
String ID for case: Use string in local language for "Wednesday".
Definition: FSPDFObjC.h:5672
FSErrNoTableMakerModuleRight
No "TableMaker" module right.
Definition: FSPDFObjC.h:554
-[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:7541
-[FSStructElement getStructureTypeName]
NSString * getStructureTypeName()
Get structure type name.
FSHTML2PDFSettingDataEncodingFormatLatin3
Encoding foramt: "Latin3".
Definition: FSPDFObjC.h:7230
FSComplianceProgressCallback-p
Definition: FSPDFObjC.h:11322
FSOptimizerSettingsDiscardObjectsEmbeddedSearchIndex
Discard embedded search index.
Definition: FSPDFObjC.h:7151
FSAppProviderCallbackStringIDWeekDayThu
String ID for case: Use string in local language for "Thursday".
Definition: FSPDFObjC.h:5673
FSAppProviderCallbackStringIDUnsupportMethod
Sample message: "Unsupported method %s.".
Definition: FSPDFObjC.h:5606
-[FSRenderer clearClips]
void clearClips()
Clear the clipping rectangle set by function FSRenderer::setClipRect:.
FSHTML2PDFSettingDataEncodingFormatX_TAM_ELANGO
Encoding foramt: "X-TAM-ELANGO".
Definition: FSPDFObjC.h:7290
FSAppProviderCallbackStringIDValidateNumberError
Sample message: "Illegal value:cannot assign '%s' to %s.".
Definition: FSPDFObjC.h:5694
-[FSStructMarkedContent getStmOwnerDict]
FSPDFDictionary * getStmOwnerDict()
Get PDF dictionary of content stream owner.
FSNoteArray
Definition: FSPDFObjC.h:2618
FSImageSettingsImageCompressQualityMedium
Compression quality: Medium.
Definition: FSPDFObjC.h:7032
-[FSSnappedPoint getPoint]
FSPointF * getPoint()
Get the point value.
FSActionCallbackJSMediaPlayerState
FSActionCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3841
-[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:7527
FSRotation90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:618
FSMenuItemEx
Definition: FSPDFObjC.h:3344
FSPrintParamsBookletDuplexMode
FSPrintParamsBookletDuplexMode
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3571
FSFillerVkeyUnknown
An unknown key.
Definition: FSPDFObjC.h:4134
-[FSFormXObject getStream]
FSPDFStream * getStream()
Get stream.
FSBarcodeQRCorrectionLevelMedium
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1197
FSShadingObject
Definition: FSPDFObjC.h:1623
FSSignatureStateVerifyIssueExpire
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:4501
FSLRElementElementTypeCode
Structure element type: Code, which represents a fragment of computer program text.
Definition: FSPDFObjC.h:7532
FSErrNoRights
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:504
FSFillerVkeyA
A key.
Definition: FSPDFObjC.h:4167
FSSplitFileResult
Definition: FSPDFObjC.h:8809
FSOptimizerSettingsCleanUpOptions
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:7133
FSSignatureAPFlagDN
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:4522
FSSplitFileResultSplitFileState
FSSplitFileResultSplitFileState
Enumeration for the state of split file.
Definition: FSPDFObjC.h:8802
FSLRStructureElementAttributeValueEnumOutset
Enum value: Outset, which means the border makes the entire box look as though it were coming out of ...
Definition: FSPDFObjC.h:7657
FSGraphicsObjectArray
Definition: FSPDFObjC.h:1373
FSDestination
Definition: FSPDFObjC.h:1930
FSColorSpaceRenderIntentSaturation
Rendering intent: Saturation.
Definition: FSPDFObjC.h:1043
-[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:1922
FSErrNeedSigned
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:533
FSFillerVkeyNumpad2
2 key in the numeric keypad.
Definition: FSPDFObjC.h:4195
FSAnnotMKEntryIconCaptionRelation
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:2507
FSTextSearchSearchNotMatchFullWidth
If set, to ignore full-width characters and treat all characters as standard ASCII or standard-width ...
Definition: FSPDFObjC.h:6070
FSBitmapDIBAbgr
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:1092
FSErrNoAccessibilityModuleRight
No "Accessibility" module right.
Definition: FSPDFObjC.h:552
FSComplianceEngineViewOrPrintConditionJapanColor2001Coated
Viewing or printing condition:Japan Color 2001 Coated.
Definition: FSPDFObjC.h:6624
FSAnnotHighlightingPush
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:2485
FSMonoImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:7093
FSAlignmentCenter
Center alignment.
Definition: FSPDFObjC.h:634
FSPreflightReportSettingDataProblemsHighlightMethod
FSPreflightReportSettingDataProblemsHighlightMethod
Enumeration for the highlight method for preflight problems.
Definition: FSPDFObjC.h:6687
FSXFADocExportDataType
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:5787
FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYYYY
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4972
-[FSParagraphEditing deactivate]
BOOL deactivate()
Deactivate paragraph editing.
FSPageBasicInfoArray
Definition: FSPDFObjC.h:5123
FSErrNoPrint2PDFModuleRight
No "Print2PDF" module right.
Definition: FSPDFObjC.h:569
FSTextStateModeFillStroke
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:1526
FSPDFDocPermPrintHigh
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:5202
FSFloatArray
An array of float values.
Definition: FSPDFObjC.h:286
FSLRStructureElementAttributeValueEnumRow
Enum value: Row, which means row of a table.
Definition: FSPDFObjC.h:7685
FSDocViewerPrefsHideMenubar
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:5410
FSAnnotUnknownType
Annotation type: unknown.
Definition: FSPDFObjC.h:2436
-[FSJoinSplit joinBoxes]
void joinBoxes()
Call this function to join text.
FSPDFStream
Definition: FSPDFObjC.h:1303
FSScreen
Definition: FSPDFObjC.h:2915
FSStructObjectContentStructObjectTypeForm
Form object.
Definition: FSPDFObjC.h:1747
FSPDFDocSaveFlagNormal
Save document normally, without using any special flag.
Definition: FSPDFObjC.h:5206
-[FSLRStructureElement getSupportedAttributeCount]
int getSupportedAttributeCount()
Get supported attribute count.
FSAppProviderCallbackStringIDInvalidateLeftValue
Sample message: "Invalidate left-value '%s'".
Definition: FSPDFObjC.h:5629
FSTextMarkup
Definition: FSPDFObjC.h:2730
FSOptimizerSettingsOptimizerUnembeddedFonts
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:7129
FSAppProviderCallbackStringIDInvalidPropertySetOperation
String ID for case: Some setting operation to property is invalid. Sample message: "Invalid property ...
Definition: FSPDFObjC.h:5608
FSStdSecurityHandlerModifyFlag
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:6168
FSAdditionalActionTriggerAnnotMouseButtonPressed
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:2249
FSSignatureLabelNameDN
Signature key name for distinguish name.
Definition: FSPDFObjC.h:4582
-[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:1067
FSMonoImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:7089
FSHTML2PDFSettingDataEncodingFormatCP1256
Encoding foramt: "CP1256".
Definition: FSPDFObjC.h:7261
FSXFAWidgetWidgetTypeChoiceList
XFA widget type: choice list.
Definition: FSPDFObjC.h:5861
FSPageLabelsDecimalNums
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:5443
FSPDFDocPermExtract
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:5197
FSAppProviderCallbackStringIDExpectedNumber
Sample message: "Expected number instead of '%s'".
Definition: FSPDFObjC.h:5647
FSFormCombination
Definition: FSPDFObjC.h:8437
FSActionCallbackJSMailResultFailed
Mailed result: mail failed.
Definition: FSPDFObjC.h:3857
FSAnnotationSummaryCallbackAnnotationSummaryStringIDDate
Annotations summary string ID: specify the prefix when date information is outputed in result documen...
Definition: FSPDFObjC.h:8450
FSSplitFileResultSplitFileErrAccessDeny
The state is failed due to file access being denied.
Definition: FSPDFObjC.h:8806
-[FSFiller killFocus]
BOOL killFocus()
Kill focus from form.
FSParagraphEditingNumberingType
FSParagraphEditingNumberingType
Enumeration for numbering type.
Definition: FSPDFObjC.h:7900
FSBitmapDIBInvalid
Invalid DIB format.
Definition: FSPDFObjC.h:1083
FSCertVerifyResultLocationSignature
Response information is found in signature content.
Definition: FSPDFObjC.h:8077
FSAnnotStrikeOut
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2448
FSSubmitFormActionFlagExclFKey
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:2116
FSLRElementElementTypeNonStruct
Structure element type: NonStruct, which means "Nonstructural element" and represents a grouping elem...
Definition: FSPDFObjC.h:7505
FSFont
Definition: FSPDFObjC.h:931
FSBookmarkPosFirstSibling
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:3882
-[FSTextFillSignObject getTextDataArray]
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
FSGraphicsObjectBlendOverlay
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:1452
FSOptimizeScannedPDFSettingsScannedMonoImageCompressCCITT4
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:7196
FSSignatureSignatureTypePagingSeal
Signature type: paging seal.
Definition: FSPDFObjC.h:4551
FSPagingSealConfigPagingSealPosition
FSPagingSealConfigPagingSealPosition
Enumeration for paging seal position.
Definition: FSPDFObjC.h:4701
FSAnnotationSummarySettingsTypeSortByPage
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:8473
FSGraphicsObjectsTextMergeBTET
Merge consecutive BTETs as a new one.
Definition: FSPDFObjC.h:4757
FSRenditionMediaPermTempNever
Never allowed.
Definition: FSPDFObjC.h:1784
FSLayerTreeUsageState
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:4003
FSSignatureStateVerifyTimestampIssueValid
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:4510
FSLRStructureElementAttributeTypeStartIndent
Attribute type: StartIndent, which represents the distance from the start edge of the reference area ...
Definition: FSPDFObjC.h:7601
FSHTML2PDFSettingDataEncodingFormatCP1252
Encoding foramt: "CP1252".
Definition: FSPDFObjC.h:7257
FSAnnotationSummarySettingsTypeSortByAuthor
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:8471
FSUInt32Array
An array of unsigned integer values.
Definition: FSPDFObjC.h:328
FSLineCapPosInline
Definition: FSPDFObjC.h:2855
FSLRElementElementTypeFENote
Structure element type: FENote (PDF 2.0), which is used to markup footnotes and endnotes.
Definition: FSPDFObjC.h:7504
FSPagingSealSignaturePagingSealAPState
FSPagingSealSignaturePagingSealAPState
Enumeration for paging seal signature state to set appearance.
Definition: FSPDFObjC.h:4734
-[FSImage getType]
FSImageType getType()
Get image type.
FSFullTextSearchRankNone
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:6600
FSLRStructureElementAttributeTypeTextIndent
Attribute type: TextIndent, which represents the additional distance from the start edge of the BLSE,...
Definition: FSPDFObjC.h:7603
FSActionTypeImportData
Action type: import-data action.
Definition: FSPDFObjC.h:1975
FSTiledWatermarkSettingsFlagAsPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:5014
-[FSResultInformation getFixupDataCount]
int getFixupDataCount()
Get count of fixup data.
-[FSActionCallback-p isCurrentDocOpenedInBrowser]
BOOL isCurrentDocOpenedInBrowser()
A callback function to get the flag specifies whether current document is opened in browser.
FSBarcodeQRErrorCorrectionLevel
FSBarcodeQRErrorCorrectionLevel
Enumeration for format error correction level of QR Code.
Definition: FSPDFObjC.h:1195
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithLine
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:8464
-[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:3578
FSPDFDocPermExtractAccess
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:5200
FSXFAWidgetWidgethAlignTypeRadix
Align the radix indicator.
Definition: FSPDFObjC.h:5892
-[FSInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSErrNoPDF2OfficeModuleRight
No "PDF2Office" module right.
Definition: FSPDFObjC.h:557
FSActionTypeThread
Action type: thread action.
Definition: FSPDFObjC.h:1967
FSSignatureStateSigned
Signed signature.
Definition: FSPDFObjC.h:4489
FSHTML2PDFSettingDataEncodingFormatX_SoftBank_Shift_JIS
Encoding foramt: "X-SoftBank-Shift_JIS".
Definition: FSPDFObjC.h:7298
FSSignatureAPFlags
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:4517
FSSubmitFormActionFlagIncludeAnnotations
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:2112
FSOptimizerSettingsCleanUpUseFlateInsteadOfLZW
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:7135
FSCertVerifyResultCertStatusRevoked
This means certificate is revoked.
Definition: FSPDFObjC.h:8055
FSPortfolioInitialViewTileMode
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:8683
FSPDFObjectStream
PDF stream object.
Definition: FSPDFObjC.h:1243
FSLRStructureElementAttributeTypeColumnWidths
Attribute type: ColumnWidths, which represents the desired width of the columns, measured in the inli...
Definition: FSPDFObjC.h:7619
FSDWG2PDFSettingDataFlagASCIIHexEncoding
Bit 10. Enable ASCIIHex encoding of internal PDF streams.
Definition: FSPDFObjC.h:7383
FSHTML2PDFSettingDataEncodingFormatX_SoftBank_ISO_2022_JP
Encoding foramt: "X-SoftBank-ISO-2022-JP".
Definition: FSPDFObjC.h:7300
FSBookmarkStyleBold
Show bookmark title as bold text.
Definition: FSPDFObjC.h:3874
FSErrNoOFDModuleRight
No "OFD" module right.
Definition: FSPDFObjC.h:560
FSCertVerifyResultReasonKeyCompromise
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:8063
FSActionCallbackLanguageSVE
Swedish.
Definition: FSPDFObjC.h:3816
FSCertVerifyResultLocationOnline
Response information is got by online request.
Definition: FSPDFObjC.h:8078
FSTimeStampServerSendResultFailToGetData
Fail to get data during sending request process.
Definition: FSPDFObjC.h:4682
-[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:4678
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
Enumeration for encoding format used for converting HTML to PDF.
Definition: FSPDFObjC.h:7226
FSAppProviderCallbackMsgBtnTypeYesNo
Message box button: Yes and No.
Definition: FSPDFObjC.h:5712
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeBitmap
Hatches export type: Exports hatch as a bitmap.
Definition: FSPDFObjC.h:7391
FSLRStructureElementAttributeValueEnumOther
Enum value: Other (PDF 2.0).
Definition: FSPDFObjC.h:7701
FSRotationUnknown
Unknown rotation.
Definition: FSPDFObjC.h:621
FSTableGeneratorCallback-p
Definition: FSPDFObjC.h:11682
FSActionCallbackLanguageUnknown
Unknown language.
Definition: FSPDFObjC.h:3801
FSPDFNumberTreePageLabels
"PageLabels" number tree.
Definition: FSPDFObjC.h:1664
FSCertVerifyResultLocationDSS
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:8076
FSAnnotMKEntryDownCaption
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:2502
FSLRStructureElementAttributeValueEnumInline
Enum value: Inline, which means the placement for attributes Placement/RubyPosition.
Definition: FSPDFObjC.h:7638
FSLayerContextUsageView
Use for a viewer.
Definition: FSPDFObjC.h:4045
-[FSImage getHeight]
int getHeight()
Get image height.
FSReadingBookmark
Definition: FSPDFObjC.h:5494
FSRenditionFloatingWindowRelatedWindowDocument
The document window.
Definition: FSPDFObjC.h:1823
-[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:8575
FSLRStructureElementAttributeTypeRubyAlign
Attribute type: RubyAlign, which represents the justification of the lines within a ruby assembly.
Definition: FSPDFObjC.h:7614
FSErrCanNotRemoveSecurityFromServer
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:507
-[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:7500
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeNoSearch
Searchable text type: No searchable text.
Definition: FSPDFObjC.h:7398
FSSecurityHandlerCipherType
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:6131
FSOptimizerSettingsOptimizerDiscardUserData
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:7130
FSActionCallbackJSFieldValueChangeType
FSActionCallbackJSFieldValueChangeType
Enumeration for javascript field value change type.
Definition: FSPDFObjC.h:3833
FSAnnotationSummarySettingsFontSizeLarge
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:8480
FSColorSpaceICCBasedDeviceCMYK
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:693
FSLRElementElementTypeParagraph
Structure element type: P, which means "Paragraph" and represents a low-level division of text.
Definition: FSPDFObjC.h:7507
FSTimeStampCallback-p
Definition: FSPDFObjC.h:10991
FSSignaturePAdESLevelBLT
PAdES level: B-LT.
Definition: FSPDFObjC.h:4559
FSFloatingInfo
Definition: FSPDFObjC.h:3666
FSRenditionFloatingWindowOffscreenEventMoveResize
Move or resize.
Definition: FSPDFObjC.h:1837
FSSoundSampleEncodingFormatRaw
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:3084
FSGraphStateLineCapRound
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:810
FSActionCallbackLayoutModeSinglePage
Layout mode: single page.
Definition: FSPDFObjC.h:3850
FSRendererColorModeMappingGray
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:3146
FSAppProviderCallbackStringIDUndefineIdentifier
Sample message: "Undefined identifier '%s'".
Definition: FSPDFObjC.h:5628
FSXFAWidgetWidgetNameType
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:5881
FSAnnotNote
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:2437
FSSOAPRequestProperties
Definition: FSPDFObjC.h:3517
FSComparisonCompareTypeAll
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:6955
FSAnnotScreen
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2457
FSFieldFlagTextPassword
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:4355
FSSubmitFormActionFlags
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:2104
FSTabOrderMgrOrderType
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:6320
FSModuleNameAccessibility
Name for module "Accessibility".
Definition: FSPDFObjC.h:667
-[FSLayerContext reset]
BOOL reset()
Reset current layer context, back to the initialized state.
-[FSImageCompressionCallback-p release]
void release()
A callback function used to release current callback object itself.
FSSignatureLabelNameProducer
Signature key name for producer name.
Definition: FSPDFObjC.h:4583
FSLRElementElementTypeHeading3
Structure element type: H3, which represents heading with level 3.
Definition: FSPDFObjC.h:7511
FSLRElementElementTypeImageObject
Structure element type: ImageObject, which means image graphics object element.
Definition: FSPDFObjC.h:7551
-[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:5711
FSLRStructureElementAttributeTypeBorderColor
Attribute type: BorderColor, which represents the color of the border drawn on the edges of a table c...
Definition: FSPDFObjC.h:7592
FSDocProviderCallbackTextEncodingGBK
Text encoding: GBK.
Definition: FSPDFObjC.h:5751
FSSnapPointMgrFlagIntersectionPoint
If set, that means to get the intersection of two intersecting paths.
Definition: FSPDFObjC.h:8732
-[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:2439
FSMarkupEndingStyleClosedArrow
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:2661
FSAppProviderCallbackStringIDCalcOverride
Sample message: "Calculate Override".
Definition: FSPDFObjC.h:5597
FSAppProviderCallbackStringIDViolateBoundary
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5667
FSLRElementElementTypeImageContent
Structure element type: ImageContent, which means image content element.
Definition: FSPDFObjC.h:7559
FSRangeAll
All the indexes within a range will be used.
Definition: FSPDFObjC.h:844
FSAppProviderCallbackAppInfoType
Application information: type.
Definition: FSPDFObjC.h:5584
FSErrMIPProtectionEngineInitFailed
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:566
FSFillerVkeyQ
Q key.
Definition: FSPDFObjC.h:4183
FSCompareResultInfoCompareResultTypeDeleteText
Result type: delete text.
Definition: FSPDFObjC.h:6882
FSAnnotationSummarySettingsSummaryLayoutAnnotationOnly
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:8465
FSPreflightSettingDataLibraryTypePDFStandards
Preflight library type: Standards.
Definition: FSPDFObjC.h:6652
FSTableCellData
Definition: FSPDFObjC.h:6505
FSAlignment
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:632
FSErrCanNotGetACL
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:508
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYYYY
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4970
-[FSLRContentElement getBBox]
FSRectF * getBBox()
Get bounding box.
FSRotationPointOptions
FSRotationPointOptions
Enumeration for rotation point options.
Definition: FSPDFObjC.h:624
FSActionCallbackAppInfoTypeAppVersion
Application's app version information.
Definition: FSPDFObjC.h:3824
FSHitDataCheckSeverityInfo
Info severity.
Definition: FSPDFObjC.h:6751
FSLRStructureElementAttributeValueEnumUnordered
Enum value: Unordered (PDF 2.0), which means unordered list with unspecified bullets.
Definition: FSPDFObjC.h:7675
-[FSPath getPointCount]
int getPointCount()
Get the count of points.
FSActionCallbackLayoutModeFacing
Layout mode: two pages.
Definition: FSPDFObjC.h:3852
FSPortfolioFolderNode
Definition: FSPDFObjC.h:8611
FSXFAWidgetPresenceUnknown
Presence property: Unknown.
Definition: FSPDFObjC.h:5874
FSErrCanNotUploadDocInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:512
FSParagraphEditingBulletTypeSolidRectangle
Bullet type: solid rectangle.
Definition: FSPDFObjC.h:7891
FSXFAWidgetWidgetNameTypeFullName
Name type: full name.
Definition: FSPDFObjC.h:5884
FSFieldFlagChoiceMultiSelect
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:4361
FSTimeStampServerSendResultOutOfMemory
Out of memory during sending request process.
Definition: FSPDFObjC.h:4683
FSPortfolioNodeArray
Definition: FSPDFObjC.h:8591
FSCertVerifyResultCertStatusValid
This means certificate is valid.
Definition: FSPDFObjC.h:8054
-[FSFloatArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSStamp
Definition: FSPDFObjC.h:2900
-[FSInt32Array removeAll]
void removeAll()
Clean up the array.
FSSignatureCallbackCertInvalidPath
Certificate's path is wrong.
Definition: FSPDFObjC.h:4644
FSOptimizeScannedPDFSettings
Definition: FSPDFObjC.h:7200
FSActionCallbackJSFieldValueChangedBySetReadOnly
javascript field value changed type: field set read-only property.
Definition: FSPDFObjC.h:3837
FSAppProviderCallbackStringIDNotFoundProperty
Sample message: "Cannot find property '%s'".
Definition: FSPDFObjC.h:5642
FSAppProviderCallbackStringIDExpectedString
Sample message: "Expected '%s' instead of '%s'".
Definition: FSPDFObjC.h:5623
FSAnnotMKRelationCaptionBelowIcon
Caption below the icon.
Definition: FSPDFObjC.h:2513
FSPrintParamsBookletBindingRightTall
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3581
FSActionCallbackMailTypeForm
Mailed data type: form.
Definition: FSPDFObjC.h:3829
FSAction
Definition: FSPDFObjC.h:1989
FSPDFNameTreeDests
"Dests" name tree.
Definition: FSPDFObjC.h:1634
FSBookmarkPosNextSibling
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:3881
FSHTML2PDFSettingDataEncodingFormatCP1250
Encoding foramt: "CP1250".
Definition: FSPDFObjC.h:7255
FSFillSignFillSignObjectTypeCheckMark
Check mark fill-sign object.
Definition: FSPDFObjC.h:8281
FSHeaderFooterContentGeneratorDateFormatYYHyphenMMHyphenDD
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4985
FSXFAWidgetWidgetvAlignTypeBottom
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:5898
FSGraphicsObjectTypePath
Path graphics object.
Definition: FSPDFObjC.h:1470
FSFillerVkeyF3
F3 key.
Definition: FSPDFObjC.h:4211
FSXFAWidgetWidgetTypeExclGroup
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:5869
FSPDFPageSize
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:4809
FSOptimizeScannedPDFSettingsScannedImageCompressMode
FSOptimizeScannedPDFSettingsScannedImageCompressMode
Enumeration for compression mode used for color or gray image.
Definition: FSPDFObjC.h:7186
FSImageOrientationRotate180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:1148
FSAppProviderCallbackStringIDErrorMessage
Sample message: "%s : %s".
Definition: FSPDFObjC.h:5658
FSAppProviderCallbackStringIDUnableSetValidationsValue
Sample message: "Unable to set the value for property 'variation'".
Definition: FSPDFObjC.h:5614
-[FSParagraphEditingUndoItem redo]
void redo()
Redo this item.
FSFillerVkeyF10
F10 key.
Definition: FSPDFObjC.h:4218
FSAnnotCircle
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2442
FSLRElementElementTypePart
Structure element type: Part, which represents a large-scale division of a document.
Definition: FSPDFObjC.h:7493
FSCompareResultInfoCompareResultTypeDeleteShading
Result type: delete shading.
Definition: FSPDFObjC.h:6891
FSTaggedPDFCallbackReportCategoryTable
Report category type: table.
Definition: FSPDFObjC.h:7802
-[FSJoinSplit splitBoxes]
void splitBoxes()
Call this function to split text.
-[FSWidgetMenu clearStyle]
BOOL clearStyle()
(Only useful for rich text) Clear the style of the rich text.
FSActionCallbackJSMediaPlayerStatePlaying
media player state: Playing.
Definition: FSPDFObjC.h:3844
FSSecurityHandlerCipherAES
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:6134
FSBarcodeFormatCode39
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1185
FSGraphicsObjectsTextMergeOption
FSGraphicsObjectsTextMergeOption
Enumeration for text merge.
Definition: FSPDFObjC.h:4754
FSAppProviderCallbackStringIDExpectedIdent
Sample message: "Expected identifier instead of '%s'".
Definition: FSPDFObjC.h:5622
FSBookmarkPosLastChild
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:3879
FSSignatureStateVerifyTimestampTimeBefore
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:4511
FSIconFitScaleWayBigger
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:2410
FSFindOption
Definition: FSPDFObjC.h:7838
FSCertVerifyResultCertStatusUnknown
This means certificate status is unknown.
Definition: FSPDFObjC.h:8057
FSAnnotTrapNet
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2459
FSCodec
Definition: FSPDFObjC.h:719
-[FSFileWriterCallback-p getSize]
unsigned long long getSize()
Get total size of the file.
FSOutputPreviewShowDeviceRGB
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:8533
FSLRStructureElementAttributeTypeFieldChecked
Attribute type only for PrintField: checked, which represents the state of a radio button or check bo...
Definition: FSPDFObjC.h:7622
FSHTML2PDFSettingDataEncodingFormatVISUAL
Encoding foramt: "VISUAL".
Definition: FSPDFObjC.h:7267
FSSignatureStateVerifyChangeLegal
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:4513
FSFontStdIDCourierI
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:911
FSPointF
Type definition for point class for float.
Definition: FSPDFObjC.h:225
FSTaggedPDFCallbackReportConfidenceMedium
Report confidence: medium.
Definition: FSPDFObjC.h:7811
FSTabOrderMgrNone
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:6321
FSIdentityProperties
Definition: FSPDFObjC.h:3363
FSAppProviderCallbackStringIDCannotAssign
Sample message: "Cannot assign to '%s'".
Definition: FSPDFObjC.h:5649
FSSignatureDigestSHA512
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:4545
-[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:5744
FSFontStylesSmallCap
Font style: small cap.
Definition: FSPDFObjC.h:876
FSFullTextSearch
Definition: FSPDFObjC.h:6605
FSPDFDocWrapperNone
Normal document.
Definition: FSPDFObjC.h:5253
FSRendererColorModeForegroundBlackPath
If set, only the black color of path need to be replaced.
Definition: FSPDFObjC.h:3164
FSLRStructureElementAttributeTypeTableSummary
Attribute type only for Table: Summary, which represents a summary of the table's purpose and structu...
Definition: FSPDFObjC.h:7628
FSHTML2PDFSettingDataEncodingFormatJIS
Encoding foramt: "JIS".
Definition: FSPDFObjC.h:7240
FSDocProviderCallbackTextEncodingGB2312
Text encoding: GB2312.
Definition: FSPDFObjC.h:5753
FSErrCanNotGetUserToken
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:516
-[FSSnapPointMgr reload]
void reload()
Reload current manager.
FSModuleNameRMS
Name for module "RMS".
Definition: FSPDFObjC.h:660
-[FSSignatureVerifyResult getSignatureHashValue]
NSData * getSignatureHashValue()
Get signature hash value.
FSSignatureKeyNameReason
Signature key name: reason.
Definition: FSPDFObjC.h:4534
-[FSRectFArray removeAll]
void removeAll()
Clean up the array.
FSModuleNameRedaction
Name for module "Redaction".
Definition: FSPDFObjC.h:659
FSCompareResultInfoArray
Definition: FSPDFObjC.h:6917
FSTiledWatermarkSettingsFlags
FSTiledWatermarkSettingsFlags
Enumeration for tiled watermark setting flags.
Definition: FSPDFObjC.h:5013
-[FSBitmap getWidth]
int getWidth()
Get bitmap width.
FSComparisonCompareTypeText
Compare text only.
Definition: FSPDFObjC.h:6956
FSAppProviderCallbackStringIDRedefinition
Sample message: "'%s' redefinition".
Definition: FSPDFObjC.h:5625
FSPDFNameTreeEmbeddedFiles
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:1636
FSLRStructureElementAttributeValueEnumLayout
Enum value: Layout, which means layout artifacts. Purely cosmetic typographical or design elements su...
Definition: FSPDFObjC.h:7693
FSTaggedPDFCallbackReportCategoryFigure
Report category type: figure.
Definition: FSPDFObjC.h:7801
FSWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:6369
FSAppProviderCallbackBeepTypeDefault
Beep type: default.
Definition: FSPDFObjC.h:5592
FSRevocationCallback-p
Definition: FSPDFObjC.h:11341
-[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:7090
-[FSFillSignObject generateContent]
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
FSErrorCode
Enumeration for error code.
Definition: FSPDFObjC.h:478
-[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:1086
FSPathObject
Definition: FSPDFObjC.h:1596
-[FSJoinSplit selectNone]
void selectNone()
Call this function to clear all selected text.
FSLRStructureElementAttributeValueEnumNone
Enum value: None, which means no such attribute.
Definition: FSPDFObjC.h:7648
FSTextStateModeClip
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:1531
FSFillSignFillSignObjectTypeInitialsSignature
Initials signature fill-sign object.
Definition: FSPDFObjC.h:8286
FSColorSpaceSeparation
Color space: Separation.
Definition: FSPDFObjC.h:687
FSPDFAComplianceVersionPDFA3b
PDF/A-3b.
Definition: FSPDFObjC.h:6797
FSFontCharsetSymbol
Font charset: Standard symbols.
Definition: FSPDFObjC.h:883
-[FSPointFArray getSize]
int getSize()
Get the number of elements in the array.
-[FSParagraphEditing deselectAll]
BOOL deselectAll()
Deselect all text.
FSPDFPageSizeA6
Page size: A6.
Definition: FSPDFObjC.h:4816
FSTaggedPDFCallbackReportConfidenceHigh
Report confidence: high.
Definition: FSPDFObjC.h:7809
FSAnnotationSummarySettingsFontSizeType
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:8477
FSCombineDocumentInfoArray
Definition: FSPDFObjC.h:8360
FSSignatureDigestAlgorithm
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:4541
FSFontStdIDTimes
Standard font: Times-Roman.
Definition: FSPDFObjC.h:916
FSMonoImageSettingsImageCompressQualityLossy
Compression quality: Lossy.
Definition: FSPDFObjC.h:7079
FSFontStandardID
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:907
FSErrNoLayoutRecognitionModuleRight
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:549
FSTextPageCharInfoComboWord
Character flag: ComboWord.
Definition: FSPDFObjC.h:6003
FSHTML2PDFSettingDataScalingModeScale
Page scaling: Scale. It means HTML content will be scaled to fit PDF page size. In this mode,...
Definition: FSPDFObjC.h:7222
FSFontStdIDSymbol
Standard font: Symbol.
Definition: FSPDFObjC.h:920
FSPDFDocSaveFlagIncremental
Save document incrementally.
Definition: FSPDFObjC.h:5207
FSSnappedPoint
Definition: FSPDFObjC.h:8716
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYY
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4973
FSColorSpaceDeviceGray
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:680
FSCertVerifyResultReasonCertificateHold
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:8068
-[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:5232
FSTaggedPDFCallbackReportConfidenceMediumHigh
Report confidence: medium high.
Definition: FSPDFObjC.h:7810
FSRectFArray
An array of RectF objects.
Definition: FSPDFObjC.h:244
FSRedact
Definition: FSPDFObjC.h:3062
FSXFAWidgetWidgetEdgePositionLeft
Egde position: left.
Definition: FSPDFObjC.h:5906
FSInk
Definition: FSPDFObjC.h:2888
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:8466
FSMarkupStateFuture
(Used with state model FSMarkupStateModelReview) The change will be working in the future.
Definition: FSPDFObjC.h:2652
-[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:1136
FSLRStructureElementAttributeValueEnumBlock
Enum value: Block, which means to be stacked in the block-progression direction within an enclosing r...
Definition: FSPDFObjC.h:7637
FSLRElementElementTypeFigure
Structure element type: Figure, which represents an item of graphical content.
Definition: FSPDFObjC.h:7545
FSLRStructureElementAttributeValueEnumSolid
Enum value: Solid, which means the border is a single line segment.
Definition: FSPDFObjC.h:7652
FSErrNoRMSModuleRight
No "RMS" module right.
Definition: FSPDFObjC.h:540
-[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:5241
FSFontStyleSymbolic
Font style: symbolic.
Definition: FSPDFObjC.h:871
FSDocProviderCallbackTextEncodingUTF8
Text encoding: UTF-8.
Definition: FSPDFObjC.h:5759
FSPDFDocExtractPagesOptionAttachFiles
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:5227
FSDocProviderCallbackWidgetEventType
FSDocProviderCallbackWidgetEventType
Enumeration for the type of XFA widget event.
Definition: FSPDFObjC.h:5768
-[FSActionCallback-p isPageLoop]
BOOL isPageLoop()
A callback function to get the flag specifies whether the document will loop around to the beginning ...
FSDRMSecurityHandler
Definition: FSPDFObjC.h:6237
FSStdSecurityHandlerModifyUserPassword
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6170
-[FSLRElement getElementType]
FSLRElementElementType getElementType()
Get element type.
FSPrintDeviceSettingData
Definition: FSPDFObjC.h:3123
FSRenditionWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:1806
FSOptimizerSettingsDiscardObjectsOptions
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:7142
FSImageSettingsImageCompressQualityMaximum
Compression quality: Maximum.
Definition: FSPDFObjC.h:7034
FSFieldTypeComboBox
Form field type: combo box.
Definition: FSPDFObjC.h:4342
FSActionCallbackJSFieldValueChangedBySetValue
javascript field value changed type: field set value.
Definition: FSPDFObjC.h:3836
FSTextStateModeFillStrokeClip
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:1530
FSHeaderFooterContentGeneratorPageNumberFormatDefault
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:4990
FSSignatureVerifyResultLTVStateInactive
This means LTV is inactive.
Definition: FSPDFObjC.h:8220
FSLRStructureElementAttributeValueEnumStart
Enum value: Start, which means the place for attribute Placement, or the alignment for attributes Tex...
Definition: FSPDFObjC.h:7642
-[FSSnappedPoint getType]
FSSnappedPointSnappedPointType getType()
Get the snapped point type.
FSSignatureKeyNameSigner
Signature key name: signer.
Definition: FSPDFObjC.h:4532
FSSignatureAPFlagProducer
If set, show producer content on signature appearance.
Definition: FSPDFObjC.h:4528
-[FSMediaPlayerCallback-p getState]
FSMediaPlayerCallbackJSMediaPlayerState getState()
A callback function to get the media player state.
FSFillerVkeyNumpad4
4 key in the numeric keypad.
Definition: FSPDFObjC.h:4197
FSAppProviderCallbackStringIDNotFoundContainer
Sample message: "Cannot find container '%s'".
Definition: FSPDFObjC.h:5641
FSTimer
Definition: FSPDFObjC.h:4108
FSTextFillSignObjectDataArray
Definition: FSPDFObjC.h:8258
FSWatermark
Definition: FSPDFObjC.h:6346
FSPDFArray
Definition: FSPDFObjC.h:1320
FSHTML2PDFSettingDataEncodingFormatCP932
Encoding foramt: "CP932".
Definition: FSPDFObjC.h:7254
FSFontStdIDTimesBI
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:918
FSActionCallbackAppInfoTypeViewerVersion
Application's viewer version information.
Definition: FSPDFObjC.h:3823
FSAppProviderCallbackStringIDInvalidBarcodeValue
Sample message: "Invalid Barcode Value: %s is an invalid value for barcodes of type %s....
Definition: FSPDFObjC.h:5698
FSPreflightReportSettingDataReportFileFormatTypeHtml
Report file format type: HTML.
Definition: FSPDFObjC.h:6684
-[FSAttachments getCount]
int getCount()
Get the count of attachments.
FSSetOCGStateActionOCGStateOff
Sets the state of subsequent groups to OFF.
Definition: FSPDFObjC.h:2213
FSRendererRenderAnnot
If set, annotations will be rendered.
Definition: FSPDFObjC.h:3154
FSMediaPlayerCallbackJSMediaPlayerStateClose
media player state: Close.
Definition: FSPDFObjC.h:3792
FSLaunchAction
Definition: FSPDFObjC.h:2168
FSSnappedPointTypeMidpoint
Snapped point type: midpoint, which means the snapped point is the midpoint for two endpoints of a pa...
Definition: FSPDFObjC.h:8711
-[FSLRGraphicsObjectElement getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of related graphics object.
FSHTML2PDFSettingDataEncodingFormatCP1254
Encoding foramt: "CP1254".
Definition: FSPDFObjC.h:7259
FSCombinationCombineDocsOptionOutputIntents
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8384
FSTableBorderInfoTableBorderStyle
FSTableBorderInfoTableBorderStyle
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:6440
FSWatermarkSettingsFlagASAnnot
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:6366
FSActionTypeTrans
Action type: transition action.
Definition: FSPDFObjC.h:1979
FSAnnotationSummaryCallbackAnnotationSummaryStringIDSubject
Annotations summary string ID: specify the prefix when subject information is outputed in result docu...
Definition: FSPDFObjC.h:8457
-[FSFDFDoc getType]
FSFDFDocType getType()
Get the type of current document object.
FSFillerVkeyR
R key.
Definition: FSPDFObjC.h:4184
FSBarcodeFormatEAN13
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1189
FSFontCIDCharsetJAPAN1
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:902
FSRenditionMediaOptionBestEffort
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:1780
FSPrintParamsDuplexTypeSimplex
Duplex type: prints on one side of the paper.
Definition: FSPDFObjC.h:3566
-[FSFileStreamCallback-p flush]
BOOL flush()
Flush internal buffer.
FSPagingSealSignaturePagingSealAPStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:4736
FSCertVerifyResultReasonUnspecified
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:8062
FSLRStructureElementAttributeValueEnumFooter
Enum value: Footer.
Definition: FSPDFObjC.h:7697
FSCompareResultInfoCompareResultTypeInsertImage
Result type: insert image.
Definition: FSPDFObjC.h:6886
FSErrNoDocumentPermission
No document permission to operate.
Definition: FSPDFObjC.h:563
-[FSPDFStructTree getChildCount]
int getChildCount()
Get count of structure elements in current PDF structure tree.
FSFloatingInfoRelativeTargetDesktop
Relative type: align the floating window relative to the full virtual desktop.
Definition: FSPDFObjC.h:3650
FSXFAWidgetWidgetTypeImageEdit
XFA widget type: image edit.
Definition: FSPDFObjC.h:5862
FSAppProviderCallbackStringIDFunctionBuildIn
Sample message: "Function 's' is built-in.
Definition: FSPDFObjC.h:5657
FSHTML2PDFSettingDataEncodingFormatX_TAM_TMNEWS
Encoding foramt: "X-TAM-TMNEWS".
Definition: FSPDFObjC.h:7294
FSLRStructureElementAttributeValueEnumEnd
Enum value: End, which means the place for attribute Placement, or the alignment for attributes TextA...
Definition: FSPDFObjC.h:7643
-[FSColor isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSFixupData
Definition: FSPDFObjC.h:6732
FSErrLTVRevocationCallbackNotSet
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:528
FSFillerVkeyL
L key.
Definition: FSPDFObjC.h:4178
FSLRStructureElementAttributeValueEnumBoth
Enum value: Row, which means both row and column of a table.
Definition: FSPDFObjC.h:7687
FSSplitFileResultSplitFileSuccess
The state is split successfully.
Definition: FSPDFObjC.h:8803
FSLTVVerifierSignatureCreationTime
Use signature creation time.
Definition: FSPDFObjC.h:8191
-[FSXFADoc getPageCount]
int getPageCount()
Get XFA page count.
FSLayerPrintData
Definition: FSPDFObjC.h:4027
FSDocViewerPrefsPrintScaleAppDefault
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:5405
FSHTML2PDFSettingDataEncodingFormatKOI8R
Encoding foramt: "KOI8R".
Definition: FSPDFObjC.h:7250
FSAnnotationSummaryCallbackAnnotationSummaryStringIDDocumentTitle
Annotations summary string ID: specify the document title in result document. Default title is "Summa...
Definition: FSPDFObjC.h:8453
FSLRStructureElementAttributeValueTypeInt32
Value type: 32-bit signed integer.
Definition: FSPDFObjC.h:7707
FSPDFDocPermModify
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:5196
FSActionCallbackJsMailResult
FSActionCallbackJsMailResult
Enumeration for result of the mail.
Definition: FSPDFObjC.h:3856
FSPDFDocExtractPagesOptionAnnotation
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:5222
FSSignatureStateVerifyNoSupportWay
Unsupported signature.
Definition: FSPDFObjC.h:4493
FSJoinSplit
Definition: FSPDFObjC.h:7973
FSSignaturePAdESLevelBB
PAdES level: B-B.
Definition: FSPDFObjC.h:4557
FSDocProviderCallbackTextEncodingNone
No text encoding.
Definition: FSPDFObjC.h:5748
FSPDFXComplianceVersionPDFX1aPSOCoatedv3ECI
PDF/X-1a (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:6842
-[FSResultInformation getHitDataCount]
int getHitDataCount()
Get count of hit data.
FSSignatureAPFlagLabel
If set, show label on signature appearance.
Definition: FSPDFObjC.h:4519
FSFillerVkeyDelete
Delete key.
Definition: FSPDFObjC.h:4155
FSLRStructureElementAttributeTypeLineHeight
Attribute type: LineHeight, which means the element's preferred height, in the block-progression dire...
Definition: FSPDFObjC.h:7610
FSAppProviderCallbackBeepTypeQuestion
Beep type: question.
Definition: FSPDFObjC.h:5590
FSGraphicsObjectBlendHardlight
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:1457
FSStructObjectContentStructObjectTypeAnnot
Annot object.
Definition: FSPDFObjC.h:1748
FSPDFDocPwdOwner
An owner password is used in PDF document.
Definition: FSPDFObjC.h:5180
FSDocProviderCallbackPrintOptionShowDialog
If set, show printing dialog box.
Definition: FSPDFObjC.h:5731
FSAnnotSquiggly
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2447
FSFileFormatTypePDF
File format type: PDF.
Definition: FSPDFObjC.h:715
FSFillerVkeyH
H key.
Definition: FSPDFObjC.h:4174
FSPDFPage
Definition: FSPDFObjC.h:4824
FSPageLabelsUpperLetters
Page label style: uppercase letters.
Definition: FSPDFObjC.h:5446
FSSearchOptionWordMatching
FSSearchOptionWordMatching
Enumeration for word matching.
Definition: FSPDFObjC.h:3740
FSFloatingInfoResizeTypeNo
Resize type: may not be resized.
Definition: FSPDFObjC.h:3655
FSPrintParamsDuplexTypeDuplexFlipLongEdge
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: FSPDFObjC.h:3567
FSSignatureCallbackCertValid
Certificate is valid.
Definition: FSPDFObjC.h:4639
FSRectI
Definition: FSPDFObjC.h:349
FSSignatureStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:4488
FSXFAWidgetWidgetTypeTextEdit
XFA widget type: text edit.
Definition: FSPDFObjC.h:5867
FSActionCallbackLanguageSUO
Finnish.
Definition: FSPDFObjC.h:3815
FSSnapPointMgrFlagEndpoint
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:8730
FSColorSpaceLab
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:685
-[FSFont getFamilyName]
NSString * getFamilyName()
Retrieve the famliy name.
FSFloatingInfoOffScreenAllow
Off screen action: take no action.
Definition: FSPDFObjC.h:3661
FSLRStructureElementAttributeValueEnumPageNum
Enum value: PageNum (PDF2.0).
Definition: FSPDFObjC.h:7699
FSPDFDocEncryptCDRM
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:5191
FSAppProviderCallbackStringIDUnableSetVersion
Sample message: "Unable to set the value for property 'version'".
Definition: FSPDFObjC.h:5615
FSWatermarkTextProperties
Definition: FSPDFObjC.h:6403
FSLRStructureElementAttributeValueEnumPagination
Enum value: Pagination, which means pagination artifacts. Ancillary page features such as running hea...
Definition: FSPDFObjC.h:7692
FSXFAWidgetWidgetTypeDateTimeEdit
XFA widget type: date time edit.
Definition: FSPDFObjC.h:5858
FSSignatureAPFlagText
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:4526
+[FSPDFArray create]
FSPDFArray * create()
Create a new array object.
FSDateTime
Definition: FSPDFObjC.h:587
FSFillerVkeyS
S key.
Definition: FSPDFObjC.h:4185
FSBookmarkPosFirstChild
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:3878
FSXFAWidgetWidgetvAlignTypeTop
Align the text to the top of the available region.
Definition: FSPDFObjC.h:5897
FSStdSecurityHandlerModifyOwnerPassword
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6171
FSErrNotLoaded
Current object has not been loaded yet.
Definition: FSPDFObjC.h:499
FSOutputPreviewShowDeviceN
If set, only show with DeviceN.
Definition: FSPDFObjC.h:8530
FSPrintParamsBookletDuplexModeBackSideOnly
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: FSPDFObjC.h:3574
FSAppProviderCallbackBeepTypeStatus
Beep type: status.
Definition: FSPDFObjC.h:5591
FSLRStructureElementAttributeValueEnumUnderline
Enum value: Underline, which means a line below the text.
Definition: FSPDFObjC.h:7663
FSFreeText
Definition: FSPDFObjC.h:2833
-[FSRectFArray init]
id init()
Constructor.
FSBarcodeQRCorrectionLevelHigh
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1199
FSSquiggly
Definition: FSPDFObjC.h:2770
-[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:6169
FSDocProviderCallbackTextEncodingGB18030
Text encoding: GB18030.
Definition: FSPDFObjC.h:5752
FSSearchOptionWordMatchingMatchAnyWord
Word matching: match any word.
Definition: FSPDFObjC.h:3743
FSPDFDocSaveFlagXRefStream
Save document by using XRef stream.
Definition: FSPDFObjC.h:5209
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYY
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4983
FSOptimizerSettingsDiscardObjectsJavaScriptActions
Discard all JavaScript actions.
Definition: FSPDFObjC.h:7145
-[FSColorSpace getComponentCount]
int getComponentCount()
Get the count of components.
FSAppProviderCallbackStringIDWeekDayMon
String ID for case: Use string in local language for "Monday".
Definition: FSPDFObjC.h:5670
FSRenditionActionOpTypePlay
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:2191
FSParagraphEditingBulletTypeDiagonalUpRightArrow
Bullet type: diagonal up right arrow.
Definition: FSPDFObjC.h:7896
FSPDFObjectType
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:1235
FSActionCallbackJSMediaPlayerStateSuspend
media player state: Suspend.
Definition: FSPDFObjC.h:3846
FSPSInk
Definition: FSPDFObjC.h:3009
FSFillSign
Definition: FSPDFObjC.h:8289
FSLRStructureElementAttributeValueEnumJustify
Enum value: Justify, which means the alignment for attributes TextAlign/BlockAlign/RubyAlign.
Definition: FSPDFObjC.h:7661
FSLRElementElementTypeLink
Structure element type: Link, which represents an association between a portion of the ILSE's content...
Definition: FSPDFObjC.h:7533
FSSplitPDFDoc
Definition: FSPDFObjC.h:8846
FSXFADocEventTypePrePrint
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:5778
FSPDFNameTreeType
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:1633
FSProgressiveError
Progress state: any error occurs.
Definition: FSPDFObjC.h:735
-[FSParagraphEditing canDelete]
BOOL canDelete()
Check whether can delete text.
FSAppProviderCallbackStringIDServerDeny
String ID for case: Server denies. Sample message: "Server does not permit".
Definition: FSPDFObjC.h:5668
FSProgressiveToBeContinued
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:736
FSLRElementElementTypeHeading6
Structure element type: H6, which represents heading with level 6.
Definition: FSPDFObjC.h:7514
FSLRStructureElementAttributeValueEnumDisc
Enum value: Disc, which means solid circular bullet.
Definition: FSPDFObjC.h:7667
FSErrDiskFull
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:520
FSTextStateModeInvisible
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:1527
FSFieldFlagTextDoNotScroll
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:4358
FSFileAttachment
Definition: FSPDFObjC.h:2984
FSGraphState
Definition: FSPDFObjC.h:820
FSFileFormatTypeHTML
File format type: HTML.
Definition: FSPDFObjC.h:711
-[FSWidgetMenu subscript]
BOOL subscript()
(Only useful for rich text) Make the rich text as subscript.
FSFillerVkeyMenu
Menu key.
Definition: FSPDFObjC.h:4140
FSWatermarkSettingsFlags
FSWatermarkSettingsFlags
Enumeration for watermark setting flags.
Definition: FSPDFObjC.h:6364
FSAnnotStamp
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2449
FSLRStructureElementAttributeValueEnumOrdered
Enum value: Ordered (PDF 2.0), which means ordered lists with unspecified numbering.
Definition: FSPDFObjC.h:7676
FSAppProviderCallbackAppInfoVersion
Application information: version.
Definition: FSPDFObjC.h:5579
FSXFAWidget
Definition: FSPDFObjC.h:5909
FSPDFCompliance
Definition: FSPDFObjC.h:6867
FSLRStructureElementAttributeValueTypeEnumArray
Value type: an array of enum values.
Definition: FSPDFObjC.h:7712
FSFillerVkeyLeft
Left arrow key.
Definition: FSPDFObjC.h:4148
FSAnnotMKRelationNoIcon
No icon; captin only.
Definition: FSPDFObjC.h:2511
FSRenditionMediaPlayerType
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:1790
FSSplitDocumentInfo
Definition: FSPDFObjC.h:8768
FSRenditionMediaOptionMustBeHonored
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:1779
FSCertVerifyResultReasonAACompromise
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:8071
FSActionCallbackLanguageCHS
Chinese Simplified.
Definition: FSPDFObjC.h:3802
FSLRStructureElementAttributeValueEnumLrTb
Enum value: LtTb, which means inline progression from left to right; block progression from top to bo...
Definition: FSPDFObjC.h:7644
FSSignatureStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:4486
FSLRStructureElementAttributeValueEnumBates
Enum value: Bates (PDF2.0).
Definition: FSPDFObjC.h:7700
FSImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:7039
FSPDFXComplianceVersionPDFX3CoatedGRACoL2006
PDF/X-3 (Coated GRACoL 2006).
Definition: FSPDFObjC.h:6843
FSTiledWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:5016
FSCompareResultInfoCompareResultTypeInsertAnnot
Result type: insert annotation.
Definition: FSPDFObjC.h:6895
FSAppProviderCallbackMsgBoxIconType
FSAppProviderCallbackMsgBoxIconType
Enumeration for icon type of XFA message box.
Definition: FSPDFObjC.h:5702
FSHeaderFooterContentGeneratorDateFormatMDotDDotYY
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4977
FSFixupDataFixupStateSuccess
A fixup succeeded.
Definition: FSPDFObjC.h:6727
FSPDFStructTree
Definition: FSPDFObjC.h:1764
-[FSPDFNameTree getType]
FSPDFNameTreeType getType()
Get the type of current name tree.
FSOptimizeScannedPDFSettingsScannedMonoImageCompressjbig2Lossy
Compression mode: jbig2 lossy.
Definition: FSPDFObjC.h:7194
-[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:3662
FSLTVVerifierVerifyModeAcrobat
Use Acrobat validation process.
Definition: FSPDFObjC.h:8198
FSTaggedPDFCallbackReportConfidenceLow
Report confidence: low.
Definition: FSPDFObjC.h:7813
FSLRStructureElementAttributeValueEnumAuto
Enum value: Auto.
Definition: FSPDFObjC.h:7659
FSHTML2PDFSettingDataEncodingFormatUTF_16LE
Encoding foramt: "UTF-16LE".
Definition: FSPDFObjC.h:7284
FSTextPageParseTextNormal
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:6030
FSTextSearchSearchMatchCase
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:6067
FSJoinSplitJoinSplitOperationTypeLink
Join spilt operation type: Link.
Definition: FSPDFObjC.h:7967
FSErrUnknownState
Any unknown state occurs.
Definition: FSPDFObjC.h:495
FSSignatureDocPermFillingFormSigningAndAnnotating
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:4567
-[FSBitmap convertToMono]
FSBitmap * convertToMono()
Converts bitmap to 1-bit monochrome format.
FSLRStructureElementAttributeValueEnumInvalid
Invalid enum value.
Definition: FSPDFObjC.h:7636
-[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:7695
FSGraphicsObjectBlendSaturation
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1462
FSBarcodeFormat
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1184
FSFillSignFillSignObjectTypeSignature
Signature fill-sign object.
Definition: FSPDFObjC.h:8285
FSFillerVkeyNumpad9
9 key in the numeric keypad.
Definition: FSPDFObjC.h:4202
FSHTML2PDFSettingDataEncodingFormatCP1253
Encoding foramt: "CP1253".
Definition: FSPDFObjC.h:7258
-[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:4360
FSAssociatedFilesRelationshipFormData
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:3232
FSSignatureAPFlagFoxitEditorFlag
If set, show Foxit Editor content on signature appearance.
Definition: FSPDFObjC.h:4527
FSImageJPX
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:1139
FSLayerContextUsageExport
Use for exporting.
Definition: FSPDFObjC.h:4048
-[FSColor getColorSpace]
FSColorSpace * getColorSpace()
Get the color space that current color belongs to.
-[FSNotifierCallback-p onOutOfMemory]
void onOutOfMemory()
A callback function used to notify application when Foxit PDF SDK runs out of memory.
FSErrMIPUPEEngineInitFailed
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:565
FSImageGIF
Image type is GIF.
Definition: FSPDFObjC.h:1137
FSSquare
Definition: FSPDFObjC.h:2795
FSFillerVkey6
6 key.
Definition: FSPDFObjC.h:4163
-[FSUInt32Array getSize]
int getSize()
Get the number of elements in the array.
FSFontCharsetArabic
Font charset: Arabic.
Definition: FSPDFObjC.h:894
FSFillerVkeyInsert
Insert key.
Definition: FSPDFObjC.h:4154
FSCompareResultInfoCompareResultTypeReplaceImage
Result type: replace image.
Definition: FSPDFObjC.h:6887
FSFillMode
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:638
FSErrMIPCreateProtectionHandlerFailed
MIP engine: create protection handler failed.
Definition: FSPDFObjC.h:567
FSAppProviderCallbackStringIDExpectedEndIf
Sample message: "Expected 'endif' instead of '%s'".
Definition: FSPDFObjC.h:5633
FSMediaSettingsPlayerWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:3690
-[FSRange isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSSplitFileResultArray
Definition: FSPDFObjC.h:8824
FSGraphicsObjects
Definition: FSPDFObjC.h:4760
FSAppProviderCallbackBeepTypeWarning
Beep type: warning.
Definition: FSPDFObjC.h:5589
FSAnnotFlagReadOnly
Annotation flag: read only.
Definition: FSPDFObjC.h:2475
FSHideAction
Definition: FSPDFObjC.h:2156
FSActionTypeJavaScript
Action type: JavaScript action.
Definition: FSPDFObjC.h:1976
FSXFAWidgetWidgethAlignTypeJustify
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:5889
FSTableCellDataColArray
This class represents an array of FSTableCellData objects,inserted in the order of the displayed tab...
Definition: FSPDFObjC.h:6465
FSMediaPlayerCallback-p
Definition: FSPDFObjC.h:9028
FSActionCallbackSearchScopeActiveDoc
Search scope: active document.
Definition: FSPDFObjC.h:3863
FSRedaction
Definition: FSPDFObjC.h:6425
FSErrNoComparisonModuleRight
No "Comparison" module right.
Definition: FSPDFObjC.h:542
-[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:4821
FSErrOCRTrialIsEnd
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:521
FSImageOrientationNone
No orientation.
Definition: FSPDFObjC.h:1145
FSStructElementElementInfoType
FSStructElementElementInfoType
Enumeration for structure element info type.
Definition: FSPDFObjC.h:1705
FSImageSettingsImageCompressQualityMinimum
Compression quality: Minimum.
Definition: FSPDFObjC.h:7030
FSAppProviderCallbackStringIDUnableSetPlatformValue
Sample message: "Unable to set the value for property 'platform'".
Definition: FSPDFObjC.h:5612
FSAnnotationSummarySettingsFontSizeSmall
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:8478
FSImageSettingsImageCompressZip
Compression mode: zip.
Definition: FSPDFObjC.h:7026
FSFillerVkeySnapshot
Print Screen key.
Definition: FSPDFObjC.h:4153
FSFileWriterCallback-p
Definition: FSPDFObjC.h:8959
FSLRStructureElementAttributeTypeListNumbering
Attribute type only for List: ListNumbering, which represents the numbering system to be used to gene...
Definition: FSPDFObjC.h:7620
FSFieldFlagRequired
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:4350
FSParagraphEditingBulletTypeNone
Bullet type: none.
Definition: FSPDFObjC.h:7889
-[FSLayerTree getDict]
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:1040
FSTrustedCertStoreCallback-p
Definition: FSPDFObjC.h:11506
FSLRStructureElementAttributeValueTypeFloat
Value type: float.
Definition: FSPDFObjC.h:7708
FSCustomEncryptData
Definition: FSPDFObjC.h:6251
FSDocProviderCallbackTextEncodingShiftJIS
Text encoding: ShiftJIS.
Definition: FSPDFObjC.h:5756
FSLRStructureElementAttributeTypeAttached
Attribute type: Attached, which specifies the edges of the page, if any, to which the artifact is log...
Definition: FSPDFObjC.h:7595
FSGraphicsObjectBlendHue
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1461
FSCompareResultInfoCompareResultTypeReplaceAnnot
Result type: replace annotation.
Definition: FSPDFObjC.h:6896
FSLRStructureElementAttributeValueEnumPB
Enum value: pb, which means push button.
Definition: FSPDFObjC.h:7680
FSSignatureKeyNameDN
Signature key name: distinguish name.
Definition: FSPDFObjC.h:4536
FSFloatingInfoWindowPositionCenterLeft
Window position: at the center left.
Definition: FSPDFObjC.h:3639
FSRangeFilter
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:843
FSAnnotFlagNoView
Annotation flag: no view.
Definition: FSPDFObjC.h:2474
-[FSFillSignObject getType]
FSFillSignFillSignObjectType getType()
Get fill-sign type.
FSCertVerifyResult
Definition: FSPDFObjC.h:8081
-[FSPSI getBitmap]
FSBitmap * getBitmap()
Get the canvas bitmap.
FSXFAWidgetWidgetTypeImage
XFA widget type: image.
Definition: FSPDFObjC.h:5870
FSXFADocEventTypeUnknown
Event type: Unknown.
Definition: FSPDFObjC.h:5776
FSAnnotMKRelationCaptionOvrlayOnIcon
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:2517
FSPageNumberRange
Definition: FSPDFObjC.h:4899
FSComparisonCompareType
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:6954
FSHTML2PDFSettingDataEncodingFormatUTF_16BE
Encoding foramt: "UTF-16BE".
Definition: FSPDFObjC.h:7283
-[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:7289
FSImageOrientationRotate90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:1151
FSHTML2PDFSettingDataEncodingFormatUTF7
Encoding foramt: "UTF7".
Definition: FSPDFObjC.h:7280
FSSignatureFieldMDPAction
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:4570
-[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:3648
FSAppProviderCallbackStringIDMonthApril
String ID for case: Use string in local language for "April".
Definition: FSPDFObjC.h:5679
FSFontCharsetThai
Font charset: Thai.
Definition: FSPDFObjC.h:888
FSMediaPlayerCallbackJSMediaPlayerStateOpen
media player state: Open.
Definition: FSPDFObjC.h:3791
FSSignatureStates
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:4485
FSFillerVkeyDown
Down arrow key.
Definition: FSPDFObjC.h:4151
FSPDFXComplianceVersionPDFX4AndCLLVISOCoatedv2ECI
PDF/X-4 and create language layer views (ISO Coated v2 (ECI))).
Definition: FSPDFObjC.h:6851
FSAppProviderCallbackStringIDMonthSep
String ID for case: Use string in local language for "September".
Definition: FSPDFObjC.h:5684
FSOutputPreviewShowType
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:8522
FSLRElementElementTypeWarichuText
Structure element type: WT, which means "Warichu text" and represents the smaller-size text of a wari...
Definition: FSPDFObjC.h:7540
FSAppProviderCallbackStringIDCannotCovertToObject
Sample message: "%s.%s cannot covert to object".
Definition: FSPDFObjC.h:5640
FSSecurityCallback-p
Definition: FSPDFObjC.h:10516
FSAppProviderCallbackStringIDUnableSetValidationsEnabledValue
Sample message: "Unable to set the value for property 'validationsEnabled'".
Definition: FSPDFObjC.h:5613
FSOutputPreviewShowDevice
If set, only show with Device.
Definition: FSPDFObjC.h:8540
-[FSPDFNameTree removeAllObjs]
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
FSFontMapperCallback-p
Definition: FSPDFObjC.h:11536
FSPosCenterRight
Position: center right.
Definition: FSPDFObjC.h:650
FSFullTextSearchRankHitCountASC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6601
FSAppProviderCallbackStringIDDivideZero
Sample message: "Divide by zero".
Definition: FSPDFObjC.h:5639
FSLRStructureElementAttributeTypeDirection
(Reserved) Attribute type: Direction.
Definition: FSPDFObjC.h:7630
FSXFADocXDP
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:5784
FSHTML2PDFSettingDataEncodingFormatTAB
Encoding foramt: "TAB".
Definition: FSPDFObjC.h:7277
FSPagingSealConfigPagingSealPositionLeft
Left Paging Seal.
Definition: FSPDFObjC.h:4702
FSPrintParamsBookletDuplexModeBothSides
Booklet Duplex Mode: automatically prints both sides of the paper.
Definition: FSPDFObjC.h:3572
FSSignatureAPFlagLocation
If set, show location on signature appearance.
Definition: FSPDFObjC.h:4523
FSCertVerifyResultCertStatus
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:8053
FSAnnotFlagInvisible
Annotation flag: invisible.
Definition: FSPDFObjC.h:2469
-[FSActionCallback-p getPageScale]
float getPageScale()
A callback function to get current page zoom value.
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePolygons
Hatches export type: Exports hatch as a polygon (solid hatches only).
Definition: FSPDFObjC.h:7394
FSSignatureVerifyResultLTVState
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:8219
FSComplianceEngineViewOrPrintConditionPSOCoatedv3ECI
Viewing or printing condition: PSO Coated v3 (ECI).
Definition: FSPDFObjC.h:6625
FSFillSignFillSignObjectTypeDot
Dot fill-sign object.
Definition: FSPDFObjC.h:8284
FSRotation
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:616
FSBitmapQuadratic
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1098
FSCaret
Definition: FSPDFObjC.h:2973
FSDWG2PDFSettingDataFlagTTFTextAsGeometry
Bit 2. Enable TTF font text to geometry conversion.
Definition: FSPDFObjC.h:7375
FSOutputPreviewColorantTypeProcess
Colorant type: process.
Definition: FSPDFObjC.h:8550
FSLRStructureElementAttributeValueEnumLineThrough
Enum value: LineThrough, which means a line through the middle of the text.
Definition: FSPDFObjC.h:7665
FSCompareResultInfoCompareResultTypeInsertText
Result type: insert text.
Definition: FSPDFObjC.h:6883
FSMonoImageSettingsImageCompressQualityLow
Compression quality: Low, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7081
FSOutputPreviewColorantType
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:8549
FSFillSignFillSignObjectTypeCrossMark
Cross mark fill-sign object.
Definition: FSPDFObjC.h:8280
FSAppProviderCallbackStringIDNotFoundFunction
Sample message: "Cannot find function '%s'".
Definition: FSPDFObjC.h:5650
-[FSSound getSampleEncodingFormat]
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
FSPagingSealSignaturePagingSealAPStateValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4738
FSAnnotPolyLine
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2444
FSPDFPageArtBox
Art Box for page boundary.
Definition: FSPDFObjC.h:4805
FSPreflightSettingDataOperateTypeSingleFixups
Opearte type: single fixups.
Definition: FSPDFObjC.h:6659
FSFillerVkeyNumpad8
8 key in the numeric keypad.
Definition: FSPDFObjC.h:4201
FSFillerEventFlagMiddleButtonDown
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:4231
FSLRStructureElementAttributeTypeVersion
(Reserved) Attribute type: Version, which represents schema version of layout recognition engine.
Definition: FSPDFObjC.h:7632
FSAppProviderCallbackStringIDMonthJuly
String ID for case: Use string in local language for "July".
Definition: FSPDFObjC.h:5682
-[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:4971
FSFieldTypeRadioButton
Form field type: radio button.
Definition: FSPDFObjC.h:4341
FSFontFontTypeCIDFont
Font type: CID font.
Definition: FSPDFObjC.h:928
FSMediaPlayerCallbackJSMediaPlayerStatePlaying
media player state: Playing.
Definition: FSPDFObjC.h:3793
-[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:5887
-[FSTextSearch getMatchPageIndex]
int getMatchPageIndex()
Get the page index, to which current match belongs.
FSHTML2PDFSettingDataEncodingFormatUTF_32LE
Encoding foramt: "UTF-32LE".
Definition: FSPDFObjC.h:7286
FSMarkup
Definition: FSPDFObjC.h:2677
FSResponseTypeOCSP
OCSP response.
Definition: FSPDFObjC.h:8015
FSAppProviderCallbackStringIDValidateNullError
Sample message: "%s cannot be left blank.".
Definition: FSPDFObjC.h:5691
FSAnnotAppearanceTypeNormal
Annotation's normal appearance.
Definition: FSPDFObjC.h:2521
FSAppProviderCallbackStringIDValueExcalmatory
Sample message: "Value!".
Definition: FSPDFObjC.h:5604
FSPDFAComplianceVersionPDFA1b
PDF/A-1b.
Definition: FSPDFObjC.h:6792
FSOptimizeScannedPDFSettingsScannedMonoImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:7197
FSWatermarkTextPropertiesFontStyleNormal
Watermark font style: normal.
Definition: FSPDFObjC.h:6399
FSAppProviderCallbackMsgBoxButtonType
FSAppProviderCallbackMsgBoxButtonType
Enumeration for button type of XFA message box.
Definition: FSPDFObjC.h:5709
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYYYY
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4984
FSPagingSealSignature
Definition: FSPDFObjC.h:4742
FSTabOrderMgr
Definition: FSPDFObjC.h:6327
FSWrapperData
Definition: FSPDFObjC.h:5042
FSComplianceEngineViewOrPrintCondition
FSComplianceEngineViewOrPrintCondition
Enumeration for viewing or printing condition.
Definition: FSPDFObjC.h:6620
FSPDFObjectBoolean
PDF boolean object.
Definition: FSPDFObjC.h:1237
FSActionNewWindowFlag
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:1983
-[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:4739
FSSignatureAPFlagFoxitFlag
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:4518
FSCombinationCombineDocsOptionPageLabels
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8387
FSAppProviderCallbackStringIDMonthJan
String ID for case: Use string in local language for "January".
Definition: FSPDFObjC.h:5676
FSActionCallbackAppInfoTypeViewerType
Application's viewer type information.
Definition: FSPDFObjC.h:3821
FSSignatureSignatureTypeOrdinary
Signature type: ordinary.
Definition: FSPDFObjC.h:4549
FSDefaultAppearanceFlagFontSize
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2283
FSStructObjectContentStructObjectTypeInvalid
Invaild object.
Definition: FSPDFObjC.h:1745
FSErrComplianceEngineInvalidUnlockCode
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:524
FSFillerVkey8
8 key.
Definition: FSPDFObjC.h:4165
FSAppProviderCallbackStringIDOutOfArrayRange
Sample message: "Out of the range of '%s' array".
Definition: FSPDFObjC.h:5652
FSParagraphEditingNumberingTypeDecimalDot
Numbering type: 1. 2. 3.
Definition: FSPDFObjC.h:7902
FSBorderInfoDashed
Border style: Dashed.
Definition: FSPDFObjC.h:2340
FSFontStdIDHelvetica
Standard font: Helvetica.
Definition: FSPDFObjC.h:912
-[FSWidgetMenu canPaste]
BOOL canPaste()
Check if the text of related XFA widget can be pasted.
FSSignatureCallbackCertUnsupportType
Certificate is unsupport type.
Definition: FSPDFObjC.h:4641
FSXFAWidgetWidgetVAlignType
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:5896
FSLRElementElementTypeShadingObject
Structure element type: ShadingObject, which means shading graphics object element.
Definition: FSPDFObjC.h:7552
FSFillerVkeyV
V key.
Definition: FSPDFObjC.h:4188
FSLRStructureElementAttributeTypeColumnGap
Attribute type: ColumnGap, which represents the desired space between adjacent columns,...
Definition: FSPDFObjC.h:7618
-[FSLayerContext getUsageType]
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
FSActionNewWindowFlagFalse
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:1984
FSPDFObjectString
PDF string object.
Definition: FSPDFObjC.h:1239
FSLRStructureElementAttributeTypePadding
Attribute type: Padding, which specifies an offset to account for the separation between the element'...
Definition: FSPDFObjC.h:7597
FSLocaleIDFrance
Locale ID for country: France.
Definition: FSPDFObjC.h:701
FSAppProviderCallbackStringIDInvalidateInstruction
Sample message: "Invalidate instruction".
Definition: FSPDFObjC.h:5646
FSTaggedPDFCallbackReportCategoryTocItem
Report category type: toc item.
Definition: FSPDFObjC.h:7805
FSAppProviderCallbackAppInfoPlatform
Application information: platform.
Definition: FSPDFObjC.h:5581
FSDocViewerPrefsDisplayDocTitle
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:5414
-[FSParagraphEditingMgr getParagraphEditing]
FSParagraphEditing * getParagraphEditing()
Get the paragraph edit object.
-[FSParagraphEditing deleteSelected]
BOOL deleteSelected()
Delete the selected text.
FSWatermarkSettingsFlagSharePageStream
If set, watermarks will share one form xobject if these watermarks use the same page object.
Definition: FSPDFObjC.h:6372
FSAppProviderCallbackStringIDWeekDaySun
String ID for case: Use string in local language for "Sunday".
Definition: FSPDFObjC.h:5669
-[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:7021
FSLRStructureElementAttributeTypeSpaceAfter
Attribute type: SpaceAfter, which represents the amount of extra space following the after edge of th...
Definition: FSPDFObjC.h:7600
FSIconFitScaleWayAlways
Always scale.
Definition: FSPDFObjC.h:2409
FSFloatingInfoOffScreenAction
FSFloatingInfoOffScreenAction
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: FSPDFObjC.h:3660
FSImageOrientationRotate270FlipH
First rotate 90 in counter-clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1152
FSTextPageCharInfoHyphen
Character flag: Hyphen.
Definition: FSPDFObjC.h:6002
FSErrCanNotConnectToServer
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:502
FSPDFXComplianceVersionPDFX3PSOCoatedv3ECI
PDF/X-3 (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:6846
FSHTML2PDFSettingDataEncodingFormatEUC
Encoding foramt: "EUC".
Definition: FSPDFObjC.h:7246
FSHTML2PDFSettingDataEncodingFormatHZ_GB_2312
Encoding foramt: "HZ-GB-2312".
Definition: FSPDFObjC.h:7288
-[FSPagingSealSignature generateAppearance]
BOOL generateAppearance()
Generate the appearance of paging seal signature.
FSFloatingInfoWindowPositionCenter
Window position: at the center.
Definition: FSPDFObjC.h:3640
FSLayerZoomData
Definition: FSPDFObjC.h:3986
FSTableBorderInfoTableBorderStyleDashed
Table border style: Dashed.
Definition: FSPDFObjC.h:6442
FSMonoImageSettingsMonoImageCompressMode
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:7067
FSPDFDocDisplayUseOutlines
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:5239
FSMediaSettingsPlayerWindowType
FSMediaSettingsPlayerWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:3688
-[FSJoinSplit exitJoinEditing]
void exitJoinEditing()
Exit join split editing.
FSFillSignObject
Definition: FSPDFObjC.h:8306
FSErrCanNotSetACL
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:509
FSPDFPageCalcContentsBox
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:4791
FSAppProviderCallbackMsgBoxButtonID
FSAppProviderCallbackMsgBoxButtonID
Enumeration for button ID of XFA message box.
Definition: FSPDFObjC.h:5716
FSLRStructureElementAttributeValueTypeEmpty
Empty value type.
Definition: FSPDFObjC.h:7705
FSLRStructureElementAttributeValueEnumAfter
Enum value: After, which means the alignment for attribute BlockAlign or the placement for attribute ...
Definition: FSPDFObjC.h:7641
FSSearchOptionWordMatchingMatchPhrase
Word matching: match phrase.
Definition: FSPDFObjC.h:3741
FSFontCIDCharset
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:898
FSFillerVkeyI
I key.
Definition: FSPDFObjC.h:4175
FSSignatureLabelNameSignTime
Signature label name for sign time.
Definition: FSPDFObjC.h:4581
-[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:7305
FSFillerVkeyMultiply
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:4203
FSBitmapDIBCmyk
DIB format: 32bpp CMYK format, with bits order "Cyan, Magenta, Yellow, Black". Cyan is in the lowest ...
Definition: FSPDFObjC.h:1088
FSPrintParamsPrintHandling
FSPrintParamsPrintHandling
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3590
FSCombineDocumentInfo
Definition: FSPDFObjC.h:8345
FSStructMarkedContent
Definition: FSPDFObjC.h:1729
FSPDFXComplianceVersionPDFX3JapanColor2001Coated
PDF/X-3 (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:6845
FSFontCharsetGB2312
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:886
FSAdditionalActionTriggerAnnotMouseButtonReleased
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:2250
FSSignatureStateVerifyTimestampDoc
The signature is a time stamp signature.
Definition: FSPDFObjC.h:4505
FSTableCellDataArray
Definition: FSPDFObjC.h:6485
FSTableGenerator
Definition: FSPDFObjC.h:6574
FSFontStdIDCourier
Standard font: Courier.
Definition: FSPDFObjC.h:908
FSAdditionalActionTriggerAnnotPageVisible
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:2255
FSPDFStreamCCITTFaxDecode
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:1296
FSPDFDocPwdInvalid
The password is invalid.
Definition: FSPDFObjC.h:5177
FSModuleNameOffice2PDF
Name for module "Office2PDF".
Definition: FSPDFObjC.h:674
-[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:3883
-[FSFloatArray removeAll]
void removeAll()
Clean up the array.
FSLRStructureElementAttributeValueEnumCenter
Enum value: Center, which means the alignment for attributes TextAlign/InlineAlign/RubyAlign.
Definition: FSPDFObjC.h:7660
FSAdditionalActionTriggerAnnotLoseInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:2252
FSPDFDocPwdUser
A user password is used in PDF document.
Definition: FSPDFObjC.h:5179
FSFillerVkeyK
K key.
Definition: FSPDFObjC.h:4177
FSCompareResultInfoCompareResultTypeDeleteAnnot
Result type: delete annotation.
Definition: FSPDFObjC.h:6894
FSGotoAction
Definition: FSPDFObjC.h:2010
FSErrUnsupported
Some types are not supported.
Definition: FSPDFObjC.h:488
FSAppProviderCallbackMsgBoxIconError
Message box icon: Error.
Definition: FSPDFObjC.h:5703
-[FSXFADoc killFocus]
void killFocus()
Kill the focus of XFA widget.
FSActionTypeSound
Action type: sound action.
Definition: FSPDFObjC.h:1969
FSAppProviderCallbackStringIDSOMExpectedList
Sample message: "SOM expression returned list when single result was expected".
Definition: FSPDFObjC.h:5664
FSRichTextStyle
Definition: FSPDFObjC.h:2312
FSParagraphEditingNumberingTypeLowerLatinRParen
Numbering type: a) b) c)
Definition: FSPDFObjC.h:7905
FSFillerEventFlagMetaKey
Event flag: meta key.
Definition: FSPDFObjC.h:4227
FSFillerVkeySpace
Space key.
Definition: FSPDFObjC.h:4143
FSTaggedPDFCallbackReportCategoryListItem
Report category type: list item.
Definition: FSPDFObjC.h:7800
FSDocProviderCallbackPageViewEventTypeAllRemoved
Event type: all page views are removed.
Definition: FSPDFObjC.h:5765
-[FSParagraphEditing selectAll]
BOOL selectAll()
Select all text.
FSRenditionMediaOptionType
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:1778
FSPDFPageParseFlags
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:4785
FSHTML2PDFSettingDataEncodingFormatCP1251
Encoding foramt: "CP1251".
Definition: FSPDFObjC.h:7256
-[FSProgressive resume]
FSProgressiveState resume()
Continue the progressive process.
FSTextStateModeFillClip
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:1528
FSFillerVkeyF
F key.
Definition: FSPDFObjC.h:4172
FSDocProviderCallbackSubmitInXFD
The submit data is packaged in XFD format, as described in XFDF.
Definition: FSPDFObjC.h:5743
FSHTML2PDFSettingDataEncodingFormatX_KDDI_ISO_2022_JP
Encoding foramt: "X-KDDI-ISO-2022-JP".
Definition: FSPDFObjC.h:7299
FSImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:7025
FSPDFPageTrimBox
Trim Box for page boundary.
Definition: FSPDFObjC.h:4804
FSModuleNamePrint2PDF
Name for module "Print2PDF".
Definition: FSPDFObjC.h:675
FSColorSpaceCalGray
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:683
FSFieldFlagChoiceCommitOnSelChange
(Only useful for choice field) If set, the new value is committed as soon as a selection is made with...
Definition: FSPDFObjC.h:4364
FSFieldFlagButtonNoToggleToOff
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:4352
FSRendererRenderHighlight
If set, only highlight annotations will be rendered.
Definition: FSPDFObjC.h:3155
FSCertVerifyResultReasonAffiliationChanged
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:8065
FSFillerVkeyF6
F6 key.
Definition: FSPDFObjC.h:4214
FSAppProviderCallbackMsgBtnIDYes
Message box button ID: Yes.
Definition: FSPDFObjC.h:5720
FSPDFDocSaveFlagNoUpdatingMetadataDateTime
Save document without updating metadata "ModDate" and "CreationDate".
Definition: FSPDFObjC.h:5212
FSMonoImageSettingsImageCompressQualityMinimum
Compression quality: Minimum, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7080
FSCompareResultInfoCompareResultType
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:6880
FSLRElementElementTypeListLabel
Structure element type: Lbl, which means "Label" and represents a name or number that distinguishes a...
Definition: FSPDFObjC.h:7518
FSAdditionalActionTriggerEvent
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:2235
FSOutputPreviewShowGray
If set, only show with Gray.
Definition: FSPDFObjC.h:8535
FSErrSuccess
Success, and no error occurs.
Definition: FSPDFObjC.h:479
-[FSParagraphEditing cutSelected]
BOOL cutSelected()
Cut the selected text.
FSPDFDocEncryptUnknown
Unknown encryption type.
Definition: FSPDFObjC.h:5184
FSSignatureCallbackCertValidity
FSSignatureCallbackCertValidity
Enumeration for certificate validity.
Definition: FSPDFObjC.h:4638
-[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:2190
FSErrParam
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:487
FSFillerAssistCallback-p
Definition: FSPDFObjC.h:10295
FSFillerVkeyG
G key.
Definition: FSPDFObjC.h:4173
FSTextObjectArray
Definition: FSPDFObjC.h:1394
FSLRStructureElementAttributeValueEnumTop
Enum value: Top, which means top edge of the page.
Definition: FSPDFObjC.h:7689
FSXFAWidgetWidgetNameTypeField
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:5882
FSMonoImageSettingsImageCompressCCITT4
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:7069
FSXFAWidgetWidgetTypeBarcode
XFA widget type: barcode.
Definition: FSPDFObjC.h:5854
-[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:2445
FSImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:7044
FSHTML2PDFSettingDataScalingModeEnlarge
Page scaling: Enlarge. It means PDF page will be enlarged to HTML content size. In this mode,...
Definition: FSPDFObjC.h:7223
-[FSSignatureVerifyResult getOCSPSigantureVerifyResults]
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
FSAppProviderCallbackStringIDBadSuffix
Sample message: "Bad suffix on number".
Definition: FSPDFObjC.h:5621
FSAnnotationSummaryCallbackAnnotationSummaryStringIDPage
Annotations summary string ID: specify the prefix when page information is outputed in result documen...
Definition: FSPDFObjC.h:8451
-[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:7270
FSActionCallbackAppInfoTypeViewerVariation
Application's viewer variation information.
Definition: FSPDFObjC.h:3822
FSSignatureCallbackCertExpired
Certificate is expired.
Definition: FSPDFObjC.h:4640
FSReplaceCallback-p
Definition: FSPDFObjC.h:11660
FSOutputPreviewShowSolidColor
If set, only show solid color.
Definition: FSPDFObjC.h:8542
FSLRStructureElementAttributeValueEnumDashed
Enum value: Dashed, which means the border is a series of short line segments.
Definition: FSPDFObjC.h:7651
FSShadingColor
Definition: FSPDFObjC.h:2579
-[FSTextSearch findPrev]
BOOL findPrev()
Search for previous matched pattern.
FSTaggedPDFCallbackReportConfidence
FSTaggedPDFCallbackReportConfidence
Enumeration for report confidence used for tag PDF document.
Definition: FSPDFObjC.h:7808
FSTiledWatermarkSettingsFlagAsAnnot
If set, the watermark will be an annotation when inserted to a PDF page, and the watermark will be sh...
Definition: FSPDFObjC.h:5015
FSOptimizerSettingsDiscardObjectsEmbeddedPrintSettings
Discard embedded print settings.
Definition: FSPDFObjC.h:7147
FSParagraphEditingBulletTypeBlackDiamondMinusWhite
Bullet type: black diamond minus white.
Definition: FSPDFObjC.h:7897
-[FSSignatureFillSignObject isInitialsType]
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
FSStructObjectContentStructObjectTypeImage
Image object.
Definition: FSPDFObjC.h:1746
FSActionCallbackLanguageDEU
German.
Definition: FSPDFObjC.h:3805
FSTextPageCharInfoUnknown
Character flag: Unknown.
Definition: FSPDFObjC.h:5998
FSLRElementElementTypeFormula
Structure element type: Formula, which represents a mathematical formula.
Definition: FSPDFObjC.h:7546
FSErrCanNotGetClientID
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:515
FSPreflightReportSettingDataReportFileFormatTypeTxt
Report file format type: TXT & TEXT.
Definition: FSPDFObjC.h:6683
FSTextPageTextOrderFlag
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:6035
FSOptimizerSettingsDiscardUserAllData
discard tag user data
Definition: FSPDFObjC.h:7163
-[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:8529
FSAdditionalActionTriggerDocSaved
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:2240
-[FSSound getChannelCount]
int getChannelCount()
Get the count of sound channels.
FSImage
Definition: FSPDFObjC.h:1156
-[FSAttachments removeAllEmbeddedFiles]
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSMarkupState
FSMarkupState
Enumeration for markup annotation's state.
Definition: FSPDFObjC.h:2643
FSRenditionActionOperationType
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:2185
FSTableBorderInfo
Definition: FSPDFObjC.h:6445
FSBorderInfoSolid
Border style: Solid.
Definition: FSPDFObjC.h:2339
FSActionCallbackJSFieldValueChangedByFormat
javascript field value changed type: format.
Definition: FSPDFObjC.h:3834
FSFillerAssistCallbackPopupMenuItemCopy
Popup menu item: "Copy".
Definition: FSPDFObjC.h:4125
FSAnnotAppearanceType
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:2520
FSSignatureCallbackCertDataError
Certificate's data is error.
Definition: FSPDFObjC.h:4642
FSCombinationCombineDocsOptionMarkInfos
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8386
FSLRStructureElementAttributeTypeGlyphOrientationVertical
Attribute type: GlyphOrientationVertical, which specifies the orientation of glyphs when the inline-p...
Definition: FSPDFObjC.h:7616
-[FSParagraphEditing canCopy]
BOOL canCopy()
Check whether can copy text.
FSReflowPage
Definition: FSPDFObjC.h:5515
FSSplitFileResultSplitFileErrFileExist
The state is failed due to file exist.
Definition: FSPDFObjC.h:8805
FSAnnotHighlightingNone
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:2482
FSPDFDocPermAnnotForm
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:5198
FSTableCellIndexArray
An array of table cell index.
Definition: FSPDFObjC.h:6525
FSAppProviderCallbackAppInfoName
Application information: name.
Definition: FSPDFObjC.h:5583
FSLTVVerifierSignatureTSTTime
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:8192
FSPagingSeal
Definition: FSPDFObjC.h:3107
FSDocProviderCallbackInvalidateFlagCurrentPage
Invalidate current page.
Definition: FSPDFObjC.h:5727
FSPortfolioInitialViewDetailMode
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:8682
FSFillerEventFlagCommand
Event flag: the command key.
Definition: FSPDFObjC.h:4233
FSActionCallbackLayoutModeContinuousFacing
Layout mode: continuous two pages.
Definition: FSPDFObjC.h:3853
FSAssociatedFilesRelationshipSource
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:3227
FSFieldFlagNoExport
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:4351
FSPrintParamsPrintContentDocument
Print Content: print the document contents, not comments.
Definition: FSPDFObjC.h:3560
FSFontStyleAllCap
Font style: all cap.
Definition: FSPDFObjC.h:875
FSHTML2PDFSettingDataEncodingFormatISO_8859_5
Encoding foramt: "ISO-8859-5".
Definition: FSPDFObjC.h:7234
FSFloatingInfoResizeTypeYes
Resize type: may be resized without preserving the aspect ratio.
Definition: FSPDFObjC.h:3657
FSPDFDocInsertDocOptionAttachments
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:5233
FSLayerTreeStateOFF
The state is OFF.
Definition: FSPDFObjC.h:4005
FSAdditionalActionTriggerAnnotPageInvisible
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:2256
FSRendererColorModeForegroundBlackText
If set, only the black color of text need to be replaced.
Definition: FSPDFObjC.h:3163
FSSubmitFormActionFlagIncludeAppendSaves
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:2111
FSSnapPointMgrFlagNearestPoint
If set, that means to get the nearest point (which is in a path) to the specified point.
Definition: FSPDFObjC.h:8733
FSTextPageCharInfoUnUnicode
Character flag: UnUnicode.
Definition: FSPDFObjC.h:6001
FSPortfolioFileNode
Definition: FSPDFObjC.h:8632
FSPDFNameTreePages
"Pages" name tree.
Definition: FSPDFObjC.h:1637
FSHeaderFooterContentGeneratorDateFormatMMSlashYYYY
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4976
FSGraphicsObjectBlendColor
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:1463
FSAnnotationSummaryCallbackAnnotationSummaryStringIDNoAnnotations
Annotations summary string ID: specify the string used as content in result document when a page does...
Definition: FSPDFObjC.h:8455
FSImageObject
Definition: FSPDFObjC.h:1560
FSPortfolioInitialViewHidden
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:8684
FSBorderInfoInset
Border style: Inset.
Definition: FSPDFObjC.h:2343
FSPDFPageCalcDetection
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:4792
FSPageBasicInfo
Definition: FSPDFObjC.h:5105
FSPSICallback-p
Definition: FSPDFObjC.h:10498
FSDocViewerPrefsPrintScale
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:5403
FSDestinationZoomFitVert
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:1923
FSBarcodeFormatEAN8
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1187
FSAppProviderCallbackStringIDSubmitValidateNullError
Sample message: "At least one required field was empty. Please fill in the required fields(highlighte...
Definition: FSPDFObjC.h:5697
FSFontCIDCharsetGB1
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:900
FSFileStreamCallback-p
Definition: FSPDFObjC.h:8989
-[FSSignatureVerifyResult getTSTSignatureVerifyResult]
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
FSHTML2PDFSettingDataEncodingFormatMACINTOSH
Encoding foramt: "MACINTOSH".
Definition: FSPDFObjC.h:7279
FSTabOrderMgrColumn
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:6323
FSHeaderFooterContentGeneratorPageNumberFormat
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:4989
FSPDFNameTree
Definition: FSPDFObjC.h:1641
FSPDFAComplianceVersionPDFA1bWithoutFBC
PDF/A-1b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:6799
FSErrOCREngineNotInit
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:519
FSAdditionalActionTriggerAnnotCursorExit
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:2248
FSLRStructureElementAttributeValueTypeWStr
Value type: wide string.
Definition: FSPDFObjC.h:7710
FSPDFPageBleedBox
Bleed Box for page boundary.
Definition: FSPDFObjC.h:4806
FSSignatureStateVerifyTimestampNone
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:4504
FSPDFPageParsePageTextOnly
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:4787
FSSignatureLabelNameSigner
Signature label name for signer.
Definition: FSPDFObjC.h:4578
FSImageSettingsStretchInterpol
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:7041
FSSnappedPointTypeIntersectionPoint
Snapped point type: intersection point, which means the snapped point is the intersection of two inte...
Definition: FSPDFObjC.h:8712
-[FSParagraphEditing indent]
void indent()
Increase indent for text.
FSSignatureStateVerifyTimestampValid
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:4506
FSTextPageCharInfoTextCharFlag
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:5997
FSFillerVkeyM
M key.
Definition: FSPDFObjC.h:4179
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYY
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4967
FSRenditionAction
Definition: FSPDFObjC.h:2194
FSHTML2PDFSettingDataEncodingFormatISO_8859_11
Encoding foramt: "ISO-8859-11".
Definition: FSPDFObjC.h:7265
FSSignaturePAdESLevel
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:4554
FSAppProviderCallbackStringIDValidateError
Sample message: "The value you entered for %s is invalid.".
Definition: FSPDFObjC.h:5693
FSLRStructureElementAttributeValueEnumLowerAlpha
Enum value: LowerAlpha, which means lowercase letters (a, b, c, ...).
Definition: FSPDFObjC.h:7674
FSFontStyleFixedPitch
Font style: fixed pitch.
Definition: FSPDFObjC.h:869
FSLRStructureElementAttributeValueEnumUpperAlpha
Enum value: UpperAlpha, which means uppercase letters (A, B, C, ...).
Definition: FSPDFObjC.h:7673
FSErrNo3DModuleRight
No "3D" module right.
Definition: FSPDFObjC.h:561
-[FSLRContentElement getMatrix]
FSMatrix2D * getMatrix()
Get matrix.
FSSubmitFormActionFlagCanonicalFormat
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:2114
FSReflowPageNoTruncate
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:5512
-[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:7606
FSPDFEComplianceVersion
FSPDFEComplianceVersion
Enumeration for PDF/E version.
Definition: FSPDFObjC.h:6817
FSMarkupMeasureTypeS
Measurement of the slope of a line.
Definition: FSPDFObjC.h:2674
FSLRStructureElementAttributeTypeTableHeaderScope
Attribute type only for Table: Scope, which indicates whether the header cell applies to the rest of ...
Definition: FSPDFObjC.h:7627
FSXFADocDynamic
XFA document type: Dynamic.
Definition: FSPDFObjC.h:5782
FSHTML2PDFSettingDataEncodingFormatBIG5
Encoding foramt: "BIG5".
Definition: FSPDFObjC.h:7241
FSErrNotCDRM
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:501
FSBitmapInterpolationFlag
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:1096
FSAdditionalActionTriggerFieldWillFormat
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:2244
FSMonoImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:7088
FSRotationPointCenter
Rotate the text block based on the center point.
Definition: FSPDFObjC.h:625
-[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:4044
FSModuleName
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:656
FSStructElementElementInfoTypeActualText
Structure element info type: Actual Text, which means the actual text of structure element.
Definition: FSPDFObjC.h:1710
-[FSFiller onDelete]
BOOL onDelete()
Call this function when the popup menu item "Delete" is down.
FSImageUnknown
Unknown image type.
Definition: FSPDFObjC.h:1132
FSProgressive
Definition: FSPDFObjC.h:740
FSComparisonCompareTypeAnnotation
Compare annotation only.
Definition: FSPDFObjC.h:6957
FSDocProviderCallbackPageViewEventTypeAdded
Event type: after a page view is added.
Definition: FSPDFObjC.h:5763
-[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:4047
FSParagraphEditingUndoItem
Definition: FSPDFObjC.h:7875
FSChoiceOption
Definition: FSPDFObjC.h:4298
-[FSLayerNode getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSSignatureFillSignObject
Definition: FSPDFObjC.h:8333
-[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:5632
-[FSGraphicsObjectArray getSize]
int getSize()
Get the number of elements in the array.
FSFillerVkey9
9 key.
Definition: FSPDFObjC.h:4166
FSLRElementElementTypeBlockQuote
Structure element type: BlockQuote, which means "Block quotation" and represents a portion of text co...
Definition: FSPDFObjC.h:7497
FSResultInformation
Definition: FSPDFObjC.h:6775
FSLRElementElementType
FSLRElementElementType
Enumeration for standard structure types.
Definition: FSPDFObjC.h:7490
FSLRStructureElementAttributeValueEnumWarichu
Enum value: Warichu, which means the RT and associated RP elements are to be formatted as a warichu,...
Definition: FSPDFObjC.h:7639
FSWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:6367
FSPDFDocEncryptCustom
Encryption type: customized encryption.
Definition: FSPDFObjC.h:5189
FSFileSpec
Definition: FSPDFObjC.h:3936
FSFieldFlags
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:4348
FSAppProviderCallbackMsgBoxIconStatus
Message box icon: Status.
Definition: FSPDFObjC.h:5706
FSActionCallbackJSMailResultSuccess
Mailed result: mail success.
Definition: FSPDFObjC.h:3858
FSHTML2PDFSettingDataEncodingFormatBIG5_CP950
Encoding foramt: "BIG5-CP950".
Definition: FSPDFObjC.h:7248
FSHTML2PDFSettingDataEncodingFormatCNS
Encoding foramt: "CNS".
Definition: FSPDFObjC.h:7247
FSRenditionFloatingWindowResizeTypeNo
May not be resized.
Definition: FSPDFObjC.h:1830
FSTextStateModeStrokeClip
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:1529
FSLRContext
Definition: FSPDFObjC.h:7782
FSMediaPlayer
Definition: FSPDFObjC.h:1904
FSErrFilePathNotExist
File or folder path does not exist.
Definition: FSPDFObjC.h:522
FSRenditionMediaPlayerMustUsed
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:1791
-[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:8388
FSLRElementElementTypeRubyBase
Structure element type: RB, which means "Ruby base text" and represents the full-size text to which t...
Definition: FSPDFObjC.h:7536
FSCustomSecurityHandler
Definition: FSPDFObjC.h:6269
-[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:8449
FSActionTypeGoToE
Action type: embedded go-to action.
Definition: FSPDFObjC.h:1965
FSActionCallbackLanguage
FSActionCallbackLanguage
Enumeration for language.
Definition: FSPDFObjC.h:3800
FSIconFitScaleWayType
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:2407
-[FSTextObjectArray getSize]
int getSize()
Get the number of elements in the array.
FSFillerVkeyDecimal
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:4207
FSRotation270
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:620
FSPagingSealConfigPagingSealPositionBottom
Bottom Paging Seal.
Definition: FSPDFObjC.h:4705
FSLRElementElementTypeArtifact
Structure element type: Artifact, which includes other Pagination, Layout, Page and Background artifa...
Definition: FSPDFObjC.h:7548
FSDestinationZoomXYZ
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:1920
FSAppProviderCallbackStringIDNotFoundConst
Sample message: "Cannot find const '%s'".
Definition: FSPDFObjC.h:5644
FSAnnotRichMedia
Annotation type: rich media annotation.
Definition: FSPDFObjC.h:2464
FSSearchOption
Definition: FSPDFObjC.h:3746
FSRenditionMediaPlayerFitStyleSlice
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:1798
FSLRStructureElementAttributeTypeTPadding
Attribute type: TPadding, which specifies an offset to account for the separation between the table c...
Definition: FSPDFObjC.h:7608
FSFontStyleScript
Font style: script.
Definition: FSPDFObjC.h:872
FSHeaderFooterContentGeneratorDateFormatYYYYHyphenMMHyphenDD
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4986
FSPDFStreamCrypt
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:1300
FSAnnotFlagPrint
Annotation flag: print.
Definition: FSPDFObjC.h:2471
FSColorSpaceType
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:678
FSLTVVerifier
Definition: FSPDFObjC.h:8201
-[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:3635
FSPathTypeLineToCloseFigure
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:990
FSQuadPointsArray
Definition: FSPDFObjC.h:2387
FSHTML2PDFSettingDataEncodingFormatGreek
Encoding foramt: "Greek".
Definition: FSPDFObjC.h:7236
FSHeaderFooterContentGeneratorDateFormatDDotMDotYYYY
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4982
FSColorSpaceRenderIntentAbsColorimetric
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:1044
FSActionCallbackLayoutMode
FSActionCallbackLayoutMode
Enumeration for layout mode.
Definition: FSPDFObjC.h:3849
FSFontStdIDHelveticaBI
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:914
FSStructElementElementInfoTypeTitle
Structure element info type: Title, which means the title of the structure element....
Definition: FSPDFObjC.h:1706
FSGraphicsObjectTypeEmptyMarkedContent
Empty marked-content object.
Definition: FSPDFObjC.h:1475
FSFillerVkeyShift
Shift key.
Definition: FSPDFObjC.h:4138
FSAuditSpaceSize
Structure of audit space, the unit is byte type.
Definition: FSPDFObjC.h:6975
FSSignatureCallbackCertNotSet
Certificate is not set to sign a signature.
Definition: FSPDFObjC.h:4645
FSAnnotMKRelationNoCaption
No caption; icon only.
Definition: FSPDFObjC.h:2512
FSAdditionalActionTriggerAnnotCursorEnter
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:2247
-[FSWidgetMenu selectAll]
BOOL selectAll()
Select all the text of related XFA widget.
FSHighlight
Definition: FSPDFObjC.h:2740
FSFieldTypeUnknown
Form field type: unknown.
Definition: FSPDFObjC.h:4338
FSErrTimeStampServerMgrNoDefaltServer
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:535
FSAppProviderCallbackStringIDExpectedOperator
Sample message: "Expected operator '%s' instead of '%s'".
Definition: FSPDFObjC.h:5638
FSComplianceEngine
Definition: FSPDFObjC.h:6628
FSAssociatedFilesRelationship
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:3225
FSHTML2PDFSettingDataEncodingFormatLatin5
Encoding foramt: "Latin5".
Definition: FSPDFObjC.h:7232
FSRichTextStyleCornerMarkSuperscript
Corner mark style: superscript.
Definition: FSPDFObjC.h:2308
-[FSRange removeAll]
void removeAll()
Remove all range segments.
FSSubmitFormActionFlagSubmitAsPDF
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:2113
FSAnnotPropertyModifiedDate
Annotation property: modified date.
Definition: FSPDFObjC.h:2490
FSErrInvalidClientID
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:518
-[FSParagraphEditing canDeselectAll]
BOOL canDeselectAll()
Check whether can deselect all text.
FSOptimizerSettingsDiscardObjectsFlattenFormFields
Flatten form fields.
Definition: FSPDFObjC.h:7144
FSFillModeAlternate
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:640
FSMarkupEndingStyleROpenArrow
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:2663
FSSnappedPointSnappedPointType
FSSnappedPointSnappedPointType
Enumeration for snapped point type.
Definition: FSPDFObjC.h:8708
FSTaggedPDF
Definition: FSPDFObjC.h:7818
-[FSWatermark getWidth]
float getWidth()
Get the original width of current watermark.
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeDrawing
Hatches export type: Exports hatch as a set of triangles (vectorizer).
Definition: FSPDFObjC.h:7392
FSPosTopRight
Position: top right.
Definition: FSPDFObjC.h:647
FSFillerVkeyAdd
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:4204
-[FSJoinSplit linkBoxes]
void linkBoxes()
Call this function to link text.
FSRMSSecurityCallback-p
Definition: FSPDFObjC.h:10825
FSOptimizeScannedPDFSettingsScannedImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:7187
FSLRStructureElementAttributeValueEnumTbLr
Enum value: TbLr (PDF 2.0), which means inline progression from top to bottom; block progression from...
Definition: FSPDFObjC.h:7647
FSAppProviderCallbackStringIDScriptArgumentMismatch
Sample message: "Error:Argument mismatch in property or function argument.".
Definition: FSPDFObjC.h:5699
FSWidgetLineSpacingExactValue
Line spacing style: exact value line spacing.
Definition: FSPDFObjC.h:3023
FSDestinationZoomFitRect
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:1924
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:8467
FSActionTypeUnknown
Action type: unknown action.
Definition: FSPDFObjC.h:1962
FSFillerVkeyP
P key.
Definition: FSPDFObjC.h:4182
FSMetadata
Definition: FSPDFObjC.h:5384
FSLine
Definition: FSPDFObjC.h:2859
FSFillerVkeyNumpad1
1 key in the numeric keypad.
Definition: FSPDFObjC.h:4194
FSFillModeNone
Fill mode: none.
Definition: FSPDFObjC.h:639
FSPDFDocSaveFlags
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:5205
FSSetOCGStateActionOCGStateOn
Sets the state of subsequent groups to ON.
Definition: FSPDFObjC.h:2212
FSLRElementElementTypeHeading
Structure element type: H, which means "Heading" and represents a label for a subdivision of a docume...
Definition: FSPDFObjC.h:7508
FSPDFXComplianceVersionPDFX1aJapanColor2001Coated
PDF/X-1a (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:6841
FSPDFPageFlattenOptions
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:4795
FSErrLTVVerifyModeNotSet
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:527