11 #import <CoreGraphics/CoreGraphics.h>
37 @class StructTreeEntity;
39 @class StructMarkedContent;
40 @class StructObjectContent;
131 @class FSTransitionArray;
174 #import <Foundation/Foundation.h>
181 @interface SWIGTYPE_p_void : NSObject
186 -(id)init NS_UNAVAILABLE;
188 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
198 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
211 @property (nonatomic, getter=getX)
int x;
212 @property (nonatomic, getter=getY)
int y;
214 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
216 -(id)initWithOther: (
FSPoint*)other;
217 -(void)set: (
int)x y: (
int)y;
218 -(void)add: (
int)x y: (
int)y;
219 -(void)subtract: (
int)x y: (
int)y;
230 @property (nonatomic, getter=getX)
float x;
231 @property (nonatomic, getter=getY)
float y;
233 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
235 -(id)initWithOther: (
FSPointF*)other;
236 -(void)set: (
float)x y: (
float)y;
237 -(void)add: (
float)x y: (
float)y;
238 -(void)subtract: (
float)x y: (
float)y;
246 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
251 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
254 -(BOOL)setAt: (
int)nIndex newElement: (
FSRectF*)newElement;
255 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSRectF*)newElement;
256 -(BOOL)add: (
FSRectF*)newElement;
257 -(BOOL)insertAt: (
int)nIndex newElement: (
FSRectF*)newElement nCount: (
int)nCount;
258 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
259 -(int)find: (
FSRectF*)data iStart: (
int)iStart;
267 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
272 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
275 -(BOOL)setAt: (
int)nIndex newElement: (
FSPointF*)newElement;
276 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSPointF*)newElement;
278 -(BOOL)insertAt: (
int)nIndex newElement: (
FSPointF*)newElement nCount: (
int)nCount;
279 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
280 -(int)find: (
FSPointF*)data iStart: (
int)iStart;
288 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
293 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
295 -(float)getAt: (
int)nIndex;
296 -(BOOL)setAt: (
int)nIndex newElement: (
float)newElement;
297 -(BOOL)setAtGrow: (
int)nIndex newElement: (
float)newElement;
298 -(BOOL)add: (
float)newElement;
299 -(BOOL)insertAt: (
int)nIndex newElement: (
float)newElement nCount: (
int)nCount;
300 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
301 -(int)find: (
float)data iStart: (
int)iStart;
309 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
314 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
316 -(int)getAt: (
int)nIndex;
317 -(BOOL)setAt: (
int)nIndex newElement: (
int)newElement;
318 -(BOOL)setAtGrow: (
int)nIndex newElement: (
int)newElement;
319 -(BOOL)add: (
int)newElement;
320 -(BOOL)insertAt: (
int)nIndex newElement: (
int)newElement nCount: (
int)nCount;
321 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
322 -(int)find: (
int)data iStart: (
int)iStart;
330 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
335 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
337 -(
unsigned int)getAt: (
int)nIndex;
338 -(BOOL)setAt: (
int)nIndex newElement: (
unsigned int)newElement;
339 -(BOOL)setAtGrow: (
int)nIndex newElement: (
unsigned int)newElement;
340 -(BOOL)add: (
unsigned int)newElement;
341 -(BOOL)insertAt: (
int)nIndex newElement: (
unsigned int)newElement nCount: (
int)nCount;
342 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
343 -(int)find: (
unsigned int)data iStart: (
int)iStart;
354 @property (nonatomic, getter=getLeft)
int left;
355 @property (nonatomic, getter=getTop)
int top;
356 @property (nonatomic, getter=getRight)
int right;
357 @property (nonatomic, getter=getBottom)
int bottom;
359 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
361 -(id)initWithLeft1: (
int)left1 top1: (
int)top1 right1: (
int)right1 bottom1: (
int)bottom1;
366 -(void)intersect: (
FSRectI*)src;
367 -(void)union: (
FSRectI*)other_rect;
368 -(void)offset: (
int)dx dy: (
int)dy;
369 -(BOOL)contains: (
FSRectI*)other_rect;
370 -(BOOL)containsPoint: (
int)x y: (
int)y;
382 @property (nonatomic, getter=getLeft)
float left;
383 @property (nonatomic, getter=getRight)
float right;
384 @property (nonatomic, getter=getBottom)
float bottom;
385 @property (nonatomic, getter=getTop)
float top;
387 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
389 -(id)initWithLeft1: (
float)left1 bottom1: (
float)bottom1 right1: (
float)right1 top1: (
float)top1;
390 -(id)initWithRect: (
FSRectI*)rect;
394 -(BOOL)contains: (
FSRectF*)other_rect;
396 -(void)intersect: (
FSRectF*)other_rect;
397 -(void)union: (
FSRectF*)other_rect;
401 -(void)initRect: (
float)x y: (
float)y;
402 -(void)updateRect: (
float)x y: (
float)y;
405 -(void)inflateWithValues: (
float)x y: (
float)y;
407 -(void)defalteWithValues: (
float)x y: (
float)y;
409 -(void)translate: (
float)e f: (
float)f;
411 -(BOOL)containsPointF: (
FSPointF*)point;
412 +(BOOL)IsRectAdjacent: (
FSRectF*)rect1 rect2: (
FSRectF*)rect2 alignmentTolerance: (
float)alignmentTolerance distanceTolerance: (
float)distanceTolerance direction: (
int)direction;
423 @property (nonatomic, getter=getA)
float a;
424 @property (nonatomic, getter=getB)
float b;
425 @property (nonatomic, getter=getC)
float c;
426 @property (nonatomic, getter=getD)
float d;
427 @property (nonatomic, getter=getE)
float e;
428 @property (nonatomic, getter=getF)
float f;
430 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
432 -(id)initWithA1: (
float)a1 b1: (
float)b1 c1: (
float)c1 d1: (
float)d1 e1: (
float)e1 f1: (
float)f1;
433 -(void)set: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f;
436 -(void)concat: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f bPrepended: (BOOL)bPrepended;
437 -(void)concatWithMatrix: (
FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
438 -(void)concatInverse: (
FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
445 -(void)translate: (
float)x y: (
float)y bPrepended: (BOOL)bPrepended;
446 -(void)translateI: (
int)x y: (
int)y bPrepended: (BOOL)bPrepended;
447 -(void)scale: (
float)sx sy: (
float)sy bPrepended: (BOOL)bPrepended;
448 -(void)rotate: (
float)fRadian bPrepended: (BOOL)bPrepended;
449 -(void)rotateAt: (
float)fRadian x: (
float)x y: (
float)y bPrepended: (BOOL)bPrepended;
450 -(void)shear: (
float)fAlphaRadian fBetaRadian: (
float)fBetaRadian bPrepended: (BOOL)bPrepended;
456 -(float)transformXDistanceInFloat: (
float)dx;
457 -(int)transformXDistance: (
int)dx;
458 -(float)transformYDistanceInFloat: (
float)dy;
459 -(int)transformYDistance: (
int)dy;
460 -(float)transformDistanceInFloat: (
float)dx dy: (
float)dy;
461 -(int)transformDistanceInInteger: (
int)dx dy: (
int)dy;
462 -(float)transformDistance: (
float)distance;
463 -(void)transformPoint: (
int *)x y: (
int *)y;
464 -(void)transformRectF: (
FSRectF*)rect;
465 -(void)transformRect: (
FSRectI*)rect;
466 -(void)transformPointF: (
FSPointF*)point;
581 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
592 @property (nonatomic, getter=getYear)
unsigned short year;
593 @property (nonatomic, getter=getMonth)
unsigned short month;
594 @property (nonatomic, getter=getDay)
unsigned short day;
595 @property (nonatomic, getter=getHour)
unsigned short hour;
596 @property (nonatomic, getter=getMinute)
unsigned short minute;
597 @property (nonatomic, getter=getSecond)
unsigned short second;
598 @property (nonatomic, getter=getMilliseconds)
unsigned short milliseconds;
599 @property (nonatomic, getter=getUtc_hour_offset)
short utc_hour_offset;
600 @property (nonatomic, getter=getUtc_minute_offset)
unsigned short utc_minute_offset;
602 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
605 -(id)initWithYear: (
unsigned short)year month: (
unsigned short)month day: (
unsigned short)day hour: (
unsigned short)hour minute: (
unsigned short)minute second: (
unsigned short)second milliseconds: (
unsigned short)milliseconds utc_hour_offset: (
short)utc_hour_offset utc_minute_offset: (
unsigned short)utc_minute_offset;
608 -(void)set: (
unsigned short)year month: (
unsigned short)month day: (
unsigned short)day hour: (
unsigned short)hour minute: (
unsigned short)minute second: (
unsigned short)second milliseconds: (
unsigned short)milliseconds utc_hour_offset: (
short)utc_hour_offset utc_minute_offset: (
unsigned short)utc_minute_offset;
644 typedef NS_ENUM(NSInteger, FSPosition) {
708 typedef NS_ENUM(NSInteger, FSFileFormatType) {
721 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
722 +(NSData *)base64Encode: (NSData *)buffer;
723 +(NSData *)base64Decode: (NSData *)buffer;
724 +(NSData *)flateCompress: (NSData *)buffer;
725 +(NSData *)flateDecompress: (NSData *)buffer;
741 -(id)init NS_UNAVAILABLE;
743 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
757 @property (nonatomic, getter=getGraphics_objs_count_in_one_step)
int graphics_objs_count_in_one_step;
759 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
760 -(id)initWithGraphics_objs_count_in_one_step: (
int)graphics_objs_count_in_one_step;
762 -(void)set: (
int)graphics_objs_count_in_one_step;
772 -(id)init NS_UNAVAILABLE;
774 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
775 +(
FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
776 +(
FSErrorCode)initializeWithJSXFAThreadsafety: (NSString *)sn key: (NSString *)key is_optimize_memory: (BOOL)is_optimize_memory enable_js_xfa_threadsafety: (BOOL)enable_js_xfa_threadsafety;
779 +(BOOL)hasModuleLicenseRight: (
FSModuleName)module_name;
780 +(NSString *)getVersion;
781 +(BOOL)setCacheSize: (
unsigned int)size;
782 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
787 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (
id<
FSSignatureCallback>)signature_callback;
788 +(void)unregisterSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter;
789 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (
id<
FSSecurityCallback>)callback;
790 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
793 +(void)setRenderTextGamma: (
float)gamma;
794 +(void)setLogFile: (NSString *)log_file_path;
798 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
801 +(void)enableThreadSafety: (BOOL)is_enable_thread_safety;
802 +(NSString *)executeJavaScript: (NSString *)java_script;
825 @property (nonatomic, getter=getLine_width)
float line_width;
827 @property (nonatomic, getter=getMiter_limit)
float miter_limit;
829 @property (nonatomic, getter=getDash_phase)
float dash_phase;
832 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
851 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
853 -(id)initWithIndex: (
int)index;
854 -(id)initWithStart_index: (
int)start_index end_index: (
int)end_index filter: (
FSRangeFilter)filter;
855 -(id)initWithOther: (
FSRange*)other;
857 -(void)addSingle: (
int)index;
858 -(void)addSegment: (
int)start_index end_index: (
int)end_index filter: (
FSRangeFilter)filter;
860 -(int)getSegmentStart: (
int)segment_index;
861 -(int)getSegmentEnd: (
int)segment_index;
932 -(id)init NS_UNAVAILABLE;
934 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
935 -(id)initWithName: (NSString *)name styles: (
unsigned int)styles charset: (
FSFontCharset)charset weight: (
int)weight;
937 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (
int)face_index charset: (
FSFontCharset)charset;
938 -(id)initWithOther: (
FSFont*)other;
944 -(BOOL)isEmbedded: (
FSPDFDoc*)document;
945 -(BOOL)isSupportEmbedded: (
FSPDFDoc*)document;
946 -(
FSFont*)embed: (
FSPDFDoc*)document is_add_all_unicodes: (BOOL)is_add_all_unicodes;
950 -(
FSRectI*)getCharBBox: (
unsigned int)unicode;
951 -(float)getCharWidth: (
unsigned int)unicode;
952 -(
FSRectI*)getCharBBoxWithPDFDoc: (
unsigned int)unicode document: (
FSPDFDoc*)document;
953 -(float)getCharWidthWithPDFDoc: (
unsigned int)unicode document: (
FSPDFDoc*)document;
954 -(
unsigned int)getStyles: (
FSPDFDoc*)document;
956 -(BOOL)isStandardFont: (
FSPDFDoc*)document;
959 -(NSString *)getBaseFontName: (
FSPDFDoc*)document;
960 -(BOOL)isVertWriting: (
FSPDFDoc*)document;
961 -(NSString *)getEncoding: (
FSPDFDoc*)document;
962 -(BOOL)setEncoding: (
FSPDFDoc*)document value: (NSString *)value;
973 @property (nonatomic, retain, getter=getFile_read) id<FSFileReaderCallback> file_read;
974 @property (nonatomic, getter=getFace_index)
int face_index;
976 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
997 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
999 -(id)initWithOther: (
FSPath*)other;
1009 -(BOOL)removePoint: (
int)index;
1010 -(BOOL)appendRect: (
FSRectF*)rect;
1011 -(BOOL)appendEllipse: (
FSRectF*)rect;
1014 -(void)increasePointCount: (
int)count;
1026 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1029 -(
unsigned long)getSize;
1030 -(
FSPath*)getAt: (
unsigned long)index;
1031 -(void)add: (
FSPath*)element;
1032 -(void)removeAt: (
unsigned long)index;
1033 -(void)insertAt: (
unsigned long)index element: (
FSPath*)element;
1048 -(id)init NS_UNAVAILABLE;
1050 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1059 -(
FSColor*)convertColorWithRGBColor: (
int)r_value g_value: (
int)g_value b_value: (
int)b_value;
1060 -(
FSColor*)convertColorWithCMYKColor: (
int)c_value m_value: (
int)m_value y_value: (
int)y_value k_value: (
int)k_value;
1069 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1072 -(id)initWithOther: (
FSColor*)other;
1104 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1105 -(id)initWithWidth: (
int)width height: (
int)height format: (
FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (
int)pitch;
1106 -(id)initWithOther: (
FSBitmap*)other;
1115 -(void)fillRect: (
unsigned int)color rect: (
FSRectI*)rect;
1117 -(
FSRectI*)calculateBBoxByColor: (
unsigned int)backgroud_color;
1118 -(
FSRectI*)detectBBoxByColorDiffer: (
int)detection_size color_differ: (
int)color_differ;
1119 -(
FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (
FSRectI*)clip_rect;
1120 -(
FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1158 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1160 -(id)initWithPath: (NSString *)path;
1162 -(id)initWithOther: (
FSImage*)other;
1168 -(
FSBitmap*)getFrameBitmap: (
int)index;
1171 -(BOOL)addFrame: (
FSBitmap*)bitmap;
1172 -(void)setDPIs: (
int)x_dpi y_dpi: (
int)y_dpi;
1173 -(BOOL)saveAs: (NSString *)file_path;
1174 -(BOOL)saveAsWithStreamCallback: (
id<
FSFileStreamCallback>)file file_extension: (NSString *)file_extension;
1176 -(id)initWithBuffer: (NSData *)buffer;
1204 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1216 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1218 -(id)initWithOther: (PDFDictionaryArray*)other;
1220 -(int)getUpperBound;
1221 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
1225 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSPDFDictionary*)newElement;
1227 -(BOOL)insertAt: (
int)nIndex newElement: (
FSPDFDictionary*)newElement nCount: (
int)nCount;
1228 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
1254 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1255 +(
FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
1256 +(
FSPDFObject*)createFromFloat: (
float)float_value;
1257 +(
FSPDFObject*)createFromInteger: (
int)integer_value;
1258 +(
FSPDFObject*)createFromString: (NSString *)string_value;
1259 +(
FSPDFObject*)createFromStringWithLength: (NSString *)string_value length: (
int)length;
1263 +(
FSPDFObject*)createReference: (
FSPDFDoc*)document object_number: (
unsigned int)object_number;
1269 -(
unsigned int)getObjNum;
1277 -(NSString *)getName;
1278 -(NSString *)getWideString;
1282 -(NSData *)getString;
1304 -(id)
init NS_UNAVAILABLE;
1306 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1310 -(
unsigned long long)getDataSize: (BOOL)is_raw_data;
1313 -(NSData *)getData: (BOOL)is_raw_data;
1314 -(void)setData: (NSData *)buffer;
1321 -(id)
init NS_UNAVAILABLE;
1323 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1330 -(void)addBoolean: (BOOL)boolean_value;
1332 -(void)addFloat: (
float)float_value;
1333 -(void)addInteger: (
int)integer_value;
1335 -(void)addRect: (
FSRectF*)rect;
1336 -(void)addName: (NSString *)name;
1337 -(void)addString: (NSString *)new_string;
1338 -(void)insertAt: (
int)index element: (
FSPDFObject*)element;
1339 -(void)setAt: (
int)index element: (
FSPDFObject*)element;
1340 -(void)removeAt: (
int)index;
1348 -(id)
init NS_UNAVAILABLE;
1350 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1352 -(BOOL)hasKey: (NSString *)key;
1354 -(long)moveNext: (
long)position;
1355 -(NSString *)getKey: (
long)position;
1357 -(void)setAt: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object;
1358 -(void)setAtReference: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object document: (
FSPDFDoc*)document;
1359 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
1360 -(void)setAtDateTime: (NSString *)key value: (
FSDateTime*)value;
1361 -(void)setAtFloat: (NSString *)key value: (
float)value;
1362 -(void)setAtInteger: (NSString *)key value: (
int)value;
1363 -(void)setAtMatrix: (NSString *)key value: (
FSMatrix2D*)value;
1364 -(void)setAtRect: (NSString *)key value: (
FSRectF*)value;
1365 -(void)setAtName: (NSString *)key value: (NSString *)value;
1366 -(void)setAtString: (NSString *)key value: (NSString *)value;
1367 -(void)removeAt: (NSString *)key;
1375 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1380 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
1386 -(BOOL)insertAt: (
int)nIndex newElement: (
FSGraphicsObject*)newElement nCount: (
int)nCount;
1387 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
1396 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1401 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
1404 -(BOOL)setAt: (
int)nIndex newElement: (
FSTextObject*)newElement;
1405 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSTextObject*)newElement;
1407 -(BOOL)insertAt: (
int)nIndex newElement: (
FSTextObject*)newElement nCount: (
int)nCount;
1408 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
1416 @property (nonatomic, weak, getter=getFillColor)
FSColor* fillColor;
1417 @property (nonatomic, weak, getter=getStrokeColor)
FSColor* strokeColor;
1418 -(id)
init NS_UNAVAILABLE;
1420 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1433 -(id)
init NS_UNAVAILABLE;
1435 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1436 -(BOOL)hasTag: (NSString *)tag_name;
1438 -(NSString *)getItemTagName: (
int)index;
1439 -(int)getItemMCID: (
int)index;
1441 -(int)addItem: (NSString *)tag_name property_dict: (
FSPDFDictionary*)property_dict;
1442 -(BOOL)removeItem: (NSString *)tag_name;
1483 @property (nonatomic, getter=getStrokeColor)
unsigned int strokeColor;
1484 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
1485 @property (nonatomic, weak, getter=getColorState)
FSColorState* colorState;
1486 @property (nonatomic, getter=getFillOpacity)
float fillOpacity;
1487 @property (nonatomic, getter=getStrokeOpacity)
float strokeOpacity;
1488 @property (nonatomic, weak, getter=getMatrix)
FSMatrix2D* matrix;
1489 @property (nonatomic, weak, getter=getGraphState)
FSGraphState* graphState;
1491 @property (nonatomic, weak, getter=getClipRect)
FSRectF* clipRect;
1493 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1496 -(BOOL)hasTransparency;
1497 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
1500 -(int)getClipPathCount;
1501 -(
FSPath*)getClipPath: (
int)index;
1502 -(
FSFillMode)getClipPathFillMode: (
int)index;
1504 -(BOOL)removeClipPath: (
int)index;
1505 -(int)getClipTextObjectCount;
1508 -(BOOL)removeClipTextObject: (
int)index;
1517 -(void)rotate: (
int)angle;
1539 @property (nonatomic, getter=getVersion)
unsigned int version;
1540 @property (nonatomic, getter=getFont_size)
float font_size;
1541 @property (nonatomic, getter=getFont_vertical_size)
float font_vertical_size;
1542 @property (nonatomic, getter=getFont_horizontal_size)
float font_horizontal_size;
1543 @property (nonatomic, getter=getCharspace)
float charspace;
1544 @property (nonatomic, getter=getWordspace)
float wordspace;
1546 @property (nonatomic, weak, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
1547 @property (nonatomic, weak, getter=getOrigin_position)
FSPointF* origin_position;
1548 @property (nonatomic, weak, getter=getFont)
FSFont* font;
1550 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1551 -(id)initWithVersion: (
unsigned int)version font: (
FSFont*)font font_size: (
float)font_size charspace: (
float)charspace wordspace: (
float)wordspace textmode: (
FSTextStateMode)textmode origin_position: (
FSPointF*)origin_position textmatrix: (NSArray<NSNumber *> *)textmatrix;
1554 -(void)set: (
unsigned int)version font: (
FSFont*)font font_size: (
float)font_size charspace: (
float)charspace wordspace: (
float)wordspace textmode: (
FSTextStateMode)textmode origin_position: (
FSPointF*)origin_position textmatrix: (NSArray<NSNumber *> *)textmatrix;
1561 -(id)
init NS_UNAVAILABLE;
1563 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1566 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index;
1580 @property (nonatomic, weak, getter=getText) NSString * text;
1581 -(id)
init NS_UNAVAILABLE;
1583 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1586 -(void)setTextState: (
FSPDFPage*)page text_state: (
FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
1588 -(
FSPointF*)getCharPos: (
int)index;
1589 -(float)getCharWidthByIndex: (
int)index;
1590 -(float)getCharHeightByIndex: (
int)index;
1598 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
1599 @property (nonatomic, weak, getter=getPathData)
FSPath* pathData;
1600 -(id)
init NS_UNAVAILABLE;
1602 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1611 -(id)
init NS_UNAVAILABLE;
1613 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1617 -(BOOL)importPageContent: (
FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
1624 -(id)
init NS_UNAVAILABLE;
1626 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1643 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1649 -(BOOL)hasName: (NSString *)name;
1651 -(NSString *)getName: (
int)index;
1653 -(BOOL)setObj: (NSString *)name pdf_object: (
FSPDFObject*)pdf_object;
1654 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
1655 -(BOOL)add: (NSString *)name pdf_object: (
FSPDFObject*)pdf_object;
1656 -(BOOL)removeObj: (NSString *)name;
1669 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1675 -(BOOL)hasNumber: (
int)number;
1677 -(BOOL)setObj: (
int)number pdf_object: (
FSPDFObject*)pdf_object;
1678 -(BOOL)removeObj: (
int)number;
1694 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1715 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1731 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1753 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1765 -(id)
init NS_UNAVAILABLE;
1767 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1768 -(id)initWithDocument: (
FSPDFDoc*)document;
1842 @property (nonatomic, weak, getter=getRenditionName) NSString * renditionName;
1843 @property (nonatomic, weak, getter=getMediaClipName) NSString * mediaClipName;
1844 @property (nonatomic, weak, getter=getMediaClipFile)
FSFileSpec* mediaClipFile;
1845 @property (nonatomic, weak, getter=getMediaClipContentType) NSString * mediaClipContentType;
1847 @property (nonatomic, weak, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
1848 -(id)
init NS_UNAVAILABLE;
1850 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1855 -(BOOL)hasMediaClip;
1856 -(NSString *)getMediaBaseURL;
1864 -(BOOL)isControlBarVisible;
1872 -(int)getRepeatCount;
1876 -(
unsigned int)getBackgroundColor;
1878 -(float)getBackgroundOpacity;
1882 -(int)getFloatingWindowWidth;
1883 -(int)getFloatingWindowHeight;
1887 -(FSPosition)getFloatingWindowPosition;
1891 -(BOOL)hasFloatingWindowTitleBar;
1893 -(BOOL)hasFloatingWindowCloseButton;
1897 -(NSArray<NSString *> *)getFloatingWindowTitles;
1905 @property (nonatomic, weak, getter=getSoftwareURI) NSString * softwareURI;
1906 @property (nonatomic, weak, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
1907 -(id)
init NS_UNAVAILABLE;
1909 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1931 -(id)
init NS_UNAVAILABLE;
1933 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1934 +(
FSDestination*)createXYZ: (
FSPDFDoc*)document page_index: (
int)page_index left: (
float)left top: (
float)top zoom_factor: (
float)zoom_factor;
1938 +(
FSDestination*)createFitRect: (
FSPDFDoc*)document page_index: (
int)page_index left: (
float)left bottom: (
float)bottom right: (
float)right top: (
float)top;
1943 -(id)initWithDest_array: (
FSPDFArray*)dest_array;
1946 -(int)getPageIndex: (
FSPDFDoc*)document;
1991 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1994 -(id)initWithAction: (
FSAction*)action;
2000 -(
FSAction*)getSubAction: (
int)index;
2001 -(void)setSubAction: (
int)index sub_action: (
FSAction*)sub_action;
2002 -(void)insertSubAction: (
int)index sub_action: (
FSAction*)sub_action;
2003 -(void)removeSubAction: (
int)index;
2012 -(id)
init NS_UNAVAILABLE;
2014 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2015 -(id)initWithAction: (
FSAction*)action;
2022 @property (nonatomic, weak, getter=getURI) NSString * uRI;
2023 -(id)
init NS_UNAVAILABLE;
2025 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2026 -(id)initWithAction: (
FSAction*)action;
2027 -(BOOL)isTrackPosition;
2028 -(void)setTrackPositionFlag: (BOOL)is_track_position;
2035 @property (nonatomic, weak, getter=getScript) NSString * script;
2036 -(id)
init NS_UNAVAILABLE;
2038 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2039 -(id)initWithAction: (
FSAction*)action;
2046 @property (nonatomic, weak, getter=getName) NSString * name;
2047 -(id)
init NS_UNAVAILABLE;
2049 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2050 -(id)initWithAction: (
FSAction*)action;
2058 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
2059 @property (nonatomic, weak, getter=getFileSpec)
FSFileSpec* fileSpec;
2061 -(id)
init NS_UNAVAILABLE;
2063 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2064 -(id)initWithAction: (
FSAction*)action;
2071 @property (nonatomic, weak, getter=getRelationship) NSString * relationship;
2072 @property (nonatomic, weak, getter=getAttachedFileName) NSString * attachedFileName;
2073 @property (nonatomic, getter=getPageIndex)
int pageIndex;
2074 @property (nonatomic, getter=getFileAttachmentAnnotIndex)
int fileAttachmentAnnotIndex;
2076 -(id)
init NS_UNAVAILABLE;
2078 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2079 -(id)initWithDocument: (
FSPDFDoc*)document;
2091 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
2092 @property (nonatomic, weak, getter=getRootFile)
FSFileSpec* rootFile;
2095 -(id)
init NS_UNAVAILABLE;
2097 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2098 -(id)initWithAction: (
FSAction*)action;
2121 @property (nonatomic, weak, getter=getURL) NSString * uRL;
2122 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2123 @property (nonatomic, getter=getFlags)
unsigned int flags;
2124 -(id)
init NS_UNAVAILABLE;
2126 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2127 -(id)initWithAction: (
FSAction*)action;
2134 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2135 @property (nonatomic, getter=getFlags)
unsigned int flags;
2136 -(id)
init NS_UNAVAILABLE;
2138 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2139 -(id)initWithAction: (
FSAction*)action;
2146 @property (nonatomic, weak, getter=getFDFFileSpec)
FSFileSpec* fDFFileSpec;
2147 -(id)
init NS_UNAVAILABLE;
2149 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2150 -(id)initWithAction: (
FSAction*)action;
2157 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2158 @property (nonatomic, getter=getHideState) BOOL hideState;
2159 -(id)
init NS_UNAVAILABLE;
2161 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2162 -(id)initWithAction: (
FSAction*)action;
2169 @property (nonatomic, weak, getter=getFileSpec)
FSFileSpec* fileSpec;
2171 -(id)
init NS_UNAVAILABLE;
2173 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2174 -(id)initWithAction: (
FSAction*)action;
2175 -(NSString *)getWinFileName;
2176 -(NSString *)getWinDefaultDirectory;
2177 -(NSString *)getWinAppOperation;
2178 -(NSString *)getWinAppParameter;
2179 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
2196 @property (nonatomic, weak, getter=getScreenAnnot)
FSScreen* screenAnnot;
2197 @property (nonatomic, weak, getter=getJavaScript) NSString * javaScript;
2198 -(id)
init NS_UNAVAILABLE;
2200 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2201 -(id)initWithAction: (
FSAction*)action;
2202 -(int)getRenditionCount;
2204 -(void)insertRendition: (
FSRendition*)rendition index: (
int)index;
2218 -(id)
init NS_UNAVAILABLE;
2220 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2221 -(id)initWithAction: (
FSAction*)action;
2224 -(PDFDictionaryArray*)getOCGStateArray: (
int)index;
2226 -(BOOL)replaceOCGStates: (
FSPDFDoc*)document index: (
int)index ocg_dict_array: (PDFDictionaryArray*)ocg_dict_array;
2227 -(void)removeOCGStates: (
int)index;
2229 -(void)setRadioButtonStatePreserved: (BOOL)is_preserved;
2260 -(id)
init NS_UNAVAILABLE;
2262 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2265 -(id)initWithField: (
FSField*)field;
2266 -(id)initWithAnnot: (
FSAnnot*)annot;
2291 @property (nonatomic, getter=getFlags)
unsigned int flags;
2292 @property (nonatomic, getter=getText_size)
float text_size;
2293 @property (nonatomic, getter=getText_color)
unsigned int text_color;
2294 @property (nonatomic, weak, getter=getFont)
FSFont* font;
2296 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2297 -(id)initWithFlags: (
unsigned int)flags font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color;
2300 -(void)set: (
unsigned int)flags font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color;
2317 @property (nonatomic, weak, getter=getFont)
FSFont* font;
2318 @property (nonatomic, getter=getText_size)
float text_size;
2319 @property (nonatomic, getter=getText_alignment)
FSAlignment text_alignment;
2320 @property (nonatomic, getter=getText_color)
unsigned int text_color;
2321 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
2322 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
2323 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
2324 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
2326 @property (nonatomic, getter=getChar_space)
float char_space;
2327 @property (nonatomic, getter=getWord_space)
float word_space;
2329 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2330 -(id)initWithFont: (
FSFont*)font text_size: (
float)text_size text_alignment: (
FSAlignment)text_alignment text_color: (
unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (
FSRichTextStyleCornerMarkStyle)mark_style char_space: (
float)char_space word_space: (
float)word_space;
2333 -(void)set: (
FSFont*)font text_size: (
float)text_size text_alignment: (
FSAlignment)text_alignment text_color: (
unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (
FSRichTextStyleCornerMarkStyle)mark_style char_space: (
float)char_space word_space: (
float)word_space;
2352 @property (nonatomic, getter=getWidth)
float width;
2354 @property (nonatomic, getter=getCloud_intensity)
float cloud_intensity;
2355 @property (nonatomic, getter=getDash_phase)
float dash_phase;
2358 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2359 -(id)initWithWidth: (
float)width style: (
FSBorderInfoStyle)style intensity: (
float)intensity dash_phase: (
float)dash_phase dashes: (
FSFloatArray*)dashes;
2362 -(void)set: (
float)width style: (
FSBorderInfoStyle)style intensity: (
float)intensity dash_phase: (
float)dash_phase dashes: (
FSFloatArray*)dashes;
2372 @property (nonatomic, weak, getter=getFirst)
FSPointF* first;
2373 @property (nonatomic, weak, getter=getSecond)
FSPointF* second;
2374 @property (nonatomic, weak, getter=getThird)
FSPointF* third;
2375 @property (nonatomic, weak, getter=getFourth)
FSPointF* fourth;
2377 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2393 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2396 -(
unsigned long)getSize;
2399 -(void)removeAt: (
unsigned long)index;
2400 -(void)insertAt: (
unsigned long)index element: (
FSQuadPoints*)element;
2421 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
2422 @property (nonatomic, getter=getHorizontal_fraction)
float horizontal_fraction;
2423 @property (nonatomic, getter=getVertical_fraction)
float vertical_fraction;
2424 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
2426 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2428 -(id)initWithType: (
FSIconFitScaleWayType)type is_proportional_scaling: (BOOL)is_proportional_scaling horizontal_fraction: (
float)horizontal_fraction vertical_fraction: (
float)vertical_fraction fit_bounds: (BOOL)fit_bounds;
2429 -(id)initWithIcon_fit: (
FSIconFit*)icon_fit;
2430 -(void)set: (
FSIconFitScaleWayType)type is_proportional_scaling: (BOOL)is_proportional_scaling horizontal_fraction: (
float)horizontal_fraction vertical_fraction: (
float)vertical_fraction fit_bounds: (BOOL)fit_bounds;
2527 @property (nonatomic, weak, getter=getContent) NSString * content;
2528 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
2529 @property (nonatomic, getter=getFlags)
unsigned int flags;
2530 @property (nonatomic, weak, getter=getUniqueID) NSString * uniqueID;
2531 @property (nonatomic, weak, getter=getBorderInfo)
FSBorderInfo* borderInfo;
2532 @property (nonatomic, getter=getBorderColor)
unsigned int borderColor;
2534 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2536 -(id)initWithAnnot: (
FSAnnot*)annot;
2545 -(BOOL)FSMoveWithResetAppearance: (
FSRectF*)rect is_reset_appearance: (BOOL)is_reset_appearance;
2546 -(BOOL)resetAppearanceStream;
2547 -(BOOL)FSResetApStreamWithIsGenerateNewAppearanceObj: (BOOL)is_generate_new_appearance_obj;
2565 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2568 -(
unsigned long)getSize;
2569 -(
FSAnnot*)getAt: (
unsigned long)index;
2570 -(void)add: (
FSAnnot*)element;
2571 -(void)removeAt: (
unsigned long)index;
2572 -(void)insertAt: (
unsigned long)index element: (
FSAnnot*)element;
2584 @property (nonatomic, getter=getFirst_color)
unsigned int first_color;
2585 @property (nonatomic, getter=getSecond_color)
unsigned int second_color;
2587 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2588 -(id)initWithFirstcolor: (
unsigned int)firstcolor secondcolor: (
unsigned int)secondcolor;
2591 -(void)set: (
unsigned int)firstcolor secondcolor: (
unsigned int)secondcolor;
2604 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2607 -(
unsigned long)getSize;
2608 -(
FSMarkup*)getAt: (
unsigned long)index;
2610 -(void)removeAt: (
unsigned long)index;
2611 -(void)insertAt: (
unsigned long)index element: (
FSMarkup*)element;
2624 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2627 -(
unsigned long)getSize;
2628 -(
FSNote*)getAt: (
unsigned long)index;
2629 -(void)add: (
FSNote*)element;
2630 -(void)removeAt: (
unsigned long)index;
2631 -(void)insertAt: (
unsigned long)index element: (
FSNote*)element;
2678 @property (nonatomic, weak, getter=getPopup)
FSPopup* popup;
2679 @property (nonatomic, weak, getter=getTitle) NSString * title;
2680 @property (nonatomic, weak, getter=getSubject) NSString * subject;
2681 @property (nonatomic, getter=getOpacity)
float opacity;
2682 @property (nonatomic, weak, getter=getIntent) NSString * intent;
2683 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
2684 @property (nonatomic, getter=getBorderOpacity)
float borderOpacity;
2685 @property (nonatomic, getter=getFillOpacity)
float fillOpacity;
2687 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2688 -(id)initWithAnnot: (
FSAnnot*)annot;
2690 -(int)getReplyCount;
2691 -(
FSNote*)getReply: (
int)index;
2693 -(BOOL)removeReply: (
int)index;
2694 -(BOOL)removeAllReplies;
2701 -(BOOL)removeAllStateAnnots;
2702 -(int)getRichTextCount;
2703 -(NSString *)getRichTextContent: (
int)index;
2704 -(void)setRichTextContent: (
int)index content: (NSString *)content;
2707 -(void)addRichText: (NSString *)content style: (
FSRichTextStyle*)style;
2708 -(void)insertRichText: (
int)index content: (NSString *)content style: (
FSRichTextStyle*)style;
2709 -(void)removeRichText: (
int)index;
2715 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2716 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2719 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2721 -(id)initWithAnnot: (
FSAnnot*)annot;
2723 -(BOOL)isStateAnnot;
2733 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2734 -(id)initWithAnnot: (
FSAnnot*)annot;
2742 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2744 -(id)initWithAnnot: (
FSAnnot*)annot;
2752 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2754 -(id)initWithAnnot: (
FSAnnot*)annot;
2762 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2764 -(id)initWithAnnot: (
FSAnnot*)annot;
2772 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2774 -(id)initWithAnnot: (
FSAnnot*)annot;
2783 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2785 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2787 -(id)initWithAnnot: (
FSAnnot*)annot;
2788 -(BOOL)removeAction;
2796 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2797 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2798 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2800 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2802 -(id)initWithAnnot: (
FSAnnot*)annot;
2803 -(NSString *)getMeasureRatioW;
2807 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2815 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2816 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2817 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2819 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2821 -(id)initWithAnnot: (
FSAnnot*)annot;
2822 -(NSString *)getMeasureRatioW;
2826 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2834 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2836 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2838 @property (nonatomic, weak, getter=getCalloutLinePoints)
FSPointFArray* calloutLinePoints;
2839 @property (nonatomic, weak, getter=getTextMatrix)
FSMatrix2D* textMatrix;
2842 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2844 -(id)initWithAnnot: (
FSAnnot*)annot;
2848 -(void)allowTextOverflow: (BOOL)is_text_overflow;
2862 @property (nonatomic, getter=getStyleFillColor)
unsigned int styleFillColor;
2863 @property (nonatomic, weak, getter=getStartPoint)
FSPointF* startPoint;
2864 @property (nonatomic, weak, getter=getEndPoint)
FSPointF* endPoint;
2865 @property (nonatomic, getter=getCaptionPositionType)
FSLineCapPos captionPositionType;
2866 @property (nonatomic, weak, getter=getCaptionOffset)
FSPointF* captionOffset;
2867 @property (nonatomic, getter=getLeaderLineLength)
float leaderLineLength;
2868 @property (nonatomic, getter=getLeaderLineExtensionLength)
float leaderLineExtensionLength;
2869 @property (nonatomic, getter=getLeaderLineOffset)
float leaderLineOffset;
2870 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2872 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2874 -(id)initWithAnnot: (
FSAnnot*)annot;
2876 -(void)enableCaption: (BOOL)cap;
2877 -(NSString *)getMeasureRatioW;
2881 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2889 @property (nonatomic, weak, getter=getInkList)
FSPath* inkList;
2891 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2893 -(id)initWithAnnot: (
FSAnnot*)annot;
2894 -(void)enableUseBezier: (BOOL)use_bezier;
2901 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2902 @property (nonatomic, getter=getRotation)
int rotation;
2904 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2906 -(id)initWithAnnot: (
FSAnnot*)annot;
2907 -(void)setBitmap: (
FSBitmap*)bitmap;
2908 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index compress: (
int)compress;
2909 -(void)rotate: (
int)angle;
2918 @property (nonatomic, getter=getOpacity)
float opacity;
2919 @property (nonatomic, weak, getter=getTitle) NSString * title;
2920 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2922 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2924 -(id)initWithAnnot: (
FSAnnot*)annot;
2925 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index compress: (
int)compress;
2927 -(void)removeAction;
2934 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2936 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2938 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2940 -(id)initWithAnnot: (
FSAnnot*)annot;
2941 -(NSString *)getMeasureRatioW;
2945 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2953 @property (nonatomic, getter=getStyleFillColor)
unsigned int styleFillColor;
2957 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2959 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2961 -(id)initWithAnnot: (
FSAnnot*)annot;
2962 -(NSString *)getMeasureRatioW;
2966 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2974 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2976 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2978 -(id)initWithAnnot: (
FSAnnot*)annot;
2985 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2987 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2989 -(id)initWithAnnot: (
FSAnnot*)annot;
2998 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
3000 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3002 -(id)initWithAnnot: (
FSAnnot*)annot;
3011 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3013 -(id)initWithAnnot: (
FSAnnot*)annot;
3029 @property (nonatomic, weak, getter=getAction)
FSAction* action;
3030 @property (nonatomic, getter=getMKRotation)
FSRotation mKRotation;
3031 @property (nonatomic, getter=getMKBorderColor)
unsigned int mKBorderColor;
3032 @property (nonatomic, getter=getMKBackgroundColor)
unsigned int mKBackgroundColor;
3033 @property (nonatomic, weak, getter=getMKNormalCaption) NSString * mKNormalCaption;
3034 @property (nonatomic, weak, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
3035 @property (nonatomic, weak, getter=getMKDownCaption) NSString * mKDownCaption;
3036 @property (nonatomic, weak, getter=getMKNormalIconBitmap)
FSBitmap* mKNormalIconBitmap;
3037 @property (nonatomic, weak, getter=getMKRolloverIconBitmap)
FSBitmap* mKRolloverIconBitmap;
3038 @property (nonatomic, weak, getter=getMKDownIconBitmap)
FSBitmap* mKDownIconBitmap;
3039 @property (nonatomic, weak, getter=getMKIconFit)
FSIconFit* mKIconFit;
3041 @property (nonatomic, weak, getter=getAppearanceState) NSString * appearanceState;
3043 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3045 -(id)initWithAnnot: (
FSAnnot*)annot;
3048 -(void)removeAction;
3051 -(void)setMKNormalIconImage: (
FSImage*)image frame_index: (
int)frame_index;
3052 -(void)setMKRolloverIconImage: (
FSImage*)image frame_index: (
int)frame_index;
3053 -(void)setMKDownIconImage: (
FSImage*)image frame_index: (
int)frame_index;
3054 -(NSString *)getAppearanceOnStateName;
3064 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
3065 @property (nonatomic, getter=getApplyFillColor)
unsigned int applyFillColor;
3066 @property (nonatomic, weak, getter=getOverlayText) NSString * overlayText;
3067 @property (nonatomic, getter=getOverlayTextAlignment)
FSAlignment overlayTextAlignment;
3069 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3071 -(id)initWithAnnot: (
FSAnnot*)annot;
3072 -(BOOL)isOverlayTextRepeated;
3073 -(void)enableRepeatOverlayText: (BOOL)is_to_repeat_overlay_text;
3074 -(void)enableAutoFontSize;
3092 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3094 -(id)initWithAnnot: (
FSAnnot*)annot;
3108 -(id)
init NS_UNAVAILABLE;
3110 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3111 -(id)initWithAnnot: (
FSAnnot*)annot;
3128 @property (nonatomic, getter=getDevice_width)
int device_width;
3129 @property (nonatomic, getter=getDevice_height)
int device_height;
3130 @property (nonatomic, weak, getter=getDevice_margin)
FSRectF* device_margin;
3132 @property (nonatomic, getter=getResolution)
int resolution;
3133 @property (nonatomic, getter=getCopies)
unsigned int copies;
3134 -(id)
init NS_UNAVAILABLE;
3136 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3137 -(id)initWithDevice_width: (
int)device_width device_height: (
int)device_height device_margin: (
FSRectF*)device_margin orientation: (
FSPrintDeviceSettingDataOrientationFlag)orientation resolution: (
int)resolution copies: (
unsigned int)copies;
3139 -(void)set: (
int)device_width device_height: (
int)device_height device_margin: (
FSRectF*)device_margin orientation: (
FSPrintDeviceSettingDataOrientationFlag)orientation resolution: (
int)resolution copies: (
unsigned int)copies;
3144 typedef NS_ENUM(NSInteger, FSRendererColorMode) {
3167 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
3173 -(id)
init NS_UNAVAILABLE;
3175 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3176 -(id)initWithBitmap: (
FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
3177 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
3190 -(void)setClipRect: (
FSRectI*)clip_rect;
3194 -(void)setRenderContentFlags: (
unsigned int)render_content_flags;
3195 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
3196 -(void)setRenderFormField: (BOOL)is_render_formfield;
3197 -(void)setRenderSignature: (BOOL)is_render_signature;
3199 -(void)setRenderLayer: (BOOL)is_render_one_layer;
3200 -(void)setColorMode: (FSRendererColorMode)color_mode;
3201 -(void)setMappingModeColors: (
unsigned int)background_color foreground_color: (
unsigned int)foreground_color;
3202 -(void)setForegroundColorMode: (
unsigned int)foreground_color_mode;
3203 -(void)setForegroundColor: (
unsigned int)foreground_color;
3204 -(void)setClearType: (BOOL)is_clear_type;
3205 -(void)setPrintTextAsGraphic: (BOOL)is_to_print_text_graphic;
3206 -(void)setPrintTextAsImage: (BOOL)is_to_print_text_image;
3207 -(void)setForceDownSample: (BOOL)is_to_force_down_sample;
3208 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
3209 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
3210 -(void)enableForPrint: (BOOL)is_render_for_print;
3211 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
3212 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
3213 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
3214 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
3215 -(void)setRenderPathFullCovered: (BOOL)is_render_path_full_covered;
3216 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
3217 -(void)setRenderEnhanceThinLines: (BOOL)is_render_enhance_thin_lines;
3218 -(void)setRenderSignatureState: (BOOL)is_render_signature_state;
3219 -(void)setScreenDPIScale: (
float)scale;
3237 -(id)
init NS_UNAVAILABLE;
3239 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3241 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
3243 -(int)getAssociatedFilesCount: (
FSPDFObject*)pdf_object;
3244 -(int)getAssociatedFilesCountWithGraphicsObject: (
FSGraphicsObject*)graphics_object;
3248 -(void)associateFileWithGraphicsObject: (
FSGraphicsObject*)graphics_object mark_content_item_index: (
int)mark_content_item_index current_resource: (
FSPDFObject*)current_resource property_name: (NSString *)property_name file_spec: (
FSFileSpec*)file_spec;
3252 -(void)associateFileWithAnnot: (
FSAnnot*)annot file_spec: (
FSFileSpec*)file_spec;
3253 -(void)removeAssociatedFile: (
FSPDFObject*)pdf_object index: (
int)index;
3254 -(void)removeAssociatedFileWithGraphicsObject: (
FSGraphicsObject*)graphics_object index: (
int)index;
3266 -(id)
init NS_UNAVAILABLE;
3268 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3271 -(id)initWithPath: (NSString *)path;
3272 -(id)initWithOther: (
FSFDFDoc*)other;
3276 -(BOOL)setPDFPath: (NSString *)pdf_path;
3277 -(BOOL)saveAs: (NSString *)file_path;
3281 -(id)initWithBuffer: (NSData *)buffer;
3293 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3296 -(
unsigned long)getSize;
3299 -(void)removeAt: (
unsigned long)index;
3300 -(void)insertAt: (
unsigned long)index element: (
FSMenuList*)element;
3307 @interface FSMenuItemExArray : NSObject
3313 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3315 -(id)initWithOther: (FSMenuItemExArray*)other;
3316 -(
unsigned long)getSize;
3319 -(void)removeAt: (
unsigned long)index;
3320 -(void)insertAt: (
unsigned long)index element: (
FSMenuItemEx*)element;
3332 @property (nonatomic, getter=getLevel)
int level;
3333 @property (nonatomic, weak, getter=getName) NSString * name;
3334 @property (nonatomic, weak, getter=getSub_menu_list_array)
FSMenuListArray* sub_menu_list_array;
3336 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3338 -(id)initWithMenu_list: (
FSMenuList*)menu_list;
3339 -(void)set: (
int)level name: (NSString *)name sub_menu_list_array: (
FSMenuListArray*)sub_menu_list_array;
3349 @property (nonatomic, weak, getter=getItem_name) NSString * item_name;
3350 @property (nonatomic, weak, getter=getReturn_name) NSString * return_name;
3351 @property (nonatomic, getter=getIs_checked) BOOL is_checked;
3352 @property (nonatomic, getter=getIs_enabled) BOOL is_enabled;
3353 @property (nonatomic, weak, getter=getSub_menu_item_array) FSMenuItemExArray* sub_menu_item_array;
3355 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3358 -(void)set: (NSString *)item_name return_name: (NSString *)return_name is_checked: (BOOL)is_checked is_enabled: (BOOL)is_enabled sub_menu_item_array: (FSMenuItemExArray*)sub_menu_item_array;
3368 @property (nonatomic, weak, getter=getCorporation) NSString * corporation;
3369 @property (nonatomic, weak, getter=getEmail) NSString * email;
3370 @property (nonatomic, weak, getter=getLogin_name) NSString * login_name;
3371 @property (nonatomic, weak, getter=getName) NSString * name;
3372 @property (nonatomic, weak, getter=getFirst_name) NSString * first_name;
3373 @property (nonatomic, weak, getter=getLast_name) NSString * last_name;
3374 @property (nonatomic, weak, getter=getTitle) NSString * title;
3375 @property (nonatomic, weak, getter=getDepartment) NSString * department;
3377 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3379 -(id)initWithCorporation: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name first_name: (NSString *)first_name last_name: (NSString *)last_name title: (NSString *)title department: (NSString *)department;
3381 -(void)set: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name first_name: (NSString *)first_name last_name: (NSString *)last_name title: (NSString *)title department: (NSString *)department;
3391 @property (nonatomic, weak, getter=getName) NSString * name;
3392 @property (nonatomic, getter=getPos)
int pos;
3393 @property (nonatomic, weak, getter=getExec) NSString * exec;
3394 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3395 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3396 @property (nonatomic, weak, getter=getTooltip) NSString * tooltip;
3397 @property (nonatomic, weak, getter=getLabel) NSString * label;
3398 @property (nonatomic, weak, getter=getBitmap)
FSBitmap* bitmap;
3400 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3403 -(void)set: (NSString *)name pos: (
int)pos exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked tooltip: (NSString *)tooltip label: (NSString *)label bitmap: (
FSBitmap*)bitmap;
3413 @property (nonatomic, weak, getter=getName) NSString * name;
3414 @property (nonatomic, weak, getter=getUser) NSString * user;
3415 @property (nonatomic, weak, getter=getParent) NSString * parent;
3416 @property (nonatomic, getter=getPos)
int pos;
3417 @property (nonatomic, weak, getter=getPos_str) NSString * pos_str;
3418 @property (nonatomic, weak, getter=getExec) NSString * exec;
3419 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3420 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3422 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3425 -(void)set: (NSString *)name user: (NSString *)user parent: (NSString *)parent pos: (
int)pos pos_str: (NSString *)pos_str exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked;
3436 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3439 -(
unsigned long)getSize;
3442 -(void)removeAt: (
unsigned long)index;
3455 @property (nonatomic, weak, getter=getName) NSString * name;
3456 @property (nonatomic, weak, getter=getItem_id) NSString * item_id;
3457 @property (nonatomic, weak, getter=getType) NSString * type;
3458 @property (nonatomic, weak, getter=getNext_tab) NSString * next_tab;
3459 @property (nonatomic, getter=getWidth)
int width;
3460 @property (nonatomic, getter=getHeight)
int height;
3461 @property (nonatomic, getter=getChar_width)
int char_width;
3462 @property (nonatomic, getter=getChar_height)
int char_height;
3463 @property (nonatomic, weak, getter=getFont) NSString * font;
3464 @property (nonatomic, getter=getBold) BOOL bold;
3465 @property (nonatomic, getter=getItalic) BOOL italic;
3466 @property (nonatomic, weak, getter=getAlignment) NSString * alignment;
3467 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3470 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3473 -(void)set: (NSString *)name item_id: (NSString *)item_id type: (NSString *)type next_tab: (NSString *)next_tab width: (
int)width height: (
int)height char_width: (
int)char_width char_height: (
int)char_height font: (NSString *)font bold: (BOOL)bold italic: (BOOL)italic alignment: (NSString *)alignment align_children: (NSString *)align_children element_array: (
FSDialogDescriptionElementArray*)element_array;
3483 @property (nonatomic, weak, getter=getName) NSString * name;
3484 @property (nonatomic, weak, getter=getFirst_tab) NSString * first_tab;
3485 @property (nonatomic, getter=getWidth)
int width;
3486 @property (nonatomic, getter=getHeight)
int height;
3487 @property (nonatomic, getter=getChar_width)
int char_width;
3488 @property (nonatomic, getter=getChar_height)
int char_height;
3489 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3492 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3495 -(void)set: (NSString *)name first_tab: (NSString *)first_tab width: (
int)width height: (
int)height char_width: (
int)char_width char_height: (
int)char_height align_children: (NSString *)align_children element_array: (
FSDialogDescriptionElementArray*)element_array;
3505 @property (nonatomic, weak, getter=getUsername) NSString * username;
3506 @property (nonatomic, weak, getter=getPassword) NSString * password;
3507 @property (nonatomic, getter=getIs_use_platform_auth) BOOL is_use_platform_auth;
3509 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3512 -(void)set: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
3522 @property (nonatomic, weak, getter=getRequest_url) NSString * request_url;
3523 @property (nonatomic, weak, getter=getRequest_content) NSString * request_content;
3524 @property (nonatomic, weak, getter=getSoap_action) NSString * soap_action;
3525 @property (nonatomic, weak, getter=getSoap_namespace) NSString * soap_namespace;
3526 @property (nonatomic, weak, getter=getSoap_version) NSString * soap_version;
3527 @property (nonatomic, weak, getter=getContent_type) NSString * content_type;
3528 @property (nonatomic, getter=getIs_encode) BOOL is_encode;
3529 @property (nonatomic, getter=getIs_wiredump) BOOL is_wiredump;
3530 @property (nonatomic, weak, getter=getRequest_header) NSString * request_header;
3533 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3536 -(void)set: (NSString *)request_url request_content: (NSString *)request_content soap_action: (NSString *)soap_action soap_namespace: (NSString *)soap_namespace soap_version: (NSString *)soap_version content_type: (NSString *)content_type is_encode: (BOOL)is_encode is_wiredump: (BOOL)is_wiredump request_header: (NSString *)request_header authenticate: (
FSSOAPAuthenticateInfo*)authenticate;
3546 @property (nonatomic, weak, getter=getResponse_header) NSString * response_header;
3547 @property (nonatomic, weak, getter=getResponse_body) NSString * response_body;
3548 @property (nonatomic, weak, getter=getNetwork_error) NSString * network_error;
3549 @property (nonatomic, getter=getStatus_code)
unsigned int status_code;
3551 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3554 -(void)set: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (
unsigned int)status_code;
3604 @property (nonatomic, getter=getIs_show_ui) BOOL is_show_ui;
3605 @property (nonatomic, getter=getIs_reverse) BOOL is_reverse;
3606 @property (nonatomic, getter=getIs_print_as_image) BOOL is_print_as_image;
3607 @property (nonatomic, getter=getIs_print_auto_center) BOOL is_print_auto_center;
3608 @property (nonatomic, getter=getIs_print_auto_rotate) BOOL is_print_auto_rotate;
3609 @property (nonatomic, getter=getIs_simulate_overprinting) BOOL is_simulate_overprinting;
3610 @property (nonatomic, getter=getIs_print_page_border) BOOL is_print_page_border;
3611 @property (nonatomic, weak, getter=getPage_range)
FSRange* page_range;
3613 @property (nonatomic, weak, getter=getPrinter_name) NSString * printer_name;
3614 @property (nonatomic, weak, getter=getOutput_file_name) NSString * output_file_name;
3615 @property (nonatomic, getter=getNum_copies)
int num_copies;
3617 @property (nonatomic, getter=getIs_tile_label) BOOL is_tile_label;
3618 @property (nonatomic, getter=getTile_mark) BOOL tile_mark;
3619 @property (nonatomic, getter=getTile_overlap)
float tile_overlap;
3620 @property (nonatomic, getter=getTile_scale)
float tile_scale;
3624 @property (nonatomic, getter=getNum_pages_h)
int num_pages_h;
3625 @property (nonatomic, getter=getNum_pages_v)
int num_pages_v;
3628 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3674 @property (nonatomic, getter=getHas_close) BOOL has_close;
3675 @property (nonatomic, getter=getHas_title) BOOL has_title;
3676 @property (nonatomic, weak, getter=getTitle) NSString * title;
3678 @property (nonatomic, weak, getter=getRect)
FSRectF* rect;
3680 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3699 @property (nonatomic, getter=getAuto_play) BOOL auto_play;
3700 @property (nonatomic, weak, getter=getBase_url) NSString * base_url;
3701 @property (nonatomic, getter=getBg_color)
unsigned int bg_color;
3702 @property (nonatomic, getter=getBg_opacity)
float bg_opacity;
3703 @property (nonatomic, getter=getDuration)
int duration;
3704 @property (nonatomic, getter=getPage)
int page;
3705 @property (nonatomic, getter=getRepeat)
int repeat;
3706 @property (nonatomic, getter=getShow_ui) BOOL show_ui;
3707 @property (nonatomic, getter=getIs_visible) BOOL is_visible;
3708 @property (nonatomic, getter=getVolume)
int volume;
3710 @property (nonatomic, weak, getter=getFloating_wnd_info)
FSFloatingInfo* floating_wnd_info;
3712 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3715 -(void)set: (BOOL)auto_play base_url: (NSString *)base_url bg_color: (
unsigned int)bg_color bg_opacity: (
float)bg_opacity duration: (
int)duration page: (
int)page repeat: (
int)repeat show_ui: (BOOL)show_ui is_visible: (BOOL)is_visible volume: (
int)volume window_type: (
FSMediaSettingsPlayerWindowType)window_type floating_wnd_info: (
FSFloatingInfo*)floating_wnd_info;
3725 @property (nonatomic, weak, getter=getDoc)
FSPDFDoc* doc;
3726 @property (nonatomic, weak, getter=getScreen_annot)
FSScreen* screen_annot;
3727 @property (nonatomic, weak, getter=getRendition)
FSRendition* rendition;
3728 @property (nonatomic, weak, getter=getURL) NSString * uRL;
3729 @property (nonatomic, weak, getter=getAudio_format) NSString * audio_format;
3732 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3735 -(void)set: (
FSPDFDoc*)doc screen_annot: (
FSScreen*)screen_annot rendition: (
FSRendition*)rendition URL: (NSString *)URL audio_format: (NSString *)audio_format player_settings: (
FSMediaSettings*)player_settings;
3751 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
3752 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
3753 @property (nonatomic, getter=getIs_search_bookmarks) BOOL is_search_bookmarks;
3754 @property (nonatomic, getter=getIs_search_in_markup) BOOL is_search_in_markup;
3755 @property (nonatomic, getter=getIs_search_in_attachments) BOOL is_search_in_attachments;
3756 @property (nonatomic, getter=getIs_ignore_accents) BOOL is_ignore_accents;
3757 @property (nonatomic, getter=getIs_proximity) BOOL is_proximity;
3758 @property (nonatomic, getter=getIs_stemming) BOOL is_stemming;
3759 @property (nonatomic, getter=getIs_ignore_full_width) BOOL is_ignore_full_width;
3760 @property (nonatomic, getter=getMax_docs)
int max_docs;
3762 @property (nonatomic, getter=getIs_search_doc_text) BOOL is_search_doc_text;
3764 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3767 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive is_search_bookmarks: (BOOL)is_search_bookmarks is_search_in_marup: (BOOL)is_search_in_marup is_search_in_attachments: (BOOL)is_search_in_attachments is_ignore_accents: (BOOL)is_ignore_accents is_proximity: (BOOL)is_proximity is_stemming: (BOOL)is_stemming is_ignore_full_width: (BOOL)is_ignore_full_width max_docs: (
int)max_docs word_matching: (
FSSearchOptionWordMatching)word_matching is_search_doc_text: (BOOL)is_search_doc_text;
3777 @property (nonatomic, weak, getter=getName) NSString * name;
3778 @property (nonatomic, getter=getIs_available) BOOL is_available;
3779 @property (nonatomic, weak, getter=getPath) NSString * path;
3780 @property (nonatomic, getter=getIs_selected) BOOL is_selected;
3782 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3785 -(void)set: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
3888 @property (nonatomic, weak, getter=getTitle) NSString * title;
3889 @property (nonatomic, getter=getColor)
unsigned int color;
3890 @property (nonatomic, getter=getStyle)
unsigned int style;
3891 @property (nonatomic, weak, getter=getAction)
FSAction* action;
3892 -(id)
init NS_UNAVAILABLE;
3894 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3904 -(BOOL)removeAction;
3906 -(BOOL)isFirstChild;
3915 -(id)
init NS_UNAVAILABLE;
3917 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3922 -(NSString *)getKey: (
int)index;
3923 -(
FSFileSpec*)getEmbeddedFile: (NSString *)key;
3924 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (
FSFileSpec*)file_spec;
3925 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (
FSFileSpec*)file_spec;
3926 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
3927 -(BOOL)removeEmbeddedFile: (NSString *)key;
3929 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
3937 @property (nonatomic, weak, getter=getFileName) NSString * fileName;
3939 @property (nonatomic, weak, getter=getDescription) NSString * description;
3940 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
3941 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
3942 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3943 @property (nonatomic, weak, getter=getChecksum) NSData * checksum;
3944 -(id)
init NS_UNAVAILABLE;
3946 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3947 -(id)initWithDocument: (
FSPDFDoc*)document;
3951 -(
long long)getFileSize;
3952 -(
long long)getCompressedEmbeddedFileSize;
3954 -(BOOL)embed: (NSString *)file_path;
3955 -(BOOL)embedWithPDFObject: (
FSPDFObject*)pdf_object;
3959 -(BOOL)exportToFile: (NSString *)path;
3972 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3975 -(
unsigned long)getSize;
3978 -(void)removeAt: (
unsigned long)index;
3979 -(void)insertAt: (
unsigned long)index element: (
FSLayerNode*)element;
3991 @property (nonatomic, getter=getMin_factor)
float min_factor;
3992 @property (nonatomic, getter=getMax_factor)
float max_factor;
3994 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3996 -(id)initWithMin_factor: (
float)min_factor max_factor: (
float)max_factor;
3998 -(void)set: (
float)min_factor max_factor: (
float)max_factor;
4011 -(id)
init NS_UNAVAILABLE;
4013 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4014 -(id)initWithDocument: (
FSPDFDoc*)document;
4032 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
4035 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4053 -(id)
init NS_UNAVAILABLE;
4055 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4065 -(BOOL)setVisible: (
FSLayerNode*)layer is_visible: (BOOL)is_visible;
4072 -(id)
init NS_UNAVAILABLE;
4074 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4079 -(BOOL)removeChild: (
int)index;
4080 -(BOOL)moveTo: (
FSLayerNode*)parent_layer_node index: (
int)index;
4081 -(
FSLayerNode*)addChild: (
int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
4085 -(BOOL)hasIntent: (NSString *)intent;
4091 -(BOOL)setName: (NSString *)name;
4092 -(BOOL)setDefaultVisible: (BOOL)is_visible;
4113 -(id)
init NS_UNAVAILABLE;
4115 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4116 -(void)onTimer: (
int)timer;
4237 -(id)
init NS_UNAVAILABLE;
4239 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4241 -(id)initWithOther: (
FSFiller*)other;
4244 -(BOOL)onLButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4245 -(BOOL)onLButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4246 -(BOOL)onLButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4247 -(BOOL)onMouseMove: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4248 -(BOOL)onMouseEnter: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4249 -(BOOL)onMouseHover: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4250 -(BOOL)onMouseLeave: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4251 -(BOOL)onMouseWheel: (
FSPDFPage*)page point: (
FSPointF*)point delta: (
int)delta flags: (
unsigned int)flags;
4252 -(BOOL)onRButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4253 -(BOOL)onRButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4254 -(BOOL)onRButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4255 -(BOOL)onWheelButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4256 -(BOOL)onWheelButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4257 -(BOOL)onWheelButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4258 -(BOOL)onKeyDown: (
unsigned int)key_code flags: (
unsigned int)flags;
4259 -(BOOL)onKeyUp: (
unsigned int)key_code flags: (
unsigned int)flags;
4260 -(BOOL)onChar: (
unsigned int)char_code flags: (
unsigned int)flags;
4263 -(void)highlightFormFields: (BOOL)is_highlight;
4264 -(void)highlightFormFieldsAndSignatures: (BOOL)is_highlight is_sign_highlight: (BOOL)is_sign_highlight;
4265 -(void)setHighlightColor: (
unsigned int)color;
4266 -(void)showOverflowIndicator: (BOOL)is_show_overflow_indicator;
4284 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4287 -(
unsigned long)getSize;
4288 -(
FSField*)getAt: (
unsigned long)index;
4289 -(void)add: (
FSField*)element;
4290 -(void)removeAt: (
unsigned long)index;
4291 -(void)insertAt: (
unsigned long)index element: (
FSField*)element;
4303 @property (nonatomic, weak, getter=getOption_value) NSString * option_value;
4304 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
4305 @property (nonatomic, getter=getSelected) BOOL selected;
4306 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
4308 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4310 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4312 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4323 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4326 -(
unsigned long)getSize;
4329 -(void)removeAt: (
unsigned long)index;
4330 -(void)insertAt: (
unsigned long)index element: (
FSChoiceOption*)element;
4368 @property (nonatomic, getter=getFlags)
unsigned int flags;
4369 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
4370 @property (nonatomic, weak, getter=getValue) NSString *
value;
4372 @property (nonatomic, weak, getter=getAlternateName) NSString * alternateName;
4374 @property (nonatomic, weak, getter=getMappingName) NSString * mappingName;
4375 @property (nonatomic, getter=getMaxLength)
int maxLength;
4377 @property (nonatomic, getter=getTopVisibleIndex)
int topVisibleIndex;
4379 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4381 -(id)initWithField: (
FSField*)field;
4384 -(NSString *)getName;
4385 -(int)getControlCount;
4387 -(int)getControlCountWithPDFPage: (
FSPDFPage*)page;
4393 -(
FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
4402 @property (nonatomic, weak, getter=getFieldsInCalculationOrder)
FSFieldArray* fieldsInCalculationOrder;
4403 -(id)
init NS_UNAVAILABLE;
4405 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4406 -(id)initWithDocument: (
FSPDFDoc*)document;
4407 -(id)initWithOther: (
FSForm*)other;
4409 -(BOOL)needConstructAppearances;
4410 -(void)setConstructAppearances: (BOOL)need_construct;
4414 -(BOOL)validateFieldName: (
FSFieldType)type field_name: (NSString *)field_name;
4415 -(BOOL)renameField: (
FSField*)field new_field_name: (NSString *)new_field_name;
4417 -(BOOL)moveControl: (
FSControl*)control field_name: (NSString *)field_name;
4418 -(void)removeField: (
FSField*)field;
4419 -(void)removeControl: (
FSControl*)control;
4420 -(int)getFieldCount: (NSString *)filter;
4421 -(
FSField*)getField: (
int)index filter: (NSString *)filter;
4422 -(int)getControlCount: (
FSPDFPage*)page;
4426 -(BOOL)exportToXML: (NSString *)file_path;
4427 -(BOOL)exportToXMLWithFieldArray: (NSString *)file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
4429 -(BOOL)importFromXML: (NSString *)file_path;
4430 -(BOOL)exportToCSV: (NSString *)csv_file_path pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4431 -(BOOL)exportToCSVWithStreamCallback: (
id<
FSFileStreamCallback>)csv_file pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4432 -(BOOL)exportToHTML: (NSString *)html_file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
4434 -(BOOL)exportToTXT: (NSString *)txt_file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
4437 -(void)fixPageFields: (
int)page_index;
4444 @property (nonatomic, weak, getter=getExportValue) NSString * exportValue;
4447 -(id)
init NS_UNAVAILABLE;
4449 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4457 -(void)setChecked: (BOOL)checked_status;
4458 -(BOOL)isDefaultChecked;
4459 -(void)setDefaultChecked: (BOOL)checked_status;
4471 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4474 -(
unsigned long)getSize;
4477 -(void)removeAt: (
unsigned long)index;
4478 -(void)insertAt: (
unsigned long)index element: (
FSSignature*)element;
4588 @property (nonatomic, getter=getAppearanceFlags)
unsigned int appearanceFlags;
4589 @property (nonatomic, weak, getter=getSignTime)
FSDateTime* signTime;
4590 @property (nonatomic, weak, getter=getFilter) NSString * filter;
4591 @property (nonatomic, weak, getter=getSubFilter) NSString * subFilter;
4592 @property (nonatomic, weak, getter=getBitmap)
FSBitmap* bitmap;
4594 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4595 -(id)initWithField: (
FSField*)field;
4601 -(NSArray<NSString *> *)getFieldMDPActionFields;
4602 -(void)enableIncrementalSaveForFirstSigning: (BOOL)enable_incremental_save;
4607 -(NSString *)getCertificateInfo: (NSString *)key;
4608 -(
unsigned int)getState;
4609 -(BOOL)clearSignedData;
4611 -(
FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
4612 -(void)setAppearanceContent: (NSString *)appearance_content;
4617 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index;
4618 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (
int)frame_index;
4620 -(void)setDefaultContentsLength: (
unsigned int)default_length;
4622 -(NSString *)getCert: (
int)index;
4623 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
4627 -(void)setCustomObject: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object;
4629 -(BOOL)generateAppearance;
4631 -(void)enableEmbedFont: (BOOL)enable_embed_font;
4657 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4660 +(int)getServerCount;
4664 +(void)setDefaultServerWithIndex: (
int)index;
4666 +(
FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
4667 +(void)removeServerWithIndex: (
int)index;
4687 -(id)
init NS_UNAVAILABLE;
4689 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4719 @property (nonatomic, getter=getOffset)
float offset;
4720 @property (nonatomic, getter=getFirst_page_percent)
float first_page_percent;
4721 @property (nonatomic, getter=getIs_on_perforation) BOOL is_on_perforation;
4723 @property (nonatomic, getter=getIs_display_multiple_seal) BOOL is_display_multiple_seal;
4724 @property (nonatomic, getter=getPage_count_for_each_seal)
int page_count_for_each_seal;
4725 -(id)
init NS_UNAVAILABLE;
4727 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4728 -(id)initWithPaging_seal_position: (
FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (
float)offset first_page_percent: (
float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (
FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (
int)page_count_for_each_seal;
4729 -(void)set: (
FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (
float)offset first_page_percent: (
float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (
FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (
int)page_count_for_each_seal;
4743 -(id)
init NS_UNAVAILABLE;
4745 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4762 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4770 -(long)insertGraphicsObject: (
long)position_insert_after graphics_object: (
FSGraphicsObject*)graphics_object;
4772 -(BOOL)removeGraphicsObjectByPosition: (
long)position;
4773 -(long)moveGraphicsObjectByPosition: (
long)current_position position_move_after: (
long)position_move_after;
4826 @property (nonatomic, getter=getUserUnitSize)
float userUnitSize;
4827 -(id)
init NS_UNAVAILABLE;
4829 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4840 -(
FSMatrix2D*)getDisplayMatrix: (
int)left top: (
int)top width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
4842 -(int)getAnnotCount;
4843 -(
FSAnnot*)getAnnot: (
int)index;
4844 -(
FSAnnot*)getAnnotAtPoint: (
FSPointF*)position tolerance: (
float)tolerance;
4850 -(BOOL)removeAnnot: (
FSAnnot*)annot;
4851 -(void)moveAnnotToFirst: (
FSAnnot*)annot;
4852 -(void)moveAnnotToLast: (
FSAnnot*)annot;
4853 -(void)moveAnnotToPrev: (
FSAnnot*)annot;
4854 -(void)moveAnnotToNext: (
FSAnnot*)annot;
4855 -(void)updateAnnotList;
4856 -(BOOL)hasTransparency;
4858 -(BOOL)flatten: (BOOL)for_display options: (
unsigned int)options;
4859 -(BOOL)flattenAnnot: (
FSAnnot*)annot;
4860 -(BOOL)setAnnotGroup: (
FSMarkupArray*)annot_array header_index: (
int)header_index;
4862 -(
FSSignature*)addSignatureWithFieldName: (
FSRectF*)rect field_name: (NSString *)field_name;
4865 -(BOOL)hasWatermark;
4866 -(BOOL)removeAllWatermarks;
4867 -(void)setSize: (
float)width height: (
float)height;
4871 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path need_transform_annotations: (BOOL)need_transform_annotations;
4873 -(void)setClipRect: (
FSRectF*)clip_rect;
4874 -(void)setThumbnail: (
FSBitmap*)thumbnail;
4881 -(BOOL)addImage: (
FSImage*)image frame_index: (
int)frame_index position: (
FSPointF*)position width: (
float)width height: (
float)height auto_generate_content: (BOOL)auto_generate_content;
4882 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (
FSPointF*)position width: (
float)width height: (
float)height auto_generate_content: (BOOL)auto_generate_content;
4887 -(
FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
4888 -(void)clearRenderCache;
4890 -(BOOL)addText: (NSString *)text rect: (
FSRectF*)rect style: (
FSRichTextStyle*)style matrix: (
FSMatrix2D*)matrix is_each_text: (BOOL)is_each_text disable_embed_font: (BOOL)disable_embed_font;
4904 @property (nonatomic, getter=getStart_number)
int start_number;
4905 @property (nonatomic, getter=getEnd_number)
int end_number;
4908 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4909 -(id)initWithStart_number: (
int)start_number end_number: (
int)end_number filter: (
FSRangeFilter)filter;
4912 -(void)set: (
int)start_number end_number: (
int)end_number filter: (
FSRangeFilter)filter;
4922 @property (nonatomic, weak, getter=getHeader_left_content) NSString * header_left_content;
4923 @property (nonatomic, weak, getter=getHeader_center_content) NSString * header_center_content;
4924 @property (nonatomic, weak, getter=getHeader_right_content) NSString * header_right_content;
4925 @property (nonatomic, weak, getter=getFooter_left_content) NSString * footer_left_content;
4926 @property (nonatomic, weak, getter=getFooter_center_content) NSString * footer_center_content;
4927 @property (nonatomic, weak, getter=getFooter_right_content) NSString * footer_right_content;
4929 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4930 -(id)initWithHeader_left_content: (NSString *)header_left_content header_center_content: (NSString *)header_center_content header_right_content: (NSString *)header_right_content footer_left_content: (NSString *)footer_left_content footer_center_content: (NSString *)footer_center_content footer_right_content: (NSString *)footer_right_content;
4933 -(void)set: (NSString *)header_left_content header_center_content: (NSString *)header_center_content header_right_content: (NSString *)header_right_content footer_left_content: (NSString *)footer_left_content footer_center_content: (NSString *)footer_center_content footer_right_content: (NSString *)footer_right_content;
4943 @property (nonatomic, weak, getter=getFont)
FSFont* font;
4944 @property (nonatomic, getter=getText_size)
float text_size;
4945 @property (nonatomic, getter=getText_color)
unsigned int text_color;
4947 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
4948 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
4949 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
4950 @property (nonatomic, getter=getStart_page_number)
int start_page_number;
4952 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
4953 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
4954 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
4956 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4957 -(id)initWithFont: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color page_range: (
FSPageNumberRange*)page_range page_margin: (
FSRectF*)page_margin has_text_shrinked: (BOOL)has_text_shrinked has_fixedsize_for_print: (BOOL)has_fixedsize_for_print start_page_number: (
int)start_page_number content: (
FSHeaderFooterContent*)content is_to_embed_font: (BOOL)is_to_embed_font is_underline: (BOOL)is_underline;
4960 -(void)set: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color page_range: (
FSPageNumberRange*)page_range page_margin: (
FSRectF*)page_margin has_text_shrinked: (BOOL)has_text_shrinked has_fixedsize_for_print: (BOOL)has_fixedsize_for_print start_page_number: (
int)start_page_number content: (
FSHeaderFooterContent*)content is_to_embed_font: (BOOL)is_to_embed_font is_underline: (BOOL)is_underline;
4999 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5005 -(void)addString: (NSString *)new_string;
5026 @property (nonatomic, getter=getRow_space)
float row_space;
5027 @property (nonatomic, getter=getCol_space)
float col_space;
5028 @property (nonatomic, getter=getRotation)
float rotation;
5029 @property (nonatomic, getter=getOpacity)
int opacity;
5030 @property (nonatomic, getter=getScale)
int scale;
5031 @property (nonatomic, getter=getFlags)
unsigned int flags;
5033 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5034 -(id)initWithRow_space: (
float)row_space col_space: (
float)col_space rotation: (
float)rotation opacity: (
int)opacity scale: (
int)scale flags: (
unsigned int)flags;
5037 -(void)set: (
float)row_space col_space: (
float)col_space rotation: (
float)rotation opacity: (
int)opacity scale: (
int)scale flags: (
unsigned int)flags;
5047 @property (nonatomic, getter=getVersion)
int version;
5048 @property (nonatomic, weak, getter=getType) NSString * type;
5049 @property (nonatomic, weak, getter=getApp_id) NSString * app_id;
5050 @property (nonatomic, weak, getter=getUri) NSString * uri;
5051 @property (nonatomic, weak, getter=getDescription) NSString * description;
5053 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5055 -(id)initWithVersion: (
int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
5057 -(void)set: (
int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
5067 @property (nonatomic, getter=getVersion)
float version;
5068 @property (nonatomic, weak, getter=getCrypto_filter) NSString * crypto_filter;
5069 @property (nonatomic, weak, getter=getFile_name) NSString * file_name;
5070 @property (nonatomic, getter=getFile_size)
long long file_size;
5071 @property (nonatomic, weak, getter=getDescription) NSString * description;
5073 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5075 -(id)initWithVersion: (
float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (
long long)file_size description: (NSString *)description;
5077 -(void)set: (
float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (
long long)file_size description: (NSString *)description;
5087 @property (nonatomic, getter=getEnable_remove_metadata) BOOL enable_remove_metadata;
5088 @property (nonatomic, getter=getEnable_remove_fileattachment) BOOL enable_remove_fileattachment;
5089 @property (nonatomic, getter=getEnable_remove_bookmark) BOOL enable_remove_bookmark;
5090 @property (nonatomic, getter=getEnable_remove_searchIndex) BOOL enable_remove_searchIndex;
5091 @property (nonatomic, getter=getEnable_remove_comment) BOOL enable_remove_comment;
5092 @property (nonatomic, getter=getEnable_remove_form_fields) BOOL enable_remove_form_fields;
5093 @property (nonatomic, getter=getEnable_remove_hidden_text) BOOL enable_remove_hidden_text;
5094 @property (nonatomic, getter=getEnable_remove_hidden_layer) BOOL enable_remove_hidden_layer;
5095 @property (nonatomic, getter=getEnable_remove_content) BOOL enable_remove_content;
5096 @property (nonatomic, getter=getEnable_remove_link) BOOL enable_remove_link;
5097 @property (nonatomic, getter=getEnable_remove_overlaping) BOOL enable_remove_overlaping;
5099 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5110 @property (nonatomic, getter=getWidth)
float width;
5111 @property (nonatomic, getter=getHeight)
float height;
5114 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5115 -(id)initWithWidth: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
5118 -(void)set: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
5129 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5132 -(
unsigned long)getSize;
5135 -(void)removeAt: (
unsigned long)index;
5136 -(void)insertAt: (
unsigned long)index element: (
FSPageBasicInfo*)element;
5148 @property (nonatomic, weak, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
5149 @property (nonatomic, weak, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
5151 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5163 @property (nonatomic, weak, getter=getTitle) NSString * title;
5164 @property (nonatomic, weak, getter=getBookmark_level_array)
FSInt32Array* bookmark_level_array;
5165 @property (nonatomic, getter=getIs_show_serial_number) BOOL is_show_serial_number;
5166 @property (nonatomic, getter=getInclude_toc_pages) BOOL include_toc_pages;
5168 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5169 -(id)initWithTitle: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array is_show_serial_number: (BOOL)is_show_serial_number include_toc_pages: (BOOL)include_toc_pages;
5171 -(void)set: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array is_show_serial_number: (BOOL)is_show_serial_number include_toc_pages: (BOOL)include_toc_pages;
5260 @property (nonatomic, getter=getFileVersion)
int fileVersion;
5262 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5264 -(id)initWithPath: (NSString *)path;
5266 -(id)initWithOther: (
FSPDFDoc*)other;
5268 -(
unsigned long long)getFileSize;
5269 -(BOOL)isLinearized;
5275 -(int)getFirstAvailPageIndex;
5278 -(void)clearRenderCache;
5282 -(BOOL)isUserPassword: (NSString *)password;
5283 -(BOOL)isOwnerPassword: (NSString *)password;
5284 -(NSString *)getUserPassword: (NSString *)owner_password;
5290 -(BOOL)saveAs: (NSString *)file_path save_flags: (
unsigned int)save_flags;
5295 -(int)getBookmarkLevelDepth;
5296 -(BOOL)removeBookmark: (
FSBookmark*)bookmark;
5298 -(BOOL)hasHeaderFooter;
5302 -(BOOL)removeAllHeaderFooters;
5310 -(
FSPDFObject*)getIndirectObject: (
unsigned int)object_number;
5311 -(
unsigned int)addIndirectObject: (
FSPDFObject*)pdf_object;
5312 -(void)deleteIndirectObject: (
unsigned int)object_number;
5313 -(
unsigned int)getUserPermissions;
5317 -(
long long)getWrapperOffset;
5320 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (
FSWrapperData*)wrapper_data user_permissions: (
unsigned int)user_permissions owner_password: (NSString *)owner_password;
5321 -(
FSProgressive*)startSaveAsPayloadFile: (NSString *)file_path payload_file_path: (NSString *)payload_file_path crypto_filter: (NSString *)crypto_filter description: (NSString *)description version: (
float)version save_flags: (
unsigned int)save_flags pause: (
id<
FSPauseCallback>)pause;
5323 -(int)getReadingBookmarkCount;
5325 -(
FSReadingBookmark*)insertReadingBookmark: (
int)reading_bookmark_index title: (NSString *)title dest_page_index: (
int)dest_page_index;
5327 -(int)getSignatureCount;
5330 -(
FSPDFPage*)insertPage: (
int)index width: (
float)width height: (
float)height;
5332 -(
FSPDFPage*)addPageFromTemplate: (NSString *)template_name;
5333 -(BOOL)hidePageTemplate: (NSString *)template_name;
5334 -(BOOL)removePage: (
int)index;
5335 -(BOOL)removePageWithPDFPage: (
FSPDFPage*)page;
5336 -(BOOL)movePageTo: (
FSPDFPage*)page dest_index: (
int)dest_index;
5337 -(BOOL)movePagesTo: (
FSRange*)page_range dest_index: (
int)dest_index;
5338 -(
FSProgressive*)startImportPagesFromFilePath: (
int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password flags: (
unsigned int)flags layer_name: (NSString *)layer_name page_range: (
FSRange*)page_range pause: (
id<
FSPauseCallback>)pause;
5342 -(void)insertDocument: (
int)dest_index src_doc: (
FSPDFDoc*)src_doc options: (
unsigned int)options;
5343 -(void)insertDocumentWithBookmarkTitle: (
int)dest_index src_doc: (
FSPDFDoc*)src_doc options: (
unsigned int)options bookmark_title: (NSString *)bookmark_title;
5346 -(BOOL)importFromFDF: (
FSFDFDoc*)fdf_doc types: (
int)types page_range: (
FSRange*)page_range;
5347 -(BOOL)exportToFDF: (
FSFDFDoc*)fdf_doc types: (
int)types page_range: (
FSRange*)page_range;
5348 -(BOOL)exportAnnotToFDF: (
FSAnnot*)pdf_annot fdf_doc: (
FSFDFDoc*)fdf_doc;
5349 -(BOOL)exportFormFieldsToFDF: (
FSFieldArray*)field_array is_include: (BOOL)is_include fdf_doc: (
FSFDFDoc*)fdf_doc;
5350 -(NSString *)getHeader;
5353 -(BOOL)removeSecurity;
5355 -(
FSFont*)getFont: (
int)index;
5357 -(BOOL)setOpenAction: (
FSAction*)action;
5358 -(BOOL)removeOpenAction;
5359 -(BOOL)doJSOpenAction;
5365 -(void)addTableOfContents: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array;
5367 -(void)setCacheFile: (
id<
FSFileStreamCallback>)file_stream is_own_file_stream: (BOOL)is_own_file_stream;
5370 -(NSString *)getPageText: (
int)page_index;
5371 -(
FSPagingSealSignature*)addPagingSealSignature: (
FSRange*)page_range width: (
float)width height: (
float)height to_check_permission: (BOOL)to_check_permission;
5377 -(
FSAnnotArray*)getAnnotsByIdArray: (NSArray<NSString *> *)unique_id_arr;
5378 -(id)initWithBuffer: (NSData *)buffer;
5385 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
5386 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
5387 -(id)
init NS_UNAVAILABLE;
5389 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5390 -(id)initWithDocument: (
FSPDFDoc*)document;
5393 -(BOOL)hasKey: (NSString *)key;
5394 -(NSArray<NSString *> *)getValues: (NSString *)key;
5395 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
5396 -(NSArray<NSString *> *)getCustomerKeys;
5397 -(void)removeCustomerKey: (NSString *)key;
5419 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
5425 @property (nonatomic, getter=getPrintCopies)
int printCopies;
5426 @property (nonatomic, weak, getter=getPrintRange)
FSRange* printRange;
5427 -(id)
init NS_UNAVAILABLE;
5429 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5451 -(id)
init NS_UNAVAILABLE;
5453 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5454 -(id)initWithDocument: (
FSPDFDoc*)document;
5457 -(NSString *)getPageLabelTitle: (
int)page_index;
5458 -(BOOL)hasPageLabel: (
int)page_index;
5460 -(NSString *)getPageLabelPrefix: (
int)page_index;
5461 -(int)getPageLabelStart: (
int)page_index;
5462 -(void)setPageLabel: (
int)page_index label_style: (
FSPageLabelsStyle)label_style first_label_number: (
int)first_label_number prefix_string: (NSString *)prefix_string;
5463 -(void)removePageLabel: (
int)page_index;
5474 -(id)
init NS_UNAVAILABLE;
5476 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5477 -(id)initWithBitmap: (
FSBitmap*)bitmap simulate: (BOOL)simulate;
5478 -(id)initWithWidth: (
int)width height: (
int)height simulate: (BOOL)simulate;
5479 -(id)initWithOther: (
FSPSI*)other;
5482 -(void)setColor: (
unsigned int)color;
5483 -(void)setDiameter: (
int)diameter;
5484 -(void)setOpacity: (
float)opacity;
5495 @property (nonatomic, weak, getter=getTitle) NSString * title;
5496 @property (nonatomic, getter=getPageIndex)
int pageIndex;
5497 -(id)
init NS_UNAVAILABLE;
5499 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5502 -(
FSDateTime*)getDateTime: (BOOL)is_creation_date;
5503 -(void)setDateTime: (
FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
5516 -(id)
init NS_UNAVAILABLE;
5518 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5522 -(void)setScreenSize: (
float)width height: (
float)height;
5523 -(void)setScreenMargin: (
int)left top: (
int)top right: (
int)right bottom: (
int)bottom;
5524 -(void)setZoom: (
int)zoom;
5525 -(void)setParseFlags: (
unsigned int)flags;
5526 -(void)setLineSpace: (
float)line_space;
5527 -(void)setImageScale: (
float)image_scale;
5528 -(void)setTopSpace: (
float)top_space;
5532 -(
FSMatrix2D*)getDisplayMatrix: (
float)offset_x offset_y: (
float)offset_y width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
5534 -(
FSPointF*)getFocusPosition: (
FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
5546 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
5547 @property (nonatomic, getter=getSelected) BOOL selected;
5549 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5551 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
5553 -(void)set: (NSString *)option_label selected: (BOOL)selected;
5564 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5567 -(
unsigned long)getSize;
5570 -(void)removeAt: (
unsigned long)index;
5794 -(id)
init NS_UNAVAILABLE;
5796 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5798 -(id)initWithDocument: (
FSPDFDoc*)document;
5799 -(id)initWithOther: (
FSXFADoc*)other;
5808 -(void)setPDFPath: (NSString *)pdf_file_path;
5809 -(BOOL)importData: (NSString *)file_path;
5812 -(void)flattenTo: (NSString *)output_file_path;
5817 -(
FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5824 -(id)
init NS_UNAVAILABLE;
5826 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5829 -(
FSMatrix2D*)getDisplayMatrix: (
int)left top: (
int)top width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
5836 -(
FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5910 @property (nonatomic, weak, getter=getValue) NSString *
value;
5911 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
5912 -(id)
init NS_UNAVAILABLE;
5914 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5925 -(void)setCheckState: (BOOL)is_checked;
5927 -(BOOL)isSupportMultiline;
5928 -(BOOL)isSupportMultiSelect;
5930 -(BOOL)onMouseEnter;
5932 -(BOOL)onLButtonDown: (
FSPointF*)point flags: (
unsigned int)flags;
5933 -(BOOL)onLButtonUp: (
FSPointF*)point flags: (
unsigned int)flags;
5934 -(BOOL)onLButtonDoubleClick: (
FSPointF*)point flags: (
unsigned int)flags;
5935 -(BOOL)onMouseMove: (
FSPointF*)point flags: (
unsigned int)flags;
5936 -(BOOL)onRButtonDown: (
FSPointF*)point flags: (
unsigned int)flags;
5937 -(BOOL)onRButtonUp: (
FSPointF*)point flags: (
unsigned int)flags;
5938 -(BOOL)onKeyDown: (
unsigned int)key_code flags: (
unsigned int)flags;
5939 -(BOOL)onKeyUp: (
unsigned int)key_code flags: (
unsigned int)flags;
5940 -(BOOL)onChar: (
int)input_char flags: (
unsigned int)flags;
5947 -(NSString *)getToolTip;
5949 -(void)setImage: (
FSImage*)image;
5950 -(BOOL)isAllowRichText;
5953 -(BOOL)validateValue: (NSString *)value format: (NSString *)format;
5954 -(NSString *)getJavaScript;
5955 -(NSString *)getXMLContent;
5962 -(id)
init NS_UNAVAILABLE;
5964 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5965 -(id)initWithXfa_widget: (
FSXFAWidget*)xfa_widget;
5976 -(BOOL)paste: (NSString *)text;
6011 @property (nonatomic, weak, getter=getFont)
FSFont* font;
6013 @property (nonatomic, getter=getFont_size)
float font_size;
6014 @property (nonatomic, getter=getOrigin_x)
float origin_x;
6015 @property (nonatomic, getter=getOrigin_y)
float origin_y;
6016 @property (nonatomic, weak, getter=getChar_box)
FSRectF* char_box;
6017 @property (nonatomic, weak, getter=getChar_outbox)
FSRectF* char_outbox;
6018 @property (nonatomic, weak, getter=getMatrix)
FSMatrix2D* matrix;
6020 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6041 -(id)
init NS_UNAVAILABLE;
6043 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6044 -(id)initWithPage: (
FSPDFPage*)page flags: (
int)flags;
6049 -(NSString *)getChars: (
int)start count: (
int)count;
6050 -(int)getIndexAtPos: (
float)x y: (
float)y tolerance: (
float)tolerance;
6051 -(NSString *)getTextInRect: (
FSRectF*)rect;
6053 -(
FSRange*)getWordAtPos: (
float)x y: (
float)y tolerance: (
float)tolerance;
6054 -(int)getTextRectCount: (
int)start count: (
int)count;
6055 -(
FSRectF*)getTextRect: (
int)rect_index;
6056 -(
FSRotation)getBaselineRotation: (
int)rect_index;
6059 -(NSString *)getTextUnderAnnot: (
FSAnnot*)annot;
6074 -(id)
init NS_UNAVAILABLE;
6076 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6079 -(id)initWithText_page: (
FSTextPage*)text_page;
6080 -(id)initWithAnnot: (
FSAnnot*)annot;
6083 -(BOOL)setPattern: (NSString *)key_words is_regex_search: (BOOL)is_regex_search;
6084 -(BOOL)setStartPage: (
int)page_index;
6085 -(BOOL)setEndPage: (
int)page_index;
6086 -(BOOL)setStartCharacter: (
int)char_index;
6087 -(BOOL)setSearchFlags: (
unsigned int)search_flags;
6103 -(id)
init NS_UNAVAILABLE;
6105 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6118 -(id)
init NS_UNAVAILABLE;
6120 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6139 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6154 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6155 @property (nonatomic, getter=getUser_permissions)
unsigned int user_permissions;
6157 @property (nonatomic, getter=getKey_length)
int key_length;
6159 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6160 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (
unsigned int)user_permissions cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length;
6163 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (
unsigned int)user_permissions cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length;
6176 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6179 -(BOOL)initialize: (
FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6180 -(BOOL)initializeW: (
FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6181 -(void)setAES256ModifyFlags: (
unsigned int)modify_flags;
6192 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6194 @property (nonatomic, weak, getter=getEnvelopes) NSArray<NSData *> * envelopes;
6196 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6197 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (
FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
6207 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6221 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6222 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
6224 @property (nonatomic, getter=getKey_length)
int key_length;
6225 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
6226 @property (nonatomic, getter=getUser_permissions)
unsigned int user_permissions;
6228 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6229 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata sub_filter: (NSString *)sub_filter cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length is_owner: (BOOL)is_owner user_permissions: (
unsigned int)user_permissions;
6232 -(void)set: (BOOL)is_encrypt_metadata sub_filter: (NSString *)sub_filter cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length is_owner: (BOOL)is_owner user_permissions: (
unsigned int)user_permissions;
6239 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6242 -(NSString *)getDRMValue: (NSString *)key;
6243 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
6245 -(BOOL)initialize: (
FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSData *)initial_key;
6256 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6257 @property (nonatomic, weak, getter=getFilter) NSString * filter;
6258 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
6260 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6261 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6264 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6271 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6285 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6286 @property (nonatomic, weak, getter=getPublish_license) NSString * publish_license;
6287 @property (nonatomic, weak, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
6288 @property (nonatomic, getter=getIrm_version)
float irm_version;
6290 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6291 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (
float)irm_version;
6294 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (
float)irm_version;
6301 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6329 -(id)
init NS_UNAVAILABLE;
6331 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6340 -(BOOL)adjustStructureOrder: (
FSAnnotArray*)annot_array;
6347 -(id)
init NS_UNAVAILABLE;
6349 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6380 @property (nonatomic, getter=getPosition) FSPosition position;
6381 @property (nonatomic, getter=getOffset_x)
float offset_x;
6382 @property (nonatomic, getter=getOffset_y)
float offset_y;
6383 @property (nonatomic, getter=getFlags)
unsigned int flags;
6384 @property (nonatomic, getter=getScale_x)
float scale_x;
6385 @property (nonatomic, getter=getScale_y)
float scale_y;
6386 @property (nonatomic, getter=getRotation)
float rotation;
6387 @property (nonatomic, getter=getOpacity)
int opacity;
6389 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6390 -(id)initWithPosition: (FSPosition)position offset_x: (
float)offset_x offset_y: (
float)offset_y flags: (
unsigned int)flags scale_x: (
float)scale_x scale_y: (
float)scale_y rotation: (
float)rotation opacity: (
int)opacity;
6393 -(void)set: (FSPosition)position offset_x: (
float)offset_x offset_y: (
float)offset_y flags: (
unsigned int)flags scale_x: (
float)scale_x scale_y: (
float)scale_y rotation: (
float)rotation opacity: (
int)opacity;
6408 @property (nonatomic, getter=getFont_size)
float font_size;
6409 @property (nonatomic, getter=getColor)
unsigned int color;
6411 @property (nonatomic, getter=getLine_space)
float line_space;
6413 @property (nonatomic, weak, getter=getFont)
FSFont* font;
6415 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6426 -(id)
init NS_UNAVAILABLE;
6428 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6429 -(id)initWithDocument: (
FSPDFDoc*)document;
6451 @property (nonatomic, getter=getLine_width)
float line_width;
6452 @property (nonatomic, getter=getColor)
unsigned int color;
6453 @property (nonatomic, getter=getDash_phase)
float dash_phase;
6456 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6471 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6474 -(
unsigned long)getSize;
6477 -(void)removeAt: (
unsigned long)index;
6478 -(void)insertAt: (
unsigned long)index element: (
FSTableCellData*)element;
6491 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6494 -(
unsigned long)getSize;
6497 -(void)removeAt: (
unsigned long)index;
6511 @property (nonatomic, getter=getCell_fill_color)
unsigned int cell_fill_color;
6512 @property (nonatomic, weak, getter=getCell_text) NSString * cell_text;
6513 @property (nonatomic, weak, getter=getCell_image)
FSImage* cell_image;
6514 @property (nonatomic, weak, getter=getCell_margin)
FSRectF* cell_margin;
6516 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6518 -(id)initWithCell_text_style: (
FSRichTextStyle*)cell_text_style cell_fill_color: (
unsigned int)cell_fill_color cell_text: (NSString *)cell_text cell_image: (
FSImage*)cell_image cell_margin: (
FSRectF*)cell_margin;
6520 -(void)set: (
FSRichTextStyle*)cell_text_style cell_fill_color: (
unsigned int)cell_fill_color cell_text: (NSString *)cell_text cell_image: (
FSImage*)cell_image cell_margin: (
FSRectF*)cell_margin;
6531 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6534 -(
unsigned long)getSize;
6535 -(
FSPoint*)getAt: (
unsigned long)index;
6536 -(void)add: (
FSPoint*)element;
6537 -(void)removeAt: (
unsigned long)index;
6538 -(void)insertAt: (
unsigned long)index element: (
FSPoint*)element;
6550 @property (nonatomic, weak, getter=getRect)
FSRectF* rect;
6551 @property (nonatomic, getter=getRow_count)
int row_count;
6552 @property (nonatomic, getter=getCol_count)
int col_count;
6554 @property (nonatomic, weak, getter=getOutside_border_right)
FSTableBorderInfo* outside_border_right;
6556 @property (nonatomic, weak, getter=getOutside_border_bottom)
FSTableBorderInfo* outside_border_bottom;
6560 @property (nonatomic, weak, getter=getRow_height_array)
FSFloatArray* row_height_array;
6561 @property (nonatomic, weak, getter=getCol_width_array)
FSFloatArray* col_width_array;
6563 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6576 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6578 +(BOOL)insertTablePagesToDocument: (
FSPDFDoc*)doc dest_page_index: (
int)dest_page_index page_width: (
float)page_width page_height: (
float)page_height data: (
FSTableData*)data cell_array: (
FSTableCellDataArray*)cell_array allow_to_cross_page: (BOOL)allow_to_cross_page tablegenerator_callback: (
id<
FSTableGeneratorCallback>)tablegenerator_callback;
6588 -(id)
init NS_UNAVAILABLE;
6590 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6591 -(id)initWithDirectory: (NSString *)directory;
6607 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6611 -(void)setDataBasePath: (NSString *)path_of_data_base;
6613 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
6634 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6635 +(
FSErrorCode)initialize: (NSString *)compliance_resource_folder_path compliance_engine_unlockcode: (NSString *)compliance_engine_unlockcode;
6638 +(void)releaseThreadContext;
6639 +(void)setTempFolderPath: (NSString *)temp_folder_path;
6640 +(void)enableHandleTransparency: (BOOL)enable_handle_transparency;
6641 +(void)setLanguage: (NSString *)language;
6667 @property (nonatomic, weak, getter=getPreflight_key) NSString * preflight_key;
6669 @property (nonatomic, weak, getter=getSrc_pdf_path) NSString * src_pdf_path;
6670 @property (nonatomic, weak, getter=getSaved_pdf_path) NSString * saved_pdf_path;
6671 @property (nonatomic, getter=getFirst_page_index)
int first_page_index;
6672 @property (nonatomic, getter=getLast_page_index)
int last_page_index;
6674 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6698 @property (nonatomic, getter=getTo_generate_overview) BOOL to_generate_overview;
6699 @property (nonatomic, getter=getTo_highlight_problems) BOOL to_highlight_problems;
6701 @property (nonatomic, weak, getter=getReport_file_path) NSString * report_file_path;
6703 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6711 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6716 -(NSArray<NSData *> *)getItemKeysArray: (NSString *)group_name;
6720 -(BOOL)canFixup: (NSString *)item_key;
6737 @property (nonatomic, getter=getUsed_count)
unsigned int used_count;
6739 @property (nonatomic, weak, getter=getName) NSString * name;
6740 @property (nonatomic, weak, getter=getComment) NSString * comment;
6741 @property (nonatomic, weak, getter=getReasons) NSArray<NSString *> * reasons;
6743 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6761 @property (nonatomic, getter=getTriggered_count)
unsigned int triggered_count;
6763 @property (nonatomic, weak, getter=getName) NSString * name;
6764 @property (nonatomic, weak, getter=getComment) NSString * comment;
6765 @property (nonatomic, weak, getter=getTrigger_values) NSArray<NSString *> * trigger_values;
6766 @property (nonatomic, getter=getPage_index)
int page_index;
6768 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6777 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6806 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6823 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6856 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6869 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6873 -(
FSResultInformation*)verify: (
int)verify_version src_pdf_path: (NSString *)src_pdf_path first_page_index: (
int)first_page_index last_page_index: (
int)last_page_index progress_callback: (
id<
FSComplianceProgressCallback>)progress_callback;
6906 @property (nonatomic, weak, getter=getRect_array)
FSRectFArray* rect_array;
6907 @property (nonatomic, weak, getter=getDiff_contents) NSString * diff_contents;
6909 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6923 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6926 -(
unsigned long)getSize;
6929 -(void)removeAt: (
unsigned long)index;
6945 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6961 -(id)
init NS_UNAVAILABLE;
6963 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6964 -(id)initWithBase_doc: (
FSPDFDoc*)base_doc compared_doc: (
FSPDFDoc*)compared_doc;
6967 -(
FSCompareResults*)doCompare: (
int)base_page_index compared_page_index: (
int)compared_page_index compare_flags: (
unsigned int)compare_flags;
6968 -(
FSPDFDoc*)generateComparedDoc: (
unsigned int)compare_flags;
6969 -(
FSPDFDoc*)GenerateComparedDocWithIsShowAllLayers: (
unsigned int)compare_flags is_show_all_layers: (BOOL)is_show_all_layers;
6980 @property (nonatomic, getter=getContent_streams)
unsigned int content_streams;
6981 @property (nonatomic, getter=getImages)
unsigned int images;
6982 @property (nonatomic, getter=getFonts)
unsigned int fonts;
6983 @property (nonatomic, getter=getBookmarks)
unsigned int bookmarks;
6984 @property (nonatomic, getter=getX_object_forms)
unsigned int x_object_forms;
6985 @property (nonatomic, getter=getStructure_infos)
unsigned int structure_infos;
6986 @property (nonatomic, getter=getAcroforms)
unsigned int acroforms;
6987 @property (nonatomic, getter=getLink_annots)
unsigned int link_annots;
6988 @property (nonatomic, getter=getNamed_destnations)
unsigned int named_destnations;
6989 @property (nonatomic, getter=getColor_space)
unsigned int color_space;
6990 @property (nonatomic, getter=getPattern_infos)
unsigned int pattern_infos;
6991 @property (nonatomic, getter=getPiece_infos)
unsigned int piece_infos;
6992 @property (nonatomic, getter=getComments_and_3d_contents)
unsigned int comments_and_3d_contents;
6993 @property (nonatomic, getter=getShading_pattern_infos)
unsigned int shading_pattern_infos;
6994 @property (nonatomic, getter=getExtend_graphics_states)
unsigned int extend_graphics_states;
6995 @property (nonatomic, getter=getCross_ref_tables)
unsigned int cross_ref_tables;
6996 @property (nonatomic, getter=getThumbs)
unsigned int thumbs;
6997 @property (nonatomic, getter=getEmbed_files)
unsigned int embed_files;
6998 @property (nonatomic, getter=getWeb_infos)
unsigned int web_infos;
7000 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7010 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7049 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7054 -(void)setImageDPI: (
int)dpi;
7055 -(void)setImageDPILimit: (
int)dpi_limit;
7058 -(void)setBackgroundDownScale: (
int)down_scale;
7059 -(void)setForegroundDownScale: (
int)down_scale;
7060 -(void)setTextSensitivity: (
int)text_sensitivity;
7061 -(void)setTileSize: (
int)size;
7098 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7102 -(void)setImageDPI: (
int)dpi;
7103 -(void)setImageDPILimit: (
int)dpi_limit;
7114 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7118 -(void)setSubsetAllEmFonts: (BOOL)bSubsetAllEmFonts;
7119 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
7168 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7172 -(void)setOptimizerOptions: (
unsigned int)optimize_options;
7178 -(void)setCleanUpOptions: (
unsigned int)clean_up_options;
7179 -(void)setDiscardObjectsOptions: (
unsigned int)discard_objects_options;
7180 -(void)setDiscardUserDataOptions: (
unsigned int)discard_userdata_options;
7202 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7206 -(void)setOptimizedPages: (
FSRange*)pages;
7208 -(void)setColorGrayImageCompressionQuality: (
unsigned int)quality;
7313 @property (nonatomic, getter=getPage_width)
float page_width;
7314 @property (nonatomic, getter=getPage_height)
float page_height;
7315 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
7316 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
7317 @property (nonatomic, getter=getRotate_degrees)
FSRotation rotate_degrees;
7318 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
7319 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
7321 @property (nonatomic, getter=getTo_generate_bookmarks) BOOL to_generate_bookmarks;
7324 @property (nonatomic, getter=getTo_render_images) BOOL to_render_images;
7325 @property (nonatomic, getter=getTo_remove_underline_for_link) BOOL to_remove_underline_for_link;
7326 @property (nonatomic, getter=getTo_set_headerfooter) BOOL to_set_headerfooter;
7327 @property (nonatomic, weak, getter=getHeaderfooter_title) NSString * headerfooter_title;
7328 @property (nonatomic, weak, getter=getHeaderfooter_url) NSString * headerfooter_url;
7329 @property (nonatomic, weak, getter=getBookmark_root_name) NSString * bookmark_root_name;
7330 @property (nonatomic, getter=getTo_resize_objects) BOOL to_resize_objects;
7331 @property (nonatomic, getter=getTo_print_background) BOOL to_print_background;
7332 @property (nonatomic, getter=getTo_optimize_tag_tree) BOOL to_optimize_tag_tree;
7334 @property (nonatomic, getter=getTo_load_active_content) BOOL to_load_active_content;
7335 @property (nonatomic, getter=getTo_disable_sandbox) BOOL to_disable_sandbox;
7336 @property (nonatomic, getter=getTo_use_blacklist) BOOL to_use_blacklist;
7337 @property (nonatomic, getter=getTo_hide_header) BOOL to_hide_header;
7338 @property (nonatomic, getter=getTo_hide_footer) BOOL to_hide_footer;
7339 @property (nonatomic, getter=getTo_deny_local_file_access) BOOL to_deny_local_file_access;
7341 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7343 -(id)initWithPage_width: (
float)page_width page_height: (
float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (
FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (
FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (
FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (
FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (
FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (
FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist to_hide_header: (BOOL)to_hide_header to_hide_footer: (BOOL)to_hide_footer to_deny_local_file_access: (BOOL)to_deny_local_file_access;
7344 -(void)set: (
float)page_width page_height: (
float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (
FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (
FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (
FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (
FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (
FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (
FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist to_hide_header: (BOOL)to_hide_header to_hide_footer: (BOOL)to_hide_footer to_deny_local_file_access: (BOOL)to_deny_local_file_access;
7354 @property (nonatomic, getter=getPage_width)
float page_width;
7355 @property (nonatomic, getter=getPage_height)
float page_height;
7356 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
7357 @property (nonatomic, weak, getter=getFont)
FSFont* font;
7358 @property (nonatomic, getter=getText_size)
float text_size;
7359 @property (nonatomic, getter=getText_color)
unsigned int text_color;
7360 @property (nonatomic, getter=getLinespace)
float linespace;
7361 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
7363 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7365 -(id)initWithPage_width: (
float)page_width page_height: (
float)page_height page_margin: (
FSRectF*)page_margin font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color linespace: (
float)linespace is_break_page: (BOOL)is_break_page;
7366 -(void)set: (
float)page_width page_height: (
float)page_height page_margin: (
FSRectF*)page_margin font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color linespace: (
float)linespace is_break_page: (BOOL)is_break_page;
7414 @property (nonatomic, getter=getExport_flags)
unsigned int export_flags;
7419 @property (nonatomic, getter=getIs_active_layout) BOOL is_active_layout;
7420 @property (nonatomic, weak, getter=getOutput_title) NSString * output_title;
7421 @property (nonatomic, weak, getter=getOutput_author) NSString * output_author;
7422 @property (nonatomic, weak, getter=getOutput_subject) NSString * output_subject;
7423 @property (nonatomic, weak, getter=getOutput_keywords) NSString * output_keywords;
7424 @property (nonatomic, weak, getter=getOutput_creator) NSString * output_creator;
7425 @property (nonatomic, weak, getter=getOutput_producer) NSString * output_producer;
7426 @property (nonatomic, getter=getPaper_width)
float paper_width;
7427 @property (nonatomic, getter=getPaper_height)
float paper_height;
7429 @property (nonatomic, getter=getIs_output_progress) BOOL is_output_progress;
7430 @property (nonatomic, weak, getter=getProgress_callback) SWIGTYPE_p_void* progress_callback;
7432 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7443 @property (nonatomic, retain, getter=getRelated_resource_file) id<FSFileReaderCallback> related_resource_file;
7444 @property (nonatomic, weak, getter=getResource_file_relative_path) NSString * resource_file_relative_path;
7446 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7458 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7461 -(
unsigned long)getSize;
7464 -(void)removeAt: (
unsigned long)index;
7474 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7475 +(void)fromHTML: (NSString *)src_html engine_path: (NSString *)engine_path cookies_path: (NSString *)cookies_path setting_data: (
FSHTML2PDFSettingData*)setting_data saved_pdf_path: (NSString *)saved_pdf_path timeout: (
int)timeout;
7476 +(void)fromHTMLWithReaderCallback: (NSString *)src_html engine_path: (NSString *)engine_path cookies_reader: (
id<
FSFileReaderCallback>)cookies_reader setting_data: (
FSHTML2PDFSettingData*)setting_data saved_pdf_path: (NSString *)saved_pdf_path timeout: (
int)timeout;
7477 +(void)fromHTMLWithSaveFileWriterCallback: (NSString *)src_html engine_path: (NSString *)engine_path cookies_reader: (
id<
FSFileReaderCallback>)cookies_reader setting_data: (
FSHTML2PDFSettingData*)setting_data saved_pdf_filestream: (
id<
FSFileWriterCallback>)saved_pdf_filestream timeout: (
int)timeout;
7479 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (
FSTXT2PDFSettingData*)setting_data;
7480 +(void)fromImage: (NSString *)src_img saved_pdf_path: (NSString *)saved_pdf_path;
7482 +(BOOL)fromDWG: (NSString *)engine_path src_dwg_path: (NSString *)src_dwg_path saved_pdf_path: (NSString *)saved_pdf_path settings: (
FSDWG2PDFSettingData*)settings;
7483 +(BOOL)toXML: (NSString *)src_pdf_path src_file_password: (NSString *)src_file_password saved_xml_path: (NSString *)saved_xml_path saved_image_folder_path: (NSString *)saved_image_folder_path is_force_to_tagged_pdf: (BOOL)is_force_to_tagged_pdf;
7567 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7721 -(id)
init NS_UNAVAILABLE;
7723 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7750 -(id)
init NS_UNAVAILABLE;
7752 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7767 -(id)
init NS_UNAVAILABLE;
7769 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7783 -(id)
init NS_UNAVAILABLE;
7785 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7819 -(id)
init NS_UNAVAILABLE;
7821 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7828 -(BOOL)setAsDecorativeFigure: (
int)figure_index;
7829 -(void)setFigureAlternateText: (
int)figure_index alternate_text: (NSString *)alternate_text;
7830 -(NSString *)getFigureAlternateText: (
int)figure_index;
7831 -(
FSRectF*)getFigureRect: (
int)figure_index;
7832 -(int)getFigurePageIndex: (
int)figure_index;
7843 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
7844 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
7845 -(id)
init NS_UNAVAILABLE;
7847 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7848 -(id)initWithIs_whole_word: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7850 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7858 -(id)
init NS_UNAVAILABLE;
7860 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7864 -(void)setPattern: (NSString *)keywords page_index: (
int)page_index find_option: (
FSFindOption*)find_option;
7866 -(BOOL)replacePrev: (NSString *)replace_text;
7867 -(BOOL)replaceNext: (NSString *)replace_text;
7876 -(id)
init NS_UNAVAILABLE;
7878 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7910 -(id)
init NS_UNAVAILABLE;
7912 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7917 -(void)startEditing: (
int)page_index start_point: (
FSPointF*)start_point end_point: (
FSPointF*)end_point;
7918 -(void)exitEditing: (BOOL)is_end_directly;
7919 -(BOOL)insertText: (NSString *)text;
7921 -(BOOL)onChar: (
unsigned int)char_code;
7922 -(BOOL)onKeyDown: (
unsigned int)key_code;
7923 -(BOOL)onKeyUp: (
unsigned int)key_code;
7924 -(BOOL)onLButtonDown: (
int)page_index point: (
FSPointF*)point;
7925 -(BOOL)onLButtonUp: (
int)page_index point: (
FSPointF*)point;
7926 -(BOOL)onLButtonDoubleClick: (
int)page_index point: (
FSPointF*)point;
7927 -(BOOL)onMouseMove: (
int)page_index point: (
FSPointF*)point;
7928 -(BOOL)onMouseWheel: (
int)page_index point: (
FSPointF*)point delta: (
int)delta;
7941 -(void)setFontName: (NSString *)font_name;
7942 -(void)setFontSize: (
float)font_size;
7943 -(void)setTextColor: (
unsigned int)text_color;
7944 -(void)setBold: (BOOL)is_bold;
7945 -(void)setItalic: (BOOL)is_italic;
7947 -(void)setCharSpace: (
float)char_space;
7948 -(void)setCharHorizontalScale: (
int)scale;
7949 -(void)setLineSpace: (
float)line_space;
7950 -(void)setUnderline: (BOOL)is_underline;
7951 -(void)setStrikethrough: (BOOL)is_striketrough;
7952 -(void)setSuperscript: (BOOL)is_superscript;
7953 -(void)setSubscript: (BOOL)is_subscript;
7954 -(void)setParagraphSpacing: (
float)paragraph_space;
7974 -(id)
init NS_UNAVAILABLE;
7976 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7983 -(BOOL)onLButtonDown: (
int)page_index point: (
FSPointF*)point;
7984 -(BOOL)onLButtonUp: (
int)page_index point: (
FSPointF*)point;
7985 -(BOOL)onMouseMove: (
int)page_index point: (
FSPointF*)point;
7998 -(id)
init NS_UNAVAILABLE;
8000 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8006 -(void)setSystemDPI: (
float)horizontal_dpi vertical_dpi: (
float)vertical_dpi;
8024 @property (nonatomic, weak, getter=getResponse_data) NSData * response_data;
8026 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8041 @property (nonatomic, weak, getter=getStart_time)
FSDateTime* start_time;
8042 @property (nonatomic, weak, getter=getEnd_time)
FSDateTime* end_time;
8044 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8086 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
8087 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
8088 @property (nonatomic, weak, getter=getResponse)
FSResponse* response;
8089 @property (nonatomic, weak, getter=getResponse_effect_time_range)
FSTimeRange* response_effect_time_range;
8090 @property (nonatomic, weak, getter=getRevoke_time)
FSDateTime* revoke_time;
8093 @property (nonatomic, weak, getter=getCert_check_time)
FSDateTime* cert_check_time;
8094 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
8095 @property (nonatomic, weak, getter=getSignature_vri_creation_time)
FSDateTime* signature_vri_creation_time;
8096 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
8097 @property (nonatomic, weak, getter=getResponse_signature_vri_creation_time)
FSDateTime* response_signature_vri_creation_time;
8099 @property (nonatomic, weak, getter=getCert) NSData * cert;
8101 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8117 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8120 -(
unsigned long)getSize;
8123 -(void)removeAt: (
unsigned long)index;
8136 @property (nonatomic, weak, getter=getIssuer) NSData * issuer;
8137 @property (nonatomic, weak, getter=getCert) NSData * cert;
8139 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8140 -(id)initWithCert: (NSData *)cert issuer: (NSData *)issuer;
8143 -(void)set: (NSData *)cert issuer: (NSData *)issuer;
8154 @property (nonatomic, weak, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
8155 @property (nonatomic, weak, getter=getCrl_array) NSArray<NSData *> * crl_array;
8157 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8158 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
8161 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
8176 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8179 -(
unsigned long)getSize;
8182 -(void)removeAt: (
unsigned long)index;
8202 -(id)
init NS_UNAVAILABLE;
8204 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8205 -(id)initWithDocument: (
FSPDFDoc*)document is_verify_signature: (BOOL)is_verify_signature use_expired_tst: (BOOL)use_expired_tst ignore_doc_info: (BOOL)ignore_doc_info time_type: (
FSLTVVerifierTimeType)time_type;
8226 -(id)
init NS_UNAVAILABLE;
8228 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8246 @property (nonatomic, weak, getter=getText_state)
FSTextState* text_state;
8247 @property (nonatomic, weak, getter=getText) NSString * text;
8248 -(id)
init NS_UNAVAILABLE;
8250 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8251 -(id)initWithText_state: (
FSTextState*)text_state text: (NSString *)text;
8253 -(void)set: (
FSTextState*)text_state text: (NSString *)text;
8264 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8267 -(
unsigned long)getSize;
8270 -(void)removeAt: (
unsigned long)index;
8290 -(id)
init NS_UNAVAILABLE;
8292 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8308 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8313 -(void)move: (
FSPointF*)point width: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
8322 -(id)
init NS_UNAVAILABLE;
8324 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8334 -(id)
init NS_UNAVAILABLE;
8336 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8339 -(void)setBitmap: (
FSBitmap*)bitmap;
8346 -(id)
init NS_UNAVAILABLE;
8348 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8349 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8353 -(void)setBookmarkTitle: (NSString *)bookmark_title;
8354 -(void)setPDFFileName: (NSString *)pdf_file_name;
8366 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8369 -(
unsigned long)getSize;
8372 -(void)removeAt: (
unsigned long)index;
8395 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8405 -(id)
init NS_UNAVAILABLE;
8407 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8408 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8409 -(id)initWithReader_callback: (
id<
FSFileReaderCallback>)reader_callback password: (NSString *)password file_name: (NSString *)file_name;
8423 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8426 -(
unsigned long)getSize;
8429 -(void)removeAt: (
unsigned long)index;
8430 -(void)insertAt: (
unsigned long)index element: (
FSFormFileInfo*)element;
8439 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8440 +(void)combineFormsToCSV: (
FSFormFileInfoArray*)form_file_array dest_csv_file: (NSString *)dest_csv_file append: (BOOL)append;
8485 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8492 -(void)setAnnotType: (
FSAnnotType)type use_all: (BOOL)use_all;
8493 -(void)setFileTitle: (NSString *)title;
8494 -(void)setPageRect: (
FSRectF*)rect;
8495 -(void)setPageMargin: (
FSRectF*)margin;
8496 -(void)setStartPage: (
int)page_index;
8497 -(void)setEndPage: (
int)page_index;
8498 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
8499 -(void)setConnectorLineColor: (
unsigned int)color;
8500 -(void)setConnectorLineOpacity: (
float)opacity;
8508 -(id)
init NS_UNAVAILABLE;
8510 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8511 -(id)initWithDocument: (
FSPDFDoc*)document;
8555 -(id)
init NS_UNAVAILABLE;
8557 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8558 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
8561 -(void)setSimulationProfile: (NSString *)icc_profile_path;
8564 -(
unsigned int)getSpotPlateColor: (NSString *)plate_name;
8565 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
8566 -(BOOL)isChecked: (NSString *)plate_name;
8567 -(void)enableSimulateOverprint: (BOOL)is_to_simulate_overprint;
8582 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8597 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8600 -(
unsigned long)getSize;
8603 -(void)removeAt: (
unsigned long)index;
8604 -(void)insertAt: (
unsigned long)index element: (
FSPortfolioNode*)element;
8612 @property (nonatomic, weak, getter=getDescription) NSString * description;
8613 -(id)
init NS_UNAVAILABLE;
8615 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8618 -(NSString *)getName;
8620 -(
FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSFileStreamCallback>)file_stream file_name: (NSString *)file_name;
8633 -(id)
init NS_UNAVAILABLE;
8635 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8645 @property (nonatomic, weak, getter=getKeyName) NSString * keyName;
8646 @property (nonatomic, weak, getter=getSubtypeName) NSString * subtypeName;
8647 @property (nonatomic, weak, getter=getDisplayName) NSString * displayName;
8649 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8654 -(void)setVisibility: (BOOL)is_visible;
8666 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8669 -(
unsigned long)getSize;
8672 -(void)removeAt: (
unsigned long)index;
8673 -(void)insertAt: (
unsigned long)index element: (
FSSchemaField*)element;
8689 @property (nonatomic, weak, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
8690 @property (nonatomic, weak, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
8692 -(id)
init NS_UNAVAILABLE;
8694 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8701 -(BOOL)isSortedInAscending;
8702 -(void)setSortingOrder: (BOOL)use_ascending_order;
8717 -(id)
init NS_UNAVAILABLE;
8719 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8737 -(id)
init NS_UNAVAILABLE;
8739 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8755 @property (nonatomic, weak, getter=getOutput_folder_path) NSString * output_folder_path;
8756 @property (nonatomic, getter=getAdd_before_or_after_orginal_name) BOOL add_before_or_after_orginal_name;
8757 @property (nonatomic, weak, getter=getCustom_name) NSString * custom_name;
8758 @property (nonatomic, weak, getter=getSeparator) NSString * separator;
8759 @property (nonatomic, getter=getIs_overwrite) BOOL is_overwrite;
8761 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8763 -(void)set: (NSString *)output_folder_path add_before_or_after_orginal_name: (BOOL)add_before_or_after_orginal_name custom_name: (NSString *)custom_name separator: (NSString *)separator is_overwrite: (BOOL)is_overwrite;
8769 -(id)
init NS_UNAVAILABLE;
8771 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8772 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8773 -(id)initWithFile_reader: (
id<
FSFileReaderCallback>)file_reader password: (NSString *)password file_name: (NSString *)file_name;
8774 -(id)initWithDoc: (
FSPDFDoc*)doc file_name: (NSString *)file_name;
8788 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8791 -(
unsigned long)getSize;
8794 -(void)removeAt: (
unsigned long)index;
8814 @property (nonatomic, weak, getter=getBefore_splitting_file_name) NSString * before_splitting_file_name;
8815 @property (nonatomic, weak, getter=getAfter_split_files_paths) NSArray<NSString *> * after_split_files_paths;
8818 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8830 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8833 -(
unsigned long)getSize;
8836 -(void)removeAt: (
unsigned long)index;
8848 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8876 -(void)onProgress:(NSString*)message progress:(
float)progress;
8901 -(void)progressNotify:(NSString*)before_splitting_file_name after_split_file_path:(NSString*)after_split_file_path split_page_count:(
int)split_page_count total_page_count:(
int)total_page_count;
8945 -(NSData *)readBlock: (
unsigned long long)offset size: (
unsigned long long)size;
8975 -(BOOL)writeBlock:(NSData*)data offset:(
unsigned long long)offset;
9006 -(NSData *)readBlock: (
unsigned long long)offset size: (
unsigned long long)size;
9015 -(BOOL)writeBlock:(NSData*)data offset:(
unsigned long long)offset;
9067 -(BOOL)seek:(
int)current_pos;
9108 -(BOOL)invalidateRect:(
FSPDFDoc*)document page_index:(
int)page_index pdf_rect:(
FSRectF*)pdf_rect;
9120 -(int)getCurrentPage:(
FSPDFDoc*)document;
9132 -(void)setCurrentPage:(
FSPDFDoc*)document page_index:(
int)page_index;
9173 -(BOOL)setPageRotation:(
FSPDFDoc*)document page_index:(
int)page_index rotation:(
FSRotation)rotation;
9187 -(BOOL)executeNamedAction:(
FSPDFDoc*)document named_action:(NSString*)named_action;
9201 -(BOOL)setDocChangeMark:(
FSPDFDoc*)document change_mark:(BOOL)change_mark;
9213 -(BOOL)getDocChangeMark:(
FSPDFDoc*)document;
9236 -(
FSPDFDoc*)getOpenedDoc:(
int)index;
9269 -(void)closeDoc:(
FSPDFDoc*)document is_prompt_to_save:(BOOL)is_prompt_to_save;
9282 -(
FSPDFDoc*)openDoc:(NSString*)file_path password:(NSString*)password;
9301 -(BOOL)beep:(
int)type;
9321 -(NSString*)response:(NSString*)question title:(NSString*)title default_value:(NSString*)default_value label:(NSString*)label is_password:(BOOL)is_password;
9333 -(NSString*)getFilePath:(
FSPDFDoc*)document;
9345 -(BOOL)isLocalFile:(
FSPDFDoc*)document;
9359 -(NSString*)getAttachmentsFilePath:(
FSPDFDoc*)pdf_doc name:(NSString*)name;
9373 -(NSString*)getExtractedEmbeddedFilePath:(
FSPDFDoc*)pdf_doc name:(NSString*)name;
9398 -(BOOL)print:(
FSPDFDoc*)document is_ui:(BOOL)is_ui page_range:(
FSRange*)page_range is_silent:(BOOL)is_silent is_shrunk_to_fit:(BOOL)is_shrunk_to_fit is_printed_as_image:(BOOL)is_printed_as_image is_reversed:(BOOL)is_reversed is_to_print_annots:(BOOL)is_to_print_annots;
9427 -(BOOL)submitForm:(
FSPDFDoc*)document form_data:(NSData*)form_data url:(NSString*)url file_format_type:(FSFileFormatType)file_format_type;
9439 -(BOOL)launchURL:(NSString*)url;
9463 -(NSString*)
browseFile:(BOOL)is_open_dialog file_format:(NSString*)file_format file_filter:(NSString*)file_filter;
9507 -(int)alert:(NSString*)msg title:(NSString*)title type:(
int)type icon:(
int)icon;
9538 -(NSString*)popupMenu:(
FSMenuListArray*)menus is_selected_item:(NSNumber**)is_selected_item;
9552 -(
FSMenuItemEx*)popupMenuEx:(FSMenuItemExArray*)menus is_selected_item:(NSNumber**)is_selected_item;
9601 -(BOOL)mailData:(
void*)data data_type:(
FSActionCallbackMailType)data_type is_ui:(BOOL)is_ui to:(NSString*)to subject:(NSString*)subject cc:(NSString*)cc bcc:(NSString*)bcc message:(NSString*)message;
9617 -(
unsigned int)verifySignature:(
FSPDFDoc*)document pdf_signature:(
FSSignature*)pdf_signature;
9662 -(BOOL)removeToolButtom:(NSString*)button_name;
9693 -(BOOL) addMenuItem:(
FSMenuItemConfig*)menu_item_config is_prepend:(BOOL)is_prepend;
9735 -(void) setFullScreen:(BOOL)is_full_screen;
9752 -(void) onFieldValueChanged:(NSString*)field_name type:(
FSActionCallbackJSFieldValueChangeType)type value_before_changed:(NSArray<NSString*>*)value_before_changed value_after_changed:(NSArray<NSString*>*)value_after_changed;
9783 -(
FSActionCallbackJsMailResult)mailDoc:(
FSPDFDoc*)document to_address:(NSString*)to_address cc_address:(NSString*)cc_address bcc_address:(NSString*)bcc_address subject:(NSString*)subject message:(NSString*)message is_ui:(BOOL)is_ui;
9797 -(NSString*)getTemporaryFileName:(
FSPDFDoc*)document file_name:(NSString*)file_name;
9849 -(void)selectPageNthWord:(
int)page_index start_offset:(
int)start_offset end_offset:(
int)end_offset is_show_selection:(BOOL)is_show_selection;
10018 -(void) enablePageLoop:(BOOL)is_loop;
10050 -(void) setDefaultPageTransitionMode:(NSString*)trans_type trans_di:(NSString*)trans_di;
10074 -(void) postMessageToHtml:(NSArray<NSString*>*)message;
10116 -(BOOL)hasIcon: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10127 -(BOOL)canChangeColor: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10138 -(
FSPDFPage*)getIcon: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name color: (
unsigned int)color;
10152 -(
FSShadingColor*)getShadingColor: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name referenced_color: (
unsigned int)referenced_color shading_index: (
int)shading_index;
10162 -(NSNumber*)getDisplayWidth: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10172 -(NSNumber*)getDisplayHeight: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10230 -(void)onDocWillDestroy:(
FSPDFDoc*)document;
10238 -(void)onDocWillSave:(
FSPDFDoc*)document;
10273 -(BOOL)isDataAvail:(
int)offset size:(
int)size;
10288 -(BOOL)addDownloadHint:(
int)offset size:(
int)size;
10322 -(BOOL)setTimer:(
int)elapse timer:(
FSTimer*)timer out_timer_id:(
int*)out_timer_id;
10331 -(BOOL)killTimer:(
int)timer_id;
10343 -(void)focusGotOnControl:(
FSControl*)control value:(NSString*)value;
10356 -(void)focusLostFromControl:(
FSControl*)control value:(NSString*)value;
10405 -(BOOL)showPopupMenu:(const
void*)h_popup_menu point:(
FSPointF*)point;
10416 -(void)destroyPopupMenu:(const
void*)h_popup_menu;
10427 -(void)setClipboardText:(NSString*)text;
10448 -(void)reportInvalidValue:(NSString*)form_field_name invalid_value:(NSString*)invalid_value;
10475 -(int)retrieveSearchResult:(NSString*)file_path page_index:(
int)page_index match_result:(NSString*)match_result match_start_text_index:(
int)match_start_text_index match_end_text_index:(
int)match_end_text_index sentence:(NSString*)sentence match_sentence_start_text_index:(
int)match_sentence_start_text_index match_sentence_end_text_index:(
int)match_sentence_end_text_index;
10546 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
10569 -(BOOL)isOwner: (
FSPDFDoc *)document sub_filter:(NSString*)sub_filter;
10581 -(
unsigned int)getUserPermissions:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10607 -(int)getKeyLength:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10618 -(NSString*)getFileID:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10629 -(NSData*)getInitialKey:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10653 -(
void *)createContext: (NSString*)filter sub_filter: (NSString*)sub_filter encrypt_info: (NSString*)encrypt_info;
10664 -(BOOL)releaseContext: (
void *)context;
10678 -(
unsigned int)getUserPermissions: (
void *)context user_permission: (
FSPDFDocUserPermissions)user_permission;
10689 -(BOOL)isOwner: (
void *)context;
10712 -(NSData *)getEncryptKey: (
void *)context;
10724 -(
unsigned int)getDecryptedSize: (
void *)context src_data_size: (
unsigned int)src_data_size;
10737 -(
void *)startDecryptor: (
void *)context obj_num: (
int)obj_num gen_num: (
int)gen_num;
10750 -(NSData*)decryptData: (
void *)decryptor encrypted_data: (
void *)encrypted_data encrypted_data_len: (
unsigned int)encrypted_data_len;
10761 -(NSData *)finishDecryptor: (
void *)decryptor;
10776 -(
unsigned int)getEncryptedSize: (
void *)context obj_num: (
int)obj_num gen_num: (
int)gen_num src_data: (
void *)src_data src_data_len: (
unsigned int)src_data_len;
10793 -(BOOL)encryptData: (
void *)context obj_num: (
int)obj_num gen_num: (
int)gen_num src_data: (
void *)src_data src_data_len: (
unsigned int)src_data_len out_dst_buffer: (
void *)out_dst_buffer out_dst_buffer_len: (
unsigned int*)out_dst_buffer_len;
10813 -(BOOL)useStandardCryptoMethod:(
void*)context;
10858 -(BOOL)startCalcDigest: (
id<
FSFileReaderCallback>)file byte_range_array: (NSArray<NSNumber *> *)byte_range_array signature: (
FSSignature*)signature client_data: (
void* )client_data;
10890 -(NSData *)getDigest: (
void* )client_data;
10911 -(NSData *)sign: (NSData*)digest cert_path: (NSString* )cert_path cert_password: (NSString* )cert_password digest_algorithm: (
FSSignatureDigestAlgorithm)digest_algorithm client_data: (
void* )client_data;
10932 -(NSData *)sign: (NSData*)digest cert_file_stream:(
id<
FSFileStreamCallback>)cert_file_stream cert_password: (NSString* )cert_password digest_algorithm: (
FSSignatureDigestAlgorithm)digest_algorithm client_data: (
void* )client_data;
10953 -(
FSSignatureStates)verifySigState: (NSData*)digest signed_data: (NSData*)signed_data client_data: (
void* )client_data;
10983 -(
FSSignatureCallbackCertValidity)checkCertificateValidity:(NSString*)cert_path cert_password:(NSString*)cert_password client_data:(
void*)client_data;
11063 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
11086 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
11097 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
11126 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
11160 -(void)displayCaret:(
int)page_index is_visible:(BOOL)is_visible rect:(
FSRectF*)rect;
11175 -(BOOL)getPopupPos:(
int)page_index min_popup:(
float)min_popup max_popup:(
float)max_popup rect_widget:(
FSRectF*)rect_widget inout_rect_popup:(
FSRectF*)inout_rect_popup;
11184 -(BOOL)popupMenu:(
int)page_index rect_popup:(
FSPointF*)rect_popup;
11192 -(int)getCurrentPage:(
FSPDFDoc*) doc;
11201 -(void)setCurrentPage:(
FSPDFDoc*) doc current_page_index:(
int)current_page_index;
11209 -(void)setChangeMark:(
FSXFADoc*) doc;
11217 -(NSString*)getTitle:(
FSPDFDoc*) doc;
11227 -(void)setFocus:(
FSXFAWidget*)xfa_widget is_relayout:(BOOL) is_relayout;
11238 -(void)exportData:(
FSPDFDoc*)doc file_path:(NSString*) file_path;
11249 -(void)importData:(
FSPDFDoc*)doc file_path:(NSString*) file_path;
11258 -(void)gotoURL:(
FSPDFDoc*)doc url:(NSString*) url;
11271 -(void)print:(
FSPDFDoc*)doc start_page_index:(
int)start_page_index end_page_index:(
int)end_page_index options:(
int)options;
11279 -(int)getHighlightColor:(
FSPDFDoc*)doc;
11332 -(void)updateCurrentStateData:(
int)current_rate current_state_string:(NSString*)current_state_string;
11350 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
11391 -(BOOL)isCA:(NSData*)cert;
11400 -(
FSDateTime*)getDTSTime:(NSData*)signature_content;
11409 -(NSData*)getTSTSignature:(NSData*)signature_content;
11419 -(
FSDateTime*)getTSTTime:(NSData*)signature_content;
11429 -(
FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain:(NSArray<NSData*>*)trust_cert_chain;
11439 -(
FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
11448 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
11457 -(
FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
11466 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
11475 -(NSData*)getCRLSignature:(NSData*)crl_data;
11515 -(BOOL)isCertTrusted:(NSData*)cert;
11523 -(BOOL)isCertTrustedRoot:(NSData*)cert;
11554 -(
FSFontMapResult*)mapFont:(NSString*)font_name is_truetype:(BOOL)is_truetype styles:(
unsigned int)styles weight:(
int)weight italic_angle:(
int)italic_angle charset:(
FSFontCharset)charset;
11569 -(NSArray<NSData *> *) mapFont:(NSString*)font_family_name charset:(
FSFontCharset)charset styles:(
unsigned int)styles weight:(
int)weight italic_angle:(
int)italic_angle;
11674 -(BOOL)needToReplace:(NSString*)search_text replace_text:(NSString*)replace_text current_page_index:(
int)current_page_index text_rect_array:(
FSRectFArray*)text_rect_array;
11692 -(float)getTableTopMarginToPage:(
int)page_index;
11707 -(
FSPageBasicInfo*)GetNewPageBasicInfo:(
int)page_index rest_table_height:(
float)rest_table_height table_width:(
float)table_width;
11734 -(void*) getPageViewHandle:(
FSPDFDoc*)document page_index:(
int)page_index;
11752 -(float)getScale:(
FSPDFDoc*)document page_index:(
int)page_index;
11764 -(BOOL)gotoPageView:(
FSPDFDoc*)document page_index:(
int)page_index left:(
float)left top:(
float)top;
11772 -(NSArray<NSNumber *> *)getVisiblePageIndexArray:(
FSPDFDoc*)document;
11782 -(
FSRectF*)getPageVisibleRect:(
FSPDFDoc*)document page_index:(
int)page_index;
11792 -(
FSRectF*)getPageRect:(
FSPDFDoc*)document page_index:(
int)page_index;
11800 -(int)getCurrentPageIndex:(
FSPDFDoc*)document;
11821 -(void)invalidateRect:(
FSPDFDoc*)document page_index:(
int)page_index invalid_rects:(
FSRectFArray*)invalid_rects;
11839 -(void)setDocChangeMark:(
FSPDFDoc*)document;
11850 -(void)notifyTextInputReachLimit:(
FSPDFDoc*)document page_index:(
int)page_index;
FSPDFDocPasswordType
Enumeration for the type of current used password in a PDF document.
Definition: FSPDFObjC.h:5176
FSPagingSealSignature * getPagingSealSignature()
Get the associated paging seal signature.
NSString * getTemporaryDirectory()
A callback function to get temporary directory.
FSFullTextSearchRankMode
Enumeration for rank mode of full text search.
Definition: FSPDFObjC.h:6599
Definition: FSPDFObjC.h:4052
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:8066
int getOpenedDocCount()
A callback function to receive the count of opened documents.
Multiply complements of backdrop by source color values, and then complement the result.
Definition: FSPDFObjC.h:1451
N key.
Definition: FSPDFObjC.h:4180
BOOL findNext()
Search for next matched pattern.
Attribute type: role, which means strings of structure element meaning and standard type it maps to.
Definition: FSPDFObjC.h:7583
FSPDFPage * getPage()
Get the related PDF page.
Color space: DeviceN.
Definition: FSPDFObjC.h:688
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:3230
Markup annotation state model: marked.
Definition: FSPDFObjC.h:2639
File format type: XFD.
Definition: FSPDFObjC.h:714
Detect and merge image fragments.
Definition: FSPDFObjC.h:7152
Compression quality: High, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7083
BOOL onCopy()
Call this function when the popup menu item "Copy" is down.
NSString * getProviderVersion()
A callback function used to get provider version.
Foxit wrapper document.
Definition: FSPDFObjC.h:5254
Definition: FSPDFObjC.h:8935
Use for zooming.
Definition: FSPDFObjC.h:4049
Attribute type: TBorderStyle, which represents the style of the border drawn on each edge of a table ...
Definition: FSPDFObjC.h:7607
If set, only show with RGB.
Definition: FSPDFObjC.h:8532
Border style: Beveled.
Definition: FSPDFObjC.h:2342
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:641
Attribute type: TextDecorationType, which represents the text decoration, if any, to be applied to th...
Definition: FSPDFObjC.h:7613
Definition: FSPDFObjC.h:3772
File format type: XML.
Definition: FSPDFObjC.h:713
(Only useful for choice field) If set, the field's option items should be sorted alphabetically.
Definition: FSPDFObjC.h:4363
FSFileSpec * getFileSpec()
Get the related file specification object which is used to access an embedded file information and da...
Unknown Type.
Definition: FSPDFObjC.h:1744
Reverses the state of subsequent groups.
Definition: FSPDFObjC.h:2214
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:4680
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:1809
Enum value: Circle, which means open circular bullet.
Definition: FSPDFObjC.h:7668
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:2506
FSStructTreeEntityStructTreeEntityType getType()
Get structure tree entity type.
Encoding foramt: "ISO_2022_CN".
Definition: FSPDFObjC.h:7274
Structure element type: Annot, which means "Annotation" and represents an association between a porti...
Definition: FSPDFObjC.h:7534
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:2489
Discard document tags.
Definition: FSPDFObjC.h:7150
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:988
int getCount()
Get the count of elements in current name tree.
FSXFADocType getType()
Get the XFA document type.
FSXFAWidget * getFirstWidget()
Get the first XFA widget in current tab order.
Any of players in this type may be used in playing the associated media clip.
Definition: FSPDFObjC.h:1792
Definition: FSPDFObjC.h:3914
Encoding foramt: "JAGRAN".
Definition: FSPDFObjC.h:7278
Definition: FSPDFObjC.h:6545
Definition: FSPDFObjC.h:6692
Definition: FSPDFObjC.h:10087
XFA loading error.
Definition: FSPDFObjC.h:498
Structure element type: Private, which means "Private element" and represents a grouping element cont...
Definition: FSPDFObjC.h:7506
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:4548
No encryption pattern.
Definition: FSPDFObjC.h:5185
Structure element type: TBody, which means "Table body row group" and represents a group of rows that...
Definition: FSPDFObjC.h:7525
Enum value: Page, which means page artifacts. Production aids extraneous to the document itself,...
Definition: FSPDFObjC.h:7694
Message box button ID: Cancel.
Definition: FSPDFObjC.h:5718
FSPDFDoc * createBlankDoc()
A callback function to create a blank PDF document object.
Two short lines meeting in an acute angle to form an open arrowhead.
Definition: FSPDFObjC.h:2660
Sample message: "Unable to set the value for property 'length'".
Definition: FSPDFObjC.h:5619
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:682
Result type: delete path.
Definition: FSPDFObjC.h:6888
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:4521
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4975
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: FSPDFObjC.h:3562
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:7134
Annotations summary string ID: specify the prefix when annotation type is outputed in result document...
Definition: FSPDFObjC.h:8452
Enum value: UpperRoman, which means uppercase roman numerals (I, II, III, IV, ...).
Definition: FSPDFObjC.h:7671
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:4675
Result type: replace path.
Definition: FSPDFObjC.h:6890
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:887
If set, all annotations expect highlight will be rendered.
Definition: FSPDFObjC.h:3156
Device type: display device.
Definition: FSPDFObjC.h:3169
Search scope: folder.
Definition: FSPDFObjC.h:3864
Definition: FSPDFObjC.h:3599
NSString * getCompressionFormat()
Get the name of the sound compression format used on the sample data.
Structure element info type: Alternative Description, which means the alternative description of stru...
Definition: FSPDFObjC.h:1708
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:989
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:491
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2451
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:6029
javascript field value changed type: field fill color.
Definition: FSPDFObjC.h:3838
BOOL needToPause()
A callback function used to pause the current splitting progress.
int getSize()
Get the number of elements in the array.
Message box button: OK.
Definition: FSPDFObjC.h:5710
Definition: FSPDFObjC.h:10260
Attribute type: BackgroundColor, which represents the color to be used to fill the background of a ta...
Definition: FSPDFObjC.h:7591
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5617
No text merge.
Definition: FSPDFObjC.h:4755
Value type: an array of elements.
Definition: FSPDFObjC.h:7717
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: FSPDFObjC.h:3595
Rotate 90 degrees in counter-clockwise direction.
Definition: FSPDFObjC.h:1153
Structure element type: Quote, which means "Quotation" and represents an inline portion of text attri...
Definition: FSPDFObjC.h:7528
1 key.
Definition: FSPDFObjC.h:4158
Bullet type: inverse tangent circle.
Definition: FSPDFObjC.h:7895
Left alignment.
Definition: FSPDFObjC.h:633
Definition: FSPDFObjC.h:11016
FSMediaPlayerCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3790
Compression mode: jpeg2000 lossy.
Definition: FSPDFObjC.h:7190
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:482
Name for module "AdvEdit".
Definition: FSPDFObjC.h:670
PAdES level: B-T.
Definition: FSPDFObjC.h:4558
(Currently, unsupported) Attribute type only for Table: Headers, which represents an array of element...
Definition: FSPDFObjC.h:7626
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5247
No "DWG2PDF" module right.
Definition: FSPDFObjC.h:555
Structure element type: BibEntry, which means "Bibliography entry" and represents a reference identif...
Definition: FSPDFObjC.h:7531
Show bookmark title as italic text.
Definition: FSPDFObjC.h:3873
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:5240
Definition: FSPDFObjC.h:11134
FSStructElement * getParentElement()
Get the parent structure element.
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:5873
FSLRGraphicsObjectElement * getGraphicsObjectElement()
Get the related graphics object element.
Action type: reset-form action.
Definition: FSPDFObjC.h:1974
FSHitDataCheckSeverity
Enumeration for check severity of a hit data.
Definition: FSPDFObjC.h:6750
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:8074
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3579
Message box button: Yes, No and Cancel.
Definition: FSPDFObjC.h:5713
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: FSPDFObjC.h:3573
(For Office-to-PDF conversion only) Libre office engine is not found.
Definition: FSPDFObjC.h:551
BOOL closeFigure()
Close current figure (which is also the last figure in current path).
The document has been changed within the scope of the signature. (This indicates that signature is in...
Definition: FSPDFObjC.h:4495
Always allowed.
Definition: FSPDFObjC.h:1787
Searchable text type: Only text displayed with SHX font is searchable.
Definition: FSPDFObjC.h:7399
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4974
Color policy: No color policy. A drawing is exported with its native color palette (as is).
Definition: FSPDFObjC.h:7404
Color policy: Drawing is exported to a monochrome PDF file.
Definition: FSPDFObjC.h:7405
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:7091
"JavaScript" name tree.
Definition: FSPDFObjC.h:1635
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:734
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:1450
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: FSPDFObjC.h:3596
BOOL isEmpty()
Check whether current object is empty or not.
Encoding foramt: "Latin2".
Definition: FSPDFObjC.h:7229
int getSize()
Get the number of elements in the array.
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:5218
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:3152
The state is undefined.
Definition: FSPDFObjC.h:4007
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: FSPDFObjC.h:3651
Definition: FSPDFObjC.h:8554
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:4357
Type of exported data: XDP.
Definition: FSPDFObjC.h:5790
BOOL flush()
Flush internal buffer of the file.
PDF dictionary object.
Definition: FSPDFObjC.h:1242
Definition: FSPDFObjC.h:4278
Signature label name for reason.
Definition: FSPDFObjC.h:4580
No "XFA" module right.
Definition: FSPDFObjC.h:538
FSStructTreeEntityStructTreeEntityType
Enumeration for structure tree entity type.
Definition: FSPDFObjC.h:1685
Definition: FSPDFObjC.h:10482
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:4337
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:1041
Structure element info type: Language, which means the natural language for all text in the structure...
Definition: FSPDFObjC.h:1707
Image graphics object.
Definition: FSPDFObjC.h:1471
Hatches export type: Exports hatch as a PDF path (solid hatches only).
Definition: FSPDFObjC.h:7393
Bit 6. If enabled, invisible layers will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:7379
Enum value: Header.
Definition: FSPDFObjC.h:7696
If set, that means fields with same name will be renamed in combined result PDF file.
Definition: FSPDFObjC.h:8382
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:2280
Definition: FSPDFObjC.h:6280
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:619
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:526
If set, that means bookmark will be inserted to target document as well.
Definition: FSPDFObjC.h:5234
Numbering type: 1) 2) 3)
Definition: FSPDFObjC.h:7903
Action type: remote go-to action.
Definition: FSPDFObjC.h:1964
Output alpha only, ignore color.
Definition: FSPDFObjC.h:3148
FSPDFDictionary * getCatalog()
Get the catalog dictionary.
int getChildrenCount()
Get the count of children nodes.
If set, show reason on signature appearance.
Definition: FSPDFObjC.h:4520
Annotation flag: locked.
Definition: FSPDFObjC.h:2476
BOOL activate()
Activate paragraph editing.
String ID for case: Use string in local language for "June".
Definition: FSPDFObjC.h:5681
BOOL isGraphicsObjectElement()
Check whether current object is graphics object element or not.
XFA widget type: radio button.
Definition: FSPDFObjC.h:5865
Window position: at the top right corner.
Definition: FSPDFObjC.h:3638
If set, only show with Calibrated.
Definition: FSPDFObjC.h:8538
Font charset: Russian.
Definition: FSPDFObjC.h:890
Structure element type: L, which means "List" and represents a sequence of items of like meaning and ...
Definition: FSPDFObjC.h:7516
Annotations summary string ID: specify the prefix when number information is outputed in result docum...
Definition: FSPDFObjC.h:8456
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:531
Colorant type: spot.
Definition: FSPDFObjC.h:8551
Print Content: print the document contents and comments.
Definition: FSPDFObjC.h:3561
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:2246
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:4563
FSDWG2PDFSettingDataDWG2PDFExportFlags
Enumeration for flags of DWG to PDF export.
Definition: FSPDFObjC.h:7373
Annotation flag: no zoom.
Definition: FSPDFObjC.h:2472
Message box icon: Warning.
Definition: FSPDFObjC.h:5704
FSLRStructureElementAttributeValueType
Enumeration for value type of element general layout attribute.
Definition: FSPDFObjC.h:7704
Structure element type: FormObject, which means form XObject graphics object element.
Definition: FSPDFObjC.h:7553
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:8197
Definition: FSPDFObjC.h:1841
Name for module "PDF2Office".
Definition: FSPDFObjC.h:671
FSAppProviderCallbackBeepType
Enumeration for XFA beep type.
Definition: FSPDFObjC.h:5587
Search scope: active indexes.
Definition: FSPDFObjC.h:3866
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:2655
BOOL isImageMask()
Check if current image object is treated as mask.
Font style: italic.
Definition: FSPDFObjC.h:874
If set, only show images.
Definition: FSPDFObjC.h:8541
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:1523
int getFigureCount()
Get the count of figures in tagged document, excluding the decorative figures.
FSXFAWidgetWidgetEdgePosition
Enumeration for the positon of XFA widget edge position.
Definition: FSPDFObjC.h:5902
The state is failed due to file size being too small.
Definition: FSPDFObjC.h:8804
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:4565
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:4993
FSStructElement * getParentElement()
Get the parent structure element.
PAdES level: none.
Definition: FSPDFObjC.h:4556
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:1449
Page size: B4.
Definition: FSPDFObjC.h:4819
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:1448
A fixup was not required.
Definition: FSPDFObjC.h:6729
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:1663
Off screen action: cancel playing the media clip.
Definition: FSPDFObjC.h:3663
Text encoding: UCS-2.
Definition: FSPDFObjC.h:5757
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:2664
File format type: XFDF.
Definition: FSPDFObjC.h:710
Definition: FSPDFObjC.h:1428
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:5201
Sample message: "Not have a default property".
Definition: FSPDFObjC.h:5609
Definition: FSPDFObjC.h:1478
Out-of-memory error occurs.
Definition: FSPDFObjC.h:489
Annotations summary string ID: specify the prefix when page title is outputed in result document....
Definition: FSPDFObjC.h:8454
XFA widget type: password edit.
Definition: FSPDFObjC.h:5864
FSPDFDocEncryptType getSecurityType()
Get the encryption type of current security handler.
NSString * browseFile()
A callback function to show a file selection dialog, and the selected file path should be returned.
(For Excel-to-PDF conversion only) Excel document does not have any content so it cannot be converted...
Definition: FSPDFObjC.h:548
No special line ending.
Definition: FSPDFObjC.h:2656
int getPitch()
Get bitmap pitch.
No operation is specified.
Definition: FSPDFObjC.h:2186
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:484
String ID for case: Application's name. Sample message: "Foxit Phantom".
Definition: FSPDFObjC.h:5600
void removeAll()
Remove all page labels.
Discard all alternate images.
Definition: FSPDFObjC.h:7149
Annotation type: redact annotation.
Definition: FSPDFObjC.h:2463
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:2106
Definition: FSPDFObjC.h:2145
Caption to the right of the icon.
Definition: FSPDFObjC.h:2515
Signature key name: producer content.
Definition: FSPDFObjC.h:4538
Action type: go-to action.
Definition: FSPDFObjC.h:1963
Attribute type only for Table: ColSpan, which represents the number of columns in the enclosing table...
Definition: FSPDFObjC.h:7625
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:505
Definition: FSPDFObjC.h:11633
Corner mark style: subscript.
Definition: FSPDFObjC.h:2309
Result type: replace text.
Definition: FSPDFObjC.h:6884
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2281
Hit test area: Client.
Definition: FSPDFObjC.h:5848
Configuration settings for removing hidden or sensitive data from a PDF document.
Definition: FSPDFObjC.h:5082
Definition: FSPDFObjC.h:1713
(For ConnectedPDF only) There is some error in response data.
Definition: FSPDFObjC.h:570
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:2241
Enum value: Normal, which means to adjust the line height to include any nonzero value specified for ...
Definition: FSPDFObjC.h:7658
FSDocProviderCallbackInvalidateFlag
Enumeration for XFA invalidate flag.
Definition: FSPDFObjC.h:5725
Definition: FSPDFObjC.h:2286
Definition: FSPDFObjC.h:752
Definition: FSPDFObjC.h:2021
Definition: FSPDFObjC.h:6040
Name for module "DWG2PDF".
Definition: FSPDFObjC.h:669
Definition: FSPDFObjC.h:2933
Locale ID for country: Korea.
Definition: FSPDFObjC.h:704
Definition: FSPDFObjC.h:7749
BOOL getFullScreen()
A callback function to get whether the full screen mode is set.
Definition: FSPDFObjC.h:10838
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:885
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:7077
int getSize()
Get the number of elements in the array.
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:7127
PDF/E-1.
Definition: FSPDFObjC.h:6818
Sample message: "Cannot directly assign the value to object".
Definition: FSPDFObjC.h:5645
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:1135
Definition: FSPDFObjC.h:6149
Bullet type: check.
Definition: FSPDFObjC.h:7893
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:2649
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:496
FSRectF * getBBox()
Get bounding box.
(For PDF Optimizer PDF) There are some objects not image type.
Definition: FSPDFObjC.h:572
Structure element type: PathContent, which means path content element.
Definition: FSPDFObjC.h:7558
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:8067
Enum value: neutral, which means the state is neutral.
Definition: FSPDFObjC.h:7684
Font style: force bold.
Definition: FSPDFObjC.h:877
Scaling mode: Fixed page with no scale. In this mode, the text size of HTML content will not be chang...
Definition: FSPDFObjC.h:7221
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:5195
Join spilt operation type: Close.
Definition: FSPDFObjC.h:7970
Save document as a linearized file.
Definition: FSPDFObjC.h:5210
Definition: FSPDFObjC.h:9094
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:4577
FSHTML2PDFSettingDataHTML2PDFScalingMode
Enumeration for scaling mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:7220
Encoding foramt: "ISO-8859-8-I".
Definition: FSPDFObjC.h:7266
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:5183
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
Definition: FSPDFObjC.h:7308
FSLocaleID getCurrentLocaleID()
A callback function used to specify current locale id.
When document is opened, attachment panels are visible.
Definition: FSPDFObjC.h:5243
FSPrintParamsDuplexType
Enumeration for the values used to set the printing duplex mode.
Definition: FSPDFObjC.h:3565
Page label style: no numbering style.
Definition: FSPDFObjC.h:5442
FSActionCallbackMailType
Enumeration for data type to be mailed.
Definition: FSPDFObjC.h:3827
If set, only show with Lab.
Definition: FSPDFObjC.h:8539
Definition: FSPDFObjC.h:8736
PDF/A-2a.
Definition: FSPDFObjC.h:6793
Definition: FSPDFObjC.h:2760
unsigned int getMCID()
Get marked-content identifier(MCID).
Definition: FSPDFObjC.h:8483
id init()
Construct an empty color.
Definition: FSPDFObjC.h:8111
FSPreflightReportSettingDataReportFileFormatType
Enumeration for the preflight report file format type.
Definition: FSPDFObjC.h:6680
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2443
FSRendererColorModeForegroundMode
Enumeration for rendering foreground color mode.
Definition: FSPDFObjC.h:3160
Error severity.
Definition: FSPDFObjC.h:6753
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:1968
Definition: FSPDFObjC.h:5158
Definition: FSPDFObjC.h:8393
Italian.
Definition: FSPDFObjC.h:3809
MIP engine: get extended label information by id failed.
Definition: FSPDFObjC.h:568
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
int getMatchStartCharIndex()
Get the index of the first character of current match pattern, based on current match page.
If set, only show with DeviceCMYK and spot.
Definition: FSPDFObjC.h:8528
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:4790
ESC key.
Definition: FSPDFObjC.h:4142
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5248
If set, only show with CMYK.
Definition: FSPDFObjC.h:8531
FSLRStructureElement * getRootElement()
Get the root element of structure tree.
If set, that means printing process can be canceled.
Definition: FSPDFObjC.h:5732
0 key in the numeric keypad.
Definition: FSPDFObjC.h:4193
Viewing or printing condition:Coated GRACoL 2006.
Definition: FSPDFObjC.h:6622
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:2648
Attribute type: BorderThickness, which represents the thickness of the border drawn on the edges of a...
Definition: FSPDFObjC.h:7594
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSRectF * getContentsRect()
Get contents rectangle.
Definition: FSPDFObjC.h:10182
Flip Horizontal.
Definition: FSPDFObjC.h:1147
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4491
Home key.
Definition: FSPDFObjC.h:4147
int getChildCount()
Get the count of child structure tree entities in the current structure element.
Sample message: "Unsupported property %s.".
Definition: FSPDFObjC.h:5607
Text encoding: font specific.
Definition: FSPDFObjC.h:5750
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:1921
XFA widget type: check button.
Definition: FSPDFObjC.h:5856
Barcode format: ITF code.
Definition: FSPDFObjC.h:1190
Form field type: check box.
Definition: FSPDFObjC.h:4340
PDF/X-4p.
Definition: FSPDFObjC.h:6838
The submit data is packaged in URL-encoded format as described in Uniform Resource Locator(URL).
Definition: FSPDFObjC.h:5742
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2456
Definition: FSPDFObjC.h:8660
int getHeight()
Get bitmap height.
NSString * getLocalFontName()
A callback function used to specify the font name used locally.
F8 key.
Definition: FSPDFObjC.h:4216
Text encoding: KSC5601.
Definition: FSPDFObjC.h:5755
Encoding foramt: "X-BINARYENC".
Definition: FSPDFObjC.h:7287
XFA widget type: signature.
Definition: FSPDFObjC.h:5860
Structure element type: DocumentFragment (PDF 2.0), which represents a part of an original complete d...
Definition: FSPDFObjC.h:7492
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
If set, only show with spot color.
Definition: FSPDFObjC.h:8527
Type of exported data: XML.
Definition: FSPDFObjC.h:5788
void removeAll()
Clean up the array.
Character flag: Generated.
Definition: FSPDFObjC.h:6000
Attribute type: Destination (PDF 2.0), which provides a means to access content.
Definition: FSPDFObjC.h:7587
Sample message: "Illegal break".
Definition: FSPDFObjC.h:5636
Enum value: Right, which means right edge of the page.
Definition: FSPDFObjC.h:7691
Parsing flag for image mode.
Definition: FSPDFObjC.h:5511
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:1829
FSPagingSealConfigPagingSealStyle
Enumeration for paging seal signature style.
Definition: FSPDFObjC.h:4708
CRL response.
Definition: FSPDFObjC.h:8014
Definition: FSPDFObjC.h:6756
Structure element type: AnnotObject, which means annotation object element.
Definition: FSPDFObjC.h:7555
FSRectF * getPageWindowRect()
A callback function to get the rectangle for the page view window. The page view window is the area i...
4 key.
Definition: FSPDFObjC.h:4161
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:4786
Structure tree entity type: MarkedContent, which represents a marked-content item.
Definition: FSPDFObjC.h:1688
Ctrl key.
Definition: FSPDFObjC.h:4139
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:6068
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:1299
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:493
Japanese.
Definition: FSPDFObjC.h:3811
Not have image type yet.
Definition: FSPDFObjC.h:1133
Invalidate all pages.
Definition: FSPDFObjC.h:5726
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:1085
Page size: B2.
Definition: FSPDFObjC.h:4817
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:1089
Single page mode.
Definition: FSPDFObjC.h:7216
Name for module "Comparison".
Definition: FSPDFObjC.h:662
PDF/X-4.
Definition: FSPDFObjC.h:6837
Rotate the text block based on the right-top point of the rectangle.
Definition: FSPDFObjC.h:627
The submit data is packaged in XDP format, as described in XDP Specification.
Definition: FSPDFObjC.h:5740
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:4349
FSJoinSplitJoinSplitOperationType
Enumeration for join spilt operation type.
Definition: FSPDFObjC.h:7964
Line fill-sign object.
Definition: FSPDFObjC.h:8283
Definition: FSPDFObjC.h:3720
Warning severity.
Definition: FSPDFObjC.h:6752
Normal color mode.
Definition: FSPDFObjC.h:3145
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:7072
Structure element type: Strong (PDF 2.0), which represents content for the purpose of strong importan...
Definition: FSPDFObjC.h:7543
Definition: FSPDFObjC.h:5417
Danish.
Definition: FSPDFObjC.h:3804
String ID for case: Use string in local language for "Today".
Definition: FSPDFObjC.h:5688
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1460
Definition: FSPDFObjC.h:3172
Page size: B3.
Definition: FSPDFObjC.h:4818
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:2452
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:2242
Window position: at the bottom center.
Definition: FSPDFObjC.h:3643
Structure element type: Caption, which represents a brief portion of text describing a table or figur...
Definition: FSPDFObjC.h:7498
Definition: FSPDFObjC.h:8245
FSHTML2PDFSettingDataHTML2PDFMediaStyle
Enumeration for media style used for converting HTML to PDF.
Definition: FSPDFObjC.h:7303
FSDocProviderCallbackPrintOption
Enumeration for XFA print options.
Definition: FSPDFObjC.h:5730
Sample message: "%s cannot be left blank. To ignore validations for %s, click Ignore....
Definition: FSPDFObjC.h:5690
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:536
Definition: FSPDFObjC.h:849
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:7043
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:811
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:1819
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:4514
(For OFD only) OFD engine has not been initialized successfully.
Definition: FSPDFObjC.h:559
Definition: FSPDFObjC.h:6073
File format type: FDF.
Definition: FSPDFObjC.h:709
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:2638
Signature type: time stamp.
Definition: FSPDFObjC.h:4550
Definition: FSPDFObjC.h:4367
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:2338
FSPDFNumberTreeType getType()
Get the type of current number tree.
Popup menu item: "Cut".
Definition: FSPDFObjC.h:4124
Use current time.
Definition: FSPDFObjC.h:8193
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
Error handle.
Definition: FSPDFObjC.h:483
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:3226
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:3229
Attribute type: ColumnCount, which represents the number of columns in the content of the grouping el...
Definition: FSPDFObjC.h:7617
Definition: FSPDFObjC.h:2347
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:2115
Window position: at the top center.
Definition: FSPDFObjC.h:3637
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:5890
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:1091
Encoding foramt: "Unicode".
Definition: FSPDFObjC.h:7245
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:1785
Line spacing style: single line spacing.
Definition: FSPDFObjC.h:3020
Encoding foramt: "CP874".
Definition: FSPDFObjC.h:7253
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:6365
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:3233
PDF/A-2b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:6800
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:4133
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:3877
Definition: FSPDFObjC.h:4651
Character flag: Normal.
Definition: FSPDFObjC.h:5999
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2455
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
Encoding foramt: "GB18030".
Definition: FSPDFObjC.h:7272
Definition: FSPDFObjC.h:1667
5 key in the numeric keypad.
Definition: FSPDFObjC.h:4198
Window position: at the bottom left corner.
Definition: FSPDFObjC.h:3642
Definition: FSPDFObjC.h:4071
Event flag: "Shift" key.
Definition: FSPDFObjC.h:4224
FSDWG2PDFSettingDataDWG2PDFColorPolicy
Enumeration for color policy used for converting DWG to PDF.
Definition: FSPDFObjC.h:7403
BOOL onCut()
Call this function when the popup menu item "Cut" is down.
Page label style: lowercase letters.
Definition: FSPDFObjC.h:5447
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:4208
Remove invalid links.
Definition: FSPDFObjC.h:7137
Page Up key.
Definition: FSPDFObjC.h:4144
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:1802
No need to decode the stream data.
Definition: FSPDFObjC.h:1290
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1191
Position: bottom left.
Definition: FSPDFObjC.h:651
int getSegmentCount()
Get the count of range segments.
Filter type: ASCIIHexDecode, which means to decode data encoded in an ASCII hexadecimal representatio...
Definition: FSPDFObjC.h:1291
Definition: FSPDFObjC.h:11714
F5 key.
Definition: FSPDFObjC.h:4213
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:3260
Line spacing style: one and half times line spacing.
Definition: FSPDFObjC.h:3021
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:4509
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:880
Sample message: "'%s' doesn't have property '%s'".
Definition: FSPDFObjC.h:5665
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2454
Definition: FSPDFObjC.h:6137
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:903
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:1818
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:5224
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:8574
Sample message: "Invalid node type: '%s'".
Definition: FSPDFObjC.h:5666
String ID for case: If to modify field. Sample message: "Do you want to modify this field?...
Definition: FSPDFObjC.h:5598
Encoding foramt: "X-TAM-WEBTAMIL".
Definition: FSPDFObjC.h:7295
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:8069
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:1786
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8383
FSSetOCGStateActionOCGState
Enumeration for set ocg state to perform when the set ocg state action is triggered.
Definition: FSPDFObjC.h:2211
Encoding foramt: "GB".
Definition: FSPDFObjC.h:7242
Enum value: Before, which means the placement for attributes Placement/RubyPosition or alignment for ...
Definition: FSPDFObjC.h:7640
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:5252
Pause Break key.
Definition: FSPDFObjC.h:4141
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:2505
Window position: at the center right.
Definition: FSPDFObjC.h:3641
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:2484
Enter key.
Definition: FSPDFObjC.h:4137
PAdES level: B-LTA.
Definition: FSPDFObjC.h:4560
Attribute type: SpaceBefore, which represents the amount of extra space preceding the before edge of ...
Definition: FSPDFObjC.h:7599
Definition: FSPDFObjC.h:6900
FSPDFDictionary * getStmDict()
Get PDF dictionary of the content stream that contains the marked-content sequence.
Center the text horizontally within the available region.
Definition: FSPDFObjC.h:5888
int getDescent()
Get the descent value, in 1/1000 of em size (PDF units).
Bit 9. Enable compression of internal PDF streams.
Definition: FSPDFObjC.h:7382
FSRichTextStyleCornerMarkStyle
Enumeration for corner mark style.
Definition: FSPDFObjC.h:2306
FSActionType getType()
Get action type.
Definition: FSPDFObjC.h:10640
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1192
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:6322
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:7156
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:5883
int getWidgetCount()
Get the count of XFA widget.
BOOL activate()
Activate join split editing.
Print Handling: Small pages are printed small, and large pages are shrunk to fit on the printer's pap...
Definition: FSPDFObjC.h:3593
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:7162
Sample message: "Unable to set the value for property 'numPages'".
Definition: FSPDFObjC.h:5611
Viewing or printing condition:ISO Coated v2 (ECI).
Definition: FSPDFObjC.h:6623
NSArray< NSString * > * getSignatureAPStyleNameList()
A callback function to get the name list of signature appearance style.
The relationship is "Data" which means the file specification represents information used to derive a...
Definition: FSPDFObjC.h:3228
FSLayerZoomData * getZoomUsage()
Get the data for zooming usage.
Trigger a JavaScript action to be performed when the field's value is changed.
Definition: FSPDFObjC.h:2245
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:4574
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:2108
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:1455
A fixup failed.
Definition: FSPDFObjC.h:6728
Page size: A4.
Definition: FSPDFObjC.h:4814
Signed signature.
Definition: FSPDFObjC.h:4737
Consider the object non-viable.
Definition: FSPDFObjC.h:1838
Numbering type: a. b. c.
Definition: FSPDFObjC.h:7906
Never scale.
Definition: FSPDFObjC.h:2412
CID Font charset: Unicode.
Definition: FSPDFObjC.h:904
Font type: TrueType.
Definition: FSPDFObjC.h:926
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:991
Definition: FSPDFObjC.h:5258
If set, do not print a watermark.
Definition: FSPDFObjC.h:6368
Portrait orientation for printing.
Definition: FSPDFObjC.h:3119
Definition: FSPDFObjC.h:1751
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:7024
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:4544
PDF/A-3b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:6801
Window position: at the bottom right corner.
Definition: FSPDFObjC.h:3644
If set, do not display a watermark.
Definition: FSPDFObjC.h:5018
No restriction.
Definition: FSPDFObjC.h:4564
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:657
Help key.
Definition: FSPDFObjC.h:4156
Inline graphics object.
Definition: FSPDFObjC.h:1474
No rotation.
Definition: FSPDFObjC.h:617
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4981
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:5223
Fail to send data during sending request process.
Definition: FSPDFObjC.h:4679
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:808
Position center left.
Definition: FSPDFObjC.h:648
FSGraphicsObject * getGraphicsObject()
Get related graphics object.
Definition: FSPDFObjC.h:6174
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:5208
Event type: after an XFA widget is added.
Definition: FSPDFObjC.h:5769
Enum value: Dotten, which means the border is a series of dots.
Definition: FSPDFObjC.h:7650
Position: bottom right.
Definition: FSPDFObjC.h:653
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:2243
Bullet type: solid diamond.
Definition: FSPDFObjC.h:7892
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:2497
French.
Definition: FSPDFObjC.h:3808
Definition: FSPDFObjC.h:7766
0 key.
Definition: FSPDFObjC.h:4157
Compression mode: jbig2.
Definition: FSPDFObjC.h:7071
PDF/X-4 (Coated GRACoL 2006).
Definition: FSPDFObjC.h:6847
Text encoding: Big5.
Definition: FSPDFObjC.h:5749
"Templates" name tree.
Definition: FSPDFObjC.h:1638
int getOCGStateCount()
Get the count of OCG states.
Encoding foramt: "TAM".
Definition: FSPDFObjC.h:7276
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6602
Searchable text type: Only text displayed with TTF font is searchable.
Definition: FSPDFObjC.h:7400
Form field type: push button.
Definition: FSPDFObjC.h:4339
BOOL isLeftNull()
Check if left value is a null object.
If this is used, "mm.dd.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4980
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:481
Font type: Type1.
Definition: FSPDFObjC.h:925
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:8524
Action type: movie action.
Definition: FSPDFObjC.h:1970
Search scope: index.
Definition: FSPDFObjC.h:3865
No response.
Definition: FSPDFObjC.h:8013
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:4531
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:4499
FSPDFDictionary * getDict()
Get PDF dictionary of current object.
Filter type: JBIG2Decode, which means to decompress data encoded using the JBIG2 standard,...
Definition: FSPDFObjC.h:1297
Definition: FSPDFObjC.h:11858
Not a PAdES signature.
Definition: FSPDFObjC.h:4555
Cannot get verify relevant information.
Definition: FSPDFObjC.h:4512
7 key in the numeric keypad.
Definition: FSPDFObjC.h:4200
Definition: FSPDFObjC.h:6854
Bit 7. Enable embedding of TTF font program to PDF file. The TTF font will be reduced by removing unu...
Definition: FSPDFObjC.h:7380
No special searching options.
Definition: FSPDFObjC.h:6066
FSPDFObject * getMask()
Get the PDF object that represents the mask of current image graphics object.
Sample message: "Index value is out of bounds".
Definition: FSPDFObjC.h:5659
Attribute type: invalid.
Definition: FSPDFObjC.h:7582
This means LTV is enabled.
Definition: FSPDFObjC.h:8221
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:2486
void resetForm()
Reset form.
media player state: Suspend.
Definition: FSPDFObjC.h:3795
Definition: FSPDFObjC.h:4465
Structure tree entity type: unknown.
Definition: FSPDFObjC.h:1686
Page Order type: pages are placed from left to right, from top to bottom.
Definition: FSPDFObjC.h:3585
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:3147
PDF/X-1a (Coated GRACoL 2006).
Definition: FSPDFObjC.h:6839
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:5891
Attribute type: Short (PDF 2.0), which contains a short form of the content of a TH structure element...
Definition: FSPDFObjC.h:7629
Print key.
Definition: FSPDFObjC.h:4152
Result type: insert path.
Definition: FSPDFObjC.h:6889
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:6036
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:2650
(Used with state model FSMarkupStateModelReview) The change has been deferred.
Definition: FSPDFObjC.h:2651
Position: center.
Definition: FSPDFObjC.h:649
FSStructElement * getParentElement()
Get the parent structure element.
NSString * getSignatureName()
Get signature name.
Definition: FSPDFObjC.h:8131
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:698
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8381
PDF array object.
Definition: FSPDFObjC.h:1241
Enum value: Row, which means column of a table.
Definition: FSPDFObjC.h:7686
Bit 3. Enable SHX font text to geometry conversion.
Definition: FSPDFObjC.h:7376
Definition: FSPDFObjC.h:192
FSPDFXComplianceVersion
Enumeration for PDF/X version.
Definition: FSPDFObjC.h:6834
Numbering type: A. B. C.
Definition: FSPDFObjC.h:7904
Structure element type: Reference, which represents a citation to content elsewhere in the document.
Definition: FSPDFObjC.h:7530
Sample message: "Unsupported character '%c'".
Definition: FSPDFObjC.h:5620
FSPDFArray * getDestArray()
Get the destination PDF array.
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:4496
Definition: FSPDFObjC.h:3236
Popup menu item: "Select All".
Definition: FSPDFObjC.h:4128
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:1298
B key.
Definition: FSPDFObjC.h:4168
Definition: FSPDFObjC.h:3966
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:4492
Definition: FSPDFObjC.h:7349
(Reserved) Attribute type: ABox.
Definition: FSPDFObjC.h:7631
Definition: FSPDFObjC.h:1020
BOOL needToCancelNow()
A callback function used to check whether to cancel the searching process or not.
Represents all graphics object types, only used as filter.
Definition: FSPDFObjC.h:1468
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:8472
Join spilt operation type: Unlink.
Definition: FSPDFObjC.h:7968
Structure element type: Note, which represents an item of explanatory text, such as a footnote or an ...
Definition: FSPDFObjC.h:7529
Definition: FSPDFObjC.h:5823
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
Import pages normally.
Definition: FSPDFObjC.h:5216
void removeAll()
Clean up the array.
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:2481
Definition: FSPDFObjC.h:6821
If set, only show with CalGray.
Definition: FSPDFObjC.h:8537
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:2496
FDF document type: XFDF.
Definition: FSPDFObjC.h:3262
FSStructObjectContentStructObjectType
Enumeration for object type.
Definition: FSPDFObjC.h:1743
Position: top left.
Definition: FSPDFObjC.h:645
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:681
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2446
Definition: FSPDFObjC.h:8580
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2461
Report file format type: PDF.
Definition: FSPDFObjC.h:6681
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:4205
FSImageOrientation getOrientation()
Get image orientation.
Encoding foramt: Default.The encoding format will be automatically detected in chromium.
Definition: FSPDFObjC.h:7227
Enum value: tv, which means text-value field.
Definition: FSPDFObjC.h:7681
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2658
String ID for case: Use string in local language for "May".
Definition: FSPDFObjC.h:5680
Definition: FSPDFObjC.h:8170
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:2500
Attribute type: Rotation.
Definition: FSPDFObjC.h:7585
BOOL generateContent()
Generate contents of current graphics objects.
If set, only show text.
Definition: FSPDFObjC.h:8545
Definition: FSPDFObjC.h:5021
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:1453
First rotate 90 in clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1150
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
Enumeration for hatches export type used for converting DWG to PDF.
Definition: FSPDFObjC.h:7390
Value type: an array of ARGB values.
Definition: FSPDFObjC.h:7715
int getMatchEndCharIndex()
Get the index of the last character of current match pattern, based on current match page.
6 key in the numeric keypad.
Definition: FSPDFObjC.h:4199
FSFixupDataFixupState
Enumeration for the state of a fixup data.
Definition: FSPDFObjC.h:6726
Sample message: "Condition is null".
Definition: FSPDFObjC.h:5635
Structure element type: PageObject, which means page object element.
Definition: FSPDFObjC.h:7556
Definition: FSPDFObjC.h:6216
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:1919
float getContentWidth()
Get content width after current reflow page object has been parsed.
Korean.
Definition: FSPDFObjC.h:3810
Enum value: Bottom, which means bottom edge of the page.
Definition: FSPDFObjC.h:7690
String ID for case: Use string in local language for "Saturday".
Definition: FSPDFObjC.h:5675
int getFrameCount()
Get frame count.
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:5255
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:1977
Structure element type: TFoot, which means "Table footer row group" and represents a group of rows th...
Definition: FSPDFObjC.h:7526
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:7126
Definition: FSPDFObjC.h:1347
5 key.
Definition: FSPDFObjC.h:4162
Definition: FSPDFObjC.h:8225
FSSnapPointMgrSnapPointFlags
Enumeration for snapping point flags which are used to specify what kind of point in a path is to be ...
Definition: FSPDFObjC.h:8729
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:8190
Sample message: "Script failed(language is %s;context is %s) script=%s".
Definition: FSPDFObjC.h:5695
Send request successfully.
Definition: FSPDFObjC.h:4676
A-law-encoded samples.
Definition: FSPDFObjC.h:3087
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:1467
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:4543
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:480
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:6324
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:1835
Encoding foramt: "X-TAM-TBOOMIS".
Definition: FSPDFObjC.h:7293
Definition: FSPDFObjC.h:8687
FSPDFStream * getSoundStream()
Get the stream of sound data.
FSPDFAComplianceVersion
Enumeration for PDF/A version.
Definition: FSPDFObjC.h:6790
Attribute type only for PrintField: Role, which represents the type of form field represented by this...
Definition: FSPDFObjC.h:7621
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:6897
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:5859
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:4359
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:7128
Enum value: Watermark.
Definition: FSPDFObjC.h:7698
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:2662
An array of signed integer values.
Definition: FSPDFObjC.h:307
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:2503
3 key.
Definition: FSPDFObjC.h:4160
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:5211
Measurement of change along the y axis.
Definition: FSPDFObjC.h:2670
Sample message: "Invalidate expression '%s'".
Definition: FSPDFObjC.h:5627
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:2251
Font style: serif.
Definition: FSPDFObjC.h:870
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:8536
Encoding foramt: "KOI8U".
Definition: FSPDFObjC.h:7263
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:5186
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:2501
Definition: FSPDFObjC.h:4010
If set, that means bookmark will be extracted as well.
Definition: FSPDFObjC.h:5228
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:4796
Enum value: Square, which means solid square bullet.
Definition: FSPDFObjC.h:7669
Right arrow key.
Definition: FSPDFObjC.h:4150
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:1980
Structure element type: TextContent, which means text content element.
Definition: FSPDFObjC.h:7557
PDF/A-3a.
Definition: FSPDFObjC.h:6796
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2438
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:901
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:6069
Enum value: Decimal, which means decimal arabic numerals (1-9, 10-99, ...).
Definition: FSPDFObjC.h:7670
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:2238
Definition: FSPDFObjC.h:5062
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:5404
D key.
Definition: FSPDFObjC.h:4170
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:6133
Annotation's down appearance.
Definition: FSPDFObjC.h:2523
Discard bookmarks.
Definition: FSPDFObjC.h:7148
Definition: FSPDFObjC.h:2056
Standard font: Times-Bold.
Definition: FSPDFObjC.h:917
Definition: FSPDFObjC.h:7472
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:2239
If set, that means duplicate stream objects from source PDF files will be outputted to combined resul...
Definition: FSPDFObjC.h:8390
Definition: FSPDFObjC.h:8507
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2462
Encoding foramt: "UTF-32BE".
Definition: FSPDFObjC.h:7285
Definition: FSPDFObjC.h:8750
Preflight library type: Foxit.
Definition: FSPDFObjC.h:6651
String ID for case: Use string in local language for "February".
Definition: FSPDFObjC.h:5677
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4979
FSPrintParamsBookletBinding
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3577
F11 key.
Definition: FSPDFObjC.h:4219
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:7157
X key.
Definition: FSPDFObjC.h:4190
Backspace key.
Definition: FSPDFObjC.h:4135
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:8479
BOOL onPaste()
Call this function when the popup menu item "Paste" is down.
Fit the entire height of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:1927
Sample message: "The value you entered for %s is invalid. To ignore validations for %s,...
Definition: FSPDFObjC.h:5692
Hit test area: Unknown.
Definition: FSPDFObjC.h:5847
Definition: FSPDFObjC.h:1066
unsigned int getSignatureState()
Get signature state.
FSRectFArray * getRects()
Get the text rectangles of current text link object.
Annotation type: square annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2441
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:7038
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:8012
Non expected byte range.
Definition: FSPDFObjC.h:4494
Rotate the text block based on the right-bottom point of the rectangle.
Definition: FSPDFObjC.h:629
FSPDFDoc * getCurrentDoc()
A callback function to receive current PDF document object.
int getBpp()
Get bitmap bits-per-pixel.
Color space: Invalid.
Definition: FSPDFObjC.h:679
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:514
When document is opened, optional content group panels are visible.
Definition: FSPDFObjC.h:5242
FSRectF * getBBox()
Get bounding box.
NSString * getName()
Retrieve the postscript name.
Definition: FSPDFObjC.h:8920
T key.
Definition: FSPDFObjC.h:4186
Bit 4. Enable simple geometry optimization (separated segments to one polyline, Bezier curve control ...
Definition: FSPDFObjC.h:7377
Beep type: error.
Definition: FSPDFObjC.h:5588
If set, page content will be rendered.
Definition: FSPDFObjC.h:3153
String ID for case: Use string in local language for "August".
Definition: FSPDFObjC.h:5683
Add multiple signatures. Use the FSSignature to display the appearance of paging seal signature,...
Definition: FSPDFObjC.h:4709
String ID for case: Some enumerate value is invalid. Sample message: "Invalid enumerate value:".
Definition: FSPDFObjC.h:5605
Compression mode: run-length.
Definition: FSPDFObjC.h:7073
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:809
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:1831
Annotation type: paging seal annotation. A Foxit PDF SDK custom annotation type (not a standard annot...
Definition: FSPDFObjC.h:2465
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4969
PDF/X-4 (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:6848
If set, watermarks will share one form xobject if these watermarks use the same text and text's relat...
Definition: FSPDFObjC.h:6371
Result type: replace shading.
Definition: FSPDFObjC.h:6893
Twos-complement values.
Definition: FSPDFObjC.h:3085
CID Font charset: Unknown.
Definition: FSPDFObjC.h:899
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:4223
Definition: FSPDFObjC.h:7857
Definition: FSPDFObjC.h:7112
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:5188
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:2644
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:1801
If this is used, "m.d.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4978
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:4542
String ID for case: Use string in local language for "October".
Definition: FSPDFObjC.h:5685
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:4206
Round line join type.
Definition: FSPDFObjC.h:816
Measurement of angles.
Definition: FSPDFObjC.h:2673
Value type: enum.
Definition: FSPDFObjC.h:7706
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:5445
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:1454
Join spilt operation type: Join.
Definition: FSPDFObjC.h:7965
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:5775
FSPrintParamsPrintContent
Enumeration for the values used to set the contents of the print job.
Definition: FSPDFObjC.h:3559
Annotation flag: no rotate.
Definition: FSPDFObjC.h:2473
int getCharCount()
Get the count of all the characters.
Certificate's private key cannot be gotten.
Definition: FSPDFObjC.h:4646
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:1832
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1198
Compression quality: Lossless.
Definition: FSPDFObjC.h:7078
Event type: before an XFA widget is removed.
Definition: FSPDFObjC.h:5770
Sample message: "Invalidate token '%s'".
Definition: FSPDFObjC.h:5626
Action type: submit-form action.
Definition: FSPDFObjC.h:1973
void removeAll()
Clean up the array.
Definition: FSPDFObjC.h:2952
BOOL deactivate()
Deactivate join split editing.
Problems highlighted by layers.
Definition: FSPDFObjC.h:6689
Enum value: Left, which means left edge of the page.
Definition: FSPDFObjC.h:7688
Definition: FSPDFObjC.h:3478
Sample message: "Compiler error".
Definition: FSPDFObjC.h:5630
Popup menu item: "Paste".
Definition: FSPDFObjC.h:4126
FSAnnotationSummaryCallbackAnnotationSummaryStringID
Enumeration for string ID used to specify the string or prefix in result document when summarizing an...
Definition: FSPDFObjC.h:8448
FSHTML2PDFSettingDataHTML2PDFPageMode
Enumeration for page mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:7215
float getContentHeight()
Get content height after current reflow page object has been parsed.
Show bookmark title as normal text.
Definition: FSPDFObjC.h:3872
Definition: FSPDFObjC.h:2045
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:6037
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:3231
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:8282
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:5226
FSPDFObject * getPDFObject()
Get the PDF object which represents the shading graphics object in PDF file.
float getTop()
Get top position value.
Snapped point type: endpoint, which means the snapped point is an endpoint of a path.
Definition: FSPDFObjC.h:8710
Encoding foramt: "ASCII-7-bit".
Definition: FSPDFObjC.h:7249
C key.
Definition: FSPDFObjC.h:4169
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:3083
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:6031
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8385
Encoding foramt: "EUC-JP".
Definition: FSPDFObjC.h:7238
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:1807
Action type: rendition action.
Definition: FSPDFObjC.h:1978
Discard external cross references.
Definition: FSPDFObjC.h:7158
Structure element type: Warichu, which represents the wrapper around the entire warichu assembly.
Definition: FSPDFObjC.h:7539
Structure element type: RT, which means "Ruby annotation text" and represents the smaller-size text t...
Definition: FSPDFObjC.h:7537
void removeAll()
Clean up the array.
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:8526
FSPDFStream * getStream()
Get image stream.
Encoding foramt: "CP852".
Definition: FSPDFObjC.h:7251
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:1456
Definition: FSPDFObjC.h:7047
Text fill-sign object.
Definition: FSPDFObjC.h:8279
FSOptimizeScannedPDFSettingsScannedMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:7193
Hit test area: Title Bar.
Definition: FSPDFObjC.h:5849
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:5221
Enum value: Hidden, which is same as None except in terms of border conflict resolution for table ele...
Definition: FSPDFObjC.h:7649
Compression mode: jpeg2000 lossless.
Definition: FSPDFObjC.h:7189
Definition: FSPDFObjC.h:5450
PDF/X-4 (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:6850
Sample message: "Unable to set".
Definition: FSPDFObjC.h:5603
Window position: at the top left corner.
Definition: FSPDFObjC.h:3636
Action type: hide action.
Definition: FSPDFObjC.h:1971
Sample message: "'%s' operator cannot support array calculation".
Definition: FSPDFObjC.h:5653
File format type: XDP.
Definition: FSPDFObjC.h:712
Structure element type: Table, which represents a two-dimensional layout of rectangular data cells,...
Definition: FSPDFObjC.h:7520
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:546
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:4353
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:8278
Attribute type: BorderStyle, which represents the style of an element's border.
Definition: FSPDFObjC.h:7593
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:5409
float getBottom()
Get bottom position value.
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:1814
Mailed data type: string message.
Definition: FSPDFObjC.h:3830
Invalid regular expression.
Definition: FSPDFObjC.h:562
This means certificate is expired.
Definition: FSPDFObjC.h:8056
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:534
(For converting html to pdf only) The converted URL is on blacklist.
Definition: FSPDFObjC.h:558
F2 key.
Definition: FSPDFObjC.h:4210
Cleanup page content Change 0A,0D in the content stream to Spaces.
Definition: FSPDFObjC.h:7139
FSParagraphEditingBulletType
Enumeration for bullet type.
Definition: FSPDFObjC.h:7888
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:2237
FSPointF * getMousePosition()
A callback function to get current mouse position.
Enum value: cb, which means check box.
Definition: FSPDFObjC.h:7679
No "Optimizer" module right.
Definition: FSPDFObjC.h:544
Measurement of change along the x axis.
Definition: FSPDFObjC.h:2669
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:2499
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4994
Standard font: Times-Italic.
Definition: FSPDFObjC.h:919
Definition: FSPDFObjC.h:7565
float getSamplingRate()
Get the sampling rate, in samples per second.
Encoding foramt: "EUC-CN".
Definition: FSPDFObjC.h:7243
Definition: FSPDFObjC.h:968
Structure element type: TH, which means "Table header cell" and represents a table cell containing he...
Definition: FSPDFObjC.h:7522
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:5408
Definition: FSPDFObjC.h:6937
FSAppProviderCallbackStringID
Enumeration for string ID used to specify a case.
Definition: FSPDFObjC.h:5595
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:5893
PDF/A-2b.
Definition: FSPDFObjC.h:6794
media player state: Stop.
Definition: FSPDFObjC.h:3794
Definition: FSPDFObjC.h:6187
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:6065
Page Down key.
Definition: FSPDFObjC.h:4145
If set, print page as image; otherwise, as text.
Definition: FSPDFObjC.h:5734
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:2510
FSTaggedPDFCallbackReportCategory
Enumeration for report category type used for tagged PDF.
Definition: FSPDFObjC.h:7796
FSAnnotArray * getAnnots()
Get an array of annotations which are related to current layer node.
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1188
BOOL canCut()
Check whether can cut text.
Compression quality: Maximum, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7084
Not check the issuer.
Definition: FSPDFObjC.h:4502
Message box button ID: OK.
Definition: FSPDFObjC.h:5717
Attribute type: Width, which represents the width of the element's content rectangle.
Definition: FSPDFObjC.h:7589
Dutch.
Definition: FSPDFObjC.h:3812
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:5215
(For Office-to-PDF conversion only) WPS office engine is not found.
Definition: FSPDFObjC.h:550
Structure element type: Aside (PDF 2.0), which represents content that is distinct from other content...
Definition: FSPDFObjC.h:7502
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:5187
Up arrow key.
Definition: FSPDFObjC.h:4149
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:4798
Sample message: "Incorrect number of parameters are used when calling method '%s'".
Definition: FSPDFObjC.h:5660
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:915
FSStructObjectContentStructObjectType getObjectType()
Get related object type.
Definition: FSPDFObjC.h:2856
Structure element type: ShadingContent, which means shading content element.
Definition: FSPDFObjC.h:7560
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:2236
Page Order type: pages are placed from right to left, from top to bottom.
Definition: FSPDFObjC.h:3586
Form field type: signature field.
Definition: FSPDFObjC.h:4345
Definition: FSPDFObjC.h:1534
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:486
Attribute type: TextDecorationThickness, which represents the thickness of each line drawn as part of...
Definition: FSPDFObjC.h:7612
FSRange * getGraphicsObjectRange()
Get the range of current content element in current graphics object.
Definition: FSPDFObjC.h:7997
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1097
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:1294
(For HTML2PDF only)Occuring timeout during loading web page.
Definition: FSPDFObjC.h:571
Report file format type: XML.
Definition: FSPDFObjC.h:6682
Structure element type: Em (PDF 2.0), which means "Emphasis" and represents content for the purpose o...
Definition: FSPDFObjC.h:7542
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2450
Compression quality: High.
Definition: FSPDFObjC.h:7033
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:2647
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:1925
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:2504
No scaling way is specified.
Definition: FSPDFObjC.h:2408
Line spacing style: double line spacing.
Definition: FSPDFObjC.h:3022
(Only useful for text field) If set, the value of this field should be represented as a rich text str...
Definition: FSPDFObjC.h:4362
FSActionCallbackAppInfoType
Enumeration for application's information type.
Definition: FSPDFObjC.h:3819
FSDocProviderCallbackPageViewEventType
Enumeration for the event type of page view.
Definition: FSPDFObjC.h:5762
Attribute type: RubyPosition, which represents the placement of the RT structure element relative to ...
Definition: FSPDFObjC.h:7615
Discard document information and metadata.
Definition: FSPDFObjC.h:7159
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:4232
Definition: FSPDFObjC.h:2070
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:884
Structure element type: ContainerObject, which means container object element.
Definition: FSPDFObjC.h:7554
Definition: FSPDFObjC.h:767
Report category type: artifact.
Definition: FSPDFObjC.h:7798
Spanish.
Definition: FSPDFObjC.h:3807
BOOL isStructureElement()
Check whether current object is structure element or not.
FSPDFNumberTree * getNumberTree()
Get the page labels number tree.
Definition: FSPDFObjC.h:8036
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:7125
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: FSPDFObjC.h:3568
FSDocProviderCallbackSubmitFormat
Enumeration for XFA submit format.
Definition: FSPDFObjC.h:5739
Report confidence: medium low.
Definition: FSPDFObjC.h:7812
XFA widget type: line.
Definition: FSPDFObjC.h:5863
Definition: FSPDFObjC.h:8882
FSPDFStreamFilter getStreamFilter()
Get the type of stream filter which indicate how the stream data must be decoded before the data is u...
Pause any rendition being played in association with related screen annotation. If no rendition is be...
Definition: FSPDFObjC.h:2189
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:3691
Definition: FSPDFObjC.h:3886
PDF name object.
Definition: FSPDFObjC.h:1240
Opearte type: single checks.
Definition: FSPDFObjC.h:6658
FSIdentityProperties * getIdentityProperties()
A callback function used to get identity properties of current user.
Value type: an array of float values.
Definition: FSPDFObjC.h:7714
7 key.
Definition: FSPDFObjC.h:4164
Custom color mode. map colors to foreground.
Definition: FSPDFObjC.h:3149
BOOL isContentElement()
Check whether current object is content element or not.
(Reserved, not supported yet) If set, only link annotations are to imported from or exported to XFDF ...
Definition: FSPDFObjC.h:5249
Enum value: on, which means the state is on.
Definition: FSPDFObjC.h:7682
Definition: FSPDFObjC.h:2217
PDF/A-3u.
Definition: FSPDFObjC.h:6798
PDF/A-1a.
Definition: FSPDFObjC.h:6791
Event flag: auto repeat.
Definition: FSPDFObjC.h:4229
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:666
Encoding foramt: "SJS".
Definition: FSPDFObjC.h:7239
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:503
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1186
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:4225
Encoding foramt: "BHASKAR".
Definition: FSPDFObjC.h:7281
FSColorSpaceType getColorSpaceType()
Get color space type.
Application information: language.
Definition: FSPDFObjC.h:5580
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:3871
Layout mode: continuous page.
Definition: FSPDFObjC.h:3851
Bullet type: solid circle.
Definition: FSPDFObjC.h:7890
Definition: FSPDFObjC.h:4317
Sample message: "Error:Invalid enumerated value:%s".
Definition: FSPDFObjC.h:5696
Compression mode: high.
Definition: FSPDFObjC.h:7070
Sample message: "Validate access index '%s' out of array".
Definition: FSPDFObjC.h:5648
Snapped point type: nearest point, which means the snapped point is the nearest point (which is in a ...
Definition: FSPDFObjC.h:8713
Structure element type: PathObject, which means path graphics object element.
Definition: FSPDFObjC.h:7550
Definition: FSPDFObjC.h:4686
Encoding foramt: "CSN_369103".
Definition: FSPDFObjC.h:7268
Discard unreferenced named destination.
Definition: FSPDFObjC.h:7138
Normal orientation.
Definition: FSPDFObjC.h:1146
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:1292
Definition: FSPDFObjC.h:1415
If set, that means to get the midpoint for two endpoints of a path.
Definition: FSPDFObjC.h:8731
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
BOOL isRadioButtonStatePreserved()
Get the radio-button preserved state.
Definition: FSPDFObjC.h:2559
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:7042
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:4508
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:8061
No Field MDP action.
Definition: FSPDFObjC.h:4571
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:696
Structure element type: Document, which represents a complete document.
Definition: FSPDFObjC.h:7491
Remove invalid bookmarks.
Definition: FSPDFObjC.h:7136
Result type: delete image.
Definition: FSPDFObjC.h:6885
Not use encryption algorithm.
Definition: FSPDFObjC.h:6132
void dedent()
Decrease indent for text.
Y key.
Definition: FSPDFObjC.h:4191
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:5781
Enum value: TbRl, which means inline progression from top to bottom; block progression from right to ...
Definition: FSPDFObjC.h:7646
Enum value: Middle, which means children are centered within the table cell.
Definition: FSPDFObjC.h:7662
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:1816
Structure element type: Div, which means "Division" and represents a generic block-level element or g...
Definition: FSPDFObjC.h:7496
FSPreflightSettingDataOperateType
Enumeration for the preflight operate type.
Definition: FSPDFObjC.h:6656
FSFloatingInfoRelativeTarget
Enumeration for the values used to set relative position of floating window.
Definition: FSPDFObjC.h:3647
Any unknown error occurs.
Definition: FSPDFObjC.h:485
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:5789
Sample message: "An attempt was made to reference property '%s' of a non-object in SOM expression %s"...
Definition: FSPDFObjC.h:5656
Structure element type: Index, which represents a sequence of entries containing identifying text acc...
Definition: FSPDFObjC.h:7501
Name for module "XFA".
Definition: FSPDFObjC.h:658
Locale ID for country: Japan.
Definition: FSPDFObjC.h:705
Compression mode: jbig2 lossless.
Definition: FSPDFObjC.h:7195
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:1090
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:5413
Resize type: may be resized only if the aspect ratio is preserved.
Definition: FSPDFObjC.h:3656
Text mode: fill text.
Definition: FSPDFObjC.h:1524
Structure element type: Sub (PDF 2.0), which means "Sub-division of a block level element" and repres...
Definition: FSPDFObjC.h:7544
Definition: FSPDFObjC.h:575
Annotation flag: locked contents.
Definition: FSPDFObjC.h:2478
FSLRStructureElement * getParentElement()
Get the parent element.
Encoding foramt: "BIG5_HKSCS".
Definition: FSPDFObjC.h:7273
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:5877
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:4525
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:1796
Right Paging Seal.
Definition: FSPDFObjC.h:4703
Sample message: "Unexpected expression '%s'".
Definition: FSPDFObjC.h:5634
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4968
Attribute type: Subtype, which means the subtype of annotation or artifact.
Definition: FSPDFObjC.h:7596
Encoding foramt: "CP1255".
Definition: FSPDFObjC.h:7260
int getXDPI()
Get DPI for X-axis.
Shading graphics object.
Definition: FSPDFObjC.h:1472
Image type is BMP.
Definition: FSPDFObjC.h:1134
XFA widget type: unknown.
Definition: FSPDFObjC.h:5868
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:3880
Report category type: region.
Definition: FSPDFObjC.h:7797
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:4497
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:4354
Definition: FSPDFObjC.h:2034
Name for module "OFD".
Definition: FSPDFObjC.h:673
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:814
Page size: A2.
Definition: FSPDFObjC.h:4812
Encoding foramt: "X-TAM-LTTMBARANI".
Definition: FSPDFObjC.h:7291
Message box icon: Question.
Definition: FSPDFObjC.h:5705
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:992
Definition: FSPDFObjC.h:7096
Compression mode: zip.
Definition: FSPDFObjC.h:7074
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:5878
Encoding foramt: "X-TAM-SHREE".
Definition: FSPDFObjC.h:7292
BOOL isParsed()
Check if current reflow page has been parsed or not.
Definition: FSPDFObjC.h:10204
Value type: an array of integer values.
Definition: FSPDFObjC.h:7713
javascript field value changed type : calculation.
Definition: FSPDFObjC.h:3835
Form field type: text field.
Definition: FSPDFObjC.h:4344
Annotation flag: hidden.
Definition: FSPDFObjC.h:2470
BOOL verifyEncryptionParams()
Verify encryption parameters.
FSActionCallbackLanguage getLanguage()
A callback function to get the language of the running viewer application.
Page size: legal.
Definition: FSPDFObjC.h:4811
Structure element type: Hn (PDF 2.0), which represents heading with level 7 or more.
Definition: FSPDFObjC.h:7515
Definition: FSPDFObjC.h:1047
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:1459
Structure element type: Form, which represents a widget annotation representing an interactive form f...
Definition: FSPDFObjC.h:7547
Definition: FSPDFObjC.h:6804
int getMatchSentenceEndIndex()
Get the index of the last character of current matched pattern, based on the matched sentence.
Expected data or object is not found.
Definition: FSPDFObjC.h:492
The application window.
Definition: FSPDFObjC.h:1824
media player state: Stop.
Definition: FSPDFObjC.h:3845
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:2110
Locale ID for country: Germany.
Definition: FSPDFObjC.h:702
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:510
float getZoomFactor()
Get zoom factor.
Structure element type: RP, which means "Ruby punctuation" and represents punctuation surrounding the...
Definition: FSPDFObjC.h:7538
End key.
Definition: FSPDFObjC.h:4146
Attribute type: BlockAlign, which represents the alignment, in the block-progression direction,...
Definition: FSPDFObjC.h:7605
Egde position: right.
Definition: FSPDFObjC.h:5904
FSPDFDictionary * create()
Create a new dictionary object.
If set, do not print a watermark.
Definition: FSPDFObjC.h:5017
Encoding foramt: "ASCII".
Definition: FSPDFObjC.h:7228
String ID for case: Use string in local language for "Friday".
Definition: FSPDFObjC.h:5674
Structure element type: ComplexContent, which means complex content element.
Definition: FSPDFObjC.h:7561
Portfolio node type: file.
Definition: FSPDFObjC.h:8577
Definition: FSPDFObjC.h:6102
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:882
Import pages with layers.
Definition: FSPDFObjC.h:5217
Enum value: off, which means the state is off.
Definition: FSPDFObjC.h:7683
Encoding foramt: "ISO-8859-15".
Definition: FSPDFObjC.h:7264
Portfolio node type: folder.
Definition: FSPDFObjC.h:8576
Markup annotation state model: review.
Definition: FSPDFObjC.h:2640
FSAppProviderCallbackAppInfo
Enumeration for XFA application information type.
Definition: FSPDFObjC.h:5578
Text encoding: UTF-16.
Definition: FSPDFObjC.h:5758
FSPrintParamsPageOrder
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3584
English.
Definition: FSPDFObjC.h:3806
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:2109
Table border style: Solid.
Definition: FSPDFObjC.h:6441
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: FSPDFObjC.h:3594
Definition: FSPDFObjC.h:7909
Action type: launch action.
Definition: FSPDFObjC.h:1966
Font style: non-symbolic.
Definition: FSPDFObjC.h:873
Definition: FSPDFObjC.h:2259
Encoding foramt: "ISO-8859-13".
Definition: FSPDFObjC.h:7269
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:6398
Definition: FSPDFObjC.h:7166
Name for module "OCR".
Definition: FSPDFObjC.h:661
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:490
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:4966
Bit 11. Enable hyperlinks export.
Definition: FSPDFObjC.h:7384
Data of current object is invalid.
Definition: FSPDFObjC.h:497
int getEndCharIndex()
Get the index of last character of current hyper-link URI, based on PDF page.
BOOL isEmpty()
Check whether current object is empty or not.
Locale ID for country: Italy.
Definition: FSPDFObjC.h:703
Definition: FSPDFObjC.h:2598
Top Paging Seal.
Definition: FSPDFObjC.h:4704
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:2665
Bit 5. If enabled, layer support will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:7378
PDF/X-1a.
Definition: FSPDFObjC.h:6835
Image type is webp.
Definition: FSPDFObjC.h:1141
No popup menu item.
Definition: FSPDFObjC.h:4123
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:691
Value type: an array of wide strings.
Definition: FSPDFObjC.h:7716
Enum value: Groove, which means the border looks as though it were carved into the canvas.
Definition: FSPDFObjC.h:7654
Definition: FSPDFObjC.h:377
Nothing.
Definition: FSPDFObjC.h:1836
Definition: FSPDFObjC.h:2089
Bit 1. Enable embedding of TTF(True Type Font) program to PDF file. The whole TTF font file will be e...
Definition: FSPDFObjC.h:7374
Structure element type: H4, which represents heading with level 4.
Definition: FSPDFObjC.h:7512
Definition: FSPDFObjC.h:1248
String ID for case: Filter for image files. Sample message: "Image Files(*.bmp;*.jpg;*....
Definition: FSPDFObjC.h:5601
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: FSPDFObjC.h:3592
BOOL copySelected()
Copy the selected text.
Encoding foramt: "TSCII".
Definition: FSPDFObjC.h:7275
XFA widget type: push button.
Definition: FSPDFObjC.h:5855
Name for module "Optimizer".
Definition: FSPDFObjC.h:664
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:2468
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:8534
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:1087
NSArray< NSData * > * getComponentNames()
Get a string array which represents the name of colorant for Separation color space,...
FSBitmapDIBFormat
Enumeration for DIB format.
Definition: FSPDFObjC.h:1082
Definition: FSPDFObjC.h:2814
Structure tree entity type: Element, which represents a structure element.
Definition: FSPDFObjC.h:1687
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3580
media player state: Open.
Definition: FSPDFObjC.h:3842
The state is unchanged.
Definition: FSPDFObjC.h:4006
Definition: FSPDFObjC.h:4236
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:525
Enum value: RlTb, which means inline progression from right to left; block progression from top to bo...
Definition: FSPDFObjC.h:7645
Device type: printer.
Definition: FSPDFObjC.h:3168
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1196
XFA widget type: arc.
Definition: FSPDFObjC.h:5857
FSMenuListArray * getMenuItemNameList()
A callback function to get the menu item name list.
Sample message: "Unable to set the value for property 'className'".
Definition: FSPDFObjC.h:5618
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:5441
Enum value: Distribute, which means the content is to be expanded to fill the available width in the ...
Definition: FSPDFObjC.h:7666
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:6881
No "AdvEdit" module right.
Definition: FSPDFObjC.h:556
Type definition for point class for integer.
Definition: FSPDFObjC.h:206
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:4046
Discard private data of other applications.
Definition: FSPDFObjC.h:7161
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:8680
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:699
BOOL isEmpty()
Check whether current object is empty or not.
If set, print page in reverse order; otherwise, in normal order.
Definition: FSPDFObjC.h:5735
unsigned long long getSize()
Get the current stream size, in bytes.
Unknown filter type.
Definition: FSPDFObjC.h:1289
Definition: FSPDFObjC.h:2415
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:5509
String ID for case: Use string in local language for "March".
Definition: FSPDFObjC.h:5678
Mailed result: user abort.
Definition: FSPDFObjC.h:3859
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:529
FSPDFDictionary * getDict()
Get PDF dictionary of related object.
If set, only show line art.
Definition: FSPDFObjC.h:8546
Structure element type: TextObject, which means text graphics object element.
Definition: FSPDFObjC.h:7549
Event flag: key pad.
Definition: FSPDFObjC.h:4228
μ-law-encoded samples
Definition: FSPDFObjC.h:3086
Position: bottom center.
Definition: FSPDFObjC.h:652
BOOL needPauseNow()
Check whether need to pause now.
Definition: FSPDFObjC.h:6662
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:8064
PDF reference object.
Definition: FSPDFObjC.h:1245
Definition: FSPDFObjC.h:3500
PDF/X-3.
Definition: FSPDFObjC.h:6836
Right alignment.
Definition: FSPDFObjC.h:635
Attribute type: BBox, which represents the element's bounding box (the rectangle that completely encl...
Definition: FSPDFObjC.h:7588
W key.
Definition: FSPDFObjC.h:4189
J key.
Definition: FSPDFObjC.h:4176
Print Handling: No page scaling is applied.
Definition: FSPDFObjC.h:3591
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:684
Bit 8. Determines whether software uses vector hidden-line removal for corresponding viewports.
Definition: FSPDFObjC.h:7381
F1 key.
Definition: FSPDFObjC.h:4209
Definition: FSPDFObjC.h:6205
Definition: FSPDFObjC.h:6709
Value type: element.
Definition: FSPDFObjC.h:7711
Rotate the text block based on the left-top point of the rectangle.
Definition: FSPDFObjC.h:626
Text mode: stroke text.
Definition: FSPDFObjC.h:1525
Enum value: Ridge, which means the border looks as though it were coming out of the canvas (the oppos...
Definition: FSPDFObjC.h:7655
FSCertVerifyResultArray * getCertificateVerifyResults()
Get certificate verify results.
The media is not scaled. A scrolling user interface is provided if the media rectangle is wider or ta...
Definition: FSPDFObjC.h:1800
Structure element type: Title (PDF 2.0), which represents content that is usually referred to as the ...
Definition: FSPDFObjC.h:7503
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:5875
Compression quality: Medium, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7082
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:5777
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:4498
(For DWG-to-PDF conversion only) ODA engine is not found.
Definition: FSPDFObjC.h:553
Message box button ID: No.
Definition: FSPDFObjC.h:5719
Brazilian Portuguese.
Definition: FSPDFObjC.h:3814
Invalid PDF object type.
Definition: FSPDFObjC.h:1236
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:537
Sample message: "Cannot find method '%s'".
Definition: FSPDFObjC.h:5643
Annotation property: border color.
Definition: FSPDFObjC.h:2492
If set, the color of path need to be replaced.
Definition: FSPDFObjC.h:3162
Encoding foramt: "Arabic".
Definition: FSPDFObjC.h:7235
Measurement of distance in any direction.
Definition: FSPDFObjC.h:2671
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:8525
Hit test area: HyperLink.
Definition: FSPDFObjC.h:5850
Bullet type: right arrow (upper white and lower black).
Definition: FSPDFObjC.h:7894
FSWidgetLineSpacingStyle
Enumeration for line spacing style.
Definition: FSPDFObjC.h:3019
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:1805
Definition: FSPDFObjC.h:4586
Definition: FSPDFObjC.h:6960
Merge consecutive text-showing operators with equal y coordinates.
Definition: FSPDFObjC.h:4756
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:909
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:2105
int getTextLinkCount()
Get the count of the URL formatted texts, in related PDF page.
Font type: Type3.
Definition: FSPDFObjC.h:927
Sample message: "Validate failed".
Definition: FSPDFObjC.h:5596
No "Compliance" module right.
Definition: FSPDFObjC.h:543
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:2411
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:4965
Definition: FSPDFObjC.h:1202
The verified issue is current issuer.
Definition: FSPDFObjC.h:4503
Caption to the left of the icon.
Definition: FSPDFObjC.h:2516
Structure element type: Sect, which means "Section" and represents a container for grouping related c...
Definition: FSPDFObjC.h:7495
Definition: FSPDFObjC.h:8644
NSData * getTimeStampMessage()
A callback function used to get time stamp message.
FSRenditionMediaPermission
Enumeration for PDF media player permission.
Definition: FSPDFObjC.h:1783
FDF document type: FDF.
Definition: FSPDFObjC.h:3261
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:5199
XFA document type: Static.
Definition: FSPDFObjC.h:5783
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:4801
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:1042
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:845
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:1458
Enum value: float.
Definition: FSPDFObjC.h:7677
FSPortfolioNodeType getNodeType()
Get node type.
Encoding foramt: "Hebrew".
Definition: FSPDFObjC.h:7237
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:7146
Name for module "3D".
Definition: FSPDFObjC.h:672
BOOL canPaste()
Check whether can paste text.
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:5876
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:2483
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:4677
Definition: FSPDFObjC.h:2750
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:4524
Value type: ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24).
Definition: FSPDFObjC.h:7709
Z key.
Definition: FSPDFObjC.h:4192
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:1293
Definition: FSPDFObjC.h:3430
Font charset: Hebrew.
Definition: FSPDFObjC.h:893
Window type: a hidden window.
Definition: FSPDFObjC.h:1808
Line spacing style: auto line spacing.
Definition: FSPDFObjC.h:3024
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4490
Definition: FSPDFObjC.h:7008
Egde position: top.
Definition: FSPDFObjC.h:5903
FSFloatingInfoResizeType
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: FSPDFObjC.h:3654
Definition: FSPDFObjC.h:8860
Structure tree entity type: ObjectContent, which represents a PDF object content item,...
Definition: FSPDFObjC.h:1689
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:2188
Definition: FSPDFObjC.h:3450
BOOL apply()
Apply redaction in marked areas: remove the text or graphics under marked areas permanently.
Sample message: "Invalid append operation: %s cannot have a child element of %s".
Definition: FSPDFObjC.h:5663
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:4500
Depends on monitor specifier.
Definition: FSPDFObjC.h:1826
Enum value: rb, which means radio button.
Definition: FSPDFObjC.h:7678
Definition: FSPDFObjC.h:7409
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:1288
Bit 15. Enable measuring scale in pdf.
Definition: FSPDFObjC.h:7387
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:921
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:1985
int getMatchSentenceStartIndex()
Get the index of the first character of current matched pattern, based on the matched sentence.
Multiple page mode.
Definition: FSPDFObjC.h:7217
Unknown signature.
Definition: FSPDFObjC.h:4735
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:4356
Attribute type: TextDecorationColor, which represents the color to be used for drawing text decoratio...
Definition: FSPDFObjC.h:7611
Border style: Cloudy.
Definition: FSPDFObjC.h:2344
void clear()
Clear all points.
void undo()
Undo this item.
If set, that means object streams will be used to generate combined result PDF file in order to reduc...
Definition: FSPDFObjC.h:8389
The full virtual desktop.
Definition: FSPDFObjC.h:1825
Application information: variation.
Definition: FSPDFObjC.h:5582
If set, that means signature will be extracted as well. It must be combined with .
Definition: FSPDFObjC.h:5229
If set, watermarks will share one image stream if these watermarks use the same image or bitmap.
Definition: FSPDFObjC.h:6370
Join spilt operation type: Spilt.
Definition: FSPDFObjC.h:7966
Color space: ICCBased.
Definition: FSPDFObjC.h:686
Sample message: "Unknown error is caught!".
Definition: FSPDFObjC.h:5602
Definition: FSPDFObjC.h:6299
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
PDF number object.
Definition: FSPDFObjC.h:1238
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:8463
Structure element type: TD, which means "Table data cell" and represents a table cell containing data...
Definition: FSPDFObjC.h:7523
Application's forms version information.
Definition: FSPDFObjC.h:3820
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:881
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:6032
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:1817
Structure element type: THead, which means "Table header row group" and represents a group of rows th...
Definition: FSPDFObjC.h:7524
NSString * getPDFPath()
Get the path of related PDF document.
Miter line join type.
Definition: FSPDFObjC.h:815
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:1138
Sample message: "'%s' argument is expected to be a container".
Definition: FSPDFObjC.h:5655
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:5237
Sample message: "Argument mismatch in property or function argument".
Definition: FSPDFObjC.h:5661
Crop Box for page boundary.
Definition: FSPDFObjC.h:4803
Rotate the text block based on the left-bottom point of the rectangle.
Definition: FSPDFObjC.h:628
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:532
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:913
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:8474
FSLRStructureElementAttributeValueEnum
Enumeration for element general layout attribute enum values.
Definition: FSPDFObjC.h:7635
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:2253
New data conflicts with existed data.
Definition: FSPDFObjC.h:494
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:1797
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:4797
Definition: FSPDFObjC.h:1102
void removeAllSubActions()
Remove all the sub-actions.
The submit data is packaged in PDF format as described in the PDF Reference.
Definition: FSPDFObjC.h:5741
Structure element info type: Expanded Form, which means the expanded form of structure element.
Definition: FSPDFObjC.h:1709
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:4507
Definition: FSPDFObjC.h:1692
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:2646
Sample message: "Message limit exceeded. Remaining %d validation errors not reported....
Definition: FSPDFObjC.h:5689
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:846
Enum value: LowerRoman, which means lowercase roman numerals (i, ii, iii, iv, ...).
Definition: FSPDFObjC.h:7672
Sample message: "Cannot modify the '%s' value".
Definition: FSPDFObjC.h:5631
Encoding foramt: "CP1257".
Definition: FSPDFObjC.h:7262
Attribute type only for Table: RowSpan, which represents the number of rows in the enclosing table th...
Definition: FSPDFObjC.h:7624
Window type: a docked page window.
Definition: FSPDFObjC.h:3689
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:2645
Definition: FSPDFObjC.h:10458
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:8070
If set, only show smooth shades.
Definition: FSPDFObjC.h:8543
FSLRGraphicsObjectElement * getParentGraphicsObjectElement()
Get the parent graphics object element.
If this is used, "1/n" would be used as the page number format string.
Definition: FSPDFObjC.h:4992
NSData * getTimeStampMessage()
Get time stamp message.
Fit the entire width of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:1926
File format type: TXT.
Definition: FSPDFObjC.h:716
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:910
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:2117
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:5238
No "NewWindow" flag.
Definition: FSPDFObjC.h:1986
Event type: after a page view is removed.
Definition: FSPDFObjC.h:5764
Bit 12. If enabled, layout geometry will be zoomed to paper size, else layout settings will be applie...
Definition: FSPDFObjC.h:7385
Definition: FSPDFObjC.h:6587
If set, shrink page to fit within content area.
Definition: FSPDFObjC.h:5733
String ID for case: Not allow to modify field. Sample message: "You are not allowed to modify this fi...
Definition: FSPDFObjC.h:5599
Structure element type: TOC, which means "Table of contents" and represents a list made up of table o...
Definition: FSPDFObjC.h:7499
Encoding foramt: "X-KDDI-Shift_JIS".
Definition: FSPDFObjC.h:7296
FSPrintDeviceSettingDataOrientationFlag
Enumeration for specifying the orientation of the printer.
Definition: FSPDFObjC.h:3118
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:8060
Definition: FSPDFObjC.h:995
If set, only screen annotations will be rendered.
Definition: FSPDFObjC.h:3157
float getRight()
Get right position value.
BOOL isTopNull()
Check if top value is a null object.
Unknown initial view mode.
Definition: FSPDFObjC.h:8681
int getElementCount()
Get the count of elements.
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:530
Compression mode: high.
Definition: FSPDFObjC.h:7022
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:5853
Font charset: Baltic.
Definition: FSPDFObjC.h:895
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:692
F4 key.
Definition: FSPDFObjC.h:4212
Position: top center.
Definition: FSPDFObjC.h:646
Encoding foramt: "Latin4".
Definition: FSPDFObjC.h:7231
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:1295
Compression quality: Lossless, only for jpeg2000 compress mode.
Definition: FSPDFObjC.h:7035
Corner mark style: none.
Definition: FSPDFObjC.h:2307
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:2477
Encoding foramt: "CP866".
Definition: FSPDFObjC.h:7252
void unlinkBoxes()
Call this function to unlink text.
Page size: B5.
Definition: FSPDFObjC.h:4820
Sample message: "Invalidate character '%c'".
Definition: FSPDFObjC.h:5624
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:4230
Word matching: match all words.
Definition: FSPDFObjC.h:3742
Definition: FSPDFObjC.h:3265
This means the snapped point is invalid.
Definition: FSPDFObjC.h:8709
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:8470
Definition: FSPDFObjC.h:1579
Structure element type: H5, which represents heading with level 5.
Definition: FSPDFObjC.h:7513
Form XObject graphics object.
Definition: FSPDFObjC.h:1473
2 key.
Definition: FSPDFObjC.h:4159
Progress state: progress is finished.
Definition: FSPDFObjC.h:737
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:2435
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:5225
U key.
Definition: FSPDFObjC.h:4187
Media Box for page boundary.
Definition: FSPDFObjC.h:4802
Annotation property: fill color.
Definition: FSPDFObjC.h:2493
Compression mode: jpeg.
Definition: FSPDFObjC.h:7023
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:523
Report category type: table row.
Definition: FSPDFObjC.h:7803
FSActionCallbackSearchScope
Enumeration for search scope.
Definition: FSPDFObjC.h:3862
FSLRStructureElementAttributeType
Enumeration for element general layout attribute types.
Definition: FSPDFObjC.h:7581
Chinese Traditional.
Definition: FSPDFObjC.h:3803
Attribute type: TextAlign, which represents the alignment of text and other content within lines of t...
Definition: FSPDFObjC.h:7604
float getHeight()
Get the height of the XFA page.
PDF/X-3 (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:6844
Name for module "Conversion".
Definition: FSPDFObjC.h:665
Definition: FSPDFObjC.h:6006
PDF null object.
Definition: FSPDFObjC.h:1244
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:8462
PDF/A-2u.
Definition: FSPDFObjC.h:6795
F9 key.
Definition: FSPDFObjC.h:4217
XFA widget type: rectangle.
Definition: FSPDFObjC.h:5866
Mailed data type: document.
Definition: FSPDFObjC.h:3828
Border style: Underline.
Definition: FSPDFObjC.h:2341
Enum value: Overline, which means a line above the text.
Definition: FSPDFObjC.h:7664
String ID for case: Use string in local language for "November".
Definition: FSPDFObjC.h:5686
If set, print annotations.
Definition: FSPDFObjC.h:5736
O key.
Definition: FSPDFObjC.h:4181
FSFillerAssistCallbackPopupMenuItem
Enumeration for popup menu item.
Definition: FSPDFObjC.h:4122
Definition: FSPDFObjC.h:418
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4572
FSLRStructureElement * getParentElement()
Get the parent element.
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
Enumeration for searchable text type used for converting DWG to PDF.
Definition: FSPDFObjC.h:7397
Color policy: Drawing is exported to a grayscale PDF file. Native colors are converted into grayscale...
Definition: FSPDFObjC.h:7406
Media style: screen. It means PDF page will be displayed in screen media style.
Definition: FSPDFObjC.h:7304
Attribute type only for PrintField: Desc, which represents the alternate name of the field,...
Definition: FSPDFObjC.h:7623
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:5190
Attribute type: Placement, which means the positioning of the element with respect to the enclosing r...
Definition: FSPDFObjC.h:7584
Structure element type: AnnotContent, which means annotation content element.
Definition: FSPDFObjC.h:7562
No password is used in PDF document.
Definition: FSPDFObjC.h:5178
Encoding foramt: "KSC".
Definition: FSPDFObjC.h:7244
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:7092
Encoding foramt: "HTCHANAKYA".
Definition: FSPDFObjC.h:7282
Sample message: "'%s' function's %d argument cannot be array".
Definition: FSPDFObjC.h:5654
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:5194
Definition: FSPDFObjC.h:5793
Sample message: "Illegal continue".
Definition: FSPDFObjC.h:5637
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:924
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:7029
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:511
Color space: Pattern.
Definition: FSPDFObjC.h:690
Result type: insert shading.
Definition: FSPDFObjC.h:6892
Landscape orientation for printing.
Definition: FSPDFObjC.h:3120
This means LTV is not enabled.
Definition: FSPDFObjC.h:8222
Numbering type: none.
Definition: FSPDFObjC.h:7901
float getWidth()
Get the width.
Structure element type: TR, which means "Table row" and represents a row of headings or data in a tab...
Definition: FSPDFObjC.h:7521
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:2107
If set, only show registration color.
Definition: FSPDFObjC.h:8544
Watermark font style: with underline.
Definition: FSPDFObjC.h:6400
Signature key name: location.
Definition: FSPDFObjC.h:4533
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2440
If set, the color of text need to be replaced.
Definition: FSPDFObjC.h:3161
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:513
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:517
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:8194
Compression mode: jpeg.
Definition: FSPDFObjC.h:7188
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:5846
Definition: FSPDFObjC.h:2367
F7 key.
Definition: FSPDFObjC.h:4215
Location is not set.
Definition: FSPDFObjC.h:8075
Sample message: "'%s' is not an array".
Definition: FSPDFObjC.h:5651
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:2854
No "Redaction" module right.
Definition: FSPDFObjC.h:539
Definition: FSPDFObjC.h:8018
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:4566
BOOL pasteSelected()
Paste the copied text.
FSPDFDocDataType
Enumeration for data type used to decide which object(s) will be imported from or exported to FDF/XFD...
Definition: FSPDFObjC.h:5246
Text encoding: ISO8859NN.
Definition: FSPDFObjC.h:5754
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:987
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:1093
The state is ON.
Definition: FSPDFObjC.h:4004
An array of PointF objects.
Definition: FSPDFObjC.h:265
Annotation property: creation date.
Definition: FSPDFObjC.h:2491
Popup menu item: "Delete".
Definition: FSPDFObjC.h:4127
Signature does not have any data for signing.It means that there is not "V" entry in the signature di...
Definition: FSPDFObjC.h:4487
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:2668
FSJoinSplit * getJoinSplit()
Get the join split object.
No "OCR" module right.
Definition: FSPDFObjC.h:541
Compression quality: Low.
Definition: FSPDFObjC.h:7031
BOOL canSelectAll()
Check whether can select all text.
Invalid or incorrect state.
Definition: FSPDFObjC.h:500
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:2254
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:5510
NSString * stringifyType()
Convert type (enum value) of current element to a short and memorable string (text) representation.
Join spilt operation type: SelectNone.
Definition: FSPDFObjC.h:7969
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:7040
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:2498
Bevel line join type.
Definition: FSPDFObjC.h:817
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
Definition: FSPDFObjC.h:8149
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:1961
DIB format: 1bpp format, two color RGB bitmap.It does not support format conversion between bitmaps.
Definition: FSPDFObjC.h:1084
Definition: FSPDFObjC.h:8782
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2282
Page Order type: pages are placed from top to bottom, from left to right.
Definition: FSPDFObjC.h:3587
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:1793
Page size: letter.
Definition: FSPDFObjC.h:4810
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:7087
F12 key.
Definition: FSPDFObjC.h:4220
Attribute type: EndIndent, which represents the distance from the end edge of the BLSE to that of the...
Definition: FSPDFObjC.h:7602
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
Annotation's rollover appearance.
Definition: FSPDFObjC.h:2522
NSString * getURI()
Get URI string.
Definition: FSPDFObjC.h:11581
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4573
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:547
Encoding foramt: "Latin6".
Definition: FSPDFObjC.h:7233
Font charset: Greek.
Definition: FSPDFObjC.h:891
Tab key.
Definition: FSPDFObjC.h:4136
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:7143
Definition: FSPDFObjC.h:8321
Attribute type: Height, which represents the height of the element's content rectangle.
Definition: FSPDFObjC.h:7590
Flip Vertical.
Definition: FSPDFObjC.h:1149
Definition: FSPDFObjC.h:3090
Name for module "TableMaker".
Definition: FSPDFObjC.h:668
Structure element type: H2, which represents heading with level 2.
Definition: FSPDFObjC.h:7510
Only add one signature. This signature is used for signature and verification and will be hidden in t...
Definition: FSPDFObjC.h:4710
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:506
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2453
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2458
Report category type: paragraph.
Definition: FSPDFObjC.h:7799
Form field type: list box.
Definition: FSPDFObjC.h:4343
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2657
Attribute type: WritingMode, which means the directions of layout progression for packing of ILSEs (i...
Definition: FSPDFObjC.h:7586
Caption above the icon.
Definition: FSPDFObjC.h:2514
Event flag: "Alt" key.
Definition: FSPDFObjC.h:4226
Structure element type: LI, which means "List item" and represents an individual member of a list.
Definition: FSPDFObjC.h:7517
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4991
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:1812
BOOL onSelectAll()
Call this function when the popup menu item "Select All" is down.
Relative type: align the floating window relative to the application window.
Definition: FSPDFObjC.h:3649
Definition: FSPDFObjC.h:5473
Sample message: "Unable to set the value for property 'ready'".
Definition: FSPDFObjC.h:5616
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2460
Name for module "Compliance".
Definition: FSPDFObjC.h:663
Bit 13. Create linearized PDF file.
Definition: FSPDFObjC.h:7386
smooth lines to curves
Definition: FSPDFObjC.h:7153
Viewing or printing condition: Auto.
Definition: FSPDFObjC.h:6621
Sample message: "Unable to set the value for property 'language'".
Definition: FSPDFObjC.h:5610
Definition: FSPDFObjC.h:5143
Action type: named action.
Definition: FSPDFObjC.h:1972
Enum value: Double, which means the border is two solid lines.
Definition: FSPDFObjC.h:7653
Definition: FSPDFObjC.h:10535
Enum value: Inset, which means the border makes the entire box look as though it were embedded in the...
Definition: FSPDFObjC.h:7656
Definition: FSPDFObjC.h:6375
Preflight library type: Prepress,Color and Transparency.
Definition: FSPDFObjC.h:6653
Attribute type: BaselineShift, which means the distance by which the element's baseline is shifted re...
Definition: FSPDFObjC.h:7609
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:5411
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Font charset: Turkish.
Definition: FSPDFObjC.h:892
Definition: FSPDFObjC.h:2714
Certificate's password is wrong.
Definition: FSPDFObjC.h:4643
Font charset: Eastern European.
Definition: FSPDFObjC.h:889
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:1813
Definition: FSPDFObjC.h:7720
If set, show all.
Definition: FSPDFObjC.h:8523
String ID for case: Use string in local language for "December".
Definition: FSPDFObjC.h:5687
Image type is JBIG2.
Definition: FSPDFObjC.h:1140
Encoding foramt: "X-DoCoMo-Shift_JIS".
Definition: FSPDFObjC.h:7297
E key.
Definition: FSPDFObjC.h:4171
media player state: Close.
Definition: FSPDFObjC.h:3843
FSBitmapDIBFormat getFormat()
Get bitmap format.
No "Office2PDF" module right.
Definition: FSPDFObjC.h:564
Definition: FSPDFObjC.h:10557
PDF/X-4 (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:6849
No "Conversion" module right.
Definition: FSPDFObjC.h:545
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:697
String ID for case: Use string in local language for "Tuesday".
Definition: FSPDFObjC.h:5671
Color space: Indexed.
Definition: FSPDFObjC.h:689
Norwegian.
Definition: FSPDFObjC.h:3813
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:2187
Signature key name: contact information.
Definition: FSPDFObjC.h:4535
Page size: A3.
Definition: FSPDFObjC.h:4813
Structure element type: Ruby, which represents the wrapper around the entire ruby assembly.
Definition: FSPDFObjC.h:7535
Structure element type: H1, which represents heading with level 1.
Definition: FSPDFObjC.h:7509
Attribute type: Color, which represents the color to be used for drawing text and the default value f...
Definition: FSPDFObjC.h:7598
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:5899
FSImageOrientation
Enumeration for image orientation.
Definition: FSPDFObjC.h:1144
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:700
Egde position: bottom.
Definition: FSPDFObjC.h:5905
Definition: FSPDFObjC.h:2526
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:868
FSCombinationCombineDocsOptions
Enumeration for options used for combining PDF files.
Definition: FSPDFObjC.h:8380
Problems highlighted by transparent masks.
Definition: FSPDFObjC.h:6688
Text graphics object.
Definition: FSPDFObjC.h:1469
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:5412
FSDocProviderCallbackTextEncoding
Enumeration for text encoding for XFA submit.
Definition: FSPDFObjC.h:5747
Opearte type: profiles.
Definition: FSPDFObjC.h:6657
PDF/X-1a (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:6840
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:1799
Report category type: table header.
Definition: FSPDFObjC.h:7804
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2659
Structure element type: Art, which means "Article" and represents a relatively self-contained body of...
Definition: FSPDFObjC.h:7494
Definition: FSPDFObjC.h:4443
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1099
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:1131
Definition: FSPDFObjC.h:3541
float getLeft()
Get left position value.
Signature label name for location.
Definition: FSPDFObjC.h:4579
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:1815
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:1464
void release()
A callback function used to release current callback object itself.
FSRenditionFloatingWindowRelatedWindowType
Enumeration for the type of floating window's related window.
Definition: FSPDFObjC.h:1822
int getChildCount()
Get the count of children elements.
Measurement of area.
Definition: FSPDFObjC.h:2672
Page size: A5.
Definition: FSPDFObjC.h:4815
Signature key name: text content.
Definition: FSPDFObjC.h:4537
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:5444
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:7068
Definition: FSPDFObjC.h:4713
FSPreflightSettingDataLibraryType
Enumeration for the preflight library type.
Definition: FSPDFObjC.h:6650
Fail to request during sending request process.
Definition: FSPDFObjC.h:4681
Sample message: "Invalid enumerated value: %s".
Definition: FSPDFObjC.h:5662
NSData * getBuffer()
Get bitmap buffer.
Encoding foramt: "GBK".
Definition: FSPDFObjC.h:7271
3 key in the numeric keypad.
Definition: FSPDFObjC.h:4196
BOOL isLocked()
Check if current layer node is locked.
Structure element type: LBody, which means "List body" and reprsents the descriptive content of a lis...
Definition: FSPDFObjC.h:7519
Discard file attachments.
Definition: FSPDFObjC.h:7160
String ID for case: Use string in local language for "Wednesday".
Definition: FSPDFObjC.h:5672
No "TableMaker" module right.
Definition: FSPDFObjC.h:554
int getSubActionCount()
Get the count of sub-actions.
Structure element type: WP, which means "Warichu punctuation" and represents the punctuation that sur...
Definition: FSPDFObjC.h:7541
NSString * getStructureTypeName()
Get structure type name.
Encoding foramt: "Latin3".
Definition: FSPDFObjC.h:7230
Definition: FSPDFObjC.h:11322
Discard embedded search index.
Definition: FSPDFObjC.h:7151
String ID for case: Use string in local language for "Thursday".
Definition: FSPDFObjC.h:5673
Sample message: "Unsupported method %s.".
Definition: FSPDFObjC.h:5606
void clearClips()
Clear the clipping rectangle set by function FSRenderer::setClipRect:.
Encoding foramt: "X-TAM-ELANGO".
Definition: FSPDFObjC.h:7290
Sample message: "Illegal value:cannot assign '%s' to %s.".
Definition: FSPDFObjC.h:5694
FSPDFDictionary * getStmOwnerDict()
Get PDF dictionary of content stream owner.
Definition: FSPDFObjC.h:2618
Compression quality: Medium.
Definition: FSPDFObjC.h:7032
FSPointF * getPoint()
Get the point value.
FSActionCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3841
Structure element type: Span, which represents a generic inline portion of text having no particular ...
Definition: FSPDFObjC.h:7527
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:618
FSPrintParamsBookletDuplexMode
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3571
An unknown key.
Definition: FSPDFObjC.h:4134
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1197
Definition: FSPDFObjC.h:1623
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:4501
Structure element type: Code, which represents a fragment of computer program text.
Definition: FSPDFObjC.h:7532
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:504
A key.
Definition: FSPDFObjC.h:4167
Definition: FSPDFObjC.h:8809
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:7133
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:4522
FSSplitFileResultSplitFileState
Enumeration for the state of split file.
Definition: FSPDFObjC.h:8802
Enum value: Outset, which means the border makes the entire box look as though it were coming out of ...
Definition: FSPDFObjC.h:7657
Definition: FSPDFObjC.h:1373
Definition: FSPDFObjC.h:1930
Rendering intent: Saturation.
Definition: FSPDFObjC.h:1043
FSDestinationZoomMode getZoomMode()
Get the zoom mode.
Fit the entire width of the page within the display area when display the page.
Definition: FSPDFObjC.h:1922
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:533
2 key in the numeric keypad.
Definition: FSPDFObjC.h:4195
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:2507
If set, to ignore full-width characters and treat all characters as standard ASCII or standard-width ...
Definition: FSPDFObjC.h:6070
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:1092
No "Accessibility" module right.
Definition: FSPDFObjC.h:552
Viewing or printing condition:Japan Color 2001 Coated.
Definition: FSPDFObjC.h:6624
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:2485
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:7093
Center alignment.
Definition: FSPDFObjC.h:634
FSPreflightReportSettingDataProblemsHighlightMethod
Enumeration for the highlight method for preflight problems.
Definition: FSPDFObjC.h:6687
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:5787
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4972
BOOL deactivate()
Deactivate paragraph editing.
Definition: FSPDFObjC.h:5123
No "Print2PDF" module right.
Definition: FSPDFObjC.h:569
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:1526
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:5202
An array of float values.
Definition: FSPDFObjC.h:286
Enum value: Row, which means row of a table.
Definition: FSPDFObjC.h:7685
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:5410
Annotation type: unknown.
Definition: FSPDFObjC.h:2436
void joinBoxes()
Call this function to join text.
Definition: FSPDFObjC.h:1303
Definition: FSPDFObjC.h:2915
Form object.
Definition: FSPDFObjC.h:1747
Save document normally, without using any special flag.
Definition: FSPDFObjC.h:5206
int getSupportedAttributeCount()
Get supported attribute count.
Sample message: "Invalidate left-value '%s'".
Definition: FSPDFObjC.h:5629
Definition: FSPDFObjC.h:2730
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:7129
String ID for case: Some setting operation to property is invalid. Sample message: "Invalid property ...
Definition: FSPDFObjC.h:5608
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:6168
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:2249
Signature key name for distinguish name.
Definition: FSPDFObjC.h:4582
FSPDFDoc * getDocument()
Get the PDF document, to which current action belongs.
FSFloatArray * value
Get or Set component value array.
Definition: FSPDFObjC.h:1067
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:7089
Encoding foramt: "CP1256".
Definition: FSPDFObjC.h:7261
XFA widget type: choice list.
Definition: FSPDFObjC.h:5861
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:5443
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:5197
Sample message: "Expected number instead of '%s'".
Definition: FSPDFObjC.h:5647
Mailed result: mail failed.
Definition: FSPDFObjC.h:3857
Annotations summary string ID: specify the prefix when date information is outputed in result documen...
Definition: FSPDFObjC.h:8450
The state is failed due to file access being denied.
Definition: FSPDFObjC.h:8806
BOOL killFocus()
Kill focus from form.
FSParagraphEditingNumberingType
Enumeration for numbering type.
Definition: FSPDFObjC.h:7900
Invalid DIB format.
Definition: FSPDFObjC.h:1083
Response information is found in signature content.
Definition: FSPDFObjC.h:8077
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2448
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:2116
Structure element type: NonStruct, which means "Nonstructural element" and represents a grouping elem...
Definition: FSPDFObjC.h:7505
Definition: FSPDFObjC.h:931
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:3882
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:1452
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:7196
Signature type: paging seal.
Definition: FSPDFObjC.h:4551
FSPagingSealConfigPagingSealPosition
Enumeration for paging seal position.
Definition: FSPDFObjC.h:4701
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:8473
Merge consecutive BTETs as a new one.
Definition: FSPDFObjC.h:4757
Never allowed.
Definition: FSPDFObjC.h:1784
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:4003
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:4510
Attribute type: StartIndent, which represents the distance from the start edge of the reference area ...
Definition: FSPDFObjC.h:7601
Encoding foramt: "CP1252".
Definition: FSPDFObjC.h:7257
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:8471
An array of unsigned integer values.
Definition: FSPDFObjC.h:328
Definition: FSPDFObjC.h:2855
Structure element type: FENote (PDF 2.0), which is used to markup footnotes and endnotes.
Definition: FSPDFObjC.h:7504
FSPagingSealSignaturePagingSealAPState
Enumeration for paging seal signature state to set appearance.
Definition: FSPDFObjC.h:4734
FSImageType getType()
Get image type.
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:6600
Attribute type: TextIndent, which represents the additional distance from the start edge of the BLSE,...
Definition: FSPDFObjC.h:7603
Action type: import-data action.
Definition: FSPDFObjC.h:1975
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:5014
BOOL isCurrentDocOpenedInBrowser()
A callback function to get the flag specifies whether current document is opened in browser.
FSBarcodeQRErrorCorrectionLevel
Enumeration for format error correction level of QR Code.
Definition: FSPDFObjC.h:1195
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:8464
NSString * getProviderID()
A callback function used to get provider ID.
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3578
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:5200
Align the radix indicator.
Definition: FSPDFObjC.h:5892
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
No "PDF2Office" module right.
Definition: FSPDFObjC.h:557
Action type: thread action.
Definition: FSPDFObjC.h:1967
Signed signature.
Definition: FSPDFObjC.h:4489
Encoding foramt: "X-SoftBank-Shift_JIS".
Definition: FSPDFObjC.h:7298
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:4517
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:2112
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:7135
This means certificate is revoked.
Definition: FSPDFObjC.h:8055
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:8683
PDF stream object.
Definition: FSPDFObjC.h:1243
Attribute type: ColumnWidths, which represents the desired width of the columns, measured in the inli...
Definition: FSPDFObjC.h:7619
Bit 10. Enable ASCIIHex encoding of internal PDF streams.
Definition: FSPDFObjC.h:7383
Encoding foramt: "X-SoftBank-ISO-2022-JP".
Definition: FSPDFObjC.h:7300
Show bookmark title as bold text.
Definition: FSPDFObjC.h:3874
No "OFD" module right.
Definition: FSPDFObjC.h:560
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:8063
Swedish.
Definition: FSPDFObjC.h:3816
Response information is got by online request.
Definition: FSPDFObjC.h:8078
Fail to get data during sending request process.
Definition: FSPDFObjC.h:4682
int getAscent()
Get the ascent value, in 1/1000 of em size (PDF units).
Fail to connect during sending request process.
Definition: FSPDFObjC.h:4678
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
Enumeration for encoding format used for converting HTML to PDF.
Definition: FSPDFObjC.h:7226
Message box button: Yes and No.
Definition: FSPDFObjC.h:5712
Hatches export type: Exports hatch as a bitmap.
Definition: FSPDFObjC.h:7391
Enum value: Other (PDF 2.0).
Definition: FSPDFObjC.h:7701
Unknown rotation.
Definition: FSPDFObjC.h:621
Definition: FSPDFObjC.h:11682
Unknown language.
Definition: FSPDFObjC.h:3801
"PageLabels" number tree.
Definition: FSPDFObjC.h:1664
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:8076
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:2502
Enum value: Inline, which means the placement for attributes Placement/RubyPosition.
Definition: FSPDFObjC.h:7638
Use for a viewer.
Definition: FSPDFObjC.h:4045
int getHeight()
Get image height.
Definition: FSPDFObjC.h:5494
The document window.
Definition: FSPDFObjC.h:1823
Unknown portfolio node type.
Definition: FSPDFObjC.h:8575
Attribute type: RubyAlign, which represents the justification of the lines within a ruby assembly.
Definition: FSPDFObjC.h:7614
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:507
int getIndex()
Get index of the XFA page.
Structure element type: TOCI, which means "Table of contents item" and represents an individual membe...
Definition: FSPDFObjC.h:7500
Searchable text type: No searchable text.
Definition: FSPDFObjC.h:7398
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:6131
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:7130
FSActionCallbackJSFieldValueChangeType
Enumeration for javascript field value change type.
Definition: FSPDFObjC.h:3833
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:8480
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:693
Structure element type: P, which means "Paragraph" and represents a low-level division of text.
Definition: FSPDFObjC.h:7507
Definition: FSPDFObjC.h:10991
PAdES level: B-LT.
Definition: FSPDFObjC.h:4559
Definition: FSPDFObjC.h:3666
Move or resize.
Definition: FSPDFObjC.h:1837
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:3084
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:810
Layout mode: single page.
Definition: FSPDFObjC.h:3850
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:3146
Sample message: "Undefined identifier '%s'".
Definition: FSPDFObjC.h:5628
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:5881
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:2437
Definition: FSPDFObjC.h:3517
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:6955
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2457
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:4355
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:2104
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:6320
Name for module "Accessibility".
Definition: FSPDFObjC.h:667
BOOL reset()
Reset current layer context, back to the initialized state.
void release()
A callback function used to release current callback object itself.
Signature key name for producer name.
Definition: FSPDFObjC.h:4583
Structure element type: H3, which represents heading with level 3.
Definition: FSPDFObjC.h:7511
Structure element type: ImageObject, which means image graphics object element.
Definition: FSPDFObjC.h:7551
NSString * getUntitledBookmarkName()
A callback function to get the new name for an untitled bookmark.
int getGraphicsObjectCount()
Get the count of graphics objects in graphics object list.
BOOL isItalic()
Judge whether current font object is italic or not.
Message box button: OK and Cancel.
Definition: FSPDFObjC.h:5711
Attribute type: BorderColor, which represents the color of the border drawn on the edges of a table c...
Definition: FSPDFObjC.h:7592
Text encoding: GBK.
Definition: FSPDFObjC.h:5751
If set, that means to get the intersection of two intersecting paths.
Definition: FSPDFObjC.h:8732
FSFileSpec * getFileSpec()
Get the file specification object which represents an external sound file.
BOOL isNeedPadData()
A callback function used to check whether to return all contents with padding zero or not,...
Annotation type: free text annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2439
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:2661
Sample message: "Calculate Override".
Definition: FSPDFObjC.h:5597
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5667
Structure element type: ImageContent, which means image content element.
Definition: FSPDFObjC.h:7559
All the indexes within a range will be used.
Definition: FSPDFObjC.h:844
Application information: type.
Definition: FSPDFObjC.h:5584
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:566
Q key.
Definition: FSPDFObjC.h:4183
Result type: delete text.
Definition: FSPDFObjC.h:6882
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:8465
Preflight library type: Standards.
Definition: FSPDFObjC.h:6652
Definition: FSPDFObjC.h:6505
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:632
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:508
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4970
FSRectF * getBBox()
Get bounding box.
FSRotationPointOptions
Enumeration for rotation point options.
Definition: FSPDFObjC.h:624
Application's app version information.
Definition: FSPDFObjC.h:3824
Info severity.
Definition: FSPDFObjC.h:6751
Enum value: Unordered (PDF 2.0), which means unordered list with unspecified bullets.
Definition: FSPDFObjC.h:7675
int getPointCount()
Get the count of points.
Layout mode: two pages.
Definition: FSPDFObjC.h:3852
Definition: FSPDFObjC.h:8611
Presence property: Unknown.
Definition: FSPDFObjC.h:5874
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:512
Bullet type: solid rectangle.
Definition: FSPDFObjC.h:7891
Name type: full name.
Definition: FSPDFObjC.h:5884
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:4361
Out of memory during sending request process.
Definition: FSPDFObjC.h:4683
Definition: FSPDFObjC.h:8591
This means certificate is valid.
Definition: FSPDFObjC.h:8054
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Definition: FSPDFObjC.h:2900
void removeAll()
Clean up the array.
Certificate's path is wrong.
Definition: FSPDFObjC.h:4644
Definition: FSPDFObjC.h:7200
javascript field value changed type: field set read-only property.
Definition: FSPDFObjC.h:3837
Sample message: "Cannot find property '%s'".
Definition: FSPDFObjC.h:5642
Sample message: "Expected '%s' instead of '%s'".
Definition: FSPDFObjC.h:5623
Caption below the icon.
Definition: FSPDFObjC.h:2513
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3581
Mailed data type: form.
Definition: FSPDFObjC.h:3829
Definition: FSPDFObjC.h:1989
"Dests" name tree.
Definition: FSPDFObjC.h:1634
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:3881
Encoding foramt: "CP1250".
Definition: FSPDFObjC.h:7255
Check mark fill-sign object.
Definition: FSPDFObjC.h:8281
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4985
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:5898
Path graphics object.
Definition: FSPDFObjC.h:1470
F3 key.
Definition: FSPDFObjC.h:4211
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:5869
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:4809
FSOptimizeScannedPDFSettingsScannedImageCompressMode
Enumeration for compression mode used for color or gray image.
Definition: FSPDFObjC.h:7186
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:1148
Sample message: "%s : %s".
Definition: FSPDFObjC.h:5658
Sample message: "Unable to set the value for property 'variation'".
Definition: FSPDFObjC.h:5614
void redo()
Redo this item.
F10 key.
Definition: FSPDFObjC.h:4218
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2442
Structure element type: Part, which represents a large-scale division of a document.
Definition: FSPDFObjC.h:7493
Result type: delete shading.
Definition: FSPDFObjC.h:6891
Report category type: table.
Definition: FSPDFObjC.h:7802
void splitBoxes()
Call this function to split text.
media player state: Playing.
Definition: FSPDFObjC.h:3844
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:6134
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1185
FSGraphicsObjectsTextMergeOption
Enumeration for text merge.
Definition: FSPDFObjC.h:4754
Sample message: "Expected identifier instead of '%s'".
Definition: FSPDFObjC.h:5622
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:3879
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:4511
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:2410
Definition: FSPDFObjC.h:7838
This means certificate status is unknown.
Definition: FSPDFObjC.h:8057
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2459
Definition: FSPDFObjC.h:719
unsigned long long getSize()
Get total size of the file.
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:8533
Attribute type only for PrintField: checked, which represents the state of a radio button or check bo...
Definition: FSPDFObjC.h:7622
Encoding foramt: "VISUAL".
Definition: FSPDFObjC.h:7267
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:4513
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:911
Type definition for point class for float.
Definition: FSPDFObjC.h:225
Report confidence: medium.
Definition: FSPDFObjC.h:7811
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:6321
Definition: FSPDFObjC.h:3363
Sample message: "Cannot assign to '%s'".
Definition: FSPDFObjC.h:5649
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:4545
BOOL isCombFieldMode()
Check whether current mode is comb field mode or not.
The submit data is translated and packaged into an URL-Encoded format.
Definition: FSPDFObjC.h:5744
Font style: small cap.
Definition: FSPDFObjC.h:876
Definition: FSPDFObjC.h:6605
Normal document.
Definition: FSPDFObjC.h:5253
If set, only the black color of path need to be replaced.
Definition: FSPDFObjC.h:3164
Attribute type only for Table: Summary, which represents a summary of the table's purpose and structu...
Definition: FSPDFObjC.h:7628
Encoding foramt: "JIS".
Definition: FSPDFObjC.h:7240
Text encoding: GB2312.
Definition: FSPDFObjC.h:5753
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:516
void reload()
Reload current manager.
Name for module "RMS".
Definition: FSPDFObjC.h:660
NSData * getSignatureHashValue()
Get signature hash value.
Signature key name: reason.
Definition: FSPDFObjC.h:4534
void removeAll()
Clean up the array.
Name for module "Redaction".
Definition: FSPDFObjC.h:659
Definition: FSPDFObjC.h:6917
FSTiledWatermarkSettingsFlags
Enumeration for tiled watermark setting flags.
Definition: FSPDFObjC.h:5013
int getWidth()
Get bitmap width.
Compare text only.
Definition: FSPDFObjC.h:6956
Sample message: "'%s' redefinition".
Definition: FSPDFObjC.h:5625
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:1636
Enum value: Layout, which means layout artifacts. Purely cosmetic typographical or design elements su...
Definition: FSPDFObjC.h:7693
Report category type: figure.
Definition: FSPDFObjC.h:7801
If set, do not display a watermark.
Definition: FSPDFObjC.h:6369
Beep type: default.
Definition: FSPDFObjC.h:5592
Definition: FSPDFObjC.h:11341
void updateLogicalLabel()
A callback function to update logical label.
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:7090
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
Enumeration for error code.
Definition: FSPDFObjC.h:478
DIB format: 32bpp format, with bits order "Blue, Green, Red, not used". Blue is in the lowest order.
Definition: FSPDFObjC.h:1086
Definition: FSPDFObjC.h:1596
void selectNone()
Call this function to clear all selected text.
Enum value: None, which means no such attribute.
Definition: FSPDFObjC.h:7648
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:1531
Initials signature fill-sign object.
Definition: FSPDFObjC.h:8286
Color space: Separation.
Definition: FSPDFObjC.h:687
PDF/A-3b.
Definition: FSPDFObjC.h:6797
Font charset: Standard symbols.
Definition: FSPDFObjC.h:883
int getSize()
Get the number of elements in the array.
BOOL deselectAll()
Deselect all text.
Page size: A6.
Definition: FSPDFObjC.h:4816
Report confidence: high.
Definition: FSPDFObjC.h:7809
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:8477
Definition: FSPDFObjC.h:8360
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:4541
Standard font: Times-Roman.
Definition: FSPDFObjC.h:916
Compression quality: Lossy.
Definition: FSPDFObjC.h:7079
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:907
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:549
Character flag: ComboWord.
Definition: FSPDFObjC.h:6003
Page scaling: Scale. It means HTML content will be scaled to fit PDF page size. In this mode,...
Definition: FSPDFObjC.h:7222
Standard font: Symbol.
Definition: FSPDFObjC.h:920
Save document incrementally.
Definition: FSPDFObjC.h:5207
Definition: FSPDFObjC.h:8716
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4973
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:680
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:8068
int getGraphicsObjectIndex()
Get index of related graphics object.
FSPDFDocInsertDocOptions
Enumeration for options used for inserting a PDF document to another.
Definition: FSPDFObjC.h:5232
Report confidence: medium high.
Definition: FSPDFObjC.h:7810
An array of RectF objects.
Definition: FSPDFObjC.h:244
Definition: FSPDFObjC.h:3062
Egde position: left.
Definition: FSPDFObjC.h:5906
Definition: FSPDFObjC.h:2888
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:8466
(Used with state model FSMarkupStateModelReview) The change will be working in the future.
Definition: FSPDFObjC.h:2652
unsigned long long getSize()
Get total size of the file.
FSMatrix2D * getMatrix()
Get matrix.
Image type is PNG.
Definition: FSPDFObjC.h:1136
Enum value: Block, which means to be stacked in the block-progression direction within an enclosing r...
Definition: FSPDFObjC.h:7637
Structure element type: Figure, which represents an item of graphical content.
Definition: FSPDFObjC.h:7545
Enum value: Solid, which means the border is a single line segment.
Definition: FSPDFObjC.h:7652
No "RMS" module right.
Definition: FSPDFObjC.h:540
void onDocWillOpen()
Triggered when the document will be opened.
When document is opened, full-screen mode, with no menu bar, window controls, or any other windows ar...
Definition: FSPDFObjC.h:5241
Font style: symbolic.
Definition: FSPDFObjC.h:871
Text encoding: UTF-8.
Definition: FSPDFObjC.h:5759
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:5227
FSDocProviderCallbackWidgetEventType
Enumeration for the type of XFA widget event.
Definition: FSPDFObjC.h:5768
BOOL isPageLoop()
A callback function to get the flag specifies whether the document will loop around to the beginning ...
Definition: FSPDFObjC.h:6237
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6170
FSLRElementElementType getElementType()
Get element type.
Definition: FSPDFObjC.h:3123
Window type: a floating window.
Definition: FSPDFObjC.h:1806
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:7142
Compression quality: Maximum.
Definition: FSPDFObjC.h:7034
Form field type: combo box.
Definition: FSPDFObjC.h:4342
javascript field value changed type: field set value.
Definition: FSPDFObjC.h:3836
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:1530
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:4990
This means LTV is inactive.
Definition: FSPDFObjC.h:8220
Enum value: Start, which means the place for attribute Placement, or the alignment for attributes Tex...
Definition: FSPDFObjC.h:7642
FSSnappedPointSnappedPointType getType()
Get the snapped point type.
Signature key name: signer.
Definition: FSPDFObjC.h:4532
If set, show producer content on signature appearance.
Definition: FSPDFObjC.h:4528
4 key in the numeric keypad.
Definition: FSPDFObjC.h:4197
Sample message: "Cannot find container '%s'".
Definition: FSPDFObjC.h:5641
Definition: FSPDFObjC.h:4108
Definition: FSPDFObjC.h:8258
Definition: FSPDFObjC.h:6346
Definition: FSPDFObjC.h:1320
Encoding foramt: "CP932".
Definition: FSPDFObjC.h:7254
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:918
Application's viewer version information.
Definition: FSPDFObjC.h:3823
Sample message: "Invalid Barcode Value: %s is an invalid value for barcodes of type %s....
Definition: FSPDFObjC.h:5698
Report file format type: HTML.
Definition: FSPDFObjC.h:6684
int getCount()
Get the count of attachments.
Sets the state of subsequent groups to OFF.
Definition: FSPDFObjC.h:2213
If set, annotations will be rendered.
Definition: FSPDFObjC.h:3154
media player state: Close.
Definition: FSPDFObjC.h:3792
Definition: FSPDFObjC.h:2168
Snapped point type: midpoint, which means the snapped point is the midpoint for two endpoints of a pa...
Definition: FSPDFObjC.h:8711
FSPDFDictionary * getDict()
Get PDF dictionary of related graphics object.
Encoding foramt: "CP1254".
Definition: FSPDFObjC.h:7259
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8384
FSTableBorderInfoTableBorderStyle
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:6440
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:6366
Action type: transition action.
Definition: FSPDFObjC.h:1979
Annotations summary string ID: specify the prefix when subject information is outputed in result docu...
Definition: FSPDFObjC.h:8457
FSFDFDocType getType()
Get the type of current document object.
R key.
Definition: FSPDFObjC.h:4184
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1189
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:902
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:1780
Duplex type: prints on one side of the paper.
Definition: FSPDFObjC.h:3566
BOOL flush()
Flush internal buffer.
Unsigned signature.
Definition: FSPDFObjC.h:4736
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:8062
Enum value: Footer.
Definition: FSPDFObjC.h:7697
Result type: insert image.
Definition: FSPDFObjC.h:6886
No document permission to operate.
Definition: FSPDFObjC.h:563
int getChildCount()
Get count of structure elements in current PDF structure tree.
Relative type: align the floating window relative to the full virtual desktop.
Definition: FSPDFObjC.h:3650
XFA widget type: image edit.
Definition: FSPDFObjC.h:5862
Sample message: "Function 's' is built-in.
Definition: FSPDFObjC.h:5657
Encoding foramt: "X-TAM-TMNEWS".
Definition: FSPDFObjC.h:7294
Enum value: End, which means the place for attribute Placement, or the alignment for attributes TextA...
Definition: FSPDFObjC.h:7643
BOOL isEmpty()
Check whether current object is empty or not.
Definition: FSPDFObjC.h:6732
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:528
L key.
Definition: FSPDFObjC.h:4178
Enum value: Row, which means both row and column of a table.
Definition: FSPDFObjC.h:7687
The state is split successfully.
Definition: FSPDFObjC.h:8803
Use signature creation time.
Definition: FSPDFObjC.h:8191
int getPageCount()
Get XFA page count.
Definition: FSPDFObjC.h:4027
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:5405
Encoding foramt: "KOI8R".
Definition: FSPDFObjC.h:7250
Annotations summary string ID: specify the document title in result document. Default title is "Summa...
Definition: FSPDFObjC.h:8453
Value type: 32-bit signed integer.
Definition: FSPDFObjC.h:7707
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:5196
FSActionCallbackJsMailResult
Enumeration for result of the mail.
Definition: FSPDFObjC.h:3856
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:5222
Unsupported signature.
Definition: FSPDFObjC.h:4493
Definition: FSPDFObjC.h:7973
PAdES level: B-B.
Definition: FSPDFObjC.h:4557
No text encoding.
Definition: FSPDFObjC.h:5748
PDF/X-1a (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:6842
If set, show label on signature appearance.
Definition: FSPDFObjC.h:4519
Delete key.
Definition: FSPDFObjC.h:4155
Attribute type: LineHeight, which means the element's preferred height, in the block-progression dire...
Definition: FSPDFObjC.h:7610
Beep type: question.
Definition: FSPDFObjC.h:5590
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:1457
Annot object.
Definition: FSPDFObjC.h:1748
An owner password is used in PDF document.
Definition: FSPDFObjC.h:5180
If set, show printing dialog box.
Definition: FSPDFObjC.h:5731
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2447
File format type: PDF.
Definition: FSPDFObjC.h:715
H key.
Definition: FSPDFObjC.h:4174
Definition: FSPDFObjC.h:4824
Page label style: uppercase letters.
Definition: FSPDFObjC.h:5446
FSSearchOptionWordMatching
Enumeration for word matching.
Definition: FSPDFObjC.h:3740
Resize type: may not be resized.
Definition: FSPDFObjC.h:3655
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: FSPDFObjC.h:3567
Certificate is valid.
Definition: FSPDFObjC.h:4639
Definition: FSPDFObjC.h:349
Unsigned signature.
Definition: FSPDFObjC.h:4488
XFA widget type: text edit.
Definition: FSPDFObjC.h:5867
Finnish.
Definition: FSPDFObjC.h:3815
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:8730
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:685
NSString * getFamilyName()
Retrieve the famliy name.
Off screen action: take no action.
Definition: FSPDFObjC.h:3661
Enum value: PageNum (PDF2.0).
Definition: FSPDFObjC.h:7699
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:5191
Sample message: "Unable to set the value for property 'version'".
Definition: FSPDFObjC.h:5615
Definition: FSPDFObjC.h:6403
Enum value: Pagination, which means pagination artifacts. Ancillary page features such as running hea...
Definition: FSPDFObjC.h:7692
XFA widget type: date time edit.
Definition: FSPDFObjC.h:5858
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:4526
FSPDFArray * create()
Create a new array object.
Definition: FSPDFObjC.h:587
S key.
Definition: FSPDFObjC.h:4185
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:3878
Align the text to the top of the available region.
Definition: FSPDFObjC.h:5897
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6171
Current object has not been loaded yet.
Definition: FSPDFObjC.h:499
If set, only show with DeviceN.
Definition: FSPDFObjC.h:8530
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: FSPDFObjC.h:3574
Beep type: status.
Definition: FSPDFObjC.h:5591
Enum value: Underline, which means a line below the text.
Definition: FSPDFObjC.h:7663
Definition: FSPDFObjC.h:2833
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1199
Definition: FSPDFObjC.h:2770
If set, user permissions and "is encrypt metadata" values (which are defined in FSStdEncryptData ) wi...
Definition: FSPDFObjC.h:6169
Text encoding: GB18030.
Definition: FSPDFObjC.h:5752
Word matching: match any word.
Definition: FSPDFObjC.h:3743
Save document by using XRef stream.
Definition: FSPDFObjC.h:5209
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4983
Discard all JavaScript actions.
Definition: FSPDFObjC.h:7145
int getComponentCount()
Get the count of components.
String ID for case: Use string in local language for "Monday".
Definition: FSPDFObjC.h:5670
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:2191
Bullet type: diagonal up right arrow.
Definition: FSPDFObjC.h:7896
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:1235
media player state: Suspend.
Definition: FSPDFObjC.h:3846
Definition: FSPDFObjC.h:3009
Definition: FSPDFObjC.h:8289
Enum value: Justify, which means the alignment for attributes TextAlign/BlockAlign/RubyAlign.
Definition: FSPDFObjC.h:7661
Structure element type: Link, which represents an association between a portion of the ILSE's content...
Definition: FSPDFObjC.h:7533
Definition: FSPDFObjC.h:8846
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:5778
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:1633
Progress state: any error occurs.
Definition: FSPDFObjC.h:735
BOOL canDelete()
Check whether can delete text.
String ID for case: Server denies. Sample message: "Server does not permit".
Definition: FSPDFObjC.h:5668
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:736
Structure element type: H6, which represents heading with level 6.
Definition: FSPDFObjC.h:7514
Enum value: Disc, which means solid circular bullet.
Definition: FSPDFObjC.h:7667
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:520
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:1527
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:4358
Definition: FSPDFObjC.h:2984
Definition: FSPDFObjC.h:820
File format type: HTML.
Definition: FSPDFObjC.h:711
Menu key.
Definition: FSPDFObjC.h:4140
FSWatermarkSettingsFlags
Enumeration for watermark setting flags.
Definition: FSPDFObjC.h:6364
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2449
Enum value: Ordered (PDF 2.0), which means ordered lists with unspecified numbering.
Definition: FSPDFObjC.h:7676
Application information: version.
Definition: FSPDFObjC.h:5579
Definition: FSPDFObjC.h:6867
Value type: an array of enum values.
Definition: FSPDFObjC.h:7712
Left arrow key.
Definition: FSPDFObjC.h:4148
No icon; captin only.
Definition: FSPDFObjC.h:2511
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:1790
Definition: FSPDFObjC.h:8768
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:1779
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:8071
Chinese Simplified.
Definition: FSPDFObjC.h:3802
Enum value: LtTb, which means inline progression from left to right; block progression from top to bo...
Definition: FSPDFObjC.h:7644
Unknown signature.
Definition: FSPDFObjC.h:4486
Enum value: Bates (PDF2.0).
Definition: FSPDFObjC.h:7700
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:7039
PDF/X-3 (Coated GRACoL 2006).
Definition: FSPDFObjC.h:6843
If set, show watermark above other page content.
Definition: FSPDFObjC.h:5016
Result type: insert annotation.
Definition: FSPDFObjC.h:6895
FSAppProviderCallbackMsgBoxIconType
Enumeration for icon type of XFA message box.
Definition: FSPDFObjC.h:5702
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4977
A fixup succeeded.
Definition: FSPDFObjC.h:6727
Definition: FSPDFObjC.h:1764
FSPDFNameTreeType getType()
Get the type of current name tree.
Compression mode: jbig2 lossy.
Definition: FSPDFObjC.h:7194
FSLayerTreeUsageState getViewUsage()
Get the state for viewing usage.
Off screen action: move or resize the window so that it is on-screen.
Definition: FSPDFObjC.h:3662
Use Acrobat validation process.
Definition: FSPDFObjC.h:8198
Report confidence: low.
Definition: FSPDFObjC.h:7813
Enum value: Auto.
Definition: FSPDFObjC.h:7659
Encoding foramt: "UTF-16LE".
Definition: FSPDFObjC.h:7284
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:6030
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:6067
Join spilt operation type: Link.
Definition: FSPDFObjC.h:7967
Any unknown state occurs.
Definition: FSPDFObjC.h:495
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:4567
FSBitmap * convertToMono()
Converts bitmap to 1-bit monochrome format.
Invalid enum value.
Definition: FSPDFObjC.h:7636
FSLayerTreeUsageState getExportUsage()
Get the state for exporting usage.
float getHeight()
Get the original height of current watermark.
Enum value: Background, which means background artifacts. Background artifacts typically serve as a b...
Definition: FSPDFObjC.h:7695
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1462
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1184
Signature fill-sign object.
Definition: FSPDFObjC.h:8285
9 key in the numeric keypad.
Definition: FSPDFObjC.h:4202
Encoding foramt: "CP1253".
Definition: FSPDFObjC.h:7258
FSPDFDocEncryptType GetSecurityType()
Get the encryption type of security callback.
(Only useful for combo box) If set, the combo box includes an editable text control with a drop-down ...
Definition: FSPDFObjC.h:4360
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:3232
If set, show Foxit Editor content on signature appearance.
Definition: FSPDFObjC.h:4527
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:1139
Use for exporting.
Definition: FSPDFObjC.h:4048
FSColorSpace * getColorSpace()
Get the color space that current color belongs to.
void onOutOfMemory()
A callback function used to notify application when Foxit PDF SDK runs out of memory.
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:565
Image type is GIF.
Definition: FSPDFObjC.h:1137
Definition: FSPDFObjC.h:2795
6 key.
Definition: FSPDFObjC.h:4163
int getSize()
Get the number of elements in the array.
Font charset: Arabic.
Definition: FSPDFObjC.h:894
Insert key.
Definition: FSPDFObjC.h:4154
Result type: replace image.
Definition: FSPDFObjC.h:6887
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:638
MIP engine: create protection handler failed.
Definition: FSPDFObjC.h:567
Sample message: "Expected 'endif' instead of '%s'".
Definition: FSPDFObjC.h:5633
Window type: a floating window.
Definition: FSPDFObjC.h:3690
BOOL isEmpty()
Check whether current object is empty or not.
Definition: FSPDFObjC.h:8824
Definition: FSPDFObjC.h:4760
Beep type: warning.
Definition: FSPDFObjC.h:5589
Annotation flag: read only.
Definition: FSPDFObjC.h:2475
Definition: FSPDFObjC.h:2156
Action type: JavaScript action.
Definition: FSPDFObjC.h:1976
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:5889
This class represents an array of FSTableCellData objects,inserted in the order of the displayed tab...
Definition: FSPDFObjC.h:6465
Search scope: active document.
Definition: FSPDFObjC.h:3863
Definition: FSPDFObjC.h:6425
No "Comparison" module right.
Definition: FSPDFObjC.h:542
void * createPopupMenu()
A callback function which is triggered when need to create a popup menu.
Page size: B6.
Definition: FSPDFObjC.h:4821
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:521
No orientation.
Definition: FSPDFObjC.h:1145
FSStructElementElementInfoType
Enumeration for structure element info type.
Definition: FSPDFObjC.h:1705
Compression quality: Minimum.
Definition: FSPDFObjC.h:7030
Sample message: "Unable to set the value for property 'platform'".
Definition: FSPDFObjC.h:5612
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:8478
Compression mode: zip.
Definition: FSPDFObjC.h:7026
Print Screen key.
Definition: FSPDFObjC.h:4153
Definition: FSPDFObjC.h:8959
Attribute type only for List: ListNumbering, which represents the numbering system to be used to gene...
Definition: FSPDFObjC.h:7620
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:4350
Bullet type: none.
Definition: FSPDFObjC.h:7889
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:1040
Definition: FSPDFObjC.h:11506
Value type: float.
Definition: FSPDFObjC.h:7708
Definition: FSPDFObjC.h:6251
Text encoding: ShiftJIS.
Definition: FSPDFObjC.h:5756
Attribute type: Attached, which specifies the edges of the page, if any, to which the artifact is log...
Definition: FSPDFObjC.h:7595
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1461
Result type: replace annotation.
Definition: FSPDFObjC.h:6896
Enum value: pb, which means push button.
Definition: FSPDFObjC.h:7680
Signature key name: distinguish name.
Definition: FSPDFObjC.h:4536
Window position: at the center left.
Definition: FSPDFObjC.h:3639
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:843
Annotation flag: no view.
Definition: FSPDFObjC.h:2474
FSFillSignFillSignObjectType getType()
Get fill-sign type.
Definition: FSPDFObjC.h:8081
FSBitmap * getBitmap()
Get the canvas bitmap.
XFA widget type: image.
Definition: FSPDFObjC.h:5870
Event type: Unknown.
Definition: FSPDFObjC.h:5776
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:2517
Definition: FSPDFObjC.h:4899
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:6954
Encoding foramt: "UTF-16BE".
Definition: FSPDFObjC.h:7283
Encoding foramt: "X-UTF8UTF8".
Definition: FSPDFObjC.h:7289
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:1151
Encoding foramt: "UTF7".
Definition: FSPDFObjC.h:7280
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:4570
Relative type: align the floating window relative to the document (page) window.
Definition: FSPDFObjC.h:3648
String ID for case: Use string in local language for "April".
Definition: FSPDFObjC.h:5679
Font charset: Thai.
Definition: FSPDFObjC.h:888
media player state: Open.
Definition: FSPDFObjC.h:3791
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:4485
Down arrow key.
Definition: FSPDFObjC.h:4151
PDF/X-4 and create language layer views (ISO Coated v2 (ECI))).
Definition: FSPDFObjC.h:6851
String ID for case: Use string in local language for "September".
Definition: FSPDFObjC.h:5684
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:8522
Structure element type: WT, which means "Warichu text" and represents the smaller-size text of a wari...
Definition: FSPDFObjC.h:7540
Sample message: "%s.%s cannot covert to object".
Definition: FSPDFObjC.h:5640
Definition: FSPDFObjC.h:10516
Sample message: "Unable to set the value for property 'validationsEnabled'".
Definition: FSPDFObjC.h:5613
If set, only show with Device.
Definition: FSPDFObjC.h:8540
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
Definition: FSPDFObjC.h:2780
Definition: FSPDFObjC.h:11536
Position: center right.
Definition: FSPDFObjC.h:650
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6601
Sample message: "Divide by zero".
Definition: FSPDFObjC.h:5639
(Reserved) Attribute type: Direction.
Definition: FSPDFObjC.h:7630
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:5784
Encoding foramt: "TAB".
Definition: FSPDFObjC.h:7277
Left Paging Seal.
Definition: FSPDFObjC.h:4702
Booklet Duplex Mode: automatically prints both sides of the paper.
Definition: FSPDFObjC.h:3572
If set, show location on signature appearance.
Definition: FSPDFObjC.h:4523
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:8053
Annotation flag: invisible.
Definition: FSPDFObjC.h:2469
float getPageScale()
A callback function to get current page zoom value.
Hatches export type: Exports hatch as a polygon (solid hatches only).
Definition: FSPDFObjC.h:7394
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:8219
Viewing or printing condition: PSO Coated v3 (ECI).
Definition: FSPDFObjC.h:6625
Dot fill-sign object.
Definition: FSPDFObjC.h:8284
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:616
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1098
Definition: FSPDFObjC.h:2973
Bit 2. Enable TTF font text to geometry conversion.
Definition: FSPDFObjC.h:7375
Colorant type: process.
Definition: FSPDFObjC.h:8550
Enum value: LineThrough, which means a line through the middle of the text.
Definition: FSPDFObjC.h:7665
Result type: insert text.
Definition: FSPDFObjC.h:6883
Compression quality: Low, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7081
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:8549
Cross mark fill-sign object.
Definition: FSPDFObjC.h:8280
Sample message: "Cannot find function '%s'".
Definition: FSPDFObjC.h:5650
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4738
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2444
Art Box for page boundary.
Definition: FSPDFObjC.h:4805
Opearte type: single fixups.
Definition: FSPDFObjC.h:6659
8 key in the numeric keypad.
Definition: FSPDFObjC.h:4201
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:4231
(Reserved) Attribute type: Version, which represents schema version of layout recognition engine.
Definition: FSPDFObjC.h:7632
String ID for case: Use string in local language for "July".
Definition: FSPDFObjC.h:5682
BOOL hasLayer()
Check if current layer node is associated with a layer.
If this is used, "d/m/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4971
Form field type: radio button.
Definition: FSPDFObjC.h:4341
Font type: CID font.
Definition: FSPDFObjC.h:928
media player state: Playing.
Definition: FSPDFObjC.h:3793
NSString * getKeyName()
Get the key name of the related file specification object.
FSXFAWidgetWidgetHAlignType
Enumeration for the type of text horizontal alignment of XFA widget.
Definition: FSPDFObjC.h:5887
int getMatchPageIndex()
Get the page index, to which current match belongs.
Encoding foramt: "UTF-32LE".
Definition: FSPDFObjC.h:7286
Definition: FSPDFObjC.h:2677
OCSP response.
Definition: FSPDFObjC.h:8015
Sample message: "%s cannot be left blank.".
Definition: FSPDFObjC.h:5691
Annotation's normal appearance.
Definition: FSPDFObjC.h:2521
Sample message: "Value!".
Definition: FSPDFObjC.h:5604
PDF/A-1b.
Definition: FSPDFObjC.h:6792
Compression mode: high.
Definition: FSPDFObjC.h:7197
Watermark font style: normal.
Definition: FSPDFObjC.h:6399
FSAppProviderCallbackMsgBoxButtonType
Enumeration for button type of XFA message box.
Definition: FSPDFObjC.h:5709
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4984
Definition: FSPDFObjC.h:4742
Definition: FSPDFObjC.h:6327
Definition: FSPDFObjC.h:5042
FSComplianceEngineViewOrPrintCondition
Enumeration for viewing or printing condition.
Definition: FSPDFObjC.h:6620
PDF boolean object.
Definition: FSPDFObjC.h:1237
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:1983
int getYDPI()
Get DPI for Y-axis.
BOOL removeAllActions()
Remove all actions.
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4739
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:4518
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8387
String ID for case: Use string in local language for "January".
Definition: FSPDFObjC.h:5676
Application's viewer type information.
Definition: FSPDFObjC.h:3821
Signature type: ordinary.
Definition: FSPDFObjC.h:4549
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2283
Invaild object.
Definition: FSPDFObjC.h:1745
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:524
8 key.
Definition: FSPDFObjC.h:4165
Sample message: "Out of the range of '%s' array".
Definition: FSPDFObjC.h:5652
Numbering type: 1. 2. 3.
Definition: FSPDFObjC.h:7902
Border style: Dashed.
Definition: FSPDFObjC.h:2340
Standard font: Helvetica.
Definition: FSPDFObjC.h:912
Certificate is unsupport type.
Definition: FSPDFObjC.h:4641
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:5896
Structure element type: ShadingObject, which means shading graphics object element.
Definition: FSPDFObjC.h:7552
V key.
Definition: FSPDFObjC.h:4188
Attribute type: ColumnGap, which represents the desired space between adjacent columns,...
Definition: FSPDFObjC.h:7618
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:1984
PDF string object.
Definition: FSPDFObjC.h:1239
Attribute type: Padding, which specifies an offset to account for the separation between the element'...
Definition: FSPDFObjC.h:7597
Locale ID for country: France.
Definition: FSPDFObjC.h:701
Sample message: "Invalidate instruction".
Definition: FSPDFObjC.h:5646
Report category type: toc item.
Definition: FSPDFObjC.h:7805
Application information: platform.
Definition: FSPDFObjC.h:5581
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:5414
FSParagraphEditing * getParagraphEditing()
Get the paragraph edit object.
BOOL deleteSelected()
Delete the selected text.
If set, watermarks will share one form xobject if these watermarks use the same page object.
Definition: FSPDFObjC.h:6372
String ID for case: Use string in local language for "Sunday".
Definition: FSPDFObjC.h:5669
NSArray< NSString * > * getPrinterNameList()
A callback function to get the printer name list.
FSImageSettingsImageCompressMode
Enumeration for compression mode used for color or gray image.
Definition: FSPDFObjC.h:7021
Attribute type: SpaceAfter, which represents the amount of extra space following the after edge of th...
Definition: FSPDFObjC.h:7600
Always scale.
Definition: FSPDFObjC.h:2409
FSFloatingInfoOffScreenAction
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: FSPDFObjC.h:3660
First rotate 90 in counter-clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1152
Character flag: Hyphen.
Definition: FSPDFObjC.h:6002
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:502
PDF/X-3 (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:6846
Encoding foramt: "EUC".
Definition: FSPDFObjC.h:7246
Encoding foramt: "HZ-GB-2312".
Definition: FSPDFObjC.h:7288
BOOL generateAppearance()
Generate the appearance of paging seal signature.
Window position: at the center.
Definition: FSPDFObjC.h:3640
Definition: FSPDFObjC.h:3986
Table border style: Dashed.
Definition: FSPDFObjC.h:6442
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:7067
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:5239
FSMediaSettingsPlayerWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:3688
void exitJoinEditing()
Exit join split editing.
Definition: FSPDFObjC.h:8306
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:509
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:4791
FSAppProviderCallbackMsgBoxButtonID
Enumeration for button ID of XFA message box.
Definition: FSPDFObjC.h:5716
Empty value type.
Definition: FSPDFObjC.h:7705
Enum value: After, which means the alignment for attribute BlockAlign or the placement for attribute ...
Definition: FSPDFObjC.h:7641
Word matching: match phrase.
Definition: FSPDFObjC.h:3741
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:898
I key.
Definition: FSPDFObjC.h:4175
Signature label name for sign time.
Definition: FSPDFObjC.h:4581
FSPDFDictionary * getDictionary()
Get the PDF dictionary object associated to current PDF stream object.
Media style: print. It means PDF page will be displayed in print media style.
Definition: FSPDFObjC.h:7305
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:4203
DIB format: 32bpp CMYK format, with bits order "Cyan, Magenta, Yellow, Black". Cyan is in the lowest ...
Definition: FSPDFObjC.h:1088
FSPrintParamsPrintHandling
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3590
Definition: FSPDFObjC.h:8345
Definition: FSPDFObjC.h:1729
PDF/X-3 (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:6845
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:886
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:2250
The signature is a time stamp signature.
Definition: FSPDFObjC.h:4505
Definition: FSPDFObjC.h:6485
Definition: FSPDFObjC.h:6574
Standard font: Courier.
Definition: FSPDFObjC.h:908
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:2255
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:1296
The password is invalid.
Definition: FSPDFObjC.h:5177
Name for module "Office2PDF".
Definition: FSPDFObjC.h:674
NSString * getClipboardText()
A callback function which is triggered when need to get the text on clipboard.
A bookmark is the last sibling of another specified bookmark.
Definition: FSPDFObjC.h:3883
void removeAll()
Clean up the array.
Enum value: Center, which means the alignment for attributes TextAlign/InlineAlign/RubyAlign.
Definition: FSPDFObjC.h:7660
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:2252
A user password is used in PDF document.
Definition: FSPDFObjC.h:5179
K key.
Definition: FSPDFObjC.h:4177
Result type: delete annotation.
Definition: FSPDFObjC.h:6894
Definition: FSPDFObjC.h:2010
Some types are not supported.
Definition: FSPDFObjC.h:488
Message box icon: Error.
Definition: FSPDFObjC.h:5703
void killFocus()
Kill the focus of XFA widget.
Action type: sound action.
Definition: FSPDFObjC.h:1969
Sample message: "SOM expression returned list when single result was expected".
Definition: FSPDFObjC.h:5664
Definition: FSPDFObjC.h:2312
Numbering type: a) b) c)
Definition: FSPDFObjC.h:7905
Event flag: meta key.
Definition: FSPDFObjC.h:4227
Space key.
Definition: FSPDFObjC.h:4143
Report category type: list item.
Definition: FSPDFObjC.h:7800
Event type: all page views are removed.
Definition: FSPDFObjC.h:5765
BOOL selectAll()
Select all text.
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:1778
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:4785
Encoding foramt: "CP1251".
Definition: FSPDFObjC.h:7256
FSProgressiveState resume()
Continue the progressive process.
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:1528
F key.
Definition: FSPDFObjC.h:4172
The submit data is packaged in XFD format, as described in XFDF.
Definition: FSPDFObjC.h:5743
Encoding foramt: "X-KDDI-ISO-2022-JP".
Definition: FSPDFObjC.h:7299
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:7025
Trim Box for page boundary.
Definition: FSPDFObjC.h:4804
Name for module "Print2PDF".
Definition: FSPDFObjC.h:675
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:683
(Only useful for choice field) If set, the new value is committed as soon as a selection is made with...
Definition: FSPDFObjC.h:4364
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:4352
If set, only highlight annotations will be rendered.
Definition: FSPDFObjC.h:3155
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:8065
F6 key.
Definition: FSPDFObjC.h:4214
Message box button ID: Yes.
Definition: FSPDFObjC.h:5720
Save document without updating metadata "ModDate" and "CreationDate".
Definition: FSPDFObjC.h:5212
Compression quality: Minimum, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7080
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:6880
Structure element type: Lbl, which means "Label" and represents a name or number that distinguishes a...
Definition: FSPDFObjC.h:7518
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:2235
If set, only show with Gray.
Definition: FSPDFObjC.h:8535
Success, and no error occurs.
Definition: FSPDFObjC.h:479
BOOL cutSelected()
Cut the selected text.
Unknown encryption type.
Definition: FSPDFObjC.h:5184
FSSignatureCallbackCertValidity
Enumeration for certificate validity.
Definition: FSPDFObjC.h:4638
NSString * getName()
Get the name of current layer node.
Resume any rendition being played in association with related screen annotation. If no rendition is b...
Definition: FSPDFObjC.h:2190
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:487
Definition: FSPDFObjC.h:10295
G key.
Definition: FSPDFObjC.h:4173
Definition: FSPDFObjC.h:1394
Enum value: Top, which means top edge of the page.
Definition: FSPDFObjC.h:7689
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:5882
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:7069
XFA widget type: barcode.
Definition: FSPDFObjC.h:5854
FSPDFDoc * getDocument()
Get the related PDF document.
Annotation type: highlight annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2445
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:7044
Page scaling: Enlarge. It means PDF page will be enlarged to HTML content size. In this mode,...
Definition: FSPDFObjC.h:7223
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
Sample message: "Bad suffix on number".
Definition: FSPDFObjC.h:5621
Annotations summary string ID: specify the prefix when page information is outputed in result documen...
Definition: FSPDFObjC.h:8451
FSSignatureVerifyResultArray * verify()
Verify all the signatures in the PDF document which is used to constructed current object.
Encoding foramt: "ISO-2022-KR".
Definition: FSPDFObjC.h:7270
Application's viewer variation information.
Definition: FSPDFObjC.h:3822
Certificate is expired.
Definition: FSPDFObjC.h:4640
Definition: FSPDFObjC.h:11660
If set, only show solid color.
Definition: FSPDFObjC.h:8542
Enum value: Dashed, which means the border is a series of short line segments.
Definition: FSPDFObjC.h:7651
Definition: FSPDFObjC.h:2579
BOOL findPrev()
Search for previous matched pattern.
FSTaggedPDFCallbackReportConfidence
Enumeration for report confidence used for tag PDF document.
Definition: FSPDFObjC.h:7808
If set, the watermark will be an annotation when inserted to a PDF page, and the watermark will be sh...
Definition: FSPDFObjC.h:5015
Discard embedded print settings.
Definition: FSPDFObjC.h:7147
Bullet type: black diamond minus white.
Definition: FSPDFObjC.h:7897
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
Image object.
Definition: FSPDFObjC.h:1746
German.
Definition: FSPDFObjC.h:3805
Character flag: Unknown.
Definition: FSPDFObjC.h:5998
Structure element type: Formula, which represents a mathematical formula.
Definition: FSPDFObjC.h:7546
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:515
Report file format type: TXT & TEXT.
Definition: FSPDFObjC.h:6683
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:6035
discard tag user data
Definition: FSPDFObjC.h:7163
FSDestinationZoomMode getPageZoomMode()
A callback function to get the current page zoom mode.
If set, only show with DeviceCMYK or spot.
Definition: FSPDFObjC.h:8529
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:2240
int getChannelCount()
Get the count of sound channels.
Definition: FSPDFObjC.h:1156
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSMarkupState
Enumeration for markup annotation's state.
Definition: FSPDFObjC.h:2643
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:2185
Definition: FSPDFObjC.h:6445
int getStartCharIndex()
Get the index of start character of current hyper-link URI, based on PDF page.
Border style: Solid.
Definition: FSPDFObjC.h:2339
javascript field value changed type: format.
Definition: FSPDFObjC.h:3834
Popup menu item: "Copy".
Definition: FSPDFObjC.h:4125
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:2520
Certificate's data is error.
Definition: FSPDFObjC.h:4642
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:8386
Attribute type: GlyphOrientationVertical, which specifies the orientation of glyphs when the inline-p...
Definition: FSPDFObjC.h:7616
BOOL canCopy()
Check whether can copy text.
Definition: FSPDFObjC.h:5515
The state is failed due to file exist.
Definition: FSPDFObjC.h:8805
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:2482
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:5198
An array of table cell index.
Definition: FSPDFObjC.h:6525
Application information: name.
Definition: FSPDFObjC.h:5583
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:8192
Definition: FSPDFObjC.h:3107
Invalidate current page.
Definition: FSPDFObjC.h:5727
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:8682
Event flag: the command key.
Definition: FSPDFObjC.h:4233
Layout mode: continuous two pages.
Definition: FSPDFObjC.h:3853
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:3227
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:4351
Print Content: print the document contents, not comments.
Definition: FSPDFObjC.h:3560
Font style: all cap.
Definition: FSPDFObjC.h:875
Encoding foramt: "ISO-8859-5".
Definition: FSPDFObjC.h:7234
Resize type: may be resized without preserving the aspect ratio.
Definition: FSPDFObjC.h:3657
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:5233
The state is OFF.
Definition: FSPDFObjC.h:4005
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:2256
If set, only the black color of text need to be replaced.
Definition: FSPDFObjC.h:3163
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:2111
If set, that means to get the nearest point (which is in a path) to the specified point.
Definition: FSPDFObjC.h:8733
Character flag: UnUnicode.
Definition: FSPDFObjC.h:6001
Definition: FSPDFObjC.h:8632
"Pages" name tree.
Definition: FSPDFObjC.h:1637
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4976
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:1463
Annotations summary string ID: specify the string used as content in result document when a page does...
Definition: FSPDFObjC.h:8455
Definition: FSPDFObjC.h:1560
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:8684
Border style: Inset.
Definition: FSPDFObjC.h:2343
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:4792
Definition: FSPDFObjC.h:5105
Definition: FSPDFObjC.h:10498
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:5403
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:1923
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1187
Sample message: "At least one required field was empty. Please fill in the required fields(highlighte...
Definition: FSPDFObjC.h:5697
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:900
Definition: FSPDFObjC.h:8989
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
Encoding foramt: "MACINTOSH".
Definition: FSPDFObjC.h:7279
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:6323
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:4989
Definition: FSPDFObjC.h:1641
PDF/A-1b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:6799
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:519
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:2248
Value type: wide string.
Definition: FSPDFObjC.h:7710
Bleed Box for page boundary.
Definition: FSPDFObjC.h:4806
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:4504
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:4787
Signature label name for signer.
Definition: FSPDFObjC.h:4578
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:7041
Snapped point type: intersection point, which means the snapped point is the intersection of two inte...
Definition: FSPDFObjC.h:8712
void indent()
Increase indent for text.
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:4506
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:5997
M key.
Definition: FSPDFObjC.h:4179
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4967
Definition: FSPDFObjC.h:2194
Encoding foramt: "ISO-8859-11".
Definition: FSPDFObjC.h:7265
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:4554
Sample message: "The value you entered for %s is invalid.".
Definition: FSPDFObjC.h:5693
Enum value: LowerAlpha, which means lowercase letters (a, b, c, ...).
Definition: FSPDFObjC.h:7674
Font style: fixed pitch.
Definition: FSPDFObjC.h:869
Enum value: UpperAlpha, which means uppercase letters (A, B, C, ...).
Definition: FSPDFObjC.h:7673
No "3D" module right.
Definition: FSPDFObjC.h:561
FSMatrix2D * getMatrix()
Get matrix.
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:2114
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:5512
int getRateOfProgress()
Get the rate of current progress.
Attribute type: InlineAlign, which represents the alignment, in the inline-progression direction,...
Definition: FSPDFObjC.h:7606
FSPDFEComplianceVersion
Enumeration for PDF/E version.
Definition: FSPDFObjC.h:6817
Measurement of the slope of a line.
Definition: FSPDFObjC.h:2674
Attribute type only for Table: Scope, which indicates whether the header cell applies to the rest of ...
Definition: FSPDFObjC.h:7627
XFA document type: Dynamic.
Definition: FSPDFObjC.h:5782
Encoding foramt: "BIG5".
Definition: FSPDFObjC.h:7241
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:501
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:1096
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:2244
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:7088
Rotate the text block based on the center point.
Definition: FSPDFObjC.h:625
FSDateTime * getSignatureCheckTime()
Get the time that is actually used to check signature.
FSXFAWidget * getLastWidget()
Get the last XFA widget in current tab order.
FSLayerContextUsageType
Enumeration for PDF layer usage type.
Definition: FSPDFObjC.h:4044
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:656
Structure element info type: Actual Text, which means the actual text of structure element.
Definition: FSPDFObjC.h:1710
BOOL onDelete()
Call this function when the popup menu item "Delete" is down.
Unknown image type.
Definition: FSPDFObjC.h:1132
Definition: FSPDFObjC.h:740
Compare annotation only.
Definition: FSPDFObjC.h:6957
Event type: after a page view is added.
Definition: FSPDFObjC.h:5763
FSActionCallbackLayoutMode getLayoutMode()
A callback function to get the page layout of the current document.
FSRectF * getRect()
Get rectangle, in PDF coordinate system.
Use for printing.
Definition: FSPDFObjC.h:4047
Definition: FSPDFObjC.h:7875
Definition: FSPDFObjC.h:4298
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
Definition: FSPDFObjC.h:8333
int getBits()
Get the number of bits per sample value per channel.
Sample message: "Function '%s' does not have %d parameters".
Definition: FSPDFObjC.h:5632
int getSize()
Get the number of elements in the array.
9 key.
Definition: FSPDFObjC.h:4166
Structure element type: BlockQuote, which means "Block quotation" and represents a portion of text co...
Definition: FSPDFObjC.h:7497
FSLRElementElementType
Enumeration for standard structure types.
Definition: FSPDFObjC.h:7490
Enum value: Warichu, which means the RT and associated RP elements are to be formatted as a warichu,...
Definition: FSPDFObjC.h:7639
If set, show watermark above other page content.
Definition: FSPDFObjC.h:6367
Encryption type: customized encryption.
Definition: FSPDFObjC.h:5189
Definition: FSPDFObjC.h:3936
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:4348
Message box icon: Status.
Definition: FSPDFObjC.h:5706
Mailed result: mail success.
Definition: FSPDFObjC.h:3858
Encoding foramt: "BIG5-CP950".
Definition: FSPDFObjC.h:7248
Encoding foramt: "CNS".
Definition: FSPDFObjC.h:7247
May not be resized.
Definition: FSPDFObjC.h:1830
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:1529
Definition: FSPDFObjC.h:7782
File or folder path does not exist.
Definition: FSPDFObjC.h:522
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:1791
int getWidth()
Get image width.
If set, that means "Dests" name trees and "EmbeddedFiles" name trees of source PDF files will be outp...
Definition: FSPDFObjC.h:8388
Structure element type: RB, which means "Ruby base text" and represents the full-size text to which t...
Definition: FSPDFObjC.h:7536
Definition: FSPDFObjC.h:6269
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSLayerNode * getRootNode()
Get the root layer node.
Annotations summary string ID: specify the prefix when author information is outputed in result docum...
Definition: FSPDFObjC.h:8449
Action type: embedded go-to action.
Definition: FSPDFObjC.h:1965
FSActionCallbackLanguage
Enumeration for language.
Definition: FSPDFObjC.h:3800
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:2407
int getSize()
Get the number of elements in the array.
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:4207
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:620
Bottom Paging Seal.
Definition: FSPDFObjC.h:4705
Structure element type: Artifact, which includes other Pagination, Layout, Page and Background artifa...
Definition: FSPDFObjC.h:7548
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:1920
Sample message: "Cannot find const '%s'".
Definition: FSPDFObjC.h:5644
Annotation type: rich media annotation.
Definition: FSPDFObjC.h:2464
Definition: FSPDFObjC.h:3746
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:1798
Attribute type: TPadding, which specifies an offset to account for the separation between the table c...
Definition: FSPDFObjC.h:7608
Font style: script.
Definition: FSPDFObjC.h:872
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4986
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:1300
Annotation flag: print.
Definition: FSPDFObjC.h:2471
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:678
Definition: FSPDFObjC.h:8201
FSSignatureVerifyResultLTVState getLTVState()
Get LTV state that indicates if a signature is a LTV signature.
FSFloatingInfoWindowPosition
Enumeration for the window position used for media player.
Definition: FSPDFObjC.h:3635
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:990
Definition: FSPDFObjC.h:2387
Encoding foramt: "Greek".
Definition: FSPDFObjC.h:7236
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4982
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:1044
FSActionCallbackLayoutMode
Enumeration for layout mode.
Definition: FSPDFObjC.h:3849
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:914
Structure element info type: Title, which means the title of the structure element....
Definition: FSPDFObjC.h:1706
Empty marked-content object.
Definition: FSPDFObjC.h:1475
Shift key.
Definition: FSPDFObjC.h:4138
Structure of audit space, the unit is byte type.
Definition: FSPDFObjC.h:6975
Certificate is not set to sign a signature.
Definition: FSPDFObjC.h:4645
No caption; icon only.
Definition: FSPDFObjC.h:2512
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:2247
Definition: FSPDFObjC.h:2740
Form field type: unknown.
Definition: FSPDFObjC.h:4338
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:535
Sample message: "Expected operator '%s' instead of '%s'".
Definition: FSPDFObjC.h:5638
Definition: FSPDFObjC.h:6628
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:3225
Encoding foramt: "Latin5".
Definition: FSPDFObjC.h:7232
Corner mark style: superscript.
Definition: FSPDFObjC.h:2308
void removeAll()
Remove all range segments.
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:2113
Annotation property: modified date.
Definition: FSPDFObjC.h:2490
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:518
BOOL canDeselectAll()
Check whether can deselect all text.
Flatten form fields.
Definition: FSPDFObjC.h:7144
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:640
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:2663
FSSnappedPointSnappedPointType
Enumeration for snapped point type.
Definition: FSPDFObjC.h:8708
Definition: FSPDFObjC.h:7818
float getWidth()
Get the original width of current watermark.
Hatches export type: Exports hatch as a set of triangles (vectorizer).
Definition: FSPDFObjC.h:7392
Position: top right.
Definition: FSPDFObjC.h:647
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:4204
void linkBoxes()
Call this function to link text.
Definition: FSPDFObjC.h:10825
Definition: FSPDFObjC.h:6117
Compression mode: high.
Definition: FSPDFObjC.h:7187
Enum value: TbLr (PDF 2.0), which means inline progression from top to bottom; block progression from...
Definition: FSPDFObjC.h:7647
Sample message: "Error:Argument mismatch in property or function argument.".
Definition: FSPDFObjC.h:5699
Line spacing style: exact value line spacing.
Definition: FSPDFObjC.h:3023
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:1924
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:8467
Action type: unknown action.
Definition: FSPDFObjC.h:1962
P key.
Definition: FSPDFObjC.h:4182
Definition: FSPDFObjC.h:2859
1 key in the numeric keypad.
Definition: FSPDFObjC.h:4194
Fill mode: none.
Definition: FSPDFObjC.h:639
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:5205
Sets the state of subsequent groups to ON.
Definition: FSPDFObjC.h:2212
Structure element type: H, which means "Heading" and represents a label for a subdivision of a docume...
Definition: FSPDFObjC.h:7508
PDF/X-1a (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:6841
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:4795
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:527
@2025 Foxit Software Incorporated. All rights reserved.