Foxit PDF SDK
FSPDFObjC.h
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 2.0.6
4  *
5  * This file is not intended to be easily readable and contains a number of
6  * coding conventions designed to improve portability and efficiency. Do not make
7  * changes to this file unless you know what you are doing--modify the SWIG
8  * interface file instead.
9  * ----------------------------------------------------------------------------- */
10 
11 #import <CoreGraphics/CoreGraphics.h>
12 
13 @class FSNote;
14 @class FSBitmap;
15 @class FSPDFPage;
16 @class FSReflowPage;
17 @class FSPDFDoc;
18 @class FSAnnot;
19 @class FSMenuList;
20 @class FSMenuItemEx;
21 @class FSLayerContext;
22 @class FSFileSpec;
23 @class FSMarkup;
24 @class FSRedact;
25 @class FSPopup;
26 @class FSField;
27 @class FSControl;
28 @class FSPDFDictionary;
29 @class FSStdEncryptData;
30 @class FSDRMEncryptData;
31 @class FSCustomEncryptData;
33 @class FSRMSEncryptData;
34 @class FSPDFObject;
35 @class FSPDFNameTree;
36 @class FSPDFNumberTree;
37 @class StructTreeEntity;
38 @class StructElement;
39 @class StructMarkedContent;
40 @class StructObjectContent;
41 @class PDFStructTree;
42 @class FSReadingBookmark;
43 @class FSSignature;
44 @class FSSecurityHandler;
45 @class FSLayerNode;
46 @class FSLayerPrintData;
47 @class FSGraphicsObject;
48 @class FSPDFArray;
49 @class FSPDFStream;
50 @class FSWatermarkSettings;
52 @class FSTextObject;
53 @class FSXFAWidget;
54 @class FSXFAPage;
55 @class FSForm;
56 @class FSRectI;
57 @class FSRectF;
58 @class FSMatrix2D;
59 @class FSGraphicsObjects;
61 @class FSFormXObject;
62 @class FSImageObject;
63 @class FSPathObject;
64 @class FSShadingObject;
65 @class FSTimer;
66 @class FSScreen;
67 @class FSMediaPlayer;
68 @class FSLayerTree;
69 @class FSLayerNodeArray;
70 @class FSTimeStampServer;
72 @class FSResponse;
73 @class FSTimeRange;
74 @class FSCertVerifyResult;
76 @class FSCertIssuerPair;
78 @class FSLTVVerifier;
81 @class FSOptimizerSettings;
82 @class FSImageSettings;
83 @class FSMonoImageSettings;
84 @class FSEmbeddedFontData;
88 @class FSConvert;
89 @class FSPageNumberRange;
90 @class FSColor;
92 @class FSHeaderFooter;
94 @class FSFillSign;
95 @class FSFillSignObject;
101 @class FSCombination;
102 @class FSLRElement;
103 @class FSLRStructureElement;
105 @class FSLRContentElement;
106 @class FSLRContext;
107 @class FSOutputPreview;
109 @class FSAnnotationSummary;
110 @class FSTaggedPDF;
111 @class FSPortfolio;
112 @class FSSchemaField;
113 @class FSSchemaFieldArray;
114 @class FSPortfolioNode;
115 @class FSPortfolioNodeArray;
116 @class FSPortfolioFileNode;
117 @class FSPortfolioFolderNode;
118 @class FSPagingSealSignature;
119 @class FSTableCellData;
121 @class FSTableCellDataArray;
122 @class FSTableData;
123 @class FSButtonItem;
126 @class FSMenuItemConfig;
127 @class FSRectFArray;
128 @class FSTransition;
129 @class FSTransitionArray;
130 @class FSSplitDocumentInfo;
131 @class FSSplitFileResult;
135 
136 @protocol FSDWG2PDFProgressCallback;
137 @protocol FSSplitPDFDocCallback;
138 @protocol FSPauseCallback;
139 @protocol FSFileReaderCallback;
140 @protocol FSFileWriterCallback;
141 @protocol FSFileStreamCallback;
142 @protocol FSActionCallback;
143 @protocol FSIconProviderCallback;
144 @protocol FSNotifierCallback;
145 @protocol FSDocEventCallback;
146 @protocol FSAsyncReaderCallback;
147 @protocol FSFillerAssistCallback;
148 @protocol FSSearchCallback;
149 @protocol FSSearchCancelCallback;
150 @protocol FSPSICallback;
151 @protocol FSSecurityCallback;
153 @protocol FSDRMSecurityCallback;
154 @protocol FSCustomSecurityCallback;
155 @protocol FSRMSSecurityCallback;
156 @protocol FSSignatureCallback;
157 @protocol FSAppProviderCallback;
158 @protocol FSDocProviderCallback;
160 @protocol FSRevocationCallback;
162 @protocol FSFontMapperCallback;
164 @protocol FSTaggedPDFCallback;
165 @protocol FSTimeStampCallback;
166 @protocol FSReplaceCallback;
167 @protocol FSTableGeneratorCallback;
169 
170 
171 #import <Foundation/Foundation.h>
172 
173 
174 #ifdef __cplusplus
175 extern "C" {
176 #endif
177 
178 @interface SWIGTYPE_p_void : NSObject
179 {
180  void *swigCPtr;
181  BOOL swigCMemOwn;
182 }
183 -(id)init NS_UNAVAILABLE;
184 -(void*)getCptr;
185 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
186 
187 @end
188 
189 @interface FSBasicArray : NSObject
190 {
191  void *swigCPtr;
192  BOOL swigCMemOwn;
193 }
194 -(void*)getCptr;
195 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
196 
197 -(void)dealloc;
198 
199 @end
200 
201 
202 
203 @interface FSPoint : NSObject
204 {
205  void *swigCPtr;
206  BOOL swigCMemOwn;
207 }
208 @property (nonatomic, getter=getX) int x;
209 @property (nonatomic, getter=getY) int y;
210 -(void*)getCptr;
211 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
212 -(id)init;
213 -(id)initWithOther: (FSPoint*)other;
214 -(void)set: (int)x y: (int)y;
215 -(void)add: (int)x y: (int)y;
216 -(void)subtract: (int)x y: (int)y;
217 -(void)reset;
218 -(void)dealloc;
219 
220 @end
221 
222 @interface FSPointF : NSObject
223 {
224  void *swigCPtr;
225  BOOL swigCMemOwn;
226 }
227 @property (nonatomic, getter=getX) float x;
228 @property (nonatomic, getter=getY) float y;
229 -(void*)getCptr;
230 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
231 -(id)init;
232 -(id)initWithOther: (FSPointF*)other;
233 -(void)set: (float)x y: (float)y;
234 -(void)add: (float)x y: (float)y;
235 -(void)subtract: (float)x y: (float)y;
236 -(void)reset;
237 -(void)dealloc;
238 
239 @end
240 
242 -(void*)getCptr;
243 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
244 -(id)init;
245 -(id)initWithOther: (FSRectFArray*)other;
246 -(int)getSize;
247 -(int)getUpperBound;
248 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
249 -(void)removeAll;
250 -(FSRectF*)getAt: (int)nIndex;
251 -(BOOL)setAt: (int)nIndex newElement: (FSRectF*)newElement;
252 -(BOOL)setAtGrow: (int)nIndex newElement: (FSRectF*)newElement;
253 -(BOOL)add: (FSRectF*)newElement;
254 -(BOOL)insertAt: (int)nIndex newElement: (FSRectF*)newElement nCount: (int)nCount;
255 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
256 -(int)find: (FSRectF*)data iStart: (int)iStart;
257 
258 -(void)dealloc;
259 
260 @end
261 
263 -(void*)getCptr;
264 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
265 -(id)init;
266 -(id)initWithOther: (FSPointFArray*)other;
267 -(int)getSize;
268 -(int)getUpperBound;
269 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
270 -(void)removeAll;
271 -(FSPointF*)getAt: (int)nIndex;
272 -(BOOL)setAt: (int)nIndex newElement: (FSPointF*)newElement;
273 -(BOOL)setAtGrow: (int)nIndex newElement: (FSPointF*)newElement;
274 -(BOOL)add: (FSPointF*)newElement;
275 -(BOOL)insertAt: (int)nIndex newElement: (FSPointF*)newElement nCount: (int)nCount;
276 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
277 -(int)find: (FSPointF*)data iStart: (int)iStart;
278 
279 -(void)dealloc;
280 
281 @end
282 
284 -(void*)getCptr;
285 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
286 -(id)init;
287 -(id)initWithOther: (FSFloatArray*)other;
288 -(int)getSize;
289 -(int)getUpperBound;
290 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
291 -(void)removeAll;
292 -(float)getAt: (int)nIndex;
293 -(BOOL)setAt: (int)nIndex newElement: (float)newElement;
294 -(BOOL)setAtGrow: (int)nIndex newElement: (float)newElement;
295 -(BOOL)add: (float)newElement;
296 -(BOOL)insertAt: (int)nIndex newElement: (float)newElement nCount: (int)nCount;
297 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
298 -(int)find: (float)data iStart: (int)iStart;
299 
300 -(void)dealloc;
301 
302 @end
303 
305 -(void*)getCptr;
306 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
307 -(id)init;
308 -(id)initWithOther: (FSInt32Array*)other;
309 -(int)getSize;
310 -(int)getUpperBound;
311 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
312 -(void)removeAll;
313 -(int)getAt: (int)nIndex;
314 -(BOOL)setAt: (int)nIndex newElement: (int)newElement;
315 -(BOOL)setAtGrow: (int)nIndex newElement: (int)newElement;
316 -(BOOL)add: (int)newElement;
317 -(BOOL)insertAt: (int)nIndex newElement: (int)newElement nCount: (int)nCount;
318 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
319 -(int)find: (int)data iStart: (int)iStart;
320 
321 -(void)dealloc;
322 
323 @end
324 
326 -(void*)getCptr;
327 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
328 -(id)init;
329 -(id)initWithOther: (FSUInt32Array*)other;
330 -(int)getSize;
331 -(int)getUpperBound;
332 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
333 -(void)removeAll;
334 -(unsigned int)getAt: (int)nIndex;
335 -(BOOL)setAt: (int)nIndex newElement: (unsigned int)newElement;
336 -(BOOL)setAtGrow: (int)nIndex newElement: (unsigned int)newElement;
337 -(BOOL)add: (unsigned int)newElement;
338 -(BOOL)insertAt: (int)nIndex newElement: (unsigned int)newElement nCount: (int)nCount;
339 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
340 -(int)find: (unsigned int)data iStart: (int)iStart;
341 
342 -(void)dealloc;
343 
344 @end
345 
346 @interface FSRectI : NSObject
347 {
348  void *swigCPtr;
349  BOOL swigCMemOwn;
350 }
351 @property (nonatomic, getter=getLeft) int left;
352 @property (nonatomic, getter=getTop) int top;
353 @property (nonatomic, getter=getRight) int right;
354 @property (nonatomic, getter=getBottom) int bottom;
355 -(void*)getCptr;
356 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
357 -(id)init;
358 -(id)initWithLeft1: (int)left1 top1: (int)top1 right1: (int)right1 bottom1: (int)bottom1;
359 -(int)width;
360 -(int)height;
361 -(BOOL)isEmpty;
362 -(void)normalize;
363 -(void)intersect: (FSRectI*)src;
364 -(void)union: (FSRectI*)other_rect;
365 -(void)offset: (int)dx dy: (int)dy;
366 -(BOOL)contains: (FSRectI*)other_rect;
367 -(BOOL)containsPoint: (int)x y: (int)y;
368 -(BOOL)valid;
369 
370 -(void)dealloc;
371 
372 @end
373 
374 @interface FSRectF : NSObject
375 {
376  void *swigCPtr;
377  BOOL swigCMemOwn;
378 }
379 @property (nonatomic, getter=getLeft) float left;
380 @property (nonatomic, getter=getRight) float right;
381 @property (nonatomic, getter=getBottom) float bottom;
382 @property (nonatomic, getter=getTop) float top;
383 -(void*)getCptr;
384 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
385 -(id)init;
386 -(id)initWithLeft1: (float)left1 bottom1: (float)bottom1 right1: (float)right1 top1: (float)top1;
387 -(id)initWithRect: (FSRectI*)rect;
388 -(BOOL)isEmpty;
389 -(void)normalize;
390 -(void)reset;
391 -(BOOL)contains: (FSRectF*)other_rect;
392 -(void)transform: (FSMatrix2D*)pMatrix;
393 -(void)intersect: (FSRectF*)other_rect;
394 -(void)union: (FSRectF*)other_rect;
395 -(FSRectI*)getInnerRect;
396 -(FSRectI*)getOuterRect;
397 -(FSRectI*)getClosestRect;
398 -(void)initRect: (float)x y: (float)y;
399 -(void)updateRect: (float)x y: (float)y;
400 -(float)width;
401 -(float)height;
402 -(void)inflateWithValues: (float)x y: (float)y;
403 -(void)inflate: (FSRectF*)rt;
404 -(void)defalteWithValues: (float)x y: (float)y;
405 -(void)deflate: (FSRectF*)rt;
406 -(void)translate: (float)e f: (float)f;
407 +(FSRectF*)getBBox: (FSPointF*)pPoints nPoints: (int)nPoints;
408 -(BOOL)containsPointF: (FSPointF*)point;
409 +(BOOL)IsRectAdjacent: (FSRectF*)rect1 rect2: (FSRectF*)rect2 alignmentTolerance: (float)alignmentTolerance distanceTolerance: (float)distanceTolerance direction: (int)direction;
410 
411 -(void)dealloc;
412 
413 @end
414 
415 @interface FSMatrix2D : NSObject
416 {
417  void *swigCPtr;
418  BOOL swigCMemOwn;
419 }
420 @property (nonatomic, getter=getA) float a;
421 @property (nonatomic, getter=getB) float b;
422 @property (nonatomic, getter=getC) float c;
423 @property (nonatomic, getter=getD) float d;
424 @property (nonatomic, getter=getE) float e;
425 @property (nonatomic, getter=getF) float f;
426 -(void*)getCptr;
427 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
428 -(id)init;
429 -(id)initWithA1: (float)a1 b1: (float)b1 c1: (float)c1 d1: (float)d1 e1: (float)e1 f1: (float)f1;
430 -(void)set: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f;
431 -(void)setIdentity;
432 -(void)setReverse: (FSMatrix2D*)m;
433 -(void)concat: (float)a b: (float)b c: (float)c d: (float)d e: (float)e f: (float)f bPrepended: (BOOL)bPrepended;
434 -(void)concatWithMatrix: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
435 -(void)concatInverse: (FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
436 -(void)reset;
437 -(void)copy: (FSMatrix2D*)m;
438 -(BOOL)isIdentity;
439 -(BOOL)isInvertible;
440 -(BOOL)is90Rotated;
441 -(BOOL)isScaled;
442 -(void)translate: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
443 -(void)translateI: (int)x y: (int)y bPrepended: (BOOL)bPrepended;
444 -(void)scale: (float)sx sy: (float)sy bPrepended: (BOOL)bPrepended;
445 -(void)rotate: (float)fRadian bPrepended: (BOOL)bPrepended;
446 -(void)rotateAt: (float)fRadian x: (float)x y: (float)y bPrepended: (BOOL)bPrepended;
447 -(void)shear: (float)fAlphaRadian fBetaRadian: (float)fBetaRadian bPrepended: (BOOL)bPrepended;
448 -(void)matchRect: (FSRectF*)dest src: (FSRectF*)src;
449 -(float)getXUnit;
450 -(float)getYUnit;
451 -(FSRectF*)getUnitRect;
452 -(float)getUnitArea;
453 -(float)transformXDistanceInFloat: (float)dx;
454 -(int)transformXDistance: (int)dx;
455 -(float)transformYDistanceInFloat: (float)dy;
456 -(int)transformYDistance: (int)dy;
457 -(float)transformDistanceInFloat: (float)dx dy: (float)dy;
458 -(int)transformDistanceInInteger: (int)dx dy: (int)dy;
459 -(float)transformDistance: (float)distance;
460 -(void)transformPoint: (int *)x y: (int *)y;
461 -(void)transformRectF: (FSRectF*)rect;
462 -(void)transformRect: (FSRectI*)rect;
463 -(void)transformPointF: (FSPointF*)point;
464 
465 -(void)dealloc;
466 
467 @end
468 
469 
470 
471 
472 
473 
474 
475 typedef NS_ENUM(NSInteger, FSErrorCode) {
567 };
568 
569 @interface FSBase : NSObject
570 {
571  void *swigCPtr;
572  BOOL swigCMemOwn;
573 }
574 -(void*)getCptr;
575 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
576 
577 -(void)dealloc;
578 
579 @end
580 
581 @interface FSDateTime : NSObject
582 {
583  void *swigCPtr;
584  BOOL swigCMemOwn;
585 }
586 @property (nonatomic, getter=getYear) unsigned short year;
587 @property (nonatomic, getter=getMonth) unsigned short month;
588 @property (nonatomic, getter=getDay) unsigned short day;
589 @property (nonatomic, getter=getHour) unsigned short hour;
590 @property (nonatomic, getter=getMinute) unsigned short minute;
591 @property (nonatomic, getter=getSecond) unsigned short second;
592 @property (nonatomic, getter=getMilliseconds) unsigned short milliseconds;
593 @property (nonatomic, getter=getUtc_hour_offset) short utc_hour_offset;
594 @property (nonatomic, getter=getUtc_minute_offset) unsigned short utc_minute_offset;
595 -(void*)getCptr;
596 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
597 +(FSDateTime*)getUTCTime;
598 +(FSDateTime*)getLocalTime;
599 -(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;
600 -(id)init;
601 -(id)initWithDt: (FSDateTime*)dt;
602 -(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;
603 -(BOOL)isValid;
604 -(FSDateTime*)toLocalTime;
605 -(FSDateTime*)toUTCTime;
606 -(void)dealloc;
607 
608 @end
609 
610 typedef NS_ENUM(NSInteger, FSRotation) {
616 };
617 
618 typedef NS_ENUM(NSInteger, FSRotationPointOptions) {
624 };
625 
626 typedef NS_ENUM(NSInteger, FSAlignment) {
630 };
631 
632 typedef NS_ENUM(NSInteger, FSFillMode) {
636 };
637 
638 typedef NS_ENUM(NSInteger, FSPosition) {
648 };
649 
650 typedef NS_ENUM(NSInteger, FSModuleName) {
670 };
671 
672 typedef NS_ENUM(NSInteger, FSColorSpaceType) {
688 };
689 
690 typedef NS_ENUM(NSInteger, FSLocaleID) {
700 };
701 
702 typedef NS_ENUM(NSInteger, FSFileFormatType) {
711 };
712 
713 @interface FSCodec : FSBase
714 -(void*)getCptr;
715 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
716 +(NSData *)base64Encode: (NSData *)buffer;
717 +(NSData *)base64Decode: (NSData *)buffer;
718 +(NSData *)flateCompress: (NSData *)buffer;
719 +(NSData *)flateDecompress: (NSData *)buffer;
720 -(id)init;
721 
722 -(void)dealloc;
723 
724 @end
725 
726 
727 
728 typedef NS_ENUM(NSInteger, FSProgressiveState) {
732 };
733 
734 @interface FSProgressive : FSBase
735 -(id)init NS_UNAVAILABLE;
736 -(void*)getCptr;
737 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
738 -(id)initWithOther: (FSProgressive*)other;
740 -(int)getRateOfProgress;
741 
742 -(void)dealloc;
743 
744 @end
745 
746 @interface FSRenderConfig : NSObject
747 {
748  void *swigCPtr;
749  BOOL swigCMemOwn;
750 }
751 @property (nonatomic, getter=getGraphics_objs_count_in_one_step) int graphics_objs_count_in_one_step;
752 -(void*)getCptr;
753 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
754 -(id)initWithGraphics_objs_count_in_one_step: (int)graphics_objs_count_in_one_step;
755 -(id)init;
756 -(void)set: (int)graphics_objs_count_in_one_step;
757 -(void)dealloc;
758 
759 @end
760 
761 @interface FSLibrary : NSObject
762 {
763  void *swigCPtr;
764  BOOL swigCMemOwn;
765 }
766 -(id)init NS_UNAVAILABLE;
767 -(void*)getCptr;
768 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
769 +(FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
770 +(FSErrorCode)reinitialize;
771 +(void)destroy;
772 +(BOOL)hasModuleLicenseRight: (FSModuleName)module_name;
773 +(NSString *)getVersion;
774 +(BOOL)setCacheSize: (unsigned int)size;
775 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
776 +(BOOL)setAnnotIconProviderCallback: (id<FSIconProviderCallback>)annot_icon_provider;
777 +(BOOL)setNotifierCallback: (id<FSNotifierCallback>)notifier;
778 +(BOOL)setActionCallback: (id<FSActionCallback>)action_callback;
779 +(BOOL)setDocEventCallback: (id<FSDocEventCallback>)callback;
780 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (id<FSSignatureCallback>)signature_callback;
781 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (id<FSSecurityCallback>)callback;
782 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
783 +(BOOL)setTimeStampCallback: (id<FSTimeStampCallback>)timestamp_callback;
784 +(void)registerXFAAppProviderCallback: (id<FSAppProviderCallback>)callback;
785 +(void)setRenderTextGamma: (float)gamma;
786 +(void)setLogFile: (NSString *)log_file_path;
787 +(BOOL)setFontMapperCallback: (id<FSFontMapperCallback>)callback;
788 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
789 +(FSRenderConfig*)getRenderConfig;
790 +(void)setRenderConfig: (FSRenderConfig*)render_config;
791 +(void)enableThreadSafety: (BOOL)is_enable_thread_safety;
792 +(NSString *)executeJavaScript: (NSString *)java_script;
793 
794 -(void)dealloc;
795 
796 @end
797 
798 typedef NS_ENUM(NSInteger, FSGraphStateLineCapStyle) {
802 };
803 
804 typedef NS_ENUM(NSInteger, FSGraphStateLineJoinStyle) {
808 };
809 
810 @interface FSGraphState : NSObject
811 {
812  void *swigCPtr;
813  BOOL swigCMemOwn;
814 }
815 @property (nonatomic, getter=getLine_width) float line_width;
816 @property (nonatomic, getter=getLine_join) FSGraphStateLineJoinStyle line_join;
817 @property (nonatomic, getter=getMiter_limit) float miter_limit;
818 @property (nonatomic, getter=getLine_cap) FSGraphStateLineCapStyle line_cap;
819 @property (nonatomic, getter=getDash_phase) float dash_phase;
820 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
821 -(void*)getCptr;
822 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
823 -(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;
824 -(id)init;
825 -(id)initWithState: (FSGraphState*)state;
826 -(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;
827 -(void)dealloc;
828 
829 @end
830 
831 
832 
833 typedef NS_ENUM(NSInteger, FSRangeFilter) {
837 };
838 
839 @interface FSRange : FSBase
840 -(void*)getCptr;
841 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
842 -(id)init;
843 -(id)initWithIndex: (int)index;
844 -(id)initWithStart_index: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
845 -(id)initWithOther: (FSRange*)other;
846 -(BOOL)isEmpty;
847 -(void)addSingle: (int)index;
848 -(void)addSegment: (int)start_index end_index: (int)end_index filter: (FSRangeFilter)filter;
849 -(int)getSegmentCount;
850 -(int)getSegmentStart: (int)segment_index;
851 -(int)getSegmentEnd: (int)segment_index;
852 -(void)removeAll;
853 
854 -(void)dealloc;
855 
856 @end
857 
858 typedef NS_ENUM(NSInteger, FSFontStyles) {
865  FSFontStyleAllCap = 0x10000,
868 };
869 
870 typedef NS_ENUM(NSInteger, FSFontCharset) {
886 };
887 
888 typedef NS_ENUM(NSInteger, FSFontCIDCharset) {
895 };
896 
897 typedef NS_ENUM(NSInteger, FSFontStandardID) {
912 };
913 
914 typedef NS_ENUM(NSInteger, FSFontFontTypes) {
919 };
920 
921 @interface FSFont : FSBase
922 -(id)init NS_UNAVAILABLE;
923 -(void*)getCptr;
924 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
925 -(id)initWithName: (NSString *)name styles: (unsigned int)styles charset: (FSFontCharset)charset weight: (int)weight;
926 -(id)initWithFont_id: (FSFontStandardID)font_id;
927 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (int)face_index charset: (FSFontCharset)charset;
928 -(id)initWithOther: (FSFont*)other;
929 -(BOOL)isEmpty;
930 -(NSString *)getName;
931 -(NSString *)getFamilyName;
932 -(BOOL)isBold;
933 -(BOOL)isItalic;
934 -(BOOL)isEmbedded: (FSPDFDoc*)document;
935 -(BOOL)isSupportEmbedded: (FSPDFDoc*)document;
936 -(FSFont*)embed: (FSPDFDoc*)document is_add_all_unicodes: (BOOL)is_add_all_unicodes;
937 -(FSUInt32Array*)addUnicodes: (FSPDFDoc*)document unicode_array: (FSUInt32Array*)unicode_array;
938 -(int)getAscent;
939 -(int)getDescent;
940 -(FSRectI*)getCharBBox: (unsigned int)unicode;
941 -(float)getCharWidth: (unsigned int)unicode;
942 -(FSRectI*)getCharBBoxWithPDFDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
943 -(float)getCharWidthWithPDFDoc: (unsigned int)unicode document: (FSPDFDoc*)document;
944 -(unsigned int)getStyles: (FSPDFDoc*)document;
945 -(FSFontCIDCharset)getCIDCharset: (FSPDFDoc*)document;
946 -(BOOL)isStandardFont: (FSPDFDoc*)document;
947 -(FSFontStandardID)getStandard14Font: (FSPDFDoc*)document;
948 -(FSFontFontTypes)getFontType: (FSPDFDoc*)document;
949 -(NSString *)getBaseFontName: (FSPDFDoc*)document;
950 -(BOOL)isVertWriting: (FSPDFDoc*)document;
951 -(NSString *)getEncoding: (FSPDFDoc*)document;
952 -(BOOL)setEncoding: (FSPDFDoc*)document value: (NSString *)value;
953 
954 -(void)dealloc;
955 
956 @end
957 
958 @interface FSFontMapResult : NSObject
959 {
960  void *swigCPtr;
961  BOOL swigCMemOwn;
962 }
963 @property (nonatomic, retain, getter=getFile_read) id<FSFileReaderCallback> file_read;
964 @property (nonatomic, getter=getFace_index) int face_index;
965 -(void*)getCptr;
966 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
967 -(id)init;
968 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
969 -(id)initWithOther: (FSFontMapResult*)other;
970 -(void)set: (id<FSFileReaderCallback>)file_read face_index: (int)face_index;
971 -(void)dealloc;
972 
973 @end
974 
975 
976 
977 typedef NS_ENUM(NSInteger, FSPathPointType) {
983 };
984 
985 @interface FSPath : FSBase
986 -(void*)getCptr;
987 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
988 -(id)init;
989 -(id)initWithOther: (FSPath*)other;
990 -(BOOL)isEmpty;
991 -(int)getPointCount;
992 -(FSPointF*)getPoint: (int)index;
993 -(FSPathPointType)getPointType: (int)index;
994 -(BOOL)setPoint: (int)index point: (FSPointF*)point type: (FSPathPointType)type;
995 -(BOOL)moveTo: (FSPointF*)point;
996 -(BOOL)lineTo: (FSPointF*)point;
997 -(BOOL)cubicBezierTo: (FSPointF*)point1 point2: (FSPointF*)point2 point3: (FSPointF*)point3;
998 -(BOOL)closeFigure;
999 -(BOOL)removePoint: (int)index;
1000 -(BOOL)appendRect: (FSRectF*)rect;
1001 -(BOOL)appendEllipse: (FSRectF*)rect;
1002 -(void)transform: (FSMatrix2D*)matrix;
1003 -(void)clear;
1004 -(void)increasePointCount: (int)count;
1005 
1006 -(void)dealloc;
1007 
1008 @end
1009 
1010 @interface FSPathArray : NSObject
1011 {
1012  void *swigCPtr;
1013  BOOL swigCMemOwn;
1014 }
1015 -(void*)getCptr;
1016 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1017 -(id)init;
1018 -(id)initWithOther: (FSPathArray*)other;
1019 -(unsigned long)getSize;
1020 -(FSPath*)getAt: (unsigned long)index;
1021 -(void)add: (FSPath*)element;
1022 -(void)removeAt: (unsigned long)index;
1023 -(void)insertAt: (unsigned long)index element: (FSPath*)element;
1024 -(void)removeAll;
1025 
1026 -(void)dealloc;
1027 
1028 @end
1029 
1030 typedef NS_ENUM(NSInteger, FSColorSpaceRenderingIntent) {
1035 };
1036 
1037 @interface FSColorSpace : FSBase
1038 -(id)init NS_UNAVAILABLE;
1039 -(void*)getCptr;
1040 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1041 -(id)initWithType: (FSColorSpaceType)type;
1042 -(id)initWithOther: (FSColorSpace*)other;
1043 -(BOOL)isEmpty;
1044 -(int)getComponentCount;
1046 -(BOOL)isSpotColorSpace;
1047 -(NSArray<NSData *> *)getComponentNames;
1048 -(FSColor*)convertColor: (FSColor*)color;
1049 -(FSColor*)convertColorWithRGBColor: (int)r_value g_value: (int)g_value b_value: (int)b_value;
1050 -(FSColor*)convertColorWithCMYKColor: (int)c_value m_value: (int)m_value y_value: (int)y_value k_value: (int)k_value;
1051 
1052 -(void)dealloc;
1053 
1054 @end
1055 
1056 @interface FSColor : FSBase
1057 @property (nonatomic, weak, getter=getValue) FSFloatArray* value;
1058 -(void*)getCptr;
1059 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1060 -(id)init;
1061 -(id)initWithColor_space: (FSColorSpace*)color_space;
1062 -(id)initWithOther: (FSColor*)other;
1063 -(BOOL)isEmpty;
1065 -(FSColor*)convertToRGB: (FSColorSpaceRenderingIntent)intent;
1066 -(FSColor*)convertToCMYK: (FSColorSpaceRenderingIntent)intent;
1067 
1068 -(void)dealloc;
1069 
1070 @end
1071 
1072 typedef NS_ENUM(NSInteger, FSBitmapDIBFormat) {
1084 };
1085 
1086 typedef NS_ENUM(NSInteger, FSBitmapInterpolationFlag) {
1090 };
1091 
1092 @interface FSBitmap : FSBase
1093 -(void*)getCptr;
1094 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1095 -(id)initWithWidth: (int)width height: (int)height format: (FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (int)pitch;
1096 -(id)initWithOther: (FSBitmap*)other;
1097 -(id)init;
1098 -(BOOL)isEmpty;
1099 -(FSBitmap*)clone: (FSRectI*)clip_rect;
1100 -(int)getWidth;
1101 -(int)getHeight;
1102 -(int)getPitch;
1103 -(int)getBpp;
1105 -(void)fillRect: (unsigned int)color rect: (FSRectI*)rect;
1106 -(FSBitmap*)convertFormat: (FSBitmapDIBFormat)format icc_transform: (NSData *)icc_transform;
1107 -(FSRectI*)calculateBBoxByColor: (unsigned int)backgroud_color;
1108 -(FSRectI*)detectBBoxByColorDiffer: (int)detection_size color_differ: (int)color_differ;
1109 -(FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (FSRectI*)clip_rect;
1110 -(FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1111 -(FSBitmap*)stretchTo: (int)dest_width dest_height: (int)dest_height flag: (FSBitmapInterpolationFlag)flag clip_rect: (FSRectI*)clip_rect;
1112 -(FSBitmap*)transformTo: (FSMatrix2D*)matrix flag: (FSBitmapInterpolationFlag)flag out_left: (int *)out_left out_top: (int *)out_top clip_rect: (FSRectI*)clip_rect;
1113 -(FSBitmap*)getMask: (FSRectI*)clip_rect;
1114 -(NSData *)getBuffer;
1115 
1116 -(void)dealloc;
1117 
1118 @end
1119 
1120 typedef NS_ENUM(NSInteger, FSImageType) {
1130 };
1131 
1132 typedef NS_ENUM(NSInteger, FSImageOrientation) {
1142 };
1143 
1144 @interface FSImage : FSBase
1145 -(void*)getCptr;
1146 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1147 -(id)init;
1148 -(id)initWithPath: (NSString *)path;
1149 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
1150 -(id)initWithOther: (FSImage*)other;
1151 -(BOOL)isEmpty;
1153 -(int)getWidth;
1154 -(int)getHeight;
1155 -(int)getFrameCount;
1156 -(FSBitmap*)getFrameBitmap: (int)index;
1157 -(int)getXDPI;
1158 -(int)getYDPI;
1159 -(BOOL)addFrame: (FSBitmap*)bitmap;
1160 -(void)setDPIs: (int)x_dpi y_dpi: (int)y_dpi;
1161 -(BOOL)saveAs: (NSString *)file_path;
1162 -(BOOL)saveAsWithStreamCallback: (id<FSFileStreamCallback>)file file_extension: (NSString *)file_extension;
1164 -(id)initWithBuffer: (NSData *)buffer;
1165 
1166 -(void)dealloc;
1167 
1168 @end
1169 
1170 
1171 
1172 typedef NS_ENUM(NSInteger, FSBarcodeFormat) {
1181 };
1182 
1183 typedef NS_ENUM(NSInteger, FSBarcodeQRErrorCorrectionLevel) {
1188 };
1189 
1190 @interface FSBarcode : FSBase
1191 -(void*)getCptr;
1192 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1193 -(id)init;
1194 -(id)initWithOther: (FSBarcode*)other;
1195 -(BOOL)isEmpty;
1196 -(FSBitmap*)generateBitmap: (NSString *)info format: (FSBarcodeFormat)format unit_width: (int)unit_width height: (int)height level: (FSBarcodeQRErrorCorrectionLevel)level;
1197 
1198 -(void)dealloc;
1199 
1200 @end
1201 
1202 typedef NS_ENUM(NSInteger, FSPDFObjectType) {
1213 };
1214 
1215 @interface FSPDFObject : NSObject
1216 {
1217  void *swigCPtr;
1218  BOOL swigCMemOwn;
1219 }
1220 -(void*)getCptr;
1221 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1222 +(FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
1223 +(FSPDFObject*)createFromFloat: (float)float_value;
1224 +(FSPDFObject*)createFromInteger: (int)integer_value;
1225 +(FSPDFObject*)createFromString: (NSString *)string_value;
1226 +(FSPDFObject*)createFromName: (NSString *)name;
1227 +(FSPDFObject*)createFromDateTime: (FSDateTime*)date_time;
1228 +(FSPDFObject*)createReference: (FSPDFDoc*)document object_number: (unsigned int)object_number;
1229 -(void)destroy;
1230 -(FSPDFObject*)cloneObject;
1231 -(FSPDFObject*)deepCloneObject;
1232 -(BOOL)isIdentical: (FSPDFObject*)pdf_obj;
1233 -(FSPDFObjectType)getType;
1234 -(unsigned int)getObjNum;
1235 -(int)getInteger;
1236 -(float)getFloat;
1237 -(BOOL)getBoolean;
1238 -(FSMatrix2D*)getMatrix;
1239 -(FSRectF*)getRect;
1240 -(FSPDFObject*)getDirectObject;
1241 -(FSDateTime*)getDateTime;
1242 -(NSString *)getName;
1243 -(NSString *)getWideString;
1244 -(FSPDFArray*)getArray;
1245 -(FSPDFDictionary*)getDict;
1246 -(FSPDFStream*)getStream;
1247 -(NSData *)getString;
1248 
1249 -(void)dealloc;
1250 
1251 @end
1252 
1253 typedef NS_ENUM(NSInteger, FSPDFStreamFilter) {
1266 };
1267 
1269 -(id)init NS_UNAVAILABLE;
1270 -(void*)getCptr;
1271 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1272 +(FSPDFStream*)create: (FSPDFDictionary*)dictionary;
1275 -(unsigned long long)getDataSize: (BOOL)is_raw_data;
1276 -(void)importData: (id<FSFileReaderCallback>)file_read stream_filter: (FSPDFStreamFilter)stream_filter;
1277 -(id<FSFileReaderCallback>)exportData: (BOOL)is_raw_data;
1278 -(NSData *)getData: (BOOL)is_raw_data;
1279 -(void)setData: (NSData *)buffer;
1280 
1281 -(void)dealloc;
1282 
1283 @end
1284 
1286 -(id)init NS_UNAVAILABLE;
1287 -(void*)getCptr;
1288 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1289 +(FSPDFArray*)create;
1290 +(FSPDFArray*)createFromMatrix: (FSMatrix2D*)matrix;
1291 +(FSPDFArray*)createFromRect: (FSRectF*)rect;
1292 -(int)getElementCount;
1293 -(FSPDFObject*)getElement: (int)index;
1294 -(void)addElement: (FSPDFObject*)element;
1295 -(void)addBoolean: (BOOL)boolean_value;
1296 -(void)addDateTime: (FSDateTime*)date_time;
1297 -(void)addFloat: (float)float_value;
1298 -(void)addInteger: (int)integer_value;
1299 -(void)addMatrix: (FSMatrix2D*)matrix;
1300 -(void)addRect: (FSRectF*)rect;
1301 -(void)addName: (NSString *)name;
1302 -(void)addString: (NSString *)new_string;
1303 -(void)insertAt: (int)index element: (FSPDFObject*)element;
1304 -(void)setAt: (int)index element: (FSPDFObject*)element;
1305 -(void)removeAt: (int)index;
1306 
1307 -(void)dealloc;
1308 
1309 @end
1310 
1312 -(id)init NS_UNAVAILABLE;
1313 -(void*)getCptr;
1314 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1316 -(BOOL)hasKey: (NSString *)key;
1317 -(FSPDFObject*)getElement: (NSString *)key;
1318 -(long)moveNext: (long)position;
1319 -(NSString *)getKey: (long)position;
1320 -(FSPDFObject*)getValue: (long)position;
1321 -(void)setAt: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
1322 -(void)setAtReference: (NSString *)key pdf_object: (FSPDFObject*)pdf_object document: (FSPDFDoc*)document;
1323 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
1324 -(void)setAtDateTime: (NSString *)key value: (FSDateTime*)value;
1325 -(void)setAtFloat: (NSString *)key value: (float)value;
1326 -(void)setAtInteger: (NSString *)key value: (int)value;
1327 -(void)setAtMatrix: (NSString *)key value: (FSMatrix2D*)value;
1328 -(void)setAtRect: (NSString *)key value: (FSRectF*)value;
1329 -(void)setAtName: (NSString *)key value: (NSString *)value;
1330 -(void)setAtString: (NSString *)key value: (NSString *)value;
1331 -(void)removeAt: (NSString *)key;
1332 
1333 -(void)dealloc;
1334 
1335 @end
1336 
1338 -(void*)getCptr;
1339 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1340 -(id)init;
1341 -(id)initWithOther: (FSGraphicsObjectArray*)other;
1342 -(int)getSize;
1343 -(int)getUpperBound;
1344 -(BOOL)setSize: (int)nNewSize nGrowBy: (int)nGrowBy;
1345 -(void)removeAll;
1346 -(FSGraphicsObject*)getAt: (int)nIndex;
1347 -(BOOL)setAt: (int)nIndex newElement: (FSGraphicsObject*)newElement;
1348 -(BOOL)setAtGrow: (int)nIndex newElement: (FSGraphicsObject*)newElement;
1349 -(BOOL)add: (FSGraphicsObject*)newElement;
1350 -(BOOL)insertAt: (int)nIndex newElement: (FSGraphicsObject*)newElement nCount: (int)nCount;
1351 -(BOOL)removeAt: (int)nIndex nCount: (int)nCount;
1352 -(int)find: (FSGraphicsObject*)data iStart: (int)iStart;
1353 
1354 -(void)dealloc;
1355 
1356 @end
1357 
1358 @interface FSColorState : FSBase
1359 @property (nonatomic, weak, getter=getFillColor) FSColor* fillColor;
1360 @property (nonatomic, weak, getter=getStrokeColor) FSColor* strokeColor;
1361 -(id)init NS_UNAVAILABLE;
1362 -(void*)getCptr;
1363 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1364 -(id)initWithOther: (FSColorState*)other;
1365 -(BOOL)isEmpty;
1366 
1367 -(void)dealloc;
1368 
1369 @end
1370 
1371 @interface FSMarkedContent : NSObject
1372 {
1373  void *swigCPtr;
1374  BOOL swigCMemOwn;
1375 }
1376 -(id)init NS_UNAVAILABLE;
1377 -(void*)getCptr;
1378 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1379 -(BOOL)hasTag: (NSString *)tag_name;
1380 -(int)getItemCount;
1381 -(NSString *)getItemTagName: (int)index;
1382 -(int)getItemMCID: (int)index;
1383 -(FSPDFDictionary*)getItemPropertyDict: (int)index;
1384 -(int)addItem: (NSString *)tag_name property_dict: (FSPDFDictionary*)property_dict;
1385 -(BOOL)removeItem: (NSString *)tag_name;
1386 
1387 -(void)dealloc;
1388 
1389 @end
1390 
1391 typedef NS_ENUM(NSInteger, FSGraphicsObjectBlendMode) {
1408 };
1409 
1410 typedef NS_ENUM(NSInteger, FSGraphicsObjectType) {
1417 };
1418 
1419 @interface FSGraphicsObject : NSObject
1420 {
1421  void *swigCPtr;
1422  BOOL swigCMemOwn;
1423 }
1424 @property (nonatomic, getter=getStrokeColor) unsigned int strokeColor;
1425 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
1426 @property (nonatomic, weak, getter=getColorState) FSColorState* colorState;
1427 @property (nonatomic, getter=getFillOpacity) float fillOpacity;
1428 @property (nonatomic, getter=getStrokeOpacity) float strokeOpacity;
1429 @property (nonatomic, weak, getter=getMatrix) FSMatrix2D* matrix;
1430 @property (nonatomic, weak, getter=getGraphState) FSGraphState* graphState;
1431 @property (nonatomic, getter=getBlendMode) FSGraphicsObjectBlendMode blendMode;
1432 @property (nonatomic, weak, getter=getClipRect) FSRectF* clipRect;
1433 -(void*)getCptr;
1434 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1435 -(FSGraphicsObjectType)getType;
1436 -(FSRectF*)getRect;
1437 -(BOOL)hasTransparency;
1438 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
1439 -(FSGraphicsObject*)clone;
1440 -(FSGraphicsObject*)cloneWithSrcGraphicsobjects: (FSGraphicsObjects*)src_graphicsobjects dest_graphicsobjects: (FSGraphicsObjects*)dest_graphicsobjects;
1441 -(int)getClipPathCount;
1442 -(FSPath*)getClipPath: (int)index;
1443 -(FSFillMode)getClipPathFillMode: (int)index;
1444 -(BOOL)addClipPath: (FSPath*)path fill_mode: (FSFillMode)fill_mode;
1445 -(BOOL)removeClipPath: (int)index;
1446 -(int)getClipTextObjectCount;
1447 -(FSTextObject*)getClipTextObject: (int)index;
1448 -(BOOL)addClipTextObject: (FSTextObject*)textobject;
1449 -(BOOL)removeClipTextObject: (int)index;
1450 -(BOOL)clearClips;
1451 -(FSMarkedContent*)getMarkedContent;
1452 -(FSLayerNodeArray*)getLayers: (FSLayerTree*)layer_tree;
1453 -(FSTextObject*)getTextObject;
1454 -(FSFormXObject*)getFormXObject;
1455 -(FSImageObject*)getImageObject;
1456 -(FSPathObject*)getPathObject;
1457 -(FSShadingObject*)getShadingObject;
1458 -(void)rotate: (int)angle;
1459 
1460 -(void)dealloc;
1461 
1462 @end
1463 
1464 typedef NS_ENUM(NSInteger, FSTextStateMode) {
1473 };
1474 
1475 @interface FSTextState : NSObject
1476 {
1477  void *swigCPtr;
1478  BOOL swigCMemOwn;
1479 }
1480 @property (nonatomic, getter=getVersion) unsigned int version;
1481 @property (nonatomic, getter=getFont_size) float font_size;
1482 @property (nonatomic, getter=getCharspace) float charspace;
1483 @property (nonatomic, getter=getWordspace) float wordspace;
1484 @property (nonatomic, getter=getTextmode) FSTextStateMode textmode;
1485 @property (nonatomic, weak, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
1486 @property (nonatomic, weak, getter=getOrigin_position) FSPointF* origin_position;
1487 @property (nonatomic, weak, getter=getFont) FSFont* font;
1488 -(void*)getCptr;
1489 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1490 -(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;
1491 -(id)init;
1492 -(id)initWithState: (FSTextState*)state;
1493 -(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;
1494 
1495 -(void)dealloc;
1496 
1497 @end
1498 
1500 -(id)init NS_UNAVAILABLE;
1501 -(void*)getCptr;
1502 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1503 +(FSImageObject*)create: (FSPDFDoc*)document;
1504 -(void)setBitmap: (FSBitmap*)bitmap mask: (FSBitmap*)mask;
1505 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
1506 -(FSBitmap*)cloneBitmap: (FSGraphicsObjects*)graphics_objects;
1507 -(FSBitmap*)cloneBitmapWithPage: (FSPDFPage*)page graphics_objects: (FSGraphicsObjects*)graphics_objects;
1508 +(FSImageObject*)createFromType3TextObject: (FSPDFPage*)page text_obj: (FSTextObject*)text_obj;
1511 -(BOOL)isImageMask;
1512 -(FSPDFObject*)getMask;
1513 
1514 -(void)dealloc;
1515 
1516 @end
1517 
1519 @property (nonatomic, weak, getter=getText) NSString * text;
1520 -(id)init NS_UNAVAILABLE;
1521 -(void*)getCptr;
1522 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1523 +(FSTextObject*)create;
1524 -(FSTextState*)getTextState: (FSPDFPage*)page;
1525 -(void)setTextState: (FSPDFPage*)page text_state: (FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
1526 -(int)getCharCount;
1527 -(FSPointF*)getCharPos: (int)index;
1528 -(float)getCharWidthByIndex: (int)index;
1529 -(float)getCharHeightByIndex: (int)index;
1530 
1531 -(void)dealloc;
1532 
1533 @end
1534 
1536 @property (nonatomic, getter=getFillMode) FSFillMode fillMode;
1537 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
1538 @property (nonatomic, weak, getter=getPathData) FSPath* pathData;
1539 -(id)init NS_UNAVAILABLE;
1540 -(void*)getCptr;
1541 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1542 +(FSPathObject*)create;
1543 +(FSPathObject*)createFromTextObject: (FSPDFPage*)page text_obj: (FSTextObject*)text_obj;
1544 
1545 -(void)dealloc;
1546 
1547 @end
1548 
1550 -(id)init NS_UNAVAILABLE;
1551 -(void*)getCptr;
1552 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1553 +(FSFormXObject*)create: (FSPDFDoc*)document;
1556 -(BOOL)importPageContent: (FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
1557 
1558 -(void)dealloc;
1559 
1560 @end
1561 
1563 -(id)init NS_UNAVAILABLE;
1564 -(void*)getCptr;
1565 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1567 
1568 -(void)dealloc;
1569 
1570 @end
1571 
1572 typedef NS_ENUM(NSInteger, FSPDFNameTreeType) {
1578 };
1579 
1580 @interface FSPDFNameTree : FSBase
1581 -(void*)getCptr;
1582 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1583 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNameTreeType)type;
1584 -(id)init;
1585 -(id)initWithOther: (FSPDFNameTree*)other;
1586 -(BOOL)isEmpty;
1588 -(BOOL)hasName: (NSString *)name;
1589 -(int)getCount;
1590 -(NSString *)getName: (int)index;
1591 -(FSPDFObject*)getObj: (NSString *)name;
1592 -(BOOL)setObj: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
1593 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
1594 -(BOOL)add: (NSString *)name pdf_object: (FSPDFObject*)pdf_object;
1595 -(BOOL)removeObj: (NSString *)name;
1596 -(BOOL)removeAllObjs;
1597 
1598 -(void)dealloc;
1599 
1600 @end
1601 
1602 typedef NS_ENUM(NSInteger, FSPDFNumberTreeType) {
1604 };
1605 
1607 -(void*)getCptr;
1608 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1609 -(id)initWithDocument: (FSPDFDoc*)document type: (FSPDFNumberTreeType)type;
1610 -(id)init;
1611 -(id)initWithOther: (FSPDFNumberTree*)other;
1612 -(BOOL)isEmpty;
1614 -(BOOL)hasNumber: (int)number;
1615 -(FSPDFObject*)getObj: (int)number;
1616 -(BOOL)setObj: (int)number pdf_object: (FSPDFObject*)pdf_object;
1617 -(BOOL)removeObj: (int)number;
1618 -(BOOL)removeAllObjs;
1619 
1620 -(void)dealloc;
1621 
1622 @end
1623 
1624 typedef NS_ENUM(NSInteger, FSStructTreeEntityStructTreeEntityType) {
1629 };
1630 
1632 -(void*)getCptr;
1633 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1634 -(id)init;
1635 -(id)initWithOther: (FSStructTreeEntity*)other;
1636 -(BOOL)isEmpty;
1638 -(FSPDFPage*)getPage;
1639 
1640 -(void)dealloc;
1641 
1642 @end
1643 
1644 typedef NS_ENUM(NSInteger, FSStructElementElementInfoType) {
1650 };
1651 
1653 -(void*)getCptr;
1654 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1655 -(id)init;
1656 -(id)initWithOther: (FSStructElement*)other;
1657 -(NSString *)getStructureTypeName;
1658 -(int)getChildCount;
1659 -(FSStructTreeEntity*)getChild: (int)index;
1660 -(BOOL)hasElementInfo: (FSStructElementElementInfoType)type;
1661 -(NSString *)getElementInfo: (FSStructElementElementInfoType)type;
1663 
1664 -(void)dealloc;
1665 
1666 @end
1667 
1669 -(void*)getCptr;
1670 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1671 -(id)init;
1672 -(id)initWithOther: (FSStructMarkedContent*)other;
1674 -(unsigned int)getMCID;
1677 
1678 -(void)dealloc;
1679 
1680 @end
1681 
1682 typedef NS_ENUM(NSInteger, FSStructObjectContentStructObjectType) {
1688 };
1689 
1691 -(void*)getCptr;
1692 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1693 -(id)init;
1694 -(id)initWithOther: (FSStructObjectContent*)other;
1698 
1699 -(void)dealloc;
1700 
1701 @end
1702 
1704 -(id)init NS_UNAVAILABLE;
1705 -(void*)getCptr;
1706 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1707 -(id)initWithDocument: (FSPDFDoc*)document;
1708 -(id)initWithOther: (FSPDFStructTree*)other;
1709 -(BOOL)isEmpty;
1710 -(int)getChildCount;
1711 -(FSStructElement*)getChild: (int)index;
1712 
1713 -(void)dealloc;
1714 
1715 @end
1716 
1717 typedef NS_ENUM(NSInteger, FSRenditionMediaOptionType) {
1720 };
1721 
1722 typedef NS_ENUM(NSInteger, FSRenditionMediaPermission) {
1727 };
1728 
1729 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerType) {
1733 };
1734 
1735 typedef NS_ENUM(NSInteger, FSRenditionMediaPlayerFitStyle) {
1742 };
1743 
1744 typedef NS_ENUM(NSInteger, FSRenditionWindowType) {
1749 };
1750 
1751 typedef NS_ENUM(NSInteger, FSRenditionMonitorSpecifier) {
1759 };
1760 
1761 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowRelatedWindowType) {
1766 };
1767 
1768 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowResizeType) {
1772 };
1773 
1774 typedef NS_ENUM(NSInteger, FSRenditionFloatingWindowOffscreenEvent) {
1778 };
1779 
1780 @interface FSRendition : FSBase
1781 @property (nonatomic, weak, getter=getRenditionName) NSString * renditionName;
1782 @property (nonatomic, weak, getter=getMediaClipName) NSString * mediaClipName;
1783 @property (nonatomic, weak, getter=getMediaClipFile) FSFileSpec* mediaClipFile;
1784 @property (nonatomic, weak, getter=getMediaClipContentType) NSString * mediaClipContentType;
1785 @property (nonatomic, getter=getPermission) FSRenditionMediaPermission permission;
1786 @property (nonatomic, weak, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
1787 -(id)init NS_UNAVAILABLE;
1788 -(void*)getCptr;
1789 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1790 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc rendition_dict: (FSPDFDictionary*)rendition_dict;
1791 -(id)initWithOther: (FSRendition*)other;
1792 -(BOOL)isEmpty;
1793 -(FSPDFDictionary*)getDict;
1794 -(BOOL)hasMediaClip;
1795 -(NSString *)getMediaBaseURL;
1796 -(void)setMediaBaseURL: (NSString *)base_url opt_type: (FSRenditionMediaOptionType)opt_type;
1797 -(int)getMediaPlayerCount: (FSRenditionMediaPlayerType)type;
1798 -(FSMediaPlayer*)getMediaPlayer: (FSRenditionMediaPlayerType)type index: (int)index;
1799 -(int)addMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
1800 -(void)removeMediaPlayer: (FSRenditionMediaPlayerType)type player: (FSMediaPlayer*)player;
1801 -(int)getVolume;
1802 -(void)setVolume: (int)volume opt_type: (FSRenditionMediaOptionType)opt_type;
1803 -(BOOL)isControlBarVisible;
1804 -(void)enableControlBarVisible: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1805 -(FSRenditionMediaPlayerFitStyle)getFitStyle;
1806 -(void)setFitStyle: (FSRenditionMediaPlayerFitStyle)fit_style opt_type: (FSRenditionMediaOptionType)opt_type;
1807 -(int)getDuration;
1808 -(void)setDuration: (int)duration opt_type: (FSRenditionMediaOptionType)opt_type;
1809 -(BOOL)isAutoPlay;
1810 -(void)enableAutoPlay: (BOOL)is_auto_play opt_type: (FSRenditionMediaOptionType)opt_type;
1811 -(int)getRepeatCount;
1812 -(void)setRepeatCount: (int)count opt_type: (FSRenditionMediaOptionType)opt_type;
1813 -(FSRenditionWindowType)getWindowType;
1814 -(void)setWindowType: (FSRenditionWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
1815 -(unsigned int)getBackgroundColor;
1816 -(void)setBackgroundColor: (unsigned int)color opt_type: (FSRenditionMediaOptionType)opt_type;
1817 -(float)getBackgroundOpacity;
1818 -(void)setBackgroundOpacity: (float)opacity opt_type: (FSRenditionMediaOptionType)opt_type;
1819 -(FSRenditionMonitorSpecifier)getMonitorSpecifier;
1820 -(void)setMonitorSpecifier: (FSRenditionMonitorSpecifier)monitor_specifier opt_type: (FSRenditionMediaOptionType)opt_type;
1821 -(int)getFloatingWindowWidth;
1822 -(int)getFloatingWindowHeight;
1823 -(void)setFloatingWindowSize: (int)width height: (int)height opt_type: (FSRenditionMediaOptionType)opt_type;
1824 -(FSRenditionFloatingWindowRelatedWindowType)getFloatingWindowRelatedWindowType;
1825 -(void)setFloatingWindowRelatedWindowType: (FSRenditionFloatingWindowRelatedWindowType)window_type opt_type: (FSRenditionMediaOptionType)opt_type;
1826 -(FSPosition)getFloatingWindowPosition;
1827 -(void)setFloatingWindowPosition: (FSPosition)position opt_type: (FSRenditionMediaOptionType)opt_type;
1828 -(FSRenditionFloatingWindowOffscreenEvent)getFloatingWindowOffscreenEvent;
1829 -(void)setFloatingWindowOffscreenEvent: (FSRenditionFloatingWindowOffscreenEvent)offscreen_event opt_type: (FSRenditionMediaOptionType)opt_type;
1830 -(BOOL)hasFloatingWindowTitleBar;
1831 -(void)enableFloatingWindowTitleBar: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1832 -(BOOL)hasFloatingWindowCloseButton;
1833 -(void)enableFloatingWindowCloseButton: (BOOL)is_visible opt_type: (FSRenditionMediaOptionType)opt_type;
1834 -(FSRenditionFloatingWindowResizeType)getFloatingWindowResizeType;
1835 -(void)setFloatingWindowResizeType: (FSRenditionFloatingWindowResizeType)resize_type opt_type: (FSRenditionMediaOptionType)opt_type;
1836 -(NSArray<NSString *> *)getFloatingWindowTitles;
1837 -(void)setFloatingWindowTitles: (NSArray<NSString *> *)titles opt_type: (FSRenditionMediaOptionType)opt_type;
1838 
1839 -(void)dealloc;
1840 
1841 @end
1842 
1843 @interface FSMediaPlayer : FSBase
1844 @property (nonatomic, weak, getter=getSoftwareURI) NSString * softwareURI;
1845 @property (nonatomic, weak, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
1846 -(id)init NS_UNAVAILABLE;
1847 -(void*)getCptr;
1848 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1849 -(id)initWithMedia_player_dict: (FSPDFDictionary*)media_player_dict;
1850 -(id)initWithOther: (FSMediaPlayer*)other;
1851 -(BOOL)isEmpty;
1852 -(FSPDFDictionary*)getDict;
1853 
1854 -(void)dealloc;
1855 
1856 @end
1857 
1858 typedef NS_ENUM(NSInteger, FSDestinationZoomMode) {
1867 };
1868 
1869 @interface FSDestination : FSBase
1870 -(id)init NS_UNAVAILABLE;
1871 -(void*)getCptr;
1872 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1873 +(FSDestination*)createXYZ: (FSPDFDoc*)document page_index: (int)page_index left: (float)left top: (float)top zoom_factor: (float)zoom_factor;
1874 +(FSDestination*)createFitPage: (FSPDFDoc*)document page_index: (int)page_index;
1875 +(FSDestination*)createFitHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
1876 +(FSDestination*)createFitVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
1877 +(FSDestination*)createFitRect: (FSPDFDoc*)document page_index: (int)page_index left: (float)left bottom: (float)bottom right: (float)right top: (float)top;
1878 +(FSDestination*)createFitBBox: (FSPDFDoc*)document page_index: (int)page_index;
1879 +(FSDestination*)createFitBHorz: (FSPDFDoc*)document page_index: (int)page_index top: (float)top;
1880 +(FSDestination*)createFitBVert: (FSPDFDoc*)document page_index: (int)page_index left: (float)left;
1881 +(FSDestination*)createFromPDFArray: (FSPDFDoc*)document pdf_array: (FSPDFArray*)pdf_array;
1882 -(id)initWithDest_array: (FSPDFArray*)dest_array;
1883 -(id)initWithOther: (FSDestination*)other;
1884 -(BOOL)isEmpty;
1885 -(int)getPageIndex: (FSPDFDoc*)document;
1887 -(float)getLeft;
1888 -(BOOL)isLeftNull;
1889 -(float)getTop;
1890 -(BOOL)isTopNull;
1891 -(float)getRight;
1892 -(float)getBottom;
1893 -(float)getZoomFactor;
1895 
1896 -(void)dealloc;
1897 
1898 @end
1899 
1900 typedef NS_ENUM(NSInteger, FSActionType) {
1920 };
1921 
1922 typedef NS_ENUM(NSInteger, FSActionNewWindowFlag) {
1926 };
1927 
1928 @interface FSAction : FSBase
1929 -(void*)getCptr;
1930 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1931 +(FSAction*)create: (FSPDFDoc*)document action_type: (FSActionType)action_type;
1932 -(id)initWithDocument: (FSPDFDoc*)document action_dict: (FSPDFDictionary*)action_dict;
1933 -(id)initWithAction: (FSAction*)action;
1934 -(BOOL)isEmpty;
1938 -(int)getSubActionCount;
1939 -(FSAction*)getSubAction: (int)index;
1940 -(void)setSubAction: (int)index sub_action: (FSAction*)sub_action;
1941 -(void)insertSubAction: (int)index sub_action: (FSAction*)sub_action;
1942 -(void)removeSubAction: (int)index;
1943 -(void)removeAllSubActions;
1944 
1945 -(void)dealloc;
1946 
1947 @end
1948 
1950 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
1951 -(id)init NS_UNAVAILABLE;
1952 -(void*)getCptr;
1953 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1954 -(id)initWithAction: (FSAction*)action;
1955 
1956 -(void)dealloc;
1957 
1958 @end
1959 
1960 @interface FSURIAction : FSAction
1961 @property (nonatomic, weak, getter=getURI) NSString * uRI;
1962 -(id)init NS_UNAVAILABLE;
1963 -(void*)getCptr;
1964 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1965 -(id)initWithAction: (FSAction*)action;
1966 -(BOOL)isTrackPosition;
1967 -(void)setTrackPositionFlag: (BOOL)is_track_position;
1968 
1969 -(void)dealloc;
1970 
1971 @end
1972 
1974 @property (nonatomic, weak, getter=getScript) NSString * script;
1975 -(id)init NS_UNAVAILABLE;
1976 -(void*)getCptr;
1977 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1978 -(id)initWithAction: (FSAction*)action;
1979 
1980 -(void)dealloc;
1981 
1982 @end
1983 
1985 @property (nonatomic, weak, getter=getName) NSString * name;
1986 -(id)init NS_UNAVAILABLE;
1987 -(void*)getCptr;
1988 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
1989 -(id)initWithAction: (FSAction*)action;
1990 
1991 -(void)dealloc;
1992 
1993 @end
1994 
1996 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
1997 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1998 @property (nonatomic, weak, getter=getFileSpec) FSFileSpec* fileSpec;
1999 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
2000 -(id)init NS_UNAVAILABLE;
2001 -(void*)getCptr;
2002 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2003 -(id)initWithAction: (FSAction*)action;
2004 
2005 -(void)dealloc;
2006 
2007 @end
2008 
2010 @property (nonatomic, weak, getter=getRelationship) NSString * relationship;
2011 @property (nonatomic, weak, getter=getAttachedFileName) NSString * attachedFileName;
2012 @property (nonatomic, getter=getPageIndex) int pageIndex;
2013 @property (nonatomic, getter=getFileAttachmentAnnotIndex) int fileAttachmentAnnotIndex;
2014 @property (nonatomic, weak, getter=getTarget) FSEmbeddedGotoTarget* target;
2015 -(id)init NS_UNAVAILABLE;
2016 -(void*)getCptr;
2017 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2018 -(id)initWithDocument: (FSPDFDoc*)document;
2019 -(id)initWithDocument: (FSPDFDoc*)document target_object: (FSPDFDictionary*)target_object;
2020 -(id)initWithAction: (FSEmbeddedGotoTarget*)action;
2021 -(FSPDFDictionary*)getDict;
2022 -(BOOL)isEmpty;
2023 
2024 -(void)dealloc;
2025 
2026 @end
2027 
2029 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
2030 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
2031 @property (nonatomic, weak, getter=getRootFile) FSFileSpec* rootFile;
2032 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
2033 @property (nonatomic, weak, getter=getTarget) FSEmbeddedGotoTarget* target;
2034 -(id)init NS_UNAVAILABLE;
2035 -(void*)getCptr;
2036 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2037 -(id)initWithAction: (FSAction*)action;
2038 
2039 -(void)dealloc;
2040 
2041 @end
2042 
2043 typedef NS_ENUM(NSInteger, FSSubmitFormActionFlags) {
2057 };
2058 
2060 @property (nonatomic, weak, getter=getURL) NSString * uRL;
2061 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2062 @property (nonatomic, getter=getFlags) unsigned int flags;
2063 -(id)init NS_UNAVAILABLE;
2064 -(void*)getCptr;
2065 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2066 -(id)initWithAction: (FSAction*)action;
2067 
2068 -(void)dealloc;
2069 
2070 @end
2071 
2073 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2074 @property (nonatomic, getter=getFlags) unsigned int flags;
2075 -(id)init NS_UNAVAILABLE;
2076 -(void*)getCptr;
2077 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2078 -(id)initWithAction: (FSAction*)action;
2079 
2080 -(void)dealloc;
2081 
2082 @end
2083 
2085 @property (nonatomic, weak, getter=getFDFFileSpec) FSFileSpec* fDFFileSpec;
2086 -(id)init NS_UNAVAILABLE;
2087 -(void*)getCptr;
2088 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2089 -(id)initWithAction: (FSAction*)action;
2090 
2091 -(void)dealloc;
2092 
2093 @end
2094 
2096 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2097 @property (nonatomic, getter=getHideState) BOOL hideState;
2098 -(id)init NS_UNAVAILABLE;
2099 -(void*)getCptr;
2100 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2101 -(id)initWithAction: (FSAction*)action;
2102 
2103 -(void)dealloc;
2104 
2105 @end
2106 
2108 @property (nonatomic, weak, getter=getFileSpec) FSFileSpec* fileSpec;
2109 @property (nonatomic, getter=getNewWindowFlag) FSActionNewWindowFlag newWindowFlag;
2110 -(id)init NS_UNAVAILABLE;
2111 -(void*)getCptr;
2112 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2113 -(id)initWithAction: (FSAction*)action;
2114 -(NSString *)getWinFileName;
2115 -(NSString *)getWinDefaultDirectory;
2116 -(NSString *)getWinAppOperation;
2117 -(NSString *)getWinAppParameter;
2118 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
2119 
2120 -(void)dealloc;
2121 
2122 @end
2123 
2124 typedef NS_ENUM(NSInteger, FSRenditionActionOperationType) {
2131 };
2132 
2134 @property (nonatomic, getter=getOperationType) FSRenditionActionOperationType operationType;
2135 @property (nonatomic, weak, getter=getScreenAnnot) FSScreen* screenAnnot;
2136 @property (nonatomic, weak, getter=getJavaScript) NSString * javaScript;
2137 -(id)init NS_UNAVAILABLE;
2138 -(void*)getCptr;
2139 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2140 -(id)initWithAction: (FSAction*)action;
2141 -(int)getRenditionCount;
2142 -(FSRendition*)getRendition: (int)index;
2143 -(void)insertRendition: (FSRendition*)rendition index: (int)index;
2144 -(void)removeRendition: (FSRendition*)rendition;
2145 
2146 -(void)dealloc;
2147 
2148 @end
2149 
2150 typedef NS_ENUM(NSInteger, FSAdditionalActionTriggerEvent) {
2172 };
2173 
2175 -(id)init NS_UNAVAILABLE;
2176 -(void*)getCptr;
2177 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2178 -(id)initWithDoc: (FSPDFDoc*)doc pdf_dict: (FSPDFDictionary*)pdf_dict;
2179 -(id)initWithPage: (FSPDFPage*)page;
2180 -(id)initWithField: (FSField*)field;
2181 -(id)initWithAnnot: (FSAnnot*)annot;
2182 -(id)initWithOther: (FSAdditionalAction*)other;
2183 -(BOOL)isEmpty;
2184 -(FSAction*)getAction: (FSAdditionalActionTriggerEvent)trigger;
2185 -(void)setAction: (FSAdditionalActionTriggerEvent)trigger action: (FSAction*)action;
2186 -(BOOL)removeAction: (FSAdditionalActionTriggerEvent)trigger;
2187 -(BOOL)removeAllActions;
2188 -(BOOL)doJSAction: (FSAdditionalActionTriggerEvent)trigger;
2190 
2191 -(void)dealloc;
2192 
2193 @end
2194 
2195 typedef NS_ENUM(NSInteger, FSDefaultAppearanceDefAPFlags) {
2199 };
2200 
2201 @interface FSDefaultAppearance : NSObject
2202 {
2203  void *swigCPtr;
2204  BOOL swigCMemOwn;
2205 }
2206 @property (nonatomic, getter=getFlags) unsigned int flags;
2207 @property (nonatomic, getter=getText_size) float text_size;
2208 @property (nonatomic, getter=getText_color) unsigned int text_color;
2209 @property (nonatomic, weak, getter=getFont) FSFont* font;
2210 -(void*)getCptr;
2211 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2212 -(id)initWithFlags: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
2213 -(id)init;
2214 -(id)initWithDefault_appearance: (FSDefaultAppearance*)default_appearance;
2215 -(void)set: (unsigned int)flags font: (FSFont*)font text_size: (float)text_size text_color: (unsigned int)text_color;
2216 
2217 -(void)dealloc;
2218 
2219 @end
2220 
2221 typedef NS_ENUM(NSInteger, FSRichTextStyleCornerMarkStyle) {
2225 };
2226 
2227 @interface FSRichTextStyle : NSObject
2228 {
2229  void *swigCPtr;
2230  BOOL swigCMemOwn;
2231 }
2232 @property (nonatomic, weak, getter=getFont) FSFont* font;
2233 @property (nonatomic, getter=getText_size) float text_size;
2234 @property (nonatomic, getter=getText_alignment) FSAlignment text_alignment;
2235 @property (nonatomic, getter=getText_color) unsigned int text_color;
2236 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
2237 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
2238 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
2239 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
2240 @property (nonatomic, getter=getMark_style) FSRichTextStyleCornerMarkStyle mark_style;
2241 @property (nonatomic, getter=getChar_space) float char_space;
2242 @property (nonatomic, getter=getWord_space) float word_space;
2243 -(void*)getCptr;
2244 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2245 -(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;
2246 -(id)init;
2247 -(id)initWithStyle: (FSRichTextStyle*)style;
2248 -(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;
2249 -(void)dealloc;
2250 
2251 @end
2252 
2253 typedef NS_ENUM(NSInteger, FSBorderInfoStyle) {
2260 };
2261 
2262 @interface FSBorderInfo : NSObject
2263 {
2264  void *swigCPtr;
2265  BOOL swigCMemOwn;
2266 }
2267 @property (nonatomic, getter=getWidth) float width;
2268 @property (nonatomic, getter=getStyle) FSBorderInfoStyle style;
2269 @property (nonatomic, getter=getCloud_intensity) float cloud_intensity;
2270 @property (nonatomic, getter=getDash_phase) float dash_phase;
2271 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
2272 -(void*)getCptr;
2273 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2274 -(id)initWithWidth: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
2275 -(id)init;
2276 -(id)initWithBorder_info: (FSBorderInfo*)border_info;
2277 -(void)set: (float)width style: (FSBorderInfoStyle)style intensity: (float)intensity dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
2278 -(void)dealloc;
2279 
2280 @end
2281 
2282 @interface FSQuadPoints : NSObject
2283 {
2284  void *swigCPtr;
2285  BOOL swigCMemOwn;
2286 }
2287 @property (nonatomic, weak, getter=getFirst) FSPointF* first;
2288 @property (nonatomic, weak, getter=getSecond) FSPointF* second;
2289 @property (nonatomic, weak, getter=getThird) FSPointF* third;
2290 @property (nonatomic, weak, getter=getFourth) FSPointF* fourth;
2291 -(void*)getCptr;
2292 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2293 -(id)initWithFirst: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
2294 -(id)init;
2295 -(id)initWithQuad_points: (FSQuadPoints*)quad_points;
2296 -(void)set: (FSPointF*)first second: (FSPointF*)second third: (FSPointF*)third fourth: (FSPointF*)fourth;
2297 
2298 -(void)dealloc;
2299 
2300 @end
2301 
2302 @interface FSQuadPointsArray : NSObject
2303 {
2304  void *swigCPtr;
2305  BOOL swigCMemOwn;
2306 }
2307 -(void*)getCptr;
2308 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2309 -(id)init;
2310 -(id)initWithOther: (FSQuadPointsArray*)other;
2311 -(unsigned long)getSize;
2312 -(FSQuadPoints*)getAt: (unsigned long)index;
2313 -(void)add: (FSQuadPoints*)element;
2314 -(void)removeAt: (unsigned long)index;
2315 -(void)insertAt: (unsigned long)index element: (FSQuadPoints*)element;
2316 -(void)removeAll;
2317 
2318 -(void)dealloc;
2319 
2320 @end
2321 
2322 typedef NS_ENUM(NSInteger, FSIconFitScaleWayType) {
2328 };
2329 
2330 @interface FSIconFit : NSObject
2331 {
2332  void *swigCPtr;
2333  BOOL swigCMemOwn;
2334 }
2335 @property (nonatomic, getter=getScale_way_type) FSIconFitScaleWayType scale_way_type;
2336 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
2337 @property (nonatomic, getter=getHorizontal_fraction) float horizontal_fraction;
2338 @property (nonatomic, getter=getVertical_fraction) float vertical_fraction;
2339 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
2340 -(void*)getCptr;
2341 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2342 -(id)init;
2343 -(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;
2344 -(id)initWithIcon_fit: (FSIconFit*)icon_fit;
2345 -(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;
2346 -(void)dealloc;
2347 
2348 @end
2349 
2350 typedef NS_ENUM(NSInteger, FSAnnotType) {
2381 };
2382 
2383 typedef NS_ENUM(NSInteger, FSAnnotFlags) {
2394 };
2395 
2396 typedef NS_ENUM(NSInteger, FSAnnotHighlightingMode) {
2402 };
2403 
2404 typedef NS_ENUM(NSInteger, FSAnnotProperty) {
2409 };
2410 
2411 typedef NS_ENUM(NSInteger, FSAnnotMKEntry) {
2423 };
2424 
2425 typedef NS_ENUM(NSInteger, FSAnnotMKIconCaptionRelation) {
2433 };
2434 
2435 typedef NS_ENUM(NSInteger, FSAnnotAppearanceType) {
2439 };
2440 
2441 @interface FSAnnot : FSBase
2442 @property (nonatomic, weak, getter=getContent) NSString * content;
2443 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
2444 @property (nonatomic, getter=getFlags) unsigned int flags;
2445 @property (nonatomic, weak, getter=getUniqueID) NSString * uniqueID;
2446 @property (nonatomic, weak, getter=getBorderInfo) FSBorderInfo* borderInfo;
2447 @property (nonatomic, getter=getBorderColor) unsigned int borderColor;
2448 -(void*)getCptr;
2449 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2450 -(id)initWithPage: (FSPDFPage*)page annot_dict: (FSPDFDictionary*)annot_dict;
2451 -(id)initWithAnnot: (FSAnnot*)annot;
2452 -(BOOL)isEmpty;
2453 -(FSPDFPage*)getPage;
2454 -(BOOL)isMarkup;
2455 -(FSAnnotType)getType;
2456 -(int)getIndex;
2457 -(FSRectF*)getRect;
2458 -(FSMatrix2D*)getDisplayMatrix: (FSMatrix2D*)page_display_matrix;
2459 -(BOOL)move: (FSRectF*)rect;
2460 -(BOOL)FSMoveWithResetAppearance: (FSRectF*)rect is_reset_appearance: (BOOL)is_reset_appearance;
2461 -(BOOL)resetAppearanceStream;
2462 -(BOOL)FSResetApStreamWithIsGenerateNewAppearanceObj: (BOOL)is_generate_new_appearance_obj;
2463 -(FSRectI*)getDeviceRect: (FSMatrix2D*)matrix;
2464 -(FSPDFDictionary*)getDict;
2465 -(BOOL)hasProperty: (FSAnnotProperty)property;
2466 -(BOOL)removeProperty: (FSAnnotProperty)property;
2467 -(FSPDFDictionary*)getOptionalContent;
2468 -(FSPDFStream*)getAppearanceStream: (FSAnnotAppearanceType)type appearance_state: (NSString *)appearance_state;
2469 
2470 -(void)dealloc;
2471 
2472 @end
2473 
2474 @interface FSAnnotArray : NSObject
2475 {
2476  void *swigCPtr;
2477  BOOL swigCMemOwn;
2478 }
2479 -(void*)getCptr;
2480 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2481 -(id)init;
2482 -(id)initWithOther: (FSAnnotArray*)other;
2483 -(unsigned long)getSize;
2484 -(FSAnnot*)getAt: (unsigned long)index;
2485 -(void)add: (FSAnnot*)element;
2486 -(void)removeAt: (unsigned long)index;
2487 -(void)insertAt: (unsigned long)index element: (FSAnnot*)element;
2488 -(void)removeAll;
2489 
2490 -(void)dealloc;
2491 
2492 @end
2493 
2494 @interface FSShadingColor : NSObject
2495 {
2496  void *swigCPtr;
2497  BOOL swigCMemOwn;
2498 }
2499 @property (nonatomic, getter=getFirst_color) unsigned int first_color;
2500 @property (nonatomic, getter=getSecond_color) unsigned int second_color;
2501 -(void*)getCptr;
2502 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2503 -(id)initWithFirstcolor: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
2504 -(id)init;
2505 -(id)initWithShading_color: (FSShadingColor*)shading_color;
2506 -(void)set: (unsigned int)firstcolor secondcolor: (unsigned int)secondcolor;
2507 -(void)dealloc;
2508 
2509 @end
2510 
2511 
2512 
2513 @interface FSMarkupArray : NSObject
2514 {
2515  void *swigCPtr;
2516  BOOL swigCMemOwn;
2517 }
2518 -(void*)getCptr;
2519 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2520 -(id)init;
2521 -(id)initWithOther: (FSMarkupArray*)other;
2522 -(unsigned long)getSize;
2523 -(FSMarkup*)getAt: (unsigned long)index;
2524 -(void)add: (FSMarkup*)element;
2525 -(void)removeAt: (unsigned long)index;
2526 -(void)insertAt: (unsigned long)index element: (FSMarkup*)element;
2527 -(void)removeAll;
2528 
2529 -(void)dealloc;
2530 
2531 @end
2532 
2533 @interface FSNoteArray : NSObject
2534 {
2535  void *swigCPtr;
2536  BOOL swigCMemOwn;
2537 }
2538 -(void*)getCptr;
2539 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2540 -(id)init;
2541 -(id)initWithOther: (FSNoteArray*)other;
2542 -(unsigned long)getSize;
2543 -(FSNote*)getAt: (unsigned long)index;
2544 -(void)add: (FSNote*)element;
2545 -(void)removeAt: (unsigned long)index;
2546 -(void)insertAt: (unsigned long)index element: (FSNote*)element;
2547 -(void)removeAll;
2548 
2549 -(void)dealloc;
2550 
2551 @end
2552 
2553 typedef NS_ENUM(NSInteger, FSMarkupStateModel) {
2556 };
2557 
2558 typedef NS_ENUM(NSInteger, FSMarkupState) {
2568 };
2569 
2570 typedef NS_ENUM(NSInteger, FSMarkupEndingStyle) {
2581 };
2582 
2583 typedef NS_ENUM(NSInteger, FSMarkupMeasureType) {
2590 };
2591 
2592 @interface FSMarkup : FSAnnot
2593 @property (nonatomic, weak, getter=getPopup) FSPopup* popup;
2594 @property (nonatomic, weak, getter=getTitle) NSString * title;
2595 @property (nonatomic, weak, getter=getSubject) NSString * subject;
2596 @property (nonatomic, getter=getOpacity) float opacity;
2597 @property (nonatomic, weak, getter=getIntent) NSString * intent;
2598 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
2599 @property (nonatomic, getter=getBorderOpacity) float borderOpacity;
2600 @property (nonatomic, getter=getFillOpacity) float fillOpacity;
2601 -(void*)getCptr;
2602 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2603 -(id)initWithAnnot: (FSAnnot*)annot;
2604 -(BOOL)removePopup;
2605 -(int)getReplyCount;
2606 -(FSNote*)getReply: (int)index;
2607 -(FSNote*)addReply;
2608 -(BOOL)removeReply: (int)index;
2609 -(BOOL)removeAllReplies;
2610 -(BOOL)isGrouped;
2611 -(FSMarkup*)getGroupHeader;
2612 -(FSMarkupArray*)getGroupElements;
2613 -(BOOL)ungroup;
2614 -(FSNoteArray*)getStateAnnots: (FSMarkupStateModel)model;
2615 -(FSNote*)addStateAnnot: (NSString *)title model: (FSMarkupStateModel)model state: (FSMarkupState)state;
2616 -(BOOL)removeAllStateAnnots;
2617 -(int)getRichTextCount;
2618 -(NSString *)getRichTextContent: (int)index;
2619 -(void)setRichTextContent: (int)index content: (NSString *)content;
2620 -(FSRichTextStyle*)getRichTextStyle: (int)index;
2621 -(void)setRichTextStyle: (int)index style: (FSRichTextStyle*)style;
2622 -(void)addRichText: (NSString *)content style: (FSRichTextStyle*)style;
2623 -(void)insertRichText: (int)index content: (NSString *)content style: (FSRichTextStyle*)style;
2624 -(void)removeRichText: (int)index;
2625 -(void)dealloc;
2626 
2627 @end
2628 
2629 @interface FSNote : FSMarkup
2630 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2631 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2632 @property (nonatomic, getter=getState) FSMarkupState state;
2633 -(void*)getCptr;
2634 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2635 -(id)init;
2636 -(id)initWithAnnot: (FSAnnot*)annot;
2637 -(FSMarkup*)getReplyTo;
2638 -(BOOL)isStateAnnot;
2639 -(FSMarkupStateModel)getStateModel;
2640 
2641 -(void)dealloc;
2642 
2643 @end
2644 
2646 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2647 -(void*)getCptr;
2648 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2649 -(id)initWithAnnot: (FSAnnot*)annot;
2650 
2651 -(void)dealloc;
2652 
2653 @end
2654 
2656 -(void*)getCptr;
2657 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2658 -(id)init;
2659 -(id)initWithAnnot: (FSAnnot*)annot;
2660 
2661 -(void)dealloc;
2662 
2663 @end
2664 
2666 -(void*)getCptr;
2667 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2668 -(id)init;
2669 -(id)initWithAnnot: (FSAnnot*)annot;
2670 
2671 -(void)dealloc;
2672 
2673 @end
2674 
2676 -(void*)getCptr;
2677 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2678 -(id)init;
2679 -(id)initWithAnnot: (FSAnnot*)annot;
2680 
2681 -(void)dealloc;
2682 
2683 @end
2684 
2686 -(void*)getCptr;
2687 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2688 -(id)init;
2689 -(id)initWithAnnot: (FSAnnot*)annot;
2690 
2691 -(void)dealloc;
2692 
2693 @end
2694 
2695 @interface FSLink : FSAnnot
2696 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2697 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
2698 @property (nonatomic, weak, getter=getAction) FSAction* action;
2699 -(void*)getCptr;
2700 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2701 -(id)init;
2702 -(id)initWithAnnot: (FSAnnot*)annot;
2703 -(BOOL)removeAction;
2704 -(BOOL)executeJavaScriptAction: (FSJavaScriptAction*)javascript_action;
2705 
2706 -(void)dealloc;
2707 
2708 @end
2709 
2710 @interface FSSquare : FSMarkup
2711 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2712 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2713 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2714 -(void*)getCptr;
2715 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2716 -(id)init;
2717 -(id)initWithAnnot: (FSAnnot*)annot;
2718 -(NSString *)getMeasureRatioW;
2719 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2720 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2721 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2722 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2723 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2724 
2725 -(void)dealloc;
2726 
2727 @end
2728 
2729 @interface FSCircle : FSMarkup
2730 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2731 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2732 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2733 -(void*)getCptr;
2734 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2735 -(id)init;
2736 -(id)initWithAnnot: (FSAnnot*)annot;
2737 -(NSString *)getMeasureRatioW;
2738 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2739 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2740 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2741 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2742 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2743 
2744 -(void)dealloc;
2745 
2746 @end
2747 
2748 @interface FSFreeText : FSMarkup
2749 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2750 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
2751 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2752 @property (nonatomic, getter=getCalloutLineEndingStyle) FSMarkupEndingStyle calloutLineEndingStyle;
2753 @property (nonatomic, weak, getter=getCalloutLinePoints) FSPointFArray* calloutLinePoints;
2754 @property (nonatomic, weak, getter=getTextMatrix) FSMatrix2D* textMatrix;
2755 @property (nonatomic, getter=getRotation) FSRotation rotation;
2756 -(void*)getCptr;
2757 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2758 -(id)init;
2759 -(id)initWithAnnot: (FSAnnot*)annot;
2760 -(FSDefaultAppearance*)getDefaultAppearance;
2761 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
2762 -(void)rotate: (FSRotation)rotation;
2763 -(void)allowTextOverflow: (BOOL)is_text_overflow;
2764 
2765 -(void)dealloc;
2766 
2767 @end
2768 
2769 typedef NS_ENUM(NSInteger, FSLineCapPos) {
2772 };
2773 
2774 @interface FSLine : FSMarkup
2775 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
2776 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
2777 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
2778 @property (nonatomic, weak, getter=getStartPoint) FSPointF* startPoint;
2779 @property (nonatomic, weak, getter=getEndPoint) FSPointF* endPoint;
2780 @property (nonatomic, getter=getCaptionPositionType) FSLineCapPos captionPositionType;
2781 @property (nonatomic, weak, getter=getCaptionOffset) FSPointF* captionOffset;
2782 @property (nonatomic, getter=getLeaderLineLength) float leaderLineLength;
2783 @property (nonatomic, getter=getLeaderLineExtensionLength) float leaderLineExtensionLength;
2784 @property (nonatomic, getter=getLeaderLineOffset) float leaderLineOffset;
2785 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2786 -(void*)getCptr;
2787 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2788 -(id)init;
2789 -(id)initWithAnnot: (FSAnnot*)annot;
2790 -(BOOL)hasCaption;
2791 -(void)enableCaption: (BOOL)cap;
2792 -(NSString *)getMeasureRatioW;
2793 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2794 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2795 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2796 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2797 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2798 
2799 -(void)dealloc;
2800 
2801 @end
2802 
2803 @interface FSInk : FSMarkup
2804 @property (nonatomic, weak, getter=getInkList) FSPath* inkList;
2805 -(void*)getCptr;
2806 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2807 -(id)init;
2808 -(id)initWithAnnot: (FSAnnot*)annot;
2809 -(void)enableUseBezier: (BOOL)use_bezier;
2810 
2811 -(void)dealloc;
2812 
2813 @end
2814 
2815 @interface FSStamp : FSMarkup
2816 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2817 @property (nonatomic, getter=getRotation) int rotation;
2818 -(void*)getCptr;
2819 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2820 -(id)init;
2821 -(id)initWithAnnot: (FSAnnot*)annot;
2822 -(void)setBitmap: (FSBitmap*)bitmap;
2823 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
2824 -(void)rotate: (int)angle;
2825 
2826 -(void)dealloc;
2827 
2828 @end
2829 
2830 @interface FSScreen : FSAnnot
2831 @property (nonatomic, weak, getter=getMKDict) FSPDFDictionary* mKDict;
2832 @property (nonatomic, getter=getRotation) FSRotation rotation;
2833 @property (nonatomic, getter=getOpacity) float opacity;
2834 @property (nonatomic, weak, getter=getTitle) NSString * title;
2835 @property (nonatomic, weak, getter=getAction) FSAction* action;
2836 -(void*)getCptr;
2837 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2838 -(id)init;
2839 -(id)initWithAnnot: (FSAnnot*)annot;
2840 -(void)setImage: (FSImage*)image frame_index: (int)frame_index compress: (int)compress;
2841 -(FSBitmap*)getBitmap;
2842 -(void)removeAction;
2843 
2844 -(void)dealloc;
2845 
2846 @end
2847 
2848 @interface FSPolygon : FSMarkup
2849 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2850 @property (nonatomic, weak, getter=getVertexes) FSPointFArray* vertexes;
2851 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2852 -(void*)getCptr;
2853 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2854 -(id)init;
2855 -(id)initWithAnnot: (FSAnnot*)annot;
2856 -(NSString *)getMeasureRatioW;
2857 -(void)setMeasureUnit: (FSMarkupMeasureType)measure_type unit: (NSString *)unit;
2858 -(NSString *)getMeasureUnit: (FSMarkupMeasureType)measure_type;
2859 -(NSString *)getMeasureUnitW: (FSMarkupMeasureType)measure_type;
2860 -(void)setMeasureConversionFactor: (FSMarkupMeasureType)measure_type factor: (float)factor;
2861 -(float)getMeasureConversionFactor: (FSMarkupMeasureType)measure_type;
2862 
2863 -(void)dealloc;
2864 
2865 @end
2866 
2867 @interface FSPolyLine : FSMarkup
2868 @property (nonatomic, getter=getStyleFillColor) unsigned int styleFillColor;
2869 @property (nonatomic, weak, getter=getVertexes) FSPointFArray* vertexes;
2870 @property (nonatomic, getter=getLineStartStyle) FSMarkupEndingStyle lineStartStyle;
2871 @property (nonatomic, getter=getLineEndStyle) FSMarkupEndingStyle lineEndStyle;
2872 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2873 -(void*)getCptr;
2874 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2875 -(id)init;
2876 -(id)initWithAnnot: (FSAnnot*)annot;
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 FSCaret : FSMarkup
2889 @property (nonatomic, weak, getter=getInnerRect) FSRectF* innerRect;
2890 -(void*)getCptr;
2891 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2892 -(id)init;
2893 -(id)initWithAnnot: (FSAnnot*)annot;
2894 
2895 -(void)dealloc;
2896 
2897 @end
2898 
2900 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2901 -(void*)getCptr;
2902 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2903 -(id)init;
2904 -(id)initWithAnnot: (FSAnnot*)annot;
2905 -(BOOL)setFileSpec: (FSFileSpec*)file_spec;
2906 -(FSFileSpec*)getFileSpec;
2907 
2908 -(void)dealloc;
2909 
2910 @end
2911 
2912 @interface FSPopup : FSAnnot
2913 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2914 -(void*)getCptr;
2915 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2916 -(id)init;
2917 -(id)initWithAnnot: (FSAnnot*)annot;
2918 -(FSMarkup*)getParent;
2919 
2920 -(void)dealloc;
2921 
2922 @end
2923 
2924 @interface FSPSInk : FSAnnot
2925 -(void*)getCptr;
2926 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2927 -(id)init;
2928 -(id)initWithAnnot: (FSAnnot*)annot;
2929 
2930 -(void)dealloc;
2931 
2932 @end
2933 
2934 typedef NS_ENUM(NSInteger, FSWidgetLineSpacingStyle) {
2940 };
2941 
2942 @interface FSWidget : FSAnnot
2943 @property (nonatomic, getter=getHighlightingMode) FSAnnotHighlightingMode highlightingMode;
2944 @property (nonatomic, weak, getter=getAction) FSAction* action;
2945 @property (nonatomic, getter=getMKRotation) FSRotation mKRotation;
2946 @property (nonatomic, getter=getMKBorderColor) unsigned int mKBorderColor;
2947 @property (nonatomic, getter=getMKBackgroundColor) unsigned int mKBackgroundColor;
2948 @property (nonatomic, weak, getter=getMKNormalCaption) NSString * mKNormalCaption;
2949 @property (nonatomic, weak, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
2950 @property (nonatomic, weak, getter=getMKDownCaption) NSString * mKDownCaption;
2951 @property (nonatomic, weak, getter=getMKNormalIconBitmap) FSBitmap* mKNormalIconBitmap;
2952 @property (nonatomic, weak, getter=getMKRolloverIconBitmap) FSBitmap* mKRolloverIconBitmap;
2953 @property (nonatomic, weak, getter=getMKDownIconBitmap) FSBitmap* mKDownIconBitmap;
2954 @property (nonatomic, weak, getter=getMKIconFit) FSIconFit* mKIconFit;
2955 @property (nonatomic, getter=getMKIconCaptionRelation) FSAnnotMKIconCaptionRelation mKIconCaptionRelation;
2956 @property (nonatomic, weak, getter=getAppearanceState) NSString * appearanceState;
2957 -(void*)getCptr;
2958 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2959 -(id)init;
2960 -(id)initWithAnnot: (FSAnnot*)annot;
2961 -(FSField*)getField;
2962 -(FSControl*)getControl;
2963 -(void)removeAction;
2964 -(BOOL)hasMKEntry: (FSAnnotMKEntry)mk_entry;
2965 -(void)removeMKEntry: (FSAnnotMKEntry)mk_entry;
2966 -(void)setMKNormalIconImage: (FSImage*)image frame_index: (int)frame_index;
2967 -(void)setMKRolloverIconImage: (FSImage*)image frame_index: (int)frame_index;
2968 -(void)setMKDownIconImage: (FSImage*)image frame_index: (int)frame_index;
2969 -(NSString *)getAppearanceOnStateName;
2970 -(FSWidgetLineSpacingStyle)getLineSpacing: (float *)line_spacing_value;
2971 -(void)setLineSpacing: (FSWidgetLineSpacingStyle)line_spacing_style line_spacing_value: (float)line_spacing_value;
2972 
2973 -(void)dealloc;
2974 
2975 @end
2976 
2977 @interface FSRedact : FSMarkup
2978 @property (nonatomic, weak, getter=getQuadPoints) FSQuadPointsArray* quadPoints;
2979 @property (nonatomic, getter=getFillColor) unsigned int fillColor;
2980 @property (nonatomic, getter=getApplyFillColor) unsigned int applyFillColor;
2981 @property (nonatomic, weak, getter=getOverlayText) NSString * overlayText;
2982 @property (nonatomic, getter=getOverlayTextAlignment) FSAlignment overlayTextAlignment;
2983 -(void*)getCptr;
2984 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
2985 -(id)init;
2986 -(id)initWithAnnot: (FSAnnot*)annot;
2987 -(BOOL)isOverlayTextRepeated;
2988 -(void)enableRepeatOverlayText: (BOOL)is_to_repeat_overlay_text;
2989 -(void)enableAutoFontSize;
2990 -(FSDefaultAppearance*)getDefaultAppearance;
2991 -(BOOL)setDefaultAppearance: (FSDefaultAppearance*)default_ap;
2992 -(BOOL)apply;
2993 
2994 -(void)dealloc;
2995 
2996 @end
2997 
2998 typedef NS_ENUM(NSInteger, FSSoundSampleEncodingFormat) {
3003 };
3004 
3005 @interface FSSound : FSMarkup
3006 -(void*)getCptr;
3007 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3008 -(id)init;
3009 -(id)initWithAnnot: (FSAnnot*)annot;
3011 -(float)getSamplingRate;
3012 -(int)getChannelCount;
3013 -(int)getBits;
3015 -(NSString *)getCompressionFormat;
3017 
3018 -(void)dealloc;
3019 
3020 @end
3021 
3022 @interface FSPagingSeal : FSAnnot
3023 -(id)init NS_UNAVAILABLE;
3024 -(void*)getCptr;
3025 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3026 -(id)initWithAnnot: (FSAnnot*)annot;
3028 
3029 -(void)dealloc;
3030 
3031 @end
3032 
3033 typedef NS_ENUM(NSInteger, FSPrintDeviceSettingDataOrientationFlag) {
3036 };
3037 
3038 @interface FSPrintDeviceSettingData : NSObject
3039 {
3040  void *swigCPtr;
3041  BOOL swigCMemOwn;
3042 }
3043 @property (nonatomic, getter=getDevice_width) int device_width;
3044 @property (nonatomic, getter=getDevice_height) int device_height;
3045 @property (nonatomic, weak, getter=getDevice_margin) FSRectF* device_margin;
3046 @property (nonatomic, getter=getOrientation) FSPrintDeviceSettingDataOrientationFlag orientation;
3047 @property (nonatomic, getter=getResolution) int resolution;
3048 @property (nonatomic, getter=getCopies) unsigned int copies;
3049 -(id)init NS_UNAVAILABLE;
3050 -(void*)getCptr;
3051 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3052 -(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;
3053 -(id)initWithSettings: (FSPrintDeviceSettingData*)settings;
3054 -(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;
3055 -(void)dealloc;
3056 
3057 @end
3058 
3059 typedef NS_ENUM(NSInteger, FSRendererColorMode) {
3063 };
3064 
3065 typedef NS_ENUM(NSInteger, FSRendererContentFlag) {
3068 };
3069 
3070 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
3073 };
3074 
3075 @interface FSRenderer : FSBase
3076 -(id)init NS_UNAVAILABLE;
3077 -(void*)getCptr;
3078 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3079 -(id)initWithBitmap: (FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
3080 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
3081 -(id)initWithOther: (FSRenderer*)other;
3082 -(BOOL)isEmpty;
3083 -(FSProgressive*)startQuickRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3084 -(FSProgressive*)startRender: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3085 -(FSProgressive*)startRenderReflowPage: (FSReflowPage*)reflow_page matrix: (FSMatrix2D*)matrix pause: (id<FSPauseCallback>)pause;
3086 -(FSProgressive*)startRenderXFAPage: (FSXFAPage*)xfa_page_view matrix: (FSMatrix2D*)matrix is_highlight: (BOOL)is_highlight pause: (id<FSPauseCallback>)pause;
3087 -(FSProgressive*)startRenderBitmap: (FSBitmap*)bitmap matrix: (FSMatrix2D*)matrix clip_rect: (FSRectI*)clip_rect interpolation: (unsigned int)interpolation pause: (id<FSPauseCallback>)pause;
3088 -(void)setRenderAnnotAppearanceType: (FSAnnotAppearanceType)ap_type;
3089 -(BOOL)renderAnnot: (FSAnnot*)annot matrix: (FSMatrix2D*)matrix;
3090 -(BOOL)renderFormControls: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
3091 -(BOOL)renderGraphicsObject: (FSGraphicsObject*)graphics_object page: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix;
3092 -(void)setClipRect: (FSRectI*)clip_rect;
3093 -(void)setClipPathFill: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix fill_mode: (FSFillMode)fill_mode;
3094 -(void)setClipPathStroke: (FSPath*)clip_path matrix: (FSMatrix2D*)matrix graph_state: (FSGraphState*)graph_state;
3095 -(void)setRenderContentFlags: (unsigned int)render_content_flags;
3096 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
3097 -(void)setRenderFormField: (BOOL)is_render_formfield;
3098 -(void)setRenderSignature: (BOOL)is_render_signature;
3099 -(void)setLayerContext: (FSLayerContext*)layer_context;
3100 -(void)setColorMode: (FSRendererColorMode)color_mode;
3101 -(void)setMappingModeColors: (unsigned int)background_color foreground_color: (unsigned int)foreground_color;
3102 -(void)setClearType: (BOOL)is_clear_type;
3103 -(void)setPrintTextAsGraphic: (BOOL)is_to_print_text_graphic;
3104 -(void)setPrintTextAsImage: (BOOL)is_to_print_text_image;
3105 -(void)setForceDownSample: (BOOL)is_to_force_down_sample;
3106 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
3107 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
3108 -(void)enableForPrint: (BOOL)is_render_for_print;
3109 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
3110 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
3111 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
3112 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
3113 -(void)setRenderPathFullCovered: (BOOL)is_render_path_full_covered;
3114 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
3115 -(void)setRenderEnhanceThinLines: (BOOL)is_render_enhance_thin_lines;
3116 -(void)setRenderSignatureState: (BOOL)is_render_signature_state;
3117 
3118 -(void)dealloc;
3119 
3120 @end
3121 
3122 typedef NS_ENUM(NSInteger, FSAssociatedFilesRelationship) {
3131 };
3132 
3134 -(id)init NS_UNAVAILABLE;
3135 -(void*)getCptr;
3136 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3137 -(id)initWithOther: (FSAssociatedFiles*)other;
3138 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
3139 -(BOOL)isEmpty;
3140 -(int)getAssociatedFilesCount: (FSPDFObject*)pdf_object;
3141 -(int)getAssociatedFilesCountWithGraphicsObject: (FSGraphicsObject*)graphics_object;
3142 -(FSFileSpec*)getAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
3143 -(FSFileSpec*)getAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
3144 -(void)associateFile: (FSPDFObject*)pdf_object file_spec: (FSFileSpec*)file_spec;
3145 -(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;
3146 -(void)associateFileWithPDFPage: (FSPDFPage*)page file_spec: (FSFileSpec*)file_spec;
3147 -(void)associateFileWithImageObject: (FSImageObject*)image file_spec: (FSFileSpec*)file_spec;
3148 -(void)associateFileWithFormXObject: (FSFormXObject*)form_xobject file_spec: (FSFileSpec*)file_spec;
3149 -(void)associateFileWithAnnot: (FSAnnot*)annot file_spec: (FSFileSpec*)file_spec;
3150 -(void)removeAssociatedFile: (FSPDFObject*)pdf_object index: (int)index;
3151 -(void)removeAssociatedFileWithGraphicsObject: (FSGraphicsObject*)graphics_object index: (int)index;
3152 
3153 -(void)dealloc;
3154 
3155 @end
3156 
3157 typedef NS_ENUM(NSInteger, FSFDFDocType) {
3160 };
3161 
3162 @interface FSFDFDoc : FSBase
3163 -(id)init NS_UNAVAILABLE;
3164 -(void*)getCptr;
3165 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3166 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read;
3167 -(id)initWithType: (FSFDFDocType)type;
3168 -(id)initWithPath: (NSString *)path;
3169 -(id)initWithOther: (FSFDFDoc*)other;
3170 -(BOOL)isEmpty;
3172 -(NSString *)getPDFPath;
3173 -(BOOL)setPDFPath: (NSString *)pdf_path;
3174 -(BOOL)saveAs: (NSString *)file_path;
3175 -(BOOL)saveAsWithWriterCallback: (id<FSFileWriterCallback>)file;
3178 -(id)initWithBuffer: (NSData *)buffer;
3179 
3180 -(void)dealloc;
3181 
3182 @end
3183 
3184 @interface FSMenuListArray : NSObject
3185 {
3186  void *swigCPtr;
3187  BOOL swigCMemOwn;
3188 }
3189 -(void*)getCptr;
3190 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3191 -(id)init;
3192 -(id)initWithOther: (FSMenuListArray*)other;
3193 -(unsigned long)getSize;
3194 -(FSMenuList*)getAt: (unsigned long)index;
3195 -(void)add: (FSMenuList*)element;
3196 -(void)removeAt: (unsigned long)index;
3197 -(void)insertAt: (unsigned long)index element: (FSMenuList*)element;
3198 -(void)removeAll;
3199 
3200 -(void)dealloc;
3201 
3202 @end
3203 
3204 @interface FSMenuItemExArray : NSObject
3205 {
3206  void *swigCPtr;
3207  BOOL swigCMemOwn;
3208 }
3209 -(void*)getCptr;
3210 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3211 -(id)init;
3212 -(id)initWithOther: (FSMenuItemExArray*)other;
3213 -(unsigned long)getSize;
3214 -(FSMenuItemEx*)getAt: (unsigned long)index;
3215 -(void)add: (FSMenuItemEx*)element;
3216 -(void)removeAt: (unsigned long)index;
3217 -(void)insertAt: (unsigned long)index element: (FSMenuItemEx*)element;
3218 -(void)removeAll;
3219 
3220 -(void)dealloc;
3221 
3222 @end
3223 
3224 @interface FSMenuList : NSObject
3225 {
3226  void *swigCPtr;
3227  BOOL swigCMemOwn;
3228 }
3229 @property (nonatomic, getter=getLevel) int level;
3230 @property (nonatomic, weak, getter=getName) NSString * name;
3231 @property (nonatomic, weak, getter=getSub_menu_list_array) FSMenuListArray* sub_menu_list_array;
3232 -(void*)getCptr;
3233 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3234 -(id)init;
3235 -(id)initWithMenu_list: (FSMenuList*)menu_list;
3236 -(void)set: (int)level name: (NSString *)name sub_menu_list_array: (FSMenuListArray*)sub_menu_list_array;
3237 -(void)dealloc;
3238 
3239 @end
3240 
3241 @interface FSMenuItemEx : NSObject
3242 {
3243  void *swigCPtr;
3244  BOOL swigCMemOwn;
3245 }
3246 @property (nonatomic, weak, getter=getItem_name) NSString * item_name;
3247 @property (nonatomic, weak, getter=getReturn_name) NSString * return_name;
3248 @property (nonatomic, getter=getIs_checked) BOOL is_checked;
3249 @property (nonatomic, getter=getIs_enabled) BOOL is_enabled;
3250 @property (nonatomic, weak, getter=getSub_menu_item_array) FSMenuItemExArray* sub_menu_item_array;
3251 -(void*)getCptr;
3252 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3253 -(id)init;
3254 -(id)initWithMenu_item: (FSMenuItemEx*)menu_item;
3255 -(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;
3256 -(void)dealloc;
3257 
3258 @end
3259 
3260 @interface FSIdentityProperties : NSObject
3261 {
3262  void *swigCPtr;
3263  BOOL swigCMemOwn;
3264 }
3265 @property (nonatomic, weak, getter=getCorporation) NSString * corporation;
3266 @property (nonatomic, weak, getter=getEmail) NSString * email;
3267 @property (nonatomic, weak, getter=getLogin_name) NSString * login_name;
3268 @property (nonatomic, weak, getter=getName) NSString * name;
3269 @property (nonatomic, weak, getter=getFirst_name) NSString * first_name;
3270 @property (nonatomic, weak, getter=getLast_name) NSString * last_name;
3271 @property (nonatomic, weak, getter=getTitle) NSString * title;
3272 @property (nonatomic, weak, getter=getDepartment) NSString * department;
3273 -(void*)getCptr;
3274 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3275 -(id)init;
3276 -(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;
3277 -(id)initWithId_properities: (FSIdentityProperties*)id_properities;
3278 -(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;
3279 -(void)dealloc;
3280 
3281 @end
3282 
3283 @interface FSButtonItem : NSObject
3284 {
3285  void *swigCPtr;
3286  BOOL swigCMemOwn;
3287 }
3288 @property (nonatomic, weak, getter=getName) NSString * name;
3289 @property (nonatomic, getter=getPos) int pos;
3290 @property (nonatomic, weak, getter=getExec) NSString * exec;
3291 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3292 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3293 @property (nonatomic, weak, getter=getTooltip) NSString * tooltip;
3294 @property (nonatomic, weak, getter=getLabel) NSString * label;
3295 @property (nonatomic, weak, getter=getBitmap) FSBitmap* bitmap;
3296 -(void*)getCptr;
3297 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3298 -(id)init;
3299 -(id)initWithButton_item: (FSButtonItem*)button_item;
3300 -(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;
3301 -(void)dealloc;
3302 
3303 @end
3304 
3305 @interface FSMenuItemConfig : NSObject
3306 {
3307  void *swigCPtr;
3308  BOOL swigCMemOwn;
3309 }
3310 @property (nonatomic, weak, getter=getName) NSString * name;
3311 @property (nonatomic, weak, getter=getUser) NSString * user;
3312 @property (nonatomic, weak, getter=getParent) NSString * parent;
3313 @property (nonatomic, getter=getPos) int pos;
3314 @property (nonatomic, weak, getter=getPos_str) NSString * pos_str;
3315 @property (nonatomic, weak, getter=getExec) NSString * exec;
3316 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3317 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3318 -(void*)getCptr;
3319 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3320 -(id)init;
3321 -(id)initWithMenu_item_config: (FSMenuItemConfig*)menu_item_config;
3322 -(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;
3323 -(void)dealloc;
3324 
3325 @end
3326 
3327 @interface FSDialogDescriptionElementArray : NSObject
3328 {
3329  void *swigCPtr;
3330  BOOL swigCMemOwn;
3331 }
3332 -(void*)getCptr;
3333 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3334 -(id)init;
3335 -(id)initWithOther: (FSDialogDescriptionElementArray*)other;
3336 -(unsigned long)getSize;
3337 -(FSDialogDescriptionElement*)getAt: (unsigned long)index;
3338 -(void)add: (FSDialogDescriptionElement*)element;
3339 -(void)removeAt: (unsigned long)index;
3340 -(void)insertAt: (unsigned long)index element: (FSDialogDescriptionElement*)element;
3341 -(void)removeAll;
3342 
3343 -(void)dealloc;
3344 
3345 @end
3346 
3347 @interface FSDialogDescriptionElement : NSObject
3348 {
3349  void *swigCPtr;
3350  BOOL swigCMemOwn;
3351 }
3352 @property (nonatomic, weak, getter=getName) NSString * name;
3353 @property (nonatomic, weak, getter=getItem_id) NSString * item_id;
3354 @property (nonatomic, weak, getter=getType) NSString * type;
3355 @property (nonatomic, weak, getter=getNext_tab) NSString * next_tab;
3356 @property (nonatomic, getter=getWidth) int width;
3357 @property (nonatomic, getter=getHeight) int height;
3358 @property (nonatomic, getter=getChar_width) int char_width;
3359 @property (nonatomic, getter=getChar_height) int char_height;
3360 @property (nonatomic, weak, getter=getFont) NSString * font;
3361 @property (nonatomic, getter=getBold) BOOL bold;
3362 @property (nonatomic, getter=getItalic) BOOL italic;
3363 @property (nonatomic, weak, getter=getAlignment) NSString * alignment;
3364 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3365 @property (nonatomic, weak, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
3366 -(void*)getCptr;
3367 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3368 -(id)init;
3369 -(id)initWithDlg_des_element: (FSDialogDescriptionElement*)dlg_des_element;
3370 -(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;
3371 -(void)dealloc;
3372 
3373 @end
3374 
3375 @interface FSDialogDescriptionConfig : NSObject
3376 {
3377  void *swigCPtr;
3378  BOOL swigCMemOwn;
3379 }
3380 @property (nonatomic, weak, getter=getName) NSString * name;
3381 @property (nonatomic, weak, getter=getFirst_tab) NSString * first_tab;
3382 @property (nonatomic, getter=getWidth) int width;
3383 @property (nonatomic, getter=getHeight) int height;
3384 @property (nonatomic, getter=getChar_width) int char_width;
3385 @property (nonatomic, getter=getChar_height) int char_height;
3386 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3387 @property (nonatomic, weak, getter=getElement_array) FSDialogDescriptionElementArray* element_array;
3388 -(void*)getCptr;
3389 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3390 -(id)init;
3391 -(id)initWithDlg_des_config: (FSDialogDescriptionConfig*)dlg_des_config;
3392 -(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;
3393 -(void)dealloc;
3394 
3395 @end
3396 
3397 @interface FSSOAPAuthenticateInfo : NSObject
3398 {
3399  void *swigCPtr;
3400  BOOL swigCMemOwn;
3401 }
3402 @property (nonatomic, weak, getter=getUsername) NSString * username;
3403 @property (nonatomic, weak, getter=getPassword) NSString * password;
3404 @property (nonatomic, getter=getIs_use_platform_auth) BOOL is_use_platform_auth;
3405 -(void*)getCptr;
3406 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3407 -(id)init;
3408 -(id)initWithSoap_authenticate: (FSSOAPAuthenticateInfo*)soap_authenticate;
3409 -(void)set: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
3410 -(void)dealloc;
3411 
3412 @end
3413 
3414 @interface FSSOAPRequestProperties : NSObject
3415 {
3416  void *swigCPtr;
3417  BOOL swigCMemOwn;
3418 }
3419 @property (nonatomic, weak, getter=getRequest_url) NSString * request_url;
3420 @property (nonatomic, weak, getter=getRequest_content) NSString * request_content;
3421 @property (nonatomic, weak, getter=getSoap_action) NSString * soap_action;
3422 @property (nonatomic, weak, getter=getSoap_namespace) NSString * soap_namespace;
3423 @property (nonatomic, weak, getter=getSoap_version) NSString * soap_version;
3424 @property (nonatomic, weak, getter=getContent_type) NSString * content_type;
3425 @property (nonatomic, getter=getIs_encode) BOOL is_encode;
3426 @property (nonatomic, getter=getIs_wiredump) BOOL is_wiredump;
3427 @property (nonatomic, weak, getter=getRequest_header) NSString * request_header;
3428 @property (nonatomic, weak, getter=getAuthenticate) FSSOAPAuthenticateInfo* authenticate;
3429 -(void*)getCptr;
3430 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3431 -(id)init;
3432 -(id)initWithRequest_properties: (FSSOAPRequestProperties*)request_properties;
3433 -(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;
3434 -(void)dealloc;
3435 
3436 @end
3437 
3438 @interface FSSOAPResponseInfo : NSObject
3439 {
3440  void *swigCPtr;
3441  BOOL swigCMemOwn;
3442 }
3443 @property (nonatomic, weak, getter=getResponse_header) NSString * response_header;
3444 @property (nonatomic, weak, getter=getResponse_body) NSString * response_body;
3445 @property (nonatomic, weak, getter=getNetwork_error) NSString * network_error;
3446 @property (nonatomic, getter=getStatus_code) unsigned int status_code;
3447 -(void*)getCptr;
3448 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3449 -(id)init;
3450 -(id)initWithSoap_response: (FSSOAPResponseInfo*)soap_response;
3451 -(void)set: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (unsigned int)status_code;
3452 -(void)dealloc;
3453 
3454 @end
3455 
3456 typedef NS_ENUM(NSInteger, FSPrintParamsPrintContent) {
3460 };
3461 
3462 typedef NS_ENUM(NSInteger, FSPrintParamsDuplexType) {
3466 };
3467 
3468 typedef NS_ENUM(NSInteger, FSPrintParamsBookletDuplexMode) {
3472 };
3473 
3474 typedef NS_ENUM(NSInteger, FSPrintParamsBookletBinding) {
3479 };
3480 
3481 typedef NS_ENUM(NSInteger, FSPrintParamsPageOrder) {
3485 };
3486 
3487 typedef NS_ENUM(NSInteger, FSPrintParamsPrintHandling) {
3494 };
3495 
3496 @interface FSPrintParams : NSObject
3497 {
3498  void *swigCPtr;
3499  BOOL swigCMemOwn;
3500 }
3501 @property (nonatomic, getter=getIs_show_ui) BOOL is_show_ui;
3502 @property (nonatomic, getter=getIs_reverse) BOOL is_reverse;
3503 @property (nonatomic, getter=getIs_print_as_image) BOOL is_print_as_image;
3504 @property (nonatomic, getter=getIs_print_auto_center) BOOL is_print_auto_center;
3505 @property (nonatomic, getter=getIs_print_auto_rotate) BOOL is_print_auto_rotate;
3506 @property (nonatomic, getter=getIs_simulate_overprinting) BOOL is_simulate_overprinting;
3507 @property (nonatomic, getter=getIs_print_page_border) BOOL is_print_page_border;
3508 @property (nonatomic, weak, getter=getPage_range) FSRange* page_range;
3509 @property (nonatomic, getter=getPrint_content) FSPrintParamsPrintContent print_content;
3510 @property (nonatomic, weak, getter=getPrinter_name) NSString * printer_name;
3511 @property (nonatomic, weak, getter=getOutput_file_name) NSString * output_file_name;
3512 @property (nonatomic, getter=getNum_copies) int num_copies;
3513 @property (nonatomic, getter=getDuplex_type) FSPrintParamsDuplexType duplex_type;
3514 @property (nonatomic, getter=getIs_tile_label) BOOL is_tile_label;
3515 @property (nonatomic, getter=getTile_mark) BOOL tile_mark;
3516 @property (nonatomic, getter=getTile_overlap) float tile_overlap;
3517 @property (nonatomic, getter=getTile_scale) float tile_scale;
3518 @property (nonatomic, getter=getHandling) FSPrintParamsPrintHandling handling;
3519 @property (nonatomic, getter=getBinding) FSPrintParamsBookletBinding binding;
3520 @property (nonatomic, getter=getBooklet_duplex_mode) FSPrintParamsBookletDuplexMode booklet_duplex_mode;
3521 @property (nonatomic, getter=getNum_pages_h) int num_pages_h;
3522 @property (nonatomic, getter=getNum_pages_v) int num_pages_v;
3523 @property (nonatomic, getter=getPage_order) FSPrintParamsPageOrder page_order;
3524 -(void*)getCptr;
3525 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3526 -(id)init;
3527 -(id)initWithPrint_params: (FSPrintParams*)print_params;
3528 -(void)dealloc;
3529 
3530 @end
3531 
3532 typedef NS_ENUM(NSInteger, FSFloatingInfoWindowPosition) {
3542 };
3543 
3544 typedef NS_ENUM(NSInteger, FSFloatingInfoRelativeTarget) {
3549 };
3550 
3551 typedef NS_ENUM(NSInteger, FSFloatingInfoResizeType) {
3555 };
3556 
3557 typedef NS_ENUM(NSInteger, FSFloatingInfoOffScreenAction) {
3561 };
3562 
3563 @interface FSFloatingInfo : NSObject
3564 {
3565  void *swigCPtr;
3566  BOOL swigCMemOwn;
3567 }
3568 @property (nonatomic, getter=getWindow_pos) FSFloatingInfoWindowPosition window_pos;
3569 @property (nonatomic, getter=getRelative_target) FSFloatingInfoRelativeTarget relative_target;
3570 @property (nonatomic, getter=getResize_type) FSFloatingInfoResizeType resize_type;
3571 @property (nonatomic, getter=getHas_close) BOOL has_close;
3572 @property (nonatomic, getter=getHas_title) BOOL has_title;
3573 @property (nonatomic, weak, getter=getTitle) NSString * title;
3574 @property (nonatomic, getter=getOff_screen) FSFloatingInfoOffScreenAction off_screen;
3575 @property (nonatomic, weak, getter=getRect) FSRectF* rect;
3576 -(void*)getCptr;
3577 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3578 -(id)init;
3579 -(id)initWithFloating_info: (FSFloatingInfo*)floating_info;
3580 -(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;
3581 -(void)dealloc;
3582 
3583 @end
3584 
3585 typedef NS_ENUM(NSInteger, FSMediaSettingsPlayerWindowType) {
3589 };
3590 
3591 @interface FSMediaSettings : NSObject
3592 {
3593  void *swigCPtr;
3594  BOOL swigCMemOwn;
3595 }
3596 @property (nonatomic, getter=getAuto_play) BOOL auto_play;
3597 @property (nonatomic, weak, getter=getBase_url) NSString * base_url;
3598 @property (nonatomic, getter=getBg_color) unsigned int bg_color;
3599 @property (nonatomic, getter=getBg_opacity) float bg_opacity;
3600 @property (nonatomic, getter=getDuration) int duration;
3601 @property (nonatomic, getter=getPage) int page;
3602 @property (nonatomic, getter=getRepeat) int repeat;
3603 @property (nonatomic, getter=getShow_ui) BOOL show_ui;
3604 @property (nonatomic, getter=getIs_visible) BOOL is_visible;
3605 @property (nonatomic, getter=getVolume) int volume;
3606 @property (nonatomic, getter=getWindow_type) FSMediaSettingsPlayerWindowType window_type;
3607 @property (nonatomic, weak, getter=getFloating_wnd_info) FSFloatingInfo* floating_wnd_info;
3608 -(void*)getCptr;
3609 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3610 -(id)init;
3611 -(id)initWithMedia_settings: (FSMediaSettings*)media_settings;
3612 -(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;
3613 -(void)dealloc;
3614 
3615 @end
3616 
3617 @interface FSPlayerArgs : NSObject
3618 {
3619  void *swigCPtr;
3620  BOOL swigCMemOwn;
3621 }
3622 @property (nonatomic, weak, getter=getDoc) FSPDFDoc* doc;
3623 @property (nonatomic, weak, getter=getScreen_annot) FSScreen* screen_annot;
3624 @property (nonatomic, weak, getter=getRendition) FSRendition* rendition;
3625 @property (nonatomic, weak, getter=getURL) NSString * uRL;
3626 @property (nonatomic, weak, getter=getAudio_format) NSString * audio_format;
3627 @property (nonatomic, weak, getter=getPlayer_settings) FSMediaSettings* player_settings;
3628 -(void*)getCptr;
3629 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3630 -(id)init;
3631 -(id)initWithPlayer_args: (FSPlayerArgs*)player_args;
3632 -(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;
3633 -(void)dealloc;
3634 
3635 @end
3636 
3637 typedef NS_ENUM(NSInteger, FSSearchOptionWordMatching) {
3641 };
3642 
3643 @interface FSSearchOption : NSObject
3644 {
3645  void *swigCPtr;
3646  BOOL swigCMemOwn;
3647 }
3648 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
3649 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
3650 @property (nonatomic, getter=getIs_search_bookmarks) BOOL is_search_bookmarks;
3651 @property (nonatomic, getter=getIs_search_in_markup) BOOL is_search_in_markup;
3652 @property (nonatomic, getter=getIs_search_in_attachments) BOOL is_search_in_attachments;
3653 @property (nonatomic, getter=getIs_ignore_accents) BOOL is_ignore_accents;
3654 @property (nonatomic, getter=getIs_proximity) BOOL is_proximity;
3655 @property (nonatomic, getter=getIs_stemming) BOOL is_stemming;
3656 @property (nonatomic, getter=getIs_ignore_full_width) BOOL is_ignore_full_width;
3657 @property (nonatomic, getter=getMax_docs) int max_docs;
3658 @property (nonatomic, getter=getWord_matching) FSSearchOptionWordMatching word_matching;
3659 @property (nonatomic, getter=getIs_search_doc_text) BOOL is_search_doc_text;
3660 -(void*)getCptr;
3661 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3662 -(id)init;
3663 -(id)initWithSearch_option: (FSSearchOption*)search_option;
3664 -(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;
3665 -(void)dealloc;
3666 
3667 @end
3668 
3669 @interface FSSearchIndexConfig : NSObject
3670 {
3671  void *swigCPtr;
3672  BOOL swigCMemOwn;
3673 }
3674 @property (nonatomic, weak, getter=getName) NSString * name;
3675 @property (nonatomic, getter=getIs_available) BOOL is_available;
3676 @property (nonatomic, weak, getter=getPath) NSString * path;
3677 @property (nonatomic, getter=getIs_selected) BOOL is_selected;
3678 -(void*)getCptr;
3679 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3680 -(id)init;
3681 -(id)initWithSearch_index_config: (FSSearchIndexConfig*)search_index_config;
3682 -(void)set: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
3683 -(void)dealloc;
3684 
3685 @end
3686 
3687 typedef NS_ENUM(NSInteger, FSMediaPlayerCallbackJSMediaPlayerState) {
3693 };
3694 
3695 
3696 
3697 typedef NS_ENUM(NSInteger, FSActionCallbackLanguage) {
3714 };
3715 
3716 typedef NS_ENUM(NSInteger, FSActionCallbackAppInfoType) {
3722 };
3723 
3724 typedef NS_ENUM(NSInteger, FSActionCallbackMailType) {
3728 };
3729 
3730 typedef NS_ENUM(NSInteger, FSActionCallbackJSFieldValueChangeType) {
3736 };
3737 
3738 typedef NS_ENUM(NSInteger, FSActionCallbackJSMediaPlayerState) {
3744 };
3745 
3746 typedef NS_ENUM(NSInteger, FSActionCallbackLayoutMode) {
3751 };
3752 
3753 typedef NS_ENUM(NSInteger, FSActionCallbackJsMailResult) {
3757 };
3758 
3759 typedef NS_ENUM(NSInteger, FSActionCallbackSearchScope) {
3764 };
3765 
3766 
3767 
3768 typedef NS_ENUM(NSInteger, FSBookmarkStyle) {
3772 };
3773 
3774 typedef NS_ENUM(NSInteger, FSBookmarkPosition) {
3781 };
3782 
3783 @interface FSBookmark : FSBase
3784 @property (nonatomic, weak, getter=getDestination) FSDestination* destination;
3785 @property (nonatomic, weak, getter=getTitle) NSString * title;
3786 @property (nonatomic, getter=getColor) unsigned int color;
3787 @property (nonatomic, getter=getStyle) unsigned int style;
3788 @property (nonatomic, weak, getter=getAction) FSAction* action;
3789 -(id)init NS_UNAVAILABLE;
3790 -(void*)getCptr;
3791 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3792 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc bookmark_dict: (FSPDFDictionary*)bookmark_dict;
3793 -(id)initWithOther: (FSBookmark*)other;
3794 -(BOOL)isEmpty;
3795 -(FSBookmark*)getParent;
3796 -(BOOL)hasChild;
3797 -(FSBookmark*)getFirstChild;
3798 -(FSBookmark*)getNextSibling;
3799 -(FSBookmark*)insert: (NSString *)title position: (FSBookmarkPosition)position;
3800 -(BOOL)moveTo: (FSBookmark*)dest_bookmark position: (FSBookmarkPosition)position;
3801 -(BOOL)removeAction;
3802 -(BOOL)isRoot;
3803 -(BOOL)isFirstChild;
3804 -(BOOL)isLastChild;
3805 -(FSPDFDictionary*)getDict;
3806 
3807 -(void)dealloc;
3808 
3809 @end
3810 
3811 @interface FSAttachments : FSBase
3812 -(id)init NS_UNAVAILABLE;
3813 -(void*)getCptr;
3814 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3815 -(id)initWithDoc: (FSPDFDoc*)doc nametree: (FSPDFNameTree*)nametree;
3816 -(id)initWithOther: (FSAttachments*)other;
3817 -(BOOL)isEmpty;
3818 -(int)getCount;
3819 -(NSString *)getKey: (int)index;
3820 -(FSFileSpec*)getEmbeddedFile: (NSString *)key;
3821 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
3822 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (FSFileSpec*)file_spec;
3823 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
3824 -(BOOL)removeEmbeddedFile: (NSString *)key;
3825 -(BOOL)removeAllEmbeddedFiles;
3826 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
3828 
3829 -(void)dealloc;
3830 
3831 @end
3832 
3833 @interface FSFileSpec : FSBase
3834 @property (nonatomic, weak, getter=getFileName) NSString * fileName;
3835 @property (nonatomic, getter=getAssociteFileRelationship) FSAssociatedFilesRelationship associteFileRelationship;
3836 @property (nonatomic, weak, getter=getDescription) NSString * description;
3837 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
3838 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
3839 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3840 @property (nonatomic, weak, getter=getChecksum) NSData * checksum;
3841 -(id)init NS_UNAVAILABLE;
3842 -(void*)getCptr;
3843 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3844 -(id)initWithDocument: (FSPDFDoc*)document;
3845 -(id)initWithDocument: (FSPDFDoc*)document pdf_object: (FSPDFObject*)pdf_object;
3846 -(id)initWithOther: (FSFileSpec*)other;
3847 -(BOOL)isEmpty;
3848 -(long long)getFileSize;
3849 -(long long)getCompressedEmbeddedFileSize;
3850 -(id<FSFileReaderCallback>)getFileData;
3851 -(BOOL)embed: (NSString *)file_path;
3852 -(BOOL)embedWithPDFObject: (FSPDFObject*)pdf_object;
3853 -(BOOL)embedWithStreamCallback: (id<FSFileStreamCallback>)stream;
3854 -(BOOL)isEmbedded;
3855 -(FSPDFDictionary*)getDict;
3856 -(BOOL)exportToFile: (NSString *)path;
3857 -(BOOL)exportToFileStream: (id<FSFileStreamCallback>)stream;
3858 
3859 -(void)dealloc;
3860 
3861 @end
3862 
3863 @interface FSLayerNodeArray : NSObject
3864 {
3865  void *swigCPtr;
3866  BOOL swigCMemOwn;
3867 }
3868 -(void*)getCptr;
3869 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3870 -(id)init;
3871 -(id)initWithOther: (FSLayerNodeArray*)other;
3872 -(unsigned long)getSize;
3873 -(FSLayerNode*)getAt: (unsigned long)index;
3874 -(void)add: (FSLayerNode*)element;
3875 -(void)removeAt: (unsigned long)index;
3876 -(void)insertAt: (unsigned long)index element: (FSLayerNode*)element;
3877 -(void)removeAll;
3878 
3879 -(void)dealloc;
3880 
3881 @end
3882 
3883 @interface FSLayerZoomData : NSObject
3884 {
3885  void *swigCPtr;
3886  BOOL swigCMemOwn;
3887 }
3888 @property (nonatomic, getter=getMin_factor) float min_factor;
3889 @property (nonatomic, getter=getMax_factor) float max_factor;
3890 -(void*)getCptr;
3891 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3892 -(id)init;
3893 -(id)initWithMin_factor: (float)min_factor max_factor: (float)max_factor;
3894 -(id)initWithData: (FSLayerZoomData*)data;
3895 -(void)set: (float)min_factor max_factor: (float)max_factor;
3896 -(void)dealloc;
3897 
3898 @end
3899 
3900 typedef NS_ENUM(NSInteger, FSLayerTreeUsageState) {
3905 };
3906 
3907 @interface FSLayerTree : FSBase
3908 -(id)init NS_UNAVAILABLE;
3909 -(void*)getCptr;
3910 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3911 -(id)initWithDocument: (FSPDFDoc*)document;
3912 -(id)initWithOther: (FSLayerTree*)other;
3913 -(BOOL)isEmpty;
3914 -(BOOL)setBaseState: (FSLayerTreeUsageState)state;
3917 -(FSPDFArray*)getOCGs;
3918 
3919 -(void)dealloc;
3920 
3921 @end
3922 
3923 @interface FSLayerPrintData : NSObject
3924 {
3925  void *swigCPtr;
3926  BOOL swigCMemOwn;
3927 }
3928 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3929 @property (nonatomic, getter=getPrint_state) FSLayerTreeUsageState print_state;
3930 -(void*)getCptr;
3931 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3932 -(id)initWithSubtype: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
3933 -(id)init;
3934 -(id)initWithData: (FSLayerPrintData*)data;
3935 -(void)set: (NSString *)subtype print_state: (FSLayerTreeUsageState)print_state;
3936 -(void)dealloc;
3937 
3938 @end
3939 
3940 typedef NS_ENUM(NSInteger, FSLayerContextUsageType) {
3946 };
3947 
3949 -(id)init NS_UNAVAILABLE;
3950 -(void*)getCptr;
3951 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3952 -(id)initWithDocument: (FSPDFDoc*)document usage_type: (FSLayerContextUsageType)usage_type;
3953 -(id)initWithOther: (FSLayerContext*)other;
3954 -(BOOL)isEmpty;
3957 -(BOOL)reset;
3958 -(BOOL)copyStates: (FSLayerContext*)source_context;
3959 -(BOOL)mergeStates: (FSLayerContext*)source_context;
3960 -(BOOL)isVisible: (FSLayerNode*)layer;
3961 -(BOOL)setVisible: (FSLayerNode*)layer is_visible: (BOOL)is_visible;
3962 
3963 -(void)dealloc;
3964 
3965 @end
3966 
3967 @interface FSLayerNode : FSBase
3968 -(id)init NS_UNAVAILABLE;
3969 -(void*)getCptr;
3970 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
3971 -(id)initWithOther: (FSLayerNode*)other;
3972 -(BOOL)isEmpty;
3973 -(int)getChildrenCount;
3974 -(FSLayerNode*)getChild: (int)index;
3975 -(BOOL)removeChild: (int)index;
3976 -(BOOL)moveTo: (FSLayerNode*)parent_layer_node index: (int)index;
3977 -(FSLayerNode*)addChild: (int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
3978 -(NSString *)getName;
3979 -(BOOL)isLocked;
3980 -(BOOL)hasLayer;
3981 -(BOOL)hasIntent: (NSString *)intent;
3982 -(BOOL)isInPage: (FSPDFPage*)page;
3987 -(BOOL)setName: (NSString *)name;
3988 -(BOOL)setDefaultVisible: (BOOL)is_visible;
3989 -(BOOL)setViewUsage: (FSLayerTreeUsageState)state;
3990 -(BOOL)setExportUsage: (FSLayerTreeUsageState)state;
3991 -(BOOL)setPrintUsage: (FSLayerPrintData*)data;
3992 -(BOOL)setZoomUsage: (FSLayerZoomData*)data;
3993 -(FSGraphicsObjectArray*)getGraphicsObjects: (FSPDFPage*)page;
3994 -(BOOL)addGraphicsObject: (FSPDFPage*)page graphicsobject: (FSGraphicsObject*)graphicsobject;
3995 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
3996 -(BOOL)removeUsage: (FSLayerContextUsageType)usage_type;
3998 
3999 -(void)dealloc;
4000 
4001 @end
4002 
4003 @interface FSTimer : NSObject
4004 {
4005  void *swigCPtr;
4006  BOOL swigCMemOwn;
4007 }
4008 -(id)init NS_UNAVAILABLE;
4009 -(void*)getCptr;
4010 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4011 -(void)onTimer: (int)timer;
4012 
4013 -(void)dealloc;
4014 
4015 @end
4016 
4017 typedef NS_ENUM(NSInteger, FSFillerAssistCallbackPopupMenuItem) {
4024 };
4025 
4026 
4027 
4028 typedef NS_ENUM(NSInteger, FSFillerVirtualKeyCode) {
4116 };
4117 
4118 typedef NS_ENUM(NSInteger, FSFillerEventFlags) {
4129 };
4130 
4131 @interface FSFiller : FSBase
4132 -(id)init NS_UNAVAILABLE;
4133 -(void*)getCptr;
4134 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4135 -(id)initWithForm: (FSForm*)form assist: (id<FSFillerAssistCallback>)assist;
4136 -(id)initWithOther: (FSFiller*)other;
4137 -(BOOL)isEmpty;
4138 -(void)render: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
4139 -(BOOL)onLButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4140 -(BOOL)onLButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4141 -(BOOL)onLButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4142 -(BOOL)onMouseMove: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4143 -(BOOL)onMouseEnter: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4144 -(BOOL)onMouseHover: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4145 -(BOOL)onMouseLeave: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4146 -(BOOL)onMouseWheel: (FSPDFPage*)page point: (FSPointF*)point delta: (int)delta flags: (unsigned int)flags;
4147 -(BOOL)onRButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4148 -(BOOL)onRButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4149 -(BOOL)onRButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4150 -(BOOL)onWheelButtonDown: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4151 -(BOOL)onWheelButtonUp: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4152 -(BOOL)onWheelButtonDoubleClick: (FSPDFPage*)page point: (FSPointF*)point flags: (unsigned int)flags;
4153 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
4154 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
4155 -(BOOL)onChar: (unsigned int)char_code flags: (unsigned int)flags;
4156 -(BOOL)setFocus: (FSControl*)control;
4157 -(BOOL)killFocus;
4158 -(void)highlightFormFields: (BOOL)is_highlight;
4159 -(void)highlightFormFieldsAndSignatures: (BOOL)is_highlight is_sign_highlight: (BOOL)is_sign_highlight;
4160 -(void)setHighlightColor: (unsigned int)color;
4161 -(void)showOverflowIndicator: (BOOL)is_show_overflow_indicator;
4162 -(BOOL)onCut;
4163 -(BOOL)onCopy;
4164 -(BOOL)onPaste;
4165 -(BOOL)onSelectAll;
4166 -(BOOL)onDelete;
4167 -(FSPointF*)getEditingTextCaretPosition: (FSMatrix2D*)matrix;
4168 
4169 -(void)dealloc;
4170 
4171 @end
4172 
4173 @interface FSFieldArray : NSObject
4174 {
4175  void *swigCPtr;
4176  BOOL swigCMemOwn;
4177 }
4178 -(void*)getCptr;
4179 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4180 -(id)init;
4181 -(id)initWithOther: (FSFieldArray*)other;
4182 -(unsigned long)getSize;
4183 -(FSField*)getAt: (unsigned long)index;
4184 -(void)add: (FSField*)element;
4185 -(void)removeAt: (unsigned long)index;
4186 -(void)insertAt: (unsigned long)index element: (FSField*)element;
4187 -(void)removeAll;
4188 
4189 -(void)dealloc;
4190 
4191 @end
4192 
4193 @interface FSChoiceOption : NSObject
4194 {
4195  void *swigCPtr;
4196  BOOL swigCMemOwn;
4197 }
4198 @property (nonatomic, weak, getter=getOption_value) NSString * option_value;
4199 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
4200 @property (nonatomic, getter=getSelected) BOOL selected;
4201 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
4202 -(void*)getCptr;
4203 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4204 -(id)init;
4205 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4206 -(id)initWithOption: (FSChoiceOption*)option;
4207 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4208 -(void)dealloc;
4209 
4210 @end
4211 
4212 @interface FSChoiceOptionArray : NSObject
4213 {
4214  void *swigCPtr;
4215  BOOL swigCMemOwn;
4216 }
4217 -(void*)getCptr;
4218 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4219 -(id)init;
4220 -(id)initWithOther: (FSChoiceOptionArray*)other;
4221 -(unsigned long)getSize;
4222 -(FSChoiceOption*)getAt: (unsigned long)index;
4223 -(void)add: (FSChoiceOption*)element;
4224 -(void)removeAt: (unsigned long)index;
4225 -(void)insertAt: (unsigned long)index element: (FSChoiceOption*)element;
4226 -(void)removeAll;
4227 
4228 -(void)dealloc;
4229 
4230 @end
4231 
4232 typedef NS_ENUM(NSInteger, FSFieldType) {
4241 };
4242 
4243 typedef NS_ENUM(NSInteger, FSFieldFlags) {
4260 };
4261 
4262 @interface FSField : FSBase
4263 @property (nonatomic, getter=getFlags) unsigned int flags;
4264 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
4265 @property (nonatomic, weak, getter=getValue) NSString * value;
4266 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4267 @property (nonatomic, weak, getter=getAlternateName) NSString * alternateName;
4268 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4269 @property (nonatomic, weak, getter=getMappingName) NSString * mappingName;
4270 @property (nonatomic, getter=getMaxLength) int maxLength;
4271 @property (nonatomic, weak, getter=getOptions) FSChoiceOptionArray* options;
4272 @property (nonatomic, getter=getTopVisibleIndex) int topVisibleIndex;
4273 -(void*)getCptr;
4274 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4275 -(id)initWithDocument: (FSPDFDoc*)document field_dict: (FSPDFDictionary*)field_dict;
4276 -(id)initWithField: (FSField*)field;
4277 -(BOOL)isEmpty;
4278 -(FSFieldType)getType;
4279 -(NSString *)getName;
4280 -(int)getControlCount;
4281 -(FSControl*)getControl: (int)index;
4282 -(int)getControlCountWithPDFPage: (FSPDFPage*)page;
4283 -(FSControl*)getControlWithPDFPage: (FSPDFPage*)page index: (int)index;
4284 -(BOOL)reset;
4285 -(FSPDFDictionary*)getDict;
4286 -(FSPDFObject*)getValueObj;
4287 -(FSPDFObject*)getDefaultValueObj;
4288 -(FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
4289 
4290 -(void)dealloc;
4291 
4292 @end
4293 
4294 @interface FSForm : FSBase
4295 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4296 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4297 @property (nonatomic, weak, getter=getFieldsInCalculationOrder) FSFieldArray* fieldsInCalculationOrder;
4298 -(id)init NS_UNAVAILABLE;
4299 -(void*)getCptr;
4300 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4301 -(id)initWithDocument: (FSPDFDoc*)document;
4302 -(id)initWithOther: (FSForm*)other;
4303 -(BOOL)isEmpty;
4304 -(BOOL)needConstructAppearances;
4305 -(void)setConstructAppearances: (BOOL)need_construct;
4306 -(FSControl*)getControlAtDevicePoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type matrix: (FSMatrix2D*)matrix;
4307 -(FSControl*)getControlAtPoint: (FSPDFPage*)page point: (FSPointF*)point tolerance: (float)tolerance type: (FSFieldType)type;
4308 -(FSPDFDoc*)getDocument;
4309 -(BOOL)validateFieldName: (FSFieldType)type field_name: (NSString *)field_name;
4310 -(BOOL)renameField: (FSField*)field new_field_name: (NSString *)new_field_name;
4311 -(FSControl*)addControl: (FSPDFPage*)page field_name: (NSString *)field_name field_type: (FSFieldType)field_type rect: (FSRectF*)rect;
4312 -(BOOL)moveControl: (FSControl*)control field_name: (NSString *)field_name;
4313 -(void)removeField: (FSField*)field;
4314 -(void)removeControl: (FSControl*)control;
4315 -(int)getFieldCount: (NSString *)filter;
4316 -(FSField*)getField: (int)index filter: (NSString *)filter;
4317 -(int)getControlCount: (FSPDFPage*)page;
4318 -(FSControl*)getControl: (FSPDFPage*)page index: (int)index;
4319 -(FSFiller*)getFormFiller;
4320 -(BOOL)reset;
4321 -(BOOL)exportToXML: (NSString *)file_path;
4322 -(BOOL)exportToXMLWithFieldArray: (NSString *)file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4323 -(BOOL)exportToXMLWithWriterCallback: (id<FSFileWriterCallback>)xml_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4324 -(BOOL)importFromXML: (NSString *)file_path;
4325 -(BOOL)exportToCSV: (NSString *)csv_file_path pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4326 -(BOOL)exportToCSVWithStreamCallback: (id<FSFileStreamCallback>)csv_file pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4327 -(BOOL)exportToHTML: (NSString *)html_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4328 -(BOOL)exportToHTMLWithWriterCallback: (id<FSFileWriterCallback>)html_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4329 -(BOOL)exportToTXT: (NSString *)txt_file_path field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4330 -(BOOL)exportToTXTWithWriterCallback: (id<FSFileWriterCallback>)txt_file field_array: (FSFieldArray*)field_array is_include: (BOOL)is_include;
4331 -(FSPDFDictionary*)getDict;
4332 -(void)fixPageFields: (int)page_index;
4333 
4334 -(void)dealloc;
4335 
4336 @end
4337 
4338 @interface FSControl : FSBase
4339 @property (nonatomic, weak, getter=getExportValue) NSString * exportValue;
4340 @property (nonatomic, weak, getter=getDefaultAppearance) FSDefaultAppearance* defaultAppearance;
4341 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
4342 -(id)init NS_UNAVAILABLE;
4343 -(void*)getCptr;
4344 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4345 -(id)initWithOther: (FSControl*)other;
4346 -(BOOL)isEmpty;
4347 -(FSField*)getField;
4348 -(FSPDFDictionary*)getWidgetDict;
4349 -(FSWidget*)getWidget;
4350 -(int)getIndex;
4351 -(BOOL)isChecked;
4352 -(void)setChecked: (BOOL)checked_status;
4353 -(BOOL)isDefaultChecked;
4354 -(void)setDefaultChecked: (BOOL)checked_status;
4355 
4356 -(void)dealloc;
4357 
4358 @end
4359 
4360 @interface FSSignatureArray : NSObject
4361 {
4362  void *swigCPtr;
4363  BOOL swigCMemOwn;
4364 }
4365 -(void*)getCptr;
4366 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4367 -(id)init;
4368 -(id)initWithOther: (FSSignatureArray*)other;
4369 -(unsigned long)getSize;
4370 -(FSSignature*)getAt: (unsigned long)index;
4371 -(void)add: (FSSignature*)element;
4372 -(void)removeAt: (unsigned long)index;
4373 -(void)insertAt: (unsigned long)index element: (FSSignature*)element;
4374 -(void)removeAll;
4375 
4376 -(void)dealloc;
4377 
4378 @end
4379 
4380 typedef NS_ENUM(NSInteger, FSSignatureStates) {
4410 };
4411 
4412 typedef NS_ENUM(NSInteger, FSSignatureAPFlags) {
4424 };
4425 
4426 typedef NS_ENUM(NSInteger, FSSignatureKeyName) {
4434 };
4435 
4436 typedef NS_ENUM(NSInteger, FSSignatureDigestAlgorithm) {
4441 };
4442 
4443 typedef NS_ENUM(NSInteger, FSSignatureSignatureType) {
4447 };
4448 
4449 typedef NS_ENUM(NSInteger, FSSignaturePAdESLevel) {
4456 };
4457 
4458 typedef NS_ENUM(NSInteger, FSSignatureDocPermission) {
4463 };
4464 
4465 typedef NS_ENUM(NSInteger, FSSignatureFieldMDPAction) {
4470 };
4471 
4472 typedef NS_ENUM(NSInteger, FSSignatureLabelName) {
4479 };
4480 
4481 @interface FSSignature : FSField
4482 @property (nonatomic, getter=getDocPermission) FSSignatureDocPermission docPermission;
4483 @property (nonatomic, getter=getAppearanceFlags) unsigned int appearanceFlags;
4484 @property (nonatomic, weak, getter=getSignTime) FSDateTime* signTime;
4485 @property (nonatomic, weak, getter=getFilter) NSString * filter;
4486 @property (nonatomic, weak, getter=getSubFilter) NSString * subFilter;
4487 @property (nonatomic, weak, getter=getBitmap) FSBitmap* bitmap;
4488 -(void*)getCptr;
4489 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4490 -(id)initWithField: (FSField*)field;
4491 -(id)initWithDocument: (FSPDFDoc*)document sig_field_dict: (FSPDFDictionary*)sig_field_dict;
4492 -(BOOL)isEmpty;
4493 -(BOOL)isSigned;
4494 -(void)setFieldMDPActionFields: (FSSignatureFieldMDPAction)action field_array: (NSArray<NSString *> *)field_array;
4495 -(FSSignatureFieldMDPAction)getFieldMDPAction;
4496 -(NSArray<NSString *> *)getFieldMDPActionFields;
4497 -(void)enableIncrementalSaveForFirstSigning: (BOOL)enable_incremental_save;
4498 -(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;
4499 -(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;
4500 -(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;
4501 -(FSProgressive*)startVerify: (NSData *)client_data pause: (id<FSPauseCallback>)pause;
4502 -(NSString *)getCertificateInfo: (NSString *)key;
4503 -(unsigned int)getState;
4504 -(BOOL)clearSignedData;
4505 -(FSPDFDoc*)getDocument;
4506 -(FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
4507 -(void)setAppearanceContent: (NSString *)appearance_content;
4508 -(NSString *)getKeyValue: (FSSignatureKeyName)key;
4509 -(void)setKeyValue: (FSSignatureKeyName)key value: (NSString *)value;
4510 -(void)setKeyLabel: (FSSignatureLabelName)label_name label_value: (NSString *)label_value;
4511 -(NSString *)getKeyLabel: (FSSignatureLabelName)label_name;
4512 -(void)setImage: (FSImage*)image frame_index: (int)frame_index;
4513 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (int)frame_index;
4514 -(FSPDFDictionary*)getSignatureDict;
4515 -(void)setDefaultContentsLength: (unsigned int)default_length;
4516 -(int)getCertCount;
4517 -(NSString *)getCert: (int)index;
4518 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
4519 -(FSSignatureSignatureType)getSignatureType;
4520 -(BOOL)isTimeStamp;
4521 -(FSSignaturePAdESLevel)getPAdESLevel;
4522 -(void)setCustomObject: (NSString *)key pdf_object: (FSPDFObject*)pdf_object;
4523 -(FSSignatureArray*)getPagingSealGroupElements;
4524 -(BOOL)generateAppearance;
4525 -(FSPagingSealSignature*)getPagingSealSignature;
4526 -(void)enableEmbedFont: (BOOL)enable_embed_font;
4527 -(FSInt32Array*)getByteRangeArray;
4528 
4529 -(void)dealloc;
4530 
4531 @end
4532 
4533 typedef NS_ENUM(NSInteger, FSSignatureCallbackCertValidity) {
4542 };
4543 
4544 
4545 
4546 @interface FSTimeStampServerMgr : NSObject
4547 {
4548  void *swigCPtr;
4549  BOOL swigCMemOwn;
4550 }
4551 -(void*)getCptr;
4552 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4553 +(FSErrorCode)initialize;
4554 +(void)destroy;
4555 +(int)getServerCount;
4556 +(FSTimeStampServer*)getServer: (int)index;
4557 +(int)getServerIndex: (FSTimeStampServer*)server;
4558 +(FSTimeStampServer*)getDefaultServer;
4559 +(void)setDefaultServerWithIndex: (int)index;
4560 +(void)setDefaultServer: (FSTimeStampServer*)server;
4561 +(FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
4562 +(void)removeServerWithIndex: (int)index;
4563 +(void)removeServer: (FSTimeStampServer*)server;
4564 -(id)init;
4565 
4566 -(void)dealloc;
4567 
4568 @end
4569 
4570 typedef NS_ENUM(NSInteger, FSTimeStampServerSendRequestResult) {
4579 };
4580 
4582 -(id)init NS_UNAVAILABLE;
4583 -(void*)getCptr;
4584 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4585 -(id)initWithOther: (FSTimeStampServer*)other;
4586 -(BOOL)isEmpty;
4587 -(NSData *)getTimeStampMessage;
4588 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest: (NSData *)request;
4589 
4590 -(void)dealloc;
4591 
4592 @end
4593 
4594 
4595 
4596 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealPosition) {
4601 };
4602 
4603 typedef NS_ENUM(NSInteger, FSPagingSealConfigPagingSealStyle) {
4606 };
4607 
4608 @interface FSPagingSealConfig : NSObject
4609 {
4610  void *swigCPtr;
4611  BOOL swigCMemOwn;
4612 }
4613 @property (nonatomic, getter=getPaging_seal_position) FSPagingSealConfigPagingSealPosition paging_seal_position;
4614 @property (nonatomic, getter=getOffset) float offset;
4615 @property (nonatomic, getter=getFirst_page_percent) float first_page_percent;
4616 @property (nonatomic, getter=getIs_on_perforation) BOOL is_on_perforation;
4617 @property (nonatomic, getter=getPaging_seal_style) FSPagingSealConfigPagingSealStyle paging_seal_style;
4618 @property (nonatomic, getter=getIs_display_multiple_seal) BOOL is_display_multiple_seal;
4619 @property (nonatomic, getter=getPage_count_for_each_seal) int page_count_for_each_seal;
4620 -(id)init NS_UNAVAILABLE;
4621 -(void*)getCptr;
4622 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4623 -(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;
4624 -(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;
4625 -(void)dealloc;
4626 
4627 @end
4628 
4629 typedef NS_ENUM(NSInteger, FSPagingSealSignaturePagingSealAPState) {
4635 };
4636 
4638 -(id)init NS_UNAVAILABLE;
4639 -(void*)getCptr;
4640 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4641 -(void)setPagingSealConfig: (FSPagingSealConfig*)paging_seal_config;
4642 -(void)setAPStateBitmap: (FSPagingSealSignaturePagingSealAPState)ap_state bitmap: (FSBitmap*)bitmap;
4643 -(BOOL)generateAppearance;
4644 
4645 -(void)dealloc;
4646 
4647 @end
4648 
4649 typedef NS_ENUM(NSInteger, FSGraphicsObjectsTextMergeOption) {
4653 };
4654 
4656 -(void*)getCptr;
4657 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4658 -(id)initWithOther: (FSGraphicsObjects*)other;
4659 -(BOOL)isEmpty;
4660 -(long)getFirstGraphicsObjectPosition: (FSGraphicsObjectType)filter;
4661 -(long)getNextGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
4662 -(long)getLastGraphicsObjectPosition: (FSGraphicsObjectType)filter;
4663 -(long)getPrevGraphicsObjectPosition: (long)position filter: (FSGraphicsObjectType)filter;
4664 -(FSGraphicsObject*)getGraphicsObject: (long)position;
4665 -(long)insertGraphicsObject: (long)position_insert_after graphics_object: (FSGraphicsObject*)graphics_object;
4666 -(BOOL)removeGraphicsObject: (FSGraphicsObject*)graphics_object;
4667 -(BOOL)removeGraphicsObjectByPosition: (long)position;
4668 -(long)moveGraphicsObjectByPosition: (long)current_position position_move_after: (long)position_move_after;
4669 -(long)getGraphicsObjectPosition: (FSGraphicsObject*)graphics_object;
4671 -(int)getGraphicsObjectIndex: (FSGraphicsObject*)graphics_object;
4672 -(FSGraphicsObject*)getGraphicsObjectByIndex: (int)index;
4673 -(BOOL)generateContent;
4674 -(BOOL)generateContentWithMergeOption: (FSGraphicsObjectsTextMergeOption)text_merge_option;
4675 
4676 -(void)dealloc;
4677 
4678 @end
4679 
4680 typedef NS_ENUM(NSInteger, FSPDFPageParseFlags) {
4683 };
4684 
4685 typedef NS_ENUM(NSInteger, FSPDFPageCalcMarginMode) {
4688 };
4689 
4690 typedef NS_ENUM(NSInteger, FSPDFPageFlattenOptions) {
4694 };
4695 
4696 typedef NS_ENUM(NSInteger, FSPDFPageBoxType) {
4702 };
4703 
4704 typedef NS_ENUM(NSInteger, FSPDFPageSize) {
4717 };
4718 
4720 @property (nonatomic, getter=getRotation) FSRotation rotation;
4721 @property (nonatomic, getter=getUserUnitSize) float userUnitSize;
4722 -(id)init NS_UNAVAILABLE;
4723 -(void*)getCptr;
4724 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4725 -(id)initWithDocument: (FSPDFDoc*)document page_dict: (FSPDFDictionary*)page_dict;
4726 -(id)initWithOther: (FSGraphicsObjects*)other;
4727 -(FSPDFDoc*)getDocument;
4728 -(FSPDFDictionary*)getDict;
4729 -(BOOL)isParsed;
4730 -(FSProgressive*)startParse: (unsigned int)flags pause: (id<FSPauseCallback>)pause is_reparse: (BOOL)is_reparse;
4731 -(int)getIndex;
4732 -(float)getHeight;
4733 -(float)getWidth;
4734 -(FSBitmap*)loadThumbnail;
4735 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
4736 -(FSRectF*)calcContentBBox: (FSPDFPageCalcMarginMode)mode;
4737 -(int)getAnnotCount;
4738 -(FSAnnot*)getAnnot: (int)index;
4739 -(FSAnnot*)getAnnotAtPoint: (FSPointF*)position tolerance: (float)tolerance;
4740 -(FSAnnot*)getAnnotAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
4741 -(FSAnnotArray*)getAnnotsAtPoint: (FSPointF*)position tolerance: (float)tolerance;
4742 -(FSAnnotArray*)getAnnotsAtDevicePoint: (FSPointF*)position tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix;
4743 -(FSAnnot*)addAnnot: (FSAnnotType)type rect: (FSRectF*)rect;
4744 -(FSAnnot*)addAnnotWithDictionary: (FSPDFDictionary*)annot_dict;
4745 -(BOOL)removeAnnot: (FSAnnot*)annot;
4746 -(void)moveAnnotToFirst: (FSAnnot*)annot;
4747 -(void)moveAnnotToLast: (FSAnnot*)annot;
4748 -(void)moveAnnotToPrev: (FSAnnot*)annot;
4749 -(void)moveAnnotToNext: (FSAnnot*)annot;
4750 -(void)updateAnnotList;
4751 -(BOOL)hasTransparency;
4752 -(BOOL)isScanned;
4753 -(BOOL)flatten: (BOOL)for_display options: (unsigned int)options;
4754 -(BOOL)flattenAnnot: (FSAnnot*)annot;
4755 -(BOOL)setAnnotGroup: (FSMarkupArray*)annot_array header_index: (int)header_index;
4756 -(FSSignature*)addSignature: (FSRectF*)rect;
4757 -(FSSignature*)addSignatureWithFieldName: (FSRectF*)rect field_name: (NSString *)field_name;
4758 -(FSSignature*)addSignatureWithSignatureType: (FSRectF*)rect field_name: (NSString *)field_name signature_type: (FSSignatureSignatureType)signature_type to_check_permission: (BOOL)to_check_permission;
4759 -(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;
4760 -(BOOL)hasWatermark;
4761 -(BOOL)removeAllWatermarks;
4762 -(void)setSize: (float)width height: (float)height;
4763 -(void)setSizeWithType: (FSPDFPageSize)size;
4764 -(void)setBox: (FSPDFPageBoxType)box_type box: (FSRectF*)box;
4765 -(FSRectF*)getBox: (FSPDFPageBoxType)box_type;
4766 -(BOOL)transform: (FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path need_transform_annotations: (BOOL)need_transform_annotations;
4767 -(BOOL)normalize;
4768 -(void)setClipRect: (FSRectF*)clip_rect;
4769 -(void)setThumbnail: (FSBitmap*)thumbnail;
4770 -(FSGraphicsObject*)getGraphicsObjectAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
4771 -(FSGraphicsObjectArray*)getGraphicsObjectsAtPoint: (FSPointF*)point tolerance: (float)tolerance filter: (FSGraphicsObjectType)filter;
4772 -(FSGraphicsObject*)getGraphicsObjectAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
4773 -(FSGraphicsObjectArray*)getGraphicsObjectsAtDevicePoint: (FSPointF*)point tolerance: (float)tolerance matrix: (FSMatrix2D*)matrix filter: (FSGraphicsObjectType)filter;
4774 -(FSGraphicsObject*)getGraphicsObjectAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
4775 -(FSGraphicsObjectArray*)getGraphicsObjectsAtRectangle: (FSRectF*)rect filter: (FSGraphicsObjectType)filter;
4776 -(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;
4777 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (FSPointF*)position width: (float)width height: (float)height auto_generate_content: (BOOL)auto_generate_content;
4778 -(FSPDFArray*)getAnnots;
4779 -(FSPDFDictionary*)getResources;
4780 -(FSPDFObject*)getContents;
4781 -(FSPDFStream*)getThumb;
4782 -(FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
4783 -(void)clearRenderCache;
4784 -(FSRectF*)getSuggestedRect: (FSBitmap*)render_result render_matrix: (FSMatrix2D*)render_matrix point: (FSPointF*)point;
4785 -(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;
4786 -(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;
4787 -(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;
4788 
4789 -(void)dealloc;
4790 
4791 @end
4792 
4793 @interface FSPageNumberRange : NSObject
4794 {
4795  void *swigCPtr;
4796  BOOL swigCMemOwn;
4797 }
4798 @property (nonatomic, getter=getStart_number) int start_number;
4799 @property (nonatomic, getter=getEnd_number) int end_number;
4800 @property (nonatomic, getter=getFilter) FSRangeFilter filter;
4801 -(void*)getCptr;
4802 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4803 -(id)initWithStart_number: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4804 -(id)init;
4805 -(id)initWithPage_range: (FSPageNumberRange*)page_range;
4806 -(void)set: (int)start_number end_number: (int)end_number filter: (FSRangeFilter)filter;
4807 -(void)dealloc;
4808 
4809 @end
4810 
4811 @interface FSHeaderFooterContent : NSObject
4812 {
4813  void *swigCPtr;
4814  BOOL swigCMemOwn;
4815 }
4816 @property (nonatomic, weak, getter=getHeader_left_content) NSString * header_left_content;
4817 @property (nonatomic, weak, getter=getHeader_center_content) NSString * header_center_content;
4818 @property (nonatomic, weak, getter=getHeader_right_content) NSString * header_right_content;
4819 @property (nonatomic, weak, getter=getFooter_left_content) NSString * footer_left_content;
4820 @property (nonatomic, weak, getter=getFooter_center_content) NSString * footer_center_content;
4821 @property (nonatomic, weak, getter=getFooter_right_content) NSString * footer_right_content;
4822 -(void*)getCptr;
4823 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4824 -(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;
4825 -(id)init;
4826 -(id)initWithOther: (FSHeaderFooterContent*)other;
4827 -(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;
4828 -(void)dealloc;
4829 
4830 @end
4831 
4832 @interface FSHeaderFooter : NSObject
4833 {
4834  void *swigCPtr;
4835  BOOL swigCMemOwn;
4836 }
4837 @property (nonatomic, weak, getter=getFont) FSFont* font;
4838 @property (nonatomic, getter=getText_size) float text_size;
4839 @property (nonatomic, getter=getText_color) unsigned int text_color;
4840 @property (nonatomic, weak, getter=getPage_range) FSPageNumberRange* page_range;
4841 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
4842 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
4843 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
4844 @property (nonatomic, getter=getStart_page_number) int start_page_number;
4845 @property (nonatomic, weak, getter=getContent) FSHeaderFooterContent* content;
4846 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
4847 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
4848 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
4849 -(void*)getCptr;
4850 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4851 -(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;
4852 -(id)init;
4853 -(id)initWithOther: (FSHeaderFooter*)other;
4854 -(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;
4855 -(void)dealloc;
4856 
4857 @end
4858 
4881 };
4882 
4889 };
4890 
4892 -(void*)getCptr;
4893 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4894 -(id)init;
4895 -(id)initWithOther: (FSHeaderFooterContentGenerator*)other;
4896 -(BOOL)isEmpty;
4897 -(void)addDate: (FSHeaderFooterContentGeneratorDateFormatType)format_type;
4898 -(void)addPageNumber: (FSHeaderFooterContentGeneratorPageNumberFormat)format_type;
4899 -(void)addString: (NSString *)new_string;
4900 -(void)clear;
4901 -(NSString *)generateContent;
4902 
4903 -(void)dealloc;
4904 
4905 @end
4906 
4907 typedef NS_ENUM(NSInteger, FSTiledWatermarkSettingsFlags) {
4913 };
4914 
4915 @interface FSTiledWatermarkSettings : NSObject
4916 {
4917  void *swigCPtr;
4918  BOOL swigCMemOwn;
4919 }
4920 @property (nonatomic, getter=getRow_space) float row_space;
4921 @property (nonatomic, getter=getCol_space) float col_space;
4922 @property (nonatomic, getter=getRotation) float rotation;
4923 @property (nonatomic, getter=getOpacity) int opacity;
4924 @property (nonatomic, getter=getScale) int scale;
4925 @property (nonatomic, getter=getFlags) unsigned int flags;
4926 -(void*)getCptr;
4927 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4928 -(id)initWithRow_space: (float)row_space col_space: (float)col_space rotation: (float)rotation opacity: (int)opacity scale: (int)scale flags: (unsigned int)flags;
4929 -(id)init;
4930 -(id)initWithSettings: (FSTiledWatermarkSettings*)settings;
4931 -(void)set: (float)row_space col_space: (float)col_space rotation: (float)rotation opacity: (int)opacity scale: (int)scale flags: (unsigned int)flags;
4932 -(void)dealloc;
4933 
4934 @end
4935 
4936 @interface FSWrapperData : NSObject
4937 {
4938  void *swigCPtr;
4939  BOOL swigCMemOwn;
4940 }
4941 @property (nonatomic, getter=getVersion) int version;
4942 @property (nonatomic, weak, getter=getType) NSString * type;
4943 @property (nonatomic, weak, getter=getApp_id) NSString * app_id;
4944 @property (nonatomic, weak, getter=getUri) NSString * uri;
4945 @property (nonatomic, weak, getter=getDescription) NSString * description;
4946 -(void*)getCptr;
4947 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4948 -(id)init;
4949 -(id)initWithVersion: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4950 -(id)initWithWrapper_data: (FSWrapperData*)wrapper_data;
4951 -(void)set: (int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4952 -(void)dealloc;
4953 
4954 @end
4955 
4956 @interface FSPayLoadData : NSObject
4957 {
4958  void *swigCPtr;
4959  BOOL swigCMemOwn;
4960 }
4961 @property (nonatomic, getter=getVersion) float version;
4962 @property (nonatomic, weak, getter=getCrypto_filter) NSString * crypto_filter;
4963 @property (nonatomic, weak, getter=getFile_name) NSString * file_name;
4964 @property (nonatomic, getter=getFile_size) long long file_size;
4965 @property (nonatomic, weak, getter=getDescription) NSString * description;
4966 -(void*)getCptr;
4967 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4968 -(id)init;
4969 -(id)initWithVersion: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
4970 -(id)initWithPayload_data: (FSPayLoadData*)payload_data;
4971 -(void)set: (float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (long long)file_size description: (NSString *)description;
4972 -(void)dealloc;
4973 
4974 @end
4975 
4976 @interface FSPageBasicInfo : NSObject
4977 {
4978  void *swigCPtr;
4979  BOOL swigCMemOwn;
4980 }
4981 @property (nonatomic, getter=getWidth) float width;
4982 @property (nonatomic, getter=getHeight) float height;
4983 @property (nonatomic, getter=getRotation) FSRotation rotation;
4984 -(void*)getCptr;
4985 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
4986 -(id)initWithWidth: (float)width height: (float)height rotation: (FSRotation)rotation;
4987 -(id)init;
4988 -(id)initWithPage_info: (FSPageBasicInfo*)page_info;
4989 -(void)set: (float)width height: (float)height rotation: (FSRotation)rotation;
4990 -(void)dealloc;
4991 
4992 @end
4993 
4994 @interface FSEmbeddedFontData : NSObject
4995 {
4996  void *swigCPtr;
4997  BOOL swigCMemOwn;
4998 }
4999 @property (nonatomic, weak, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
5000 @property (nonatomic, weak, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
5001 -(void*)getCptr;
5002 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5003 -(id)init;
5004 -(id)initWithOther: (FSEmbeddedFontData*)other;
5005 -(void)dealloc;
5006 
5007 @end
5008 
5009 @interface FSTableOfContentsConfig : NSObject
5010 {
5011  void *swigCPtr;
5012  BOOL swigCMemOwn;
5013 }
5014 @property (nonatomic, weak, getter=getTitle) NSString * title;
5015 @property (nonatomic, weak, getter=getBookmark_level_array) FSInt32Array* bookmark_level_array;
5016 @property (nonatomic, getter=getIs_show_serial_number) BOOL is_show_serial_number;
5017 @property (nonatomic, getter=getInclude_toc_pages) BOOL include_toc_pages;
5018 -(void*)getCptr;
5019 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5020 -(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;
5021 -(id)init;
5022 -(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;
5023 -(void)dealloc;
5024 
5025 @end
5026 
5027 typedef NS_ENUM(NSInteger, FSPDFDocPasswordType) {
5032 };
5033 
5034 typedef NS_ENUM(NSInteger, FSPDFDocEncryptType) {
5043 };
5044 
5045 typedef NS_ENUM(NSInteger, FSPDFDocUserPermissions) {
5054 };
5055 
5056 typedef NS_ENUM(NSInteger, FSPDFDocSaveFlags) {
5064 };
5065 
5066 typedef NS_ENUM(NSInteger, FSPDFDocImportPageFlags) {
5070 };
5071 
5072 typedef NS_ENUM(NSInteger, FSPDFDocExtractPagesOptions) {
5079 };
5080 
5081 typedef NS_ENUM(NSInteger, FSPDFDocInsertDocOptions) {
5083 };
5084 
5085 typedef NS_ENUM(NSInteger, FSPDFDocDisplayMode) {
5092 };
5093 
5094 typedef NS_ENUM(NSInteger, FSPDFDocDataType) {
5095  FSPDFDocForms = 0x0001,
5096  FSPDFDocAnnots = 0x0002,
5097  FSPDFDocLinks = 0x0004
5098 };
5099 
5100 typedef NS_ENUM(NSInteger, FSPDFDocWrapperType) {
5104 };
5105 
5106 @interface FSPDFDoc : FSBase
5107 @property (nonatomic, getter=getDisplayMode) FSPDFDocDisplayMode displayMode;
5108 @property (nonatomic, getter=getFileVersion) int fileVersion;
5109 -(void*)getCptr;
5110 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5111 -(id)init;
5112 -(id)initWithPath: (NSString *)path;
5113 -(id)initWithFile_read: (id<FSFileReaderCallback>)file_read is_async: (BOOL)is_async;
5114 -(id)initWithOther: (FSPDFDoc*)other;
5115 -(BOOL)isEmpty;
5116 -(unsigned long long)getFileSize;
5117 -(BOOL)isLinearized;
5118 -(BOOL)isTaggedPDF;
5119 -(FSErrorCode)load: (NSString *)password;
5120 -(FSErrorCode)loadW: (NSString *)password;
5121 -(FSProgressive*)startLoad: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
5122 -(FSProgressive*)startLoadW: (NSString *)password is_cache_stream: (BOOL)is_cache_stream pause: (id<FSPauseCallback>)pause;
5123 -(int)getFirstAvailPageIndex;
5124 -(BOOL)isXFA;
5125 -(BOOL)isEncrypted;
5126 -(void)clearRenderCache;
5127 -(FSPDFDocPasswordType)getPasswordType;
5128 -(FSPDFDocEncryptType)getEncryptionType;
5129 -(FSPDFDocPasswordType)checkPassword: (NSString *)password;
5130 -(BOOL)isUserPassword: (NSString *)password;
5131 -(BOOL)isOwnerPassword: (NSString *)password;
5132 -(NSString *)getUserPassword: (NSString *)owner_password;
5133 -(FSStdEncryptData*)getStdEncryptData;
5134 -(FSCertificateEncryptData*)getCertificateEncryptData;
5135 -(FSDRMEncryptData*)getDRMEncryptData;
5136 -(FSCustomEncryptData*)getCustomEncryptData;
5137 -(FSRMSEncryptData*)getRMSEncryptData;
5138 -(BOOL)saveAs: (NSString *)file_path save_flags: (unsigned int)save_flags;
5139 -(FSProgressive*)startSaveAs: (NSString *)file_path save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
5140 -(FSProgressive*)startSaveAsWithWriterCallback: (id<FSFileWriterCallback>)file save_flags: (unsigned int)save_flags pause: (id<FSPauseCallback>)pause;
5141 -(FSBookmark*)getRootBookmark;
5142 -(FSBookmark*)createRootBookmark;
5143 -(int)getBookmarkLevelDepth;
5144 -(BOOL)removeBookmark: (FSBookmark*)bookmark;
5145 -(BOOL)hasLayer;
5146 -(BOOL)hasHeaderFooter;
5147 -(FSHeaderFooter*)getEditableHeaderFooter;
5148 -(void)addHeaderFooter: (FSHeaderFooter*)headerfooter;
5149 -(void)updateHeaderFooter: (FSHeaderFooter*)headerfooter;
5150 -(BOOL)removeAllHeaderFooters;
5151 -(int)getPageCount;
5152 -(FSPDFPage*)getPage: (int)index;
5153 -(FSPDFDictionary*)getCatalog;
5154 -(FSPDFDictionary*)getTrailer;
5155 -(FSPDFDictionary*)getInfo;
5156 -(FSPDFDictionary*)getEncryptDict;
5157 -(FSPDFDictionary*)getPagesDict;
5158 -(FSPDFObject*)getIndirectObject: (unsigned int)object_number;
5159 -(unsigned int)addIndirectObject: (FSPDFObject*)pdf_object;
5160 -(void)deleteIndirectObject: (unsigned int)object_number;
5161 -(unsigned int)getUserPermissions;
5162 -(BOOL)isWrapper;
5163 -(FSPDFDocWrapperType)getWrapperType;
5164 -(FSWrapperData*)getWrapperData;
5165 -(long long)getWrapperOffset;
5166 -(FSPayLoadData*)getPayLoadData;
5167 -(FSProgressive*)startGetPayloadFile: (id<FSFileWriterCallback>)payload_file pause: (id<FSPauseCallback>)pause;
5168 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (FSWrapperData*)wrapper_data user_permissions: (unsigned int)user_permissions owner_password: (NSString *)owner_password;
5169 -(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;
5170 -(BOOL)hasForm;
5171 -(int)getReadingBookmarkCount;
5172 -(FSReadingBookmark*)getReadingBookmark: (int)index;
5173 -(FSReadingBookmark*)insertReadingBookmark: (int)reading_bookmark_index title: (NSString *)title dest_page_index: (int)dest_page_index;
5174 -(BOOL)removeReadingBookmark: (FSReadingBookmark*)reading_bookmark;
5175 -(int)getSignatureCount;
5176 -(FSSignature*)getSignature: (int)index;
5177 -(void)removeSignature: (FSSignature*)signature;
5178 -(FSPDFPage*)insertPage: (int)index width: (float)width height: (float)height;
5179 -(FSPDFPage*)insertPageWithType: (int)index size: (FSPDFPageSize)size;
5180 -(FSPDFPage*)addPageFromTemplate: (NSString *)template_name;
5181 -(BOOL)hidePageTemplate: (NSString *)template_name;
5182 -(BOOL)removePage: (int)index;
5183 -(BOOL)removePageWithPDFPage: (FSPDFPage*)page;
5184 -(BOOL)movePageTo: (FSPDFPage*)page dest_index: (int)dest_index;
5185 -(BOOL)movePagesTo: (FSRange*)page_range dest_index: (int)dest_index;
5186 -(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;
5187 -(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;
5188 -(FSProgressive*)startExtractPages: (NSString *)file_path options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5189 -(FSProgressive*)startExtractPagesWithWriterCallback: (id<FSFileWriterCallback>)file options: (unsigned int)options page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5190 -(void)insertDocument: (int)dest_index src_doc: (FSPDFDoc*)src_doc options: (unsigned int)options;
5191 -(BOOL)importFromFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
5192 -(BOOL)exportToFDF: (FSFDFDoc*)fdf_doc types: (int)types page_range: (FSRange*)page_range;
5193 -(BOOL)exportAnnotToFDF: (FSAnnot*)pdf_annot fdf_doc: (FSFDFDoc*)fdf_doc;
5194 -(BOOL)exportFormFieldsToFDF: (FSFieldArray*)field_array is_include: (BOOL)is_include fdf_doc: (FSFDFDoc*)fdf_doc;
5195 -(NSString *)getHeader;
5196 -(BOOL)setSecurityHandler: (FSSecurityHandler*)handler;
5197 -(FSSecurityHandler*)getSecurityHandler;
5198 -(BOOL)removeSecurity;
5199 -(int)getFontCount;
5200 -(FSFont*)getFont: (int)index;
5201 -(FSAction*)getOpenAction;
5202 -(BOOL)setOpenAction: (FSAction*)action;
5203 -(BOOL)removeOpenAction;
5204 -(BOOL)doJSOpenAction;
5205 -(BOOL)isPortfolio;
5206 -(FSPageBasicInfo*)getPageBasicInfo: (int)index;
5207 -(FSEmbeddedFontData*)getEmbeddedFontData;
5208 -(void)createDSS;
5209 -(void)addTableOfContents: (NSString *)title bookmark_level_array: (FSInt32Array*)bookmark_level_array;
5210 -(void)addTableOfContentsWithTableOfContentsConfig: (FSTableOfContentsConfig*)table_of_contents_config;
5211 -(void)setCacheFile: (id<FSFileStreamCallback>)file_stream is_own_file_stream: (BOOL)is_own_file_stream;
5212 -(FSProgressive*)startRecognizeForm: (id<FSPauseCallback>)pause;
5213 -(NSString *)getPageText: (int)page_index;
5214 -(FSPagingSealSignature*)addPagingSealSignature: (FSRange*)page_range width: (float)width height: (float)height;
5215 -(FSProgressive*)startEmbedAllFonts: (id<FSPauseCallback>)pause;
5216 -(FSProgressive*)startAddTiledWatermark: (NSString *)text settings: (FSTiledWatermarkSettings*)settings properties: (FSWatermarkTextProperties*)properties page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5217 -(FSProgressive*)startAddTiledWatermarkWithImagepath: (NSString *)src_img_file_path settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5218 -(FSProgressive*)startAddTiledWatermarkWithImagestream: (id<FSFileReaderCallback>)src_img_stream settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5219 -(FSProgressive*)startAddTiledWatermarkWithPDFPage: (FSPDFPage*)page settings: (FSTiledWatermarkSettings*)settings page_range: (FSRange*)page_range pause: (id<FSPauseCallback>)pause;
5220 -(FSAnnotArray*)getAnnotsByIdArray: (NSArray<NSString *> *)unique_id_arr;
5221 -(id)initWithBuffer: (NSData *)buffer;
5222 
5223 -(void)dealloc;
5224 
5225 @end
5226 
5227 @interface FSMetadata : FSBase
5228 @property (nonatomic, weak, getter=getCreationDateTime) FSDateTime* creationDateTime;
5229 @property (nonatomic, weak, getter=getModifiedDateTime) FSDateTime* modifiedDateTime;
5230 -(id)init NS_UNAVAILABLE;
5231 -(void*)getCptr;
5232 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5233 -(id)initWithDocument: (FSPDFDoc*)document;
5234 -(id)initWithOther: (FSMetadata*)other;
5235 -(BOOL)isEmpty;
5236 -(BOOL)hasKey: (NSString *)key;
5237 -(NSArray<NSString *> *)getValues: (NSString *)key;
5238 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
5239 -(NSArray<NSString *> *)getCustomerKeys;
5240 -(void)removeCustomerKey: (NSString *)key;
5241 
5242 -(void)dealloc;
5243 
5244 @end
5245 
5246 typedef NS_ENUM(NSInteger, FSDocViewerPrefsPrintScale) {
5249 };
5250 
5251 typedef NS_ENUM(NSInteger, FSDocViewerPrefsViewerPref) {
5258 };
5259 
5261 @property (nonatomic, getter=getNonFullScreenPageMode) FSPDFDocDisplayMode nonFullScreenPageMode;
5262 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
5263 @property (nonatomic, getter=getViewArea) FSPDFPageBoxType viewArea;
5264 @property (nonatomic, getter=getViewClip) FSPDFPageBoxType viewClip;
5265 @property (nonatomic, getter=getPrintArea) FSPDFPageBoxType printArea;
5266 @property (nonatomic, getter=getPrintClip) FSPDFPageBoxType printClip;
5267 @property (nonatomic, getter=getPrintScale) FSDocViewerPrefsPrintScale printScale;
5268 @property (nonatomic, getter=getPrintCopies) int printCopies;
5269 @property (nonatomic, weak, getter=getPrintRange) FSRange* printRange;
5270 -(id)init NS_UNAVAILABLE;
5271 -(void*)getCptr;
5272 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5273 -(id)initWithDocument: (FSPDFDoc*)document pdf_dict: (FSPDFDictionary*)pdf_dict;
5274 -(id)initWithOther: (FSDocViewerPrefs*)other;
5275 -(BOOL)isEmpty;
5276 -(BOOL)getUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref;
5277 -(void)setUIDisplayStatus: (FSDocViewerPrefsViewerPref)pref value: (BOOL)value;
5278 -(FSPDFDictionary*)getDict;
5279 
5280 -(void)dealloc;
5281 
5282 @end
5283 
5284 typedef NS_ENUM(NSInteger, FSPageLabelsStyle) {
5291 };
5292 
5293 @interface FSPageLabels : FSBase
5294 -(id)init NS_UNAVAILABLE;
5295 -(void*)getCptr;
5296 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5297 -(id)initWithDocument: (FSPDFDoc*)document;
5298 -(id)initWithOther: (FSPageLabels*)other;
5299 -(BOOL)isEmpty;
5300 -(NSString *)getPageLabelTitle: (int)page_index;
5301 -(BOOL)hasPageLabel: (int)page_index;
5302 -(FSPageLabelsStyle)getPageLabelStyle: (int)page_index;
5303 -(NSString *)getPageLabelPrefix: (int)page_index;
5304 -(int)getPageLabelStart: (int)page_index;
5305 -(void)setPageLabel: (int)page_index label_style: (FSPageLabelsStyle)label_style first_label_number: (int)first_label_number prefix_string: (NSString *)prefix_string;
5306 -(void)removePageLabel: (int)page_index;
5307 -(void)removeAll;
5309 
5310 -(void)dealloc;
5311 
5312 @end
5313 
5314 
5315 
5316 @interface FSPSI : FSBase
5317 -(id)init NS_UNAVAILABLE;
5318 -(void*)getCptr;
5319 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5320 -(id)initWithBitmap: (FSBitmap*)bitmap simulate: (BOOL)simulate;
5321 -(id)initWithWidth: (int)width height: (int)height simulate: (BOOL)simulate;
5322 -(id)initWithOther: (FSPSI*)other;
5323 -(BOOL)isEmpty;
5324 -(void)setCallback: (id<FSPSICallback>)callback;
5325 -(void)setColor: (unsigned int)color;
5326 -(void)setDiameter: (int)diameter;
5327 -(void)setOpacity: (float)opacity;
5328 -(void)addPoint: (FSPointF*)point type: (FSPathPointType)type pressure: (float)pressure;
5330 -(FSBitmap*)getBitmap;
5331 -(FSPSInk*)convertToPDFAnnot: (FSPDFPage*)page annot_rect: (FSRectF*)annot_rect rotate: (FSRotation)rotate;
5332 
5333 -(void)dealloc;
5334 
5335 @end
5336 
5338 @property (nonatomic, weak, getter=getTitle) NSString * title;
5339 @property (nonatomic, getter=getPageIndex) int pageIndex;
5340 -(id)init NS_UNAVAILABLE;
5341 -(void*)getCptr;
5342 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5343 -(id)initWithOther: (FSReadingBookmark*)other;
5344 -(BOOL)isEmpty;
5345 -(FSDateTime*)getDateTime: (BOOL)is_creation_date;
5346 -(void)setDateTime: (FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
5347 
5348 -(void)dealloc;
5349 
5350 @end
5351 
5352 typedef NS_ENUM(NSInteger, FSReflowPageFlags) {
5356 };
5357 
5358 @interface FSReflowPage : FSBase
5359 -(id)init NS_UNAVAILABLE;
5360 -(void*)getCptr;
5361 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5362 -(id)initWithPage: (FSPDFPage*)page;
5363 -(id)initWithOther: (FSReflowPage*)other;
5364 -(BOOL)isEmpty;
5365 -(void)setScreenSize: (float)width height: (float)height;
5366 -(void)setScreenMargin: (int)left top: (int)top right: (int)right bottom: (int)bottom;
5367 -(void)setZoom: (int)zoom;
5368 -(void)setParseFlags: (unsigned int)flags;
5369 -(void)setLineSpace: (float)line_space;
5370 -(void)setImageScale: (float)image_scale;
5371 -(void)setTopSpace: (float)top_space;
5372 -(FSProgressive*)startParse: (id<FSPauseCallback>)pause;
5373 -(float)getContentWidth;
5374 -(float)getContentHeight;
5375 -(FSMatrix2D*)getDisplayMatrix: (float)offset_x offset_y: (float)offset_y width: (int)width height: (int)height rotate: (FSRotation)rotate;
5376 -(NSString *)getFocusData: (FSMatrix2D*)matrix point: (FSPointF*)point;
5377 -(FSPointF*)getFocusPosition: (FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
5378 -(BOOL)isParsed;
5379 
5380 -(void)dealloc;
5381 
5382 @end
5383 
5384 @interface FSWidgetChoiceOption : NSObject
5385 {
5386  void *swigCPtr;
5387  BOOL swigCMemOwn;
5388 }
5389 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
5390 @property (nonatomic, getter=getSelected) BOOL selected;
5391 -(void*)getCptr;
5392 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5393 -(id)init;
5394 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
5395 -(id)initWithOption: (FSWidgetChoiceOption*)option;
5396 -(void)set: (NSString *)option_label selected: (BOOL)selected;
5397 -(void)dealloc;
5398 
5399 @end
5400 
5401 @interface FSWidgetChoiceOptionArray : NSObject
5402 {
5403  void *swigCPtr;
5404  BOOL swigCMemOwn;
5405 }
5406 -(void*)getCptr;
5407 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5408 -(id)init;
5409 -(id)initWithOther: (FSWidgetChoiceOptionArray*)other;
5410 -(unsigned long)getSize;
5411 -(FSWidgetChoiceOption*)getAt: (unsigned long)index;
5412 -(void)add: (FSWidgetChoiceOption*)element;
5413 -(void)removeAt: (unsigned long)index;
5414 -(void)insertAt: (unsigned long)index element: (FSWidgetChoiceOption*)element;
5415 -(void)removeAll;
5416 
5417 -(void)dealloc;
5418 
5419 @end
5420 
5421 typedef NS_ENUM(NSInteger, FSAppProviderCallbackAppInfo) {
5428 };
5429 
5430 typedef NS_ENUM(NSInteger, FSAppProviderCallbackBeepType) {
5436 };
5437 
5438 typedef NS_ENUM(NSInteger, FSAppProviderCallbackStringID) {
5543 };
5544 
5545 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxIconType) {
5550 };
5551 
5552 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonType) {
5557 };
5558 
5559 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonID) {
5564 };
5565 
5566 
5567 
5568 typedef NS_ENUM(NSInteger, FSDocProviderCallbackInvalidateFlag) {
5571 };
5572 
5573 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPrintOption) {
5580 };
5581 
5582 typedef NS_ENUM(NSInteger, FSDocProviderCallbackSubmitFormat) {
5588 };
5589 
5590 typedef NS_ENUM(NSInteger, FSDocProviderCallbackTextEncoding) {
5603 };
5604 
5605 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPageViewEventType) {
5609 };
5610 
5611 typedef NS_ENUM(NSInteger, FSDocProviderCallbackWidgetEventType) {
5614 };
5615 
5616 
5617 
5618 typedef NS_ENUM(NSInteger, FSXFADocEventType) {
5622 };
5623 
5624 typedef NS_ENUM(NSInteger, FSXFADocType) {
5628 };
5629 
5630 typedef NS_ENUM(NSInteger, FSXFADocExportDataType) {
5634 };
5635 
5636 @interface FSXFADoc : FSBase
5637 -(id)init NS_UNAVAILABLE;
5638 -(void*)getCptr;
5639 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5640 -(id)initWithDocument: (FSPDFDoc*)document xfa_doc_provider_handler: (id<FSDocProviderCallback>)xfa_doc_provider_handler;
5641 -(id)initWithDocument: (FSPDFDoc*)document;
5642 -(id)initWithOther: (FSXFADoc*)other;
5643 -(BOOL)isEmpty;
5644 -(FSProgressive*)startLoad: (id<FSPauseCallback>)pause;
5645 -(void)setDocProviderCallback: (id<FSDocProviderCallback>)doc_provider_callback;
5647 -(int)getPageCount;
5648 -(FSXFAPage*)getPage: (int)page_index;
5649 -(BOOL)exportData: (NSString *)output_file_path export_type: (FSXFADocExportDataType)export_type;
5650 -(void)setPDFPath: (NSString *)pdf_file_path;
5651 -(BOOL)importData: (NSString *)file_path;
5652 -(BOOL)importDataWithReaderCallback: (id<FSFileReaderCallback>)file_reader;
5653 -(void)resetForm;
5654 -(void)flattenTo: (NSString *)output_file_path;
5655 -(void)flattenToWithStreamCallback: (id<FSFileStreamCallback>)stream;
5656 -(void)processEvent: (FSXFADocEventType)event_type;
5657 -(void)setFocus: (FSXFAWidget*)xfa_widget;
5658 -(void)killFocus;
5659 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5660 
5661 -(void)dealloc;
5662 
5663 @end
5664 
5665 @interface FSXFAPage : FSBase
5666 -(id)init NS_UNAVAILABLE;
5667 -(void*)getCptr;
5668 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5669 -(id)initWithOther: (FSXFAPage*)other;
5670 -(BOOL)isEmpty;
5671 -(FSMatrix2D*)getDisplayMatrix: (int)left top: (int)top width: (int)width height: (int)height rotate: (FSRotation)rotate;
5672 -(float)getWidth;
5673 -(float)getHeight;
5674 -(FSXFAWidget*)getWidgetAtDevicePoint: (FSMatrix2D*)matrix device_point: (FSPointF*)device_point tolerance: (float)tolerance;
5675 -(int)getIndex;
5676 -(int)getWidgetCount;
5677 -(FSXFAWidget*)getWidget: (int)widget_index;
5678 -(FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5681 -(FSXFAWidget*)getNextWidget: (FSXFAWidget*)widget;
5682 -(FSXFAWidget*)getPrevWidget: (FSXFAWidget*)widget;
5683 
5684 -(void)dealloc;
5685 
5686 @end
5687 
5688 typedef NS_ENUM(NSInteger, FSXFAWidgetHitTestArea) {
5693 };
5694 
5695 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetType) {
5713 };
5714 
5715 typedef NS_ENUM(NSInteger, FSXFAWidgetPresenceProperty) {
5721 };
5722 
5723 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetNameType) {
5727 };
5728 
5729 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetHAlignType) {
5736 };
5737 
5738 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetVAlignType) {
5742 };
5743 
5744 typedef NS_ENUM(NSInteger, FSXFAWidgetWidgetEdgePosition) {
5749 };
5750 
5751 @interface FSXFAWidget : FSBase
5752 @property (nonatomic, weak, getter=getValue) NSString * value;
5753 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
5754 -(id)init NS_UNAVAILABLE;
5755 -(void*)getCptr;
5756 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5757 -(id)initWithOther: (FSXFAWidget*)other;
5758 -(BOOL)isEmpty;
5759 -(FSXFAPage*)getXFAPage;
5760 -(int)getIndex;
5761 -(void)resetData;
5762 -(FSRectF*)getRect;
5763 -(NSString *)getName: (FSXFAWidgetWidgetNameType)type;
5764 -(FSWidgetChoiceOptionArray*)getOptions;
5765 -(BOOL)setOptions: (FSWidgetChoiceOptionArray*)option_array;
5766 -(BOOL)isChecked;
5767 -(void)setCheckState: (BOOL)is_checked;
5768 -(BOOL)isListBox;
5769 -(BOOL)isSupportMultiline;
5770 -(BOOL)isSupportMultiSelect;
5771 -(FSXFAWidgetPresenceProperty)getPresence;
5772 -(BOOL)onMouseEnter;
5773 -(BOOL)onMouseExit;
5774 -(BOOL)onLButtonDown: (FSPointF*)point flags: (unsigned int)flags;
5775 -(BOOL)onLButtonUp: (FSPointF*)point flags: (unsigned int)flags;
5776 -(BOOL)onLButtonDoubleClick: (FSPointF*)point flags: (unsigned int)flags;
5777 -(BOOL)onMouseMove: (FSPointF*)point flags: (unsigned int)flags;
5778 -(BOOL)onRButtonDown: (FSPointF*)point flags: (unsigned int)flags;
5779 -(BOOL)onRButtonUp: (FSPointF*)point flags: (unsigned int)flags;
5780 -(BOOL)onKeyDown: (unsigned int)key_code flags: (unsigned int)flags;
5781 -(BOOL)onKeyUp: (unsigned int)key_code flags: (unsigned int)flags;
5782 -(BOOL)onChar: (int)input_char flags: (unsigned int)flags;
5783 -(FSXFAWidgetHitTestArea)onHitTest: (FSPointF*)point;
5784 -(FSXFAWidgetWidgetType)getType;
5785 -(FSXFAWidgetWidgetHAlignType)getHAlign;
5786 -(FSXFAWidgetWidgetVAlignType)getVAlign;
5787 -(BOOL)hasEdge: (FSXFAWidgetWidgetEdgePosition)edge_pos;
5788 -(FSSignature*)getSignature;
5789 -(NSString *)getToolTip;
5790 -(FSBitmap*)getBitmap;
5791 -(void)setImage: (FSImage*)image;
5792 -(BOOL)isAllowRichText;
5793 -(BOOL)isReadOnly;
5794 -(BOOL)isRequired;
5795 -(BOOL)validateValue: (NSString *)value format: (NSString *)format;
5796 -(NSString *)getJavaScript;
5797 
5798 -(void)dealloc;
5799 
5800 @end
5801 
5802 @interface FSWidgetMenu : FSBase
5803 -(id)init NS_UNAVAILABLE;
5804 -(void*)getCptr;
5805 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5806 -(id)initWithXfa_widget: (FSXFAWidget*)xfa_widget;
5807 -(id)initWithOther: (FSWidgetMenu*)other;
5808 -(BOOL)isEmpty;
5809 -(BOOL)canCopy;
5810 -(BOOL)canCut;
5811 -(BOOL)canPaste;
5812 -(BOOL)canSelectAll;
5813 -(BOOL)canDelete;
5814 -(BOOL)canDeSelect;
5815 -(NSString *)copy;
5816 -(NSString *)cut;
5817 -(BOOL)paste: (NSString *)text;
5818 -(BOOL)selectAll;
5819 -(BOOL)delete;
5820 -(BOOL)deSelect;
5821 -(BOOL)canUndo;
5822 -(BOOL)canRedo;
5823 -(BOOL)undo;
5824 -(BOOL)redo;
5825 -(BOOL)bold;
5826 -(BOOL)italic;
5827 -(BOOL)underline;
5828 -(BOOL)superscript;
5829 -(BOOL)subscript;
5830 -(BOOL)clearStyle;
5831 
5832 -(void)dealloc;
5833 
5834 @end
5835 
5836 
5837 
5838 typedef NS_ENUM(NSInteger, FSTextPageCharInfoTextCharFlag) {
5845 };
5846 
5847 @interface FSTextPageCharInfo : NSObject
5848 {
5849  void *swigCPtr;
5850  BOOL swigCMemOwn;
5851 }
5852 @property (nonatomic, weak, getter=getFont) FSFont* font;
5853 @property (nonatomic, getter=getFlag) FSTextPageCharInfoTextCharFlag flag;
5854 @property (nonatomic, getter=getFont_size) float font_size;
5855 @property (nonatomic, getter=getOrigin_x) float origin_x;
5856 @property (nonatomic, getter=getOrigin_y) float origin_y;
5857 @property (nonatomic, weak, getter=getChar_box) FSRectF* char_box;
5858 @property (nonatomic, weak, getter=getChar_outbox) FSRectF* char_outbox;
5859 @property (nonatomic, weak, getter=getMatrix) FSMatrix2D* matrix;
5860 -(void*)getCptr;
5861 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5862 -(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;
5863 -(id)init;
5864 -(id)initWithChar_info: (FSTextPageCharInfo*)char_info;
5865 -(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;
5866 -(void)dealloc;
5867 
5868 @end
5869 
5870 typedef NS_ENUM(NSInteger, FSTextPageTextParseFlags) {
5874 };
5875 
5876 typedef NS_ENUM(NSInteger, FSTextPageTextOrderFlag) {
5879 };
5880 
5881 @interface FSTextPage : FSBase
5882 -(id)init NS_UNAVAILABLE;
5883 -(void*)getCptr;
5884 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5885 -(id)initWithPage: (FSPDFPage*)page flags: (int)flags;
5886 -(id)initWithOther: (FSTextPage*)other;
5887 -(BOOL)isEmpty;
5888 -(int)getCharCount;
5889 -(FSTextPageCharInfo*)getCharInfo: (int)char_index;
5890 -(NSString *)getChars: (int)start count: (int)count;
5891 -(int)getIndexAtPos: (float)x y: (float)y tolerance: (float)tolerance;
5892 -(NSString *)getTextInRect: (FSRectF*)rect;
5893 -(NSString *)getText: (FSTextPageTextOrderFlag)flag;
5894 -(FSRange*)getWordAtPos: (float)x y: (float)y tolerance: (float)tolerance;
5895 -(int)getTextRectCount: (int)start count: (int)count;
5896 -(FSRectF*)getTextRect: (int)rect_index;
5897 -(FSRotation)getBaselineRotation: (int)rect_index;
5898 -(FSRectFArray*)getTextRectArrayByRect: (FSRectF*)rect;
5899 -(FSRange*)getCharRange: (FSRectF*)rect;
5900 -(NSString *)getTextUnderAnnot: (FSAnnot*)annot;
5901 
5902 -(void)dealloc;
5903 
5904 @end
5905 
5906 typedef NS_ENUM(NSInteger, FSTextSearchSearchFlags) {
5912 };
5913 
5914 @interface FSTextSearch : FSBase
5915 -(id)init NS_UNAVAILABLE;
5916 -(void*)getCptr;
5917 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5918 -(id)initWithDocument: (FSPDFDoc*)document cancel: (id<FSSearchCancelCallback>)cancel flags: (int)flags;
5919 -(id)initWithXfa_document: (FSXFADoc*)xfa_document cancel: (id<FSSearchCancelCallback>)cancel;
5920 -(id)initWithText_page: (FSTextPage*)text_page;
5921 -(id)initWithAnnot: (FSAnnot*)annot;
5922 -(id)initWithOther: (FSTextSearch*)other;
5923 -(BOOL)isEmpty;
5924 -(BOOL)setPattern: (NSString *)key_words is_regex_search: (BOOL)is_regex_search;
5925 -(BOOL)setStartPage: (int)page_index;
5926 -(BOOL)setEndPage: (int)page_index;
5927 -(BOOL)setStartCharacter: (int)char_index;
5928 -(BOOL)setSearchFlags: (unsigned int)search_flags;
5929 -(BOOL)findNext;
5930 -(BOOL)findPrev;
5932 -(int)getMatchPageIndex;
5933 -(NSString *)getMatchSentence;
5937 -(int)getMatchEndCharIndex;
5938 
5939 -(void)dealloc;
5940 
5941 @end
5942 
5943 @interface FSTextLink : FSBase
5944 -(id)init NS_UNAVAILABLE;
5945 -(void*)getCptr;
5946 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5947 -(id)initWithOther: (FSTextLink*)other;
5948 -(BOOL)isEmpty;
5949 -(NSString *)getURI;
5950 -(int)getStartCharIndex;
5951 -(int)getEndCharIndex;
5953 
5954 -(void)dealloc;
5955 
5956 @end
5957 
5959 -(id)init NS_UNAVAILABLE;
5960 -(void*)getCptr;
5961 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5962 -(id)initWithPage: (FSTextPage*)page;
5963 -(id)initWithOther: (FSPageTextLinks*)other;
5964 -(BOOL)isEmpty;
5965 -(int)getTextLinkCount;
5966 -(FSTextLink*)getTextLink: (int)index;
5967 
5968 -(void)dealloc;
5969 
5970 @end
5971 
5972 typedef NS_ENUM(NSInteger, FSSecurityHandlerCipherType) {
5976 };
5977 
5979 -(void*)getCptr;
5980 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
5981 -(id)init;
5982 -(id)initWithOther: (FSSecurityHandler*)other;
5983 -(BOOL)isEmpty;
5985 
5986 -(void)dealloc;
5987 
5988 @end
5989 
5990 @interface FSStdEncryptData : NSObject
5991 {
5992  void *swigCPtr;
5993  BOOL swigCMemOwn;
5994 }
5995 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5996 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
5997 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
5998 @property (nonatomic, getter=getKey_length) int key_length;
5999 -(void*)getCptr;
6000 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6001 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
6002 -(id)init;
6003 -(id)initWithOther: (FSStdEncryptData*)other;
6004 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (unsigned int)user_permissions cipher: (FSSecurityHandlerCipherType)cipher key_length: (int)key_length;
6005 -(void)dealloc;
6006 
6007 @end
6008 
6009 typedef NS_ENUM(NSInteger, FSStdSecurityHandlerModifyFlag) {
6013 };
6014 
6016 -(void*)getCptr;
6017 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6018 -(id)init;
6019 -(id)initWithOther: (FSSecurityHandler*)other;
6020 -(BOOL)initialize: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6021 -(BOOL)initializeW: (FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6022 -(void)setAES256ModifyFlags: (unsigned int)modify_flags;
6023 
6024 -(void)dealloc;
6025 
6026 @end
6027 
6028 @interface FSCertificateEncryptData : NSObject
6029 {
6030  void *swigCPtr;
6031  BOOL swigCMemOwn;
6032 }
6033 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6034 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
6035 @property (nonatomic, weak, getter=getEnvelopes) NSArray<NSData *> * envelopes;
6036 -(void*)getCptr;
6037 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6038 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
6039 -(id)init;
6040 -(id)initWithOther: (FSCertificateEncryptData*)other;
6041 -(void)set: (BOOL)is_encrypt_metadata cipher: (FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
6042 -(void)dealloc;
6043 
6044 @end
6045 
6047 -(void*)getCptr;
6048 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6049 -(id)init;
6050 -(id)initWithOther: (FSSecurityHandler*)other;
6051 -(BOOL)initialize: (FSCertificateEncryptData*)encrypt_data encrypt_key: (NSData *)encrypt_key;
6052 
6053 -(void)dealloc;
6054 
6055 @end
6056 
6057 @interface FSDRMEncryptData : NSObject
6058 {
6059  void *swigCPtr;
6060  BOOL swigCMemOwn;
6061 }
6062 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6063 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
6064 @property (nonatomic, getter=getCipher) FSSecurityHandlerCipherType cipher;
6065 @property (nonatomic, getter=getKey_length) int key_length;
6066 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
6067 @property (nonatomic, getter=getUser_permissions) unsigned int user_permissions;
6068 -(void*)getCptr;
6069 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6070 -(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;
6071 -(id)init;
6072 -(id)initWithOther: (FSDRMEncryptData*)other;
6073 -(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;
6074 -(void)dealloc;
6075 
6076 @end
6077 
6079 -(void*)getCptr;
6080 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6081 -(id)init;
6082 -(id)initWithOther: (FSSecurityHandler*)other;
6083 -(NSString *)getDRMValue: (NSString *)key;
6084 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
6085 -(BOOL)verifyEncryptionParams;
6086 -(BOOL)initialize: (FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSData *)initial_key;
6087 
6088 -(void)dealloc;
6089 
6090 @end
6091 
6092 @interface FSCustomEncryptData : NSObject
6093 {
6094  void *swigCPtr;
6095  BOOL swigCMemOwn;
6096 }
6097 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6098 @property (nonatomic, weak, getter=getFilter) NSString * filter;
6099 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
6100 -(void*)getCptr;
6101 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6102 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6103 -(id)init;
6104 -(id)initWithOther: (FSCustomEncryptData*)other;
6105 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6106 -(void)dealloc;
6107 
6108 @end
6109 
6111 -(void*)getCptr;
6112 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6113 -(id)init;
6114 -(id)initWithOther: (FSSecurityHandler*)other;
6115 -(BOOL)initialize: (FSCustomEncryptData*)encrypt_data callback: (id<FSCustomSecurityCallback>)callback encrypt_info: (NSString *)encrypt_info;
6116 
6117 -(void)dealloc;
6118 
6119 @end
6120 
6121 @interface FSRMSEncryptData : NSObject
6122 {
6123  void *swigCPtr;
6124  BOOL swigCMemOwn;
6125 }
6126 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6127 @property (nonatomic, weak, getter=getPublish_license) NSString * publish_license;
6128 @property (nonatomic, weak, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
6129 @property (nonatomic, getter=getIrm_version) float irm_version;
6130 -(void*)getCptr;
6131 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6132 -(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;
6133 -(id)init;
6134 -(id)initWithOther: (FSRMSEncryptData*)other;
6135 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (float)irm_version;
6136 -(void)dealloc;
6137 
6138 @end
6139 
6141 -(void*)getCptr;
6142 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6143 -(id)init;
6144 -(id)initWithOther: (FSSecurityHandler*)other;
6145 -(BOOL)initialize: (FSRMSEncryptData*)encrypt_data callback: (id<FSRMSSecurityCallback>)callback;
6146 
6147 -(void)dealloc;
6148 
6149 @end
6150 
6151 
6152 
6153 
6154 
6155 
6156 
6157 
6158 
6159 
6160 
6161 typedef NS_ENUM(NSInteger, FSTabOrderMgrOrderType) {
6166 };
6167 
6168 @interface FSTabOrderMgr : FSBase
6169 @property (nonatomic, getter=getOrderType) FSTabOrderMgrOrderType orderType;
6170 -(id)init NS_UNAVAILABLE;
6171 -(void*)getCptr;
6172 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6173 -(id)initWithPage: (FSPDFPage*)page;
6174 -(id)initWithOther: (FSTabOrderMgr*)other;
6175 -(BOOL)isEmpty;
6176 -(void)reload;
6177 -(FSAnnot*)getFirstAnnot;
6178 -(FSAnnot*)getLastAnnot;
6179 -(FSAnnot*)getNextAnnot: (FSAnnot*)annot;
6180 -(FSAnnot*)getPrevAnnot: (FSAnnot*)annot;
6181 -(BOOL)adjustStructureOrder: (FSAnnotArray*)annot_array;
6182 
6183 -(void)dealloc;
6184 
6185 @end
6186 
6187 @interface FSWatermark : FSBase
6188 -(id)init NS_UNAVAILABLE;
6189 -(void*)getCptr;
6190 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6191 -(id)initWithDocument: (FSPDFDoc*)document text: (NSString *)text properties: (FSWatermarkTextProperties*)properties settings: (FSWatermarkSettings*)settings;
6192 -(id)initWithDocument: (FSPDFDoc*)document bitmap: (FSBitmap*)bitmap settings: (FSWatermarkSettings*)settings;
6193 -(id)initWithDocument: (FSPDFDoc*)document image: (FSImage*)image frame_index: (int)frame_index settings: (FSWatermarkSettings*)settings;
6194 -(id)initWithDocument: (FSPDFDoc*)document page: (FSPDFPage*)page settings: (FSWatermarkSettings*)settings;
6195 -(id)initWithOther: (FSWatermark*)other;
6196 -(BOOL)isEmpty;
6197 -(float)getWidth;
6198 -(float)getHeight;
6199 -(BOOL)insertToPage: (FSPDFPage*)page;
6200 
6201 -(void)dealloc;
6202 
6203 @end
6204 
6205 typedef NS_ENUM(NSInteger, FSWatermarkSettingsFlags) {
6214 };
6215 
6216 @interface FSWatermarkSettings : NSObject
6217 {
6218  void *swigCPtr;
6219  BOOL swigCMemOwn;
6220 }
6221 @property (nonatomic, getter=getPosition) FSPosition position;
6222 @property (nonatomic, getter=getOffset_x) float offset_x;
6223 @property (nonatomic, getter=getOffset_y) float offset_y;
6224 @property (nonatomic, getter=getFlags) unsigned int flags;
6225 @property (nonatomic, getter=getScale_x) float scale_x;
6226 @property (nonatomic, getter=getScale_y) float scale_y;
6227 @property (nonatomic, getter=getRotation) float rotation;
6228 @property (nonatomic, getter=getOpacity) int opacity;
6229 -(void*)getCptr;
6230 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6231 -(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;
6232 -(id)init;
6233 -(id)initWithSettings: (FSWatermarkSettings*)settings;
6234 -(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;
6235 -(void)dealloc;
6236 
6237 @end
6238 
6239 typedef NS_ENUM(NSInteger, FSWatermarkTextPropertiesFontStyle) {
6242 };
6243 
6244 @interface FSWatermarkTextProperties : NSObject
6245 {
6246  void *swigCPtr;
6247  BOOL swigCMemOwn;
6248 }
6249 @property (nonatomic, getter=getFont_size) float font_size;
6250 @property (nonatomic, getter=getColor) unsigned int color;
6251 @property (nonatomic, getter=getFont_style) FSWatermarkTextPropertiesFontStyle font_style;
6252 @property (nonatomic, getter=getLine_space) float line_space;
6253 @property (nonatomic, getter=getAlignment) FSAlignment alignment;
6254 @property (nonatomic, weak, getter=getFont) FSFont* font;
6255 -(void*)getCptr;
6256 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6257 -(id)initWithFont: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
6258 -(id)init;
6259 -(id)initWithProperties: (FSWatermarkTextProperties*)properties;
6260 -(void)set: (FSFont*)font font_size: (float)font_size color: (unsigned int)color style: (FSWatermarkTextPropertiesFontStyle)style line_space: (float)line_space alignment: (FSAlignment)alignment;
6261 
6262 -(void)dealloc;
6263 
6264 @end
6265 
6266 @interface FSRedaction : FSBase
6267 -(id)init NS_UNAVAILABLE;
6268 -(void*)getCptr;
6269 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6270 -(id)initWithDocument: (FSPDFDoc*)document;
6271 -(id)initWithOther: (FSRedaction*)other;
6272 -(BOOL)isEmpty;
6273 -(FSRedact*)markRedactAnnot: (FSPDFPage*)page rects: (FSRectFArray*)rects;
6274 -(BOOL)apply;
6275 -(FSProgressive*)startApply: (id<FSPauseCallback>)pause;
6276 
6277 -(void)dealloc;
6278 
6279 @end
6280 
6281 typedef NS_ENUM(NSInteger, FSTableBorderInfoTableBorderStyle) {
6284 };
6285 
6286 @interface FSTableBorderInfo : NSObject
6287 {
6288  void *swigCPtr;
6289  BOOL swigCMemOwn;
6290 }
6291 @property (nonatomic, getter=getTable_border_style) FSTableBorderInfoTableBorderStyle table_border_style;
6292 @property (nonatomic, getter=getLine_width) float line_width;
6293 @property (nonatomic, getter=getColor) unsigned int color;
6294 @property (nonatomic, getter=getDash_phase) float dash_phase;
6295 @property (nonatomic, weak, getter=getDashes) FSFloatArray* dashes;
6296 -(void*)getCptr;
6297 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6298 -(id)init;
6299 -(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;
6300 -(id)initWithTable_border_info: (FSTableBorderInfo*)table_border_info;
6301 -(void)set: (FSTableBorderInfoTableBorderStyle)table_border_style line_width: (float)line_width color: (unsigned int)color dash_phase: (float)dash_phase dashes: (FSFloatArray*)dashes;
6302 -(void)dealloc;
6303 
6304 @end
6305 
6306 @interface FSTableCellDataColArray : NSObject
6307 {
6308  void *swigCPtr;
6309  BOOL swigCMemOwn;
6310 }
6311 -(void*)getCptr;
6312 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6313 -(id)init;
6314 -(id)initWithOther: (FSTableCellDataColArray*)other;
6315 -(unsigned long)getSize;
6316 -(FSTableCellData*)getAt: (unsigned long)index;
6317 -(void)add: (FSTableCellData*)element;
6318 -(void)removeAt: (unsigned long)index;
6319 -(void)insertAt: (unsigned long)index element: (FSTableCellData*)element;
6320 -(void)removeAll;
6321 
6322 -(void)dealloc;
6323 
6324 @end
6325 
6326 @interface FSTableCellDataArray : NSObject
6327 {
6328  void *swigCPtr;
6329  BOOL swigCMemOwn;
6330 }
6331 -(void*)getCptr;
6332 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6333 -(id)init;
6334 -(id)initWithOther: (FSTableCellDataArray*)other;
6335 -(unsigned long)getSize;
6336 -(FSTableCellDataColArray*)getAt: (unsigned long)index;
6337 -(void)add: (FSTableCellDataColArray*)element;
6338 -(void)removeAt: (unsigned long)index;
6339 -(void)insertAt: (unsigned long)index element: (FSTableCellDataColArray*)element;
6340 -(void)removeAll;
6341 
6342 -(void)dealloc;
6343 
6344 @end
6345 
6346 @interface FSTableCellData : NSObject
6347 {
6348  void *swigCPtr;
6349  BOOL swigCMemOwn;
6350 }
6351 @property (nonatomic, weak, getter=getCell_text_style) FSRichTextStyle* cell_text_style;
6352 @property (nonatomic, getter=getCell_fill_color) unsigned int cell_fill_color;
6353 @property (nonatomic, weak, getter=getCell_text) NSString * cell_text;
6354 @property (nonatomic, weak, getter=getCell_image) FSImage* cell_image;
6355 @property (nonatomic, weak, getter=getCell_margin) FSRectF* cell_margin;
6356 -(void*)getCptr;
6357 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6358 -(id)init;
6359 -(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;
6360 -(id)initWithData: (FSTableCellData*)data;
6361 -(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;
6362 -(void)dealloc;
6363 
6364 @end
6365 
6366 @interface FSTableCellIndexArray : NSObject
6367 {
6368  void *swigCPtr;
6369  BOOL swigCMemOwn;
6370 }
6371 -(void*)getCptr;
6372 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6373 -(id)init;
6374 -(id)initWithOther: (FSTableCellIndexArray*)other;
6375 -(unsigned long)getSize;
6376 -(FSPoint*)getAt: (unsigned long)index;
6377 -(void)add: (FSPoint*)element;
6378 -(void)removeAt: (unsigned long)index;
6379 -(void)insertAt: (unsigned long)index element: (FSPoint*)element;
6380 -(void)removeAll;
6381 
6382 -(void)dealloc;
6383 
6384 @end
6385 
6386 @interface FSTableData : NSObject
6387 {
6388  void *swigCPtr;
6389  BOOL swigCMemOwn;
6390 }
6391 @property (nonatomic, weak, getter=getRect) FSRectF* rect;
6392 @property (nonatomic, getter=getRow_count) int row_count;
6393 @property (nonatomic, getter=getCol_count) int col_count;
6394 @property (nonatomic, weak, getter=getOutside_border_left) FSTableBorderInfo* outside_border_left;
6395 @property (nonatomic, weak, getter=getOutside_border_right) FSTableBorderInfo* outside_border_right;
6396 @property (nonatomic, weak, getter=getOutside_border_top) FSTableBorderInfo* outside_border_top;
6397 @property (nonatomic, weak, getter=getOutside_border_bottom) FSTableBorderInfo* outside_border_bottom;
6398 @property (nonatomic, weak, getter=getInside_border_row) FSTableBorderInfo* inside_border_row;
6399 @property (nonatomic, weak, getter=getInside_border_col) FSTableBorderInfo* inside_border_col;
6400 @property (nonatomic, weak, getter=getMerge_cells) FSTableCellIndexArray* merge_cells;
6401 @property (nonatomic, weak, getter=getRow_height_array) FSFloatArray* row_height_array;
6402 @property (nonatomic, weak, getter=getCol_width_array) FSFloatArray* col_width_array;
6403 -(void*)getCptr;
6404 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6405 -(id)init;
6406 -(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;
6407 -(id)initWithData: (FSTableData*)data;
6408 -(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;
6409 -(void)dealloc;
6410 
6411 @end
6412 
6413 
6414 
6416 -(void*)getCptr;
6417 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6418 +(BOOL)addTableToPage: (FSPDFPage*)page data: (FSTableData*)data cell_array: (FSTableCellDataArray*)cell_array;
6419 +(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;
6420 -(id)init;
6421 
6422 -(void)dealloc;
6423 
6424 @end
6425 
6426 
6427 
6429 -(id)init NS_UNAVAILABLE;
6430 -(void*)getCptr;
6431 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6432 -(id)initWithDirectory: (NSString *)directory;
6433 -(id)initWithOther: (FSDocumentsSource*)other;
6434 -(BOOL)isEmpty;
6435 
6436 -(void)dealloc;
6437 
6438 @end
6439 
6440 typedef NS_ENUM(NSInteger, FSFullTextSearchRankMode) {
6444 };
6445 
6447 -(void*)getCptr;
6448 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6449 -(id)init;
6450 -(id)initWithOther: (FSFullTextSearch*)other;
6451 -(BOOL)isEmpty;
6452 -(void)setDataBasePath: (NSString *)path_of_data_base;
6453 -(FSProgressive*)startUpdateIndex: (FSDocumentsSource*)source pause: (id<FSPauseCallback>)pause reupdate: (BOOL)reupdate;
6454 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
6455 -(BOOL)searchOf: (NSString *)match_string rank_mode: (FSFullTextSearchRankMode)rank_mode callback: (id<FSSearchCallback>)callback;
6456 
6457 -(void)dealloc;
6458 
6459 @end
6460 
6461 typedef NS_ENUM(NSInteger, FSComplianceEngineViewOrPrintCondition) {
6467 };
6468 
6469 @interface FSComplianceEngine : NSObject
6470 {
6471  void *swigCPtr;
6472  BOOL swigCMemOwn;
6473 }
6474 -(void*)getCptr;
6475 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6476 +(FSErrorCode)initialize: (NSString *)compliance_resource_folder_path compliance_engine_unlockcode: (NSString *)compliance_engine_unlockcode;
6477 +(void)destroy;
6478 +(FSErrorCode)initializeThreadContext;
6479 +(void)releaseThreadContext;
6480 +(void)setTempFolderPath: (NSString *)temp_folder_path;
6481 +(void)setLanguage: (NSString *)language;
6482 -(id)init;
6483 
6484 -(void)dealloc;
6485 
6486 @end
6487 
6488 
6489 
6490 typedef NS_ENUM(NSInteger, FSPreflightSettingDataLibraryType) {
6494 };
6495 
6496 typedef NS_ENUM(NSInteger, FSPreflightSettingDataOperateType) {
6500 };
6501 
6502 @interface FSPreflightSettingData : NSObject
6503 {
6504  void *swigCPtr;
6505  BOOL swigCMemOwn;
6506 }
6507 @property (nonatomic, weak, getter=getPreflight_key) NSString * preflight_key;
6508 @property (nonatomic, getter=getOperate_type) FSPreflightSettingDataOperateType operate_type;
6509 @property (nonatomic, weak, getter=getSrc_pdf_path) NSString * src_pdf_path;
6510 @property (nonatomic, weak, getter=getSaved_pdf_path) NSString * saved_pdf_path;
6511 @property (nonatomic, getter=getFirst_page_index) int first_page_index;
6512 @property (nonatomic, getter=getLast_page_index) int last_page_index;
6513 -(void*)getCptr;
6514 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6515 -(id)init;
6516 -(void)dealloc;
6517 
6518 @end
6519 
6525 };
6526 
6530 };
6531 
6532 @interface FSPreflightReportSettingData : NSObject
6533 {
6534  void *swigCPtr;
6535  BOOL swigCMemOwn;
6536 }
6537 @property (nonatomic, getter=getReport_file_format_type) FSPreflightReportSettingDataReportFileFormatType report_file_format_type;
6538 @property (nonatomic, getter=getTo_generate_overview) BOOL to_generate_overview;
6539 @property (nonatomic, getter=getTo_highlight_problems) BOOL to_highlight_problems;
6540 @property (nonatomic, getter=getProblems_highlight_method) FSPreflightReportSettingDataProblemsHighlightMethod problems_highlight_method;
6541 @property (nonatomic, weak, getter=getReport_file_path) NSString * report_file_path;
6542 -(void*)getCptr;
6543 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6544 -(id)init;
6545 -(void)dealloc;
6546 
6547 @end
6548 
6549 @interface FSPreflight : FSBase
6550 -(void*)getCptr;
6551 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6552 -(id)init;
6553 -(id)initWithOther: (FSPreflight*)other;
6554 -(BOOL)isEmpty;
6555 -(NSArray<NSData *> *)getGroupNamesArray: (FSPreflightSettingDataLibraryType)library_type operate_type: (FSPreflightSettingDataOperateType)operate_type;
6556 -(NSArray<NSData *> *)getItemKeysArray: (NSString *)group_name;
6557 -(void)analyze: (FSPreflightSettingData*)preflight_setting_data progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6558 -(void)analyzeAndFixup: (FSPreflightSettingData*)preflight_setting_data progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6559 -(BOOL)generateReport: (FSPreflightReportSettingData*)preflight_report_setting_data progress_callback: (id<FSComplianceProgressCallback>)progress_callback;
6560 -(BOOL)canFixup: (NSString *)item_key;
6561 
6562 -(void)dealloc;
6563 
6564 @end
6565 
6566 typedef NS_ENUM(NSInteger, FSFixupDataFixupState) {
6570 };
6571 
6572 @interface FSFixupData : NSObject
6573 {
6574  void *swigCPtr;
6575  BOOL swigCMemOwn;
6576 }
6577 @property (nonatomic, getter=getUsed_count) unsigned int used_count;
6578 @property (nonatomic, getter=getState) FSFixupDataFixupState state;
6579 @property (nonatomic, weak, getter=getName) NSString * name;
6580 @property (nonatomic, weak, getter=getComment) NSString * comment;
6581 @property (nonatomic, weak, getter=getReasons) NSArray<NSString *> * reasons;
6582 -(void*)getCptr;
6583 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6584 -(id)init;
6585 -(id)initWithOther: (FSFixupData*)other;
6586 -(void)dealloc;
6587 
6588 @end
6589 
6590 typedef NS_ENUM(NSInteger, FSHitDataCheckSeverity) {
6594 };
6595 
6596 @interface FSHitData : NSObject
6597 {
6598  void *swigCPtr;
6599  BOOL swigCMemOwn;
6600 }
6601 @property (nonatomic, getter=getTriggered_count) unsigned int triggered_count;
6602 @property (nonatomic, getter=getSeverity) FSHitDataCheckSeverity severity;
6603 @property (nonatomic, weak, getter=getName) NSString * name;
6604 @property (nonatomic, weak, getter=getComment) NSString * comment;
6605 @property (nonatomic, weak, getter=getTrigger_values) NSArray<NSString *> * trigger_values;
6606 @property (nonatomic, getter=getPage_index) int page_index;
6607 -(void*)getCptr;
6608 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6609 -(id)init;
6610 -(id)initWithOther: (FSHitData*)other;
6611 -(void)dealloc;
6612 
6613 @end
6614 
6616 -(void*)getCptr;
6617 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6618 -(id)init;
6619 -(id)initWithOther: (FSResultInformation*)other;
6620 -(BOOL)isEmpty;
6621 -(int)getFixupDataCount;
6622 -(FSFixupData*)getFixupData: (int)index;
6623 -(int)getHitDataCount;
6624 -(FSHitData*)getHitData: (int)index;
6625 
6626 -(void)dealloc;
6627 
6628 @end
6629 
6630 typedef NS_ENUM(NSInteger, FSPDFAComplianceVersion) {
6642 };
6643 
6645 -(void*)getCptr;
6646 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6647 -(id)init;
6648 -(id)initWithOther: (FSPDFACompliance*)other;
6649 -(BOOL)isEmpty;
6650 -(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;
6651 -(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;
6652 
6653 -(void)dealloc;
6654 
6655 @end
6656 
6657 typedef NS_ENUM(NSInteger, FSPDFEComplianceVersion) {
6659 };
6660 
6662 -(void*)getCptr;
6663 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6664 -(id)init;
6665 -(id)initWithOther: (FSPDFECompliance*)other;
6666 -(BOOL)isEmpty;
6667 -(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;
6668 -(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;
6669 
6670 -(void)dealloc;
6671 
6672 @end
6673 
6674 typedef NS_ENUM(NSInteger, FSPDFXComplianceVersion) {
6692 };
6693 
6695 -(void*)getCptr;
6696 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6697 -(id)init;
6698 -(id)initWithOther: (FSPDFXCompliance*)other;
6699 -(BOOL)isEmpty;
6700 -(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;
6701 -(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;
6702 
6703 -(void)dealloc;
6704 
6705 @end
6706 
6708 -(void*)getCptr;
6709 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6710 -(id)init;
6711 -(id)initWithOther: (FSPDFCompliance*)other;
6712 -(BOOL)isEmpty;
6713 -(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;
6714 -(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;
6715 
6716 -(void)dealloc;
6717 
6718 @end
6719 
6720 typedef NS_ENUM(NSInteger, FSCompareResultInfoCompareResultType) {
6738 };
6739 
6740 @interface FSCompareResultInfo : NSObject
6741 {
6742  void *swigCPtr;
6743  BOOL swigCMemOwn;
6744 }
6745 @property (nonatomic, getter=getType) FSCompareResultInfoCompareResultType type;
6746 @property (nonatomic, weak, getter=getRect_array) FSRectFArray* rect_array;
6747 @property (nonatomic, weak, getter=getDiff_contents) NSString * diff_contents;
6748 -(void*)getCptr;
6749 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6750 -(id)initWithType: (FSCompareResultInfoCompareResultType)type rect_array: (FSRectFArray*)rect_array diff_contents: (NSString *)diff_contents;
6751 -(id)init;
6752 -(id)initWithResult_info: (FSCompareResultInfo*)result_info;
6753 -(void)dealloc;
6754 
6755 @end
6756 
6757 @interface FSCompareResultInfoArray : NSObject
6758 {
6759  void *swigCPtr;
6760  BOOL swigCMemOwn;
6761 }
6762 -(void*)getCptr;
6763 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6764 -(id)init;
6765 -(id)initWithOther: (FSCompareResultInfoArray*)other;
6766 -(unsigned long)getSize;
6767 -(FSCompareResultInfo*)getAt: (unsigned long)index;
6768 -(void)add: (FSCompareResultInfo*)element;
6769 -(void)removeAt: (unsigned long)index;
6770 -(void)insertAt: (unsigned long)index element: (FSCompareResultInfo*)element;
6771 -(void)removeAll;
6772 
6773 -(void)dealloc;
6774 
6775 @end
6776 
6777 @interface FSCompareResults : NSObject
6778 {
6779  void *swigCPtr;
6780  BOOL swigCMemOwn;
6781 }
6782 @property (nonatomic, weak, getter=getBase_doc_results) FSCompareResultInfoArray* base_doc_results;
6783 @property (nonatomic, weak, getter=getCompared_doc_results) FSCompareResultInfoArray* compared_doc_results;
6784 -(void*)getCptr;
6785 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6786 -(id)initWithBase_doc_results: (FSCompareResultInfoArray*)base_doc_results compared_doc_results: (FSCompareResultInfoArray*)compared_doc_results;
6787 -(id)init;
6788 -(id)initWithCompare_results: (FSCompareResults*)compare_results;
6789 -(void)clear;
6790 -(void)dealloc;
6791 
6792 @end
6793 
6794 typedef NS_ENUM(NSInteger, FSComparisonCompareType) {
6798 };
6799 
6800 @interface FSComparison : FSBase
6801 -(id)init NS_UNAVAILABLE;
6802 -(void*)getCptr;
6803 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6804 -(id)initWithBase_doc: (FSPDFDoc*)base_doc compared_doc: (FSPDFDoc*)compared_doc;
6805 -(id)initWithOther: (FSComparison*)other;
6806 -(BOOL)isEmpty;
6807 -(FSCompareResults*)doCompare: (int)base_page_index compared_page_index: (int)compared_page_index compare_flags: (unsigned int)compare_flags;
6808 -(FSPDFDoc*)generateComparedDoc: (unsigned int)compare_flags;
6809 -(FSPDFDoc*)GenerateComparedDocWithIsShowAllLayers: (unsigned int)compare_flags is_show_all_layers: (BOOL)is_show_all_layers;
6810 
6811 -(void)dealloc;
6812 
6813 @end
6814 
6815 @interface FSOptimizer : FSBase
6816 -(void*)getCptr;
6817 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6818 +(FSProgressive*)optimize: (FSPDFDoc*)doc settings: (FSOptimizerSettings*)settings pause: (id<FSPauseCallback>)pause;
6819 +(FSProgressive*)startSubsetEmbedFont: (FSPDFDoc*)doc pause: (id<FSPauseCallback>)pause;
6820 -(id)init;
6821 
6822 -(void)dealloc;
6823 
6824 @end
6825 
6826 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressMode) {
6831 };
6832 
6833 typedef NS_ENUM(NSInteger, FSImageSettingsImageCompressQuality) {
6839 };
6840 
6841 typedef NS_ENUM(NSInteger, FSImageSettingsStretchMode) {
6848 };
6849 
6851 -(void*)getCptr;
6852 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6853 -(id)init;
6854 -(id)initWithOther: (FSImageSettings*)other;
6855 -(BOOL)isEmpty;
6856 -(void)setStretchMode: (FSImageSettingsStretchMode)mode;
6857 -(void)setImageDPI: (int)dpi;
6858 -(void)setImageDPILimit: (int)dpi_limit;
6859 -(void)setCompressionMode: (FSImageSettingsImageCompressMode)mode;
6860 -(void)setQuality: (FSImageSettingsImageCompressQuality)quality;
6861 -(void)setBackgroundDownScale: (int)down_scale;
6862 -(void)setForegroundDownScale: (int)down_scale;
6863 -(void)setTextSensitivity: (int)text_sensitivity;
6864 
6865 -(void)dealloc;
6866 
6867 @end
6868 
6869 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressMode) {
6876 };
6877 
6878 typedef NS_ENUM(NSInteger, FSMonoImageSettingsMonoImageCompressQuality) {
6881 };
6882 
6883 typedef NS_ENUM(NSInteger, FSMonoImageSettingsStretchMode) {
6890 };
6891 
6893 -(void*)getCptr;
6894 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6895 -(id)init;
6896 -(id)initWithOther: (FSMonoImageSettings*)other;
6897 -(BOOL)isEmpty;
6898 -(void)setImageDPI: (int)dpi;
6899 -(void)setImageDPILimit: (int)dpi_limit;
6900 -(void)setCompressionMode: (FSMonoImageSettingsMonoImageCompressMode)mode;
6901 -(void)setStretchMode: (FSMonoImageSettingsStretchMode)mode;
6902 -(void)setQuality: (FSMonoImageSettingsMonoImageCompressQuality)quality;
6903 
6904 -(void)dealloc;
6905 
6906 @end
6907 
6909 -(void*)getCptr;
6910 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6911 -(id)init;
6912 -(id)initWithOther: (FSUnembeddedFontSettings*)other;
6913 -(BOOL)isEmpty;
6914 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
6915 
6916 -(void)dealloc;
6917 
6918 @end
6919 
6920 typedef NS_ENUM(NSInteger, FSOptimizerSettingsOptimizerOptions) {
6926 };
6927 
6928 typedef NS_ENUM(NSInteger, FSOptimizerSettingsCleanUpOptions) {
6933 };
6934 
6935 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardObjectsOptions) {
6945 };
6946 
6947 typedef NS_ENUM(NSInteger, FSOptimizerSettingsDiscardUserDataOptions) {
6954 };
6955 
6957 -(void*)getCptr;
6958 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
6959 -(id)init;
6960 -(id)initWithOther: (FSOptimizerSettings*)other;
6961 -(BOOL)isEmpty;
6962 -(void)setOptimizerOptions: (unsigned int)optimize_options;
6963 -(void)setColorGrayImageSettings: (FSImageSettings*)settings;
6964 -(void)setColorImageSettings: (FSImageSettings*)settings;
6965 -(void)setGrayscaleImageSettings: (FSImageSettings*)settings;
6966 -(void)setMonoImageSettings: (FSMonoImageSettings*)settings;
6967 -(void)setUnembeddedFontSettings: (FSUnembeddedFontSettings*)settings;
6968 -(void)setCleanUpOptions: (unsigned int)clean_up_options;
6969 -(void)setDiscardObjectsOptions: (unsigned int)discard_objects_options;
6970 -(void)setDiscardUserDataOptions: (unsigned int)discard_userdata_options;
6971 
6972 -(void)dealloc;
6973 
6974 @end
6975 
6976 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFPageMode) {
6979 };
6980 
6981 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFScalingMode) {
6985 };
6986 
6987 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFEncodingFormat) {
7062 };
7063 
7064 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFMediaStyle) {
7067 };
7068 
7069 @interface FSHTML2PDFSettingData : NSObject
7070 {
7071  void *swigCPtr;
7072  BOOL swigCMemOwn;
7073 }
7074 @property (nonatomic, getter=getPage_width) float page_width;
7075 @property (nonatomic, getter=getPage_height) float page_height;
7076 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
7077 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
7078 @property (nonatomic, getter=getRotate_degrees) FSRotation rotate_degrees;
7079 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
7080 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
7081 @property (nonatomic, getter=getPage_mode) FSHTML2PDFSettingDataHTML2PDFPageMode page_mode;
7082 @property (nonatomic, getter=getTo_generate_bookmarks) BOOL to_generate_bookmarks;
7083 @property (nonatomic, getter=getScaling_mode) FSHTML2PDFSettingDataHTML2PDFScalingMode scaling_mode;
7084 @property (nonatomic, getter=getEncoding_format) FSHTML2PDFSettingDataHTML2PDFEncodingFormat encoding_format;
7085 @property (nonatomic, getter=getTo_render_images) BOOL to_render_images;
7086 @property (nonatomic, getter=getTo_remove_underline_for_link) BOOL to_remove_underline_for_link;
7087 @property (nonatomic, getter=getTo_set_headerfooter) BOOL to_set_headerfooter;
7088 @property (nonatomic, weak, getter=getHeaderfooter_title) NSString * headerfooter_title;
7089 @property (nonatomic, weak, getter=getHeaderfooter_url) NSString * headerfooter_url;
7090 @property (nonatomic, weak, getter=getBookmark_root_name) NSString * bookmark_root_name;
7091 @property (nonatomic, getter=getTo_resize_objects) BOOL to_resize_objects;
7092 @property (nonatomic, getter=getTo_print_background) BOOL to_print_background;
7093 @property (nonatomic, getter=getTo_optimize_tag_tree) BOOL to_optimize_tag_tree;
7094 @property (nonatomic, getter=getMedia_style) FSHTML2PDFSettingDataHTML2PDFMediaStyle media_style;
7095 @property (nonatomic, getter=getTo_load_active_content) BOOL to_load_active_content;
7096 @property (nonatomic, getter=getTo_disable_sandbox) BOOL to_disable_sandbox;
7097 @property (nonatomic, getter=getTo_use_blacklist) BOOL to_use_blacklist;
7098 -(void*)getCptr;
7099 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7100 -(id)init;
7101 -(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;
7102 -(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;
7103 -(void)dealloc;
7104 
7105 @end
7106 
7107 @interface FSTXT2PDFSettingData : NSObject
7108 {
7109  void *swigCPtr;
7110  BOOL swigCMemOwn;
7111 }
7112 @property (nonatomic, getter=getPage_width) float page_width;
7113 @property (nonatomic, getter=getPage_height) float page_height;
7114 @property (nonatomic, weak, getter=getPage_margin) FSRectF* page_margin;
7115 @property (nonatomic, weak, getter=getFont) FSFont* font;
7116 @property (nonatomic, getter=getText_size) float text_size;
7117 @property (nonatomic, getter=getText_color) unsigned int text_color;
7118 @property (nonatomic, getter=getLinespace) float linespace;
7119 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
7120 -(void*)getCptr;
7121 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7122 -(id)init;
7123 -(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;
7124 -(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;
7125 -(void)dealloc;
7126 
7127 @end
7128 
7129 
7130 
7131 typedef NS_ENUM(NSInteger, FSDWG2PDFSettingDataDWG2PDFExportFlags) {
7146 };
7147 
7153 };
7154 
7159 };
7160 
7161 typedef NS_ENUM(NSInteger, FSDWG2PDFSettingDataDWG2PDFColorPolicy) {
7165 };
7166 
7167 @interface FSDWG2PDFSettingData : NSObject
7168 {
7169  void *swigCPtr;
7170  BOOL swigCMemOwn;
7171 }
7172 @property (nonatomic, getter=getExport_flags) unsigned int export_flags;
7173 @property (nonatomic, getter=getExport_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType export_hatches_type;
7174 @property (nonatomic, getter=getOther_export_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType other_export_hatches_type;
7175 @property (nonatomic, getter=getGradient_export_hatches_type) FSDWG2PDFSettingDataDWG2PDFExportHatchesType gradient_export_hatches_type;
7176 @property (nonatomic, getter=getSearchable_text_type) FSDWG2PDFSettingDataDWG2PDFSearchableTextType searchable_text_type;
7177 @property (nonatomic, getter=getIs_active_layout) BOOL is_active_layout;
7178 @property (nonatomic, weak, getter=getOutput_title) NSString * output_title;
7179 @property (nonatomic, weak, getter=getOutput_author) NSString * output_author;
7180 @property (nonatomic, weak, getter=getOutput_subject) NSString * output_subject;
7181 @property (nonatomic, weak, getter=getOutput_keywords) NSString * output_keywords;
7182 @property (nonatomic, weak, getter=getOutput_creator) NSString * output_creator;
7183 @property (nonatomic, weak, getter=getOutput_producer) NSString * output_producer;
7184 @property (nonatomic, getter=getPaper_width) float paper_width;
7185 @property (nonatomic, getter=getPaper_height) float paper_height;
7186 @property (nonatomic, getter=getColor_policy) FSDWG2PDFSettingDataDWG2PDFColorPolicy color_policy;
7187 @property (nonatomic, getter=getIs_output_progress) BOOL is_output_progress;
7188 @property (nonatomic, weak, getter=getProgress_callback) SWIGTYPE_p_void* progress_callback;
7189 -(void*)getCptr;
7190 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7191 -(id)init;
7192 -(void)dealloc;
7193 
7194 @end
7195 
7196 @interface FSHTML2PDFRelatedResource : NSObject
7197 {
7198  void *swigCPtr;
7199  BOOL swigCMemOwn;
7200 }
7201 @property (nonatomic, retain, getter=getRelated_resource_file) id<FSFileReaderCallback> related_resource_file;
7202 @property (nonatomic, weak, getter=getResource_file_relative_path) NSString * resource_file_relative_path;
7203 -(void*)getCptr;
7204 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7205 -(id)init;
7206 -(void)dealloc;
7207 
7208 @end
7209 
7210 @interface FSHTML2PDFRelatedResourceArray : NSObject
7211 {
7212  void *swigCPtr;
7213  BOOL swigCMemOwn;
7214 }
7215 -(void*)getCptr;
7216 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7217 -(id)init;
7218 -(id)initWithOther: (FSHTML2PDFRelatedResourceArray*)other;
7219 -(unsigned long)getSize;
7220 -(FSHTML2PDFRelatedResource*)getAt: (unsigned long)index;
7221 -(void)add: (FSHTML2PDFRelatedResource*)element;
7222 -(void)removeAt: (unsigned long)index;
7223 -(void)insertAt: (unsigned long)index element: (FSHTML2PDFRelatedResource*)element;
7224 -(void)removeAll;
7225 
7226 -(void)dealloc;
7227 
7228 @end
7229 
7230 @interface FSConvert : FSBase
7231 -(void*)getCptr;
7232 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7233 +(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;
7234 +(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;
7235 +(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;
7236 +(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;
7237 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (FSTXT2PDFSettingData*)setting_data;
7238 +(void)fromImage: (NSString *)src_img saved_pdf_path: (NSString *)saved_pdf_path;
7239 +(void)fromImageWithStreamCallback: (id<FSFileReaderCallback>)file_reader saved_pdf_filestream: (id<FSFileWriterCallback>)saved_pdf_filestream;
7240 +(BOOL)fromDWG: (NSString *)engine_path src_dwg_path: (NSString *)src_dwg_path saved_pdf_path: (NSString *)saved_pdf_path settings: (FSDWG2PDFSettingData*)settings;
7241 +(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;
7242 -(id)init;
7243 
7244 -(void)dealloc;
7245 
7246 @end
7247 
7248 typedef NS_ENUM(NSInteger, FSLRElementElementType) {
7321 };
7322 
7323 @interface FSLRElement : FSBase
7324 -(void*)getCptr;
7325 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7326 -(id)initWithOther: (FSLRElement*)other;
7327 -(BOOL)isEmpty;
7329 -(BOOL)isContentElement;
7331 -(BOOL)isStructureElement;
7332 -(NSString *)stringifyType;
7333 +(NSString *)stringifyElementType: (FSLRElementElementType)type;
7334 
7335 -(void)dealloc;
7336 
7337 @end
7338 
7339 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeType) {
7391 };
7392 
7393 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeValueEnum) {
7460 };
7461 
7462 typedef NS_ENUM(NSInteger, FSLRStructureElementAttributeValueType) {
7476 };
7477 
7479 -(id)init NS_UNAVAILABLE;
7480 -(void*)getCptr;
7481 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7482 -(id)initWithOther: (FSLRStructureElement*)other;
7483 -(id)initWithElement: (FSLRElement*)element;
7484 +(NSString *)stringifyAttributeType: (FSLRStructureElementAttributeType)type;
7485 +(FSLRStructureElementAttributeType)parseAttributeType: (NSString *)type_string;
7486 +(NSString *)stringifyEnumVariant: (FSLRStructureElementAttributeValueEnum)type;
7487 +(BOOL)isArrayAttributeValueType: (FSLRStructureElementAttributeValueType)type;
7489 -(FSLRStructureElementAttributeType)getSupportedAttribute: (int)index;
7490 -(int)getAttributeValueCount: (FSLRStructureElementAttributeType)type;
7492 -(FSLRStructureElementAttributeValueEnum)getAttributeValueEnum: (FSLRStructureElementAttributeType)type index: (int)index;
7493 -(int)getAttributeValueInt32: (FSLRStructureElementAttributeType)type index: (int)index;
7494 -(float)getAttributeValueFloat: (FSLRStructureElementAttributeType)type index: (int)index;
7495 -(unsigned int)getAttributeValueARGB: (FSLRStructureElementAttributeType)type index: (int)index;
7496 -(NSString *)getAttributeValueString: (FSLRStructureElementAttributeType)type index: (int)index;
7497 -(FSLRStructureElement*)getAttributeValueElement: (FSLRStructureElementAttributeType)type index: (int)index;
7499 -(int)getChildCount;
7500 -(FSLRElement*)getChild: (int)index;
7501 -(FSRectF*)getBBox;
7502 
7503 -(void)dealloc;
7504 
7505 @end
7506 
7508 -(id)init NS_UNAVAILABLE;
7509 -(void*)getCptr;
7510 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7511 -(id)initWithOther: (FSLRGraphicsObjectElement*)other;
7512 -(id)initWithElement: (FSLRElement*)element;
7517 -(FSRectF*)getBBox;
7519 
7520 -(void)dealloc;
7521 
7522 @end
7523 
7525 -(id)init NS_UNAVAILABLE;
7526 -(void*)getCptr;
7527 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7528 -(id)initWithOther: (FSLRContentElement*)other;
7529 -(id)initWithElement: (FSLRElement*)element;
7533 -(FSRectF*)getBBox;
7535 
7536 -(void)dealloc;
7537 
7538 @end
7539 
7540 @interface FSLRContext : FSBase
7541 -(id)init NS_UNAVAILABLE;
7542 -(void*)getCptr;
7543 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7544 -(id)initWithPage: (FSPDFPage*)page;
7545 -(id)initWithOther: (FSLRContext*)other;
7546 -(BOOL)isEmpty;
7547 -(FSProgressive*)startParse: (id<FSPauseCallback>)pause;
7549 
7550 -(void)dealloc;
7551 
7552 @end
7553 
7554 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportCategory) {
7564 };
7565 
7566 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportConfidence) {
7572 };
7573 
7574 
7575 
7576 @interface FSTaggedPDF : FSBase
7577 -(id)init NS_UNAVAILABLE;
7578 -(void*)getCptr;
7579 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7580 -(id)initWithDoc: (FSPDFDoc*)doc;
7581 -(id)initWithOther: (FSTaggedPDF*)other;
7582 -(BOOL)isEmpty;
7583 -(void)setCallback: (id<FSTaggedPDFCallback>)callback;
7584 -(FSProgressive*)startTagDocument: (id<FSPauseCallback>)pause;
7585 -(int)getFigureCount;
7586 -(BOOL)setAsDecorativeFigure: (int)figure_index;
7587 -(void)setFigureAlternateText: (int)figure_index alternate_text: (NSString *)alternate_text;
7588 -(NSString *)getFigureAlternateText: (int)figure_index;
7589 -(FSRectF*)getFigureRect: (int)figure_index;
7590 -(int)getFigurePageIndex: (int)figure_index;
7591 
7592 -(void)dealloc;
7593 
7594 @end
7595 
7596 @interface FSFindOption : NSObject
7597 {
7598  void *swigCPtr;
7599  BOOL swigCMemOwn;
7600 }
7601 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
7602 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
7603 -(id)init NS_UNAVAILABLE;
7604 -(void*)getCptr;
7605 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7606 -(id)initWithIs_whole_word: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7607 -(id)initWithFind_option: (FSFindOption*)find_option;
7608 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7609 -(void)dealloc;
7610 
7611 @end
7612 
7613 
7614 
7616 -(id)init NS_UNAVAILABLE;
7617 -(void*)getCptr;
7618 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7619 -(id)initWithDoc: (FSPDFDoc*)doc;
7620 -(id)initWithOther: (FSTextSearchReplace*)other;
7621 -(BOOL)isEmpty;
7622 -(void)setPattern: (NSString *)keywords page_index: (int)page_index find_option: (FSFindOption*)find_option;
7623 -(void)setReplaceCallback: (id<FSReplaceCallback>)replace_callback;
7624 -(BOOL)replacePrev: (NSString *)replace_text;
7625 -(BOOL)replaceNext: (NSString *)replace_text;
7626 
7627 -(void)dealloc;
7628 
7629 @end
7630 
7631 
7632 
7634 -(id)init NS_UNAVAILABLE;
7635 -(void*)getCptr;
7636 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7637 -(id)initWithOther: (FSParagraphEditingUndoItem*)other;
7638 -(BOOL)isEmpty;
7639 -(void)undo;
7640 -(void)redo;
7641 
7642 -(void)dealloc;
7643 
7644 @end
7645 
7646 typedef NS_ENUM(NSInteger, FSParagraphEditingBulletType) {
7656 };
7657 
7658 typedef NS_ENUM(NSInteger, FSParagraphEditingNumberingType) {
7665 };
7666 
7668 -(id)init NS_UNAVAILABLE;
7669 -(void*)getCptr;
7670 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7671 -(id)initWithOther: (FSParagraphEditing*)other;
7672 -(BOOL)isEmpty;
7673 -(BOOL)activate;
7674 -(BOOL)deactivate;
7675 -(void)startEditing: (int)page_index start_point: (FSPointF*)start_point end_point: (FSPointF*)end_point;
7676 -(void)exitEditing: (BOOL)is_end_directly;
7677 -(BOOL)insertText: (NSString *)text;
7678 -(BOOL)render: (FSInt32Array*)page_index_array renderer: (FSRenderer*)renderer;
7679 -(BOOL)onChar: (unsigned int)char_code;
7680 -(BOOL)onKeyDown: (unsigned int)key_code;
7681 -(BOOL)onKeyUp: (unsigned int)key_code;
7682 -(BOOL)onLButtonDown: (int)page_index point: (FSPointF*)point;
7683 -(BOOL)onLButtonUp: (int)page_index point: (FSPointF*)point;
7684 -(BOOL)onLButtonDoubleClick: (int)page_index point: (FSPointF*)point;
7685 -(BOOL)onMouseMove: (int)page_index point: (FSPointF*)point;
7686 -(BOOL)onMouseWheel: (int)page_index point: (FSPointF*)point delta: (int)delta;
7687 -(BOOL)canSelectAll;
7688 -(BOOL)selectAll;
7689 -(BOOL)canDelete;
7690 -(BOOL)deleteSelected;
7691 -(BOOL)canCopy;
7692 -(BOOL)copySelected;
7693 -(BOOL)canCut;
7694 -(BOOL)cutSelected;
7695 -(BOOL)canPaste;
7696 -(BOOL)pasteSelected;
7697 -(BOOL)canDeselectAll;
7698 -(BOOL)deselectAll;
7699 -(void)setFontName: (NSString *)font_name;
7700 -(void)setFontSize: (float)font_size;
7701 -(void)setTextColor: (unsigned int)text_color;
7702 -(void)setBold: (BOOL)is_bold;
7703 -(void)setItalic: (BOOL)is_italic;
7704 -(void)setAlignment: (FSAlignment)alignment;
7705 -(void)setCharSpace: (float)char_space;
7706 -(void)setCharHorizontalScale: (int)scale;
7707 -(void)setLineSpace: (float)line_space;
7708 -(void)setUnderline: (BOOL)is_underline;
7709 -(void)setStrikethrough: (BOOL)is_striketrough;
7710 -(void)setSuperscript: (BOOL)is_superscript;
7711 -(void)setSubscript: (BOOL)is_subscript;
7712 -(void)setParagraphSpacing: (float)paragraph_space;
7713 -(void)indent;
7714 -(void)dedent;
7715 -(void)setBulletedList: (FSParagraphEditingBulletType)bullet_type;
7716 -(void)setNumberedList: (FSParagraphEditingNumberingType)numbering_type;
7717 
7718 -(void)dealloc;
7719 
7720 @end
7721 
7722 typedef NS_ENUM(NSInteger, FSJoinSplitJoinSplitOperationType) {
7729 };
7730 
7731 @interface FSJoinSplit : FSBase
7732 -(id)init NS_UNAVAILABLE;
7733 -(void*)getCptr;
7734 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7735 -(id)initWithOther: (FSJoinSplit*)other;
7736 -(BOOL)isEmpty;
7737 -(BOOL)activate;
7738 -(BOOL)deactivate;
7739 -(void)exitJoinEditing;
7740 -(BOOL)render: (FSInt32Array*)page_index_array renderer: (FSRenderer*)renderer;
7741 -(BOOL)onLButtonDown: (int)page_index point: (FSPointF*)point;
7742 -(BOOL)onLButtonUp: (int)page_index point: (FSPointF*)point;
7743 -(BOOL)onMouseMove: (int)page_index point: (FSPointF*)point;
7744 -(BOOL)getEnableStatus: (FSJoinSplitJoinSplitOperationType)type;
7745 -(void)joinBoxes;
7746 -(void)splitBoxes;
7747 -(void)linkBoxes;
7748 -(void)unlinkBoxes;
7749 -(void)selectNone;
7750 
7751 -(void)dealloc;
7752 
7753 @end
7754 
7756 -(id)init NS_UNAVAILABLE;
7757 -(void*)getCptr;
7758 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7759 -(id)initWithCallback: (id<FSParagraphEditingProviderCallback>)callback document: (FSPDFDoc*)document;
7760 -(id)initWithOther: (FSParagraphEditingMgr*)other;
7761 -(BOOL)isEmpty;
7764 -(void)setSystemDPI: (float)horizontal_dpi vertical_dpi: (float)vertical_dpi;
7765 
7766 -(void)dealloc;
7767 
7768 @end
7769 
7770 typedef NS_ENUM(NSInteger, FSResponseResponseType) {
7774 };
7775 
7776 @interface FSResponse : NSObject
7777 {
7778  void *swigCPtr;
7779  BOOL swigCMemOwn;
7780 }
7781 @property (nonatomic, getter=getType) FSResponseResponseType type;
7782 @property (nonatomic, weak, getter=getResponse_data) NSData * response_data;
7783 -(void*)getCptr;
7784 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7785 -(id)initWithType: (FSResponseResponseType)type response_data: (NSData *)response_data;
7786 -(id)init;
7787 -(id)initWithOther: (FSResponse*)other;
7788 -(void)set: (FSResponseResponseType)type response_data: (NSData *)response_data;
7789 
7790 -(void)dealloc;
7791 
7792 @end
7793 
7794 @interface FSTimeRange : NSObject
7795 {
7796  void *swigCPtr;
7797  BOOL swigCMemOwn;
7798 }
7799 @property (nonatomic, weak, getter=getStart_time) FSDateTime* start_time;
7800 @property (nonatomic, weak, getter=getEnd_time) FSDateTime* end_time;
7801 -(void*)getCptr;
7802 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7803 -(id)initWithStart_time: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
7804 -(id)init;
7805 -(id)initWithOther: (FSTimeRange*)other;
7806 -(void)set: (FSDateTime*)start_time end_time: (FSDateTime*)end_time;
7807 -(void)dealloc;
7808 
7809 @end
7810 
7811 typedef NS_ENUM(NSInteger, FSCertVerifyResultCertStatus) {
7816 };
7817 
7818 typedef NS_ENUM(NSInteger, FSCertVerifyResultRevocationReason) {
7830 };
7831 
7832 typedef NS_ENUM(NSInteger, FSCertVerifyResultResponseInfoLocation) {
7837 };
7838 
7839 @interface FSCertVerifyResult : NSObject
7840 {
7841  void *swigCPtr;
7842  BOOL swigCMemOwn;
7843 }
7844 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
7845 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
7846 @property (nonatomic, weak, getter=getResponse) FSResponse* response;
7847 @property (nonatomic, weak, getter=getResponse_effect_time_range) FSTimeRange* response_effect_time_range;
7848 @property (nonatomic, weak, getter=getRevoke_time) FSDateTime* revoke_time;
7849 @property (nonatomic, getter=getCert_status) FSCertVerifyResultCertStatus cert_status;
7850 @property (nonatomic, getter=getReason) FSCertVerifyResultRevocationReason reason;
7851 @property (nonatomic, weak, getter=getCert_check_time) FSDateTime* cert_check_time;
7852 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
7853 @property (nonatomic, weak, getter=getSignature_vri_creation_time) FSDateTime* signature_vri_creation_time;
7854 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
7855 @property (nonatomic, weak, getter=getResponse_signature_vri_creation_time) FSDateTime* response_signature_vri_creation_time;
7856 @property (nonatomic, getter=getResponse_info_location) FSCertVerifyResultResponseInfoLocation response_info_location;
7857 @property (nonatomic, weak, getter=getCert) NSData * cert;
7858 -(void*)getCptr;
7859 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7860 -(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;
7861 -(id)init;
7862 -(id)initWithOther: (FSCertVerifyResult*)other;
7863 -(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;
7864 
7865 -(void)dealloc;
7866 
7867 @end
7868 
7869 @interface FSCertVerifyResultArray : NSObject
7870 {
7871  void *swigCPtr;
7872  BOOL swigCMemOwn;
7873 }
7874 -(void*)getCptr;
7875 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7876 -(id)init;
7877 -(id)initWithOther: (FSCertVerifyResultArray*)other;
7878 -(unsigned long)getSize;
7879 -(FSCertVerifyResult*)getAt: (unsigned long)index;
7880 -(void)add: (FSCertVerifyResult*)element;
7881 -(void)removeAt: (unsigned long)index;
7882 -(void)insertAt: (unsigned long)index element: (FSCertVerifyResult*)element;
7883 -(void)removeAll;
7884 
7885 -(void)dealloc;
7886 
7887 @end
7888 
7889 @interface FSCertIssuerPair : NSObject
7890 {
7891  void *swigCPtr;
7892  BOOL swigCMemOwn;
7893 }
7894 @property (nonatomic, weak, getter=getIssuer) NSData * issuer;
7895 @property (nonatomic, weak, getter=getCert) NSData * cert;
7896 -(void*)getCptr;
7897 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7898 -(id)initWithCert: (NSData *)cert issuer: (NSData *)issuer;
7899 -(id)init;
7900 -(id)initWithOther: (FSCertIssuerPair*)other;
7901 -(void)set: (NSData *)cert issuer: (NSData *)issuer;
7902 
7903 -(void)dealloc;
7904 
7905 @end
7906 
7907 @interface FSRevocationArrayInfo : NSObject
7908 {
7909  void *swigCPtr;
7910  BOOL swigCMemOwn;
7911 }
7912 @property (nonatomic, weak, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
7913 @property (nonatomic, weak, getter=getCrl_array) NSArray<NSData *> * crl_array;
7914 -(void*)getCptr;
7915 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7916 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7917 -(id)init;
7918 -(id)initWithOther: (FSRevocationArrayInfo*)other;
7919 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7920 -(void)dealloc;
7921 
7922 @end
7923 
7924 
7925 
7926 
7927 
7928 @interface FSSignatureVerifyResultArray : NSObject
7929 {
7930  void *swigCPtr;
7931  BOOL swigCMemOwn;
7932 }
7933 -(void*)getCptr;
7934 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7935 -(id)init;
7936 -(id)initWithOther: (FSSignatureVerifyResultArray*)other;
7937 -(unsigned long)getSize;
7938 -(FSSignatureVerifyResult*)getAt: (unsigned long)index;
7939 -(void)add: (FSSignatureVerifyResult*)element;
7940 -(void)removeAt: (unsigned long)index;
7941 -(void)insertAt: (unsigned long)index element: (FSSignatureVerifyResult*)element;
7942 -(void)removeAll;
7943 
7944 -(void)dealloc;
7945 
7946 @end
7947 
7948 typedef NS_ENUM(NSInteger, FSLTVVerifierTimeType) {
7953 };
7954 
7955 typedef NS_ENUM(NSInteger, FSLTVVerifierVerifyMode) {
7957 };
7958 
7959 @interface FSLTVVerifier : FSBase
7960 -(id)init NS_UNAVAILABLE;
7961 -(void*)getCptr;
7962 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7963 -(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;
7964 -(id)initWithOther: (FSLTVVerifier*)other;
7965 -(BOOL)isEmpty;
7966 -(void)setRevocationCallback: (id<FSRevocationCallback>)callback;
7967 -(void)setVerifyMode: (FSLTVVerifierVerifyMode)mode;
7968 -(void)setTrustedCertStoreCallback: (id<FSTrustedCertStoreCallback>)callback;
7970 -(FSSignatureVerifyResultArray*)verifySignature: (FSSignature*)signature;
7971 -(void)addDSS: (FSSignatureVerifyResult*)signature_verify_result;
7972 
7973 -(void)dealloc;
7974 
7975 @end
7976 
7977 typedef NS_ENUM(NSInteger, FSSignatureVerifyResultLTVState) {
7981 };
7982 
7984 -(id)init NS_UNAVAILABLE;
7985 -(void*)getCptr;
7986 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
7987 -(id)initWithOther: (FSSignatureVerifyResult*)other;
7988 -(BOOL)isEmpty;
7989 -(NSString *)getSignatureName;
7990 -(unsigned int)getSignatureState;
7997 -(NSData *)getSignatureHashValue;
7998 
7999 -(void)dealloc;
8000 
8001 @end
8002 
8004 @property (nonatomic, weak, getter=getText_state) FSTextState* text_state;
8005 @property (nonatomic, weak, getter=getText) NSString * text;
8006 -(id)init NS_UNAVAILABLE;
8007 -(void*)getCptr;
8008 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8009 -(id)initWithText_state: (FSTextState*)text_state text: (NSString *)text;
8010 -(id)initWithText_data: (FSTextFillSignObjectData*)text_data;
8011 -(void)set: (FSTextState*)text_state text: (NSString *)text;
8012 -(void)dealloc;
8013 
8014 @end
8015 
8016 @interface FSTextFillSignObjectDataArray : NSObject
8017 {
8018  void *swigCPtr;
8019  BOOL swigCMemOwn;
8020 }
8021 -(void*)getCptr;
8022 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8023 -(id)init;
8024 -(id)initWithOther: (FSTextFillSignObjectDataArray*)other;
8025 -(unsigned long)getSize;
8026 -(FSTextFillSignObjectData*)getAt: (unsigned long)index;
8027 -(void)add: (FSTextFillSignObjectData*)element;
8028 -(void)removeAt: (unsigned long)index;
8029 -(void)insertAt: (unsigned long)index element: (FSTextFillSignObjectData*)element;
8030 -(void)removeAll;
8031 
8032 -(void)dealloc;
8033 
8034 @end
8035 
8036 typedef NS_ENUM(NSInteger, FSFillSignFillSignObjectType) {
8045 };
8046 
8047 @interface FSFillSign : FSBase
8048 -(id)init NS_UNAVAILABLE;
8049 -(void*)getCptr;
8050 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8051 -(id)initWithPage: (FSPDFPage*)page;
8052 -(id)initWithOther: (FSFillSign*)other;
8053 -(BOOL)isEmpty;
8054 -(FSFillSignObject*)addObject: (FSFillSignFillSignObjectType)type point: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
8055 -(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;
8056 -(BOOL)removeObject: (FSFillSignObject*)fillsign_object;
8057 -(FSFillSignObject*)getObjectAtPoint: (FSPointF*)point;
8058 -(FSFillSignObject*)getObjectAtDevicePoint: (FSPointF*)point matrix: (FSMatrix2D*)matrix;
8059 
8060 -(void)dealloc;
8061 
8062 @end
8063 
8065 -(void*)getCptr;
8066 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8067 -(id)initWithOther: (FSFillSignObject*)other;
8068 -(id)init;
8069 -(BOOL)isEmpty;
8071 -(void)move: (FSPointF*)point width: (float)width height: (float)height rotation: (FSRotation)rotation;
8072 -(FSRectF*)getRect;
8073 -(BOOL)generateContent;
8074 
8075 -(void)dealloc;
8076 
8077 @end
8078 
8080 -(id)init NS_UNAVAILABLE;
8081 -(void*)getCptr;
8082 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8083 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
8085 -(BOOL)isCombFieldMode;
8086 
8087 -(void)dealloc;
8088 
8089 @end
8090 
8092 -(id)init NS_UNAVAILABLE;
8093 -(void*)getCptr;
8094 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8095 -(id)initWithFillsign_object: (FSFillSignObject*)fillsign_object;
8096 -(BOOL)isInitialsType;
8097 -(void)setBitmap: (FSBitmap*)bitmap;
8098 
8099 -(void)dealloc;
8100 
8101 @end
8102 
8104 -(id)init NS_UNAVAILABLE;
8105 -(void*)getCptr;
8106 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8107 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8108 -(id)initWithDoc: (FSPDFDoc*)doc;
8109 -(id)initWithOther: (FSCombineDocumentInfo*)other;
8110 -(BOOL)isEmpty;
8111 -(void)setBookmarkTitle: (NSString *)bookmark_title;
8112 -(void)setPDFFileName: (NSString *)pdf_file_name;
8113 
8114 -(void)dealloc;
8115 
8116 @end
8117 
8118 @interface FSCombineDocumentInfoArray : NSObject
8119 {
8120  void *swigCPtr;
8121  BOOL swigCMemOwn;
8122 }
8123 -(void*)getCptr;
8124 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8125 -(id)init;
8126 -(id)initWithOther: (FSCombineDocumentInfoArray*)other;
8127 -(unsigned long)getSize;
8128 -(FSCombineDocumentInfo*)getAt: (unsigned long)index;
8129 -(void)add: (FSCombineDocumentInfo*)element;
8130 -(void)removeAt: (unsigned long)index;
8131 -(void)insertAt: (unsigned long)index element: (FSCombineDocumentInfo*)element;
8132 -(void)removeAll;
8133 
8134 -(void)dealloc;
8135 
8136 @end
8137 
8138 typedef NS_ENUM(NSInteger, FSCombinationCombineDocsOptions) {
8149 };
8150 
8151 @interface FSCombination : FSBase
8152 -(void*)getCptr;
8153 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8154 +(FSProgressive*)startCombineDocuments: (NSString *)dest_file_path document_array: (FSCombineDocumentInfoArray*)document_array options: (unsigned int)options pause: (id<FSPauseCallback>)pause;
8155 +(FSProgressive*)startCombineDocumentsWithWriterCallback: (id<FSFileWriterCallback>)dest_file document_array: (FSCombineDocumentInfoArray*)document_array options: (unsigned int)options pause: (id<FSPauseCallback>)pause;
8156 -(id)init;
8157 
8158 -(void)dealloc;
8159 
8160 @end
8161 
8163 -(id)init NS_UNAVAILABLE;
8164 -(void*)getCptr;
8165 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8166 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8167 -(id)initWithReader_callback: (id<FSFileReaderCallback>)reader_callback password: (NSString *)password file_name: (NSString *)file_name;
8168 -(id)initWithOther: (FSFormFileInfo*)other;
8169 -(BOOL)isEmpty;
8170 
8171 -(void)dealloc;
8172 
8173 @end
8174 
8175 @interface FSFormFileInfoArray : NSObject
8176 {
8177  void *swigCPtr;
8178  BOOL swigCMemOwn;
8179 }
8180 -(void*)getCptr;
8181 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8182 -(id)init;
8183 -(id)initWithOther: (FSFormFileInfoArray*)other;
8184 -(unsigned long)getSize;
8185 -(FSFormFileInfo*)getAt: (unsigned long)index;
8186 -(void)add: (FSFormFileInfo*)element;
8187 -(void)removeAt: (unsigned long)index;
8188 -(void)insertAt: (unsigned long)index element: (FSFormFileInfo*)element;
8189 -(void)removeAll;
8190 
8191 -(void)dealloc;
8192 
8193 @end
8194 
8196 -(void*)getCptr;
8197 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8198 +(void)combineFormsToCSV: (FSFormFileInfoArray*)form_file_array dest_csv_file: (NSString *)dest_csv_file append: (BOOL)append;
8199 +(void)combineFormsToCSVWithStreamCallback: (FSFormFileInfoArray*)form_file_array dest_csv_file: (id<FSFileStreamCallback>)dest_csv_file append: (BOOL)append;
8200 -(id)init;
8201 
8202 -(void)dealloc;
8203 
8204 @end
8205 
8216 };
8217 
8218 
8219 
8220 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSummaryLayout) {
8226 };
8227 
8228 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsSortType) {
8233 };
8234 
8235 typedef NS_ENUM(NSInteger, FSAnnotationSummarySettingsFontSizeType) {
8239 };
8240 
8242 -(void*)getCptr;
8243 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8244 -(id)init;
8245 -(id)initWithOther: (FSAnnotationSummarySettings*)other;
8246 -(BOOL)isEmpty;
8247 -(void)setSummaryLayout: (FSAnnotationSummarySettingsSummaryLayout)type;
8248 -(void)setSortType: (FSAnnotationSummarySettingsSortType)type;
8249 -(void)setFontSize: (FSAnnotationSummarySettingsFontSizeType)type;
8250 -(void)setAnnotType: (FSAnnotType)type use_all: (BOOL)use_all;
8251 -(void)setFileTitle: (NSString *)title;
8252 -(void)setPageRect: (FSRectF*)rect;
8253 -(void)setPageMargin: (FSRectF*)margin;
8254 -(void)setStartPage: (int)page_index;
8255 -(void)setEndPage: (int)page_index;
8256 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
8257 -(void)setConnectorLineColor: (unsigned int)color;
8258 -(void)setConnectorLineOpacity: (float)opacity;
8259 -(void)setAnnotThumbnail: (FSAnnotType)type thumbnail: (FSBitmap*)thumbnail;
8260 
8261 -(void)dealloc;
8262 
8263 @end
8264 
8266 -(id)init NS_UNAVAILABLE;
8267 -(void*)getCptr;
8268 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8269 -(id)initWithDocument: (FSPDFDoc*)document;
8270 -(id)initWithOther: (FSAnnotationSummary*)other;
8271 -(BOOL)isEmpty;
8272 -(void)setCallback: (id<FSAnnotationSummaryCallback>)callback;
8273 -(FSProgressive*)startSummarize: (NSString *)dest_file_path settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
8274 -(FSProgressive*)startSummarizeWithWriterCallback: (id<FSFileWriterCallback>)dest_file settings: (FSAnnotationSummarySettings*)settings pause: (id<FSPauseCallback>)pause;
8275 
8276 -(void)dealloc;
8277 
8278 @end
8279 
8280 typedef NS_ENUM(NSInteger, FSOutputPreviewShowType) {
8305 };
8306 
8307 typedef NS_ENUM(NSInteger, FSOutputPreviewColorantType) {
8310 };
8311 
8313 -(id)init NS_UNAVAILABLE;
8314 -(void*)getCptr;
8315 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8316 -(id)initWithPdf_doc: (FSPDFDoc*)pdf_doc;
8317 -(id)initWithOther: (FSOutputPreview*)other;
8318 -(BOOL)isEmpty;
8319 -(void)setSimulationProfile: (NSString *)icc_profile_path;
8320 -(void)setShowType: (FSOutputPreviewShowType)show_type;
8321 -(NSArray<NSString *> *)getPlates: (FSOutputPreviewColorantType)colorant_type;
8322 -(unsigned int)getSpotPlateColor: (NSString *)plate_name;
8323 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
8324 -(BOOL)isChecked: (NSString *)plate_name;
8325 -(void)enableSimulateOverprint: (BOOL)is_to_simulate_overprint;
8326 -(FSBitmap*)generatePreviewBitmap: (FSPDFPage*)page matrix: (FSMatrix2D*)matrix renderer: (FSRenderer*)renderer;
8327 
8328 -(void)dealloc;
8329 
8330 @end
8331 
8332 typedef NS_ENUM(NSInteger, FSPortfolioNodeType) {
8336 };
8337 
8339 -(void*)getCptr;
8340 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8341 -(id)initWithOther: (FSPortfolioNode*)other;
8342 -(BOOL)isEmpty;
8344 
8345 -(void)dealloc;
8346 
8347 @end
8348 
8349 @interface FSPortfolioNodeArray : NSObject
8350 {
8351  void *swigCPtr;
8352  BOOL swigCMemOwn;
8353 }
8354 -(void*)getCptr;
8355 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8356 -(id)init;
8357 -(id)initWithOther: (FSPortfolioNodeArray*)other;
8358 -(unsigned long)getSize;
8359 -(FSPortfolioNode*)getAt: (unsigned long)index;
8360 -(void)add: (FSPortfolioNode*)element;
8361 -(void)removeAt: (unsigned long)index;
8362 -(void)insertAt: (unsigned long)index element: (FSPortfolioNode*)element;
8363 -(void)removeAll;
8364 
8365 -(void)dealloc;
8366 
8367 @end
8368 
8370 @property (nonatomic, weak, getter=getDescription) NSString * description;
8371 -(id)init NS_UNAVAILABLE;
8372 -(void*)getCptr;
8373 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8374 -(id)initWithOther: (FSPortfolioNode*)other;
8375 -(BOOL)isRoot;
8376 -(NSString *)getName;
8377 -(FSPortfolioFileNode*)addFile: (NSString *)file_path;
8378 -(FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSFileStreamCallback>)file_stream file_name: (NSString *)file_name;
8379 -(FSPortfolioFileNode*)addPDFDoc: (FSPDFDoc*)pdf_doc file_name: (NSString *)file_name;
8380 -(FSPortfolioFolderNode*)addSubFolder: (NSString *)folder_name;
8381 -(void)removeSubNode: (FSPortfolioNode*)sub_node;
8382 -(FSPortfolioNodeArray*)getSortedSubNodes;
8383 -(FSDateTime*)getModifiedDateTime;
8384 -(FSDateTime*)getCreationDateTime;
8385 
8386 -(void)dealloc;
8387 
8388 @end
8389 
8391 -(id)init NS_UNAVAILABLE;
8392 -(void*)getCptr;
8393 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8394 -(id)initWithOther: (FSPortfolioNode*)other;
8396 -(NSString *)getKeyName;
8397 
8398 -(void)dealloc;
8399 
8400 @end
8401 
8402 @interface FSSchemaField : FSBase
8403 @property (nonatomic, weak, getter=getKeyName) NSString * keyName;
8404 @property (nonatomic, weak, getter=getSubtypeName) NSString * subtypeName;
8405 @property (nonatomic, weak, getter=getDisplayName) NSString * displayName;
8406 -(void*)getCptr;
8407 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8408 -(id)init;
8409 -(id)initWithOther: (FSSchemaField*)other;
8410 -(BOOL)isEmpty;
8411 -(BOOL)isVisible;
8412 -(void)setVisibility: (BOOL)is_visible;
8413 
8414 -(void)dealloc;
8415 
8416 @end
8417 
8418 @interface FSSchemaFieldArray : NSObject
8419 {
8420  void *swigCPtr;
8421  BOOL swigCMemOwn;
8422 }
8423 -(void*)getCptr;
8424 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8425 -(id)init;
8426 -(id)initWithOther: (FSSchemaFieldArray*)other;
8427 -(unsigned long)getSize;
8428 -(FSSchemaField*)getAt: (unsigned long)index;
8429 -(void)add: (FSSchemaField*)element;
8430 -(void)removeAt: (unsigned long)index;
8431 -(void)insertAt: (unsigned long)index element: (FSSchemaField*)element;
8432 -(void)removeAll;
8433 
8434 -(void)dealloc;
8435 
8436 @end
8437 
8438 typedef NS_ENUM(NSInteger, FSPortfolioInitialViewMode) {
8443 };
8444 
8445 @interface FSPortfolio : FSBase
8446 @property (nonatomic, getter=getInitialViewMode) FSPortfolioInitialViewMode initialViewMode;
8447 @property (nonatomic, weak, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
8448 @property (nonatomic, weak, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
8449 @property (nonatomic, weak, getter=getSchemaFields) FSSchemaFieldArray* schemaFields;
8450 -(id)init NS_UNAVAILABLE;
8451 -(void*)getCptr;
8452 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8453 +(FSPortfolio*)createPortfolio;
8454 +(FSPortfolio*)createPortfolioWithPDFDoc: (FSPDFDoc*)portfolio_pdf_doc;
8455 -(id)initWithOther: (FSPortfolio*)other;
8456 -(BOOL)isEmpty;
8457 -(FSPDFDoc*)getPortfolioPDFDoc;
8458 -(FSPortfolioNode*)getRootNode;
8459 -(BOOL)isSortedInAscending;
8460 -(void)setSortingOrder: (BOOL)use_ascending_order;
8461 
8462 -(void)dealloc;
8463 
8464 @end
8465 
8466 typedef NS_ENUM(NSInteger, FSSnappedPointSnappedPointType) {
8472 };
8473 
8475 -(id)init NS_UNAVAILABLE;
8476 -(void*)getCptr;
8477 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8478 -(id)initWithOther: (FSSnappedPoint*)other;
8479 -(BOOL)isEmpty;
8481 -(FSPointF*)getPoint;
8482 
8483 -(void)dealloc;
8484 
8485 @end
8486 
8487 typedef NS_ENUM(NSInteger, FSSnapPointMgrSnapPointFlags) {
8492 };
8493 
8495 -(id)init NS_UNAVAILABLE;
8496 -(void*)getCptr;
8497 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8498 -(id)initWithPage: (FSPDFPage*)page;
8499 -(id)initWithOther: (FSSnapPointMgr*)other;
8500 -(BOOL)isEmpty;
8501 -(void)reload;
8502 -(FSSnappedPoint*)getSnappedPointAtPos: (FSPointF*)position flags: (unsigned int)flags;
8503 
8504 -(void)dealloc;
8505 
8506 @end
8507 
8508 @interface FSSplitOutputSettingData : NSObject
8509 {
8510  void *swigCPtr;
8511  BOOL swigCMemOwn;
8512 }
8513 @property (nonatomic, weak, getter=getOutput_folder_path) NSString * output_folder_path;
8514 @property (nonatomic, getter=getAdd_before_or_after_orginal_name) BOOL add_before_or_after_orginal_name;
8515 @property (nonatomic, weak, getter=getCustom_name) NSString * custom_name;
8516 @property (nonatomic, weak, getter=getSeparator) NSString * separator;
8517 @property (nonatomic, getter=getIs_overwrite) BOOL is_overwrite;
8518 -(void*)getCptr;
8519 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8520 -(id)init;
8521 -(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;
8522 -(void)dealloc;
8523 
8524 @end
8525 
8527 -(id)init NS_UNAVAILABLE;
8528 -(void*)getCptr;
8529 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8530 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8531 -(id)initWithFile_reader: (id<FSFileReaderCallback>)file_reader password: (NSString *)password file_name: (NSString *)file_name;
8532 -(id)initWithDoc: (FSPDFDoc*)doc file_name: (NSString *)file_name;
8533 -(id)initWithOther: (FSSplitDocumentInfo*)other;
8534 -(BOOL)isEmpty;
8535 
8536 -(void)dealloc;
8537 
8538 @end
8539 
8540 @interface FSSplitDocumentInfoArray : NSObject
8541 {
8542  void *swigCPtr;
8543  BOOL swigCMemOwn;
8544 }
8545 -(void*)getCptr;
8546 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8547 -(id)init;
8548 -(id)initWithOther: (FSSplitDocumentInfoArray*)other;
8549 -(unsigned long)getSize;
8550 -(FSSplitDocumentInfo*)getAt: (unsigned long)index;
8551 -(void)add: (FSSplitDocumentInfo*)element;
8552 -(void)removeAt: (unsigned long)index;
8553 -(void)insertAt: (unsigned long)index element: (FSSplitDocumentInfo*)element;
8554 -(void)removeAll;
8555 
8556 -(void)dealloc;
8557 
8558 @end
8559 
8560 typedef NS_ENUM(NSInteger, FSSplitFileResultSplitFileState) {
8565 };
8566 
8567 @interface FSSplitFileResult : NSObject
8568 {
8569  void *swigCPtr;
8570  BOOL swigCMemOwn;
8571 }
8572 @property (nonatomic, weak, getter=getBefore_splitting_file_name) NSString * before_splitting_file_name;
8573 @property (nonatomic, weak, getter=getAfter_split_files_paths) NSArray<NSString *> * after_split_files_paths;
8574 @property (nonatomic, getter=getSplit_file_state) FSSplitFileResultSplitFileState split_file_state;
8575 -(void*)getCptr;
8576 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8577 -(id)init;
8578 -(void)dealloc;
8579 
8580 @end
8581 
8582 @interface FSSplitFileResultArray : NSObject
8583 {
8584  void *swigCPtr;
8585  BOOL swigCMemOwn;
8586 }
8587 -(void*)getCptr;
8588 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8589 -(id)init;
8590 -(id)initWithOther: (FSSplitFileResultArray*)other;
8591 -(unsigned long)getSize;
8592 -(FSSplitFileResult*)getAt: (unsigned long)index;
8593 -(void)add: (FSSplitFileResult*)element;
8594 -(void)removeAt: (unsigned long)index;
8595 -(void)insertAt: (unsigned long)index element: (FSSplitFileResult*)element;
8596 -(void)removeAll;
8597 
8598 -(void)dealloc;
8599 
8600 @end
8601 
8602 
8603 
8604 @interface FSSplitPDFDoc : FSBase
8605 -(void*)getCptr;
8606 -(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
8607 +(FSProgressive*)startSplitByFileSize: (float)max_file_size setting_data: (FSSplitOutputSettingData*)setting_data split_doc_array: (FSSplitDocumentInfoArray*)split_doc_array split_callback: (id<FSSplitPDFDocCallback>)split_callback;
8608 -(id)init;
8609 
8610 -(void)dealloc;
8611 
8612 @end
8613 
8614 
8618 @protocol FSDWG2PDFProgressCallback <NSObject>
8619 @required
8625 -(void)release;
8634 -(void)onProgress:(NSString*)message progress:(float)progress;
8635 @end
8640 @protocol FSSplitPDFDocCallback <NSObject>
8641 @required
8647 -(BOOL)needToPause;
8648 
8659 -(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;
8660 
8669 -(void)resultNotify:(FSSplitFileResultArray*)result_array;
8670 @end
8671 
8672 
8678 @protocol FSPauseCallback <NSObject>
8679 @required
8685 -(BOOL)needPauseNow;
8686 @end
8687 
8693 @protocol FSFileReaderCallback <NSObject>
8694 @required
8703 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
8709 -(unsigned long long)getSize;
8710 @end
8711 
8717 @protocol FSFileWriterCallback <NSObject>
8718 @required
8724 -(unsigned long long)getSize;
8733 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
8739 -(BOOL)flush;
8740 @end
8741 
8747 @protocol FSFileStreamCallback <NSObject>
8748 @required
8754 -(unsigned long long)getSize;
8755 
8764 -(NSData *)readBlock: (unsigned long long)offset size: (unsigned long long)size;
8773 -(BOOL)writeBlock:(NSData*)data offset:(unsigned long long)offset;
8779 -(BOOL)flush;
8780 @end
8781 
8786 @protocol FSMediaPlayerCallback <NSObject>
8787 @required
8788 
8796  -(BOOL)play;
8797 
8805  -(void)close;
8806 
8814  -(BOOL)stop;
8815 
8825  -(BOOL)seek:(int)current_pos;
8826 
8835 
8844 
8845 @end
8846 
8852 @protocol FSActionCallback <NSObject>
8853 @required
8866 -(BOOL)invalidateRect:(FSPDFDoc*)document page_index:(int)page_index pdf_rect:(FSRectF*)pdf_rect;
8867 
8878 -(int)getCurrentPage:(FSPDFDoc*)document;
8890 -(void)setCurrentPage:(FSPDFDoc*)document page_index:(int)page_index;
8891 
8903 -(void)setCurrentPage:(FSPDFDoc*)document destination:(FSDestination*)destination;
8917 -(FSRotation)getPageRotation:(FSPDFDoc*)document page_index:(int)page_index;
8931 -(BOOL)setPageRotation:(FSPDFDoc*)document page_index:(int)page_index rotation:(FSRotation)rotation;
8932 
8945 -(BOOL)executeNamedAction:(FSPDFDoc*)document named_action:(NSString*)named_action;
8946 
8959 -(BOOL)setDocChangeMark:(FSPDFDoc*)document change_mark:(BOOL)change_mark;
8971 -(BOOL)getDocChangeMark:(FSPDFDoc*)document;
8972 
8981 -(int)getOpenedDocCount;
8982 
8994 -(FSPDFDoc*)getOpenedDoc:(int)index;
8995 
9005 
9015 
9027 -(void)closeDoc:(FSPDFDoc*)document is_prompt_to_save:(BOOL)is_prompt_to_save;
9028 
9040 -(FSPDFDoc*)openDoc:(NSString*)file_path password:(NSString*)password;
9041 
9059 -(BOOL)beep:(int)type;
9060 
9079 -(NSString*)response:(NSString*)question title:(NSString*)title default_value:(NSString*)default_value label:(NSString*)label is_password:(BOOL)is_password;
9080 
9091 -(NSString*)getFilePath:(FSPDFDoc*)document;
9092 
9103 -(BOOL)isLocalFile:(FSPDFDoc*)document;
9104 
9117 -(NSString*)getAttachmentsFilePath:(FSPDFDoc*)pdf_doc name:(NSString*)name;
9118 
9131 -(NSString*)getExtractedEmbeddedFilePath:(FSPDFDoc*)pdf_doc name:(NSString*)name;
9132 
9156 -(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;
9157 
9169 -(BOOL)print:(FSPDFDoc*)document print_params:(FSPrintParams*)print_params;
9170 
9185 -(BOOL)submitForm:(FSPDFDoc*)document form_data:(NSData*)form_data url:(NSString*)url file_format_type:(FSFileFormatType)file_format_type;
9186 
9197 -(BOOL)launchURL:(NSString*)url;
9198 
9207 -(NSString*)browseFile;
9208 
9221 -(NSString*)browseFile:(BOOL)is_open_dialog file_format:(NSString*)file_format file_filter:(NSString*)file_filter;
9222 
9233 
9265 -(int)alert:(NSString*)msg title:(NSString*)title type:(int)type icon:(int)icon;
9282 -(BOOL)setIdentityProperties:(FSIdentityProperties*)identity_properties;
9296 -(NSString*)popupMenu:(FSMenuListArray*)menus is_selected_item:(NSNumber**)is_selected_item;
9297 
9310 -(FSMenuItemEx*)popupMenuEx:(FSMenuItemExArray*)menus is_selected_item:(NSNumber**)is_selected_item;
9311 
9326 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)type;
9327 
9359 -(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;
9360 
9375 -(unsigned int)verifySignature:(FSPDFDoc*)document pdf_signature:(FSSignature*)pdf_signature;
9376 
9387 -(NSString*)getUntitledBookmarkName;
9388 
9398 -(NSArray<NSString*>*)getPrinterNameList;
9399 
9409 -(BOOL)addToolButton:(FSButtonItem*)button_item;
9410 
9420 -(BOOL)removeToolButtom:(NSString*)button_name;
9421 
9430 
9451 -(BOOL) addMenuItem:(FSMenuItemConfig*)menu_item_config is_prepend:(BOOL)is_prepend;
9452 
9462 -(BOOL) addSubMenu:(FSMenuItemConfig*)menu_item_config;
9463 
9473 -(BOOL) showDialog:(FSDialogDescriptionConfig*)dlg_config;
9474 
9482 -(BOOL) getFullScreen;
9483 
9493 -(void) setFullScreen:(BOOL)is_full_screen;
9494 
9510 -(void) onFieldValueChanged:(NSString*)field_name type:(FSActionCallbackJSFieldValueChangeType)type value_before_changed:(NSArray<NSString*>*)value_before_changed value_after_changed:(NSArray<NSString*>*)value_after_changed;
9511 
9521 -(void)updateLogicalLabel;
9522 
9541 -(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;
9542 
9555 -(NSString*)getTemporaryFileName:(FSPDFDoc*)document file_name:(NSString*)file_name;
9556 
9566 -(id<FSMediaPlayerCallback>) openMediaPlayer:(FSPlayerArgs*)player_args;
9567 
9577  -(NSString*)getTemporaryDirectory;
9578 
9579 
9591 -(void)scroll:(FSPointF*)point;
9592 
9607 -(void)selectPageNthWord:(int)page_index start_offset:(int)start_offset end_offset:(int)end_offset is_show_selection:(BOOL)is_show_selection;
9608 
9609 
9620 
9632 
9644 
9658  -(void)setLayoutMode:(FSActionCallbackLayoutMode)layout_mode is_cover_mode:(BOOL)is_cover_mode;
9659 
9669 -(float)getPageScale;
9670 
9684 -(void)setPageScale:(FSDestinationZoomMode)zoom_mode dest:(FSDestination*)dest;
9685 
9686 
9698 
9715 -(void)query:(NSString*)keywords search_scope:(FSActionCallbackSearchScope)search_scope search_option:(FSSearchOption*)search_opion di_path:(NSString*)di_path;
9716 
9728 -(FSSearchIndexConfig*) addSearchIndex:(NSString*)di_path selected:(bool)is_selected;
9729 
9740 -(bool)removeSearchIndex:(FSSearchIndexConfig*)search_index_config;
9741 
9750 -(NSArray<NSString*>*)getSignatureAPStyleNameList;
9751 
9763 -(FSSOAPResponseInfo*) soapRequest:(FSSOAPRequestProperties*)request_params;
9764 
9776 -(void) enablePageLoop:(BOOL)is_loop;
9777 
9787 -(BOOL) isPageLoop;
9788 
9808 -(void) setDefaultPageTransitionMode:(NSString*)trans_type trans_di:(NSString*)trans_di;
9809 
9819 
9832 -(void) postMessageToHtml:(NSArray<NSString*>*)message;
9833 
9834 @end
9835 
9845 @protocol FSIconProviderCallback <NSObject>
9846 @required
9855 -(NSString*)getProviderID;
9864 -(NSString*)getProviderVersion;
9874 -(BOOL)hasIcon: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9885 -(BOOL)canChangeColor: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9896 -(FSPDFPage*)getIcon: (FSAnnotType)annot_type icon_name: (NSString*)icon_name color: (unsigned int)color;
9910 -(FSShadingColor*)getShadingColor: (FSAnnotType)annot_type icon_name: (NSString*)icon_name referenced_color: (unsigned int)referenced_color shading_index: (int)shading_index;
9920 -(NSNumber*)getDisplayWidth: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9930 -(NSNumber*)getDisplayHeight: (FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9931 @end
9932 
9940 @protocol FSNotifierCallback <NSObject>
9941 @required
9954 -(void)onOutOfMemory;
9955 @end
9956 
9962 @protocol FSDocEventCallback <NSObject>
9963 @required
9969 -(void)onDocWillOpen;
9980 -(void)onDocOpened:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
9988 -(void)onDocWillDestroy:(FSPDFDoc*)document;
9996 -(void)onDocWillSave:(FSPDFDoc*)document;
10007 -(void)onDocSaved:(FSPDFDoc*)document error_code:(FSErrorCode)error_code;
10008 @end
10009 
10019 @required
10031 -(BOOL)isDataAvail:(int)offset size:(int)size;
10046 -(BOOL)addDownloadHint:(int)offset size:(int)size;
10047 @end
10048 
10053 @protocol FSFillerAssistCallback <NSObject>
10054 @required
10064 -(void)refresh:(FSPDFPage*)page rect:(FSRectF*)rect;
10080 -(BOOL)setTimer:(int)elapse timer:(FSTimer*)timer out_timer_id:(int*)out_timer_id;
10089 -(BOOL)killTimer:(int)timer_id;
10101 -(void)focusGotOnControl:(FSControl*)control value:(NSString*)value;
10114 -(void)focusLostFromControl:(FSControl*)control value:(NSString*)value;
10115 
10123 -(void *)createPopupMenu;
10124 
10137 -(BOOL)appendPopupMenuItem:(const void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item default_string:(NSString*)default_string;
10138 
10151 -(BOOL)enablePopupMenuItem:(const void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item is_enabled:(BOOL)is_enabled;
10152 
10163 -(BOOL)showPopupMenu:(const void*)h_popup_menu point:(FSPointF*)point;
10164 
10174 -(void)destroyPopupMenu:(const void*)h_popup_menu;
10175 
10185 -(void)setClipboardText:(NSString*)text;
10186 
10194  -(NSString*)getClipboardText;
10195 
10206  -(void)reportInvalidValue:(NSString*)form_field_name invalid_value:(NSString*)invalid_value;
10207 @end
10208 
10216 @protocol FSSearchCallback <NSObject>
10217 @required
10233 -(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;
10234 @end
10235 
10240 @protocol FSSearchCancelCallback <NSObject>
10241 @required
10248 -(BOOL)needToCancelNow;
10249 @end
10250 
10256 @protocol FSPSICallback <NSObject>
10257 @required
10266 -(void)refresh:(FSPSI*)psi rect:(FSRectF*)rect;
10267 @end
10268 
10274 @protocol FSSecurityCallback <NSObject>
10275 @required
10283 @end
10284 
10294 @required
10304 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
10305 @end
10306 
10316 @required
10327 -(BOOL)isOwner: (FSPDFDoc *)document sub_filter:(NSString*)sub_filter;
10339 -(unsigned int)getUserPermissions:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10351 -(FSSecurityHandlerCipherType)getCipherType:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10365 -(int)getKeyLength:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10376 -(NSString*)getFileID:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10387 -(NSData*)getInitialKey:(FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10388 @end
10389 
10399 @required
10411 -(void *)createContext: (NSString*)filter sub_filter: (NSString*)sub_filter encrypt_info: (NSString*)encrypt_info;
10422 -(BOOL)releaseContext: (void *)context;
10436 -(unsigned int)getUserPermissions: (void *)context user_permission: (FSPDFDocUserPermissions)user_permission;
10447 -(BOOL)isOwner: (void *)context;
10459 -(FSSecurityHandlerCipherType)getCipher: (void *)context;
10470 -(NSData *)getEncryptKey: (void *)context;
10482 -(unsigned int)getDecryptedSize: (void *)context src_data_size: (unsigned int)src_data_size;
10495 -(void *)startDecryptor: (void *)context obj_num: (int)obj_num gen_num: (int)gen_num;
10508 -(NSData*)decryptData: (void *)decryptor encrypted_data: (void *)encrypted_data encrypted_data_len: (unsigned int)encrypted_data_len;
10519 -(NSData *)finishDecryptor: (void *)decryptor;
10534 -(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;
10551 -(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;
10552 
10571 -(BOOL)useStandardCryptoMethod:(void*)context;
10572 
10573 @end
10574 
10584 
10585 @end
10586 
10596 @protocol FSSignatureCallback <NSObject>
10597 @required
10616 -(BOOL)startCalcDigest: (id<FSFileReaderCallback>)file byte_range_array: (NSArray<NSNumber *> *)byte_range_array signature: (FSSignature*)signature client_data: (void* )client_data;
10636 -(FSProgressiveState)continueCalcDigest: (id<FSPauseCallback> )pause client_data: (void* )client_data;
10648 -(NSData *)getDigest: (void* )client_data;
10669 -(NSData *)sign: (NSData*)digest cert_path: (NSString* )cert_path cert_password: (NSString* )cert_password digest_algorithm: (FSSignatureDigestAlgorithm)digest_algorithm client_data: (void* )client_data;
10690 -(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;
10711 -(FSSignatureStates)verifySigState: (NSData*)digest signed_data: (NSData*)signed_data client_data: (void* )client_data;
10712 
10720 -(BOOL)isNeedPadData;
10721 
10741 -(FSSignatureCallbackCertValidity)checkCertificateValidity:(NSString*)cert_path cert_password:(NSString*)cert_password client_data:(void*)client_data;
10742 
10743 @end
10744 
10749 @protocol FSTimeStampCallback <NSObject>
10750 @required
10759 -(FSTimeStampServerSendRequestResult)sendTimeStampRequest:(NSString*)request;
10760 
10766 -(NSData *)getTimeStampMessage;
10767 @end
10768 
10774 @protocol FSAppProviderCallback <NSObject>
10775 @required
10785 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)app_info;
10794 -(void)beep:(FSAppProviderCallbackBeepType)type;
10808 -(FSAppProviderCallbackMsgBoxButtonID)msgBox:(NSString*)message title:(NSString*)title icon_type: (FSAppProviderCallbackMsgBoxIconType) icon_type button_type: (FSAppProviderCallbackMsgBoxButtonType)button_type;
10821 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
10829 -(id<FSFileReaderCallback>)downLoadUrl:(NSString*)url;
10844 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
10855 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
10873 -(NSString*)loadString:(FSAppProviderCallbackStringID)string_id;
10884 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
10885 @end
10886 
10892 @protocol FSDocProviderCallback <NSObject>
10893 @required
10907 -(void)invalidateRect:(int)page_index rect:(FSRectF*)rect flag:(FSDocProviderCallbackInvalidateFlag)flag;
10918 -(void)displayCaret:(int)page_index is_visible:(BOOL)is_visible rect:(FSRectF*)rect;
10933 -(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;
10942 -(BOOL)popupMenu:(int)page_index rect_popup:(FSPointF*)rect_popup;
10950 -(int)getCurrentPage:(FSPDFDoc*) doc;
10959 -(void)setCurrentPage:(FSPDFDoc*) doc current_page_index:(int)current_page_index;
10967 -(void)setChangeMark:(FSXFADoc*) doc;
10975 -(NSString*)getTitle:(FSPDFDoc*) doc;
10983 -(void)setFocus:(FSXFAWidget*) xfa_widget;
10994 -(void)exportData:(FSPDFDoc*)doc file_path:(NSString*) file_path;
11005 -(void)importData:(FSPDFDoc*)doc file_path:(NSString*) file_path;
11014 -(void)gotoURL:(FSPDFDoc*)doc url:(NSString*) url;
11027 -(void)print:(FSPDFDoc*)doc start_page_index:(int)start_page_index end_page_index:(int)end_page_index options:(int)options;
11035 -(int)getHighlightColor:(FSPDFDoc*)doc;
11049 -(BOOL)submitData:(FSPDFDoc*)doc target:(NSString*)target format:(FSDocProviderCallbackSubmitFormat)format text_encoding:(FSDocProviderCallbackTextEncoding)text_encoding content:(NSString*)content;
11060 -(void)pageViewEvent:(int)page_index page_view_event_type:(FSDocProviderCallbackPageViewEventType)page_view_event_type;
11071 -(void)widgetEvent:(FSXFAWidget *) xfa_widget widget_event_type:(FSDocProviderCallbackWidgetEventType)widget_event_type;
11072 @end
11073 
11078 @protocol FSComplianceProgressCallback <NSObject>
11079 @required
11088 -(void)updateCurrentStateData:(int)current_rate current_state_string:(NSString*)current_state_string;
11089 @end
11090 
11097 @protocol FSRevocationCallback <NSObject>
11098 @required
11106 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
11107 
11116 -(FSResponse*)getResponseOnLineForSingleCert: (FSCertIssuerPair*)cert_issuer_pair;
11117 
11127 -(FSCertVerifyResult*)verifyOCSP:(FSCertIssuerPair*)cert_issuer_pair ocsp_data:(NSData*)ocsp_data;
11128 
11138 -(FSCertVerifyResult*)verifyCRL:(FSCertIssuerPair*)cert_issuer_pair crl_data:(NSData*)crl_data;
11139 
11147 -(BOOL)isCA:(NSData*)cert;
11148 
11156 -(FSDateTime*)getDTSTime:(NSData*)signature_content;
11157 
11165 -(NSData*)getTSTSignature:(NSData*)signature_content;
11166 
11175 -(FSDateTime*)getTSTTime:(NSData*)signature_content;
11176 
11185 -(FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain:(NSArray<NSData*>*)trust_cert_chain;
11186 
11195 -(FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
11196 
11204 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
11205 
11213 -(FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
11214 
11222 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
11223 
11231 -(NSData*)getCRLSignature:(NSData*)crl_data;
11232 
11240 -(FSRevocationArrayInfo*)getRevocationInfoFromSignatureData:(NSData*)signature_content;
11241 
11250 -(BOOL)isIssuerMatchCert:(FSCertIssuerPair*)cert_issuer_pair;
11251 
11252 @end
11253 
11262 @protocol FSTrustedCertStoreCallback <NSObject>
11263 @required
11271 -(BOOL)isCertTrusted:(NSData*)cert;
11279 -(BOOL)isCertTrustedRoot:(NSData*)cert;
11280 
11281 @end
11282 
11283 
11292 @protocol FSFontMapperCallback <NSObject>
11293 @required
11294 
11310 -(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;
11311 
11325 -(NSArray<NSData *> *) mapFont:(NSString*)font_family_name charset:(FSFontCharset)charset styles:(unsigned int)styles weight:(int)weight italic_angle:(int)italic_angle;
11326 
11327 @end
11328 
11337 @protocol FSAnnotationSummaryCallback <NSObject>
11338 @required
11339 
11350 
11359 -(NSString*)getLocalFontName;
11360 
11377  -(NSString*)loadString:(FSAnnotationSummaryCallbackAnnotationSummaryStringID)id;
11378 
11379 @end
11380 
11389 @protocol FSTaggedPDFCallback <NSObject>
11390 @required
11391 
11408 -(void)report:(FSTaggedPDFCallbackReportCategory)category confidence:(FSTaggedPDFCallbackReportConfidence)confidence page_index:(int)page_index rect:(FSRectF*)rect;
11409 
11410 @end
11411 
11416 @protocol FSReplaceCallback <NSObject>
11417 @required
11418 
11430 -(BOOL)needToReplace:(NSString*)search_text replace_text:(NSString*)replace_text current_page_index:(int)current_page_index text_rect_array:(FSRectFArray*)text_rect_array;
11431 
11432 @end
11433 
11438 @protocol FSTableGeneratorCallback <NSObject>
11439 @required
11440 
11448 -(float)getTableTopMarginToPage:(int)page_index;
11449 
11450 @end
11451 
11452 
11453 
11459 @required
11468 -(FSMatrix2D*)getRenderMatrix:(FSPDFDoc*)document page_index:(int)page_index;
11469 
11478 -(void*) getPageViewHandle:(FSPDFDoc*)document page_index:(int)page_index;
11479 
11486 -(FSRectF*)getClientRect:(FSPDFDoc*)document;
11487 
11496 -(float)getScale:(FSPDFDoc*)document page_index:(int)page_index;
11497 
11508 -(BOOL)gotoPageView:(FSPDFDoc*)document page_index:(int)page_index left:(float)left top:(float)top;
11509 
11516 -(NSArray<NSNumber *> *)getVisiblePageIndexArray:(FSPDFDoc*)document;
11517 
11526 -(FSRectF*)getPageVisibleRect:(FSPDFDoc*)document page_index:(int)page_index;
11527 
11536 -(FSRectF*)getPageRect:(FSPDFDoc*)document page_index:(int)page_index;
11537 
11544 -(int)getCurrentPageIndex:(FSPDFDoc*)document;
11545 
11554 -(FSRotation)getRotation:(FSPDFDoc*)document page_index:(int)page_index;
11555 
11565 -(void)invalidateRect:(FSPDFDoc*)document page_index:(int)page_index invalid_rects:(FSRectFArray*)invalid_rects;
11566 
11574 -(void)addUndoItem:(FSParagraphEditingUndoItem*)undo_item;
11575 
11583 -(void)setDocChangeMark:(FSPDFDoc*)document;
11584 
11594 -(void)notifyTextInputReachLimit:(FSPDFDoc*)document page_index:(int)page_index;
11595 
11596 @end
11597 
11598 
11599 #ifdef __cplusplus
11600 }
11601 #endif
11602 
FSPDFDocPasswordType
FSPDFDocPasswordType
Enumeration for the type of current used password in a PDF document.
Definition: FSPDFObjC.h:5027
-[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:6440
FSLayerContext
Definition: FSPDFObjC.h:3948
FSCertVerifyResultReasonSuperseded
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:7824
-[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:1394
FSFillerVkeyN
N key.
Definition: FSPDFObjC.h:4075
-[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:7341
-[FSStructTreeEntity getPage]
FSPDFPage * getPage()
Get the related PDF page.
FSColorSpaceDeviceN
Color space: DeviceN.
Definition: FSPDFObjC.h:682
FSAssociatedFilesRelationshipSupplement
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:3127
FSMarkupStateModelMarked
Markup annotation state model: marked.
Definition: FSPDFObjC.h:2554
FSFileFormatTypeXFD
File format type: XFD.
Definition: FSPDFObjC.h:708
-[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:5102
FSFileReaderCallback-p
Definition: FSPDFObjC.h:8693
FSLayerContextUsageZoom
Use for zooming.
Definition: FSPDFObjC.h:3945
FSLRStructureElementAttributeTypeTBorderStyle
Attribute type: TBorderStyle, which represents the style of the border drawn on each edge of a table ...
Definition: FSPDFObjC.h:7365
FSOutputPreviewShowRGB
If set, only show with RGB.
Definition: FSPDFObjC.h:8290
FSBorderInfoBeveled
Border style: Beveled.
Definition: FSPDFObjC.h:2257
FSFillModeWinding
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:635
FSLRStructureElementAttributeTypeTextDecorationType
Attribute type: TextDecorationType, which represents the text decoration, if any, to be applied to th...
Definition: FSPDFObjC.h:7371
FSSearchIndexConfig
Definition: FSPDFObjC.h:3669
FSFileFormatTypeXML
File format type: XML.
Definition: FSPDFObjC.h:707
FSFieldFlagChoiceSort
(Only useful for choice field) If set, the field's option items should be sorted alphabetically.
Definition: FSPDFObjC.h:4258
-[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:1683
FSTimeStampServerSendResultFailToReceiveData
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:4575
FSRenditionWindowTypeAnnotRect
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:1748
FSLRStructureElementAttributeValueEnumCircle
Enum value: Circle, which means open circular bullet.
Definition: FSPDFObjC.h:7426
FSAnnotMKEntryIconFit
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:2421
-[FSStructTreeEntity getType]
FSStructTreeEntityStructTreeEntityType getType()
Get structure tree entity type.
FSHTML2PDFSettingDataEncodingFormatISO_2022_CN
Encoding foramt: "ISO_2022_CN".
Definition: FSPDFObjC.h:7035
FSLRElementElementTypeAnnot
Structure element type: Annot, which means "Annotation" and represents an association between a porti...
Definition: FSPDFObjC.h:7292
FSAnnotProperty
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:2404
FSOptimizerSettingsDiscardObjectsDocumentTags
Discard document tags.
Definition: FSPDFObjC.h:6943
FSPathTypeMoveTo
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:978
-[FSPDFNameTree getCount]
int getCount()
Get the count of elements in current name tree.
-[FSXFADoc getType]
FSXFADocType getType()
Get the XFA document type.
-[FSXFAPage getFirstWidget]
FSXFAWidget * getFirstWidget()
Get the first XFA widget in current tab order.
FSRenditionMediaPlayerAvailable
Any of players in this type may be used in playing the associated media clip.
Definition: FSPDFObjC.h:1731
FSAttachments
Definition: FSPDFObjC.h:3811
FSHTML2PDFSettingDataEncodingFormatJAGRAN
Encoding foramt: "JAGRAN".
Definition: FSPDFObjC.h:7039
FSTableData
Definition: FSPDFObjC.h:6386
FSPreflightReportSettingData
Definition: FSPDFObjC.h:6532
FSIconProviderCallback-p
Definition: FSPDFObjC.h:9845
FSErrXFALoadError
XFA loading error.
Definition: FSPDFObjC.h:495
FSLRElementElementTypePrivate
Structure element type: Private, which means "Private element" and represents a grouping element cont...
Definition: FSPDFObjC.h:7264
FSSignatureSignatureType
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:4443
FSPDFDocEncryptNone
No encryption pattern.
Definition: FSPDFObjC.h:5036
-[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:7283
FSLRStructureElementAttributeValueEnumPage
Enum value: Page, which means page artifacts. Production aids extraneous to the document itself,...
Definition: FSPDFObjC.h:7452
FSAppProviderCallbackMsgBtnIDCancel
Message box button ID: Cancel.
Definition: FSPDFObjC.h:5561
-[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:2575
FSAppProviderCallbackStringIDUnableSetLengthValue
Sample message: "Unable to set the value for property 'length'".
Definition: FSPDFObjC.h:5462
FSColorSpaceDeviceCMYK
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:676
FSCompareResultInfoCompareResultTypeDeletePath
Result type: delete path.
Definition: FSPDFObjC.h:6728
FSSignatureAPFlagSigningTime
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:4416
FSHeaderFooterContentGeneratorDateFormatMMSlashYY
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4869
FSPrintParamsPrintContentFormFieldsOnly
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: FSPDFObjC.h:3459
FSOptimizerSettingsCleanUpUseFlateForNonEncodedStream
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:6929
FSAnnotationSummaryCallbackAnnotationSummaryStringIDType
Annotations summary string ID: specify the prefix when annotation type is outputed in result document...
Definition: FSPDFObjC.h:8210
FSLRStructureElementAttributeValueEnumUpperRoman
Enum value: UpperRoman, which means uppercase roman numerals (I, II, III, IV, ...).
Definition: FSPDFObjC.h:7429
FSTimeStampServerSendRequestResult
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:4570
FSCompareResultInfoCompareResultTypeReplacePath
Result type: replace path.
Definition: FSPDFObjC.h:6730
FSFontCharsetChineseBig5
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:877
FSRendererDevicePrinter
Device type: display device.
Definition: FSPDFObjC.h:3072
FSActionCallbackSearchScopeFolder
Search scope: folder.
Definition: FSPDFObjC.h:3761
FSPrintParams
Definition: FSPDFObjC.h:3496
-[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:1647
FSPathTypeLineTo
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:979
FSErrNotParsed
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:488
FSAnnotInk
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2366
FSTextPageTextParseFlags
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:5870
FSActionCallbackJSFieldValueChangedByFillColor
javascript field value changed type: field fill color.
Definition: FSPDFObjC.h:3735
-[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:5553
FSAsyncReaderCallback-p
Definition: FSPDFObjC.h:10018
FSLRStructureElementAttributeTypeBackgroundColor
Attribute type: BackgroundColor, which represents the color to be used to fill the background of a ta...
Definition: FSPDFObjC.h:7349
FSAppProviderCallbackStringIDNumberOfOccur
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5460
FSGraphicsObjectsTextMergeNone
No text merge.
Definition: FSPDFObjC.h:4650
FSLRStructureElementAttributeValueTypeElementArray
Value type: an array of elements.
Definition: FSPDFObjC.h:7475
FSPrintParamsPrintHandlingTileLargePages
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: FSPDFObjC.h:3492
FSImageOrientationRotate270
Rotate 90 degrees in counter-clockwise direction.
Definition: FSPDFObjC.h:1141
FSLRElementElementTypeQuote
Structure element type: Quote, which means "Quotation" and represents an inline portion of text attri...
Definition: FSPDFObjC.h:7286
FSFillerVkey1
1 key.
Definition: FSPDFObjC.h:4053
FSParagraphEditingBulletTypeInverseTangentCircle
Bullet type: inverse tangent circle.
Definition: FSPDFObjC.h:7653
FSAlignmentLeft
Left alignment.
Definition: FSPDFObjC.h:627
FSAppProviderCallback-p
Definition: FSPDFObjC.h:10774
FSMediaPlayerCallbackJSMediaPlayerState
FSMediaPlayerCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3687
FSErrPassword
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:479
FSModuleNameAdvEdit
Name for module "AdvEdit".
Definition: FSPDFObjC.h:664
FSSignaturePAdESLevelBT
PAdES level: B-T.
Definition: FSPDFObjC.h:4453
FSLRStructureElementAttributeTypeTableHeaders
(Currently, unsupported) Attribute type only for Table: Headers, which represents an array of element...
Definition: FSPDFObjC.h:7384
FSPDFDocForms
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5095
FSErrNoDWG2PDFModuleRight
No "DWG2PDF" module right.
Definition: FSPDFObjC.h:552
FSLRElementElementTypeBibEntry
Structure element type: BibEntry, which means "Bibliography entry" and represents a reference identif...
Definition: FSPDFObjC.h:7289
FSBookmarkStyleItalic
Show bookmark title as italic text.
Definition: FSPDFObjC.h:3770
FSFormFileInfo
Definition: FSPDFObjC.h:8162
FSPDFDocDisplayUseThumbs
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:5088
FSDocProviderCallback-p
Definition: FSPDFObjC.h:10892
-[FSStructElement getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
FSXFAWidgetPresenceProperty
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:5715
-[FSLRContentElement getGraphicsObjectElement]
FSLRGraphicsObjectElement * getGraphicsObjectElement()
Get the related graphics object element.
FSActionTypeResetForm
Action type: reset-form action.
Definition: FSPDFObjC.h:1913
FSHitDataCheckSeverity
FSHitDataCheckSeverity
Enumeration for check severity of a hit data.
Definition: FSPDFObjC.h:6590
FSCertVerifyResultResponseInfoLocation
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:7832
FSPrintParamsBookletBindingLeft
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3476
FSAppProviderCallbackMsgBtnTypeYesNoCancel
Message box button: Yes, No and Cancel.
Definition: FSPDFObjC.h:5556
FSPrintParamsBookletDuplexModeFrontSideOnly
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: FSPDFObjC.h:3470
FSErrLibreofficeEngineNotFound
(For Office-to-PDF conversion only) Libre office engine is not found.
Definition: FSPDFObjC.h:548
-[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:4390
FSRenditionMediaPermTempAlways
Always allowed.
Definition: FSPDFObjC.h:1726
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeSHX
Searchable text type: Only text displayed with SHX font is searchable.
Definition: FSPDFObjC.h:7157
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYYYY
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4868
FSDWG2PDFSettingDataDWG2PDFColorPolicyNoPolicy
Color policy: No color policy. A drawing is exported with its native color palette (as is).
Definition: FSPDFObjC.h:7162
FSDWG2PDFSettingDataDWG2PDFColorPolicyMono
Color policy: Drawing is exported to a monochrome PDF file.
Definition: FSPDFObjC.h:7163
FSMonoImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:6887
FSPDFNameTreeJavaScript
"JavaScript" name tree.
Definition: FSPDFObjC.h:1574
FSProgressiveState
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:728
FSGraphicsObjectBlendMultiply
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:1393
FSPrintParamsPrintHandlingBooklet
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: FSPDFObjC.h:3493
-[FSColorSpace isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSHTML2PDFSettingDataEncodingFormatLatin2
Encoding foramt: "Latin2".
Definition: FSPDFObjC.h:6990
-[FSRectFArray getSize]
int getSize()
Get the number of elements in the array.
FSPDFDocImportFlagShareStream
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:5069
FSRendererContentFlag
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:3065
FSLayerTreeStateUndefined
The state is undefined.
Definition: FSPDFObjC.h:3904
FSFloatingInfoRelativeTargetMonitor
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: FSPDFObjC.h:3548
-[FSWidgetMenu canUndo]
BOOL canUndo()
Check if the operation of related XFA widget can be undone.
FSOutputPreview
Definition: FSPDFObjC.h:8312
FSFieldFlagTextNoSpellCheck
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:4252
FSXFADocExportDataTypeXDP
Type of exported data: XDP.
Definition: FSPDFObjC.h:5633
-[FSFileWriterCallback-p flush]
BOOL flush()
Flush internal buffer of the file.
FSPDFObjectDictionary
PDF dictionary object.
Definition: FSPDFObjC.h:1209
FSFieldArray
Definition: FSPDFObjC.h:4173
FSSignatureLabelNameReason
Signature label name for reason.
Definition: FSPDFObjC.h:4475
FSErrNoXFAModuleRight
No "XFA" module right.
Definition: FSPDFObjC.h:535
FSStructTreeEntityStructTreeEntityType
FSStructTreeEntityStructTreeEntityType
Enumeration for structure tree entity type.
Definition: FSPDFObjC.h:1624
FSSearchCancelCallback-p
Definition: FSPDFObjC.h:10240
FSFieldType
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:4232
-[FSLayerTree getOCGs]
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
FSColorSpaceRenderIntentPerceptual
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:1031
FSStructElementElementInfoTypeLanguage
Structure element info type: Language, which means the natural language for all text in the structure...
Definition: FSPDFObjC.h:1646
FSGraphicsObjectTypeImage
Image graphics object.
Definition: FSPDFObjC.h:1414
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePdfPaths
Hatches export type: Exports hatch as a PDF path (solid hatches only).
Definition: FSPDFObjC.h:7151
FSDWG2PDFSettingDataFlagIncludeOffLayers
Bit 6. If enabled, invisible layers will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:7137
FSLRStructureElementAttributeValueEnumHeader
Enum value: Header.
Definition: FSPDFObjC.h:7454
FSCombinationCombineDocsOptionAcroformRename
If set, that means fields with same name will be renamed in combined result PDF file.
Definition: FSPDFObjC.h:8140
FSDefaultAppearanceDefAPFlags
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:2195
FSRMSEncryptData
Definition: FSPDFObjC.h:6121
FSRotation180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:613
FSErrTimeStampServerMgrNotInit
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:523
FSParagraphEditingNumberingTypeDecimalRParen
Numbering type: 1) 2) 3)
Definition: FSPDFObjC.h:7661
FSActionTypeGoToR
Action type: remote go-to action.
Definition: FSPDFObjC.h:1903
-[FSWidgetMenu deSelect]
BOOL deSelect()
Cancel the selection of the text in related XFA widget.
-[FSFDFDoc getCatalog]
FSPDFDictionary * getCatalog()
Get the catalog dictionary.
-[FSLayerNode getChildrenCount]
int getChildrenCount()
Get the count of children nodes.
FSSignatureAPFlagReason
If set, show reason on signature appearance.
Definition: FSPDFObjC.h:4415
FSAnnotFlagLocked
Annotation flag: locked.
Definition: FSPDFObjC.h:2391
-[FSParagraphEditing activate]
BOOL activate()
Activate paragraph editing.
FSAppProviderCallbackStringIDMonthJune
String ID for case: Use string in local language for "June".
Definition: FSPDFObjC.h:5524
-[FSLRElement isGraphicsObjectElement]
BOOL isGraphicsObjectElement()
Check whether current object is graphics object element or not.
FSXFAWidgetWidgetTypeRadioButton
XFA widget type: radio button.
Definition: FSPDFObjC.h:5707
FSFloatingInfoWindowPositionTopRight
Window position: at the top right corner.
Definition: FSPDFObjC.h:3535
FSOutputPreviewShowCalibrated
If set, only show with Calibrated.
Definition: FSPDFObjC.h:8296
FSFontCharsetRussian
Font charset: Russian.
Definition: FSPDFObjC.h:880
FSLRElementElementTypeList
Structure element type: L, which means "List" and represents a sequence of items of like meaning and ...
Definition: FSPDFObjC.h:7274
FSAnnotationSummaryCallbackAnnotationSummaryStringIDNumber
Annotations summary string ID: specify the prefix when number information is outputed in result docum...
Definition: FSPDFObjC.h:8214
FSErrLTVCannotLoadDSS
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:528
FSOutputPreviewColorantTypeSpot
Colorant type: spot.
Definition: FSPDFObjC.h:8309
FSPrintParamsPrintContentDocAndAnnots
Print Content: print the document contents and comments.
Definition: FSPDFObjC.h:3458
FSAdditionalActionTriggerFieldRecalculateValue
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:2161
FSSignatureDocPermission
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:4458
FSDWG2PDFSettingDataDWG2PDFExportFlags
FSDWG2PDFSettingDataDWG2PDFExportFlags
Enumeration for flags of DWG to PDF export.
Definition: FSPDFObjC.h:7131
FSAnnotFlagNoZoom
Annotation flag: no zoom.
Definition: FSPDFObjC.h:2387
FSAppProviderCallbackMsgBoxIconWarning
Message box icon: Warning.
Definition: FSPDFObjC.h:5547
FSLRStructureElementAttributeValueType
FSLRStructureElementAttributeValueType
Enumeration for value type of element general layout attribute.
Definition: FSPDFObjC.h:7462
FSLRElementElementTypeFormObject
Structure element type: FormObject, which means form XObject graphics object element.
Definition: FSPDFObjC.h:7311
FSLTVVerifierVerifyMode
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:7955
FSRendition
Definition: FSPDFObjC.h:1780
FSModuleNamePDF2Office
Name for module "PDF2Office".
Definition: FSPDFObjC.h:665
FSAppProviderCallbackBeepType
FSAppProviderCallbackBeepType
Enumeration for XFA beep type.
Definition: FSPDFObjC.h:5430
FSActionCallbackSearchScopeActiveIndexes
Search scope: active indexes.
Definition: FSPDFObjC.h:3763
FSMarkupEndingStyle
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:2570
-[FSImageObject isImageMask]
BOOL isImageMask()
Check if current image object is treated as mask.
FSFontStyleItalic
Font style: italic.
Definition: FSPDFObjC.h:864
FSOutputPreviewShowImages
If set, only show images.
Definition: FSPDFObjC.h:8299
FSTextStateMode
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:1464
-[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:5744
FSSplitFileResultSplitFileErrSizeTooSmall
The state is failed due to file size being too small.
Definition: FSPDFObjC.h:8562
FSSignatureDocPermNoChangesAllowed
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:4460
FSHeaderFooterContentGeneratorPageNumberFormatPageNumber
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:4887
-[FSStructMarkedContent getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
FSSignaturePAdESLevelNone
PAdES level: none.
Definition: FSPDFObjC.h:4451
FSGraphicsObjectBlendNormal
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:1392
FSPDFPageSizeB4
Page size: B4.
Definition: FSPDFObjC.h:4714
FSGraphicsObjectBlendMode
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:1391
FSFixupDataFixupStateNotRequired
A fixup was not required.
Definition: FSPDFObjC.h:6569
FSPDFNumberTreeType
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:1602
FSFloatingInfoOffScreenCancel
Off screen action: cancel playing the media clip.
Definition: FSPDFObjC.h:3560
FSDocProviderCallbackTextEncodingUCS2
Text encoding: UCS-2.
Definition: FSPDFObjC.h:5600
FSMarkupEndingStyleRClosedArrow
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:2579
FSFileFormatTypeXFDF
File format type: XFDF.
Definition: FSPDFObjC.h:704
FSMarkedContent
Definition: FSPDFObjC.h:1371
FSPDFDocPermAssemble
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:5052
FSAppProviderCallbackStringIDNotDefaultValue
Sample message: "Not have a default property".
Definition: FSPDFObjC.h:5452
FSGraphicsObject
Definition: FSPDFObjC.h:1419
FSErrOutOfMemory
Out-of-memory error occurs.
Definition: FSPDFObjC.h:486
FSAnnotationSummaryCallbackAnnotationSummaryStringIDPageTitle
Annotations summary string ID: specify the prefix when page title is outputed in result document....
Definition: FSPDFObjC.h:8212
FSXFAWidgetWidgetTypePasswordEdit
XFA widget type: password edit.
Definition: FSPDFObjC.h:5706
-[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:545
FSMarkupEndingStyleNone
No special line ending.
Definition: FSPDFObjC.h:2571
-[FSBitmap getPitch]
int getPitch()
Get bitmap pitch.
FSRenditionActionOpTypeNone
No operation is specified.
Definition: FSPDFObjC.h:2125
FSErrCertificate
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:481
FSAppProviderCallbackStringIDAppName
String ID for case: Application's name. Sample message: "Foxit Phantom".
Definition: FSPDFObjC.h:5443
-[FSPageLabels removeAll]
void removeAll()
Remove all page labels.
FSOptimizerSettingsDiscardObjectsAlternateImages
Discard all alternate images.
Definition: FSPDFObjC.h:6942
FSAnnotRedact
Annotation type: redact annotation.
Definition: FSPDFObjC.h:2378
FSSubmitFormActionFlagIncludeNoValueFields
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:2045
FSImportDataAction
Definition: FSPDFObjC.h:2084
FSAnnotMKRelationCaptionRight
Caption to the right of the icon.
Definition: FSPDFObjC.h:2430
FSSignatureKeyNameProducer
Signature key name: producer content.
Definition: FSPDFObjC.h:4433
FSActionTypeGoto
Action type: go-to action.
Definition: FSPDFObjC.h:1902
FSLRStructureElementAttributeTypeColSpan
Attribute type only for Table: ColSpan, which represents the number of columns in the enclosing table...
Definition: FSPDFObjC.h:7383
FSErrRightsExpired
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:502
FSTaggedPDFCallback-p
Definition: FSPDFObjC.h:11389
FSRichTextStyleCornerMarkSubscript
Corner mark style: subscript.
Definition: FSPDFObjC.h:2224
FSCompareResultInfoCompareResultTypeReplaceText
Result type: replace text.
Definition: FSPDFObjC.h:6724
FSDefaultAppearanceFlagFont
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2196
FSXFAWidgetHitTestAreaClient
Hit test area: Client.
Definition: FSPDFObjC.h:5690
FSStructElement
Definition: FSPDFObjC.h:1652
FSAdditionalActionTriggerDocWillPrint
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:2156
FSLRStructureElementAttributeValueEnumNormal
Enum value: Normal, which means to adjust the line height to include any nonzero value specified for ...
Definition: FSPDFObjC.h:7416
FSDocProviderCallbackInvalidateFlag
FSDocProviderCallbackInvalidateFlag
Enumeration for XFA invalidate flag.
Definition: FSPDFObjC.h:5568
FSDefaultAppearance
Definition: FSPDFObjC.h:2201
FSRenderConfig
Definition: FSPDFObjC.h:746
FSURIAction
Definition: FSPDFObjC.h:1960
FSTextPage
Definition: FSPDFObjC.h:5881
FSModuleNameDWG2PDF
Name for module "DWG2PDF".
Definition: FSPDFObjC.h:663
FSPolygon
Definition: FSPDFObjC.h:2848
FSLocaleIDKorea
Locale ID for country: Korea.
Definition: FSPDFObjC.h:698
FSLRGraphicsObjectElement
Definition: FSPDFObjC.h:7507
-[FSActionCallback-p getFullScreen]
BOOL getFullScreen()
A callback function to get whether the full screen mode is set.
FSSignatureCallback-p
Definition: FSPDFObjC.h:10596
FSFontCharsetHangeul
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:875
FSMonoImageSettingsMonoImageCompressQuality
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:6878
-[FSFloatArray getSize]
int getSize()
Get the number of elements in the array.
FSOptimizerSettingsOptimizerCleanUp
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:6922
FSPDFEComplianceVersionPDFE1
PDF/E-1.
Definition: FSPDFObjC.h:6658
FSAppProviderCallbackStringIDNotAssignObject
Sample message: "Cannot directly assign the value to object".
Definition: FSPDFObjC.h:5488
FSImageJPG
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:1124
FSStdEncryptData
Definition: FSPDFObjC.h:5990
FSParagraphEditingBulletTypeCheck
Bullet type: check.
Definition: FSPDFObjC.h:7651
FSMarkupStateCancelled
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:2564
FSErrDataNotReady
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:493
-[FSLRStructureElement getBBox]
FSRectF * getBBox()
Get bounding box.
FSLRElementElementTypePathContent
Structure element type: PathContent, which means path content element.
Definition: FSPDFObjC.h:7316
FSCertVerifyResultReasonCessationOfOperation
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:7825
FSLRStructureElementAttributeValueEnumNeutral
Enum value: neutral, which means the state is neutral.
Definition: FSPDFObjC.h:7442
FSFontStylesBold
Font style: force bold.
Definition: FSPDFObjC.h:867
FSHTML2PDFSettingDataScalingModeNone
Scaling mode: Fixed page with no scale. In this mode, the text size of HTML content will not be chang...
Definition: FSPDFObjC.h:6982
FSPDFDocPermPrint
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:5046
FSJoinSplitJoinSplitOperationTypeClose
Join spilt operation type: Close.
Definition: FSPDFObjC.h:7728
FSPDFDocSaveFlagLinearized
Save document as a linearized file.
Definition: FSPDFObjC.h:5061
FSActionCallback-p
Definition: FSPDFObjC.h:8852
FSSignatureLabelName
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:4472
FSHTML2PDFSettingDataHTML2PDFScalingMode
FSHTML2PDFSettingDataHTML2PDFScalingMode
Enumeration for scaling mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:6981
FSHTML2PDFSettingDataEncodingFormatISO_8859_8_I
Encoding foramt: "ISO-8859-8-I".
Definition: FSPDFObjC.h:7027
FSPDFDocEncryptType
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:5034
-[FSTextSearch getMatchRects]
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
FSHTML2PDFSettingData
Definition: FSPDFObjC.h:7069
-[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:5091
FSPrintParamsDuplexType
FSPrintParamsDuplexType
Enumeration for the values used to set the printing duplex mode.
Definition: FSPDFObjC.h:3462
FSPageLabelsNone
Page label style: no numbering style.
Definition: FSPDFObjC.h:5285
FSActionCallbackMailType
FSActionCallbackMailType
Enumeration for data type to be mailed.
Definition: FSPDFObjC.h:3724
FSOutputPreviewShowLab
If set, only show with Lab.
Definition: FSPDFObjC.h:8297
FSSnapPointMgr
Definition: FSPDFObjC.h:8494
FSPDFAComplianceVersionPDFA2a
PDF/A-2a.
Definition: FSPDFObjC.h:6633
FSStrikeOut
Definition: FSPDFObjC.h:2675
-[FSStructMarkedContent getMCID]
unsigned int getMCID()
Get marked-content identifier(MCID).
FSAnnotationSummarySettings
Definition: FSPDFObjC.h:8241
-[FSColor init]
id init()
Construct an empty color.
FSCertVerifyResultArray
Definition: FSPDFObjC.h:7869
FSPreflightReportSettingDataReportFileFormatType
FSPreflightReportSettingDataReportFileFormatType
Enumeration for the preflight report file format type.
Definition: FSPDFObjC.h:6520
FSAnnotPolygon
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2358
FSHitDataCheckSeverityError
Error severity.
Definition: FSPDFObjC.h:6593
FSActionTypeURI
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:1907
FSTableOfContentsConfig
Definition: FSPDFObjC.h:5009
FSCombination
Definition: FSPDFObjC.h:8151
FSActionCallbackLanguageITA
Italian.
Definition: FSPDFObjC.h:3706
FSErrMIPGetExtendedLabelInfoByIdFailed
MIP engine: get extended label information by id failed.
Definition: FSPDFObjC.h:565
-[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:8286
FSPDFPageCalcMarginMode
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:4685
FSFillerVkeyEscape
ESC key.
Definition: FSPDFObjC.h:4037
FSPDFDocAnnots
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5096
FSOutputPreviewShowCMYK
If set, only show with CMYK.
Definition: FSPDFObjC.h:8289
-[FSLRContext getRootElement]
FSLRStructureElement * getRootElement()
Get the root element of structure tree.
FSDocProviderCallbackPrintOptionCanCancel
If set, that means printing process can be canceled.
Definition: FSPDFObjC.h:5575
FSFillerVkeyNumpad0
0 key in the numeric keypad.
Definition: FSPDFObjC.h:4088
FSComplianceEngineViewOrPrintConditionCoatedGRACoL2006
Viewing or printing condition:Coated GRACoL 2006.
Definition: FSPDFObjC.h:6463
FSMarkupStateRejected
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:2563
FSLRStructureElementAttributeTypeBorderThickness
Attribute type: BorderThickness, which represents the thickness of the border drawn on the edges of a...
Definition: FSPDFObjC.h:7352
-[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:9940
FSImageOrientationFlipH
Flip Horizontal.
Definition: FSPDFObjC.h:1135
FSSignatureStateVerifyInvalid
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4386
FSFillerVkeyHome
Home key.
Definition: FSPDFObjC.h:4042
-[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:5450
FSDocProviderCallbackTextEncodingFontSpecific
Text encoding: font specific.
Definition: FSPDFObjC.h:5593
FSDestinationZoomFitPage
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:1860
FSXFAWidgetWidgetTypeCheckButton
XFA widget type: check button.
Definition: FSPDFObjC.h:5698
FSBarcodeFormatITF
Barcode format: ITF code.
Definition: FSPDFObjC.h:1178
FSFieldTypeCheckBox
Form field type: check box.
Definition: FSPDFObjC.h:4235
FSPDFXComplianceVersionPDFX4p
PDF/X-4p.
Definition: FSPDFObjC.h:6678
FSDocProviderCallbackSubmitInUrlEncoded
The submit data is packaged in URL-encoded format as described in Uniform Resource Locator(URL).
Definition: FSPDFObjC.h:5585
FSAnnotWidget
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2371
FSSchemaFieldArray
Definition: FSPDFObjC.h:8418
-[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:4111
FSDocProviderCallbackTextEncodingKSC5601
Text encoding: KSC5601.
Definition: FSPDFObjC.h:5598
FSHTML2PDFSettingDataEncodingFormatX_BINARYENC
Encoding foramt: "X-BINARYENC".
Definition: FSPDFObjC.h:7048
FSXFAWidgetWidgetTypeSignature
XFA widget type: signature.
Definition: FSPDFObjC.h:5702
FSLRElementElementTypeDocumentFragment
Structure element type: DocumentFragment (PDF 2.0), which represents a part of an original complete d...
Definition: FSPDFObjC.h:7250
-[FSFDFDoc getFDFDict]
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
FSOutputPreviewShowSpotColor
If set, only show with spot color.
Definition: FSPDFObjC.h:8285
FSXFADocExportDataTypeXML
Type of exported data: XML.
Definition: FSPDFObjC.h:5631
-[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:5841
FSLRStructureElementAttributeTypeDestination
Attribute type: Destination (PDF 2.0), which provides a means to access content.
Definition: FSPDFObjC.h:7345
FSAppProviderCallbackStringIDIllegalBreak
Sample message: "Illegal break".
Definition: FSPDFObjC.h:5479
FSLRStructureElementAttributeValueEnumRight
Enum value: Right, which means right edge of the page.
Definition: FSPDFObjC.h:7449
FSReflowPageWithImage
Parsing flag for image mode.
Definition: FSPDFObjC.h:5354
FSRenditionFloatingWindowResizeType
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:1768
FSPagingSealConfigPagingSealStyle
FSPagingSealConfigPagingSealStyle
Enumeration for paging seal signature style.
Definition: FSPDFObjC.h:4603
FSResponseTypeCRL
CRL response.
Definition: FSPDFObjC.h:7772
FSHitData
Definition: FSPDFObjC.h:6596
FSMediaSettings
Definition: FSPDFObjC.h:3591
FSLRElementElementTypeAnnotObject
Structure element type: AnnotObject, which means annotation object element.
Definition: FSPDFObjC.h:7313
-[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:4056
FSPDFPageParsePageNormal
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:4681
FSStructTreeEntityStructTreeEntityTypeMarkedContent
Structure tree entity type: MarkedContent, which represents a marked-content item.
Definition: FSPDFObjC.h:1627
FSFillerVkeyControl
Ctrl key.
Definition: FSPDFObjC.h:4034
FSTextSearchSearchMatchWholeWord
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:5909
FSSubmitFormAction
Definition: FSPDFObjC.h:2059
FSPDFStreamJPXDecode
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:1264
FSErrInvalidType
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:490
FSActionCallbackLanguageJPN
Japanese.
Definition: FSPDFObjC.h:3708
FSImageNone
Not have image type yet.
Definition: FSPDFObjC.h:1122
FSDocProviderCallbackInvalidateFlagAllPages
Invalidate all pages.
Definition: FSPDFObjC.h:5569
FSBitmapDIBRgb
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:1075
FSPDFPageSizeB2
Page size: B2.
Definition: FSPDFObjC.h:4712
FSBitmapDIB8bppMask
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:1079
FSForm
Definition: FSPDFObjC.h:4294
FSHTML2PDFSettingDataPageModeSinglePage
Single page mode.
Definition: FSPDFObjC.h:6977
FSModuleNameComparison
Name for module "Comparison".
Definition: FSPDFObjC.h:656
FSPDFXComplianceVersionPDFX4
PDF/X-4.
Definition: FSPDFObjC.h:6677
FSRotationPointRightTop
Rotate the text block based on the right-top point of the rectangle.
Definition: FSPDFObjC.h:621
-[FSPath init]
id init()
Constructor.
FSDocProviderCallbackSubmitInXDP
The submit data is packaged in XDP format, as described in XDP Specification.
Definition: FSPDFObjC.h:5583
FSFieldFlagReadOnly
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:4244
-[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:7722
FSFillSignFillSignObjectTypeLine
Line fill-sign object.
Definition: FSPDFObjC.h:8041
FSPlayerArgs
Definition: FSPDFObjC.h:3617
FSHitDataCheckSeverityWarning
Warning severity.
Definition: FSPDFObjC.h:6592
FSMonoImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:6874
FSLRElementElementTypeStrong
Structure element type: Strong (PDF 2.0), which represents content for the purpose of strong importan...
Definition: FSPDFObjC.h:7301
FSDocViewerPrefs
Definition: FSPDFObjC.h:5260
FSActionCallbackLanguageDAN
Danish.
Definition: FSPDFObjC.h:3701
FSAppProviderCallbackStringIDToday
String ID for case: Use string in local language for "Today".
Definition: FSPDFObjC.h:5531
FSGraphicsObjectBlendExclusion
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1403
FSRenderer
Definition: FSPDFObjC.h:3075
FSPDFPageSizeB3
Page size: B3.
Definition: FSPDFObjC.h:4713
FSAnnotPSInk
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:2367
FSAdditionalActionTriggerDocPrinted
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:2157
FSFloatingInfoWindowPositionBottomCenter
Window position: at the bottom center.
Definition: FSPDFObjC.h:3540
-[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:7256
FSTextFillSignObjectData
Definition: FSPDFObjC.h:8003
FSHTML2PDFSettingDataHTML2PDFMediaStyle
FSHTML2PDFSettingDataHTML2PDFMediaStyle
Enumeration for media style used for converting HTML to PDF.
Definition: FSPDFObjC.h:7064
FSDocProviderCallbackPrintOption
FSDocProviderCallbackPrintOption
Enumeration for XFA print options.
Definition: FSPDFObjC.h:5573
FSAppProviderCallbackStringIDValidateNullWarning
Sample message: "%s cannot be left blank. To ignore validations for %s, click Ignore....
Definition: FSPDFObjC.h:5533
FSErrDefaultTimeStampServer
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:533
FSRange
Definition: FSPDFObjC.h:839
FSImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:6846
FSGraphStateLineCapSquare
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:801
FSRenditionMonitorSpecifierGreatestWidth
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:1758
FSSignatureStateVerifyChangeIllegal
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:4409
FSErrOFDEngineNotInit
(For OFD only) OFD engine has not been initialized successfully.
Definition: FSPDFObjC.h:556
FSTextSearch
Definition: FSPDFObjC.h:5914
FSFileFormatTypeFDF
File format type: FDF.
Definition: FSPDFObjC.h:703
FSMarkupStateModel
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:2553
FSSignatureSignatureTypeTimeStamp
Signature type: time stamp.
Definition: FSPDFObjC.h:4445
FSField
Definition: FSPDFObjC.h:4262
FSBorderInfoStyle
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:2253
-[FSPDFNumberTree getType]
FSPDFNumberTreeType getType()
Get the type of current number tree.
FSFillerAssistCallbackPopupMenuItemCut
Popup menu item: "Cut".
Definition: FSPDFObjC.h:4019
FSLTVVerifierCurrentTime
Use current time.
Definition: FSPDFObjC.h:7951
-[FSAdditionalAction getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSErrHandle
Error handle.
Definition: FSPDFObjC.h:480
FSAssociatedFilesRelationshipUnspecified
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:3123
FSAssociatedFilesRelationshipAlternative
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:3126
FSLRStructureElementAttributeTypeColumnCount
Attribute type: ColumnCount, which represents the number of columns in the content of the grouping el...
Definition: FSPDFObjC.h:7375
FSBorderInfo
Definition: FSPDFObjC.h:2262
FSSubmitFormActionFlagExclNonUserAnnots
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:2054
FSFloatingInfoWindowPositionTopCenter
Window position: at the top center.
Definition: FSPDFObjC.h:3534
FSXFAWidgetWidgethAlignTypeJustifyAll
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:5732
FSBitmapDIB8bppGray
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:1081
FSHTML2PDFSettingDataEncodingFormatUnicode
Encoding foramt: "Unicode".
Definition: FSPDFObjC.h:7006
FSRenditionMediaPermTempExtract
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:1724
FSWidgetLineSpacingSingle
Line spacing style: single line spacing.
Definition: FSPDFObjC.h:2935
FSHTML2PDFSettingDataEncodingFormatCP874
Encoding foramt: "CP874".
Definition: FSPDFObjC.h:7014
FSWatermarkSettingsFlagASPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:6206
FSAssociatedFilesRelationshipSchema
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:3130
FSPDFAComplianceVersionPDFA2bWithoutFBC
PDF/A-2b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:6640
FSFillerVirtualKeyCode
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:4028
FSBookmarkPosition
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:3774
FSTimeStampServerMgr
Definition: FSPDFObjC.h:4546
FSTextPageCharInfoNormal
Character flag: Normal.
Definition: FSPDFObjC.h:5840
FSAnnotMovie
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2370
-[FSSignatureVerifyResult getSignatureCheckTimeType]
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
FSHTML2PDFSettingDataEncodingFormatGB18030
Encoding foramt: "GB18030".
Definition: FSPDFObjC.h:7033
FSPDFNumberTree
Definition: FSPDFObjC.h:1606
FSFillerVkeyNumpad5
5 key in the numeric keypad.
Definition: FSPDFObjC.h:4093
FSFloatingInfoWindowPositionBottomLeft
Window position: at the bottom left corner.
Definition: FSPDFObjC.h:3539
FSLayerNode
Definition: FSPDFObjC.h:3967
FSFillerEventFlagShiftKey
Event flag: "Shift" key.
Definition: FSPDFObjC.h:4119
FSDWG2PDFSettingDataDWG2PDFColorPolicy
FSDWG2PDFSettingDataDWG2PDFColorPolicy
Enumeration for color policy used for converting DWG to PDF.
Definition: FSPDFObjC.h:7161
-[FSFiller onCut]
BOOL onCut()
Call this function when the popup menu item "Cut" is down.
FSPageLabelsLowerLetters
Page label style: lowercase letters.
Definition: FSPDFObjC.h:5290
FSFillerVkeyDivide
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:4103
FSOptimizerSettingsCleanUpRemoveInvalidLinks
Remove invalid links.
Definition: FSPDFObjC.h:6932
FSFillerVkeyPrior
Page Up key.
Definition: FSPDFObjC.h:4039
FSRenditionMediaPlayerFitStyleDefault
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:1741
FSPDFStreamNoneDecode
No need to decode the stream data.
Definition: FSPDFObjC.h:1255
FSBarcodeFormatPDF417
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1179
FSPosBottomLeft
Position: bottom left.
Definition: FSPDFObjC.h:645
-[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:1256
FSParagraphEditingProviderCallback-p
Definition: FSPDFObjC.h:11458
FSFillerVkeyF5
F5 key.
Definition: FSPDFObjC.h:4108
FSFDFDocType
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:3157
FSWidgetLineSpacingOneAndHalf
Line spacing style: one and half times line spacing.
Definition: FSPDFObjC.h:2936
FSSignatureStateVerifyTimestampIssueUnknown
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:4404
FSFontCharset
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:870
FSAppProviderCallbackStringIDNotHaveProperty
Sample message: "'%s' doesn't have property '%s'".
Definition: FSPDFObjC.h:5508
FSAnnotSound
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2369
FSSecurityHandler
Definition: FSPDFObjC.h:5978
FSFontCIDCharsetKOREA1
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:893
FSRenditionMonitorSpecifierGreatestHeight
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:1757
FSPDFDocExtractPagesOptionJavascript
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:5075
FSPortfolioNodeType
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:8332
FSAppProviderCallbackStringIDInvalidNodeType
Sample message: "Invalid node type: '%s'".
Definition: FSPDFObjC.h:5509
FSAppProviderCallbackStringIDModifyField
String ID for case: If to modify field. Sample message: "Do you want to modify this field?...
Definition: FSPDFObjC.h:5441
FSHTML2PDFSettingDataEncodingFormatX_TAM_WEBTAMIL
Encoding foramt: "X-TAM-WEBTAMIL".
Definition: FSPDFObjC.h:7056
FSCertVerifyResultReasonRemoveFromCRL
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:7827
FSRenditionMediaPermTempAccess
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:1725
FSCombinationCombineDocsOptionStructrueTree
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8141
FSHTML2PDFSettingDataEncodingFormatGB
Encoding foramt: "GB".
Definition: FSPDFObjC.h:7003
FSLRStructureElementAttributeValueEnumBefore
Enum value: Before, which means the placement for attributes Placement/RubyPosition or alignment for ...
Definition: FSPDFObjC.h:7398
FSPDFDocWrapperType
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:5100
FSFillerVkeyPause
Pause Break key.
Definition: FSPDFObjC.h:4036
FSAnnotMKEntryDownIcon
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:2420
FSFloatingInfoWindowPositionCenterRight
Window position: at the center right.
Definition: FSPDFObjC.h:3538
FSAnnotHighlightingOutline
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:2399
FSFillerVkeyReturn
Enter key.
Definition: FSPDFObjC.h:4032
FSSignaturePAdESLevelBLTA
PAdES level: B-LTA.
Definition: FSPDFObjC.h:4455
FSLRStructureElementAttributeTypeSpaceBefore
Attribute type: SpaceBefore, which represents the amount of extra space preceding the before edge of ...
Definition: FSPDFObjC.h:7357
FSCompareResultInfo
Definition: FSPDFObjC.h:6740
-[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:5730
-[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:7140
FSPopup
Definition: FSPDFObjC.h:2912
FSRichTextStyleCornerMarkStyle
FSRichTextStyleCornerMarkStyle
Enumeration for corner mark style.
Definition: FSPDFObjC.h:2221
-[FSAction getType]
FSActionType getType()
Get action type.
FSCustomSecurityCallback-p
Definition: FSPDFObjC.h:10398
FSBarcodeFormatQRCode
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1180
FSTabOrderMgrRow
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:6163
FSOptimizerSettingsDiscardUserDataOptions
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:6947
FSXFAWidgetWidgetNameTypeCaption
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:5725
-[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:3490
FSOptimizerSettingsDiscardUserDataLayer
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:6953
FSAppProviderCallbackStringIDUnableSetNumPages
Sample message: "Unable to set the value for property 'numPages'".
Definition: FSPDFObjC.h:5454
FSComplianceEngineViewOrPrintConditionISOCoatedv2ECI
Viewing or printing condition:ISO Coated v2 (ECI).
Definition: FSPDFObjC.h:6464
-[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:3125
-[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:2160
FSSignatureFieldMDPActionExclude
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:4469
FSSubmitFormActionFlagGetMethod
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:2047
FSGraphicsObjectBlendColorDodge
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:1398
FSFixupDataFixupStateFailure
A fixup failed.
Definition: FSPDFObjC.h:6568
FSPDFPageSizeA4
Page size: A4.
Definition: FSPDFObjC.h:4709
FSPagingSealSignaturePagingSealAPStateSigned
Signed signature.
Definition: FSPDFObjC.h:4632
FSRenditionFloatingWindowOffscreenEventNonViable
Consider the object non-viable.
Definition: FSPDFObjC.h:1777
FSParagraphEditingNumberingTypeLowerLatinDot
Numbering type: a. b. c.
Definition: FSPDFObjC.h:7664
FSIconFitScaleWayNever
Never scale.
Definition: FSPDFObjC.h:2327
FSFontCIDCharsetUNICODE
CID Font charset: Unicode.
Definition: FSPDFObjC.h:894
FSFontFontTypeTrueType
Font type: TrueType.
Definition: FSPDFObjC.h:916
FSPathTypeBezierTo
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:981
FSPDFDoc
Definition: FSPDFObjC.h:5106
FSWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:6209
FSPrintDeviceSettingDataPortrait
Portrait orientation for printing.
Definition: FSPDFObjC.h:3034
FSStructObjectContent
Definition: FSPDFObjC.h:1690
FSImageSettingsImageCompressjpeg2000
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:6829
FSSignatureDigestSHA384
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:4439
FSPDFAComplianceVersionPDFA3bWithoutFBC
PDF/A-3b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:6641
FSFloatingInfoWindowPositionBottomRight
Window position: at the bottom right corner.
Definition: FSPDFObjC.h:3541
FSTiledWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:4912
FSSignatureDocPermUnrestricted
No restriction.
Definition: FSPDFObjC.h:4459
FSModuleNameConnectedPDF
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:651
FSFillerVkeyHelp
Help key.
Definition: FSPDFObjC.h:4051
FSRotation0
No rotation.
Definition: FSPDFObjC.h:611
FSHeaderFooterContentGeneratorDateFormatMMDotYY
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4875
FSPDFDocExtractPagesOptionStructureTree
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:5074
FSTimeStampServerSendResultFailToSendData
Fail to send data during sending request process.
Definition: FSPDFObjC.h:4574
FSGraphStateLineCapStyle
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:798
FSPosCenterLeft
Position center left.
Definition: FSPDFObjC.h:642
-[FSLRGraphicsObjectElement getGraphicsObject]
FSGraphicsObject * getGraphicsObject()
Get related graphics object.
FSStdSecurityHandler
Definition: FSPDFObjC.h:6015
FSPDFDocSaveFlagNoOriginal
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:5059
FSDocProviderCallbackWidgetEventTypeAdded
Event type: after an XFA widget is added.
Definition: FSPDFObjC.h:5612
FSLRStructureElementAttributeValueEnumDotted
Enum value: Dotten, which means the border is a series of dots.
Definition: FSPDFObjC.h:7408
FSPosBottomRight
Position: bottom right.
Definition: FSPDFObjC.h:647
FSAdditionalActionTriggerFieldKeyStroke
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:2158
FSParagraphEditingBulletTypeSolidDiamond
Bullet type: solid diamond.
Definition: FSPDFObjC.h:7650
FSAnnotMKEntryRotation
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:2412
FSActionCallbackLanguageFRA
French.
Definition: FSPDFObjC.h:3705
FSLRContentElement
Definition: FSPDFObjC.h:7524
FSFillerVkey0
0 key.
Definition: FSPDFObjC.h:4052
FSMonoImageSettingsImageCompressjbig2
Compression mode: jbig2.
Definition: FSPDFObjC.h:6873
FSPDFXComplianceVersionPDFX4CoatedGRACoL2006
PDF/X-4 (Coated GRACoL 2006).
Definition: FSPDFObjC.h:6687
FSDocProviderCallbackTextEncodingBig5
Text encoding: Big5.
Definition: FSPDFObjC.h:5592
FSPDFNameTreeTemplates
"Templates" name tree.
Definition: FSPDFObjC.h:1577
FSHTML2PDFSettingDataEncodingFormatTAM
Encoding foramt: "TAM".
Definition: FSPDFObjC.h:7037
FSFullTextSearchRankHitCountDESC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6443
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeTTF
Searchable text type: Only text displayed with TTF font is searchable.
Definition: FSPDFObjC.h:7158
FSFieldTypePushButton
Form field type: push button.
Definition: FSPDFObjC.h:4234
-[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:4874
FSErrFormat
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:478
FSFontFontTypeType1
Font type: Type1.
Definition: FSPDFObjC.h:915
FSOutputPreviewShowDeviceCMYK
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:8282
FSActionTypeMovie
Action type: movie action.
Definition: FSPDFObjC.h:1909
FSActionCallbackSearchScopeIndex
Search scope: index.
Definition: FSPDFObjC.h:3762
FSResponseTypeNone
No response.
Definition: FSPDFObjC.h:7771
FSSignatureKeyName
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:4426
FSSignatureStateVerifyIssueUnknown
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:4394
-[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:1262
FSSignaturePAdESLevelNotPAdES
Not a PAdES signature.
Definition: FSPDFObjC.h:4450
FSSignatureStateCertCannotGetVRI
Cannot get verify relevant information.
Definition: FSPDFObjC.h:4407
FSFillerVkeyNumpad7
7 key in the numeric keypad.
Definition: FSPDFObjC.h:4095
FSPDFXCompliance
Definition: FSPDFObjC.h:6694
FSDWG2PDFSettingDataFlagEmbededOptimizedTTF
Bit 7. Enable embedding of TTF font program to PDF file. The TTF font will be reduced by removing unu...
Definition: FSPDFObjC.h:7138
FSTextSearchSearchNormal
No special searching options.
Definition: FSPDFObjC.h:5907
-[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:5502
FSLRStructureElementAttributeTypeInvalid
Attribute type: invalid.
Definition: FSPDFObjC.h:7340
FSSignatureVerifyResultLTVStateEnable
This means LTV is enabled.
Definition: FSPDFObjC.h:7979
FSAnnotHighlightingToggle
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:2401
-[FSXFADoc resetForm]
void resetForm()
Reset form.
FSMediaPlayerCallbackJSMediaPlayerStateSuspend
media player state: Suspend.
Definition: FSPDFObjC.h:3692
FSSignatureArray
Definition: FSPDFObjC.h:4360
FSStructTreeEntityUnknownType
Structure tree entity type: unknown.
Definition: FSPDFObjC.h:1625
FSPrintParamsPageOrderHorizontal
Page Order type: pages are placed from left to right, from top to bottom.
Definition: FSPDFObjC.h:3482
FSPDFXComplianceVersionPDFX1aCoatedGRACoL2006
PDF/X-1a (Coated GRACoL 2006).
Definition: FSPDFObjC.h:6679
FSXFAWidgetWidgethAlignTypeLeft
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:5733
FSLRStructureElementAttributeTypeShort
Attribute type: Short (PDF 2.0), which contains a short form of the content of a TH structure element...
Definition: FSPDFObjC.h:7387
FSFillerVkeyPrint
Print key.
Definition: FSPDFObjC.h:4047
FSCompareResultInfoCompareResultTypeInsertPath
Result type: insert path.
Definition: FSPDFObjC.h:6729
FSTextPageTextStreamOrder
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:5877
FSMarkupStateCompleted
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:2565
FSMarkupStateDeferred
(Used with state model FSMarkupStateModelReview) The change has been deferred.
Definition: FSPDFObjC.h:2566
FSPosCenter
Position: center.
Definition: FSPDFObjC.h:643
-[FSStructObjectContent getParentElement]
FSStructElement * getParentElement()
Get the parent structure element.
-[FSSignatureVerifyResult getSignatureName]
NSString * getSignatureName()
Get signature name.
FSCertIssuerPair
Definition: FSPDFObjC.h:7889
FSLocaleIDHongKong
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:692
FSCombinationCombineDocsOptionBookmark
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8139
FSPDFObjectArray
PDF array object.
Definition: FSPDFObjC.h:1208
FSLRStructureElementAttributeValueEnumColumn
Enum value: Row, which means column of a table.
Definition: FSPDFObjC.h:7444
FSDWG2PDFSettingDataFlagSHXTextAsGeometry
Bit 3. Enable SHX font text to geometry conversion.
Definition: FSPDFObjC.h:7134
FSBasicArray
Definition: FSPDFObjC.h:189
FSPDFXComplianceVersion
FSPDFXComplianceVersion
Enumeration for PDF/X version.
Definition: FSPDFObjC.h:6674
FSParagraphEditingNumberingTypeUpperLatinDot
Numbering type: A. B. C.
Definition: FSPDFObjC.h:7662
FSLRElementElementTypeReference
Structure element type: Reference, which represents a citation to content elsewhere in the document.
Definition: FSPDFObjC.h:7288
FSAppProviderCallbackStringIDUnsupportChar
Sample message: "Unsupported character '%c'".
Definition: FSPDFObjC.h:5463
-[FSDestination getDestArray]
FSPDFArray * getDestArray()
Get the destination PDF array.
FSSignatureStateVerifyIncredible
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:4391
FSAssociatedFiles
Definition: FSPDFObjC.h:3133
FSFillerAssistCallbackPopupMenuItemSelectAll
Popup menu item: "Select All".
Definition: FSPDFObjC.h:4023
FSPDFStreamDCTDecode
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:1263
FSFillerVkeyB
B key.
Definition: FSPDFObjC.h:4063
FSLayerNodeArray
Definition: FSPDFObjC.h:3863
FSSignatureStateVerifyErrorData
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:4387
FSTXT2PDFSettingData
Definition: FSPDFObjC.h:7107
FSLRStructureElementAttributeTypeABox
(Reserved) Attribute type: ABox.
Definition: FSPDFObjC.h:7389
FSPathArray
Definition: FSPDFObjC.h:1010
-[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:1411
FSAnnotationSummarySettingsTypeSortByDate
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:8230
FSJoinSplitJoinSplitOperationTypeUnlink
Join spilt operation type: Unlink.
Definition: FSPDFObjC.h:7726
FSLRElementElementTypeNote
Structure element type: Note, which represents an item of explanatory text, such as a footnote or an ...
Definition: FSPDFObjC.h:7287
FSXFAPage
Definition: FSPDFObjC.h:5665
-[FSColorSpace isSpotColorSpace]
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
FSPDFDocImportFlagNormal
Import pages normally.
Definition: FSPDFObjC.h:5067
FSAnnotHighlightingMode
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:2396
FSPDFECompliance
Definition: FSPDFObjC.h:6661
FSOutputPreviewShowCalGray
If set, only show with CalGray.
Definition: FSPDFObjC.h:8295
FSAnnotMKEntry
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:2411
FSFDFDocXFDF
FDF document type: XFDF.
Definition: FSPDFObjC.h:3159
FSStructObjectContentStructObjectType
FSStructObjectContentStructObjectType
Enumeration for object type.
Definition: FSPDFObjC.h:1682
FSPosTopLeft
Position: top left.
Definition: FSPDFObjC.h:639
FSColorSpaceDeviceRGB
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:675
FSAnnotUnderline
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2361
FSPortfolioNode
Definition: FSPDFObjC.h:8338
FSAnnot3D
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2376
FSPreflightReportSettingDataReportFileFormatTypePdf
Report file format type: PDF.
Definition: FSPDFObjC.h:6521
FSFillerVkeySeparator
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:4100
-[FSImage getOrientation]
FSImageOrientation getOrientation()
Get image orientation.
FSHTML2PDFSettingDataEncodingFormatDefault
Encoding foramt: Default.The encoding format will be automatically detected in chromium.
Definition: FSPDFObjC.h:6988
FSLRStructureElementAttributeValueEnumTV
Enum value: tv, which means text-value field.
Definition: FSPDFObjC.h:7439
FSMarkupEndingStyleCircle
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2573
FSAppProviderCallbackStringIDMonthMay
String ID for case: Use string in local language for "May".
Definition: FSPDFObjC.h:5523
FSSignatureVerifyResultArray
Definition: FSPDFObjC.h:7928
FSAnnotMKEntryNormalCaption
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:2415
FSLRStructureElementAttributeTypeRotation
Attribute type: Rotation.
Definition: FSPDFObjC.h:7343
-[FSGraphicsObjects generateContent]
BOOL generateContent()
Generate contents of current graphics objects.
FSOutputPreviewShowText
If set, only show text.
Definition: FSPDFObjC.h:8303
FSTiledWatermarkSettings
Definition: FSPDFObjC.h:4915
FSGraphicsObjectBlendDarken
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:1396
FSImageOrientationRotate90FlipH
First rotate 90 in clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1138
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
Enumeration for hatches export type used for converting DWG to PDF.
Definition: FSPDFObjC.h:7148
FSLRStructureElementAttributeValueTypeARGBArray
Value type: an array of ARGB values.
Definition: FSPDFObjC.h:7473
-[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:4094
FSFixupDataFixupState
FSFixupDataFixupState
Enumeration for the state of a fixup data.
Definition: FSPDFObjC.h:6566
FSAppProviderCallbackStringIDConditionIsNull
Sample message: "Condition is null".
Definition: FSPDFObjC.h:5478
FSLRElementElementTypePageObject
Structure element type: PageObject, which means page object element.
Definition: FSPDFObjC.h:7314
FSDRMEncryptData
Definition: FSPDFObjC.h:6057
FSDestinationZoomMode
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:1858
-[FSReflowPage getContentWidth]
float getContentWidth()
Get content width after current reflow page object has been parsed.
FSActionCallbackLanguageKOR
Korean.
Definition: FSPDFObjC.h:3707
FSLRStructureElementAttributeValueEnumBottom
Enum value: Bottom, which means bottom edge of the page.
Definition: FSPDFObjC.h:7448
FSAppProviderCallbackStringIDWeekDaySat
String ID for case: Use string in local language for "Saturday".
Definition: FSPDFObjC.h:5518
-[FSImage getFrameCount]
int getFrameCount()
Get frame count.
FSPDFDocWrapperPDFV2
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:5103
FSActionTypeSetOCGState
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:1916
FSLRElementElementTypeTableFootGroup
Structure element type: TFoot, which means "Table footer row group" and represents a group of rows th...
Definition: FSPDFObjC.h:7284
FSOptimizerSettingsOptimizerCompressImages
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:6921
FSPDFDictionary
Definition: FSPDFObjC.h:1311
FSFillerVkey5
5 key.
Definition: FSPDFObjC.h:4057
FSSignatureVerifyResult
Definition: FSPDFObjC.h:7983
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:8487
FSLTVVerifierTimeType
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:7948
FSAppProviderCallbackStringIDScriptFailedError
Sample message: "Script failed(language is %s;context is %s) script=%s".
Definition: FSPDFObjC.h:5538
FSTimeStampServerSendResultSuccess
Send request successfully.
Definition: FSPDFObjC.h:4571
FSSoundSampleEncodingFormatALaw
A-law-encoded samples.
Definition: FSPDFObjC.h:3002
FSGraphicsObjectType
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:1410
FSSignatureDigestSHA256
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:4438
FSErrFile
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:477
FSTabOrderMgrStructure
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:6165
FSRenditionFloatingWindowOffscreenEvent
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:1774
FSHTML2PDFSettingDataEncodingFormatX_TAM_TBOOMIS
Encoding foramt: "X-TAM-TBOOMIS".
Definition: FSPDFObjC.h:7054
FSPortfolio
Definition: FSPDFObjC.h:8445
-[FSSound getSoundStream]
FSPDFStream * getSoundStream()
Get the stream of sound data.
FSPDFAComplianceVersion
FSPDFAComplianceVersion
Enumeration for PDF/A version.
Definition: FSPDFObjC.h:6630
FSLRStructureElementAttributeTypeFieldRole
Attribute type only for PrintField: Role, which represents the type of form field represented by this...
Definition: FSPDFObjC.h:7379
FSCompareResultInfoCompareResultTypeTextAttriChange
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:6737
FSXFAWidgetWidgetTypeNumericEdit
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:5701
FSFieldFlagTextComb
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:4254
FSOptimizerSettingsOptimizerDiscardObjects
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:6923
FSLRStructureElementAttributeValueEnumWatermark
Enum value: Watermark.
Definition: FSPDFObjC.h:7456
FSMarkupEndingStyleButt
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:2577
FSInt32Array
An array of signed integer values.
Definition: FSPDFObjC.h:304
FSAnnotMKEntryNormalIcon
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:2418
FSFillerVkey3
3 key.
Definition: FSPDFObjC.h:4055
FSPDFDocSaveFlagRemoveRedundantObjects
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:5062
FSResetFormAction
Definition: FSPDFObjC.h:2072
FSMarkupMeasureTypeY
Measurement of change along the y axis.
Definition: FSPDFObjC.h:2585
FSAppProviderCallbackStringIDInvalidExpression
Sample message: "Invalidate expression '%s'".
Definition: FSPDFObjC.h:5470
FSAdditionalActionTriggerAnnotReceiveInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:2166
FSFontStyleSerif
Font style: serif.
Definition: FSPDFObjC.h:860
FSOutputPreviewShowDeviceGray
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:8294
FSHTML2PDFSettingDataEncodingFormatKOI8U
Encoding foramt: "KOI8U".
Definition: FSPDFObjC.h:7024
FSPDFDocEncryptPassword
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:5037
FSAnnotMKEntryRolloverCaption
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:2416
FSLayerTree
Definition: FSPDFObjC.h:3907
FSPDFPageFlattenAll
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:4691
FSLRStructureElementAttributeValueEnumSquare
Enum value: Square, which means solid square bullet.
Definition: FSPDFObjC.h:7427
FSFillerVkeyRight
Right arrow key.
Definition: FSPDFObjC.h:4045
FSActionTypeGoTo3DView
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:1919
FSLRElementElementTypeTextContent
Structure element type: TextContent, which means text content element.
Definition: FSPDFObjC.h:7315
FSPDFAComplianceVersionPDFA3a
PDF/A-3a.
Definition: FSPDFObjC.h:6636
FSAnnotLink
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2353
FSFontCIDCharsetCNS1
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:891
FSTextSearchSearchConsecutive
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:5910
FSLRStructureElementAttributeValueEnumDecimal
Enum value: Decimal, which means decimal arabic numerals (1-9, 10-99, ...).
Definition: FSPDFObjC.h:7428
FSAdditionalActionTriggerDocWillClose
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:2153
FSPayLoadData
Definition: FSPDFObjC.h:4956
FSDocViewerPrefsPrintScaleNone
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:5247
FSFillerVkeyD
D key.
Definition: FSPDFObjC.h:4065
FSSecurityHandlerCipherRC4
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:5974
FSAnnotAppearanceTypeDown
Annotation's down appearance.
Definition: FSPDFObjC.h:2438
FSOptimizerSettingsDiscardObjectsBookmarks
Discard bookmarks.
Definition: FSPDFObjC.h:6941
FSRemoteGotoAction
Definition: FSPDFObjC.h:1995
FSFontStdIDTimesB
Standard font: Times-Bold.
Definition: FSPDFObjC.h:907
FSConvert
Definition: FSPDFObjC.h:7230
FSAdditionalActionTriggerDocWillSave
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:2154
FSCombinationCombineDocsOptionDuplicateStream
If set, that means duplicate stream objects from source PDF files will be outputted to combined resul...
Definition: FSPDFObjC.h:8148
FSAnnotationSummary
Definition: FSPDFObjC.h:8265
FSAnnotPopup
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2377
FSHTML2PDFSettingDataEncodingFormatUTF_32BE
Encoding foramt: "UTF-32BE".
Definition: FSPDFObjC.h:7046
FSSplitOutputSettingData
Definition: FSPDFObjC.h:8508
FSPreflightSettingDataLibraryTypeFoxit
Preflight library type: Foxit.
Definition: FSPDFObjC.h:6491
FSAppProviderCallbackStringIDMonthFeb
String ID for case: Use string in local language for "February".
Definition: FSPDFObjC.h:5520
FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYY
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4873
FSPrintParamsBookletBinding
FSPrintParamsBookletBinding
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3474
FSFillerVkeyF11
F11 key.
Definition: FSPDFObjC.h:4114
FSOptimizerSettingsDiscardUserDataAllAnnotsFormsAndMultimedia
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:6948
FSFillerVkeyX
X key.
Definition: FSPDFObjC.h:4085
FSFillerVkeyBack
Backspace key.
Definition: FSPDFObjC.h:4030
FSAnnotationSummarySettingsFontSizeMedium
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:8237
-[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:1866
FSAppProviderCallbackStringIDValidateWarning
Sample message: "The value you entered for %s is invalid. To ignore validations for %s,...
Definition: FSPDFObjC.h:5535
FSXFAWidgetHitTestAreaUnknown
Hit test area: Unknown.
Definition: FSPDFObjC.h:5689
FSColor
Definition: FSPDFObjC.h:1056
-[FSSignatureVerifyResult getSignatureState]
unsigned int getSignatureState()
Get signature state.
FSAnnotSquare
Annotation type: square annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2356
FSImageSettingsStretchMode
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:6841
FSResponseResponseType
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:7770
FSSignatureStateVerifyErrorByteRange
Non expected byte range.
Definition: FSPDFObjC.h:4389
FSRotationPointRightBottom
Rotate the text block based on the right-bottom point of the rectangle.
Definition: FSPDFObjC.h:623
-[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:673
FSErrInvalidWrapper
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:511
-[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:5090
-[FSLRGraphicsObjectElement getBBox]
FSRectF * getBBox()
Get bounding box.
-[FSFont getName]
NSString * getName()
Retrieve the postscript name.
FSPauseCallback-p
Definition: FSPDFObjC.h:8678
FSFillerVkeyT
T key.
Definition: FSPDFObjC.h:4081
FSDWG2PDFSettingDataFlagSimpleGeomOptimization
Bit 4. Enable simple geometry optimization (separated segments to one polyline, Bezier curve control ...
Definition: FSPDFObjC.h:7135
FSAppProviderCallbackBeepTypeError
Beep type: error.
Definition: FSPDFObjC.h:5431
FSFormXObject
Definition: FSPDFObjC.h:1549
FSRendererRenderPage
If set, page content will be rendered.
Definition: FSPDFObjC.h:3066
FSAppProviderCallbackStringIDMonthAug
String ID for case: Use string in local language for "August".
Definition: FSPDFObjC.h:5526
FSPagingSealConfigPagingSealStyleMultipleSignatures
Add multiple signatures. Use the FSSignature to display the appearance of paging seal signature,...
Definition: FSPDFObjC.h:4604
FSAppProviderCallbackStringIDInvalidEnumValue
String ID for case: Some enumerate value is invalid. Sample message: "Invalid enumerate value:".
Definition: FSPDFObjC.h:5448
FSMonoImageSettingsImageCompressRunLength
Compression mode: run-length.
Definition: FSPDFObjC.h:6875
FSGraphStateLineCapButt
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:799
FSRenditionFloatingWindowResizeTypeAspectRatio
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:1770
FSAnnotPagingSeal
Annotation type: paging seal annotation. A Foxit PDF SDK custom annotation type (not a standard annot...
Definition: FSPDFObjC.h:2380
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYY
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4863
FSPDFXComplianceVersionPDFX4ISOCoatedv2ECI
PDF/X-4 (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:6688
FSWatermarkSettingsFlagShareTextStream
If set, watermarks will share one form xobject if these watermarks use the same text and text's relat...
Definition: FSPDFObjC.h:6212
FSCompareResultInfoCompareResultTypeReplaceShading
Result type: replace shading.
Definition: FSPDFObjC.h:6733
FSSoundSampleEncodingFormatSigned
Twos-complement values.
Definition: FSPDFObjC.h:3000
FSFontCIDCharsetUnknown
CID Font charset: Unknown.
Definition: FSPDFObjC.h:889
FSFillerEventFlags
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:4118
FSTextSearchReplace
Definition: FSPDFObjC.h:7615
FSUnembeddedFontSettings
Definition: FSPDFObjC.h:6908
FSPDFDocEncryptFoxitDRM
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:5039
FSMarkupStateNone
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:2559
FSRenditionMediaPlayerFitStyleHidden
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:1740
-[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:4872
FSSignatureDigestSHA1
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:4437
FSAppProviderCallbackStringIDMonthOct
String ID for case: Use string in local language for "October".
Definition: FSPDFObjC.h:5528
FSFillerVkeySubtract
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:4101
FSGraphStateLineJoinRound
Round line join type.
Definition: FSPDFObjC.h:806
FSMarkupMeasureTypeT
Measurement of angles.
Definition: FSPDFObjC.h:2588
FSLRStructureElementAttributeValueTypeEnum
Value type: enum.
Definition: FSPDFObjC.h:7464
FSPageLabelsLowerRomanNums
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:5288
FSGraphicsObjectBlendLighten
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:1397
FSJoinSplitJoinSplitOperationTypeJoin
Join spilt operation type: Join.
Definition: FSPDFObjC.h:7723
FSXFADocEventType
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:5618
-[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:3456
FSAnnotFlagNoRotate
Annotation flag: no rotate.
Definition: FSPDFObjC.h:2388
-[FSTextPage getCharCount]
int getCharCount()
Get the count of all the characters.
FSSignatureCallbackCertCannotGetPrivateKey
Certificate's private key cannot be gotten.
Definition: FSPDFObjC.h:4541
FSRenditionFloatingWindowResizeTypeAnyway
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:1771
FSBarcodeQRCorrectionLevelQuater
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1186
FSMonoImageSettingsImageCompressQualityLossless
Compression quality: Lossless.
Definition: FSPDFObjC.h:6879
FSWidgetChoiceOptionArray
Definition: FSPDFObjC.h:5401
FSMenuItemConfig
Definition: FSPDFObjC.h:3305
FSDocProviderCallbackWidgetEventTypeBeforeRemoved
Event type: before an XFA widget is removed.
Definition: FSPDFObjC.h:5613
FSAppProviderCallbackStringIDInvalidToken
Sample message: "Invalidate token '%s'".
Definition: FSPDFObjC.h:5469
FSActionTypeSubmitForm
Action type: submit-form action.
Definition: FSPDFObjC.h:1912
-[FSWidgetMenu cut]
NSString * cut()
Cut the text of related XFA widget.
-[FSGraphicsObjectArray removeAll]
void removeAll()
Clean up the array.
FSPolyLine
Definition: FSPDFObjC.h:2867
FSFormFileInfoArray
Definition: FSPDFObjC.h:8175
-[FSJoinSplit deactivate]
BOOL deactivate()
Deactivate join split editing.
FSPreflightReportSettingDataProblemsHighlightMethodLayers
Problems highlighted by layers.
Definition: FSPDFObjC.h:6529
FSLRStructureElementAttributeValueEnumLeft
Enum value: Left, which means left edge of the page.
Definition: FSPDFObjC.h:7446
FSDialogDescriptionConfig
Definition: FSPDFObjC.h:3375
FSAppProviderCallbackStringIDCompilerError
Sample message: "Compiler error".
Definition: FSPDFObjC.h:5473
FSFillerAssistCallbackPopupMenuItemPaste
Popup menu item: "Paste".
Definition: FSPDFObjC.h:4021
FSAnnotationSummaryCallbackAnnotationSummaryStringID
FSAnnotationSummaryCallbackAnnotationSummaryStringID
Enumeration for string ID used to specify the string or prefix in result document when summarizing an...
Definition: FSPDFObjC.h:8206
FSHTML2PDFSettingDataHTML2PDFPageMode
FSHTML2PDFSettingDataHTML2PDFPageMode
Enumeration for page mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:6976
-[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:3769
FSNamedAction
Definition: FSPDFObjC.h:1984
FSTextPageTextDisplayOrder
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:5878
FSAssociatedFilesRelationshipEncryptedPayload
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:3128
FSFillSignFillSignObjectTypeRoundRectangle
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:8040
FSPDFDocExtractPagesOptionObjectStream
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:5077
-[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:8468
FSHTML2PDFSettingDataEncodingFormatASCII_7_bit
Encoding foramt: "ASCII-7-bit".
Definition: FSPDFObjC.h:7010
FSFillerVkeyC
C key.
Definition: FSPDFObjC.h:4064
FSSoundSampleEncodingFormat
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:2998
FSTextPageParseTextOutputHyphen
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:5872
FSCombinationCombineDocsOptionOCProperties
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8143
FSHTML2PDFSettingDataEncodingFormatEUC_JP
Encoding foramt: "EUC-JP".
Definition: FSPDFObjC.h:6999
FSRenditionWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:1746
FSActionTypeRendition
Action type: rendition action.
Definition: FSPDFObjC.h:1917
FSOptimizerSettingsDiscardUserDataExternalCrossReferences
Discard external cross references.
Definition: FSPDFObjC.h:6949
FSLRElementElementTypeWarichu
Structure element type: Warichu, which represents the wrapper around the entire warichu assembly.
Definition: FSPDFObjC.h:7297
FSLRElementElementTypeRubyAnnot
Structure element type: RT, which means "Ruby annotation text" and represents the smaller-size text t...
Definition: FSPDFObjC.h:7295
-[FSPointFArray removeAll]
void removeAll()
Clean up the array.
FSOutputPreviewShowICCBasedCMYK
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:8284
-[FSImageObject getStream]
FSPDFStream * getStream()
Get image stream.
FSHTML2PDFSettingDataEncodingFormatCP852
Encoding foramt: "CP852".
Definition: FSPDFObjC.h:7012
-[FSAttachments getNameTree]
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
FSGraphicsObjectBlendColorBurn
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:1399
FSImageSettings
Definition: FSPDFObjC.h:6850
FSFillSignFillSignObjectTypeText
Text fill-sign object.
Definition: FSPDFObjC.h:8037
FSXFAWidgetHitTestAreaTitleBar
Hit test area: Title Bar.
Definition: FSPDFObjC.h:5691
FSPDFDocExtractPagesOptions
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:5072
FSLRStructureElementAttributeValueEnumHidden
Enum value: Hidden, which is same as None except in terms of border conflict resolution for table ele...
Definition: FSPDFObjC.h:7407
FSPageLabels
Definition: FSPDFObjC.h:5293
FSPDFXComplianceVersionPDFX4PSOCoatedv3ECI
PDF/X-4 (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:6690
FSAppProviderCallbackStringIDUnableToSet
Sample message: "Unable to set".
Definition: FSPDFObjC.h:5446
FSFloatingInfoWindowPositionTopLeft
Window position: at the top left corner.
Definition: FSPDFObjC.h:3533
FSActionTypeHide
Action type: hide action.
Definition: FSPDFObjC.h:1910
FSAppProviderCallbackStringIDNotSupportArrayCalculate
Sample message: "'%s' operator cannot support array calculation".
Definition: FSPDFObjC.h:5496
FSFileFormatTypeXDP
File format type: XDP.
Definition: FSPDFObjC.h:706
FSLRElementElementTypeTable
Structure element type: Table, which represents a two-dimensional layout of rectangular data cells,...
Definition: FSPDFObjC.h:7278
FSErrOfficeComNotInit
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:543
FSFieldFlagButtonRadiosInUnison
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:4248
FSFillSignFillSignObjectType
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:8036
FSLRStructureElementAttributeTypeBorderStyle
Attribute type: BorderStyle, which represents the style of an element's border.
Definition: FSPDFObjC.h:7351
FSDocViewerPrefsHideToolbar
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:5252
-[FSDestination getBottom]
float getBottom()
Get bottom position value.
FSRenditionMonitorSpecifierSmallest
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:1753
FSActionCallbackMailTypeMsg
Mailed data type: string message.
Definition: FSPDFObjC.h:3727
FSErrInvalidRegex
Invalid regular expression.
Definition: FSPDFObjC.h:559
FSCertVerifyResultCertStatusExpired
This means certificate is expired.
Definition: FSPDFObjC.h:7814
FSErrComplianceResourceFile
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:531
FSErrURLInBlackList
(For converting html to pdf only) The converted URL is on blacklist.
Definition: FSPDFObjC.h:555
FSFillerVkeyF2
F2 key.
Definition: FSPDFObjC.h:4105
FSParagraphEditingBulletType
FSParagraphEditingBulletType
Enumeration for bullet type.
Definition: FSPDFObjC.h:7646
FSAdditionalActionTriggerPageClosed
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:2152
-[FSActionCallback-p getMousePosition]
FSPointF * getMousePosition()
A callback function to get current mouse position.
FSLRStructureElementAttributeValueEnumCB
Enum value: cb, which means check box.
Definition: FSPDFObjC.h:7437
FSErrNoOptimizerModuleRight
No "Optimizer" module right.
Definition: FSPDFObjC.h:541
FSMarkupMeasureTypeX
Measurement of change along the x axis.
Definition: FSPDFObjC.h:2584
FSAnnotMKEntryBackgroundColor
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:2414
FSHeaderFooterContentGeneratorPageNumberFormatPageNumberOfCount
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4888
FSFontStdIDTimesI
Standard font: Times-Italic.
Definition: FSPDFObjC.h:909
FSLRElement
Definition: FSPDFObjC.h:7323
-[FSSound getSamplingRate]
float getSamplingRate()
Get the sampling rate, in samples per second.
FSHTML2PDFSettingDataEncodingFormatEUC_CN
Encoding foramt: "EUC-CN".
Definition: FSPDFObjC.h:7004
FSFontMapResult
Definition: FSPDFObjC.h:958
FSLRElementElementTypeTableHeaderCell
Structure element type: TH, which means "Table header cell" and represents a table cell containing he...
Definition: FSPDFObjC.h:7280
FSDocViewerPrefsViewerPref
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:5251
FSCompareResults
Definition: FSPDFObjC.h:6777
FSAppProviderCallbackStringID
FSAppProviderCallbackStringID
Enumeration for string ID used to specify a case.
Definition: FSPDFObjC.h:5438
FSXFAWidgetWidgethAlignTypeRight
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:5735
FSPDFAComplianceVersionPDFA2b
PDF/A-2b.
Definition: FSPDFObjC.h:6634
FSMediaPlayerCallbackJSMediaPlayerStateStop
media player state: Stop.
Definition: FSPDFObjC.h:3691
FSCertificateEncryptData
Definition: FSPDFObjC.h:6028
FSTextSearchSearchFlags
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:5906
FSFillerVkeyNext
Page Down key.
Definition: FSPDFObjC.h:4040
FSDocProviderCallbackPrintOptionAsImage
If set, print page as image; otherwise, as text.
Definition: FSPDFObjC.h:5577
FSAnnotMKIconCaptionRelation
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:2425
FSTaggedPDFCallbackReportCategory
FSTaggedPDFCallbackReportCategory
Enumeration for report category type used for tagged PDF.
Definition: FSPDFObjC.h:7554
FSBarcodeFormatUPCA
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1176
-[FSParagraphEditing canCut]
BOOL canCut()
Check whether can cut text.
FSSignatureStateVerifyIssueUncheck
Not check the issuer.
Definition: FSPDFObjC.h:4397
FSAppProviderCallbackMsgBtnIDOK
Message box button ID: OK.
Definition: FSPDFObjC.h:5560
FSLRStructureElementAttributeTypeWidth
Attribute type: Width, which represents the width of the element's content rectangle.
Definition: FSPDFObjC.h:7347
FSActionCallbackLanguageNLD
Dutch.
Definition: FSPDFObjC.h:3709
FSPDFDocImportPageFlags
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:5066
FSErrWPSEngineNotFound
(For Office-to-PDF conversion only) WPS office engine is not found.
Definition: FSPDFObjC.h:547
FSLRElementElementTypeAside
Structure element type: Aside (PDF 2.0), which represents content that is distinct from other content...
Definition: FSPDFObjC.h:7260
FSPDFDocEncryptCertificate
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:5038
FSFillerVkeyUp
Up arrow key.
Definition: FSPDFObjC.h:4044
FSPDFPageFlattenNoFormControl
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:4693
FSAppProviderCallbackStringIDIncorrectNumberOfMethod
Sample message: "Incorrect number of parameters are used when calling method '%s'".
Definition: FSPDFObjC.h:5503
FSFontStdIDHelveticaI
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:905
-[FSStructObjectContent getObjectType]
FSStructObjectContentStructObjectType getObjectType()
Get related object type.
FSLineCapPosTop
Definition: FSPDFObjC.h:2771
FSLRElementElementTypeShadingContent
Structure element type: ShadingContent, which means shading content element.
Definition: FSPDFObjC.h:7318
FSAdditionalActionTriggerPageOpened
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:2151
FSPrintParamsPageOrderHorizontalReversed
Page Order type: pages are placed from right to left, from top to bottom.
Definition: FSPDFObjC.h:3483
FSFieldTypeSignature
Form field type: signature field.
Definition: FSPDFObjC.h:4240
FSTextState
Definition: FSPDFObjC.h:1475
FSErrInvalidLicense
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:483
FSLRStructureElementAttributeTypeTextDecorationThickness
Attribute type: TextDecorationThickness, which represents the thickness of each line drawn as part of...
Definition: FSPDFObjC.h:7370
-[FSLRContentElement getGraphicsObjectRange]
FSRange * getGraphicsObjectRange()
Get the range of current content element in current graphics object.
FSParagraphEditingMgr
Definition: FSPDFObjC.h:7755
FSBitmapDownsample
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1087
FSPDFStreamFlateDecode
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:1259
FSPreflightReportSettingDataReportFileFormatTypeXml
Report file format type: XML.
Definition: FSPDFObjC.h:6522
FSLRElementElementTypeEm
Structure element type: Em (PDF 2.0), which means "Emphasis" and represents content for the purpose o...
Definition: FSPDFObjC.h:7300
FSAnnotCaret
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2365
FSImageSettingsImageCompressQualityHigh
Compression quality: High.
Definition: FSPDFObjC.h:6837
FSMarkupStateAccepted
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:2562
FSDestinationZoomFitBBox
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:1864
FSAnnotMKEntryRolloverIcon
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:2419
FSIconFitScaleWayNone
No scaling way is specified.
Definition: FSPDFObjC.h:2323
FSWidgetLineSpacingDouble
Line spacing style: double line spacing.
Definition: FSPDFObjC.h:2937
FSFieldFlagTextRichText
(Only useful for text field) If set, the value of this field should be represented as a rich text str...
Definition: FSPDFObjC.h:4257
FSActionCallbackAppInfoType
FSActionCallbackAppInfoType
Enumeration for application's information type.
Definition: FSPDFObjC.h:3716
FSDocProviderCallbackPageViewEventType
FSDocProviderCallbackPageViewEventType
Enumeration for the event type of page view.
Definition: FSPDFObjC.h:5605
FSLRStructureElementAttributeTypeRubyPosition
Attribute type: RubyPosition, which represents the placement of the RT structure element relative to ...
Definition: FSPDFObjC.h:7373
FSOptimizerSettingsDiscardUserDataDocumentInfoAndMetaData
Discard document information and metadata.
Definition: FSPDFObjC.h:6950
FSFillerEventFlagRightButtonDown
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:4127
FSEmbeddedGotoTarget
Definition: FSPDFObjC.h:2009
FSFontCharsetShift_JIS
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:874
FSLRElementElementTypeContainerObject
Structure element type: ContainerObject, which means container object element.
Definition: FSPDFObjC.h:7312
FSLibrary
Definition: FSPDFObjC.h:761
FSTaggedPDFCallbackReportCategoryArtifact
Report category type: artifact.
Definition: FSPDFObjC.h:7556
FSActionCallbackLanguageESP
Spanish.
Definition: FSPDFObjC.h:3704
-[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:7794
FSOptimizerSettingsOptimizerOptions
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:6920
FSPrintParamsDuplexTypeDuplexFlipShortEdge
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: FSPDFObjC.h:3465
FSDocProviderCallbackSubmitFormat
FSDocProviderCallbackSubmitFormat
Enumeration for XFA submit format.
Definition: FSPDFObjC.h:5582
FSTaggedPDFCallbackReportConfidenceMediumLow
Report confidence: medium low.
Definition: FSPDFObjC.h:7570
FSXFAWidgetWidgetTypeLine
XFA widget type: line.
Definition: FSPDFObjC.h:5705
FSSplitPDFDocCallback-p
Definition: FSPDFObjC.h:8640
-[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:2128
FSMediaSettingsPlayerWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:3588
FSBookmark
Definition: FSPDFObjC.h:3783
FSPDFObjectName
PDF name object.
Definition: FSPDFObjC.h:1207
FSPreflightSettingDataOperateTypeSingleChecks
Opearte type: single checks.
Definition: FSPDFObjC.h:6498
-[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:7472
FSFillerVkey7
7 key.
Definition: FSPDFObjC.h:4059
-[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:5097
FSLRStructureElementAttributeValueEnumOn
Enum value: on, which means the state is on.
Definition: FSPDFObjC.h:7440
FSPDFAComplianceVersionPDFA3u
PDF/A-3u.
Definition: FSPDFObjC.h:6638
FSPDFAComplianceVersionPDFA1a
PDF/A-1a.
Definition: FSPDFObjC.h:6631
FSFillerEventFlagAutoRepeat
Event flag: auto repeat.
Definition: FSPDFObjC.h:4124
FSModuleNameLayoutRecognition
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:660
FSHTML2PDFSettingDataEncodingFormatSJS
Encoding foramt: "SJS".
Definition: FSPDFObjC.h:7000
FSErrInvalidUserToken
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:500
FSBarcodeFormatCode128
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1174
FSFillerEventFlagControlKey
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:4120
FSHTML2PDFSettingDataEncodingFormatBHASKAR
Encoding foramt: "BHASKAR".
Definition: FSPDFObjC.h:7042
-[FSColorSpace getColorSpaceType]
FSColorSpaceType getColorSpaceType()
Get color space type.
FSAppProviderCallbackAppInfoLanguage
Application information: language.
Definition: FSPDFObjC.h:5423
FSBookmarkStyle
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:3768
FSActionCallbackLayoutModeContinuous
Layout mode: continuous page.
Definition: FSPDFObjC.h:3748
FSParagraphEditingBulletTypeSolidCircle
Bullet type: solid circle.
Definition: FSPDFObjC.h:7648
FSChoiceOptionArray
Definition: FSPDFObjC.h:4212
-[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:5539
FSMonoImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:6872
FSAppProviderCallbackStringIDValidateOutOfArray
Sample message: "Validate access index '%s' out of array".
Definition: FSPDFObjC.h:5491
FSSnappedPointTypeNearestPoint
Snapped point type: nearest point, which means the snapped point is the nearest point (which is in a ...
Definition: FSPDFObjC.h:8471
FSLRElementElementTypePathObject
Structure element type: PathObject, which means path graphics object element.
Definition: FSPDFObjC.h:7308
FSTimeStampServer
Definition: FSPDFObjC.h:4581
FSHTML2PDFSettingDataEncodingFormatCSN_369103
Encoding foramt: "CSN_369103".
Definition: FSPDFObjC.h:7029
FSImageOrientationNormal
Normal orientation.
Definition: FSPDFObjC.h:1134
FSPDFStreamASCII85Decode
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:1257
FSColorState
Definition: FSPDFObjC.h:1358
FSSnapPointMgrFlagMidpoint
If set, that means to get the midpoint for two endpoints of a path.
Definition: FSPDFObjC.h:8489
-[FSUInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSAnnotArray
Definition: FSPDFObjC.h:2474
FSImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:6845
FSSignatureStateVerifyTimestampExpire
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:4403
FSCertVerifyResultReasonNoStatus
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:7819
FSSignatureFieldMDPActionNone
No Field MDP action.
Definition: FSPDFObjC.h:4466
FSLocaleID
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:690
FSLRElementElementTypeDocument
Structure element type: Document, which represents a complete document.
Definition: FSPDFObjC.h:7249
FSOptimizerSettingsCleanUpRemoveInvalidBookmarks
Remove invalid bookmarks.
Definition: FSPDFObjC.h:6931
FSCompareResultInfoCompareResultTypeDeleteImage
Result type: delete image.
Definition: FSPDFObjC.h:6725
FSSecurityHandlerCipherNone
Not use encryption algorithm.
Definition: FSPDFObjC.h:5973
-[FSParagraphEditing dedent]
void dedent()
Decrease indent for text.
FSFillerVkeyY
Y key.
Definition: FSPDFObjC.h:4086
FSXFADocType
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:5624
FSLRStructureElementAttributeValueEnumTbRl
Enum value: TbRl, which means inline progression from top to bottom; block progression from right to ...
Definition: FSPDFObjC.h:7404
FSLRStructureElementAttributeValueEnumMiddle
Enum value: Middle, which means children are centered within the table cell.
Definition: FSPDFObjC.h:7420
FSRenditionMonitorSpecifierGreatestColorDepth
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:1755
FSLRElementElementTypeDiv
Structure element type: Div, which means "Division" and represents a generic block-level element or g...
Definition: FSPDFObjC.h:7254
FSPreflightSettingDataOperateType
FSPreflightSettingDataOperateType
Enumeration for the preflight operate type.
Definition: FSPDFObjC.h:6496
FSFloatingInfoRelativeTarget
FSFloatingInfoRelativeTarget
Enumeration for the values used to set relative position of floating window.
Definition: FSPDFObjC.h:3544
FSErrUnknown
Any unknown error occurs.
Definition: FSPDFObjC.h:482
FSXFADocExportDataTypeStaticXDP
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:5632
FSAppProviderCallbackStringIDAccessProertyInNotObject
Sample message: "An attempt was made to reference property '%s' of a non-object in SOM expression %s"...
Definition: FSPDFObjC.h:5499
FSLRElementElementTypeIndex
Structure element type: Index, which represents a sequence of entries containing identifying text acc...
Definition: FSPDFObjC.h:7259
FSModuleNameXFA
Name for module "XFA".
Definition: FSPDFObjC.h:652
FSLocaleIDJapan
Locale ID for country: Japan.
Definition: FSPDFObjC.h:699
FSBitmapDIB8bpp
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:1080
FSDocViewerPrefsCenterWindow
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:5256
FSFloatingInfoResizeTypeKeepRatio
Resize type: may be resized only if the aspect ratio is preserved.
Definition: FSPDFObjC.h:3553
FSTextStateModeFill
Text mode: fill text.
Definition: FSPDFObjC.h:1465
FSLRElementElementTypeSub
Structure element type: Sub (PDF 2.0), which means "Sub-division of a block level element" and repres...
Definition: FSPDFObjC.h:7302
FSBase
Definition: FSPDFObjC.h:569
FSAnnotFlagLockedContents
Annotation flag: locked contents.
Definition: FSPDFObjC.h:2393
-[FSLRContentElement getParentElement]
FSLRStructureElement * getParentElement()
Get the parent element.
FSHTML2PDFSettingDataEncodingFormatBIG5_HKSCS
Encoding foramt: "BIG5_HKSCS".
Definition: FSPDFObjC.h:7034
FSXFAWidgetPresenceInactive
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:5719
FSSignatureAPFlagBitmap
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:4420
FSRenditionMediaPlayerFitStyle
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:1735
FSPagingSealConfigPagingSealPositionRight
Right Paging Seal.
Definition: FSPDFObjC.h:4598
FSAppProviderCallbackStringIDUnexpectedExpression
Sample message: "Unexpected expression '%s'".
Definition: FSPDFObjC.h:5477
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYYYY
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4862
FSLRStructureElementAttributeTypeSubType
Attribute type: Subtype, which means the subtype of annotation or artifact.
Definition: FSPDFObjC.h:7354
FSHTML2PDFSettingDataEncodingFormatCP1255
Encoding foramt: "CP1255".
Definition: FSPDFObjC.h:7021
-[FSImage getXDPI]
int getXDPI()
Get DPI for X-axis.
FSGraphicsObjectTypeShading
Shading graphics object.
Definition: FSPDFObjC.h:1415
FSImageBMP
Image type is BMP.
Definition: FSPDFObjC.h:1123
FSXFAWidgetWidgetTypeUnknown
XFA widget type: unknown.
Definition: FSPDFObjC.h:5710
FSBookmarkPosPrevSibling
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:3777
FSTaggedPDFCallbackReportCategoryRegion
Report category type: region.
Definition: FSPDFObjC.h:7555
FSSignatureStateVerifyNoChange
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:4392
FSFieldFlagTextMultiline
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:4249
FSJavaScriptAction
Definition: FSPDFObjC.h:1973
FSModuleNameOFD
Name for module "OFD".
Definition: FSPDFObjC.h:667
-[FSFont isBold]
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:804
FSPDFPageSizeA2
Page size: A2.
Definition: FSPDFObjC.h:4707
FSHTML2PDFSettingDataEncodingFormatX_TAM_LTTMBARANI
Encoding foramt: "X-TAM-LTTMBARANI".
Definition: FSPDFObjC.h:7052
FSAppProviderCallbackMsgBoxIconQuestion
Message box icon: Question.
Definition: FSPDFObjC.h:5548
FSPathTypeBezierToCloseFigure
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:982
FSMonoImageSettings
Definition: FSPDFObjC.h:6892
FSXFAWidgetPresenceInvisible
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:5720
FSHTML2PDFSettingDataEncodingFormatX_TAM_SHREE
Encoding foramt: "X-TAM-SHREE".
Definition: FSPDFObjC.h:7053
-[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:9962
FSLRStructureElementAttributeValueTypeInt32Array
Value type: an array of integer values.
Definition: FSPDFObjC.h:7471
FSActionCallbackJSFieldValueChangedByCalculation
javascript field value changed type : calculation.
Definition: FSPDFObjC.h:3732
FSFieldTypeTextField
Form field type: text field.
Definition: FSPDFObjC.h:4239
FSAnnotFlagHidden
Annotation flag: hidden.
Definition: FSPDFObjC.h:2385
-[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:4706
FSLRElementElementTypeHeadingN
Structure element type: Hn (PDF 2.0), which represents heading with level 7 or more.
Definition: FSPDFObjC.h:7273
FSColorSpace
Definition: FSPDFObjC.h:1037
FSGraphicsObjectBlendDifference
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:1402
FSLRElementElementTypeForm
Structure element type: Form, which represents a widget annotation representing an interactive form f...
Definition: FSPDFObjC.h:7305
FSPDFACompliance
Definition: FSPDFObjC.h:6644
-[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:489
FSRenditionFloatingWindowRelatedWindowApplication
The application window.
Definition: FSPDFObjC.h:1763
FSActionCallbackJSMediaPlayerStateStop
media player state: Stop.
Definition: FSPDFObjC.h:3742
FSSubmitFormActionFlagAsXFDF
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:2049
FSLocaleIDGermany
Locale ID for country: Germany.
Definition: FSPDFObjC.h:696
FSErrIsAlreadyCPDF
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:507
-[FSDestination getZoomFactor]
float getZoomFactor()
Get zoom factor.
FSLRElementElementTypeRubyPunc
Structure element type: RP, which means "Ruby punctuation" and represents punctuation surrounding the...
Definition: FSPDFObjC.h:7296
FSFillerVkeyEnd
End key.
Definition: FSPDFObjC.h:4041
FSLRStructureElementAttributeTypeBlockAlign
Attribute type: BlockAlign, which represents the alignment, in the block-progression direction,...
Definition: FSPDFObjC.h:7363
FSXFAWidgetWidgetEdgePositionRight
Egde position: right.
Definition: FSPDFObjC.h:5746
+[FSPDFDictionary create]
FSPDFDictionary * create()
Create a new dictionary object.
FSTiledWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:4911
FSHTML2PDFSettingDataEncodingFormatASCII
Encoding foramt: "ASCII".
Definition: FSPDFObjC.h:6989
FSAppProviderCallbackStringIDWeekDayFri
String ID for case: Use string in local language for "Friday".
Definition: FSPDFObjC.h:5517
FSLRElementElementTypeComplexContent
Structure element type: ComplexContent, which means complex content element.
Definition: FSPDFObjC.h:7319
-[FSWidgetMenu copy]
NSString * copy()
Copy the text of related XFA widget.
FSPortfolioNodeTypeFile
Portfolio node type: file.
Definition: FSPDFObjC.h:8335
FSFontCharsetDefault
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:872
FSPDFDocImportFlagWithLayers
Import pages with layers.
Definition: FSPDFObjC.h:5068
FSLRStructureElementAttributeValueEnumOff
Enum value: off, which means the state is off.
Definition: FSPDFObjC.h:7441
FSHTML2PDFSettingDataEncodingFormatISO_8859_15
Encoding foramt: "ISO-8859-15".
Definition: FSPDFObjC.h:7025
FSPortfolioNodeTypeFolder
Portfolio node type: folder.
Definition: FSPDFObjC.h:8334
FSMarkupStateModelReview
Markup annotation state model: review.
Definition: FSPDFObjC.h:2555
FSAppProviderCallbackAppInfo
FSAppProviderCallbackAppInfo
Enumeration for XFA application information type.
Definition: FSPDFObjC.h:5421
FSDocProviderCallbackTextEncodingUTF16
Text encoding: UTF-16.
Definition: FSPDFObjC.h:5601
FSPrintParamsPageOrder
FSPrintParamsPageOrder
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3481
FSActionCallbackLanguageENU
English.
Definition: FSPDFObjC.h:3703
FSSubmitFormActionFlagWithCoordinates
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:2048
FSTableBorderInfoTableBorderStyleSolid
Table border style: Solid.
Definition: FSPDFObjC.h:6282
FSPrintParamsPrintHandlingMultiplePages
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: FSPDFObjC.h:3491
FSParagraphEditing
Definition: FSPDFObjC.h:7667
FSActionTypeLaunch
Action type: launch action.
Definition: FSPDFObjC.h:1905
FSFontStyleNonSymbolic
Font style: non-symbolic.
Definition: FSPDFObjC.h:863
FSAdditionalAction
Definition: FSPDFObjC.h:2174
FSHTML2PDFSettingDataEncodingFormatISO_8859_13
Encoding foramt: "ISO-8859-13".
Definition: FSPDFObjC.h:7030
FSWatermarkTextPropertiesFontStyle
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:6239
FSOptimizerSettings
Definition: FSPDFObjC.h:6956
FSModuleNameOCR
Name for module "OCR".
Definition: FSPDFObjC.h:655
FSErrSecurityHandler
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:487
FSHeaderFooterContentGeneratorDateFormatMSlashD
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:4860
FSDWG2PDFSettingDataFlagExportHyperlinks
Bit 11. Enable hyperlinks export.
Definition: FSPDFObjC.h:7142
FSErrInvalidData
Data of current object is invalid.
Definition: FSPDFObjC.h:494
-[FSFont isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSLocaleIDItaly
Locale ID for country: Italy.
Definition: FSPDFObjC.h:697
FSMarkupArray
Definition: FSPDFObjC.h:2513
FSPagingSealConfigPagingSealPositionTop
Top Paging Seal.
Definition: FSPDFObjC.h:4599
FSMarkupEndingStyleSlash
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:2580
FSDWG2PDFSettingDataFlagEnableLayers
Bit 5. If enabled, layer support will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:7136
FSPDFXComplianceVersionPDFX1a
PDF/X-1a.
Definition: FSPDFObjC.h:6675
FSFillerAssistCallbackPopupMenuItemNone
No popup menu item.
Definition: FSPDFObjC.h:4018
FSColorSpaceICCBasedDeviceGray
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:685
FSLRStructureElementAttributeValueTypeWStrArray
Value type: an array of wide strings.
Definition: FSPDFObjC.h:7474
FSLRStructureElementAttributeValueEnumGroove
Enum value: Groove, which means the border looks as though it were carved into the canvas.
Definition: FSPDFObjC.h:7412
FSRectF
Definition: FSPDFObjC.h:374
FSRenditionFloatingWindowOffscreenEventNone
Nothing.
Definition: FSPDFObjC.h:1775
FSEmbeddedGotoAction
Definition: FSPDFObjC.h:2028
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:7132
FSLRElementElementTypeHeading4
Structure element type: H4, which represents heading with level 4.
Definition: FSPDFObjC.h:7270
FSPDFObject
Definition: FSPDFObjC.h:1215
FSAppProviderCallbackStringIDImageFilter
String ID for case: Filter for image files. Sample message: "Image Files(*.bmp;*.jpg;*....
Definition: FSPDFObjC.h:5444
FSPrintParamsPrintHandlingFitPaper
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: FSPDFObjC.h:3489
-[FSParagraphEditing copySelected]
BOOL copySelected()
Copy the selected text.
FSHTML2PDFSettingDataEncodingFormatTSCII
Encoding foramt: "TSCII".
Definition: FSPDFObjC.h:7036
FSXFAWidgetWidgetTypePushButton
XFA widget type: push button.
Definition: FSPDFObjC.h:5697
FSModuleNameOptimizer
Name for module "Optimizer".
Definition: FSPDFObjC.h:658
FSAnnotFlags
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:2383
FSOutputPreviewShowICCBasedRGB
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:8292
FSBitmapDIBArgb
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:1077
-[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:1072
FSCircle
Definition: FSPDFObjC.h:2729
FSStructTreeEntityStructTreeEntityTypeElement
Structure tree entity type: Element, which represents a structure element.
Definition: FSPDFObjC.h:1626
FSPrintParamsBookletBindingLeftTall
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3477
FSActionCallbackJSMediaPlayerStateOpen
media player state: Open.
Definition: FSPDFObjC.h:3739
FSLayerTreeStateUnchanged
The state is unchanged.
Definition: FSPDFObjC.h:3903
FSFiller
Definition: FSPDFObjC.h:4131
FSErrComplianceEngineInitFailed
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:522
FSLRStructureElementAttributeValueEnumRlTb
Enum value: RlTb, which means inline progression from right to left; block progression from top to bo...
Definition: FSPDFObjC.h:7403
FSRendererDeviceDisplay
Device type: printer.
Definition: FSPDFObjC.h:3071
FSBarcodeQRCorrectionLevelLow
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1184
FSXFAWidgetWidgetTypeArc
XFA widget type: arc.
Definition: FSPDFObjC.h:5699
-[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:5461
FSPageLabelsStyle
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:5284
FSLRStructureElementAttributeValueEnumDistribute
Enum value: Distribute, which means the content is to be expanded to fill the available width in the ...
Definition: FSPDFObjC.h:7424
FSCompareResultInfoCompareResultTypeNone
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:6721
FSErrNoAdvEditModuleRight
No "AdvEdit" module right.
Definition: FSPDFObjC.h:553
FSPoint
Type definition for point class for integer.
Definition: FSPDFObjC.h:203
FSLayerContextUsageDesign
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:3942
FSOptimizerSettingsDiscardUserDataPrivateDataOfOtherApp
Discard private data of other applications.
Definition: FSPDFObjC.h:6952
FSPortfolioInitialViewMode
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:8438
FSLocaleIDTaiwan
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:693
-[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:5578
-[FSFileStreamCallback-p getSize]
unsigned long long getSize()
Get the current stream size, in bytes.
FSPDFStreamUnknown
Unknown filter type.
Definition: FSPDFObjC.h:1254
FSIconFit
Definition: FSPDFObjC.h:2330
FSReflowPageFlags
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:5352
FSAppProviderCallbackStringIDMonthMarch
String ID for case: Use string in local language for "March".
Definition: FSPDFObjC.h:5521
FSActionCallbackJSMailResultUserAbort
Mailed result: user abort.
Definition: FSPDFObjC.h:3756
FSErrLTVCannotSwitchVersion
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:526
-[FSStructObjectContent getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of related object.
FSOutputPreviewShowLineArt
If set, only show line art.
Definition: FSPDFObjC.h:8304
FSLRElementElementTypeTextObject
Structure element type: TextObject, which means text graphics object element.
Definition: FSPDFObjC.h:7307
FSFillerEventFlagKeyPad
Event flag: key pad.
Definition: FSPDFObjC.h:4123
FSSoundSampleEncodingFormatMuLaw
μ-law-encoded samples
Definition: FSPDFObjC.h:3001
FSPosBottomCenter
Position: bottom center.
Definition: FSPDFObjC.h:646
-[FSPauseCallback-p needPauseNow]
BOOL needPauseNow()
Check whether need to pause now.
FSPreflightSettingData
Definition: FSPDFObjC.h:6502
FSCertVerifyResultReasonCACompromise
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:7822
FSPDFObjectReference
PDF reference object.
Definition: FSPDFObjC.h:1212
FSSOAPAuthenticateInfo
Definition: FSPDFObjC.h:3397
FSPDFXComplianceVersionPDFX3
PDF/X-3.
Definition: FSPDFObjC.h:6676
FSAlignmentRight
Right alignment.
Definition: FSPDFObjC.h:629
FSLRStructureElementAttributeTypeBBox
Attribute type: BBox, which represents the element's bounding box (the rectangle that completely encl...
Definition: FSPDFObjC.h:7346
FSFillerVkeyW
W key.
Definition: FSPDFObjC.h:4084
FSFillerVkeyJ
J key.
Definition: FSPDFObjC.h:4071
FSPrintParamsPrintHandlingNone
Print Handling: No page scaling is applied.
Definition: FSPDFObjC.h:3488
FSColorSpaceCalRGB
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:678
FSDWG2PDFSettingDataFlagUseHLR
Bit 8. Determines whether software uses vector hidden-line removal for corresponding viewports.
Definition: FSPDFObjC.h:7139
FSFillerVkeyF1
F1 key.
Definition: FSPDFObjC.h:4104
FSCertificateSecurityHandler
Definition: FSPDFObjC.h:6046
FSPreflight
Definition: FSPDFObjC.h:6549
FSLRStructureElementAttributeValueTypeElement
Value type: element.
Definition: FSPDFObjC.h:7469
FSRotationPointLeftTop
Rotate the text block based on the left-top point of the rectangle.
Definition: FSPDFObjC.h:620
FSTextStateModeStroke
Text mode: stroke text.
Definition: FSPDFObjC.h:1466
FSLRStructureElementAttributeValueEnumRidge
Enum value: Ridge, which means the border looks as though it were coming out of the canvas (the oppos...
Definition: FSPDFObjC.h:7413
-[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:1739
FSLRElementElementTypeTitle
Structure element type: Title (PDF 2.0), which represents content that is usually referred to as the ...
Definition: FSPDFObjC.h:7261
FSXFAWidgetPresenceVisible
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:5717
FSXFADocEventTypePostPrint
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:5620
FSSignatureStateVerifyIssueValid
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:4393
FSErrODAEngineNotFound
(For DWG-to-PDF conversion only) ODA engine is not found.
Definition: FSPDFObjC.h:550
FSAppProviderCallbackMsgBtnIDNo
Message box button ID: No.
Definition: FSPDFObjC.h:5562
FSActionCallbackLanguagePTB
Brazilian Portuguese.
Definition: FSPDFObjC.h:3711
FSPDFObjectInvalidType
Invalid PDF object type.
Definition: FSPDFObjC.h:1203
FSErrNoConnectedPDFModuleRight
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:534
FSAppProviderCallbackStringIDNotFoundMethod
Sample message: "Cannot find method '%s'".
Definition: FSPDFObjC.h:5486
FSAnnotPropertyBorderColor
Annotation property: border color.
Definition: FSPDFObjC.h:2407
FSHTML2PDFSettingDataEncodingFormatArabic
Encoding foramt: "Arabic".
Definition: FSPDFObjC.h:6996
-[FSMediaPlayerCallback-p getPlayerSettings]
FSMediaSettings * getPlayerSettings()
A callback function to get the media player settings.
FSMarkupMeasureTypeD
Measurement of distance in any direction.
Definition: FSPDFObjC.h:2586
FSOutputPreviewShowNotDeviceCMYK
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:8283
FSXFAWidgetHitTestAreaHyperLink
Hit test area: HyperLink.
Definition: FSPDFObjC.h:5692
FSParagraphEditingBulletTypeRightArrow
Bullet type: right arrow (upper white and lower black).
Definition: FSPDFObjC.h:7652
FSWidgetLineSpacingStyle
FSWidgetLineSpacingStyle
Enumeration for line spacing style.
Definition: FSPDFObjC.h:2934
FSRenditionWindowType
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:1744
FSSignature
Definition: FSPDFObjC.h:4481
FSComparison
Definition: FSPDFObjC.h:6800
FSGraphicsObjectsTextMergeTJY
Merge consecutive text-showing operators with equal y coordinates.
Definition: FSPDFObjC.h:4651
FSFontStdIDCourierB
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:899
FSSubmitFormActionFlagExclude
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:2044
FSFontFontTypeType3
Font type: Type3.
Definition: FSPDFObjC.h:917
FSAppProviderCallbackStringIDValidateFailed
Sample message: "Validate failed".
Definition: FSPDFObjC.h:5439
FSErrNoComplianceModuleRight
No "Compliance" module right.
Definition: FSPDFObjC.h:540
FSIconFitScaleWaySmaller
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:2326
FSHeaderFooterContentGeneratorDateFormatType
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:4859
FSBarcode
Definition: FSPDFObjC.h:1190
FSSignatureStateVerifyIssueCurrent
The verified issue is current issuer.
Definition: FSPDFObjC.h:4398
FSAnnotMKRelationCaptionLeft
Caption to the left of the icon.
Definition: FSPDFObjC.h:2431
FSLRElementElementTypeSect
Structure element type: Sect, which means "Section" and represents a container for grouping related c...
Definition: FSPDFObjC.h:7253
FSSchemaField
Definition: FSPDFObjC.h:8402
-[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:1722
FSMenuListArray
Definition: FSPDFObjC.h:3184
FSFDFDocFDF
FDF document type: FDF.
Definition: FSPDFObjC.h:3158
FSPDFDocPermFillForm
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:5050
FSXFADocStatic
XFA document type: Static.
Definition: FSPDFObjC.h:5626
FSPDFPageBoxType
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:4696
FSColorSpaceRenderIntentRelColorimetric
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:1032
FSRangeEven
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:835
FSGraphicsObjectBlendSoftlight
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:1401
FSLRStructureElementAttributeValueEnumFloat
Enum value: float.
Definition: FSPDFObjC.h:7435
-[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:6998
FSOptimizerSettingsDiscardObjectsEmbeddedPageThumbnails
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:6939
FSModuleName3D
Name for module "3D".
Definition: FSPDFObjC.h:666
-[FSParagraphEditing canPaste]
BOOL canPaste()
Check whether can paste text.
FSXFAWidgetPresenceHidden
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:5718
FSAnnotHighlightingInvert
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:2398
FSTimeStampServerSendResultFailToCreateSocket
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:4572
FSUnderline
Definition: FSPDFObjC.h:2665
FSSignatureAPFlagSigner
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:4419
FSLRStructureElementAttributeValueTypeARGB
Value type: ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24).
Definition: FSPDFObjC.h:7467
FSFillerVkeyZ
Z key.
Definition: FSPDFObjC.h:4087
FSPDFStreamLZWDecode
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:1258
FSDialogDescriptionElementArray
Definition: FSPDFObjC.h:3327
FSFontCharsetHebrew
Font charset: Hebrew.
Definition: FSPDFObjC.h:883
FSRenditionWindowTypeHidden
Window type: a hidden window.
Definition: FSPDFObjC.h:1747
FSWidgetLineSpacingAuto
Line spacing style: auto line spacing.
Definition: FSPDFObjC.h:2939
FSSignatureStateVerifyValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4385
FSOptimizer
Definition: FSPDFObjC.h:6815
FSXFAWidgetWidgetEdgePositionTop
Egde position: top.
Definition: FSPDFObjC.h:5745
FSFloatingInfoResizeType
FSFloatingInfoResizeType
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: FSPDFObjC.h:3551
FSDWG2PDFProgressCallback-p
Definition: FSPDFObjC.h:8618
FSStructTreeEntityStructTreeEntityTypeObjectContent
Structure tree entity type: ObjectContent, which represents a PDF object content item,...
Definition: FSPDFObjC.h:1628
FSRenditionActionOpTypeStop
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:2127
FSDialogDescriptionElement
Definition: FSPDFObjC.h:3347
-[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:5506
FSSignatureStateVerifyIssueRevoke
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:4395
FSRenditionFloatingWindowRelatedWindowMonitor
Depends on monitor specifier.
Definition: FSPDFObjC.h:1765
FSLRStructureElementAttributeValueEnumRB
Enum value: rb, which means radio button.
Definition: FSPDFObjC.h:7436
FSDWG2PDFSettingData
Definition: FSPDFObjC.h:7167
FSPDFStreamFilter
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:1253
FSDWG2PDFSettingDataFlagMeasuring
Bit 15. Enable measuring scale in pdf.
Definition: FSPDFObjC.h:7145
FSFontStdIDZapfDingbats
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:911
FSActionNewWindowFlagTrue
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:1924
-[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:6978
FSPagingSealSignaturePagingSealAPStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:4630
FSFieldFlagTextFileSelect
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:4251
FSLRStructureElementAttributeTypeTextDecorationColor
Attribute type: TextDecorationColor, which represents the color to be used for drawing text decoratio...
Definition: FSPDFObjC.h:7369
FSBorderInfoCloudy
Border style: Cloudy.
Definition: FSPDFObjC.h:2259
-[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:8147
FSRenditionFloatingWindowRelatedWindowFullDesktop
The full virtual desktop.
Definition: FSPDFObjC.h:1764
FSAppProviderCallbackAppInfoVariation
Application information: variation.
Definition: FSPDFObjC.h:5425
FSWatermarkSettingsFlagShareImageStream
If set, watermarks will share one image stream if these watermarks use the same image or bitmap.
Definition: FSPDFObjC.h:6211
FSJoinSplitJoinSplitOperationTypeSpilt
Join spilt operation type: Spilt.
Definition: FSPDFObjC.h:7724
FSColorSpaceICCBased
Color space: ICCBased.
Definition: FSPDFObjC.h:680
FSAppProviderCallbackStringIDUnknownCaught
Sample message: "Unknown error is caught!".
Definition: FSPDFObjC.h:5445
FSRMSSecurityHandler
Definition: FSPDFObjC.h:6140
-[FSLayerNode getPrintUsage]
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
FSPDFObjectNumber
PDF number object.
Definition: FSPDFObjC.h:1205
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithLine
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:8221
FSLRElementElementTypeTableDataCell
Structure element type: TD, which means "Table data cell" and represents a table cell containing data...
Definition: FSPDFObjC.h:7281
FSActionCallbackAppInfoTypeFormsVersion
Application's forms version information.
Definition: FSPDFObjC.h:3717
FSFontCharsetANSI
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:871
FSTextPageParseTextUseStreamOrder
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:5873
FSRenditionMonitorSpecifierGreatestArea
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:1756
FSLRElementElementTypeTableHeaderGroup
Structure element type: THead, which means "Table header row group" and represents a group of rows th...
Definition: FSPDFObjC.h:7282
-[FSFDFDoc getPDFPath]
NSString * getPDFPath()
Get the path of related PDF document.
FSGraphStateLineJoinMiter
Miter line join type.
Definition: FSPDFObjC.h:805
FSImageTIF
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:1127
FSAppProviderCallbackStringIDArgumentExpectContainer
Sample message: "'%s' argument is expected to be a container".
Definition: FSPDFObjC.h:5498
FSPDFDocDisplayMode
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:5085
FSAppProviderCallbackStringIDArgumentMismatch
Sample message: "Argument mismatch in property or function argument".
Definition: FSPDFObjC.h:5504
FSPDFPageCropBox
Crop Box for page boundary.
Definition: FSPDFObjC.h:4698
FSRotationPointLeftBottom
Rotate the text block based on the left-bottom point of the rectangle.
Definition: FSPDFObjC.h:622
FSErrLTVCannotLoadDTS
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:529
FSFontStdIDHelveticaB
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:903
FSAnnotationSummarySettingsTypeSortByAnnotationType
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:8232
FSLRStructureElementAttributeValueEnum
FSLRStructureElementAttributeValueEnum
Enumeration for element general layout attribute enum values.
Definition: FSPDFObjC.h:7393
FSAdditionalActionTriggerAnnotPageOpened
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:2168
FSErrConflict
New data conflicts with existed data.
Definition: FSPDFObjC.h:491
FSRenditionMediaPlayerFitStyleMeet
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:1736
FSPDFPageFlattenNoAnnot
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:4692
FSBitmap
Definition: FSPDFObjC.h:1092
-[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:5584
FSStructElementElementInfoTypeExpandedForm
Structure element info type: Expanded Form, which means the expanded form of structure element.
Definition: FSPDFObjC.h:1648
FSSignatureStateVerifyTimestampInvalid
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:4402
FSStructTreeEntity
Definition: FSPDFObjC.h:1631
FSMarkupStateUnmarked
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:2561
FSAppProviderCallbackStringIDValidateLimit
Sample message: "Message limit exceeded. Remaining %d validation errors not reported....
Definition: FSPDFObjC.h:5532
FSRangeOdd
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:836
FSLRStructureElementAttributeValueEnumLowerRoman
Enum value: LowerRoman, which means lowercase roman numerals (i, ii, iii, iv, ...).
Definition: FSPDFObjC.h:7430
FSAppProviderCallbackStringIDCannotModifyValue
Sample message: "Cannot modify the '%s' value".
Definition: FSPDFObjC.h:5474
FSWidgetChoiceOption
Definition: FSPDFObjC.h:5384
FSHTML2PDFSettingDataEncodingFormatCP1257
Encoding foramt: "CP1257".
Definition: FSPDFObjC.h:7023
FSLRStructureElementAttributeTypeRowSpan
Attribute type only for Table: RowSpan, which represents the number of rows in the enclosing table th...
Definition: FSPDFObjC.h:7382
FSMediaSettingsPlayerWindowTypeDockedPage
Window type: a docked page window.
Definition: FSPDFObjC.h:3586
FSMarkupStateMarked
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:2560
FSSearchCallback-p
Definition: FSPDFObjC.h:10216
FSCertVerifyResultReasonPrivilegeWithDrawn
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:7828
FSOutputPreviewShowSmoothShades
If set, only show smooth shades.
Definition: FSPDFObjC.h:8301
-[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:4886
-[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:1865
FSFileFormatTypeTXT
File format type: TXT.
Definition: FSPDFObjC.h:710
FSFontStdIDCourierBI
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:900
FSSubmitFormActionFlagEmbedForm
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:2056
FSPDFDocDisplayUseNone
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:5086
FSActionNewWindowFlagNone
No "NewWindow" flag.
Definition: FSPDFObjC.h:1925
FSDocProviderCallbackPageViewEventTypeRemoved
Event type: after a page view is removed.
Definition: FSPDFObjC.h:5607
FSDWG2PDFSettingDataFlagZoomToExtentsMode
Bit 12. If enabled, layout geometry will be zoomed to paper size, else layout settings will be applie...
Definition: FSPDFObjC.h:7143
FSDocumentsSource
Definition: FSPDFObjC.h:6428
FSDocProviderCallbackPrintOptionShrinkPage
If set, shrink page to fit within content area.
Definition: FSPDFObjC.h:5576
FSAppProviderCallbackStringIDNotModifyField
String ID for case: Not allow to modify field. Sample message: "You are not allowed to modify this fi...
Definition: FSPDFObjC.h:5442
FSLRElementElementTypeTOC
Structure element type: TOC, which means "Table of contents" and represents a list made up of table o...
Definition: FSPDFObjC.h:7257
FSHTML2PDFSettingDataEncodingFormatX_KDDI_Shift_JIS
Encoding foramt: "X-KDDI-Shift_JIS".
Definition: FSPDFObjC.h:7057
FSPrintDeviceSettingDataOrientationFlag
FSPrintDeviceSettingDataOrientationFlag
Enumeration for specifying the orientation of the printer.
Definition: FSPDFObjC.h:3033
FSCertVerifyResultRevocationReason
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:7818
FSPath
Definition: FSPDFObjC.h:985
-[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:8439
-[FSPDFArray getElementCount]
int getElementCount()
Get the count of elements.
FSErrLTVCannotCheckDTS
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:527
FSImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:6827
FSXFAWidgetWidgetType
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:5695
FSFontCharsetBaltic
Font charset: Baltic.
Definition: FSPDFObjC.h:885
FSColorSpaceICCBasedDeviceRGB
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:686
FSFillerVkeyF4
F4 key.
Definition: FSPDFObjC.h:4107
FSPosTopCenter
Position: top center.
Definition: FSPDFObjC.h:640
FSHTML2PDFSettingDataEncodingFormatLatin4
Encoding foramt: "Latin4".
Definition: FSPDFObjC.h:6992
FSPDFStreamRunLengthDecode
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:1260
FSRichTextStyleCornerMarkNone
Corner mark style: none.
Definition: FSPDFObjC.h:2222
FSAnnotFlagToggleNoView
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:2392
FSHTML2PDFSettingDataEncodingFormatCP866
Encoding foramt: "CP866".
Definition: FSPDFObjC.h:7013
-[FSJoinSplit unlinkBoxes]
void unlinkBoxes()
Call this function to unlink text.
FSPDFPageSizeB5
Page size: B5.
Definition: FSPDFObjC.h:4715
FSAppProviderCallbackStringIDInvalidateChar
Sample message: "Invalidate character '%c'".
Definition: FSPDFObjC.h:5467
FSFillerEventFlagLeftButtonDown
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:4125
FSSearchOptionWordMatchingMatchAllWords
Word matching: match all words.
Definition: FSPDFObjC.h:3639
FSFDFDoc
Definition: FSPDFObjC.h:3162
FSSnappedPointTypeNone
This means the snapped point is invalid.
Definition: FSPDFObjC.h:8467
FSAnnotationSummarySettingsSortType
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:8228
FSTextObject
Definition: FSPDFObjC.h:1518
FSLRElementElementTypeHeading5
Structure element type: H5, which represents heading with level 5.
Definition: FSPDFObjC.h:7271
FSGraphicsObjectTypeFormXObject
Form XObject graphics object.
Definition: FSPDFObjC.h:1416
FSFillerVkey2
2 key.
Definition: FSPDFObjC.h:4054
FSProgressiveFinished
Progress state: progress is finished.
Definition: FSPDFObjC.h:731
FSAnnotType
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:2350
FSPDFDocExtractPagesOptionOCProperties
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:5076
FSFillerVkeyU
U key.
Definition: FSPDFObjC.h:4082
FSPDFPageMediaBox
Media Box for page boundary.
Definition: FSPDFObjC.h:4697
FSAnnotPropertyFillColor
Annotation property: fill color.
Definition: FSPDFObjC.h:2408
FSImageSettingsImageCompressjpeg
Compression mode: jpeg.
Definition: FSPDFObjC.h:6828
FSErrComplianceEngineNotInit
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:520
FSTaggedPDFCallbackReportCategoryTableRow
Report category type: table row.
Definition: FSPDFObjC.h:7561
FSActionCallbackSearchScope
FSActionCallbackSearchScope
Enumeration for search scope.
Definition: FSPDFObjC.h:3759
FSLRStructureElementAttributeType
FSLRStructureElementAttributeType
Enumeration for element general layout attribute types.
Definition: FSPDFObjC.h:7339
FSActionCallbackLanguageCHT
Chinese Traditional.
Definition: FSPDFObjC.h:3700
FSLRStructureElementAttributeTypeTextAlign
Attribute type: TextAlign, which represents the alignment of text and other content within lines of t...
Definition: FSPDFObjC.h:7362
-[FSXFAPage getHeight]
float getHeight()
Get the height of the XFA page.
FSPDFXComplianceVersionPDFX3ISOCoatedv2ECI
PDF/X-3 (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:6684
FSModuleNameConversion
Name for module "Conversion".
Definition: FSPDFObjC.h:659
FSTextPageCharInfo
Definition: FSPDFObjC.h:5847
FSPDFObjectNull
PDF null object.
Definition: FSPDFObjC.h:1211
FSAnnotationSummarySettingsSummaryLayout
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:8220
FSPDFAComplianceVersionPDFA2u
PDF/A-2u.
Definition: FSPDFObjC.h:6635
FSFillerVkeyF9
F9 key.
Definition: FSPDFObjC.h:4112
FSXFAWidgetWidgetTypeRectangle
XFA widget type: rectangle.
Definition: FSPDFObjC.h:5708
FSActionCallbackMailTypeDoc
Mailed data type: document.
Definition: FSPDFObjC.h:3725
FSBorderInfoUnderLine
Border style: Underline.
Definition: FSPDFObjC.h:2256
FSLRStructureElementAttributeValueEnumOverline
Enum value: Overline, which means a line above the text.
Definition: FSPDFObjC.h:7422
FSAppProviderCallbackStringIDMonthNov
String ID for case: Use string in local language for "November".
Definition: FSPDFObjC.h:5529
FSDocProviderCallbackPrintOptionPrintAnnot
If set, print annotations.
Definition: FSPDFObjC.h:5579
FSFillerVkeyO
O key.
Definition: FSPDFObjC.h:4076
FSFillerAssistCallbackPopupMenuItem
FSFillerAssistCallbackPopupMenuItem
Enumeration for popup menu item.
Definition: FSPDFObjC.h:4017
FSMatrix2D
Definition: FSPDFObjC.h:415
FSSignatureFieldMDPActionAll
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4467
-[FSLRStructureElement getParentElement]
FSLRStructureElement * getParentElement()
Get the parent element.
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
Enumeration for searchable text type used for converting DWG to PDF.
Definition: FSPDFObjC.h:7155
FSDWG2PDFSettingDataDWG2PDFColorPolicyGrayscale
Color policy: Drawing is exported to a grayscale PDF file. Native colors are converted into grayscale...
Definition: FSPDFObjC.h:7164
FSHTML2PDFSettingDataMediaStyleScreen
Media style: screen. It means PDF page will be displayed in screen media style.
Definition: FSPDFObjC.h:7065
FSLRStructureElementAttributeTypeFieldDesc
Attribute type only for PrintField: Desc, which represents the alternate name of the field,...
Definition: FSPDFObjC.h:7381
FSPDFDocEncryptRMS
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:5041
FSLRStructureElementAttributeTypePlacement
Attribute type: Placement, which means the positioning of the element with respect to the enclosing r...
Definition: FSPDFObjC.h:7342
FSLRElementElementTypeAnnotContent
Structure element type: AnnotContent, which means annotation content element.
Definition: FSPDFObjC.h:7320
FSPDFDocPwdNoPassword
No password is used in PDF document.
Definition: FSPDFObjC.h:5029
FSHTML2PDFSettingDataEncodingFormatKSC
Encoding foramt: "KSC".
Definition: FSPDFObjC.h:7005
FSMonoImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:6888
FSHTML2PDFSettingDataEncodingFormatHTCHANAKYA
Encoding foramt: "HTCHANAKYA".
Definition: FSPDFObjC.h:7043
FSAppProviderCallbackStringIDArgumentNotArray
Sample message: "'%s' function's %d argument cannot be array".
Definition: FSPDFObjC.h:5497
FSPDFDocUserPermissions
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:5045
FSXFADoc
Definition: FSPDFObjC.h:5636
FSAppProviderCallbackStringIDIllegalContinue
Sample message: "Illegal continue".
Definition: FSPDFObjC.h:5480
FSFontFontTypes
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:914
FSImageSettingsImageCompressQuality
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:6833
FSErrIsAlreadyCDRM
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:508
FSColorSpacePattern
Color space: Pattern.
Definition: FSPDFObjC.h:684
FSCompareResultInfoCompareResultTypeInsertShading
Result type: insert shading.
Definition: FSPDFObjC.h:6732
FSPrintDeviceSettingDataLandscape
Landscape orientation for printing.
Definition: FSPDFObjC.h:3035
FSSignatureVerifyResultLTVStateNotEnable
This means LTV is not enabled.
Definition: FSPDFObjC.h:7980
FSParagraphEditingNumberingTypeNone
Numbering type: none.
Definition: FSPDFObjC.h:7659
-[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:7279
FSSubmitFormActionFlagExportFormat
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:2046
FSOutputPreviewShowRegistrationColor
If set, only show registration color.
Definition: FSPDFObjC.h:8302
FSWatermarkTextPropertiesFontStyleUnderline
Watermark font style: with underline.
Definition: FSPDFObjC.h:6241
FSSignatureKeyNameLocation
Signature key name: location.
Definition: FSPDFObjC.h:4428
FSAnnotLine
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2355
FSErrCanNotUploadCDRMInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:510
FSErrInvalidACL
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:514
FSLTVVerifierVRICreationTime
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:7952
FSXFAWidgetHitTestArea
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:5688
FSQuadPoints
Definition: FSPDFObjC.h:2282
FSFillerVkeyF7
F7 key.
Definition: FSPDFObjC.h:4110
FSCertVerifyResultLocationNotSet
Location is not set.
Definition: FSPDFObjC.h:7833
FSAppProviderCallbackStringIDIsNotArray
Sample message: "'%s' is not an array".
Definition: FSPDFObjC.h:5494
FSLineCapPos
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:2769
FSErrNoRedactionModuleRight
No "Redaction" module right.
Definition: FSPDFObjC.h:536
FSResponse
Definition: FSPDFObjC.h:7776
FSSignatureDocPermFillingFormAndSigning
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:4461
-[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:5094
FSDocProviderCallbackTextEncodingISO8859NN
Text encoding: ISO8859NN.
Definition: FSPDFObjC.h:5597
FSPathPointType
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:977
FSBitmapDIBRgb565
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:1083
FSLayerTreeStateON
The state is ON.
Definition: FSPDFObjC.h:3901
FSPointFArray
An array of PointF objects.
Definition: FSPDFObjC.h:262
FSAnnotPropertyCreationDate
Annotation property: creation date.
Definition: FSPDFObjC.h:2406
FSFillerAssistCallbackPopupMenuItemDelete
Popup menu item: "Delete".
Definition: FSPDFObjC.h:4022
FSSignatureStateNoSignData
Signature does not have any data for signing.It means that there is not "V" entry in the signature di...
Definition: FSPDFObjC.h:4382
FSButtonItem
Definition: FSPDFObjC.h:3283
FSMarkupMeasureType
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:2583
-[FSParagraphEditingMgr getJoinSplit]
FSJoinSplit * getJoinSplit()
Get the join split object.
FSErrNoOCRModuleRight
No "OCR" module right.
Definition: FSPDFObjC.h:538
FSImageSettingsImageCompressQualityLow
Compression quality: Low.
Definition: FSPDFObjC.h:6835
-[FSParagraphEditing canSelectAll]
BOOL canSelectAll()
Check whether can select all text.
FSErrInvalidState
Invalid or incorrect state.
Definition: FSPDFObjC.h:497
FSAdditionalActionTriggerAnnotPageClosed
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:2169
-[FSMediaPlayerCallback-p close]
void close()
A callback function to close the media player.
FSReflowPageNormal
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:5353
-[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:7727
FSImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:6843
FSAnnotMKEntryBorderColor
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:2413
FSGraphStateLineJoinBevel
Bevel line join type.
Definition: FSPDFObjC.h:807
-[FSPDFNumberTree removeAllObjs]
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
FSRevocationArrayInfo
Definition: FSPDFObjC.h:7907
FSActionType
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:1900
FSBitmapDIB1bpp
DIB format: 1bpp format, two color RGB bitmap.It does not support format conversion between bitmaps.
Definition: FSPDFObjC.h:1074
FSSplitDocumentInfoArray
Definition: FSPDFObjC.h:8540
FSDefaultAppearanceFlagTextColor
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2197
FSPrintParamsPageOrderVertical
Page Order type: pages are placed from top to bottom, from left to right.
Definition: FSPDFObjC.h:3484
FSRenditionMediaPlayerNotUsed
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:1732
FSPDFPageSizeLetter
Page size: letter.
Definition: FSPDFObjC.h:4705
FSWidget
Definition: FSPDFObjC.h:2942
FSMonoImageSettingsStretchMode
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:6883
FSFillerVkeyF12
F12 key.
Definition: FSPDFObjC.h:4115
FSLRStructureElementAttributeTypeEndIndent
Attribute type: EndIndent, which represents the distance from the end edge of the BLSE to that of the...
Definition: FSPDFObjC.h:7360
-[FSTextSearch getMatchSentence]
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
FSAnnotAppearanceTypeRollover
Annotation's rollover appearance.
Definition: FSPDFObjC.h:2437
FSWidgetMenu
Definition: FSPDFObjC.h:5802
FSAnnotationSummaryCallback-p
Definition: FSPDFObjC.h:11337
FSSignatureFieldMDPActionInclude
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4468
FSErrNoMicroOfficeInstalled
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:544
FSHTML2PDFSettingDataEncodingFormatLatin6
Encoding foramt: "Latin6".
Definition: FSPDFObjC.h:6994
FSRendererColorModeMapping
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:3062
FSFontCharsetGreek
Font charset: Greek.
Definition: FSPDFObjC.h:881
FSFillerVkeyTab
Tab key.
Definition: FSPDFObjC.h:4031
FSOptimizerSettingsDiscardObjectsFormActions
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:6936
FSTextFillSignObject
Definition: FSPDFObjC.h:8079
FSLRStructureElementAttributeTypeHeight
Attribute type: Height, which represents the height of the element's content rectangle.
Definition: FSPDFObjC.h:7348
FSImageOrientationFlipV
Flip Vertical.
Definition: FSPDFObjC.h:1137
FSSound
Definition: FSPDFObjC.h:3005
FSModuleNameTableMaker
Name for module "TableMaker".
Definition: FSPDFObjC.h:662
FSLRElementElementTypeHeading2
Structure element type: H2, which represents heading with level 2.
Definition: FSPDFObjC.h:7268
FSPagingSealConfigPagingSealStyleOneSignature
Only add one signature. This signature is used for signature and verification and will be hidden in t...
Definition: FSPDFObjC.h:4605
FSErrDeviceLimitation
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:503
FSAnnotFileAttachment
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2368
FSAnnotPrinterMark
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2373
FSTaggedPDFCallbackReportCategoryParagraph
Report category type: paragraph.
Definition: FSPDFObjC.h:7557
FSFieldTypeListBox
Form field type: list box.
Definition: FSPDFObjC.h:4238
FSMarkupEndingStyleSquare
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2572
FSLRStructureElementAttributeTypeWritingMode
Attribute type: WritingMode, which means the directions of layout progression for packing of ILSEs (i...
Definition: FSPDFObjC.h:7344
FSAnnotMKRelationCaptionAboveIcon
Caption above the icon.
Definition: FSPDFObjC.h:2429
FSFillerEventFlagAltKey
Event flag: "Alt" key.
Definition: FSPDFObjC.h:4121
FSLRElementElementTypeListItem
Structure element type: LI, which means "List item" and represents an individual member of a list.
Definition: FSPDFObjC.h:7275
FSHeaderFooterContentGeneratorPageNumberFormatNumberOfCount
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4885
FSRenditionMonitorSpecifier
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:1751
-[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:3546
FSPSI
Definition: FSPDFObjC.h:5316
FSAppProviderCallbackStringIDUnableSetReady
Sample message: "Unable to set the value for property 'ready'".
Definition: FSPDFObjC.h:5459
FSAnnotWatermark
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2375
FSModuleNameCompliance
Name for module "Compliance".
Definition: FSPDFObjC.h:657
FSDWG2PDFSettingDataFlagLinearized
Bit 13. Create linearized PDF file.
Definition: FSPDFObjC.h:7144
FSComplianceEngineViewOrPrintConditionAuto
Viewing or printing condition: Auto.
Definition: FSPDFObjC.h:6462
FSAppProviderCallbackStringIDUnableSetLanguage
Sample message: "Unable to set the value for property 'language'".
Definition: FSPDFObjC.h:5453
FSEmbeddedFontData
Definition: FSPDFObjC.h:4994
FSActionTypeNamed
Action type: named action.
Definition: FSPDFObjC.h:1911
FSLRStructureElementAttributeValueEnumDouble
Enum value: Double, which means the border is two solid lines.
Definition: FSPDFObjC.h:7411
FSCertificateSecurityCallback-p
Definition: FSPDFObjC.h:10293
FSLRStructureElementAttributeValueEnumInset
Enum value: Inset, which means the border makes the entire box look as though it were embedded in the...
Definition: FSPDFObjC.h:7414
FSWatermarkSettings
Definition: FSPDFObjC.h:6216
FSPreflightSettingDataLibraryTypePrepressColorTransparency
Preflight library type: Prepress,Color and Transparency.
Definition: FSPDFObjC.h:6493
FSLRStructureElementAttributeTypeBaselineShift
Attribute type: BaselineShift, which means the distance by which the element's baseline is shifted re...
Definition: FSPDFObjC.h:7367
FSDocViewerPrefsHideWindowUI
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:5254
-[FSPointFArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSFontCharsetTurkish
Font charset: Turkish.
Definition: FSPDFObjC.h:882
FSNote
Definition: FSPDFObjC.h:2629
FSSignatureCallbackCertInvalidPassword
Certificate's password is wrong.
Definition: FSPDFObjC.h:4538
FSFontCharsetEastEurope
Font charset: Eastern European.
Definition: FSPDFObjC.h:879
FSRenditionMonitorSpecifierLargest
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:1752
FSLRStructureElement
Definition: FSPDFObjC.h:7478
FSOutputPreviewShowAll
If set, show all.
Definition: FSPDFObjC.h:8281
FSAppProviderCallbackStringIDMonthDec
String ID for case: Use string in local language for "December".
Definition: FSPDFObjC.h:5530
FSImageJBIG2
Image type is JBIG2.
Definition: FSPDFObjC.h:1129
FSHTML2PDFSettingDataEncodingFormatX_DoCoMo_Shift_JIS
Encoding foramt: "X-DoCoMo-Shift_JIS".
Definition: FSPDFObjC.h:7058
FSFillerVkeyE
E key.
Definition: FSPDFObjC.h:4066
FSActionCallbackJSMediaPlayerStateClose
media player state: Close.
Definition: FSPDFObjC.h:3740
-[FSBitmap getFormat]
FSBitmapDIBFormat getFormat()
Get bitmap format.
FSErrNoOffice2PDFModuleRight
No "Office2PDF" module right.
Definition: FSPDFObjC.h:561
FSDRMSecurityCallback-p
Definition: FSPDFObjC.h:10315
FSPDFXComplianceVersionPDFX4JapanColor2001Coated
PDF/X-4 (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:6689
FSErrNoConversionModuleRight
No "Conversion" module right.
Definition: FSPDFObjC.h:542
FSLocaleIDUnspecified
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:691
FSAppProviderCallbackStringIDWeekDayTue
String ID for case: Use string in local language for "Tuesday".
Definition: FSPDFObjC.h:5514
FSColorSpaceIndexed
Color space: Indexed.
Definition: FSPDFObjC.h:683
FSActionCallbackLanguageNOR
Norwegian.
Definition: FSPDFObjC.h:3710
FSRenditionActionOpTypeAssociate
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:2126
FSSignatureKeyNameContactInfo
Signature key name: contact information.
Definition: FSPDFObjC.h:4430
FSPDFPageSizeA3
Page size: A3.
Definition: FSPDFObjC.h:4708
FSLRElementElementTypeRuby
Structure element type: Ruby, which represents the wrapper around the entire ruby assembly.
Definition: FSPDFObjC.h:7293
FSLRElementElementTypeHeading1
Structure element type: H1, which represents heading with level 1.
Definition: FSPDFObjC.h:7267
FSLRStructureElementAttributeTypeColor
Attribute type: Color, which represents the color to be used for drawing text and the default value f...
Definition: FSPDFObjC.h:7356
FSXFAWidgetWidgetvAlignTypeMiddle
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:5741
FSImageOrientation
FSImageOrientation
Enumeration for image orientation.
Definition: FSPDFObjC.h:1132
FSLocaleIDNetherlands
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:694
FSXFAWidgetWidgetEdgePositionBottom
Egde position: bottom.
Definition: FSPDFObjC.h:5747
FSAnnot
Definition: FSPDFObjC.h:2441
FSFontStyles
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:858
FSCombinationCombineDocsOptions
FSCombinationCombineDocsOptions
Enumeration for options used for combining PDF files.
Definition: FSPDFObjC.h:8138
FSPreflightReportSettingDataProblemsHighlightMethodTransparentMasks
Problems highlighted by transparent masks.
Definition: FSPDFObjC.h:6528
FSGraphicsObjectTypeText
Text graphics object.
Definition: FSPDFObjC.h:1412
FSDocViewerPrefsFitWindow
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:5255
FSDocProviderCallbackTextEncoding
FSDocProviderCallbackTextEncoding
Enumeration for text encoding for XFA submit.
Definition: FSPDFObjC.h:5590
FSPreflightSettingDataOperateTypeProfiles
Opearte type: profiles.
Definition: FSPDFObjC.h:6497
FSPDFXComplianceVersionPDFX1aISOCoatedv2ECI
PDF/X-1a (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:6680
FSRenditionMediaPlayerFitStyleFill
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:1738
FSTaggedPDFCallbackReportCategoryTableHeader
Report category type: table header.
Definition: FSPDFObjC.h:7562
FSMarkupEndingStyleDiamond
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2574
FSLRElementElementTypeArt
Structure element type: Art, which means "Article" and represents a relatively self-contained body of...
Definition: FSPDFObjC.h:7252
FSControl
Definition: FSPDFObjC.h:4338
FSBitmapBicubic
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1089
FSImageType
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:1120
FSSOAPResponseInfo
Definition: FSPDFObjC.h:3438
-[FSDestination getLeft]
float getLeft()
Get left position value.
FSSignatureLabelNameLocation
Signature label name for location.
Definition: FSPDFObjC.h:4474
FSRenditionMonitorSpecifierPrimary
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:1754
FSMenuList
Definition: FSPDFObjC.h:3224
FSGraphicsObjectBlendLuminosity
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:1407
-[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:1761
-[FSInt32Array init]
id init()
Constructor.
-[FSLRStructureElement getChildCount]
int getChildCount()
Get the count of children elements.
FSMarkupMeasureTypeA
Measurement of area.
Definition: FSPDFObjC.h:2587
FSPDFPageSizeA5
Page size: A5.
Definition: FSPDFObjC.h:4710
FSSignatureKeyNameText
Signature key name: text content.
Definition: FSPDFObjC.h:4432
FSPageLabelsUpperRomanNums
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:5287
FSMonoImageSettingsImageCompressCCITT3
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:6870
FSPagingSealConfig
Definition: FSPDFObjC.h:4608
-[FSPointFArray init]
id init()
Constructor.
FSPreflightSettingDataLibraryType
FSPreflightSettingDataLibraryType
Enumeration for the preflight library type.
Definition: FSPDFObjC.h:6490
FSTimeStampServerSendResultFailToRequest
Fail to request during sending request process.
Definition: FSPDFObjC.h:4576
FSAppProviderCallbackStringIDInvalidEnumerate
Sample message: "Invalid enumerated value: %s".
Definition: FSPDFObjC.h:5505
-[FSBitmap getBuffer]
NSData * getBuffer()
Get bitmap buffer.
FSHTML2PDFSettingDataEncodingFormatGBK
Encoding foramt: "GBK".
Definition: FSPDFObjC.h:7032
FSFillerVkeyNumpad3
3 key in the numeric keypad.
Definition: FSPDFObjC.h:4091
-[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:7277
FSOptimizerSettingsDiscardUserDataFileAttchments
Discard file attachments.
Definition: FSPDFObjC.h:6951
FSAppProviderCallbackStringIDWeekDayWed
String ID for case: Use string in local language for "Wednesday".
Definition: FSPDFObjC.h:5515
FSErrNoTableMakerModuleRight
No "TableMaker" module right.
Definition: FSPDFObjC.h:551
-[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:7299
-[FSStructElement getStructureTypeName]
NSString * getStructureTypeName()
Get structure type name.
FSHTML2PDFSettingDataEncodingFormatLatin3
Encoding foramt: "Latin3".
Definition: FSPDFObjC.h:6991
FSComplianceProgressCallback-p
Definition: FSPDFObjC.h:11078
FSOptimizerSettingsDiscardObjectsEmbeddedSearchIndex
Discard embedded search index.
Definition: FSPDFObjC.h:6944
FSAppProviderCallbackStringIDWeekDayThu
String ID for case: Use string in local language for "Thursday".
Definition: FSPDFObjC.h:5516
FSAppProviderCallbackStringIDUnsupportMethod
Sample message: "Unsupported method %s.".
Definition: FSPDFObjC.h:5449
FSHTML2PDFSettingDataEncodingFormatX_TAM_ELANGO
Encoding foramt: "X-TAM-ELANGO".
Definition: FSPDFObjC.h:7051
FSAppProviderCallbackStringIDValidateNumberError
Sample message: "Illegal value:cannot assign '%s' to %s.".
Definition: FSPDFObjC.h:5537
-[FSStructMarkedContent getStmOwnerDict]
FSPDFDictionary * getStmOwnerDict()
Get PDF dictionary of content stream owner.
FSNoteArray
Definition: FSPDFObjC.h:2533
FSImageSettingsImageCompressQualityMedium
Compression quality: Medium.
Definition: FSPDFObjC.h:6836
-[FSSnappedPoint getPoint]
FSPointF * getPoint()
Get the point value.
FSActionCallbackJSMediaPlayerState
FSActionCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3738
-[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:7285
FSRotation90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:612
FSMenuItemEx
Definition: FSPDFObjC.h:3241
FSPrintParamsBookletDuplexMode
FSPrintParamsBookletDuplexMode
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3468
FSFillerVkeyUnknown
An unknown key.
Definition: FSPDFObjC.h:4029
-[FSFormXObject getStream]
FSPDFStream * getStream()
Get stream.
FSBarcodeQRCorrectionLevelMedium
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1185
FSShadingObject
Definition: FSPDFObjC.h:1562
FSSignatureStateVerifyIssueExpire
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:4396
FSLRElementElementTypeCode
Structure element type: Code, which represents a fragment of computer program text.
Definition: FSPDFObjC.h:7290
FSErrNoRights
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:501
FSFillerVkeyA
A key.
Definition: FSPDFObjC.h:4062
FSSplitFileResult
Definition: FSPDFObjC.h:8567
FSOptimizerSettingsCleanUpOptions
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:6928
FSSignatureAPFlagDN
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:4417
FSSplitFileResultSplitFileState
FSSplitFileResultSplitFileState
Enumeration for the state of split file.
Definition: FSPDFObjC.h:8560
FSLRStructureElementAttributeValueEnumOutset
Enum value: Outset, which means the border makes the entire box look as though it were coming out of ...
Definition: FSPDFObjC.h:7415
FSGraphicsObjectArray
Definition: FSPDFObjC.h:1337
FSDestination
Definition: FSPDFObjC.h:1869
FSColorSpaceRenderIntentSaturation
Rendering intent: Saturation.
Definition: FSPDFObjC.h:1033
-[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:1861
FSErrNeedSigned
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:530
FSFillerVkeyNumpad2
2 key in the numeric keypad.
Definition: FSPDFObjC.h:4090
FSAnnotMKEntryIconCaptionRelation
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:2422
FSTextSearchSearchNotMatchFullWidth
If set, to ignore full-width characters and treat all characters as standard ASCII or standard-width ...
Definition: FSPDFObjC.h:5911
FSBitmapDIBAbgr
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:1082
FSErrNoAccessibilityModuleRight
No "Accessibility" module right.
Definition: FSPDFObjC.h:549
FSComplianceEngineViewOrPrintConditionJapanColor2001Coated
Viewing or printing condition:Japan Color 2001 Coated.
Definition: FSPDFObjC.h:6465
FSAnnotHighlightingPush
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:2400
FSMonoImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:6889
FSAlignmentCenter
Center alignment.
Definition: FSPDFObjC.h:628
FSPreflightReportSettingDataProblemsHighlightMethod
FSPreflightReportSettingDataProblemsHighlightMethod
Enumeration for the highlight method for preflight problems.
Definition: FSPDFObjC.h:6527
FSXFADocExportDataType
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:5630
FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYYYY
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4866
-[FSParagraphEditing deactivate]
BOOL deactivate()
Deactivate paragraph editing.
FSErrNoPrint2PDFModuleRight
No "Print2PDF" module right.
Definition: FSPDFObjC.h:566
FSTextStateModeFillStroke
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:1467
FSPDFDocPermPrintHigh
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:5053
FSFloatArray
An array of float values.
Definition: FSPDFObjC.h:283
FSLRStructureElementAttributeValueEnumRow
Enum value: Row, which means row of a table.
Definition: FSPDFObjC.h:7443
FSDocViewerPrefsHideMenubar
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:5253
FSAnnotUnknownType
Annotation type: unknown.
Definition: FSPDFObjC.h:2351
-[FSJoinSplit joinBoxes]
void joinBoxes()
Call this function to join text.
FSPDFStream
Definition: FSPDFObjC.h:1268
FSScreen
Definition: FSPDFObjC.h:2830
FSStructObjectContentStructObjectTypeForm
Form object.
Definition: FSPDFObjC.h:1686
FSPDFDocSaveFlagNormal
Save document normally, without using any special flag.
Definition: FSPDFObjC.h:5057
-[FSLRStructureElement getSupportedAttributeCount]
int getSupportedAttributeCount()
Get supported attribute count.
FSAppProviderCallbackStringIDInvalidateLeftValue
Sample message: "Invalidate left-value '%s'".
Definition: FSPDFObjC.h:5472
FSTextMarkup
Definition: FSPDFObjC.h:2645
FSOptimizerSettingsOptimizerUnembeddedFonts
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:6924
FSAppProviderCallbackStringIDInvalidPropertySetOperation
String ID for case: Some setting operation to property is invalid. Sample message: "Invalid property ...
Definition: FSPDFObjC.h:5451
FSStdSecurityHandlerModifyFlag
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:6009
FSAdditionalActionTriggerAnnotMouseButtonPressed
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:2164
FSSignatureLabelNameDN
Signature key name for distinguish name.
Definition: FSPDFObjC.h:4477
-[FSAction getDocument]
FSPDFDoc * getDocument()
Get the PDF document, to which current action belongs.
FSColor::value
FSFloatArray * value
Get or Set component value array.
Definition: FSPDFObjC.h:1057
FSMonoImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:6885
FSHTML2PDFSettingDataEncodingFormatCP1256
Encoding foramt: "CP1256".
Definition: FSPDFObjC.h:7022
FSXFAWidgetWidgetTypeChoiceList
XFA widget type: choice list.
Definition: FSPDFObjC.h:5703
FSPageLabelsDecimalNums
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:5286
FSPDFDocPermExtract
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:5048
FSAppProviderCallbackStringIDExpectedNumber
Sample message: "Expected number instead of '%s'".
Definition: FSPDFObjC.h:5490
FSFormCombination
Definition: FSPDFObjC.h:8195
FSActionCallbackJSMailResultFailed
Mailed result: mail failed.
Definition: FSPDFObjC.h:3754
FSAnnotationSummaryCallbackAnnotationSummaryStringIDDate
Annotations summary string ID: specify the prefix when date information is outputed in result documen...
Definition: FSPDFObjC.h:8208
FSSplitFileResultSplitFileErrAccessDeny
The state is failed due to file access being denied.
Definition: FSPDFObjC.h:8564
-[FSFiller killFocus]
BOOL killFocus()
Kill focus from form.
FSParagraphEditingNumberingType
FSParagraphEditingNumberingType
Enumeration for numbering type.
Definition: FSPDFObjC.h:7658
FSBitmapDIBInvalid
Invalid DIB format.
Definition: FSPDFObjC.h:1073
FSCertVerifyResultLocationSignature
Response information is found in signature content.
Definition: FSPDFObjC.h:7835
FSAnnotStrikeOut
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2363
FSSubmitFormActionFlagExclFKey
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:2055
FSLRElementElementTypeNonStruct
Structure element type: NonStruct, which means "Nonstructural element" and represents a grouping elem...
Definition: FSPDFObjC.h:7263
FSFont
Definition: FSPDFObjC.h:921
FSBookmarkPosFirstSibling
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:3779
-[FSTextFillSignObject getTextDataArray]
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
FSGraphicsObjectBlendOverlay
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:1395
FSSignatureSignatureTypePagingSeal
Signature type: paging seal.
Definition: FSPDFObjC.h:4446
FSPagingSealConfigPagingSealPosition
FSPagingSealConfigPagingSealPosition
Enumeration for paging seal position.
Definition: FSPDFObjC.h:4596
FSAnnotationSummarySettingsTypeSortByPage
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:8231
FSGraphicsObjectsTextMergeBTET
Merge consecutive BTETs as a new one.
Definition: FSPDFObjC.h:4652
FSRenditionMediaPermTempNever
Never allowed.
Definition: FSPDFObjC.h:1723
FSLayerTreeUsageState
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:3900
FSSignatureStateVerifyTimestampIssueValid
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:4405
FSLRStructureElementAttributeTypeStartIndent
Attribute type: StartIndent, which represents the distance from the start edge of the reference area ...
Definition: FSPDFObjC.h:7359
FSHTML2PDFSettingDataEncodingFormatCP1252
Encoding foramt: "CP1252".
Definition: FSPDFObjC.h:7018
FSAnnotationSummarySettingsTypeSortByAuthor
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:8229
FSUInt32Array
An array of unsigned integer values.
Definition: FSPDFObjC.h:325
FSLineCapPosInline
Definition: FSPDFObjC.h:2770
FSLRElementElementTypeFENote
Structure element type: FENote (PDF 2.0), which is used to markup footnotes and endnotes.
Definition: FSPDFObjC.h:7262
FSPagingSealSignaturePagingSealAPState
FSPagingSealSignaturePagingSealAPState
Enumeration for paging seal signature state to set appearance.
Definition: FSPDFObjC.h:4629
-[FSImage getType]
FSImageType getType()
Get image type.
FSFullTextSearchRankNone
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:6441
FSLRStructureElementAttributeTypeTextIndent
Attribute type: TextIndent, which represents the additional distance from the start edge of the BLSE,...
Definition: FSPDFObjC.h:7361
FSActionTypeImportData
Action type: import-data action.
Definition: FSPDFObjC.h:1914
FSTiledWatermarkSettingsFlagAsPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:4908
-[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:1183
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithLine
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:8222
-[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:3475
FSPDFDocPermExtractAccess
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:5051
FSRendererColorModeMappingGray
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:3061
FSXFAWidgetWidgethAlignTypeRadix
Align the radix indicator.
Definition: FSPDFObjC.h:5734
-[FSInt32Array getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSErrNoPDF2OfficeModuleRight
No "PDF2Office" module right.
Definition: FSPDFObjC.h:554
FSActionTypeThread
Action type: thread action.
Definition: FSPDFObjC.h:1906
FSSignatureStateSigned
Signed signature.
Definition: FSPDFObjC.h:4384
FSHTML2PDFSettingDataEncodingFormatX_SoftBank_Shift_JIS
Encoding foramt: "X-SoftBank-Shift_JIS".
Definition: FSPDFObjC.h:7059
FSSignatureAPFlags
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:4412
FSSubmitFormActionFlagIncludeAnnotations
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:2051
FSOptimizerSettingsCleanUpUseFlateInsteadOfLZW
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:6930
FSCertVerifyResultCertStatusRevoked
This means certificate is revoked.
Definition: FSPDFObjC.h:7813
FSPortfolioInitialViewTileMode
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:8441
FSPDFObjectStream
PDF stream object.
Definition: FSPDFObjC.h:1210
FSLRStructureElementAttributeTypeColumnWidths
Attribute type: ColumnWidths, which represents the desired width of the columns, measured in the inli...
Definition: FSPDFObjC.h:7377
FSDWG2PDFSettingDataFlagASCIIHexEncoding
Bit 10. Enable ASCIIHex encoding of internal PDF streams.
Definition: FSPDFObjC.h:7141
FSHTML2PDFSettingDataEncodingFormatX_SoftBank_ISO_2022_JP
Encoding foramt: "X-SoftBank-ISO-2022-JP".
Definition: FSPDFObjC.h:7061
FSBookmarkStyleBold
Show bookmark title as bold text.
Definition: FSPDFObjC.h:3771
FSErrNoOFDModuleRight
No "OFD" module right.
Definition: FSPDFObjC.h:557
FSCertVerifyResultReasonKeyCompromise
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:7821
FSActionCallbackLanguageSVE
Swedish.
Definition: FSPDFObjC.h:3713
FSCertVerifyResultLocationOnline
Response information is got by online request.
Definition: FSPDFObjC.h:7836
FSTimeStampServerSendResultFailToGetData
Fail to get data during sending request process.
Definition: FSPDFObjC.h:4577
-[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:4573
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
Enumeration for encoding format used for converting HTML to PDF.
Definition: FSPDFObjC.h:6987
FSAppProviderCallbackMsgBtnTypeYesNo
Message box button: Yes and No.
Definition: FSPDFObjC.h:5555
FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeBitmap
Hatches export type: Exports hatch as a bitmap.
Definition: FSPDFObjC.h:7149
FSLRStructureElementAttributeValueEnumOther
Enum value: Other (PDF 2.0).
Definition: FSPDFObjC.h:7459
FSRotationUnknown
Unknown rotation.
Definition: FSPDFObjC.h:615
FSTableGeneratorCallback-p
Definition: FSPDFObjC.h:11438
FSActionCallbackLanguageUnknown
Unknown language.
Definition: FSPDFObjC.h:3698
FSPDFNumberTreePageLabels
"PageLabels" number tree.
Definition: FSPDFObjC.h:1603
FSCertVerifyResultLocationDSS
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:7834
FSAnnotMKEntryDownCaption
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:2417
FSLRStructureElementAttributeValueEnumInline
Enum value: Inline, which means the placement for attributes Placement/RubyPosition.
Definition: FSPDFObjC.h:7396
FSLayerContextUsageView
Use for a viewer.
Definition: FSPDFObjC.h:3941
-[FSImage getHeight]
int getHeight()
Get image height.
FSReadingBookmark
Definition: FSPDFObjC.h:5337
FSRenditionFloatingWindowRelatedWindowDocument
The document window.
Definition: FSPDFObjC.h:1762
-[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:8333
FSLRStructureElementAttributeTypeRubyAlign
Attribute type: RubyAlign, which represents the justification of the lines within a ruby assembly.
Definition: FSPDFObjC.h:7372
FSErrCanNotRemoveSecurityFromServer
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:504
-[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:7258
FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeNoSearch
Searchable text type: No searchable text.
Definition: FSPDFObjC.h:7156
FSSecurityHandlerCipherType
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:5972
FSOptimizerSettingsOptimizerDiscardUserData
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:6925
FSActionCallbackJSFieldValueChangeType
FSActionCallbackJSFieldValueChangeType
Enumeration for javascript field value change type.
Definition: FSPDFObjC.h:3730
FSAnnotationSummarySettingsFontSizeLarge
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:8238
FSColorSpaceICCBasedDeviceCMYK
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:687
FSLRElementElementTypeParagraph
Structure element type: P, which means "Paragraph" and represents a low-level division of text.
Definition: FSPDFObjC.h:7265
FSTimeStampCallback-p
Definition: FSPDFObjC.h:10749
FSSignaturePAdESLevelBLT
PAdES level: B-LT.
Definition: FSPDFObjC.h:4454
FSFloatingInfo
Definition: FSPDFObjC.h:3563
FSRenditionFloatingWindowOffscreenEventMoveResize
Move or resize.
Definition: FSPDFObjC.h:1776
FSSoundSampleEncodingFormatRaw
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:2999
FSGraphStateLineCapRound
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:800
FSActionCallbackLayoutModeSinglePage
Layout mode: single page.
Definition: FSPDFObjC.h:3747
FSAppProviderCallbackStringIDUndefineIdentifier
Sample message: "Undefined identifier '%s'".
Definition: FSPDFObjC.h:5471
FSXFAWidgetWidgetNameType
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:5723
FSAnnotNote
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:2352
FSSOAPRequestProperties
Definition: FSPDFObjC.h:3414
FSComparisonCompareTypeAll
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:6795
FSAnnotScreen
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2372
FSFieldFlagTextPassword
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:4250
FSSubmitFormActionFlags
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:2043
FSTabOrderMgrOrderType
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:6161
FSModuleNameAccessibility
Name for module "Accessibility".
Definition: FSPDFObjC.h:661
-[FSLayerContext reset]
BOOL reset()
Reset current layer context, back to the initialized state.
FSSignatureLabelNameProducer
Signature key name for producer name.
Definition: FSPDFObjC.h:4478
FSLRElementElementTypeHeading3
Structure element type: H3, which represents heading with level 3.
Definition: FSPDFObjC.h:7269
FSLRElementElementTypeImageObject
Structure element type: ImageObject, which means image graphics object element.
Definition: FSPDFObjC.h:7309
-[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:5554
FSLRStructureElementAttributeTypeBorderColor
Attribute type: BorderColor, which represents the color of the border drawn on the edges of a table c...
Definition: FSPDFObjC.h:7350
FSDocProviderCallbackTextEncodingGBK
Text encoding: GBK.
Definition: FSPDFObjC.h:5594
FSSnapPointMgrFlagIntersectionPoint
If set, that means to get the intersection of two intersecting paths.
Definition: FSPDFObjC.h:8490
-[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:2354
FSMarkupEndingStyleClosedArrow
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:2576
FSAppProviderCallbackStringIDCalcOverride
Sample message: "Calculate Override".
Definition: FSPDFObjC.h:5440
FSAppProviderCallbackStringIDViolateBoundary
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5510
FSLRElementElementTypeImageContent
Structure element type: ImageContent, which means image content element.
Definition: FSPDFObjC.h:7317
FSRangeAll
All the indexes within a range will be used.
Definition: FSPDFObjC.h:834
FSAppProviderCallbackAppInfoType
Application information: type.
Definition: FSPDFObjC.h:5427
FSErrMIPProtectionEngineInitFailed
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:563
FSFillerVkeyQ
Q key.
Definition: FSPDFObjC.h:4078
FSCompareResultInfoCompareResultTypeDeleteText
Result type: delete text.
Definition: FSPDFObjC.h:6722
FSAnnotationSummarySettingsSummaryLayoutAnnotationOnly
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:8223
FSPreflightSettingDataLibraryTypePDFStandards
Preflight library type: Standards.
Definition: FSPDFObjC.h:6492
FSTableCellData
Definition: FSPDFObjC.h:6346
FSAlignment
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:626
FSErrCanNotGetACL
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:505
FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYYYY
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4864
-[FSLRContentElement getBBox]
FSRectF * getBBox()
Get bounding box.
FSRotationPointOptions
FSRotationPointOptions
Enumeration for rotation point options.
Definition: FSPDFObjC.h:618
FSActionCallbackAppInfoTypeAppVersion
Application's app version information.
Definition: FSPDFObjC.h:3721
FSHitDataCheckSeverityInfo
Info severity.
Definition: FSPDFObjC.h:6591
FSLRStructureElementAttributeValueEnumUnordered
Enum value: Unordered (PDF 2.0), which means unordered list with unspecified bullets.
Definition: FSPDFObjC.h:7433
-[FSPath getPointCount]
int getPointCount()
Get the count of points.
FSActionCallbackLayoutModeFacing
Layout mode: two pages.
Definition: FSPDFObjC.h:3749
FSPortfolioFolderNode
Definition: FSPDFObjC.h:8369
FSXFAWidgetPresenceUnknown
Presence property: Unknown.
Definition: FSPDFObjC.h:5716
FSErrCanNotUploadDocInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:509
FSParagraphEditingBulletTypeSolidRectangle
Bullet type: solid rectangle.
Definition: FSPDFObjC.h:7649
FSXFAWidgetWidgetNameTypeFullName
Name type: full name.
Definition: FSPDFObjC.h:5726
FSFieldFlagChoiceMultiSelect
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:4256
FSTimeStampServerSendResultOutOfMemory
Out of memory during sending request process.
Definition: FSPDFObjC.h:4578
FSPortfolioNodeArray
Definition: FSPDFObjC.h:8349
FSCertVerifyResultCertStatusValid
This means certificate is valid.
Definition: FSPDFObjC.h:7812
-[FSFloatArray getUpperBound]
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSStamp
Definition: FSPDFObjC.h:2815
-[FSInt32Array removeAll]
void removeAll()
Clean up the array.
FSSignatureCallbackCertInvalidPath
Certificate's path is wrong.
Definition: FSPDFObjC.h:4539
FSActionCallbackJSFieldValueChangedBySetReadOnly
javascript field value changed type: field set read-only property.
Definition: FSPDFObjC.h:3734
FSAppProviderCallbackStringIDNotFoundProperty
Sample message: "Cannot find property '%s'".
Definition: FSPDFObjC.h:5485
FSAppProviderCallbackStringIDExpectedString
Sample message: "Expected '%s' instead of '%s'".
Definition: FSPDFObjC.h:5466
FSAnnotMKRelationCaptionBelowIcon
Caption below the icon.
Definition: FSPDFObjC.h:2428
FSPrintParamsBookletBindingRightTall
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3478
FSActionCallbackMailTypeForm
Mailed data type: form.
Definition: FSPDFObjC.h:3726
FSAction
Definition: FSPDFObjC.h:1928
FSPDFNameTreeDests
"Dests" name tree.
Definition: FSPDFObjC.h:1573
FSBookmarkPosNextSibling
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:3778
FSHTML2PDFSettingDataEncodingFormatCP1250
Encoding foramt: "CP1250".
Definition: FSPDFObjC.h:7016
FSFillSignFillSignObjectTypeCheckMark
Check mark fill-sign object.
Definition: FSPDFObjC.h:8039
FSHeaderFooterContentGeneratorDateFormatYYHyphenMMHyphenDD
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4879
FSXFAWidgetWidgetvAlignTypeBottom
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:5740
FSGraphicsObjectTypePath
Path graphics object.
Definition: FSPDFObjC.h:1413
FSFillerVkeyF3
F3 key.
Definition: FSPDFObjC.h:4106
FSXFAWidgetWidgetTypeExclGroup
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:5711
FSPDFPageSize
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:4704
FSImageOrientationRotate180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:1136
FSAppProviderCallbackStringIDErrorMessage
Sample message: "%s : %s".
Definition: FSPDFObjC.h:5501
FSAppProviderCallbackStringIDUnableSetValidationsValue
Sample message: "Unable to set the value for property 'variation'".
Definition: FSPDFObjC.h:5457
-[FSParagraphEditingUndoItem redo]
void redo()
Redo this item.
FSFillerVkeyF10
F10 key.
Definition: FSPDFObjC.h:4113
FSAnnotCircle
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2357
FSLRElementElementTypePart
Structure element type: Part, which represents a large-scale division of a document.
Definition: FSPDFObjC.h:7251
FSCompareResultInfoCompareResultTypeDeleteShading
Result type: delete shading.
Definition: FSPDFObjC.h:6731
FSTaggedPDFCallbackReportCategoryTable
Report category type: table.
Definition: FSPDFObjC.h:7560
-[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:3741
FSSecurityHandlerCipherAES
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:5975
FSBarcodeFormatCode39
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1173
FSGraphicsObjectsTextMergeOption
FSGraphicsObjectsTextMergeOption
Enumeration for text merge.
Definition: FSPDFObjC.h:4649
FSAppProviderCallbackStringIDExpectedIdent
Sample message: "Expected identifier instead of '%s'".
Definition: FSPDFObjC.h:5465
FSBookmarkPosLastChild
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:3776
FSSignatureStateVerifyTimestampTimeBefore
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:4406
FSIconFitScaleWayBigger
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:2325
FSFindOption
Definition: FSPDFObjC.h:7596
FSCertVerifyResultCertStatusUnknown
This means certificate status is unknown.
Definition: FSPDFObjC.h:7815
FSAnnotTrapNet
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2374
FSCodec
Definition: FSPDFObjC.h:713
-[FSFileWriterCallback-p getSize]
unsigned long long getSize()
Get total size of the file.
FSOutputPreviewShowDeviceRGB
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:8291
FSLRStructureElementAttributeTypeFieldChecked
Attribute type only for PrintField: checked, which represents the state of a radio button or check bo...
Definition: FSPDFObjC.h:7380
FSHTML2PDFSettingDataEncodingFormatVISUAL
Encoding foramt: "VISUAL".
Definition: FSPDFObjC.h:7028
FSSignatureStateVerifyChangeLegal
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:4408
FSFontStdIDCourierI
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:901
FSPointF
Type definition for point class for float.
Definition: FSPDFObjC.h:222
FSTaggedPDFCallbackReportConfidenceMedium
Report confidence: medium.
Definition: FSPDFObjC.h:7569
FSTabOrderMgrNone
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:6162
FSIdentityProperties
Definition: FSPDFObjC.h:3260
FSAppProviderCallbackStringIDCannotAssign
Sample message: "Cannot assign to '%s'".
Definition: FSPDFObjC.h:5492
FSSignatureDigestSHA512
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:4440
-[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:5587
FSFontStylesSmallCap
Font style: small cap.
Definition: FSPDFObjC.h:866
FSFullTextSearch
Definition: FSPDFObjC.h:6446
FSPDFDocWrapperNone
Normal document.
Definition: FSPDFObjC.h:5101
FSLRStructureElementAttributeTypeTableSummary
Attribute type only for Table: Summary, which represents a summary of the table's purpose and structu...
Definition: FSPDFObjC.h:7386
FSHTML2PDFSettingDataEncodingFormatJIS
Encoding foramt: "JIS".
Definition: FSPDFObjC.h:7001
FSDocProviderCallbackTextEncodingGB2312
Text encoding: GB2312.
Definition: FSPDFObjC.h:5596
FSErrCanNotGetUserToken
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:513
-[FSSnapPointMgr reload]
void reload()
Reload current manager.
FSModuleNameRMS
Name for module "RMS".
Definition: FSPDFObjC.h:654
-[FSSignatureVerifyResult getSignatureHashValue]
NSData * getSignatureHashValue()
Get signature hash value.
FSSignatureKeyNameReason
Signature key name: reason.
Definition: FSPDFObjC.h:4429
-[FSRectFArray removeAll]
void removeAll()
Clean up the array.
FSModuleNameRedaction
Name for module "Redaction".
Definition: FSPDFObjC.h:653
FSCompareResultInfoArray
Definition: FSPDFObjC.h:6757
FSTiledWatermarkSettingsFlags
FSTiledWatermarkSettingsFlags
Enumeration for tiled watermark setting flags.
Definition: FSPDFObjC.h:4907
-[FSBitmap getWidth]
int getWidth()
Get bitmap width.
FSComparisonCompareTypeText
Compare text only.
Definition: FSPDFObjC.h:6796
FSAppProviderCallbackStringIDRedefinition
Sample message: "'%s' redefinition".
Definition: FSPDFObjC.h:5468
FSPDFNameTreeEmbeddedFiles
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:1575
FSLRStructureElementAttributeValueEnumLayout
Enum value: Layout, which means layout artifacts. Purely cosmetic typographical or design elements su...
Definition: FSPDFObjC.h:7451
FSTaggedPDFCallbackReportCategoryFigure
Report category type: figure.
Definition: FSPDFObjC.h:7559
FSWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:6210
FSAppProviderCallbackBeepTypeDefault
Beep type: default.
Definition: FSPDFObjC.h:5435
FSRevocationCallback-p
Definition: FSPDFObjC.h:11097
-[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:6886
-[FSFillSignObject generateContent]
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
FSErrorCode
Enumeration for error code.
Definition: FSPDFObjC.h:475
-[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:1076
FSPathObject
Definition: FSPDFObjC.h:1535
-[FSJoinSplit selectNone]
void selectNone()
Call this function to clear all selected text.
FSLRStructureElementAttributeValueEnumNone
Enum value: None, which means no such attribute.
Definition: FSPDFObjC.h:7406
FSTextStateModeClip
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:1472
FSFillSignFillSignObjectTypeInitialsSignature
Initials signature fill-sign object.
Definition: FSPDFObjC.h:8044
FSColorSpaceSeparation
Color space: Separation.
Definition: FSPDFObjC.h:681
FSPDFAComplianceVersionPDFA3b
PDF/A-3b.
Definition: FSPDFObjC.h:6637
FSFontCharsetSymbol
Font charset: Standard symbols.
Definition: FSPDFObjC.h:873
-[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:4711
FSTaggedPDFCallbackReportConfidenceHigh
Report confidence: high.
Definition: FSPDFObjC.h:7567
FSAnnotationSummarySettingsFontSizeType
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:8235
FSCombineDocumentInfoArray
Definition: FSPDFObjC.h:8118
FSSignatureDigestAlgorithm
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:4436
FSFontStdIDTimes
Standard font: Times-Roman.
Definition: FSPDFObjC.h:906
FSMonoImageSettingsImageCompressQualityLossy
Compression quality: Lossy.
Definition: FSPDFObjC.h:6880
FSFontStandardID
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:897
FSErrNoLayoutRecognitionModuleRight
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:546
FSTextPageCharInfoComboWord
Character flag: ComboWord.
Definition: FSPDFObjC.h:5844
FSHTML2PDFSettingDataScalingModeScale
Page scaling: Scale. It means HTML content will be scaled to fit PDF page size. In this mode,...
Definition: FSPDFObjC.h:6983
FSFontStdIDSymbol
Standard font: Symbol.
Definition: FSPDFObjC.h:910
FSPDFDocSaveFlagIncremental
Save document incrementally.
Definition: FSPDFObjC.h:5058
FSSnappedPoint
Definition: FSPDFObjC.h:8474
FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYY
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4867
FSColorSpaceDeviceGray
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:674
FSCertVerifyResultReasonCertificateHold
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:7826
-[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:5081
FSTaggedPDFCallbackReportConfidenceMediumHigh
Report confidence: medium high.
Definition: FSPDFObjC.h:7568
FSRectFArray
An array of RectF objects.
Definition: FSPDFObjC.h:241
FSRedact
Definition: FSPDFObjC.h:2977
FSXFAWidgetWidgetEdgePositionLeft
Egde position: left.
Definition: FSPDFObjC.h:5748
FSInk
Definition: FSPDFObjC.h:2803
FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:8224
FSMarkupStateFuture
(Used with state model FSMarkupStateModelReview) The change will be working in the future.
Definition: FSPDFObjC.h:2567
-[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:1125
FSLRStructureElementAttributeValueEnumBlock
Enum value: Block, which means to be stacked in the block-progression direction within an enclosing r...
Definition: FSPDFObjC.h:7395
FSLRElementElementTypeFigure
Structure element type: Figure, which represents an item of graphical content.
Definition: FSPDFObjC.h:7303
FSLRStructureElementAttributeValueEnumSolid
Enum value: Solid, which means the border is a single line segment.
Definition: FSPDFObjC.h:7410
FSErrNoRMSModuleRight
No "RMS" module right.
Definition: FSPDFObjC.h:537
-[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:5089
FSFontStyleSymbolic
Font style: symbolic.
Definition: FSPDFObjC.h:861
FSDocProviderCallbackTextEncodingUTF8
Text encoding: UTF-8.
Definition: FSPDFObjC.h:5602
FSPDFDocExtractPagesOptionAttachFiles
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:5078
FSDocProviderCallbackWidgetEventType
FSDocProviderCallbackWidgetEventType
Enumeration for the type of XFA widget event.
Definition: FSPDFObjC.h:5611
-[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:6078
FSStdSecurityHandlerModifyUserPassword
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6011
-[FSLRElement getElementType]
FSLRElementElementType getElementType()
Get element type.
FSPrintDeviceSettingData
Definition: FSPDFObjC.h:3038
FSRenditionWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:1745
FSOptimizerSettingsDiscardObjectsOptions
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:6935
FSImageSettingsImageCompressQualityMaximum
Compression quality: Maximum.
Definition: FSPDFObjC.h:6838
FSFieldTypeComboBox
Form field type: combo box.
Definition: FSPDFObjC.h:4237
FSActionCallbackJSFieldValueChangedBySetValue
javascript field value changed type: field set value.
Definition: FSPDFObjC.h:3733
FSTextStateModeFillStrokeClip
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:1471
FSHeaderFooterContentGeneratorPageNumberFormatDefault
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:4884
FSSignatureVerifyResultLTVStateInactive
This means LTV is inactive.
Definition: FSPDFObjC.h:7978
FSLRStructureElementAttributeValueEnumStart
Enum value: Start, which means the place for attribute Placement, or the alignment for attributes Tex...
Definition: FSPDFObjC.h:7400
-[FSSnappedPoint getType]
FSSnappedPointSnappedPointType getType()
Get the snapped point type.
FSSignatureKeyNameSigner
Signature key name: signer.
Definition: FSPDFObjC.h:4427
FSSignatureAPFlagProducer
If set, show producer content on signature appearance.
Definition: FSPDFObjC.h:4423
-[FSMediaPlayerCallback-p getState]
FSMediaPlayerCallbackJSMediaPlayerState getState()
A callback function to get the media player state.
FSFillerVkeyNumpad4
4 key in the numeric keypad.
Definition: FSPDFObjC.h:4092
FSAppProviderCallbackStringIDNotFoundContainer
Sample message: "Cannot find container '%s'".
Definition: FSPDFObjC.h:5484
FSTimer
Definition: FSPDFObjC.h:4003
FSTextFillSignObjectDataArray
Definition: FSPDFObjC.h:8016
FSWatermark
Definition: FSPDFObjC.h:6187
FSPDFArray
Definition: FSPDFObjC.h:1285
FSHTML2PDFSettingDataEncodingFormatCP932
Encoding foramt: "CP932".
Definition: FSPDFObjC.h:7015
FSFontStdIDTimesBI
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:908
FSActionCallbackAppInfoTypeViewerVersion
Application's viewer version information.
Definition: FSPDFObjC.h:3720
FSAppProviderCallbackStringIDInvalidBarcodeValue
Sample message: "Invalid Barcode Value: %s is an invalid value for barcodes of type %s....
Definition: FSPDFObjC.h:5541
FSPreflightReportSettingDataReportFileFormatTypeHtml
Report file format type: HTML.
Definition: FSPDFObjC.h:6524
-[FSAttachments getCount]
int getCount()
Get the count of attachments.
FSRendererRenderAnnot
If set, annotations will be rendered.
Definition: FSPDFObjC.h:3067
FSMediaPlayerCallbackJSMediaPlayerStateClose
media player state: Close.
Definition: FSPDFObjC.h:3689
FSLaunchAction
Definition: FSPDFObjC.h:2107
FSSnappedPointTypeMidpoint
Snapped point type: midpoint, which means the snapped point is the midpoint for two endpoints of a pa...
Definition: FSPDFObjC.h:8469
-[FSLRGraphicsObjectElement getDict]
FSPDFDictionary * getDict()
Get PDF dictionary of related graphics object.
FSHTML2PDFSettingDataEncodingFormatCP1254
Encoding foramt: "CP1254".
Definition: FSPDFObjC.h:7020
FSCombinationCombineDocsOptionOutputIntents
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8142
FSTableBorderInfoTableBorderStyle
FSTableBorderInfoTableBorderStyle
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:6281
FSWatermarkSettingsFlagASAnnot
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:6207
FSActionTypeTrans
Action type: transition action.
Definition: FSPDFObjC.h:1918
FSAnnotationSummaryCallbackAnnotationSummaryStringIDSubject
Annotations summary string ID: specify the prefix when subject information is outputed in result docu...
Definition: FSPDFObjC.h:8215
-[FSFDFDoc getType]
FSFDFDocType getType()
Get the type of current document object.
FSFillerVkeyR
R key.
Definition: FSPDFObjC.h:4079
FSBarcodeFormatEAN13
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1177
FSFontCIDCharsetJAPAN1
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:892
FSRenditionMediaOptionBestEffort
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:1719
FSPrintParamsDuplexTypeSimplex
Duplex type: prints on one side of the paper.
Definition: FSPDFObjC.h:3463
-[FSFileStreamCallback-p flush]
BOOL flush()
Flush internal buffer.
FSPagingSealSignaturePagingSealAPStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:4631
FSCertVerifyResultReasonUnspecified
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:7820
FSLRStructureElementAttributeValueEnumFooter
Enum value: Footer.
Definition: FSPDFObjC.h:7455
FSCompareResultInfoCompareResultTypeInsertImage
Result type: insert image.
Definition: FSPDFObjC.h:6726
FSErrNoDocumentPermission
No document permission to operate.
Definition: FSPDFObjC.h:560
-[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:3547
FSXFAWidgetWidgetTypeImageEdit
XFA widget type: image edit.
Definition: FSPDFObjC.h:5704
FSAppProviderCallbackStringIDFunctionBuildIn
Sample message: "Function 's' is built-in.
Definition: FSPDFObjC.h:5500
FSHTML2PDFSettingDataEncodingFormatX_TAM_TMNEWS
Encoding foramt: "X-TAM-TMNEWS".
Definition: FSPDFObjC.h:7055
FSLRStructureElementAttributeValueEnumEnd
Enum value: End, which means the place for attribute Placement, or the alignment for attributes TextA...
Definition: FSPDFObjC.h:7401
-[FSColor isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSFixupData
Definition: FSPDFObjC.h:6572
FSErrLTVRevocationCallbackNotSet
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:525
FSFillerVkeyL
L key.
Definition: FSPDFObjC.h:4073
FSLRStructureElementAttributeValueEnumBoth
Enum value: Row, which means both row and column of a table.
Definition: FSPDFObjC.h:7445
FSSplitFileResultSplitFileSuccess
The state is split successfully.
Definition: FSPDFObjC.h:8561
FSLTVVerifierSignatureCreationTime
Use signature creation time.
Definition: FSPDFObjC.h:7949
-[FSXFADoc getPageCount]
int getPageCount()
Get XFA page count.
FSLayerPrintData
Definition: FSPDFObjC.h:3923
FSDocViewerPrefsPrintScaleAppDefault
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:5248
FSHTML2PDFSettingDataEncodingFormatKOI8R
Encoding foramt: "KOI8R".
Definition: FSPDFObjC.h:7011
FSAnnotationSummaryCallbackAnnotationSummaryStringIDDocumentTitle
Annotations summary string ID: specify the document title in result document. Default title is "Summa...
Definition: FSPDFObjC.h:8211
FSLRStructureElementAttributeValueTypeInt32
Value type: 32-bit signed integer.
Definition: FSPDFObjC.h:7465
FSPDFDocPermModify
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:5047
FSActionCallbackJsMailResult
FSActionCallbackJsMailResult
Enumeration for result of the mail.
Definition: FSPDFObjC.h:3753
FSPDFDocExtractPagesOptionAnnotation
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:5073
FSSignatureStateVerifyNoSupportWay
Unsupported signature.
Definition: FSPDFObjC.h:4388
FSJoinSplit
Definition: FSPDFObjC.h:7731
FSSignaturePAdESLevelBB
PAdES level: B-B.
Definition: FSPDFObjC.h:4452
FSDocProviderCallbackTextEncodingNone
No text encoding.
Definition: FSPDFObjC.h:5591
FSPDFXComplianceVersionPDFX1aPSOCoatedv3ECI
PDF/X-1a (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:6682
-[FSResultInformation getHitDataCount]
int getHitDataCount()
Get count of hit data.
FSSignatureAPFlagLabel
If set, show label on signature appearance.
Definition: FSPDFObjC.h:4414
FSFillerVkeyDelete
Delete key.
Definition: FSPDFObjC.h:4050
FSLRStructureElementAttributeTypeLineHeight
Attribute type: LineHeight, which means the element's preferred height, in the block-progression dire...
Definition: FSPDFObjC.h:7368
FSAppProviderCallbackBeepTypeQuestion
Beep type: question.
Definition: FSPDFObjC.h:5433
FSGraphicsObjectBlendHardlight
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:1400
FSStructObjectContentStructObjectTypeAnnot
Annot object.
Definition: FSPDFObjC.h:1687
FSPDFDocPwdOwner
An owner password is used in PDF document.
Definition: FSPDFObjC.h:5031
FSDocProviderCallbackPrintOptionShowDialog
If set, show printing dialog box.
Definition: FSPDFObjC.h:5574
FSAnnotSquiggly
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2362
FSFileFormatTypePDF
File format type: PDF.
Definition: FSPDFObjC.h:709
FSFillerVkeyH
H key.
Definition: FSPDFObjC.h:4069
FSPDFPage
Definition: FSPDFObjC.h:4719
FSPageLabelsUpperLetters
Page label style: uppercase letters.
Definition: FSPDFObjC.h:5289
FSSearchOptionWordMatching
FSSearchOptionWordMatching
Enumeration for word matching.
Definition: FSPDFObjC.h:3637
FSFloatingInfoResizeTypeNo
Resize type: may not be resized.
Definition: FSPDFObjC.h:3552
FSPrintParamsDuplexTypeDuplexFlipLongEdge
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: FSPDFObjC.h:3464
FSSignatureCallbackCertValid
Certificate is valid.
Definition: FSPDFObjC.h:4534
FSRectI
Definition: FSPDFObjC.h:346
FSSignatureStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:4383
FSXFAWidgetWidgetTypeTextEdit
XFA widget type: text edit.
Definition: FSPDFObjC.h:5709
FSActionCallbackLanguageSUO
Finnish.
Definition: FSPDFObjC.h:3712
FSSnapPointMgrFlagEndpoint
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:8488
FSColorSpaceLab
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:679
-[FSFont getFamilyName]
NSString * getFamilyName()
Retrieve the famliy name.
FSFloatingInfoOffScreenAllow
Off screen action: take no action.
Definition: FSPDFObjC.h:3558
FSLRStructureElementAttributeValueEnumPageNum
Enum value: PageNum (PDF2.0).
Definition: FSPDFObjC.h:7457
FSPDFDocEncryptCDRM
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:5042
FSAppProviderCallbackStringIDUnableSetVersion
Sample message: "Unable to set the value for property 'version'".
Definition: FSPDFObjC.h:5458
FSWatermarkTextProperties
Definition: FSPDFObjC.h:6244
FSLRStructureElementAttributeValueEnumPagination
Enum value: Pagination, which means pagination artifacts. Ancillary page features such as running hea...
Definition: FSPDFObjC.h:7450
FSXFAWidgetWidgetTypeDateTimeEdit
XFA widget type: date time edit.
Definition: FSPDFObjC.h:5700
FSSignatureAPFlagText
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:4421
+[FSPDFArray create]
FSPDFArray * create()
Create a new array object.
FSDateTime
Definition: FSPDFObjC.h:581
FSFillerVkeyS
S key.
Definition: FSPDFObjC.h:4080
FSBookmarkPosFirstChild
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:3775
FSXFAWidgetWidgetvAlignTypeTop
Align the text to the top of the available region.
Definition: FSPDFObjC.h:5739
FSStdSecurityHandlerModifyOwnerPassword
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6012
FSErrNotLoaded
Current object has not been loaded yet.
Definition: FSPDFObjC.h:496
FSOutputPreviewShowDeviceN
If set, only show with DeviceN.
Definition: FSPDFObjC.h:8288
FSPrintParamsBookletDuplexModeBackSideOnly
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: FSPDFObjC.h:3471
FSAppProviderCallbackBeepTypeStatus
Beep type: status.
Definition: FSPDFObjC.h:5434
FSLRStructureElementAttributeValueEnumUnderline
Enum value: Underline, which means a line below the text.
Definition: FSPDFObjC.h:7421
FSFreeText
Definition: FSPDFObjC.h:2748
-[FSRectFArray init]
id init()
Constructor.
FSBarcodeQRCorrectionLevelHigh
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1187
FSSquiggly
Definition: FSPDFObjC.h:2685
-[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:6010
FSDocProviderCallbackTextEncodingGB18030
Text encoding: GB18030.
Definition: FSPDFObjC.h:5595
FSSearchOptionWordMatchingMatchAnyWord
Word matching: match any word.
Definition: FSPDFObjC.h:3640
FSPDFDocSaveFlagXRefStream
Save document by using XRef stream.
Definition: FSPDFObjC.h:5060
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYY
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4877
FSOptimizerSettingsDiscardObjectsJavaScriptActions
Discard all JavaScript actions.
Definition: FSPDFObjC.h:6938
-[FSColorSpace getComponentCount]
int getComponentCount()
Get the count of components.
FSAppProviderCallbackStringIDWeekDayMon
String ID for case: Use string in local language for "Monday".
Definition: FSPDFObjC.h:5513
FSRenditionActionOpTypePlay
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:2130
FSParagraphEditingBulletTypeDiagonalUpRightArrow
Bullet type: diagonal up right arrow.
Definition: FSPDFObjC.h:7654
FSPDFObjectType
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:1202
FSActionCallbackJSMediaPlayerStateSuspend
media player state: Suspend.
Definition: FSPDFObjC.h:3743
FSPSInk
Definition: FSPDFObjC.h:2924
FSFillSign
Definition: FSPDFObjC.h:8047
FSLRStructureElementAttributeValueEnumJustify
Enum value: Justify, which means the alignment for attributes TextAlign/BlockAlign/RubyAlign.
Definition: FSPDFObjC.h:7419
FSLRElementElementTypeLink
Structure element type: Link, which represents an association between a portion of the ILSE's content...
Definition: FSPDFObjC.h:7291
FSSplitPDFDoc
Definition: FSPDFObjC.h:8604
FSXFADocEventTypePrePrint
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:5621
FSPDFNameTreeType
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:1572
FSProgressiveError
Progress state: any error occurs.
Definition: FSPDFObjC.h:729
-[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:5511
FSProgressiveToBeContinued
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:730
FSLRElementElementTypeHeading6
Structure element type: H6, which represents heading with level 6.
Definition: FSPDFObjC.h:7272
FSLRStructureElementAttributeValueEnumDisc
Enum value: Disc, which means solid circular bullet.
Definition: FSPDFObjC.h:7425
FSErrDiskFull
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:517
FSTextStateModeInvisible
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:1468
FSFieldFlagTextDoNotScroll
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:4253
FSFileAttachment
Definition: FSPDFObjC.h:2899
FSGraphState
Definition: FSPDFObjC.h:810
FSFileFormatTypeHTML
File format type: HTML.
Definition: FSPDFObjC.h:705
-[FSWidgetMenu subscript]
BOOL subscript()
(Only useful for rich text) Make the rich text as subscript.
FSFillerVkeyMenu
Menu key.
Definition: FSPDFObjC.h:4035
FSWatermarkSettingsFlags
FSWatermarkSettingsFlags
Enumeration for watermark setting flags.
Definition: FSPDFObjC.h:6205
FSAnnotStamp
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2364
FSLRStructureElementAttributeValueEnumOrdered
Enum value: Ordered (PDF 2.0), which means ordered lists with unspecified numbering.
Definition: FSPDFObjC.h:7434
FSAppProviderCallbackAppInfoVersion
Application information: version.
Definition: FSPDFObjC.h:5422
FSXFAWidget
Definition: FSPDFObjC.h:5751
FSPDFCompliance
Definition: FSPDFObjC.h:6707
FSLRStructureElementAttributeValueTypeEnumArray
Value type: an array of enum values.
Definition: FSPDFObjC.h:7470
FSFillerVkeyLeft
Left arrow key.
Definition: FSPDFObjC.h:4043
FSAnnotMKRelationNoIcon
No icon; captin only.
Definition: FSPDFObjC.h:2426
FSRenditionMediaPlayerType
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:1729
FSSplitDocumentInfo
Definition: FSPDFObjC.h:8526
FSRenditionMediaOptionMustBeHonored
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:1718
FSCertVerifyResultReasonAACompromise
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:7829
FSActionCallbackLanguageCHS
Chinese Simplified.
Definition: FSPDFObjC.h:3699
FSLRStructureElementAttributeValueEnumLrTb
Enum value: LtTb, which means inline progression from left to right; block progression from top to bo...
Definition: FSPDFObjC.h:7402
FSSignatureStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:4381
FSLRStructureElementAttributeValueEnumBates
Enum value: Bates (PDF2.0).
Definition: FSPDFObjC.h:7458
FSImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:6842
FSPDFXComplianceVersionPDFX3CoatedGRACoL2006
PDF/X-3 (Coated GRACoL 2006).
Definition: FSPDFObjC.h:6683
FSTiledWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:4910
FSCompareResultInfoCompareResultTypeInsertAnnot
Result type: insert annotation.
Definition: FSPDFObjC.h:6735
FSAppProviderCallbackMsgBoxIconType
FSAppProviderCallbackMsgBoxIconType
Enumeration for icon type of XFA message box.
Definition: FSPDFObjC.h:5545
FSHeaderFooterContentGeneratorDateFormatMDotDDotYY
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4871
FSFixupDataFixupStateSuccess
A fixup succeeded.
Definition: FSPDFObjC.h:6567
FSPDFStructTree
Definition: FSPDFObjC.h:1703
-[FSPDFNameTree getType]
FSPDFNameTreeType getType()
Get the type of current name tree.
-[FSLayerNode getViewUsage]
FSLayerTreeUsageState getViewUsage()
Get the state for viewing usage.
FSFloatingInfoOffScreenForceOnScreen
Off screen action: move or resize the window so that it is on-screen.
Definition: FSPDFObjC.h:3559
FSLTVVerifierVerifyModeAcrobat
Use Acrobat validation process.
Definition: FSPDFObjC.h:7956
FSTaggedPDFCallbackReportConfidenceLow
Report confidence: low.
Definition: FSPDFObjC.h:7571
FSLRStructureElementAttributeValueEnumAuto
Enum value: Auto.
Definition: FSPDFObjC.h:7417
FSHTML2PDFSettingDataEncodingFormatUTF_16LE
Encoding foramt: "UTF-16LE".
Definition: FSPDFObjC.h:7045
FSTextPageParseTextNormal
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:5871
FSTextSearchSearchMatchCase
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:5908
FSJoinSplitJoinSplitOperationTypeLink
Join spilt operation type: Link.
Definition: FSPDFObjC.h:7725
FSErrUnknownState
Any unknown state occurs.
Definition: FSPDFObjC.h:492
FSSignatureDocPermFillingFormSigningAndAnnotating
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:4462
FSLRStructureElementAttributeValueEnumInvalid
Invalid enum value.
Definition: FSPDFObjC.h:7394
-[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:7453
FSGraphicsObjectBlendSaturation
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1405
FSBarcodeFormat
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1172
FSFillSignFillSignObjectTypeSignature
Signature fill-sign object.
Definition: FSPDFObjC.h:8043
FSFillerVkeyNumpad9
9 key in the numeric keypad.
Definition: FSPDFObjC.h:4097
FSHTML2PDFSettingDataEncodingFormatCP1253
Encoding foramt: "CP1253".
Definition: FSPDFObjC.h:7019
-[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:4255
FSAssociatedFilesRelationshipFormData
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:3129
FSSignatureAPFlagFoxitEditorFlag
If set, show Foxit Editor content on signature appearance.
Definition: FSPDFObjC.h:4422
FSImageJPX
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:1128
FSLayerContextUsageExport
Use for exporting.
Definition: FSPDFObjC.h:3944
-[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:562
FSImageGIF
Image type is GIF.
Definition: FSPDFObjC.h:1126
FSSquare
Definition: FSPDFObjC.h:2710
FSFillerVkey6
6 key.
Definition: FSPDFObjC.h:4058
-[FSUInt32Array getSize]
int getSize()
Get the number of elements in the array.
FSFontCharsetArabic
Font charset: Arabic.
Definition: FSPDFObjC.h:884
FSFillerVkeyInsert
Insert key.
Definition: FSPDFObjC.h:4049
FSCompareResultInfoCompareResultTypeReplaceImage
Result type: replace image.
Definition: FSPDFObjC.h:6727
FSFillMode
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:632
FSErrMIPCreateProtectionHandlerFailed
MIP engine: create protection handler failed.
Definition: FSPDFObjC.h:564
FSAppProviderCallbackStringIDExpectedEndIf
Sample message: "Expected 'endif' instead of '%s'".
Definition: FSPDFObjC.h:5476
FSMediaSettingsPlayerWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:3587
-[FSRange isEmpty]
BOOL isEmpty()
Check whether current object is empty or not.
FSSplitFileResultArray
Definition: FSPDFObjC.h:8582
FSGraphicsObjects
Definition: FSPDFObjC.h:4655
FSAppProviderCallbackBeepTypeWarning
Beep type: warning.
Definition: FSPDFObjC.h:5432
FSAnnotFlagReadOnly
Annotation flag: read only.
Definition: FSPDFObjC.h:2390
FSHideAction
Definition: FSPDFObjC.h:2095
FSActionTypeJavaScript
Action type: JavaScript action.
Definition: FSPDFObjC.h:1915
FSXFAWidgetWidgethAlignTypeJustify
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:5731
FSTableCellDataColArray
This class represents an array of FSTableCellData objects,inserted in the order of the displayed tab...
Definition: FSPDFObjC.h:6306
FSMediaPlayerCallback-p
Definition: FSPDFObjC.h:8786
FSActionCallbackSearchScopeActiveDoc
Search scope: active document.
Definition: FSPDFObjC.h:3760
FSRedaction
Definition: FSPDFObjC.h:6266
FSErrNoComparisonModuleRight
No "Comparison" module right.
Definition: FSPDFObjC.h:539
-[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:4716
FSErrOCRTrialIsEnd
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:518
FSImageOrientationNone
No orientation.
Definition: FSPDFObjC.h:1133
FSStructElementElementInfoType
FSStructElementElementInfoType
Enumeration for structure element info type.
Definition: FSPDFObjC.h:1644
FSImageSettingsImageCompressQualityMinimum
Compression quality: Minimum.
Definition: FSPDFObjC.h:6834
FSAppProviderCallbackStringIDUnableSetPlatformValue
Sample message: "Unable to set the value for property 'platform'".
Definition: FSPDFObjC.h:5455
FSAnnotationSummarySettingsFontSizeSmall
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:8236
FSFillerVkeySnapshot
Print Screen key.
Definition: FSPDFObjC.h:4048
FSFileWriterCallback-p
Definition: FSPDFObjC.h:8717
FSLRStructureElementAttributeTypeListNumbering
Attribute type only for List: ListNumbering, which represents the numbering system to be used to gene...
Definition: FSPDFObjC.h:7378
FSFieldFlagRequired
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:4245
FSParagraphEditingBulletTypeNone
Bullet type: none.
Definition: FSPDFObjC.h:7647
-[FSLayerTree getDict]
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:1030
FSTrustedCertStoreCallback-p
Definition: FSPDFObjC.h:11262
FSLRStructureElementAttributeValueTypeFloat
Value type: float.
Definition: FSPDFObjC.h:7466
FSCustomEncryptData
Definition: FSPDFObjC.h:6092
FSDocProviderCallbackTextEncodingShiftJIS
Text encoding: ShiftJIS.
Definition: FSPDFObjC.h:5599
FSLRStructureElementAttributeTypeAttached
Attribute type: Attached, which specifies the edges of the page, if any, to which the artifact is log...
Definition: FSPDFObjC.h:7353
FSGraphicsObjectBlendHue
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1404
FSCompareResultInfoCompareResultTypeReplaceAnnot
Result type: replace annotation.
Definition: FSPDFObjC.h:6736
FSLRStructureElementAttributeValueEnumPB
Enum value: pb, which means push button.
Definition: FSPDFObjC.h:7438
FSSignatureKeyNameDN
Signature key name: distinguish name.
Definition: FSPDFObjC.h:4431
FSFloatingInfoWindowPositionCenterLeft
Window position: at the center left.
Definition: FSPDFObjC.h:3536
FSRangeFilter
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:833
FSAnnotFlagNoView
Annotation flag: no view.
Definition: FSPDFObjC.h:2389
-[FSFillSignObject getType]
FSFillSignFillSignObjectType getType()
Get fill-sign type.
FSCertVerifyResult
Definition: FSPDFObjC.h:7839
-[FSPSI getBitmap]
FSBitmap * getBitmap()
Get the canvas bitmap.
FSXFAWidgetWidgetTypeImage
XFA widget type: image.
Definition: FSPDFObjC.h:5712
FSXFADocEventTypeUnknown
Event type: Unknown.
Definition: FSPDFObjC.h:5619
FSAnnotMKRelationCaptionOvrlayOnIcon
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:2432
FSPageNumberRange
Definition: FSPDFObjC.h:4793
FSComparisonCompareType
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:6794
FSHTML2PDFSettingDataEncodingFormatUTF_16BE
Encoding foramt: "UTF-16BE".
Definition: FSPDFObjC.h:7044
-[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:7050
FSImageOrientationRotate90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:1139
FSHTML2PDFSettingDataEncodingFormatUTF7
Encoding foramt: "UTF7".
Definition: FSPDFObjC.h:7041
FSSignatureFieldMDPAction
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:4465
-[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:3545
FSAppProviderCallbackStringIDMonthApril
String ID for case: Use string in local language for "April".
Definition: FSPDFObjC.h:5522
FSFontCharsetThai
Font charset: Thai.
Definition: FSPDFObjC.h:878
FSMediaPlayerCallbackJSMediaPlayerStateOpen
media player state: Open.
Definition: FSPDFObjC.h:3688
FSSignatureStates
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:4380
FSFillerVkeyDown
Down arrow key.
Definition: FSPDFObjC.h:4046
FSPDFXComplianceVersionPDFX4AndCLLVISOCoatedv2ECI
PDF/X-4 and create language layer views (ISO Coated v2 (ECI))).
Definition: FSPDFObjC.h:6691
FSAppProviderCallbackStringIDMonthSep
String ID for case: Use string in local language for "September".
Definition: FSPDFObjC.h:5527
FSOutputPreviewShowType
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:8280
FSLRElementElementTypeWarichuText
Structure element type: WT, which means "Warichu text" and represents the smaller-size text of a wari...
Definition: FSPDFObjC.h:7298
FSAppProviderCallbackStringIDCannotCovertToObject
Sample message: "%s.%s cannot covert to object".
Definition: FSPDFObjC.h:5483
FSSecurityCallback-p
Definition: FSPDFObjC.h:10274
FSAppProviderCallbackStringIDUnableSetValidationsEnabledValue
Sample message: "Unable to set the value for property 'validationsEnabled'".
Definition: FSPDFObjC.h:5456
FSOutputPreviewShowDevice
If set, only show with Device.
Definition: FSPDFObjC.h:8298
-[FSPDFNameTree removeAllObjs]
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
FSFontMapperCallback-p
Definition: FSPDFObjC.h:11292
FSPosCenterRight
Position: center right.
Definition: FSPDFObjC.h:644
FSFullTextSearchRankHitCountASC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6442
FSAppProviderCallbackStringIDDivideZero
Sample message: "Divide by zero".
Definition: FSPDFObjC.h:5482
FSLRStructureElementAttributeTypeDirection
(Reserved) Attribute type: Direction.
Definition: FSPDFObjC.h:7388
FSXFADocXDP
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:5627
FSHTML2PDFSettingDataEncodingFormatTAB
Encoding foramt: "TAB".
Definition: FSPDFObjC.h:7038
FSPagingSealConfigPagingSealPositionLeft
Left Paging Seal.
Definition: FSPDFObjC.h:4597
FSPrintParamsBookletDuplexModeBothSides
Booklet Duplex Mode: automatically prints both sides of the paper.
Definition: FSPDFObjC.h:3469
FSSignatureAPFlagLocation
If set, show location on signature appearance.
Definition: FSPDFObjC.h:4418
FSCertVerifyResultCertStatus
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:7811
FSAnnotFlagInvisible
Annotation flag: invisible.
Definition: FSPDFObjC.h:2384
-[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:7152
FSSignatureVerifyResultLTVState
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:7977
FSComplianceEngineViewOrPrintConditionPSOCoatedv3ECI
Viewing or printing condition: PSO Coated v3 (ECI).
Definition: FSPDFObjC.h:6466
FSFillSignFillSignObjectTypeDot
Dot fill-sign object.
Definition: FSPDFObjC.h:8042
FSRotation
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:610
FSBitmapQuadratic
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1088
FSCaret
Definition: FSPDFObjC.h:2888
FSDWG2PDFSettingDataFlagTTFTextAsGeometry
Bit 2. Enable TTF font text to geometry conversion.
Definition: FSPDFObjC.h:7133
FSOutputPreviewColorantTypeProcess
Colorant type: process.
Definition: FSPDFObjC.h:8308
FSLRStructureElementAttributeValueEnumLineThrough
Enum value: LineThrough, which means a line through the middle of the text.
Definition: FSPDFObjC.h:7423
FSCompareResultInfoCompareResultTypeInsertText
Result type: insert text.
Definition: FSPDFObjC.h:6723
FSOutputPreviewColorantType
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:8307
FSFillSignFillSignObjectTypeCrossMark
Cross mark fill-sign object.
Definition: FSPDFObjC.h:8038
FSAppProviderCallbackStringIDNotFoundFunction
Sample message: "Cannot find function '%s'".
Definition: FSPDFObjC.h:5493
-[FSSound getSampleEncodingFormat]
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
FSPagingSealSignaturePagingSealAPStateValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4633
FSAnnotPolyLine
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2359
FSPDFPageArtBox
Art Box for page boundary.
Definition: FSPDFObjC.h:4700
FSPreflightSettingDataOperateTypeSingleFixups
Opearte type: single fixups.
Definition: FSPDFObjC.h:6499
FSFillerVkeyNumpad8
8 key in the numeric keypad.
Definition: FSPDFObjC.h:4096
FSFillerEventFlagMiddleButtonDown
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:4126
FSLRStructureElementAttributeTypeVersion
(Reserved) Attribute type: Version, which represents schema version of layout recognition engine.
Definition: FSPDFObjC.h:7390
FSAppProviderCallbackStringIDMonthJuly
String ID for case: Use string in local language for "July".
Definition: FSPDFObjC.h:5525
-[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:4865
FSFieldTypeRadioButton
Form field type: radio button.
Definition: FSPDFObjC.h:4236
FSFontFontTypeCIDFont
Font type: CID font.
Definition: FSPDFObjC.h:918
FSMediaPlayerCallbackJSMediaPlayerStatePlaying
media player state: Playing.
Definition: FSPDFObjC.h:3690
-[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:5729
-[FSTextSearch getMatchPageIndex]
int getMatchPageIndex()
Get the page index, to which current match belongs.
FSHTML2PDFSettingDataEncodingFormatUTF_32LE
Encoding foramt: "UTF-32LE".
Definition: FSPDFObjC.h:7047
FSMarkup
Definition: FSPDFObjC.h:2592
FSResponseTypeOCSP
OCSP response.
Definition: FSPDFObjC.h:7773
FSAppProviderCallbackStringIDValidateNullError
Sample message: "%s cannot be left blank.".
Definition: FSPDFObjC.h:5534
FSAnnotAppearanceTypeNormal
Annotation's normal appearance.
Definition: FSPDFObjC.h:2436
FSAppProviderCallbackStringIDValueExcalmatory
Sample message: "Value!".
Definition: FSPDFObjC.h:5447
FSPDFAComplianceVersionPDFA1b
PDF/A-1b.
Definition: FSPDFObjC.h:6632
FSWatermarkTextPropertiesFontStyleNormal
Watermark font style: normal.
Definition: FSPDFObjC.h:6240
FSAppProviderCallbackMsgBoxButtonType
FSAppProviderCallbackMsgBoxButtonType
Enumeration for button type of XFA message box.
Definition: FSPDFObjC.h:5552
FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYYYY
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4878
FSPagingSealSignature
Definition: FSPDFObjC.h:4637
FSTabOrderMgr
Definition: FSPDFObjC.h:6168
FSWrapperData
Definition: FSPDFObjC.h:4936
FSComplianceEngineViewOrPrintCondition
FSComplianceEngineViewOrPrintCondition
Enumeration for viewing or printing condition.
Definition: FSPDFObjC.h:6461
FSPDFObjectBoolean
PDF boolean object.
Definition: FSPDFObjC.h:1204
FSActionNewWindowFlag
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:1922
-[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:4634
FSSignatureAPFlagFoxitFlag
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:4413
FSCombinationCombineDocsOptionPageLabels
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8145
FSAppProviderCallbackStringIDMonthJan
String ID for case: Use string in local language for "January".
Definition: FSPDFObjC.h:5519
FSActionCallbackAppInfoTypeViewerType
Application's viewer type information.
Definition: FSPDFObjC.h:3718
FSSignatureSignatureTypeOrdinary
Signature type: ordinary.
Definition: FSPDFObjC.h:4444
FSDefaultAppearanceFlagFontSize
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2198
FSStructObjectContentStructObjectTypeInvalid
Invaild object.
Definition: FSPDFObjC.h:1684
FSErrComplianceEngineInvalidUnlockCode
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:521
FSFillerVkey8
8 key.
Definition: FSPDFObjC.h:4060
FSAppProviderCallbackStringIDOutOfArrayRange
Sample message: "Out of the range of '%s' array".
Definition: FSPDFObjC.h:5495
FSParagraphEditingNumberingTypeDecimalDot
Numbering type: 1. 2. 3.
Definition: FSPDFObjC.h:7660
FSBorderInfoDashed
Border style: Dashed.
Definition: FSPDFObjC.h:2255
FSFontStdIDHelvetica
Standard font: Helvetica.
Definition: FSPDFObjC.h:902
-[FSWidgetMenu canPaste]
BOOL canPaste()
Check if the text of related XFA widget can be pasted.
FSSignatureCallbackCertUnsupportType
Certificate is unsupport type.
Definition: FSPDFObjC.h:4536
FSXFAWidgetWidgetVAlignType
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:5738
FSLRElementElementTypeShadingObject
Structure element type: ShadingObject, which means shading graphics object element.
Definition: FSPDFObjC.h:7310
FSFillerVkeyV
V key.
Definition: FSPDFObjC.h:4083
FSLRStructureElementAttributeTypeColumnGap
Attribute type: ColumnGap, which represents the desired space between adjacent columns,...
Definition: FSPDFObjC.h:7376
-[FSLayerContext getUsageType]
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
FSActionNewWindowFlagFalse
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:1923
FSPDFObjectString
PDF string object.
Definition: FSPDFObjC.h:1206
FSLRStructureElementAttributeTypePadding
Attribute type: Padding, which specifies an offset to account for the separation between the element'...
Definition: FSPDFObjC.h:7355
FSLocaleIDFrance
Locale ID for country: France.
Definition: FSPDFObjC.h:695
FSAppProviderCallbackStringIDInvalidateInstruction
Sample message: "Invalidate instruction".
Definition: FSPDFObjC.h:5489
FSTaggedPDFCallbackReportCategoryTocItem
Report category type: toc item.
Definition: FSPDFObjC.h:7563
FSAppProviderCallbackAppInfoPlatform
Application information: platform.
Definition: FSPDFObjC.h:5424
FSDocViewerPrefsDisplayDocTitle
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:5257
-[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:6213
FSAppProviderCallbackStringIDWeekDaySun
String ID for case: Use string in local language for "Sunday".
Definition: FSPDFObjC.h:5512
-[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:6826
FSLRStructureElementAttributeTypeSpaceAfter
Attribute type: SpaceAfter, which represents the amount of extra space following the after edge of th...
Definition: FSPDFObjC.h:7358
FSIconFitScaleWayAlways
Always scale.
Definition: FSPDFObjC.h:2324
FSFloatingInfoOffScreenAction
FSFloatingInfoOffScreenAction
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: FSPDFObjC.h:3557
FSImageOrientationRotate270FlipH
First rotate 90 in counter-clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1140
FSTextPageCharInfoHyphen
Character flag: Hyphen.
Definition: FSPDFObjC.h:5843
FSErrCanNotConnectToServer
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:499
FSPDFXComplianceVersionPDFX3PSOCoatedv3ECI
PDFX-3 (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:6686
FSHTML2PDFSettingDataEncodingFormatEUC
Encoding foramt: "EUC".
Definition: FSPDFObjC.h:7007
FSHTML2PDFSettingDataEncodingFormatHZ_GB_2312
Encoding foramt: "HZ-GB-2312".
Definition: FSPDFObjC.h:7049
-[FSPagingSealSignature generateAppearance]
BOOL generateAppearance()
Generate the appearance of paging seal signature.
FSFloatingInfoWindowPositionCenter
Window position: at the center.
Definition: FSPDFObjC.h:3537
FSLayerZoomData
Definition: FSPDFObjC.h:3883
FSTableBorderInfoTableBorderStyleDashed
Table border style: Dashed.
Definition: FSPDFObjC.h:6283
FSMonoImageSettingsMonoImageCompressMode
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:6869
FSPDFDocDisplayUseOutlines
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:5087
FSMediaSettingsPlayerWindowType
FSMediaSettingsPlayerWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:3585
-[FSJoinSplit exitJoinEditing]
void exitJoinEditing()
Exit join split editing.
FSFillSignObject
Definition: FSPDFObjC.h:8064
FSErrCanNotSetACL
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:506
FSPDFPageCalcContentsBox
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:4686
FSAppProviderCallbackMsgBoxButtonID
FSAppProviderCallbackMsgBoxButtonID
Enumeration for button ID of XFA message box.
Definition: FSPDFObjC.h:5559
FSLRStructureElementAttributeValueTypeEmpty
Empty value type.
Definition: FSPDFObjC.h:7463
FSLRStructureElementAttributeValueEnumAfter
Enum value: After, which means the alignment for attribute BlockAlign or the placement for attribute ...
Definition: FSPDFObjC.h:7399
FSSearchOptionWordMatchingMatchPhrase
Word matching: match phrase.
Definition: FSPDFObjC.h:3638
FSFontCIDCharset
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:888
FSFillerVkeyI
I key.
Definition: FSPDFObjC.h:4070
FSSignatureLabelNameSignTime
Signature label name for sign time.
Definition: FSPDFObjC.h:4476
-[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:7066
FSFillerVkeyMultiply
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:4098
FSBitmapDIBCmyk
DIB format: 32bpp CMYK format, with bits order "Cyan, Magenta, Yellow, Black". Cyan is in the lowest ...
Definition: FSPDFObjC.h:1078
FSPrintParamsPrintHandling
FSPrintParamsPrintHandling
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3487
FSCombineDocumentInfo
Definition: FSPDFObjC.h:8103
FSStructMarkedContent
Definition: FSPDFObjC.h:1668
FSPDFXComplianceVersionPDFX3JapanColor2001Coated
PDF/X-3 (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:6685
FSFontCharsetGB2312
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:876
FSAdditionalActionTriggerAnnotMouseButtonReleased
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:2165
FSSignatureStateVerifyTimestampDoc
The signature is a time stamp signature.
Definition: FSPDFObjC.h:4400
FSTableCellDataArray
Definition: FSPDFObjC.h:6326
FSTableGenerator
Definition: FSPDFObjC.h:6415
FSFontStdIDCourier
Standard font: Courier.
Definition: FSPDFObjC.h:898
FSAdditionalActionTriggerAnnotPageVisible
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:2170
FSPDFStreamCCITTFaxDecode
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:1261
FSPDFDocPwdInvalid
The password is invalid.
Definition: FSPDFObjC.h:5028
FSModuleNameOffice2PDF
Name for module "Office2PDF".
Definition: FSPDFObjC.h:668
-[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:3780
-[FSFloatArray removeAll]
void removeAll()
Clean up the array.
FSLRStructureElementAttributeValueEnumCenter
Enum value: Center, which means the alignment for attributes TextAlign/InlineAlign/RubyAlign.
Definition: FSPDFObjC.h:7418
FSAdditionalActionTriggerAnnotLoseInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:2167
FSPDFDocPwdUser
A user password is used in PDF document.
Definition: FSPDFObjC.h:5030
FSFillerVkeyK
K key.
Definition: FSPDFObjC.h:4072
FSCompareResultInfoCompareResultTypeDeleteAnnot
Result type: delete annotation.
Definition: FSPDFObjC.h:6734
FSGotoAction
Definition: FSPDFObjC.h:1949
FSErrUnsupported
Some types are not supported.
Definition: FSPDFObjC.h:485
FSAppProviderCallbackMsgBoxIconError
Message box icon: Error.
Definition: FSPDFObjC.h:5546
-[FSXFADoc killFocus]
void killFocus()
Kill the focus of XFA widget.
FSActionTypeSound
Action type: sound action.
Definition: FSPDFObjC.h:1908
FSAppProviderCallbackStringIDSOMExpectedList
Sample message: "SOM expression returned list when single result was expected".
Definition: FSPDFObjC.h:5507
FSRichTextStyle
Definition: FSPDFObjC.h:2227
FSParagraphEditingNumberingTypeLowerLatinRParen
Numbering type: a) b) c)
Definition: FSPDFObjC.h:7663
FSFillerEventFlagMetaKey
Event flag: meta key.
Definition: FSPDFObjC.h:4122
FSFillerVkeySpace
Space key.
Definition: FSPDFObjC.h:4038
FSTaggedPDFCallbackReportCategoryListItem
Report category type: list item.
Definition: FSPDFObjC.h:7558
FSDocProviderCallbackPageViewEventTypeAllRemoved
Event type: all page views are removed.
Definition: FSPDFObjC.h:5608
-[FSParagraphEditing selectAll]
BOOL selectAll()
Select all text.
FSRenditionMediaOptionType
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:1717
FSPDFPageParseFlags
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:4680
FSHTML2PDFSettingDataEncodingFormatCP1251
Encoding foramt: "CP1251".
Definition: FSPDFObjC.h:7017
-[FSProgressive resume]
FSProgressiveState resume()
Continue the progressive process.
FSTextStateModeFillClip
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:1469
FSFillerVkeyF
F key.
Definition: FSPDFObjC.h:4067
FSDocProviderCallbackSubmitInXFD
The submit data is packaged in XFD format, as described in XFDF.
Definition: FSPDFObjC.h:5586
FSHTML2PDFSettingDataEncodingFormatX_KDDI_ISO_2022_JP
Encoding foramt: "X-KDDI-ISO-2022-JP".
Definition: FSPDFObjC.h:7060
FSImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:6830
FSPDFPageTrimBox
Trim Box for page boundary.
Definition: FSPDFObjC.h:4699
FSModuleNamePrint2PDF
Name for module "Print2PDF".
Definition: FSPDFObjC.h:669
FSColorSpaceCalGray
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:677
FSFieldFlagChoiceCommitOnSelChange
(Only useful for choice field) If set, the new value is committed as soon as a selection is made with...
Definition: FSPDFObjC.h:4259
FSFieldFlagButtonNoToggleToOff
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:4247
FSCertVerifyResultReasonAffiliationChanged
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:7823
FSFillerVkeyF6
F6 key.
Definition: FSPDFObjC.h:4109
FSAppProviderCallbackMsgBtnIDYes
Message box button ID: Yes.
Definition: FSPDFObjC.h:5563
FSPDFDocSaveFlagNoUpdatingMetadataDateTime
Save document without updating metadata "ModDate" and "CreationDate".
Definition: FSPDFObjC.h:5063
FSCompareResultInfoCompareResultType
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:6720
FSLRElementElementTypeListLabel
Structure element type: Lbl, which means "Label" and represents a name or number that distinguishes a...
Definition: FSPDFObjC.h:7276
FSAdditionalActionTriggerEvent
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:2150
FSOutputPreviewShowGray
If set, only show with Gray.
Definition: FSPDFObjC.h:8293
FSErrSuccess
Success, and no error occurs.
Definition: FSPDFObjC.h:476
-[FSParagraphEditing cutSelected]
BOOL cutSelected()
Cut the selected text.
FSPDFDocEncryptUnknown
Unknown encryption type.
Definition: FSPDFObjC.h:5035
FSSignatureCallbackCertValidity
FSSignatureCallbackCertValidity
Enumeration for certificate validity.
Definition: FSPDFObjC.h:4533
-[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:2129
FSErrParam
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:484
FSFillerAssistCallback-p
Definition: FSPDFObjC.h:10053
FSFillerVkeyG
G key.
Definition: FSPDFObjC.h:4068
FSLRStructureElementAttributeValueEnumTop
Enum value: Top, which means top edge of the page.
Definition: FSPDFObjC.h:7447
FSXFAWidgetWidgetNameTypeField
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:5724
FSMonoImageSettingsImageCompressCCITT4
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:6871
FSXFAWidgetWidgetTypeBarcode
XFA widget type: barcode.
Definition: FSPDFObjC.h:5696
-[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:2360
FSImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:6847
FSHTML2PDFSettingDataScalingModeEnlarge
Page scaling: Enlarge. It means PDF page will be enlarged to HTML content size. In this mode,...
Definition: FSPDFObjC.h:6984
-[FSSignatureVerifyResult getOCSPSigantureVerifyResults]
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
FSAppProviderCallbackStringIDBadSuffix
Sample message: "Bad suffix on number".
Definition: FSPDFObjC.h:5464
FSAnnotationSummaryCallbackAnnotationSummaryStringIDPage
Annotations summary string ID: specify the prefix when page information is outputed in result documen...
Definition: FSPDFObjC.h:8209
-[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:7031
FSActionCallbackAppInfoTypeViewerVariation
Application's viewer variation information.
Definition: FSPDFObjC.h:3719
FSSignatureCallbackCertExpired
Certificate is expired.
Definition: FSPDFObjC.h:4535
FSReplaceCallback-p
Definition: FSPDFObjC.h:11416
FSOutputPreviewShowSolidColor
If set, only show solid color.
Definition: FSPDFObjC.h:8300
FSLRStructureElementAttributeValueEnumDashed
Enum value: Dashed, which means the border is a series of short line segments.
Definition: FSPDFObjC.h:7409
FSShadingColor
Definition: FSPDFObjC.h:2494
-[FSTextSearch findPrev]
BOOL findPrev()
Search for previous matched pattern.
FSTaggedPDFCallbackReportConfidence
FSTaggedPDFCallbackReportConfidence
Enumeration for report confidence used for tag PDF document.
Definition: FSPDFObjC.h:7566
FSTiledWatermarkSettingsFlagAsAnnot
If set, the watermark will be an annotation when inserted to a PDF page, and the watermark will be sh...
Definition: FSPDFObjC.h:4909
FSOptimizerSettingsDiscardObjectsEmbeddedPrintSettings
Discard embedded print settings.
Definition: FSPDFObjC.h:6940
FSParagraphEditingBulletTypeBlackDiamondMinusWhite
Bullet type: black diamond minus white.
Definition: FSPDFObjC.h:7655
-[FSSignatureFillSignObject isInitialsType]
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
FSStructObjectContentStructObjectTypeImage
Image object.
Definition: FSPDFObjC.h:1685
FSActionCallbackLanguageDEU
German.
Definition: FSPDFObjC.h:3702
FSTextPageCharInfoUnknown
Character flag: Unknown.
Definition: FSPDFObjC.h:5839
FSLRElementElementTypeFormula
Structure element type: Formula, which represents a mathematical formula.
Definition: FSPDFObjC.h:7304
FSErrCanNotGetClientID
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:512
FSPreflightReportSettingDataReportFileFormatTypeTxt
Report file format type: TXT & TEXT.
Definition: FSPDFObjC.h:6523
FSTextPageTextOrderFlag
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:5876
-[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:8287
FSAdditionalActionTriggerDocSaved
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:2155
-[FSSound getChannelCount]
int getChannelCount()
Get the count of sound channels.
FSImage
Definition: FSPDFObjC.h:1144
-[FSAttachments removeAllEmbeddedFiles]
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSMarkupState
FSMarkupState
Enumeration for markup annotation's state.
Definition: FSPDFObjC.h:2558
FSRenditionActionOperationType
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:2124
FSTableBorderInfo
Definition: FSPDFObjC.h:6286
FSBorderInfoSolid
Border style: Solid.
Definition: FSPDFObjC.h:2254
FSActionCallbackJSFieldValueChangedByFormat
javascript field value changed type: format.
Definition: FSPDFObjC.h:3731
FSFillerAssistCallbackPopupMenuItemCopy
Popup menu item: "Copy".
Definition: FSPDFObjC.h:4020
FSAnnotAppearanceType
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:2435
FSSignatureCallbackCertDataError
Certificate's data is error.
Definition: FSPDFObjC.h:4537
FSCombinationCombineDocsOptionMarkInfos
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8144
FSLRStructureElementAttributeTypeGlyphOrientationVertical
Attribute type: GlyphOrientationVertical, which specifies the orientation of glyphs when the inline-p...
Definition: FSPDFObjC.h:7374
-[FSParagraphEditing canCopy]
BOOL canCopy()
Check whether can copy text.
FSReflowPage
Definition: FSPDFObjC.h:5358
FSSplitFileResultSplitFileErrFileExist
The state is failed due to file exist.
Definition: FSPDFObjC.h:8563
FSAnnotHighlightingNone
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:2397
FSPDFDocPermAnnotForm
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:5049
FSTableCellIndexArray
An array of table cell index.
Definition: FSPDFObjC.h:6366
FSAppProviderCallbackAppInfoName
Application information: name.
Definition: FSPDFObjC.h:5426
FSLTVVerifierSignatureTSTTime
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:7950
FSPagingSeal
Definition: FSPDFObjC.h:3022
FSDocProviderCallbackInvalidateFlagCurrentPage
Invalidate current page.
Definition: FSPDFObjC.h:5570
FSPortfolioInitialViewDetailMode
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:8440
FSFillerEventFlagCommand
Event flag: the command key.
Definition: FSPDFObjC.h:4128
FSActionCallbackLayoutModeContinuousFacing
Layout mode: continuous two pages.
Definition: FSPDFObjC.h:3750
FSAssociatedFilesRelationshipSource
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:3124
FSFieldFlagNoExport
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:4246
FSPrintParamsPrintContentDocument
Print Content: print the document contents, not comments.
Definition: FSPDFObjC.h:3457
FSFontStyleAllCap
Font style: all cap.
Definition: FSPDFObjC.h:865
FSHTML2PDFSettingDataEncodingFormatISO_8859_5
Encoding foramt: "ISO-8859-5".
Definition: FSPDFObjC.h:6995
FSFloatingInfoResizeTypeYes
Resize type: may be resized without preserving the aspect ratio.
Definition: FSPDFObjC.h:3554
FSPDFDocInsertDocOptionAttachments
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:5082
FSLayerTreeStateOFF
The state is OFF.
Definition: FSPDFObjC.h:3902
FSAdditionalActionTriggerAnnotPageInvisible
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:2171
FSSubmitFormActionFlagIncludeAppendSaves
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:2050
FSSnapPointMgrFlagNearestPoint
If set, that means to get the nearest point (which is in a path) to the specified point.
Definition: FSPDFObjC.h:8491
FSTextPageCharInfoUnUnicode
Character flag: UnUnicode.
Definition: FSPDFObjC.h:5842
FSPortfolioFileNode
Definition: FSPDFObjC.h:8390
FSPDFNameTreePages
"Pages" name tree.
Definition: FSPDFObjC.h:1576
FSHeaderFooterContentGeneratorDateFormatMMSlashYYYY
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4870
FSGraphicsObjectBlendColor
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:1406
FSAnnotationSummaryCallbackAnnotationSummaryStringIDNoAnnotations
Annotations summary string ID: specify the string used as content in result document when a page does...
Definition: FSPDFObjC.h:8213
FSImageObject
Definition: FSPDFObjC.h:1499
FSPortfolioInitialViewHidden
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:8442
FSBorderInfoInset
Border style: Inset.
Definition: FSPDFObjC.h:2258
FSPDFPageCalcDetection
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:4687
FSPageBasicInfo
Definition: FSPDFObjC.h:4976
FSPSICallback-p
Definition: FSPDFObjC.h:10256
FSDocViewerPrefsPrintScale
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:5246
FSDestinationZoomFitVert
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:1862
FSBarcodeFormatEAN8
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1175
FSAppProviderCallbackStringIDSubmitValidateNullError
Sample message: "At least one required field was empty. Please fill in the required fields(highlighte...
Definition: FSPDFObjC.h:5540
FSFontCIDCharsetGB1
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:890
FSFileStreamCallback-p
Definition: FSPDFObjC.h:8747
-[FSSignatureVerifyResult getTSTSignatureVerifyResult]
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
FSHTML2PDFSettingDataEncodingFormatMACINTOSH
Encoding foramt: "MACINTOSH".
Definition: FSPDFObjC.h:7040
FSTabOrderMgrColumn
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:6164
FSHeaderFooterContentGeneratorPageNumberFormat
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:4883
FSPDFNameTree
Definition: FSPDFObjC.h:1580
FSPDFAComplianceVersionPDFA1bWithoutFBC
PDF/A-1b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:6639
FSErrOCREngineNotInit
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:516
FSAdditionalActionTriggerAnnotCursorExit
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:2163
FSLRStructureElementAttributeValueTypeWStr
Value type: wide string.
Definition: FSPDFObjC.h:7468
FSPDFPageBleedBox
Bleed Box for page boundary.
Definition: FSPDFObjC.h:4701
FSSignatureStateVerifyTimestampNone
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:4399
FSPDFPageParsePageTextOnly
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:4682
FSSignatureLabelNameSigner
Signature label name for signer.
Definition: FSPDFObjC.h:4473
FSImageSettingsStretchInterpol
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:6844
FSSnappedPointTypeIntersectionPoint
Snapped point type: intersection point, which means the snapped point is the intersection of two inte...
Definition: FSPDFObjC.h:8470
-[FSParagraphEditing indent]
void indent()
Increase indent for text.
FSSignatureStateVerifyTimestampValid
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:4401
FSTextPageCharInfoTextCharFlag
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:5838
FSFillerVkeyM
M key.
Definition: FSPDFObjC.h:4074
FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYY
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4861
FSRenditionAction
Definition: FSPDFObjC.h:2133
FSHTML2PDFSettingDataEncodingFormatISO_8859_11
Encoding foramt: "ISO-8859-11".
Definition: FSPDFObjC.h:7026
FSSignaturePAdESLevel
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:4449
FSAppProviderCallbackStringIDValidateError
Sample message: "The value you entered for %s is invalid.".
Definition: FSPDFObjC.h:5536
FSLRStructureElementAttributeValueEnumLowerAlpha
Enum value: LowerAlpha, which means lowercase letters (a, b, c, ...).
Definition: FSPDFObjC.h:7432
FSFontStyleFixedPitch
Font style: fixed pitch.
Definition: FSPDFObjC.h:859
FSLRStructureElementAttributeValueEnumUpperAlpha
Enum value: UpperAlpha, which means uppercase letters (A, B, C, ...).
Definition: FSPDFObjC.h:7431
FSErrNo3DModuleRight
No "3D" module right.
Definition: FSPDFObjC.h:558
-[FSLRContentElement getMatrix]
FSMatrix2D * getMatrix()
Get matrix.
FSSubmitFormActionFlagCanonicalFormat
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:2053
FSReflowPageNoTruncate
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:5355
-[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:7364
FSPDFEComplianceVersion
FSPDFEComplianceVersion
Enumeration for PDF/E version.
Definition: FSPDFObjC.h:6657
FSMarkupMeasureTypeS
Measurement of the slope of a line.
Definition: FSPDFObjC.h:2589
FSLRStructureElementAttributeTypeTableHeaderScope
Attribute type only for Table: Scope, which indicates whether the header cell applies to the rest of ...
Definition: FSPDFObjC.h:7385
FSXFADocDynamic
XFA document type: Dynamic.
Definition: FSPDFObjC.h:5625
FSHTML2PDFSettingDataEncodingFormatBIG5
Encoding foramt: "BIG5".
Definition: FSPDFObjC.h:7002
FSErrNotCDRM
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:498
FSBitmapInterpolationFlag
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:1086
FSAdditionalActionTriggerFieldWillFormat
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:2159
FSMonoImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:6884
FSRendererColorMode
FSRendererColorMode
Enumeration for rendering color mode.
Definition: FSPDFObjC.h:3059
FSRotationPointCenter
Rotate the text block based on the center point.
Definition: FSPDFObjC.h:619
-[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:3940
FSModuleName
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:650
FSStructElementElementInfoTypeActualText
Structure element info type: Actual Text, which means the actual text of structure element.
Definition: FSPDFObjC.h:1649
-[FSFiller onDelete]
BOOL onDelete()
Call this function when the popup menu item "Delete" is down.
FSImageUnknown
Unknown image type.
Definition: FSPDFObjC.h:1121
FSProgressive
Definition: FSPDFObjC.h:734
FSComparisonCompareTypeAnnotation
Compare annotation only.
Definition: FSPDFObjC.h:6797
FSDocProviderCallbackPageViewEventTypeAdded
Event type: after a page view is added.
Definition: FSPDFObjC.h:5606
-[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:3943
FSParagraphEditingUndoItem
Definition: FSPDFObjC.h:7633
FSChoiceOption
Definition: FSPDFObjC.h:4193
-[FSLayerNode getDict]
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
FSSignatureFillSignObject
Definition: FSPDFObjC.h:8091
-[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:5475
-[FSGraphicsObjectArray getSize]
int getSize()
Get the number of elements in the array.
FSFillerVkey9
9 key.
Definition: FSPDFObjC.h:4061
FSLRElementElementTypeBlockQuote
Structure element type: BlockQuote, which means "Block quotation" and represents a portion of text co...
Definition: FSPDFObjC.h:7255
FSResultInformation
Definition: FSPDFObjC.h:6615
FSLRElementElementType
FSLRElementElementType
Enumeration for standard structure types.
Definition: FSPDFObjC.h:7248
FSLRStructureElementAttributeValueEnumWarichu
Enum value: Warichu, which means the RT and associated RP elements are to be formatted as a warichu,...
Definition: FSPDFObjC.h:7397
FSWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:6208
FSPDFDocEncryptCustom
Encryption type: customized encryption.
Definition: FSPDFObjC.h:5040
FSFileSpec
Definition: FSPDFObjC.h:3833
FSFieldFlags
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:4243
FSAppProviderCallbackMsgBoxIconStatus
Message box icon: Status.
Definition: FSPDFObjC.h:5549
FSActionCallbackJSMailResultSuccess
Mailed result: mail success.
Definition: FSPDFObjC.h:3755
FSHTML2PDFSettingDataEncodingFormatBIG5_CP950
Encoding foramt: "BIG5-CP950".
Definition: FSPDFObjC.h:7009
FSHTML2PDFSettingDataEncodingFormatCNS
Encoding foramt: "CNS".
Definition: FSPDFObjC.h:7008
FSRenditionFloatingWindowResizeTypeNo
May not be resized.
Definition: FSPDFObjC.h:1769
FSTextStateModeStrokeClip
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:1470
FSLRContext
Definition: FSPDFObjC.h:7540
FSMediaPlayer
Definition: FSPDFObjC.h:1843
FSErrFilePathNotExist
File or folder path does not exist.
Definition: FSPDFObjC.h:519
FSRenditionMediaPlayerMustUsed
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:1730
-[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:8146
FSLRElementElementTypeRubyBase
Structure element type: RB, which means "Ruby base text" and represents the full-size text to which t...
Definition: FSPDFObjC.h:7294
FSCustomSecurityHandler
Definition: FSPDFObjC.h:6110
-[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:8207
FSActionTypeGoToE
Action type: embedded go-to action.
Definition: FSPDFObjC.h:1904
FSActionCallbackLanguage
FSActionCallbackLanguage
Enumeration for language.
Definition: FSPDFObjC.h:3697
FSIconFitScaleWayType
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:2322
FSFillerVkeyDecimal
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:4102
FSRotation270
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:614
FSPagingSealConfigPagingSealPositionBottom
Bottom Paging Seal.
Definition: FSPDFObjC.h:4600
FSLRElementElementTypeArtifact
Structure element type: Artifact, which includes other Pagination, Layout, Page and Background artifa...
Definition: FSPDFObjC.h:7306
FSDestinationZoomXYZ
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:1859
FSAppProviderCallbackStringIDNotFoundConst
Sample message: "Cannot find const '%s'".
Definition: FSPDFObjC.h:5487
FSAnnotRichMedia
Annotation type: rich media annotation.
Definition: FSPDFObjC.h:2379
FSSearchOption
Definition: FSPDFObjC.h:3643
FSRenditionMediaPlayerFitStyleSlice
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:1737
FSLRStructureElementAttributeTypeTPadding
Attribute type: TPadding, which specifies an offset to account for the separation between the table c...
Definition: FSPDFObjC.h:7366
FSFontStyleScript
Font style: script.
Definition: FSPDFObjC.h:862
FSHeaderFooterContentGeneratorDateFormatYYYYHyphenMMHyphenDD
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4880
FSPDFStreamCrypt
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:1265
FSAnnotFlagPrint
Annotation flag: print.
Definition: FSPDFObjC.h:2386
FSColorSpaceType
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:672
FSLTVVerifier
Definition: FSPDFObjC.h:7959
-[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:3532
FSPathTypeLineToCloseFigure
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:980
FSQuadPointsArray
Definition: FSPDFObjC.h:2302
FSHTML2PDFSettingDataEncodingFormatGreek
Encoding foramt: "Greek".
Definition: FSPDFObjC.h:6997
FSHeaderFooterContentGeneratorDateFormatDDotMDotYYYY
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4876
FSColorSpaceRenderIntentAbsColorimetric
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:1034
FSActionCallbackLayoutMode
FSActionCallbackLayoutMode
Enumeration for layout mode.
Definition: FSPDFObjC.h:3746
FSFontStdIDHelveticaBI
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:904
FSStructElementElementInfoTypeTitle
Structure element info type: Title, which means the title of the structure element....
Definition: FSPDFObjC.h:1645
FSFillerVkeyShift
Shift key.
Definition: FSPDFObjC.h:4033
FSSignatureCallbackCertNotSet
Certificate is not set to sign a signature.
Definition: FSPDFObjC.h:4540
FSAnnotMKRelationNoCaption
No caption; icon only.
Definition: FSPDFObjC.h:2427
FSAdditionalActionTriggerAnnotCursorEnter
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:2162
-[FSWidgetMenu selectAll]
BOOL selectAll()
Select all the text of related XFA widget.
FSHighlight
Definition: FSPDFObjC.h:2655
FSFieldTypeUnknown
Form field type: unknown.
Definition: FSPDFObjC.h:4233
FSErrTimeStampServerMgrNoDefaltServer
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:532
FSAppProviderCallbackStringIDExpectedOperator
Sample message: "Expected operator '%s' instead of '%s'".
Definition: FSPDFObjC.h:5481
FSComplianceEngine
Definition: FSPDFObjC.h:6469
FSAssociatedFilesRelationship
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:3122
FSHTML2PDFSettingDataEncodingFormatLatin5
Encoding foramt: "Latin5".
Definition: FSPDFObjC.h:6993
FSRichTextStyleCornerMarkSuperscript
Corner mark style: superscript.
Definition: FSPDFObjC.h:2223
-[FSRange removeAll]
void removeAll()
Remove all range segments.
FSSubmitFormActionFlagSubmitAsPDF
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:2052
FSRendererColorModeNormal
Normal color mode.
Definition: FSPDFObjC.h:3060
FSAnnotPropertyModifiedDate
Annotation property: modified date.
Definition: FSPDFObjC.h:2405
FSErrInvalidClientID
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:515
-[FSParagraphEditing canDeselectAll]
BOOL canDeselectAll()
Check whether can deselect all text.
FSOptimizerSettingsDiscardObjectsFlattenFormFields
Flatten form fields.
Definition: FSPDFObjC.h:6937
FSFillModeAlternate
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:634
FSMarkupEndingStyleROpenArrow
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:2578
FSSnappedPointSnappedPointType
FSSnappedPointSnappedPointType
Enumeration for snapped point type.
Definition: FSPDFObjC.h:8466
FSTaggedPDF
Definition: FSPDFObjC.h:7576
-[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:7150
FSPosTopRight
Position: top right.
Definition: FSPDFObjC.h:641
FSFillerVkeyAdd
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:4099
-[FSJoinSplit linkBoxes]
void linkBoxes()
Call this function to link text.
FSRMSSecurityCallback-p
Definition: FSPDFObjC.h:10583
FSLRStructureElementAttributeValueEnumTbLr
Enum value: TbLr (PDF 2.0), which means inline progression from top to bottom; block progression from...
Definition: FSPDFObjC.h:7405
FSAppProviderCallbackStringIDScriptArgumentMismatch
Sample message: "Error:Argument mismatch in property or function argument.".
Definition: FSPDFObjC.h:5542
FSWidgetLineSpacingExactValue
Line spacing style: exact value line spacing.
Definition: FSPDFObjC.h:2938
FSDestinationZoomFitRect
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:1863
FSAnnotationSummarySettingsSummaryLayoutSinglePageWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:8225
FSActionTypeUnknown
Action type: unknown action.
Definition: FSPDFObjC.h:1901
FSFillerVkeyP
P key.
Definition: FSPDFObjC.h:4077
FSMetadata
Definition: FSPDFObjC.h:5227
FSLine
Definition: FSPDFObjC.h:2774
FSFillerVkeyNumpad1
1 key in the numeric keypad.
Definition: FSPDFObjC.h:4089
FSFillModeNone
Fill mode: none.
Definition: FSPDFObjC.h:633
FSPDFDocSaveFlags
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:5056
FSLRElementElementTypeHeading
Structure element type: H, which means "Heading" and represents a label for a subdivision of a docume...
Definition: FSPDFObjC.h:7266
FSPDFXComplianceVersionPDFX1aJapanColor2001Coated
PDF/X-1a (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:6681
FSPDFPageFlattenOptions
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:4690
FSErrLTVVerifyModeNotSet
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:524