11 #import <CoreGraphics/CoreGraphics.h>
37 @class StructTreeEntity;
39 @class StructMarkedContent;
40 @class StructObjectContent;
129 @class FSTransitionArray;
170 #import <Foundation/Foundation.h>
177 @interface SWIGTYPE_p_void : NSObject
182 -(id)init NS_UNAVAILABLE;
184 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
194 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
207 @property (nonatomic, getter=getX)
int x;
208 @property (nonatomic, getter=getY)
int y;
210 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
212 -(id)initWithOther: (
FSPoint*)other;
213 -(void)set: (
int)x y: (
int)y;
214 -(void)add: (
int)x y: (
int)y;
215 -(void)subtract: (
int)x y: (
int)y;
226 @property (nonatomic, getter=getX)
float x;
227 @property (nonatomic, getter=getY)
float y;
229 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
231 -(id)initWithOther: (
FSPointF*)other;
232 -(void)set: (
float)x y: (
float)y;
233 -(void)add: (
float)x y: (
float)y;
234 -(void)subtract: (
float)x y: (
float)y;
242 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
247 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
250 -(BOOL)setAt: (
int)nIndex newElement: (
FSRectF*)newElement;
251 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSRectF*)newElement;
252 -(BOOL)add: (
FSRectF*)newElement;
253 -(BOOL)insertAt: (
int)nIndex newElement: (
FSRectF*)newElement nCount: (
int)nCount;
254 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
255 -(int)find: (
FSRectF*)data iStart: (
int)iStart;
263 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
268 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
271 -(BOOL)setAt: (
int)nIndex newElement: (
FSPointF*)newElement;
272 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSPointF*)newElement;
274 -(BOOL)insertAt: (
int)nIndex newElement: (
FSPointF*)newElement nCount: (
int)nCount;
275 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
276 -(int)find: (
FSPointF*)data iStart: (
int)iStart;
284 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
289 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
291 -(float)getAt: (
int)nIndex;
292 -(BOOL)setAt: (
int)nIndex newElement: (
float)newElement;
293 -(BOOL)setAtGrow: (
int)nIndex newElement: (
float)newElement;
294 -(BOOL)add: (
float)newElement;
295 -(BOOL)insertAt: (
int)nIndex newElement: (
float)newElement nCount: (
int)nCount;
296 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
297 -(int)find: (
float)data iStart: (
int)iStart;
305 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
310 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
312 -(int)getAt: (
int)nIndex;
313 -(BOOL)setAt: (
int)nIndex newElement: (
int)newElement;
314 -(BOOL)setAtGrow: (
int)nIndex newElement: (
int)newElement;
315 -(BOOL)add: (
int)newElement;
316 -(BOOL)insertAt: (
int)nIndex newElement: (
int)newElement nCount: (
int)nCount;
317 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
318 -(int)find: (
int)data iStart: (
int)iStart;
326 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
331 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
333 -(
unsigned int)getAt: (
int)nIndex;
334 -(BOOL)setAt: (
int)nIndex newElement: (
unsigned int)newElement;
335 -(BOOL)setAtGrow: (
int)nIndex newElement: (
unsigned int)newElement;
336 -(BOOL)add: (
unsigned int)newElement;
337 -(BOOL)insertAt: (
int)nIndex newElement: (
unsigned int)newElement nCount: (
int)nCount;
338 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
339 -(int)find: (
unsigned int)data iStart: (
int)iStart;
350 @property (nonatomic, getter=getLeft)
int left;
351 @property (nonatomic, getter=getTop)
int top;
352 @property (nonatomic, getter=getRight)
int right;
353 @property (nonatomic, getter=getBottom)
int bottom;
355 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
357 -(id)initWithLeft1: (
int)left1 top1: (
int)top1 right1: (
int)right1 bottom1: (
int)bottom1;
362 -(void)intersect: (
FSRectI*)src;
363 -(void)union: (
FSRectI*)other_rect;
364 -(void)offset: (
int)dx dy: (
int)dy;
365 -(BOOL)contains: (
FSRectI*)other_rect;
366 -(BOOL)containsPoint: (
int)x y: (
int)y;
378 @property (nonatomic, getter=getLeft)
float left;
379 @property (nonatomic, getter=getRight)
float right;
380 @property (nonatomic, getter=getBottom)
float bottom;
381 @property (nonatomic, getter=getTop)
float top;
383 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
385 -(id)initWithLeft1: (
float)left1 bottom1: (
float)bottom1 right1: (
float)right1 top1: (
float)top1;
386 -(id)initWithRect: (
FSRectI*)rect;
390 -(BOOL)contains: (
FSRectF*)other_rect;
392 -(void)intersect: (
FSRectF*)other_rect;
393 -(void)union: (
FSRectF*)other_rect;
397 -(void)initRect: (
float)x y: (
float)y;
398 -(void)updateRect: (
float)x y: (
float)y;
401 -(void)inflateWithValues: (
float)x y: (
float)y;
403 -(void)defalteWithValues: (
float)x y: (
float)y;
405 -(void)translate: (
float)e f: (
float)f;
407 -(BOOL)containsPointF: (
FSPointF*)point;
408 +(BOOL)IsRectAdjacent: (
FSRectF*)rect1 rect2: (
FSRectF*)rect2 alignmentTolerance: (
float)alignmentTolerance distanceTolerance: (
float)distanceTolerance direction: (
int)direction;
419 @property (nonatomic, getter=getA)
float a;
420 @property (nonatomic, getter=getB)
float b;
421 @property (nonatomic, getter=getC)
float c;
422 @property (nonatomic, getter=getD)
float d;
423 @property (nonatomic, getter=getE)
float e;
424 @property (nonatomic, getter=getF)
float f;
426 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
428 -(id)initWithA1: (
float)a1 b1: (
float)b1 c1: (
float)c1 d1: (
float)d1 e1: (
float)e1 f1: (
float)f1;
429 -(void)set: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f;
432 -(void)concat: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f bPrepended: (BOOL)bPrepended;
433 -(void)concatWithMatrix: (
FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
434 -(void)concatInverse: (
FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
441 -(void)translate: (
float)x y: (
float)y bPrepended: (BOOL)bPrepended;
442 -(void)translateI: (
int)x y: (
int)y bPrepended: (BOOL)bPrepended;
443 -(void)scale: (
float)sx sy: (
float)sy bPrepended: (BOOL)bPrepended;
444 -(void)rotate: (
float)fRadian bPrepended: (BOOL)bPrepended;
445 -(void)rotateAt: (
float)fRadian x: (
float)x y: (
float)y bPrepended: (BOOL)bPrepended;
446 -(void)shear: (
float)fAlphaRadian fBetaRadian: (
float)fBetaRadian bPrepended: (BOOL)bPrepended;
452 -(float)transformXDistanceInFloat: (
float)dx;
453 -(int)transformXDistance: (
int)dx;
454 -(float)transformYDistanceInFloat: (
float)dy;
455 -(int)transformYDistance: (
int)dy;
456 -(float)transformDistanceInFloat: (
float)dx dy: (
float)dy;
457 -(int)transformDistanceInInteger: (
int)dx dy: (
int)dy;
458 -(float)transformDistance: (
float)distance;
459 -(void)transformPoint: (
int *)x y: (
int *)y;
460 -(void)transformRectF: (
FSRectF*)rect;
461 -(void)transformRect: (
FSRectI*)rect;
462 -(void)transformPointF: (
FSPointF*)point;
566 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
577 @property (nonatomic, getter=getYear)
unsigned short year;
578 @property (nonatomic, getter=getMonth)
unsigned short month;
579 @property (nonatomic, getter=getDay)
unsigned short day;
580 @property (nonatomic, getter=getHour)
unsigned short hour;
581 @property (nonatomic, getter=getMinute)
unsigned short minute;
582 @property (nonatomic, getter=getSecond)
unsigned short second;
583 @property (nonatomic, getter=getMilliseconds)
unsigned short milliseconds;
584 @property (nonatomic, getter=getUtc_hour_offset)
short utc_hour_offset;
585 @property (nonatomic, getter=getUtc_minute_offset)
unsigned short utc_minute_offset;
587 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
590 -(id)initWithYear: (
unsigned short)year month: (
unsigned short)month day: (
unsigned short)day hour: (
unsigned short)hour minute: (
unsigned short)minute second: (
unsigned short)second milliseconds: (
unsigned short)milliseconds utc_hour_offset: (
short)utc_hour_offset utc_minute_offset: (
unsigned short)utc_minute_offset;
593 -(void)set: (
unsigned short)year month: (
unsigned short)month day: (
unsigned short)day hour: (
unsigned short)hour minute: (
unsigned short)minute second: (
unsigned short)second milliseconds: (
unsigned short)milliseconds utc_hour_offset: (
short)utc_hour_offset utc_minute_offset: (
unsigned short)utc_minute_offset;
621 typedef NS_ENUM(NSInteger, FSPosition) {
694 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
695 +(NSData *)base64Encode: (NSData *)buffer;
696 +(NSData *)base64Decode: (NSData *)buffer;
697 +(NSData *)flateCompress: (NSData *)buffer;
698 +(NSData *)flateDecompress: (NSData *)buffer;
714 -(id)init NS_UNAVAILABLE;
716 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
730 @property (nonatomic, getter=getGraphics_objs_count_in_one_step)
int graphics_objs_count_in_one_step;
732 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
733 -(id)initWithGraphics_objs_count_in_one_step: (
int)graphics_objs_count_in_one_step;
735 -(void)set: (
int)graphics_objs_count_in_one_step;
745 -(id)init NS_UNAVAILABLE;
747 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
748 +(
FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
751 +(BOOL)hasModuleLicenseRight: (
FSModuleName)module_name;
752 +(NSString *)getVersion;
753 +(BOOL)setCacheSize: (
unsigned int)size;
754 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
759 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (
id<
FSSignatureCallback>)signature_callback;
760 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (
id<
FSSecurityCallback>)callback;
761 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
764 +(void)setRenderTextGamma: (
float)gamma;
765 +(void)setLogFile: (NSString *)log_file_path;
767 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
770 +(void)enableThreadSafety: (BOOL)is_enable_thread_safety;
793 @property (nonatomic, getter=getLine_width)
float line_width;
795 @property (nonatomic, getter=getMiter_limit)
float miter_limit;
797 @property (nonatomic, getter=getDash_phase)
float dash_phase;
800 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
819 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
821 -(id)initWithIndex: (
int)index;
822 -(id)initWithStart_index: (
int)start_index end_index: (
int)end_index filter: (
FSRangeFilter)filter;
823 -(id)initWithOther: (
FSRange*)other;
825 -(void)addSingle: (
int)index;
826 -(void)addSegment: (
int)start_index end_index: (
int)end_index filter: (
FSRangeFilter)filter;
828 -(int)getSegmentStart: (
int)segment_index;
829 -(int)getSegmentEnd: (
int)segment_index;
900 -(id)init NS_UNAVAILABLE;
902 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
903 -(id)initWithName: (NSString *)name styles: (
unsigned int)styles charset: (
FSFontCharset)charset weight: (
int)weight;
905 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (
int)face_index charset: (
FSFontCharset)charset;
906 -(id)initWithOther: (
FSFont*)other;
912 -(BOOL)isEmbedded: (
FSPDFDoc*)document;
913 -(BOOL)isSupportEmbedded: (
FSPDFDoc*)document;
914 -(
FSFont*)embed: (
FSPDFDoc*)document is_add_all_unicodes: (BOOL)is_add_all_unicodes;
918 -(
FSRectI*)getCharBBox: (
unsigned int)unicode;
919 -(float)getCharWidth: (
unsigned int)unicode;
920 -(
FSRectI*)getCharBBoxWithPDFDoc: (
unsigned int)unicode document: (
FSPDFDoc*)document;
921 -(float)getCharWidthWithPDFDoc: (
unsigned int)unicode document: (
FSPDFDoc*)document;
922 -(
unsigned int)getStyles: (
FSPDFDoc*)document;
924 -(BOOL)isStandardFont: (
FSPDFDoc*)document;
927 -(NSString *)getBaseFontName: (
FSPDFDoc*)document;
928 -(BOOL)isVertWriting: (
FSPDFDoc*)document;
929 -(NSString *)getEncoding: (
FSPDFDoc*)document;
930 -(BOOL)setEncoding: (
FSPDFDoc*)document value: (NSString *)value;
941 @property (nonatomic, retain, getter=getFile_read) id<FSFileReaderCallback> file_read;
942 @property (nonatomic, getter=getFace_index)
int face_index;
944 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
965 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
967 -(id)initWithOther: (
FSPath*)other;
977 -(BOOL)removePoint: (
int)index;
978 -(BOOL)appendRect: (
FSRectF*)rect;
979 -(BOOL)appendEllipse: (
FSRectF*)rect;
982 -(void)increasePointCount: (
int)count;
994 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
997 -(
unsigned long)getSize;
998 -(
FSPath*)getAt: (
unsigned long)index;
999 -(void)add: (
FSPath*)element;
1000 -(void)removeAt: (
unsigned long)index;
1001 -(void)insertAt: (
unsigned long)index element: (
FSPath*)element;
1016 -(id)init NS_UNAVAILABLE;
1018 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1027 -(
FSColor*)convertColorWithRGBColor: (
int)r_value g_value: (
int)g_value b_value: (
int)b_value;
1028 -(
FSColor*)convertColorWithCMYKColor: (
int)c_value m_value: (
int)m_value y_value: (
int)y_value k_value: (
int)k_value;
1037 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1040 -(id)initWithOther: (
FSColor*)other;
1072 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1073 -(id)initWithWidth: (
int)width height: (
int)height format: (
FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (
int)pitch;
1074 -(id)initWithOther: (
FSBitmap*)other;
1083 -(void)fillRect: (
unsigned int)color rect: (
FSRectI*)rect;
1085 -(
FSRectI*)calculateBBoxByColor: (
unsigned int)backgroud_color;
1086 -(
FSRectI*)detectBBoxByColorDiffer: (
int)detection_size color_differ: (
int)color_differ;
1087 -(
FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (
FSRectI*)clip_rect;
1088 -(
FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1112 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1114 -(id)initWithPath: (NSString *)path;
1116 -(id)initWithOther: (
FSImage*)other;
1122 -(
FSBitmap*)getFrameBitmap: (
int)index;
1125 -(BOOL)addFrame: (
FSBitmap*)bitmap;
1126 -(void)setDPIs: (
int)x_dpi y_dpi: (
int)y_dpi;
1127 -(BOOL)saveAs: (NSString *)file_path;
1128 -(BOOL)saveAsWithStreamCallback: (
id<
FSFileStreamCallback>)file file_extension: (NSString *)file_extension;
1129 -(id)initWithBuffer: (NSData *)buffer;
1157 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1186 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1187 +(
FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
1188 +(
FSPDFObject*)createFromFloat: (
float)float_value;
1189 +(
FSPDFObject*)createFromInteger: (
int)integer_value;
1190 +(
FSPDFObject*)createFromString: (NSString *)string_value;
1193 +(
FSPDFObject*)createReference: (
FSPDFDoc*)document object_number: (
unsigned int)object_number;
1199 -(
unsigned int)getObjNum;
1207 -(NSString *)getName;
1208 -(NSString *)getWideString;
1212 -(NSData *)getString;
1234 -(id)
init NS_UNAVAILABLE;
1236 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1240 -(
unsigned long long)getDataSize: (BOOL)is_raw_data;
1243 -(NSData *)getData: (BOOL)is_raw_data;
1244 -(void)setData: (NSData *)buffer;
1251 -(id)
init NS_UNAVAILABLE;
1253 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1260 -(void)addBoolean: (BOOL)boolean_value;
1262 -(void)addFloat: (
float)float_value;
1263 -(void)addInteger: (
int)integer_value;
1265 -(void)addRect: (
FSRectF*)rect;
1266 -(void)addName: (NSString *)name;
1267 -(void)addString: (NSString *)new_string;
1268 -(void)insertAt: (
int)index element: (
FSPDFObject*)element;
1269 -(void)setAt: (
int)index element: (
FSPDFObject*)element;
1270 -(void)removeAt: (
int)index;
1277 -(id)
init NS_UNAVAILABLE;
1279 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1281 -(BOOL)hasKey: (NSString *)key;
1283 -(long)moveNext: (
long)position;
1284 -(NSString *)getKey: (
long)position;
1286 -(void)setAt: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object;
1287 -(void)setAtReference: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object document: (
FSPDFDoc*)document;
1288 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
1289 -(void)setAtDateTime: (NSString *)key value: (
FSDateTime*)value;
1290 -(void)setAtFloat: (NSString *)key value: (
float)value;
1291 -(void)setAtInteger: (NSString *)key value: (
int)value;
1292 -(void)setAtMatrix: (NSString *)key value: (
FSMatrix2D*)value;
1293 -(void)setAtRect: (NSString *)key value: (
FSRectF*)value;
1294 -(void)setAtName: (NSString *)key value: (NSString *)value;
1295 -(void)setAtString: (NSString *)key value: (NSString *)value;
1296 -(void)removeAt: (NSString *)key;
1304 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1309 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
1315 -(BOOL)insertAt: (
int)nIndex newElement: (
FSGraphicsObject*)newElement nCount: (
int)nCount;
1316 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
1324 @property (nonatomic, weak, getter=getFillColor)
FSColor* fillColor;
1325 @property (nonatomic, weak, getter=getStrokeColor)
FSColor* strokeColor;
1326 -(id)
init NS_UNAVAILABLE;
1328 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1341 -(id)
init NS_UNAVAILABLE;
1343 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1344 -(BOOL)hasTag: (NSString *)tag_name;
1346 -(NSString *)getItemTagName: (
int)index;
1347 -(int)getItemMCID: (
int)index;
1349 -(int)addItem: (NSString *)tag_name property_dict: (
FSPDFDictionary*)property_dict;
1350 -(BOOL)removeItem: (NSString *)tag_name;
1389 @property (nonatomic, getter=getStrokeColor)
unsigned int strokeColor;
1390 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
1391 @property (nonatomic, weak, getter=getColorState)
FSColorState* colorState;
1392 @property (nonatomic, getter=getFillOpacity)
float fillOpacity;
1393 @property (nonatomic, getter=getStrokeOpacity)
float strokeOpacity;
1394 @property (nonatomic, weak, getter=getMatrix)
FSMatrix2D* matrix;
1395 @property (nonatomic, weak, getter=getGraphState)
FSGraphState* graphState;
1397 @property (nonatomic, weak, getter=getClipRect)
FSRectF* clipRect;
1399 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1402 -(BOOL)hasTransparency;
1403 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
1406 -(int)getClipPathCount;
1407 -(
FSPath*)getClipPath: (
int)index;
1408 -(
FSFillMode)getClipPathFillMode: (
int)index;
1410 -(BOOL)removeClipPath: (
int)index;
1411 -(int)getClipTextObjectCount;
1414 -(BOOL)removeClipTextObject: (
int)index;
1423 -(void)rotate: (
int)angle;
1445 @property (nonatomic, getter=getVersion)
unsigned int version;
1446 @property (nonatomic, getter=getFont_size)
float font_size;
1447 @property (nonatomic, getter=getCharspace)
float charspace;
1448 @property (nonatomic, getter=getWordspace)
float wordspace;
1450 @property (nonatomic, weak, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
1451 @property (nonatomic, weak, getter=getOrigin_position)
FSPointF* origin_position;
1452 @property (nonatomic, weak, getter=getFont)
FSFont* font;
1454 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1455 -(id)initWithVersion: (
unsigned int)version font: (
FSFont*)font font_size: (
float)font_size charspace: (
float)charspace wordspace: (
float)wordspace textmode: (
FSTextStateMode)textmode origin_position: (
FSPointF*)origin_position textmatrix: (NSArray<NSNumber *> *)textmatrix;
1458 -(void)set: (
unsigned int)version font: (
FSFont*)font font_size: (
float)font_size charspace: (
float)charspace wordspace: (
float)wordspace textmode: (
FSTextStateMode)textmode origin_position: (
FSPointF*)origin_position textmatrix: (NSArray<NSNumber *> *)textmatrix;
1465 -(id)
init NS_UNAVAILABLE;
1467 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1470 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index;
1482 @property (nonatomic, weak, getter=getText) NSString * text;
1483 -(id)
init NS_UNAVAILABLE;
1485 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1488 -(void)setTextState: (
FSPDFPage*)page text_state: (
FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
1490 -(
FSPointF*)getCharPos: (
int)index;
1491 -(float)getCharWidthByIndex: (
int)index;
1492 -(float)getCharHeightByIndex: (
int)index;
1500 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
1501 @property (nonatomic, weak, getter=getPathData)
FSPath* pathData;
1502 -(id)
init NS_UNAVAILABLE;
1504 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1513 -(id)
init NS_UNAVAILABLE;
1515 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1519 -(BOOL)importPageContent: (
FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
1526 -(id)
init NS_UNAVAILABLE;
1528 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1545 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1551 -(BOOL)hasName: (NSString *)name;
1553 -(NSString *)getName: (
int)index;
1555 -(BOOL)setObj: (NSString *)name pdf_object: (
FSPDFObject*)pdf_object;
1556 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
1557 -(BOOL)add: (NSString *)name pdf_object: (
FSPDFObject*)pdf_object;
1558 -(BOOL)removeObj: (NSString *)name;
1571 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1577 -(BOOL)hasNumber: (
int)number;
1579 -(BOOL)setObj: (
int)number pdf_object: (
FSPDFObject*)pdf_object;
1580 -(BOOL)removeObj: (
int)number;
1596 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1617 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1633 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1655 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1667 -(id)
init NS_UNAVAILABLE;
1669 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1670 -(id)initWithDocument: (
FSPDFDoc*)document;
1744 @property (nonatomic, weak, getter=getRenditionName) NSString * renditionName;
1745 @property (nonatomic, weak, getter=getMediaClipName) NSString * mediaClipName;
1746 @property (nonatomic, weak, getter=getMediaClipFile)
FSFileSpec* mediaClipFile;
1747 @property (nonatomic, weak, getter=getMediaClipContentType) NSString * mediaClipContentType;
1749 @property (nonatomic, weak, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
1750 -(id)
init NS_UNAVAILABLE;
1752 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1757 -(BOOL)hasMediaClip;
1758 -(NSString *)getMediaBaseURL;
1766 -(BOOL)isControlBarVisible;
1774 -(int)getRepeatCount;
1778 -(
unsigned int)getBackgroundColor;
1780 -(float)getBackgroundOpacity;
1784 -(int)getFloatingWindowWidth;
1785 -(int)getFloatingWindowHeight;
1789 -(FSPosition)getFloatingWindowPosition;
1793 -(BOOL)hasFloatingWindowTitleBar;
1795 -(BOOL)hasFloatingWindowCloseButton;
1799 -(NSArray<NSString *> *)getFloatingWindowTitles;
1807 @property (nonatomic, weak, getter=getSoftwareURI) NSString * softwareURI;
1808 @property (nonatomic, weak, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
1809 -(id)
init NS_UNAVAILABLE;
1811 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1833 -(id)
init NS_UNAVAILABLE;
1835 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1836 +(
FSDestination*)createXYZ: (
FSPDFDoc*)document page_index: (
int)page_index left: (
float)left top: (
float)top zoom_factor: (
float)zoom_factor;
1840 +(
FSDestination*)createFitRect: (
FSPDFDoc*)document page_index: (
int)page_index left: (
float)left bottom: (
float)bottom right: (
float)right top: (
float)top;
1845 -(id)initWithDest_array: (
FSPDFArray*)dest_array;
1848 -(int)getPageIndex: (
FSPDFDoc*)document;
1893 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1896 -(id)initWithAction: (
FSAction*)action;
1902 -(
FSAction*)getSubAction: (
int)index;
1903 -(void)setSubAction: (
int)index sub_action: (
FSAction*)sub_action;
1904 -(void)insertSubAction: (
int)index sub_action: (
FSAction*)sub_action;
1905 -(void)removeSubAction: (
int)index;
1914 -(id)
init NS_UNAVAILABLE;
1916 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1917 -(id)initWithAction: (
FSAction*)action;
1924 @property (nonatomic, weak, getter=getURI) NSString * uRI;
1925 -(id)
init NS_UNAVAILABLE;
1927 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1928 -(id)initWithAction: (
FSAction*)action;
1929 -(BOOL)isTrackPosition;
1930 -(void)setTrackPositionFlag: (BOOL)is_track_position;
1937 @property (nonatomic, weak, getter=getScript) NSString * script;
1938 -(id)
init NS_UNAVAILABLE;
1940 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1941 -(id)initWithAction: (
FSAction*)action;
1948 @property (nonatomic, weak, getter=getName) NSString * name;
1949 -(id)
init NS_UNAVAILABLE;
1951 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1952 -(id)initWithAction: (
FSAction*)action;
1960 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1961 @property (nonatomic, weak, getter=getFileSpec)
FSFileSpec* fileSpec;
1963 -(id)
init NS_UNAVAILABLE;
1965 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1966 -(id)initWithAction: (
FSAction*)action;
1973 @property (nonatomic, weak, getter=getRelationship) NSString * relationship;
1974 @property (nonatomic, weak, getter=getAttachedFileName) NSString * attachedFileName;
1975 @property (nonatomic, getter=getPageIndex)
int pageIndex;
1976 @property (nonatomic, getter=getFileAttachmentAnnotIndex)
int fileAttachmentAnnotIndex;
1978 -(id)
init NS_UNAVAILABLE;
1980 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1981 -(id)initWithDocument: (
FSPDFDoc*)document;
1993 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1994 @property (nonatomic, weak, getter=getRootFile)
FSFileSpec* rootFile;
1997 -(id)
init NS_UNAVAILABLE;
1999 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2000 -(id)initWithAction: (
FSAction*)action;
2023 @property (nonatomic, weak, getter=getURL) NSString * uRL;
2024 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2025 @property (nonatomic, getter=getFlags)
unsigned int flags;
2026 -(id)
init NS_UNAVAILABLE;
2028 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2029 -(id)initWithAction: (
FSAction*)action;
2036 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2037 @property (nonatomic, getter=getFlags)
unsigned int flags;
2038 -(id)
init NS_UNAVAILABLE;
2040 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2041 -(id)initWithAction: (
FSAction*)action;
2048 @property (nonatomic, weak, getter=getFDFFileSpec)
FSFileSpec* fDFFileSpec;
2049 -(id)
init NS_UNAVAILABLE;
2051 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2052 -(id)initWithAction: (
FSAction*)action;
2059 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2060 @property (nonatomic, getter=getHideState) BOOL hideState;
2061 -(id)
init NS_UNAVAILABLE;
2063 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2064 -(id)initWithAction: (
FSAction*)action;
2071 @property (nonatomic, weak, getter=getFileSpec)
FSFileSpec* fileSpec;
2073 -(id)
init NS_UNAVAILABLE;
2075 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2076 -(id)initWithAction: (
FSAction*)action;
2077 -(NSString *)getWinFileName;
2078 -(NSString *)getWinDefaultDirectory;
2079 -(NSString *)getWinAppOperation;
2080 -(NSString *)getWinAppParameter;
2081 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
2098 @property (nonatomic, weak, getter=getScreenAnnot)
FSScreen* screenAnnot;
2099 @property (nonatomic, weak, getter=getJavaScript) NSString * javaScript;
2100 -(id)
init NS_UNAVAILABLE;
2102 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2103 -(id)initWithAction: (
FSAction*)action;
2104 -(int)getRenditionCount;
2106 -(void)insertRendition: (
FSRendition*)rendition index: (
int)index;
2138 -(id)
init NS_UNAVAILABLE;
2140 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2143 -(id)initWithField: (
FSField*)field;
2144 -(id)initWithAnnot: (
FSAnnot*)annot;
2169 @property (nonatomic, getter=getFlags)
unsigned int flags;
2170 @property (nonatomic, getter=getText_size)
float text_size;
2171 @property (nonatomic, getter=getText_color)
unsigned int text_color;
2172 @property (nonatomic, weak, getter=getFont)
FSFont* font;
2174 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2175 -(id)initWithFlags: (
unsigned int)flags font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color;
2178 -(void)set: (
unsigned int)flags font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color;
2195 @property (nonatomic, weak, getter=getFont)
FSFont* font;
2196 @property (nonatomic, getter=getText_size)
float text_size;
2197 @property (nonatomic, getter=getText_alignment)
FSAlignment text_alignment;
2198 @property (nonatomic, getter=getText_color)
unsigned int text_color;
2199 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
2200 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
2201 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
2202 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
2204 @property (nonatomic, getter=getChar_space)
float char_space;
2205 @property (nonatomic, getter=getWord_space)
float word_space;
2207 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2208 -(id)initWithFont: (
FSFont*)font text_size: (
float)text_size text_alignment: (
FSAlignment)text_alignment text_color: (
unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (
FSRichTextStyleCornerMarkStyle)mark_style char_space: (
float)char_space word_space: (
float)word_space;
2211 -(void)set: (
FSFont*)font text_size: (
float)text_size text_alignment: (
FSAlignment)text_alignment text_color: (
unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (
FSRichTextStyleCornerMarkStyle)mark_style char_space: (
float)char_space word_space: (
float)word_space;
2230 @property (nonatomic, getter=getWidth)
float width;
2232 @property (nonatomic, getter=getCloud_intensity)
float cloud_intensity;
2233 @property (nonatomic, getter=getDash_phase)
float dash_phase;
2236 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2237 -(id)initWithWidth: (
float)width style: (
FSBorderInfoStyle)style intensity: (
float)intensity dash_phase: (
float)dash_phase dashes: (
FSFloatArray*)dashes;
2240 -(void)set: (
float)width style: (
FSBorderInfoStyle)style intensity: (
float)intensity dash_phase: (
float)dash_phase dashes: (
FSFloatArray*)dashes;
2250 @property (nonatomic, weak, getter=getFirst)
FSPointF* first;
2251 @property (nonatomic, weak, getter=getSecond)
FSPointF* second;
2252 @property (nonatomic, weak, getter=getThird)
FSPointF* third;
2253 @property (nonatomic, weak, getter=getFourth)
FSPointF* fourth;
2255 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2271 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2274 -(
unsigned long)getSize;
2277 -(void)removeAt: (
unsigned long)index;
2278 -(void)insertAt: (
unsigned long)index element: (
FSQuadPoints*)element;
2299 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
2300 @property (nonatomic, getter=getHorizontal_fraction)
float horizontal_fraction;
2301 @property (nonatomic, getter=getVertical_fraction)
float vertical_fraction;
2302 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
2304 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2306 -(id)initWithType: (
FSIconFitScaleWayType)type is_proportional_scaling: (BOOL)is_proportional_scaling horizontal_fraction: (
float)horizontal_fraction vertical_fraction: (
float)vertical_fraction fit_bounds: (BOOL)fit_bounds;
2307 -(id)initWithIcon_fit: (
FSIconFit*)icon_fit;
2308 -(void)set: (
FSIconFitScaleWayType)type is_proportional_scaling: (BOOL)is_proportional_scaling horizontal_fraction: (
float)horizontal_fraction vertical_fraction: (
float)vertical_fraction fit_bounds: (BOOL)fit_bounds;
2405 @property (nonatomic, weak, getter=getContent) NSString * content;
2406 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
2407 @property (nonatomic, getter=getFlags)
unsigned int flags;
2408 @property (nonatomic, weak, getter=getUniqueID) NSString * uniqueID;
2409 @property (nonatomic, weak, getter=getBorderInfo)
FSBorderInfo* borderInfo;
2410 @property (nonatomic, getter=getBorderColor)
unsigned int borderColor;
2412 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2414 -(id)initWithAnnot: (
FSAnnot*)annot;
2423 -(BOOL)FSMoveWithResetAppearance: (
FSRectF*)rect is_reset_appearance: (BOOL)is_reset_appearance;
2424 -(BOOL)resetAppearanceStream;
2425 -(BOOL)FSResetApStreamWithIsGenerateNewAppearanceObj: (BOOL)is_generate_new_appearance_obj;
2443 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2446 -(
unsigned long)getSize;
2447 -(
FSAnnot*)getAt: (
unsigned long)index;
2448 -(void)add: (
FSAnnot*)element;
2449 -(void)removeAt: (
unsigned long)index;
2450 -(void)insertAt: (
unsigned long)index element: (
FSAnnot*)element;
2462 @property (nonatomic, getter=getFirst_color)
unsigned int first_color;
2463 @property (nonatomic, getter=getSecond_color)
unsigned int second_color;
2465 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2466 -(id)initWithFirstcolor: (
unsigned int)firstcolor secondcolor: (
unsigned int)secondcolor;
2469 -(void)set: (
unsigned int)firstcolor secondcolor: (
unsigned int)secondcolor;
2482 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2485 -(
unsigned long)getSize;
2486 -(
FSMarkup*)getAt: (
unsigned long)index;
2488 -(void)removeAt: (
unsigned long)index;
2489 -(void)insertAt: (
unsigned long)index element: (
FSMarkup*)element;
2502 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2505 -(
unsigned long)getSize;
2506 -(
FSNote*)getAt: (
unsigned long)index;
2507 -(void)add: (
FSNote*)element;
2508 -(void)removeAt: (
unsigned long)index;
2509 -(void)insertAt: (
unsigned long)index element: (
FSNote*)element;
2556 @property (nonatomic, weak, getter=getPopup)
FSPopup* popup;
2557 @property (nonatomic, weak, getter=getTitle) NSString * title;
2558 @property (nonatomic, weak, getter=getSubject) NSString * subject;
2559 @property (nonatomic, getter=getOpacity)
float opacity;
2560 @property (nonatomic, weak, getter=getIntent) NSString * intent;
2561 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
2563 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2564 -(id)initWithAnnot: (
FSAnnot*)annot;
2566 -(int)getReplyCount;
2567 -(
FSNote*)getReply: (
int)index;
2569 -(BOOL)removeReply: (
int)index;
2570 -(BOOL)removeAllReplies;
2577 -(BOOL)removeAllStateAnnots;
2578 -(int)getRichTextCount;
2579 -(NSString *)getRichTextContent: (
int)index;
2580 -(void)setRichTextContent: (
int)index content: (NSString *)content;
2583 -(void)addRichText: (NSString *)content style: (
FSRichTextStyle*)style;
2584 -(void)insertRichText: (
int)index content: (NSString *)content style: (
FSRichTextStyle*)style;
2585 -(void)removeRichText: (
int)index;
2592 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2593 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2596 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2598 -(id)initWithAnnot: (
FSAnnot*)annot;
2600 -(BOOL)isStateAnnot;
2610 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2611 -(id)initWithAnnot: (
FSAnnot*)annot;
2619 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2621 -(id)initWithAnnot: (
FSAnnot*)annot;
2629 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2631 -(id)initWithAnnot: (
FSAnnot*)annot;
2639 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2641 -(id)initWithAnnot: (
FSAnnot*)annot;
2649 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2651 -(id)initWithAnnot: (
FSAnnot*)annot;
2660 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2662 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2664 -(id)initWithAnnot: (
FSAnnot*)annot;
2665 -(BOOL)removeAction;
2666 -(BOOL)executeJavaScriptAction;
2673 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2674 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2675 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2677 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2679 -(id)initWithAnnot: (
FSAnnot*)annot;
2680 -(NSString *)getMeasureRatioW;
2684 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2692 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2693 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2694 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2696 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2698 -(id)initWithAnnot: (
FSAnnot*)annot;
2699 -(NSString *)getMeasureRatioW;
2703 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2711 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2713 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2715 @property (nonatomic, weak, getter=getCalloutLinePoints)
FSPointFArray* calloutLinePoints;
2716 @property (nonatomic, weak, getter=getTextMatrix)
FSMatrix2D* textMatrix;
2719 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2721 -(id)initWithAnnot: (
FSAnnot*)annot;
2725 -(void)allowTextOverflow: (BOOL)is_text_overflow;
2739 @property (nonatomic, getter=getStyleFillColor)
unsigned int styleFillColor;
2740 @property (nonatomic, weak, getter=getStartPoint)
FSPointF* startPoint;
2741 @property (nonatomic, weak, getter=getEndPoint)
FSPointF* endPoint;
2742 @property (nonatomic, getter=getCaptionPositionType)
FSLineCapPos captionPositionType;
2743 @property (nonatomic, weak, getter=getCaptionOffset)
FSPointF* captionOffset;
2744 @property (nonatomic, getter=getLeaderLineLength)
float leaderLineLength;
2745 @property (nonatomic, getter=getLeaderLineExtensionLength)
float leaderLineExtensionLength;
2746 @property (nonatomic, getter=getLeaderLineOffset)
float leaderLineOffset;
2747 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2749 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2751 -(id)initWithAnnot: (
FSAnnot*)annot;
2753 -(void)enableCaption: (BOOL)cap;
2754 -(NSString *)getMeasureRatioW;
2758 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2766 @property (nonatomic, weak, getter=getInkList)
FSPath* inkList;
2768 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2770 -(id)initWithAnnot: (
FSAnnot*)annot;
2771 -(void)enableUseBezier: (BOOL)use_bezier;
2778 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2779 @property (nonatomic, getter=getRotation)
int rotation;
2781 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2783 -(id)initWithAnnot: (
FSAnnot*)annot;
2784 -(void)setBitmap: (
FSBitmap*)bitmap;
2785 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index compress: (
int)compress;
2786 -(void)rotate: (
int)angle;
2795 @property (nonatomic, getter=getOpacity)
float opacity;
2796 @property (nonatomic, weak, getter=getTitle) NSString * title;
2797 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2799 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2801 -(id)initWithAnnot: (
FSAnnot*)annot;
2802 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index compress: (
int)compress;
2804 -(void)removeAction;
2811 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2813 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2815 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2817 -(id)initWithAnnot: (
FSAnnot*)annot;
2818 -(NSString *)getMeasureRatioW;
2822 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2830 @property (nonatomic, getter=getStyleFillColor)
unsigned int styleFillColor;
2834 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2836 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2838 -(id)initWithAnnot: (
FSAnnot*)annot;
2839 -(NSString *)getMeasureRatioW;
2843 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2851 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2853 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2855 -(id)initWithAnnot: (
FSAnnot*)annot;
2862 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2864 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2866 -(id)initWithAnnot: (
FSAnnot*)annot;
2875 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2877 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2879 -(id)initWithAnnot: (
FSAnnot*)annot;
2888 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2890 -(id)initWithAnnot: (
FSAnnot*)annot;
2906 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2907 @property (nonatomic, getter=getMKRotation)
FSRotation mKRotation;
2908 @property (nonatomic, getter=getMKBorderColor)
unsigned int mKBorderColor;
2909 @property (nonatomic, getter=getMKBackgroundColor)
unsigned int mKBackgroundColor;
2910 @property (nonatomic, weak, getter=getMKNormalCaption) NSString * mKNormalCaption;
2911 @property (nonatomic, weak, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
2912 @property (nonatomic, weak, getter=getMKDownCaption) NSString * mKDownCaption;
2913 @property (nonatomic, weak, getter=getMKNormalIconBitmap)
FSBitmap* mKNormalIconBitmap;
2914 @property (nonatomic, weak, getter=getMKRolloverIconBitmap)
FSBitmap* mKRolloverIconBitmap;
2915 @property (nonatomic, weak, getter=getMKDownIconBitmap)
FSBitmap* mKDownIconBitmap;
2916 @property (nonatomic, weak, getter=getMKIconFit)
FSIconFit* mKIconFit;
2918 @property (nonatomic, weak, getter=getAppearanceState) NSString * appearanceState;
2920 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2922 -(id)initWithAnnot: (
FSAnnot*)annot;
2925 -(void)removeAction;
2928 -(void)setMKNormalIconImage: (
FSImage*)image frame_index: (
int)frame_index;
2929 -(void)setMKRolloverIconImage: (
FSImage*)image frame_index: (
int)frame_index;
2930 -(void)setMKDownIconImage: (
FSImage*)image frame_index: (
int)frame_index;
2931 -(NSString *)getAppearanceOnStateName;
2941 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2942 @property (nonatomic, getter=getApplyFillColor)
unsigned int applyFillColor;
2943 @property (nonatomic, weak, getter=getOverlayText) NSString * overlayText;
2944 @property (nonatomic, getter=getOverlayTextAlignment)
FSAlignment overlayTextAlignment;
2946 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2948 -(id)initWithAnnot: (
FSAnnot*)annot;
2949 -(BOOL)isOverlayTextRepeated;
2950 -(void)enableRepeatOverlayText: (BOOL)is_to_repeat_overlay_text;
2951 -(void)enableAutoFontSize;
2969 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2971 -(id)initWithAnnot: (
FSAnnot*)annot;
2985 -(id)
init NS_UNAVAILABLE;
2987 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2988 -(id)initWithAnnot: (
FSAnnot*)annot;
3006 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
3012 -(id)
init NS_UNAVAILABLE;
3014 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3015 -(id)initWithBitmap: (
FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
3016 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
3028 -(void)setClipRect: (
FSRectI*)clip_rect;
3031 -(void)setRenderContentFlags: (
unsigned int)render_content_flags;
3032 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
3033 -(void)setRenderFormField: (BOOL)is_render_formfield;
3034 -(void)setRenderSignature: (BOOL)is_render_signature;
3037 -(void)setMappingModeColors: (
unsigned int)background_color foreground_color: (
unsigned int)foreground_color;
3038 -(void)setClearType: (BOOL)is_clear_type;
3039 -(void)setPrintTextAsGraphic: (BOOL)is_to_print_text_graphic;
3040 -(void)setPrintTextAsImage: (BOOL)is_to_print_text_image;
3041 -(void)setForceDownSample: (BOOL)is_to_force_down_sample;
3042 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
3043 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
3044 -(void)enableForPrint: (BOOL)is_render_for_print;
3045 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
3046 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
3047 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
3048 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
3049 -(void)setRenderPathFullCovered: (BOOL)is_render_path_full_covered;
3050 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
3051 -(void)setRenderEnhanceThinLines: (BOOL)is_render_enhance_thin_lines;
3052 -(void)setRenderSignatureState: (BOOL)is_render_signature_state;
3070 -(id)
init NS_UNAVAILABLE;
3072 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3074 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
3076 -(int)getAssociatedFilesCount: (
FSPDFObject*)pdf_object;
3077 -(int)getAssociatedFilesCountWithGraphicsObject: (
FSGraphicsObject*)graphics_object;
3081 -(void)associateFileWithGraphicsObject: (
FSGraphicsObject*)graphics_object mark_content_item_index: (
int)mark_content_item_index current_resource: (
FSPDFObject*)current_resource property_name: (NSString *)property_name file_spec: (
FSFileSpec*)file_spec;
3085 -(void)associateFileWithAnnot: (
FSAnnot*)annot file_spec: (
FSFileSpec*)file_spec;
3086 -(void)removeAssociatedFile: (
FSPDFObject*)pdf_object index: (
int)index;
3087 -(void)removeAssociatedFileWithGraphicsObject: (
FSGraphicsObject*)graphics_object index: (
int)index;
3099 -(id)
init NS_UNAVAILABLE;
3101 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3104 -(id)initWithPath: (NSString *)path;
3105 -(id)initWithOther: (
FSFDFDoc*)other;
3109 -(BOOL)setPDFPath: (NSString *)pdf_path;
3110 -(BOOL)saveAs: (NSString *)file_path;
3114 -(id)initWithBuffer: (NSData *)buffer;
3126 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3129 -(
unsigned long)getSize;
3132 -(void)removeAt: (
unsigned long)index;
3133 -(void)insertAt: (
unsigned long)index element: (
FSMenuList*)element;
3140 @interface FSMenuItemExArray : NSObject
3146 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3148 -(id)initWithOther: (FSMenuItemExArray*)other;
3149 -(
unsigned long)getSize;
3152 -(void)removeAt: (
unsigned long)index;
3153 -(void)insertAt: (
unsigned long)index element: (
FSMenuItemEx*)element;
3165 @property (nonatomic, getter=getLevel)
int level;
3166 @property (nonatomic, weak, getter=getName) NSString * name;
3167 @property (nonatomic, weak, getter=getSub_menu_list_array)
FSMenuListArray* sub_menu_list_array;
3169 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3171 -(id)initWithMenu_list: (
FSMenuList*)menu_list;
3172 -(void)set: (
int)level name: (NSString *)name sub_menu_list_array: (
FSMenuListArray*)sub_menu_list_array;
3182 @property (nonatomic, weak, getter=getItem_name) NSString * item_name;
3183 @property (nonatomic, weak, getter=getReturn_name) NSString * return_name;
3184 @property (nonatomic, getter=getIs_checked) BOOL is_checked;
3185 @property (nonatomic, getter=getIs_enabled) BOOL is_enabled;
3186 @property (nonatomic, weak, getter=getSub_menu_item_array) FSMenuItemExArray* sub_menu_item_array;
3188 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3191 -(void)set: (NSString *)item_name return_name: (NSString *)return_name is_checked: (BOOL)is_checked is_enabled: (BOOL)is_enabled sub_menu_item_array: (FSMenuItemExArray*)sub_menu_item_array;
3201 @property (nonatomic, weak, getter=getCorporation) NSString * corporation;
3202 @property (nonatomic, weak, getter=getEmail) NSString * email;
3203 @property (nonatomic, weak, getter=getLogin_name) NSString * login_name;
3204 @property (nonatomic, weak, getter=getName) NSString * name;
3205 @property (nonatomic, weak, getter=getFirst_name) NSString * first_name;
3206 @property (nonatomic, weak, getter=getLast_name) NSString * last_name;
3207 @property (nonatomic, weak, getter=getTitle) NSString * title;
3208 @property (nonatomic, weak, getter=getDepartment) NSString * department;
3210 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3212 -(id)initWithCorporation: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name first_name: (NSString *)first_name last_name: (NSString *)last_name title: (NSString *)title department: (NSString *)department;
3214 -(void)set: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name first_name: (NSString *)first_name last_name: (NSString *)last_name title: (NSString *)title department: (NSString *)department;
3224 @property (nonatomic, weak, getter=getName) NSString * name;
3225 @property (nonatomic, getter=getPos)
int pos;
3226 @property (nonatomic, weak, getter=getExec) NSString * exec;
3227 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3228 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3229 @property (nonatomic, weak, getter=getTooltip) NSString * tooltip;
3230 @property (nonatomic, weak, getter=getLabel) NSString * label;
3231 @property (nonatomic, weak, getter=getBitmap)
FSBitmap* bitmap;
3233 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3236 -(void)set: (NSString *)name pos: (
int)pos exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked tooltip: (NSString *)tooltip label: (NSString *)label bitmap: (
FSBitmap*)bitmap;
3246 @property (nonatomic, weak, getter=getName) NSString * name;
3247 @property (nonatomic, weak, getter=getUser) NSString * user;
3248 @property (nonatomic, weak, getter=getParent) NSString * parent;
3249 @property (nonatomic, getter=getPos)
int pos;
3250 @property (nonatomic, weak, getter=getPos_str) NSString * pos_str;
3251 @property (nonatomic, weak, getter=getExec) NSString * exec;
3252 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3253 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3255 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3258 -(void)set: (NSString *)name user: (NSString *)user parent: (NSString *)parent pos: (
int)pos pos_str: (NSString *)pos_str exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked;
3269 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3272 -(
unsigned long)getSize;
3275 -(void)removeAt: (
unsigned long)index;
3288 @property (nonatomic, weak, getter=getName) NSString * name;
3289 @property (nonatomic, weak, getter=getItem_id) NSString * item_id;
3290 @property (nonatomic, weak, getter=getType) NSString * type;
3291 @property (nonatomic, weak, getter=getNext_tab) NSString * next_tab;
3292 @property (nonatomic, getter=getWidth)
int width;
3293 @property (nonatomic, getter=getHeight)
int height;
3294 @property (nonatomic, getter=getChar_width)
int char_width;
3295 @property (nonatomic, getter=getChar_height)
int char_height;
3296 @property (nonatomic, weak, getter=getFont) NSString * font;
3297 @property (nonatomic, getter=getBold) BOOL bold;
3298 @property (nonatomic, getter=getItalic) BOOL italic;
3299 @property (nonatomic, weak, getter=getAlignment) NSString * alignment;
3300 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3303 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3306 -(void)set: (NSString *)name item_id: (NSString *)item_id type: (NSString *)type next_tab: (NSString *)next_tab width: (
int)width height: (
int)height char_width: (
int)char_width char_height: (
int)char_height font: (NSString *)font bold: (BOOL)bold italic: (BOOL)italic alignment: (NSString *)alignment align_children: (NSString *)align_children element_array: (
FSDialogDescriptionElementArray*)element_array;
3316 @property (nonatomic, weak, getter=getName) NSString * name;
3317 @property (nonatomic, weak, getter=getFirst_tab) NSString * first_tab;
3318 @property (nonatomic, getter=getWidth)
int width;
3319 @property (nonatomic, getter=getHeight)
int height;
3320 @property (nonatomic, getter=getChar_width)
int char_width;
3321 @property (nonatomic, getter=getChar_height)
int char_height;
3322 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3325 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3328 -(void)set: (NSString *)name first_tab: (NSString *)first_tab width: (
int)width height: (
int)height char_width: (
int)char_width char_height: (
int)char_height align_children: (NSString *)align_children element_array: (
FSDialogDescriptionElementArray*)element_array;
3338 @property (nonatomic, weak, getter=getUsername) NSString * username;
3339 @property (nonatomic, weak, getter=getPassword) NSString * password;
3340 @property (nonatomic, getter=getIs_use_platform_auth) BOOL is_use_platform_auth;
3342 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3345 -(void)set: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
3355 @property (nonatomic, weak, getter=getRequest_url) NSString * request_url;
3356 @property (nonatomic, weak, getter=getRequest_content) NSString * request_content;
3357 @property (nonatomic, weak, getter=getSoap_action) NSString * soap_action;
3358 @property (nonatomic, weak, getter=getSoap_namespace) NSString * soap_namespace;
3359 @property (nonatomic, weak, getter=getSoap_version) NSString * soap_version;
3360 @property (nonatomic, weak, getter=getContent_type) NSString * content_type;
3361 @property (nonatomic, getter=getIs_encode) BOOL is_encode;
3362 @property (nonatomic, getter=getIs_wiredump) BOOL is_wiredump;
3363 @property (nonatomic, weak, getter=getRequest_header) NSString * request_header;
3366 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3369 -(void)set: (NSString *)request_url request_content: (NSString *)request_content soap_action: (NSString *)soap_action soap_namespace: (NSString *)soap_namespace soap_version: (NSString *)soap_version content_type: (NSString *)content_type is_encode: (BOOL)is_encode is_wiredump: (BOOL)is_wiredump request_header: (NSString *)request_header authenticate: (
FSSOAPAuthenticateInfo*)authenticate;
3379 @property (nonatomic, weak, getter=getResponse_header) NSString * response_header;
3380 @property (nonatomic, weak, getter=getResponse_body) NSString * response_body;
3381 @property (nonatomic, weak, getter=getNetwork_error) NSString * network_error;
3382 @property (nonatomic, getter=getStatus_code)
unsigned int status_code;
3384 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3387 -(void)set: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (
unsigned int)status_code;
3437 @property (nonatomic, getter=getIs_show_ui) BOOL is_show_ui;
3438 @property (nonatomic, getter=getIs_reverse) BOOL is_reverse;
3439 @property (nonatomic, getter=getIs_print_as_image) BOOL is_print_as_image;
3440 @property (nonatomic, getter=getIs_print_auto_center) BOOL is_print_auto_center;
3441 @property (nonatomic, getter=getIs_print_auto_rotate) BOOL is_print_auto_rotate;
3442 @property (nonatomic, getter=getIs_simulate_overprinting) BOOL is_simulate_overprinting;
3443 @property (nonatomic, getter=getIs_print_page_border) BOOL is_print_page_border;
3444 @property (nonatomic, weak, getter=getPage_range)
FSRange* page_range;
3446 @property (nonatomic, weak, getter=getPrinter_name) NSString * printer_name;
3447 @property (nonatomic, weak, getter=getOutput_file_name) NSString * output_file_name;
3448 @property (nonatomic, getter=getNum_copies)
int num_copies;
3450 @property (nonatomic, getter=getIs_tile_label) BOOL is_tile_label;
3451 @property (nonatomic, getter=getTile_mark) BOOL tile_mark;
3452 @property (nonatomic, getter=getTile_overlap)
float tile_overlap;
3453 @property (nonatomic, getter=getTile_scale)
float tile_scale;
3457 @property (nonatomic, getter=getNum_pages_h)
int num_pages_h;
3458 @property (nonatomic, getter=getNum_pages_v)
int num_pages_v;
3461 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3507 @property (nonatomic, getter=getHas_close) BOOL has_close;
3508 @property (nonatomic, getter=getHas_title) BOOL has_title;
3509 @property (nonatomic, weak, getter=getTitle) NSString * title;
3511 @property (nonatomic, weak, getter=getRect)
FSRectF* rect;
3513 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3532 @property (nonatomic, getter=getAuto_play) BOOL auto_play;
3533 @property (nonatomic, weak, getter=getBase_url) NSString * base_url;
3534 @property (nonatomic, getter=getBg_color)
unsigned int bg_color;
3535 @property (nonatomic, getter=getBg_opacity)
float bg_opacity;
3536 @property (nonatomic, getter=getDuration)
int duration;
3537 @property (nonatomic, getter=getPage)
int page;
3538 @property (nonatomic, getter=getRepeat)
int repeat;
3539 @property (nonatomic, getter=getShow_ui) BOOL show_ui;
3540 @property (nonatomic, getter=getIs_visible) BOOL is_visible;
3541 @property (nonatomic, getter=getVolume)
int volume;
3543 @property (nonatomic, weak, getter=getFloating_wnd_info)
FSFloatingInfo* floating_wnd_info;
3545 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3548 -(void)set: (BOOL)auto_play base_url: (NSString *)base_url bg_color: (
unsigned int)bg_color bg_opacity: (
float)bg_opacity duration: (
int)duration page: (
int)page repeat: (
int)repeat show_ui: (BOOL)show_ui is_visible: (BOOL)is_visible volume: (
int)volume window_type: (
FSMediaSettingsPlayerWindowType)window_type floating_wnd_info: (
FSFloatingInfo*)floating_wnd_info;
3558 @property (nonatomic, weak, getter=getDoc)
FSPDFDoc* doc;
3559 @property (nonatomic, weak, getter=getScreen_annot)
FSScreen* screen_annot;
3560 @property (nonatomic, weak, getter=getRendition)
FSRendition* rendition;
3561 @property (nonatomic, weak, getter=getURL) NSString * uRL;
3562 @property (nonatomic, weak, getter=getAudio_format) NSString * audio_format;
3565 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3568 -(void)set: (
FSPDFDoc*)doc screen_annot: (
FSScreen*)screen_annot rendition: (
FSRendition*)rendition URL: (NSString *)URL audio_format: (NSString *)audio_format player_settings: (
FSMediaSettings*)player_settings;
3584 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
3585 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
3586 @property (nonatomic, getter=getIs_search_bookmarks) BOOL is_search_bookmarks;
3587 @property (nonatomic, getter=getIs_search_in_markup) BOOL is_search_in_markup;
3588 @property (nonatomic, getter=getIs_search_in_attachments) BOOL is_search_in_attachments;
3589 @property (nonatomic, getter=getIs_ignore_accents) BOOL is_ignore_accents;
3590 @property (nonatomic, getter=getIs_proximity) BOOL is_proximity;
3591 @property (nonatomic, getter=getIs_stemming) BOOL is_stemming;
3592 @property (nonatomic, getter=getIs_ignore_full_width) BOOL is_ignore_full_width;
3593 @property (nonatomic, getter=getMax_docs)
int max_docs;
3595 @property (nonatomic, getter=getIs_search_doc_text) BOOL is_search_doc_text;
3597 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3600 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive is_search_bookmarks: (BOOL)is_search_bookmarks is_search_in_marup: (BOOL)is_search_in_marup is_search_in_attachments: (BOOL)is_search_in_attachments is_ignore_accents: (BOOL)is_ignore_accents is_proximity: (BOOL)is_proximity is_stemming: (BOOL)is_stemming is_ignore_full_width: (BOOL)is_ignore_full_width max_docs: (
int)max_docs word_matching: (
FSSearchOptionWordMatching)word_matching is_search_doc_text: (BOOL)is_search_doc_text;
3610 @property (nonatomic, weak, getter=getName) NSString * name;
3611 @property (nonatomic, getter=getIs_available) BOOL is_available;
3612 @property (nonatomic, weak, getter=getPath) NSString * path;
3613 @property (nonatomic, getter=getIs_selected) BOOL is_selected;
3615 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3618 -(void)set: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
3721 @property (nonatomic, weak, getter=getTitle) NSString * title;
3722 @property (nonatomic, getter=getColor)
unsigned int color;
3723 @property (nonatomic, getter=getStyle)
unsigned int style;
3724 @property (nonatomic, weak, getter=getAction)
FSAction* action;
3725 -(id)
init NS_UNAVAILABLE;
3727 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3737 -(BOOL)removeAction;
3739 -(BOOL)isFirstChild;
3748 -(id)
init NS_UNAVAILABLE;
3750 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3755 -(NSString *)getKey: (
int)index;
3756 -(
FSFileSpec*)getEmbeddedFile: (NSString *)key;
3757 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (
FSFileSpec*)file_spec;
3758 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (
FSFileSpec*)file_spec;
3759 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
3760 -(BOOL)removeEmbeddedFile: (NSString *)key;
3762 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
3770 @property (nonatomic, weak, getter=getFileName) NSString * fileName;
3772 @property (nonatomic, weak, getter=getDescription) NSString * description;
3773 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
3774 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
3775 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3776 @property (nonatomic, weak, getter=getChecksum) NSData * checksum;
3777 -(id)
init NS_UNAVAILABLE;
3779 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3780 -(id)initWithDocument: (
FSPDFDoc*)document;
3784 -(
long long)getFileSize;
3785 -(
long long)getCompressedEmbeddedFileSize;
3787 -(BOOL)embed: (NSString *)file_path;
3788 -(BOOL)embedWithPDFObject: (
FSPDFObject*)pdf_object;
3792 -(BOOL)exportToFile: (NSString *)path;
3805 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3808 -(
unsigned long)getSize;
3811 -(void)removeAt: (
unsigned long)index;
3812 -(void)insertAt: (
unsigned long)index element: (
FSLayerNode*)element;
3824 @property (nonatomic, getter=getMin_factor)
float min_factor;
3825 @property (nonatomic, getter=getMax_factor)
float max_factor;
3827 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3829 -(id)initWithMin_factor: (
float)min_factor max_factor: (
float)max_factor;
3831 -(void)set: (
float)min_factor max_factor: (
float)max_factor;
3844 -(id)
init NS_UNAVAILABLE;
3846 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3847 -(id)initWithDocument: (
FSPDFDoc*)document;
3864 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3867 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3885 -(id)
init NS_UNAVAILABLE;
3887 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3897 -(BOOL)setVisible: (
FSLayerNode*)layer is_visible: (BOOL)is_visible;
3904 -(id)
init NS_UNAVAILABLE;
3906 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3911 -(BOOL)removeChild: (
int)index;
3912 -(BOOL)moveTo: (
FSLayerNode*)parent_layer_node index: (
int)index;
3913 -(
FSLayerNode*)addChild: (
int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
3917 -(BOOL)hasIntent: (NSString *)intent;
3923 -(BOOL)setName: (NSString *)name;
3924 -(BOOL)setDefaultVisible: (BOOL)is_visible;
3944 -(id)
init NS_UNAVAILABLE;
3946 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3947 -(void)onTimer: (
int)timer;
4068 -(id)
init NS_UNAVAILABLE;
4070 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4072 -(id)initWithOther: (
FSFiller*)other;
4075 -(BOOL)onLButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4076 -(BOOL)onLButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4077 -(BOOL)onLButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4078 -(BOOL)onMouseMove: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4079 -(BOOL)onMouseEnter: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4080 -(BOOL)onMouseHover: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4081 -(BOOL)onMouseLeave: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4082 -(BOOL)onMouseWheel: (
FSPDFPage*)page point: (
FSPointF*)point delta: (
int)delta flags: (
unsigned int)flags;
4083 -(BOOL)onRButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4084 -(BOOL)onRButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4085 -(BOOL)onRButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4086 -(BOOL)onWheelButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4087 -(BOOL)onWheelButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4088 -(BOOL)onWheelButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4089 -(BOOL)onKeyDown: (
unsigned int)key_code flags: (
unsigned int)flags;
4090 -(BOOL)onKeyUp: (
unsigned int)key_code flags: (
unsigned int)flags;
4091 -(BOOL)onChar: (
unsigned int)char_code flags: (
unsigned int)flags;
4094 -(void)highlightFormFields: (BOOL)is_highlight;
4095 -(void)highlightFormFieldsAndSignatures: (BOOL)is_highlight is_sign_highlight: (BOOL)is_sign_highlight;
4096 -(void)setHighlightColor: (
unsigned int)color;
4097 -(void)showOverflowIndicator: (BOOL)is_show_overflow_indicator;
4115 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4118 -(
unsigned long)getSize;
4119 -(
FSField*)getAt: (
unsigned long)index;
4120 -(void)add: (
FSField*)element;
4121 -(void)removeAt: (
unsigned long)index;
4122 -(void)insertAt: (
unsigned long)index element: (
FSField*)element;
4134 @property (nonatomic, weak, getter=getOption_value) NSString * option_value;
4135 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
4136 @property (nonatomic, getter=getSelected) BOOL selected;
4137 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
4139 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4141 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4143 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4154 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4157 -(
unsigned long)getSize;
4160 -(void)removeAt: (
unsigned long)index;
4161 -(void)insertAt: (
unsigned long)index element: (
FSChoiceOption*)element;
4199 @property (nonatomic, getter=getFlags)
unsigned int flags;
4200 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
4201 @property (nonatomic, weak, getter=getValue) NSString *
value;
4203 @property (nonatomic, weak, getter=getAlternateName) NSString * alternateName;
4205 @property (nonatomic, weak, getter=getMappingName) NSString * mappingName;
4206 @property (nonatomic, getter=getMaxLength)
int maxLength;
4208 @property (nonatomic, getter=getTopVisibleIndex)
int topVisibleIndex;
4210 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4212 -(id)initWithField: (
FSField*)field;
4215 -(NSString *)getName;
4216 -(int)getControlCount;
4218 -(int)getControlCountWithPDFPage: (
FSPDFPage*)page;
4224 -(
FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
4233 @property (nonatomic, weak, getter=getFieldsInCalculationOrder)
FSFieldArray* fieldsInCalculationOrder;
4234 -(id)
init NS_UNAVAILABLE;
4236 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4237 -(id)initWithDocument: (
FSPDFDoc*)document;
4238 -(id)initWithOther: (
FSForm*)other;
4240 -(BOOL)needConstructAppearances;
4241 -(void)setConstructAppearances: (BOOL)need_construct;
4245 -(BOOL)validateFieldName: (
FSFieldType)type field_name: (NSString *)field_name;
4246 -(BOOL)renameField: (
FSField*)field new_field_name: (NSString *)new_field_name;
4248 -(BOOL)moveControl: (
FSControl*)control field_name: (NSString *)field_name;
4249 -(void)removeField: (
FSField*)field;
4250 -(void)removeControl: (
FSControl*)control;
4251 -(int)getFieldCount: (NSString *)filter;
4252 -(
FSField*)getField: (
int)index filter: (NSString *)filter;
4253 -(int)getControlCount: (
FSPDFPage*)page;
4257 -(BOOL)exportToXML: (NSString *)file_path;
4258 -(BOOL)exportToXMLWithFieldArray: (NSString *)file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
4260 -(BOOL)importFromXML: (NSString *)file_path;
4261 -(BOOL)exportToCSV: (NSString *)csv_file_path pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4262 -(BOOL)exportToCSVWithStreamCallback: (
id<
FSFileStreamCallback>)csv_file pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4263 -(BOOL)exportToHTML: (NSString *)html_file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
4265 -(BOOL)exportToTXT: (NSString *)txt_file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
4268 -(void)fixPageFields: (
int)page_index;
4275 @property (nonatomic, weak, getter=getExportValue) NSString * exportValue;
4278 -(id)
init NS_UNAVAILABLE;
4280 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4288 -(void)setChecked: (BOOL)checked_status;
4289 -(BOOL)isDefaultChecked;
4290 -(void)setDefaultChecked: (BOOL)checked_status;
4302 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4305 -(
unsigned long)getSize;
4308 -(void)removeAt: (
unsigned long)index;
4309 -(void)insertAt: (
unsigned long)index element: (
FSSignature*)element;
4419 @property (nonatomic, getter=getAppearanceFlags)
unsigned int appearanceFlags;
4420 @property (nonatomic, weak, getter=getSignTime)
FSDateTime* signTime;
4421 @property (nonatomic, weak, getter=getFilter) NSString * filter;
4422 @property (nonatomic, weak, getter=getSubFilter) NSString * subFilter;
4423 @property (nonatomic, weak, getter=getBitmap)
FSBitmap* bitmap;
4425 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4426 -(id)initWithField: (
FSField*)field;
4432 -(NSArray<NSString *> *)getFieldMDPActionFields;
4433 -(void)enableIncrementalSaveForFirstSigning: (BOOL)enable_incremental_save;
4438 -(NSString *)getCertificateInfo: (NSString *)key;
4439 -(
unsigned int)getState;
4440 -(BOOL)clearSignedData;
4442 -(
FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
4443 -(void)setAppearanceContent: (NSString *)appearance_content;
4448 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index;
4449 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (
int)frame_index;
4451 -(void)setDefaultContentsLength: (
unsigned int)default_length;
4453 -(NSString *)getCert: (
int)index;
4454 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
4458 -(void)setCustomObject: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object;
4460 -(BOOL)generateAppearance;
4462 -(void)enableEmbedFont: (BOOL)enable_embed_font;
4488 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4491 +(int)getServerCount;
4495 +(void)setDefaultServerWithIndex: (
int)index;
4497 +(
FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
4498 +(void)removeServerWithIndex: (
int)index;
4518 -(id)
init NS_UNAVAILABLE;
4520 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4550 @property (nonatomic, getter=getOffset)
float offset;
4551 @property (nonatomic, getter=getFirst_page_percent)
float first_page_percent;
4552 @property (nonatomic, getter=getIs_on_perforation) BOOL is_on_perforation;
4554 @property (nonatomic, getter=getIs_display_multiple_seal) BOOL is_display_multiple_seal;
4555 @property (nonatomic, getter=getPage_count_for_each_seal)
int page_count_for_each_seal;
4556 -(id)
init NS_UNAVAILABLE;
4558 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4559 -(id)initWithPaging_seal_position: (
FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (
float)offset first_page_percent: (
float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (
FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (
int)page_count_for_each_seal;
4560 -(void)set: (
FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (
float)offset first_page_percent: (
float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (
FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (
int)page_count_for_each_seal;
4574 -(id)
init NS_UNAVAILABLE;
4576 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4593 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4601 -(long)insertGraphicsObject: (
long)position_insert_after graphics_object: (
FSGraphicsObject*)graphics_object;
4603 -(BOOL)removeGraphicsObjectByPosition: (
long)position;
4604 -(long)moveGraphicsObjectByPosition: (
long)current_position position_move_after: (
long)position_move_after;
4657 @property (nonatomic, getter=getUserUnitSize)
float userUnitSize;
4658 -(id)
init NS_UNAVAILABLE;
4660 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4671 -(
FSMatrix2D*)getDisplayMatrix: (
int)left top: (
int)top width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
4673 -(int)getAnnotCount;
4674 -(
FSAnnot*)getAnnot: (
int)index;
4675 -(
FSAnnot*)getAnnotAtPoint: (
FSPointF*)position tolerance: (
float)tolerance;
4681 -(BOOL)removeAnnot: (
FSAnnot*)annot;
4682 -(void)moveAnnotToFirst: (
FSAnnot*)annot;
4683 -(void)moveAnnotToLast: (
FSAnnot*)annot;
4684 -(void)moveAnnotToPrev: (
FSAnnot*)annot;
4685 -(void)moveAnnotToNext: (
FSAnnot*)annot;
4686 -(void)updateAnnotList;
4687 -(BOOL)hasTransparency;
4688 -(BOOL)flatten: (BOOL)for_display options: (
unsigned int)options;
4689 -(BOOL)flattenAnnot: (
FSAnnot*)annot;
4690 -(BOOL)setAnnotGroup: (
FSMarkupArray*)annot_array header_index: (
int)header_index;
4692 -(
FSSignature*)addSignatureWithFieldName: (
FSRectF*)rect field_name: (NSString *)field_name;
4695 -(BOOL)hasWatermark;
4696 -(BOOL)removeAllWatermarks;
4697 -(void)setSize: (
float)width height: (
float)height;
4701 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path need_transform_annotations: (BOOL)need_transform_annotations;
4703 -(void)setClipRect: (
FSRectF*)clip_rect;
4704 -(void)setThumbnail: (
FSBitmap*)thumbnail;
4711 -(BOOL)addImage: (
FSImage*)image frame_index: (
int)frame_index position: (
FSPointF*)position width: (
float)width height: (
float)height auto_generate_content: (BOOL)auto_generate_content;
4712 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (
FSPointF*)position width: (
float)width height: (
float)height auto_generate_content: (BOOL)auto_generate_content;
4717 -(
FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
4718 -(void)clearRenderCache;
4720 -(BOOL)addText: (NSString *)text rect: (
FSRectF*)rect style: (
FSRichTextStyle*)style disable_embed_font: (BOOL)disable_embed_font;
4721 -(
FSRectF*)addTextWithRotation: (NSString *)text rect: (
FSRectF*)rect style: (
FSRichTextStyle*)style rotation: (
int)rotation disable_embed_font: (BOOL)disable_embed_font;
4732 @property (nonatomic, getter=getStart_number)
int start_number;
4733 @property (nonatomic, getter=getEnd_number)
int end_number;
4736 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4737 -(id)initWithStart_number: (
int)start_number end_number: (
int)end_number filter: (
FSRangeFilter)filter;
4740 -(void)set: (
int)start_number end_number: (
int)end_number filter: (
FSRangeFilter)filter;
4750 @property (nonatomic, weak, getter=getHeader_left_content) NSString * header_left_content;
4751 @property (nonatomic, weak, getter=getHeader_center_content) NSString * header_center_content;
4752 @property (nonatomic, weak, getter=getHeader_right_content) NSString * header_right_content;
4753 @property (nonatomic, weak, getter=getFooter_left_content) NSString * footer_left_content;
4754 @property (nonatomic, weak, getter=getFooter_center_content) NSString * footer_center_content;
4755 @property (nonatomic, weak, getter=getFooter_right_content) NSString * footer_right_content;
4757 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4758 -(id)initWithHeader_left_content: (NSString *)header_left_content header_center_content: (NSString *)header_center_content header_right_content: (NSString *)header_right_content footer_left_content: (NSString *)footer_left_content footer_center_content: (NSString *)footer_center_content footer_right_content: (NSString *)footer_right_content;
4761 -(void)set: (NSString *)header_left_content header_center_content: (NSString *)header_center_content header_right_content: (NSString *)header_right_content footer_left_content: (NSString *)footer_left_content footer_center_content: (NSString *)footer_center_content footer_right_content: (NSString *)footer_right_content;
4771 @property (nonatomic, weak, getter=getFont)
FSFont* font;
4772 @property (nonatomic, getter=getText_size)
float text_size;
4773 @property (nonatomic, getter=getText_color)
unsigned int text_color;
4775 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
4776 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
4777 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
4778 @property (nonatomic, getter=getStart_page_number)
int start_page_number;
4780 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
4781 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
4782 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
4784 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4785 -(id)initWithFont: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color page_range: (
FSPageNumberRange*)page_range page_margin: (
FSRectF*)page_margin has_text_shrinked: (BOOL)has_text_shrinked has_fixedsize_for_print: (BOOL)has_fixedsize_for_print start_page_number: (
int)start_page_number content: (
FSHeaderFooterContent*)content is_to_embed_font: (BOOL)is_to_embed_font is_underline: (BOOL)is_underline;
4788 -(void)set: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color page_range: (
FSPageNumberRange*)page_range page_margin: (
FSRectF*)page_margin has_text_shrinked: (BOOL)has_text_shrinked has_fixedsize_for_print: (BOOL)has_fixedsize_for_print start_page_number: (
int)start_page_number content: (
FSHeaderFooterContent*)content is_to_embed_font: (BOOL)is_to_embed_font is_underline: (BOOL)is_underline;
4827 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4833 -(void)addString: (NSString *)new_string;
4846 @property (nonatomic, getter=getRow_space)
float row_space;
4847 @property (nonatomic, getter=getCol_space)
float col_space;
4848 @property (nonatomic, getter=getRotation)
float rotation;
4849 @property (nonatomic, getter=getOpacity)
int opacity;
4850 @property (nonatomic, getter=getScale)
int scale;
4852 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4853 -(id)initWithRow_space: (
float)row_space col_space: (
float)col_space rotation: (
float)rotation opacity: (
int)opacity scale: (
int)scale;
4856 -(void)set: (
float)row_space col_space: (
float)col_space rotation: (
float)rotation opacity: (
int)opacity scale: (
int)scale;
4866 @property (nonatomic, getter=getVersion)
int version;
4867 @property (nonatomic, weak, getter=getType) NSString * type;
4868 @property (nonatomic, weak, getter=getApp_id) NSString * app_id;
4869 @property (nonatomic, weak, getter=getUri) NSString * uri;
4870 @property (nonatomic, weak, getter=getDescription) NSString * description;
4872 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4874 -(id)initWithVersion: (
int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4876 -(void)set: (
int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4886 @property (nonatomic, getter=getVersion)
float version;
4887 @property (nonatomic, weak, getter=getCrypto_filter) NSString * crypto_filter;
4888 @property (nonatomic, weak, getter=getFile_name) NSString * file_name;
4889 @property (nonatomic, getter=getFile_size)
long long file_size;
4890 @property (nonatomic, weak, getter=getDescription) NSString * description;
4892 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4894 -(id)initWithVersion: (
float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (
long long)file_size description: (NSString *)description;
4896 -(void)set: (
float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (
long long)file_size description: (NSString *)description;
4906 @property (nonatomic, getter=getWidth)
float width;
4907 @property (nonatomic, getter=getHeight)
float height;
4910 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4911 -(id)initWithWidth: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
4914 -(void)set: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
4924 @property (nonatomic, weak, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
4925 @property (nonatomic, weak, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
4927 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4939 @property (nonatomic, weak, getter=getTitle) NSString * title;
4940 @property (nonatomic, weak, getter=getBookmark_level_array)
FSInt32Array* bookmark_level_array;
4941 @property (nonatomic, getter=getIs_show_serial_number) BOOL is_show_serial_number;
4942 @property (nonatomic, getter=getInclude_toc_pages) BOOL include_toc_pages;
4944 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4945 -(id)initWithTitle: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array is_show_serial_number: (BOOL)is_show_serial_number include_toc_pages: (BOOL)include_toc_pages;
4947 -(void)set: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array is_show_serial_number: (BOOL)is_show_serial_number include_toc_pages: (BOOL)include_toc_pages;
5033 @property (nonatomic, getter=getFileVersion)
int fileVersion;
5035 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5037 -(id)initWithPath: (NSString *)path;
5039 -(id)initWithOther: (
FSPDFDoc*)other;
5041 -(
unsigned long long)getFileSize;
5042 -(BOOL)isLinearized;
5048 -(int)getFirstAvailPageIndex;
5051 -(void)clearRenderCache;
5055 -(BOOL)isUserPassword: (NSString *)password;
5056 -(BOOL)isOwnerPassword: (NSString *)password;
5057 -(NSString *)getUserPassword: (NSString *)owner_password;
5063 -(BOOL)saveAs: (NSString *)file_path save_flags: (
unsigned int)save_flags;
5068 -(int)getBookmarkLevelDepth;
5069 -(BOOL)removeBookmark: (
FSBookmark*)bookmark;
5071 -(BOOL)hasHeaderFooter;
5075 -(BOOL)removeAllHeaderFooters;
5083 -(
FSPDFObject*)getIndirectObject: (
unsigned int)object_number;
5084 -(
unsigned int)addIndirectObject: (
FSPDFObject*)pdf_object;
5085 -(void)deleteIndirectObject: (
unsigned int)object_number;
5086 -(
unsigned int)getUserPermissions;
5090 -(
long long)getWrapperOffset;
5093 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (
FSWrapperData*)wrapper_data user_permissions: (
unsigned int)user_permissions owner_password: (NSString *)owner_password;
5094 -(
FSProgressive*)startSaveAsPayloadFile: (NSString *)file_path payload_file_path: (NSString *)payload_file_path crypto_filter: (NSString *)crypto_filter description: (NSString *)description version: (
float)version save_flags: (
unsigned int)save_flags pause: (
id<
FSPauseCallback>)pause;
5096 -(int)getReadingBookmarkCount;
5098 -(
FSReadingBookmark*)insertReadingBookmark: (
int)reading_bookmark_index title: (NSString *)title dest_page_index: (
int)dest_page_index;
5100 -(int)getSignatureCount;
5103 -(
FSPDFPage*)insertPage: (
int)index width: (
float)width height: (
float)height;
5105 -(
FSPDFPage*)addPageFromTemplate: (NSString *)template_name;
5106 -(BOOL)hidePageTemplate: (NSString *)template_name;
5107 -(BOOL)removePage: (
int)index;
5108 -(BOOL)removePageWithPDFPage: (
FSPDFPage*)page;
5109 -(BOOL)movePageTo: (
FSPDFPage*)page dest_index: (
int)dest_index;
5110 -(BOOL)movePagesTo: (
FSRange*)page_range dest_index: (
int)dest_index;
5111 -(
FSProgressive*)startImportPagesFromFilePath: (
int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password flags: (
unsigned int)flags layer_name: (NSString *)layer_name page_range: (
FSRange*)page_range pause: (
id<
FSPauseCallback>)pause;
5115 -(void)insertDocument: (
int)dest_index src_doc: (
FSPDFDoc*)src_doc options: (
unsigned int)options;
5116 -(BOOL)importFromFDF: (
FSFDFDoc*)fdf_doc types: (
int)types page_range: (
FSRange*)page_range;
5117 -(BOOL)exportToFDF: (
FSFDFDoc*)fdf_doc types: (
int)types page_range: (
FSRange*)page_range;
5118 -(BOOL)exportAnnotToFDF: (
FSAnnot*)pdf_annot fdf_doc: (
FSFDFDoc*)fdf_doc;
5119 -(BOOL)exportFormFieldsToFDF: (
FSFieldArray*)field_array is_include: (BOOL)is_include fdf_doc: (
FSFDFDoc*)fdf_doc;
5120 -(NSString *)getHeader;
5123 -(BOOL)removeSecurity;
5125 -(
FSFont*)getFont: (
int)index;
5127 -(BOOL)setOpenAction: (
FSAction*)action;
5128 -(BOOL)removeOpenAction;
5129 -(BOOL)doJSOpenAction;
5134 -(void)addTableOfContents: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array;
5136 -(void)setCacheFile: (
id<
FSFileStreamCallback>)file_stream is_own_file_stream: (BOOL)is_own_file_stream;
5138 -(NSString *)getPageText: (
int)page_index;
5145 -(id)initWithBuffer: (NSData *)buffer;
5152 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
5153 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
5154 -(id)
init NS_UNAVAILABLE;
5156 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5157 -(id)initWithDocument: (
FSPDFDoc*)document;
5160 -(BOOL)hasKey: (NSString *)key;
5161 -(NSArray<NSString *> *)getValues: (NSString *)key;
5162 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
5163 -(NSArray<NSString *> *)getCustomerKeys;
5164 -(void)removeCustomerKey: (NSString *)key;
5186 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
5192 @property (nonatomic, getter=getPrintCopies)
int printCopies;
5193 @property (nonatomic, weak, getter=getPrintRange)
FSRange* printRange;
5194 -(id)
init NS_UNAVAILABLE;
5196 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5218 -(id)
init NS_UNAVAILABLE;
5220 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5221 -(id)initWithDocument: (
FSPDFDoc*)document;
5224 -(NSString *)getPageLabelTitle: (
int)page_index;
5225 -(BOOL)hasPageLabel: (
int)page_index;
5227 -(NSString *)getPageLabelPrefix: (
int)page_index;
5228 -(int)getPageLabelStart: (
int)page_index;
5229 -(void)setPageLabel: (
int)page_index label_style: (
FSPageLabelsStyle)label_style first_label_number: (
int)first_label_number prefix_string: (NSString *)prefix_string;
5230 -(void)removePageLabel: (
int)page_index;
5241 -(id)
init NS_UNAVAILABLE;
5243 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5244 -(id)initWithBitmap: (
FSBitmap*)bitmap simulate: (BOOL)simulate;
5245 -(id)initWithWidth: (
int)width height: (
int)height simulate: (BOOL)simulate;
5246 -(id)initWithOther: (
FSPSI*)other;
5249 -(void)setColor: (
unsigned int)color;
5250 -(void)setDiameter: (
int)diameter;
5251 -(void)setOpacity: (
float)opacity;
5262 @property (nonatomic, weak, getter=getTitle) NSString * title;
5263 @property (nonatomic, getter=getPageIndex)
int pageIndex;
5264 -(id)
init NS_UNAVAILABLE;
5266 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5269 -(
FSDateTime*)getDateTime: (BOOL)is_creation_date;
5270 -(void)setDateTime: (
FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
5283 -(id)
init NS_UNAVAILABLE;
5285 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5289 -(void)setScreenSize: (
float)width height: (
float)height;
5290 -(void)setScreenMargin: (
int)left top: (
int)top right: (
int)right bottom: (
int)bottom;
5291 -(void)setZoom: (
int)zoom;
5292 -(void)setParseFlags: (
unsigned int)flags;
5293 -(void)setLineSpace: (
float)line_space;
5294 -(void)setImageScale: (
float)image_scale;
5295 -(void)setTopSpace: (
float)top_space;
5299 -(
FSMatrix2D*)getDisplayMatrix: (
float)offset_x offset_y: (
float)offset_y width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
5301 -(
FSPointF*)getFocusPosition: (
FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
5313 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
5314 @property (nonatomic, getter=getSelected) BOOL selected;
5316 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5318 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
5320 -(void)set: (NSString *)option_label selected: (BOOL)selected;
5331 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5334 -(
unsigned long)getSize;
5337 -(void)removeAt: (
unsigned long)index;
5561 -(id)
init NS_UNAVAILABLE;
5563 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5565 -(id)initWithDocument: (
FSPDFDoc*)document;
5566 -(id)initWithOther: (
FSXFADoc*)other;
5574 -(void)setPDFPath: (NSString *)pdf_file_path;
5575 -(BOOL)importData: (NSString *)file_path;
5578 -(void)flattenTo: (NSString *)output_file_path;
5583 -(
FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5590 -(id)
init NS_UNAVAILABLE;
5592 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5595 -(
FSMatrix2D*)getDisplayMatrix: (
int)left top: (
int)top width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
5602 -(
FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
5676 @property (nonatomic, weak, getter=getValue) NSString *
value;
5677 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
5678 -(id)
init NS_UNAVAILABLE;
5680 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5691 -(void)setCheckState: (BOOL)is_checked;
5693 -(BOOL)isSupportMultiline;
5694 -(BOOL)isSupportMultiSelect;
5696 -(BOOL)onMouseEnter;
5698 -(BOOL)onLButtonDown: (
FSPointF*)point flags: (
unsigned int)flags;
5699 -(BOOL)onLButtonUp: (
FSPointF*)point flags: (
unsigned int)flags;
5700 -(BOOL)onLButtonDoubleClick: (
FSPointF*)point flags: (
unsigned int)flags;
5701 -(BOOL)onMouseMove: (
FSPointF*)point flags: (
unsigned int)flags;
5702 -(BOOL)onRButtonDown: (
FSPointF*)point flags: (
unsigned int)flags;
5703 -(BOOL)onRButtonUp: (
FSPointF*)point flags: (
unsigned int)flags;
5704 -(BOOL)onKeyDown: (
unsigned int)key_code flags: (
unsigned int)flags;
5705 -(BOOL)onKeyUp: (
unsigned int)key_code flags: (
unsigned int)flags;
5706 -(BOOL)onChar: (
int)input_char flags: (
unsigned int)flags;
5713 -(NSString *)getToolTip;
5715 -(void)setImage: (
FSImage*)image;
5716 -(BOOL)isAllowRichText;
5719 -(BOOL)validateValue: (NSString *)value format: (NSString *)format;
5720 -(NSString *)getJavaScript;
5727 -(id)
init NS_UNAVAILABLE;
5729 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5730 -(id)initWithXfa_widget: (
FSXFAWidget*)xfa_widget;
5741 -(BOOL)paste: (NSString *)text;
5776 @property (nonatomic, weak, getter=getFont)
FSFont* font;
5778 @property (nonatomic, getter=getFont_size)
float font_size;
5779 @property (nonatomic, getter=getOrigin_x)
float origin_x;
5780 @property (nonatomic, getter=getOrigin_y)
float origin_y;
5781 @property (nonatomic, weak, getter=getChar_box)
FSRectF* char_box;
5782 @property (nonatomic, weak, getter=getChar_outbox)
FSRectF* char_outbox;
5783 @property (nonatomic, weak, getter=getMatrix)
FSMatrix2D* matrix;
5785 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5806 -(id)
init NS_UNAVAILABLE;
5808 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5809 -(id)initWithPage: (
FSPDFPage*)page flags: (
int)flags;
5814 -(NSString *)getChars: (
int)start count: (
int)count;
5815 -(int)getIndexAtPos: (
float)x y: (
float)y tolerance: (
float)tolerance;
5816 -(NSString *)getTextInRect: (
FSRectF*)rect;
5818 -(
FSRange*)getWordAtPos: (
float)x y: (
float)y tolerance: (
float)tolerance;
5819 -(int)getTextRectCount: (
int)start count: (
int)count;
5820 -(
FSRectF*)getTextRect: (
int)rect_index;
5821 -(
FSRotation)getBaselineRotation: (
int)rect_index;
5824 -(NSString *)getTextUnderAnnot: (
FSAnnot*)annot;
5839 -(id)
init NS_UNAVAILABLE;
5841 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5844 -(id)initWithText_page: (
FSTextPage*)text_page;
5845 -(id)initWithAnnot: (
FSAnnot*)annot;
5848 -(BOOL)setPattern: (NSString *)key_words;
5849 -(BOOL)setStartPage: (
int)page_index;
5850 -(BOOL)setEndPage: (
int)page_index;
5851 -(BOOL)setStartCharacter: (
int)char_index;
5852 -(BOOL)setSearchFlags: (
unsigned int)search_flags;
5868 -(id)
init NS_UNAVAILABLE;
5870 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5883 -(id)
init NS_UNAVAILABLE;
5885 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5904 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5919 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5920 @property (nonatomic, getter=getUser_permissions)
unsigned int user_permissions;
5922 @property (nonatomic, getter=getKey_length)
int key_length;
5924 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5925 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (
unsigned int)user_permissions cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length;
5928 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (
unsigned int)user_permissions cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length;
5941 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5944 -(BOOL)initialize: (
FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
5945 -(BOOL)initializeW: (
FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
5946 -(void)setAES256ModifyFlags: (
unsigned int)modify_flags;
5957 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5959 @property (nonatomic, weak, getter=getEnvelopes) NSArray<NSData *> * envelopes;
5961 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5962 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (
FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
5972 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5986 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5987 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
5989 @property (nonatomic, getter=getKey_length)
int key_length;
5990 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
5991 @property (nonatomic, getter=getUser_permissions)
unsigned int user_permissions;
5993 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5994 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata sub_filter: (NSString *)sub_filter cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length is_owner: (BOOL)is_owner user_permissions: (
unsigned int)user_permissions;
5997 -(void)set: (BOOL)is_encrypt_metadata sub_filter: (NSString *)sub_filter cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length is_owner: (BOOL)is_owner user_permissions: (
unsigned int)user_permissions;
6004 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6007 -(NSString *)getDRMValue: (NSString *)key;
6008 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
6010 -(BOOL)initialize: (
FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSData *)initial_key;
6021 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6022 @property (nonatomic, weak, getter=getFilter) NSString * filter;
6023 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
6025 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6026 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6029 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6036 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6050 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6051 @property (nonatomic, weak, getter=getPublish_license) NSString * publish_license;
6052 @property (nonatomic, weak, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
6053 @property (nonatomic, getter=getIrm_version)
float irm_version;
6055 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6056 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (
float)irm_version;
6059 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (
float)irm_version;
6066 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6094 -(id)
init NS_UNAVAILABLE;
6096 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6105 -(BOOL)adjustStructureOrder: (
FSAnnotArray*)annot_array;
6112 -(id)
init NS_UNAVAILABLE;
6114 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6145 @property (nonatomic, getter=getPosition) FSPosition position;
6146 @property (nonatomic, getter=getOffset_x)
float offset_x;
6147 @property (nonatomic, getter=getOffset_y)
float offset_y;
6148 @property (nonatomic, getter=getFlags)
unsigned int flags;
6149 @property (nonatomic, getter=getScale_x)
float scale_x;
6150 @property (nonatomic, getter=getScale_y)
float scale_y;
6151 @property (nonatomic, getter=getRotation)
float rotation;
6152 @property (nonatomic, getter=getOpacity)
int opacity;
6154 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6155 -(id)initWithPosition: (FSPosition)position offset_x: (
float)offset_x offset_y: (
float)offset_y flags: (
unsigned int)flags scale_x: (
float)scale_x scale_y: (
float)scale_y rotation: (
float)rotation opacity: (
int)opacity;
6158 -(void)set: (FSPosition)position offset_x: (
float)offset_x offset_y: (
float)offset_y flags: (
unsigned int)flags scale_x: (
float)scale_x scale_y: (
float)scale_y rotation: (
float)rotation opacity: (
int)opacity;
6173 @property (nonatomic, getter=getFont_size)
float font_size;
6174 @property (nonatomic, getter=getColor)
unsigned int color;
6176 @property (nonatomic, getter=getLine_space)
float line_space;
6178 @property (nonatomic, weak, getter=getFont)
FSFont* font;
6180 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6191 -(id)
init NS_UNAVAILABLE;
6193 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6194 -(id)initWithDocument: (
FSPDFDoc*)document;
6216 @property (nonatomic, getter=getLine_width)
float line_width;
6217 @property (nonatomic, getter=getColor)
unsigned int color;
6218 @property (nonatomic, getter=getDash_phase)
float dash_phase;
6221 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6236 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6239 -(
unsigned long)getSize;
6242 -(void)removeAt: (
unsigned long)index;
6243 -(void)insertAt: (
unsigned long)index element: (
FSTableCellData*)element;
6256 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6259 -(
unsigned long)getSize;
6262 -(void)removeAt: (
unsigned long)index;
6276 @property (nonatomic, getter=getCell_fill_color)
unsigned int cell_fill_color;
6277 @property (nonatomic, weak, getter=getCell_text) NSString * cell_text;
6278 @property (nonatomic, weak, getter=getCell_image)
FSImage* cell_image;
6279 @property (nonatomic, weak, getter=getCell_margin)
FSRectF* cell_margin;
6281 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6283 -(id)initWithCell_text_style: (
FSRichTextStyle*)cell_text_style cell_fill_color: (
unsigned int)cell_fill_color cell_text: (NSString *)cell_text cell_image: (
FSImage*)cell_image cell_margin: (
FSRectF*)cell_margin;
6285 -(void)set: (
FSRichTextStyle*)cell_text_style cell_fill_color: (
unsigned int)cell_fill_color cell_text: (NSString *)cell_text cell_image: (
FSImage*)cell_image cell_margin: (
FSRectF*)cell_margin;
6296 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6299 -(
unsigned long)getSize;
6300 -(
FSPoint*)getAt: (
unsigned long)index;
6301 -(void)add: (
FSPoint*)element;
6302 -(void)removeAt: (
unsigned long)index;
6303 -(void)insertAt: (
unsigned long)index element: (
FSPoint*)element;
6315 @property (nonatomic, weak, getter=getRect)
FSRectF* rect;
6316 @property (nonatomic, getter=getRow_count)
int row_count;
6317 @property (nonatomic, getter=getCol_count)
int col_count;
6319 @property (nonatomic, weak, getter=getOutside_border_right)
FSTableBorderInfo* outside_border_right;
6321 @property (nonatomic, weak, getter=getOutside_border_bottom)
FSTableBorderInfo* outside_border_bottom;
6325 @property (nonatomic, weak, getter=getRow_height_array)
FSFloatArray* row_height_array;
6326 @property (nonatomic, weak, getter=getCol_width_array)
FSFloatArray* col_width_array;
6328 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6341 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6343 +(BOOL)insertTablePagesToDocument: (
FSPDFDoc*)doc dest_page_index: (
int)dest_page_index page_width: (
float)page_width page_height: (
float)page_height data: (
FSTableData*)data cell_array: (
FSTableCellDataArray*)cell_array allow_to_cross_page: (BOOL)allow_to_cross_page tablegenerator_callback: (
id<
FSTableGeneratorCallback>)tablegenerator_callback;
6353 -(id)
init NS_UNAVAILABLE;
6355 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6356 -(id)initWithDirectory: (NSString *)directory;
6372 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6376 -(void)setDataBasePath: (NSString *)path_of_data_base;
6378 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
6391 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6392 +(
FSErrorCode)initialize: (NSString *)compliance_resource_folder_path compliance_engine_unlockcode: (NSString *)compliance_engine_unlockcode;
6395 +(void)releaseThreadContext;
6396 +(void)setTempFolderPath: (NSString *)temp_folder_path;
6397 +(void)setLanguage: (NSString *)language;
6417 @property (nonatomic, getter=getUsed_count)
unsigned int used_count;
6419 @property (nonatomic, weak, getter=getName) NSString * name;
6420 @property (nonatomic, weak, getter=getComment) NSString * comment;
6421 @property (nonatomic, weak, getter=getReasons) NSArray<NSString *> * reasons;
6423 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6441 @property (nonatomic, getter=getTriggered_count)
unsigned int triggered_count;
6443 @property (nonatomic, weak, getter=getName) NSString * name;
6444 @property (nonatomic, weak, getter=getComment) NSString * comment;
6445 @property (nonatomic, weak, getter=getTrigger_values) NSArray<NSString *> * trigger_values;
6446 @property (nonatomic, getter=getPage_index)
int page_index;
6448 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6457 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6483 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6496 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6500 -(
FSResultInformation*)verify: (
int)verify_version src_pdf_path: (NSString *)src_pdf_path first_page_index: (
int)first_page_index last_page_index: (
int)last_page_index progress_callback: (
id<
FSComplianceProgressCallback>)progress_callback;
6533 @property (nonatomic, weak, getter=getRect_array)
FSRectFArray* rect_array;
6534 @property (nonatomic, weak, getter=getDiff_contents) NSString * diff_contents;
6536 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6550 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6553 -(
unsigned long)getSize;
6556 -(void)removeAt: (
unsigned long)index;
6572 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6588 -(id)
init NS_UNAVAILABLE;
6590 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6591 -(id)initWithBase_doc: (
FSPDFDoc*)base_doc compared_doc: (
FSPDFDoc*)compared_doc;
6594 -(
FSCompareResults*)doCompare: (
int)base_page_index compared_page_index: (
int)compared_page_index compare_flags: (
unsigned int)compare_flags;
6595 -(
FSPDFDoc*)generateComparedDoc: (
unsigned int)compare_flags;
6596 -(
FSPDFDoc*)GenerateComparedDocWithIsShowAllLayers: (
unsigned int)compare_flags is_show_all_layers: (BOOL)is_show_all_layers;
6604 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6639 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6644 -(void)setImageDPI: (
int)dpi;
6645 -(void)setImageDPILimit: (
int)dpi_limit;
6648 -(void)setBackgroundDownScale: (
int)down_scale;
6649 -(void)setForegroundDownScale: (
int)down_scale;
6650 -(void)setTextSensitivity: (
int)text_sensitivity;
6681 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6685 -(void)setImageDPI: (
int)dpi;
6686 -(void)setImageDPILimit: (
int)dpi_limit;
6697 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6701 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
6745 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6749 -(void)setOptimizerOptions: (
unsigned int)optimize_options;
6755 -(void)setCleanUpOptions: (
unsigned int)clean_up_options;
6756 -(void)setDiscardObjectsOptions: (
unsigned int)discard_objects_options;
6757 -(void)setDiscardUserDataOptions: (
unsigned int)discard_userdata_options;
6861 @property (nonatomic, getter=getPage_width)
float page_width;
6862 @property (nonatomic, getter=getPage_height)
float page_height;
6863 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
6864 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
6865 @property (nonatomic, getter=getRotate_degrees)
FSRotation rotate_degrees;
6866 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
6867 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
6869 @property (nonatomic, getter=getTo_generate_bookmarks) BOOL to_generate_bookmarks;
6872 @property (nonatomic, getter=getTo_render_images) BOOL to_render_images;
6873 @property (nonatomic, getter=getTo_remove_underline_for_link) BOOL to_remove_underline_for_link;
6874 @property (nonatomic, getter=getTo_set_headerfooter) BOOL to_set_headerfooter;
6875 @property (nonatomic, weak, getter=getHeaderfooter_title) NSString * headerfooter_title;
6876 @property (nonatomic, weak, getter=getHeaderfooter_url) NSString * headerfooter_url;
6877 @property (nonatomic, weak, getter=getBookmark_root_name) NSString * bookmark_root_name;
6878 @property (nonatomic, getter=getTo_resize_objects) BOOL to_resize_objects;
6879 @property (nonatomic, getter=getTo_print_background) BOOL to_print_background;
6880 @property (nonatomic, getter=getTo_optimize_tag_tree) BOOL to_optimize_tag_tree;
6882 @property (nonatomic, getter=getTo_load_active_content) BOOL to_load_active_content;
6883 @property (nonatomic, getter=getTo_disable_sandbox) BOOL to_disable_sandbox;
6884 @property (nonatomic, getter=getTo_use_blacklist) BOOL to_use_blacklist;
6886 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6888 -(id)initWithPage_width: (
float)page_width page_height: (
float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (
FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (
FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (
FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (
FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (
FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (
FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist;
6889 -(void)set: (
float)page_width page_height: (
float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (
FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (
FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (
FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (
FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (
FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (
FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist;
6899 @property (nonatomic, getter=getPage_width)
float page_width;
6900 @property (nonatomic, getter=getPage_height)
float page_height;
6901 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
6902 @property (nonatomic, weak, getter=getFont)
FSFont* font;
6903 @property (nonatomic, getter=getText_size)
float text_size;
6904 @property (nonatomic, getter=getText_color)
unsigned int text_color;
6905 @property (nonatomic, getter=getLinespace)
float linespace;
6906 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
6908 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6910 -(id)initWithPage_width: (
float)page_width page_height: (
float)page_height page_margin: (
FSRectF*)page_margin font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color linespace: (
float)linespace is_break_page: (BOOL)is_break_page;
6911 -(void)set: (
float)page_width page_height: (
float)page_height page_margin: (
FSRectF*)page_margin font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color linespace: (
float)linespace is_break_page: (BOOL)is_break_page;
6951 @property (nonatomic, getter=getExport_flags)
unsigned int export_flags;
6956 @property (nonatomic, getter=getIs_active_layout) BOOL is_active_layout;
6957 @property (nonatomic, weak, getter=getOutput_title) NSString * output_title;
6958 @property (nonatomic, weak, getter=getOutput_author) NSString * output_author;
6959 @property (nonatomic, weak, getter=getOutput_subject) NSString * output_subject;
6960 @property (nonatomic, weak, getter=getOutput_keywords) NSString * output_keywords;
6961 @property (nonatomic, weak, getter=getOutput_creator) NSString * output_creator;
6962 @property (nonatomic, weak, getter=getOutput_producer) NSString * output_producer;
6963 @property (nonatomic, getter=getPaper_width)
float paper_width;
6964 @property (nonatomic, getter=getPaper_height)
float paper_height;
6966 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6977 @property (nonatomic, retain, getter=getRelated_resource_file) id<FSFileReaderCallback> related_resource_file;
6978 @property (nonatomic, weak, getter=getResource_file_relative_path) NSString * resource_file_relative_path;
6980 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6992 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6995 -(
unsigned long)getSize;
6998 -(void)removeAt: (
unsigned long)index;
7011 @property (nonatomic, getter=getIs_embed_font) BOOL is_embed_font;
7013 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7015 -(void)set: (BOOL)is_embed_font;
7022 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7023 +(void)fromHTML: (NSString *)src_html engine_path: (NSString *)engine_path cookies_path: (NSString *)cookies_path setting_data: (
FSHTML2PDFSettingData*)setting_data saved_pdf_path: (NSString *)saved_pdf_path timeout: (
int)timeout;
7024 +(void)fromHTMLWithReaderCallback: (NSString *)src_html engine_path: (NSString *)engine_path cookies_reader: (
id<
FSFileReaderCallback>)cookies_reader setting_data: (
FSHTML2PDFSettingData*)setting_data saved_pdf_path: (NSString *)saved_pdf_path timeout: (
int)timeout;
7025 +(void)fromHTMLWithSaveFileWriterCallback: (NSString *)src_html engine_path: (NSString *)engine_path cookies_reader: (
id<
FSFileReaderCallback>)cookies_reader setting_data: (
FSHTML2PDFSettingData*)setting_data saved_pdf_filestream: (
id<
FSFileWriterCallback>)saved_pdf_filestream timeout: (
int)timeout;
7027 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (
FSTXT2PDFSettingData*)setting_data;
7028 +(void)fromImage: (NSString *)src_img saved_pdf_path: (NSString *)saved_pdf_path;
7030 +(BOOL)fromDWG: (NSString *)engine_path src_dwg_path: (NSString *)src_dwg_path saved_pdf_path: (NSString *)saved_pdf_path settings: (
FSDWG2PDFSettingData*)settings;
7031 +(BOOL)toXML: (NSString *)src_pdf_path src_file_password: (NSString *)src_file_password saved_xml_path: (NSString *)saved_xml_path saved_image_folder_path: (NSString *)saved_image_folder_path is_force_to_tagged_pdf: (BOOL)is_force_to_tagged_pdf;
7115 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7269 -(id)
init NS_UNAVAILABLE;
7271 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7298 -(id)
init NS_UNAVAILABLE;
7300 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7315 -(id)
init NS_UNAVAILABLE;
7317 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7331 -(id)
init NS_UNAVAILABLE;
7333 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7367 -(id)
init NS_UNAVAILABLE;
7369 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7376 -(BOOL)setAsDecorativeFigure: (
int)figure_index;
7377 -(void)setFigureAlternateText: (
int)figure_index alternate_text: (NSString *)alternate_text;
7378 -(NSString *)getFigureAlternateText: (
int)figure_index;
7379 -(
FSRectF*)getFigureRect: (
int)figure_index;
7380 -(int)getFigurePageIndex: (
int)figure_index;
7391 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
7392 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
7393 -(id)
init NS_UNAVAILABLE;
7395 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7396 -(id)initWithIs_whole_word: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7398 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
7406 -(id)
init NS_UNAVAILABLE;
7408 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7412 -(void)setPattern: (NSString *)keywords page_index: (
int)page_index find_option: (
FSFindOption*)find_option;
7414 -(BOOL)replacePrev: (NSString *)replace_text;
7415 -(BOOL)replaceNext: (NSString *)replace_text;
7424 -(id)
init NS_UNAVAILABLE;
7426 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7458 -(id)
init NS_UNAVAILABLE;
7460 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7465 -(void)startEditing: (
int)page_index start_point: (
FSPointF*)start_point end_point: (
FSPointF*)end_point;
7466 -(void)exitEditing: (BOOL)is_end_directly;
7467 -(BOOL)insertText: (NSString *)text;
7469 -(BOOL)onChar: (
unsigned int)char_code;
7470 -(BOOL)onKeyDown: (
unsigned int)key_code;
7471 -(BOOL)onKeyUp: (
unsigned int)key_code;
7472 -(BOOL)onLButtonDown: (
int)page_index point: (
FSPointF*)point;
7473 -(BOOL)onLButtonUp: (
int)page_index point: (
FSPointF*)point;
7474 -(BOOL)onLButtonDoubleClick: (
int)page_index point: (
FSPointF*)point;
7475 -(BOOL)onMouseMove: (
int)page_index point: (
FSPointF*)point;
7476 -(BOOL)onMouseWheel: (
int)page_index point: (
FSPointF*)point delta: (
int)delta;
7489 -(void)setFontName: (NSString *)font_name;
7490 -(void)setFontSize: (
float)font_size;
7491 -(void)setTextColor: (
unsigned int)text_color;
7492 -(void)setBold: (BOOL)is_bold;
7493 -(void)setItalic: (BOOL)is_italic;
7495 -(void)setCharSpace: (
float)char_space;
7496 -(void)setCharHorizontalScale: (
int)scale;
7497 -(void)setLineSpace: (
float)line_space;
7498 -(void)setUnderline: (BOOL)is_underline;
7499 -(void)setStrikethrough: (BOOL)is_striketrough;
7500 -(void)setSuperscript: (BOOL)is_superscript;
7501 -(void)setSubscript: (BOOL)is_subscript;
7502 -(void)setParagraphSpacing: (
float)paragraph_space;
7522 -(id)
init NS_UNAVAILABLE;
7524 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7531 -(BOOL)onLButtonDown: (
int)page_index point: (
FSPointF*)point;
7532 -(BOOL)onLButtonUp: (
int)page_index point: (
FSPointF*)point;
7533 -(BOOL)onMouseMove: (
int)page_index point: (
FSPointF*)point;
7546 -(id)
init NS_UNAVAILABLE;
7548 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7554 -(void)setSystemDPI: (
float)horizontal_dpi vertical_dpi: (
float)vertical_dpi;
7572 @property (nonatomic, weak, getter=getResponse_data) NSData * response_data;
7574 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7589 @property (nonatomic, weak, getter=getStart_time)
FSDateTime* start_time;
7590 @property (nonatomic, weak, getter=getEnd_time)
FSDateTime* end_time;
7592 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7634 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
7635 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
7636 @property (nonatomic, weak, getter=getResponse)
FSResponse* response;
7637 @property (nonatomic, weak, getter=getResponse_effect_time_range)
FSTimeRange* response_effect_time_range;
7638 @property (nonatomic, weak, getter=getRevoke_time)
FSDateTime* revoke_time;
7641 @property (nonatomic, weak, getter=getCert_check_time)
FSDateTime* cert_check_time;
7642 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
7643 @property (nonatomic, weak, getter=getSignature_vri_creation_time)
FSDateTime* signature_vri_creation_time;
7644 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
7645 @property (nonatomic, weak, getter=getResponse_signature_vri_creation_time)
FSDateTime* response_signature_vri_creation_time;
7647 @property (nonatomic, weak, getter=getCert) NSData * cert;
7649 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7665 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7668 -(
unsigned long)getSize;
7671 -(void)removeAt: (
unsigned long)index;
7684 @property (nonatomic, weak, getter=getIssuer) NSData * issuer;
7685 @property (nonatomic, weak, getter=getCert) NSData * cert;
7687 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7688 -(id)initWithCert: (NSData *)cert issuer: (NSData *)issuer;
7691 -(void)set: (NSData *)cert issuer: (NSData *)issuer;
7702 @property (nonatomic, weak, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
7703 @property (nonatomic, weak, getter=getCrl_array) NSArray<NSData *> * crl_array;
7705 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7706 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7709 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7724 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7727 -(
unsigned long)getSize;
7730 -(void)removeAt: (
unsigned long)index;
7750 -(id)
init NS_UNAVAILABLE;
7752 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7753 -(id)initWithDocument: (
FSPDFDoc*)document is_verify_signature: (BOOL)is_verify_signature use_expired_tst: (BOOL)use_expired_tst ignore_doc_info: (BOOL)ignore_doc_info time_type: (
FSLTVVerifierTimeType)time_type;
7774 -(id)
init NS_UNAVAILABLE;
7776 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7794 @property (nonatomic, weak, getter=getText_state)
FSTextState* text_state;
7795 @property (nonatomic, weak, getter=getText) NSString * text;
7796 -(id)
init NS_UNAVAILABLE;
7798 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7799 -(id)initWithText_state: (
FSTextState*)text_state text: (NSString *)text;
7801 -(void)set: (
FSTextState*)text_state text: (NSString *)text;
7812 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7815 -(
unsigned long)getSize;
7818 -(void)removeAt: (
unsigned long)index;
7838 -(id)
init NS_UNAVAILABLE;
7840 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7856 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7861 -(void)move: (
FSPointF*)point width: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
7870 -(id)
init NS_UNAVAILABLE;
7872 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7882 -(id)
init NS_UNAVAILABLE;
7884 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7887 -(void)setBitmap: (
FSBitmap*)bitmap;
7894 -(id)
init NS_UNAVAILABLE;
7896 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7897 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
7901 -(void)setBookmarkTitle: (NSString *)bookmark_title;
7902 -(void)setPDFFileName: (NSString *)pdf_file_name;
7914 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7917 -(
unsigned long)getSize;
7920 -(void)removeAt: (
unsigned long)index;
7943 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7953 -(id)
init NS_UNAVAILABLE;
7955 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7956 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
7957 -(id)initWithReader_callback: (
id<
FSFileReaderCallback>)reader_callback password: (NSString *)password file_name: (NSString *)file_name;
7971 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7974 -(
unsigned long)getSize;
7977 -(void)removeAt: (
unsigned long)index;
7978 -(void)insertAt: (
unsigned long)index element: (
FSFormFileInfo*)element;
7987 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7988 +(void)combineFormsToCSV: (
FSFormFileInfoArray*)form_file_array dest_csv_file: (NSString *)dest_csv_file append: (BOOL)append;
8033 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8040 -(void)setAnnotType: (
FSAnnotType)type use_all: (BOOL)use_all;
8041 -(void)setFileTitle: (NSString *)title;
8042 -(void)setPageRect: (
FSRectF*)rect;
8043 -(void)setPageMargin: (
FSRectF*)margin;
8044 -(void)setStartPage: (
int)page_index;
8045 -(void)setEndPage: (
int)page_index;
8046 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
8047 -(void)setConnectorLineColor: (
unsigned int)color;
8048 -(void)setConnectorLineOpacity: (
float)opacity;
8056 -(id)
init NS_UNAVAILABLE;
8058 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8059 -(id)initWithDocument: (
FSPDFDoc*)document;
8103 -(id)
init NS_UNAVAILABLE;
8105 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8106 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
8109 -(void)setSimulationProfile: (NSString *)icc_profile_path;
8112 -(
unsigned int)getSpotPlateColor: (NSString *)plate_name;
8113 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
8114 -(BOOL)isChecked: (NSString *)plate_name;
8115 -(void)enableSimulateOverprint: (BOOL)is_to_simulate_overprint;
8130 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8145 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8148 -(
unsigned long)getSize;
8151 -(void)removeAt: (
unsigned long)index;
8152 -(void)insertAt: (
unsigned long)index element: (
FSPortfolioNode*)element;
8160 @property (nonatomic, weak, getter=getDescription) NSString * description;
8161 -(id)
init NS_UNAVAILABLE;
8163 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8166 -(NSString *)getName;
8168 -(
FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSFileStreamCallback>)file_stream file_name: (NSString *)file_name;
8181 -(id)
init NS_UNAVAILABLE;
8183 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8193 @property (nonatomic, weak, getter=getKeyName) NSString * keyName;
8194 @property (nonatomic, weak, getter=getSubtypeName) NSString * subtypeName;
8195 @property (nonatomic, weak, getter=getDisplayName) NSString * displayName;
8197 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8202 -(void)setVisibility: (BOOL)is_visible;
8214 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8217 -(
unsigned long)getSize;
8220 -(void)removeAt: (
unsigned long)index;
8221 -(void)insertAt: (
unsigned long)index element: (
FSSchemaField*)element;
8237 @property (nonatomic, weak, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
8238 @property (nonatomic, weak, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
8240 -(id)
init NS_UNAVAILABLE;
8242 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8249 -(BOOL)isSortedInAscending;
8250 -(void)setSortingOrder: (BOOL)use_ascending_order;
8265 -(id)
init NS_UNAVAILABLE;
8267 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8285 -(id)
init NS_UNAVAILABLE;
8287 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8303 @property (nonatomic, weak, getter=getOutput_folder_path) NSString * output_folder_path;
8304 @property (nonatomic, getter=getAdd_before_or_after_orginal_name) BOOL add_before_or_after_orginal_name;
8305 @property (nonatomic, weak, getter=getCustom_name) NSString * custom_name;
8306 @property (nonatomic, weak, getter=getSeparator) NSString * separator;
8307 @property (nonatomic, getter=getIs_overwrite) BOOL is_overwrite;
8309 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8311 -(void)set: (NSString *)output_folder_path add_before_or_after_orginal_name: (BOOL)add_before_or_after_orginal_name custom_name: (NSString *)custom_name separator: (NSString *)separator is_overwrite: (BOOL)is_overwrite;
8317 -(id)
init NS_UNAVAILABLE;
8319 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8320 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
8321 -(id)initWithFile_reader: (
id<
FSFileReaderCallback>)file_reader password: (NSString *)password file_name: (NSString *)file_name;
8322 -(id)initWithDoc: (
FSPDFDoc*)doc file_name: (NSString *)file_name;
8336 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8339 -(
unsigned long)getSize;
8342 -(void)removeAt: (
unsigned long)index;
8362 @property (nonatomic, weak, getter=getBefore_splitting_file_name) NSString * before_splitting_file_name;
8363 @property (nonatomic, weak, getter=getAfter_split_files_paths) NSArray<NSString *> * after_split_files_paths;
8366 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8378 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8381 -(
unsigned long)getSize;
8384 -(void)removeAt: (
unsigned long)index;
8396 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8429 -(void)progressNotify:(NSString*)before_splitting_file_name after_split_file_path:(NSString*)after_split_file_path split_page_count:(
int)split_page_count total_page_count:(
int)total_page_count;
8473 -(NSData *)readBlock: (
unsigned long long)offset size: (
unsigned long long)size;
8503 -(BOOL)writeBlock:(NSData*)data offset:(
unsigned long long)offset;
8534 -(NSData *)readBlock: (
unsigned long long)offset size: (
unsigned long long)size;
8543 -(BOOL)writeBlock:(NSData*)data offset:(
unsigned long long)offset;
8595 -(BOOL)seek:(
int)current_pos;
8636 -(BOOL)invalidateRect:(
FSPDFDoc*)document page_index:(
int)page_index pdf_rect:(
FSRectF*)pdf_rect;
8648 -(int)getCurrentPage:(
FSPDFDoc*)document;
8660 -(void)setCurrentPage:(
FSPDFDoc*)document page_index:(
int)page_index;
8701 -(BOOL)setPageRotation:(
FSPDFDoc*)document page_index:(
int)page_index rotation:(
FSRotation)rotation;
8715 -(BOOL)executeNamedAction:(
FSPDFDoc*)document named_action:(NSString*)named_action;
8729 -(BOOL)setDocChangeMark:(
FSPDFDoc*)document change_mark:(BOOL)change_mark;
8741 -(BOOL)getDocChangeMark:(
FSPDFDoc*)document;
8764 -(
FSPDFDoc*)getOpenedDoc:(
int)index;
8797 -(void)closeDoc:(
FSPDFDoc*)document is_prompt_to_save:(BOOL)is_prompt_to_save;
8810 -(
FSPDFDoc*)openDoc:(NSString*)file_path password:(NSString*)password;
8829 -(BOOL)beep:(
int)type;
8849 -(NSString*)response:(NSString*)question title:(NSString*)title default_value:(NSString*)default_value label:(NSString*)label is_password:(BOOL)is_password;
8861 -(NSString*)getFilePath:(
FSPDFDoc*)document;
8873 -(BOOL)isLocalFile:(
FSPDFDoc*)document;
8887 -(NSString*)getAttachmentsFilePath:(
FSPDFDoc*)pdf_doc name:(NSString*)name;
8901 -(NSString*)getExtractedEmbeddedFilePath:(
FSPDFDoc*)pdf_doc name:(NSString*)name;
8926 -(BOOL)print:(
FSPDFDoc*)document is_ui:(BOOL)is_ui page_range:(
FSRange*)page_range is_silent:(BOOL)is_silent is_shrunk_to_fit:(BOOL)is_shrunk_to_fit is_printed_as_image:(BOOL)is_printed_as_image is_reversed:(BOOL)is_reversed is_to_print_annots:(BOOL)is_to_print_annots;
8955 -(BOOL)submitForm:(
FSPDFDoc*)document form_data:(NSData*)form_data url:(NSString*)url file_format_type:(
FSFileFormatType)file_format_type;
8967 -(BOOL)launchURL:(NSString*)url;
8991 -(NSString*)
browseFile:(BOOL)is_open_dialog file_format:(NSString*)file_format file_filter:(NSString*)file_filter;
9035 -(int)alert:(NSString*)msg title:(NSString*)title type:(
int)type icon:(
int)icon;
9066 -(NSString*)popupMenu:(
FSMenuListArray*)menus is_selected_item:(NSNumber**)is_selected_item;
9080 -(
FSMenuItemEx*)popupMenuEx:(FSMenuItemExArray*)menus is_selected_item:(NSNumber**)is_selected_item;
9129 -(BOOL)mailData:(
void*)data data_type:(
FSActionCallbackMailType)data_type is_ui:(BOOL)is_ui to:(NSString*)to subject:(NSString*)subject cc:(NSString*)cc bcc:(NSString*)bcc message:(NSString*)message;
9145 -(
unsigned int)verifySignature:(
FSPDFDoc*)document pdf_signature:(
FSSignature*)pdf_signature;
9190 -(BOOL)removeToolButtom:(NSString*)button_name;
9221 -(BOOL) addMenuItem:(
FSMenuItemConfig*)menu_item_config is_prepend:(BOOL)is_prepend;
9263 -(void) setFullScreen:(BOOL)is_full_screen;
9280 -(void) onFieldValueChanged:(NSString*)field_name type:(
FSActionCallbackJSFieldValueChangeType)type value_before_changed:(NSArray<NSString*>*)value_before_changed value_after_changed:(NSArray<NSString*>*)value_after_changed;
9311 -(
FSActionCallbackJsMailResult)mailDoc:(
FSPDFDoc*)document to_address:(NSString*)to_address cc_address:(NSString*)cc_address bcc_address:(NSString*)bcc_address subject:(NSString*)subject message:(NSString*)message is_ui:(BOOL)is_ui;
9325 -(NSString*)getTemporaryFileName:(
FSPDFDoc*)document file_name:(NSString*)file_name;
9377 -(void)selectPageNthWord:(
int)page_index start_offset:(
int)start_offset end_offset:(
int)end_offset is_show_selection:(BOOL)is_show_selection;
9546 -(void) enablePageLoop:(BOOL)is_loop;
9578 -(void) setDefaultPageTransitionMode:(NSString*)trans_type trans_di:(NSString*)trans_di;
9602 -(void) postMessageToHtml:(NSArray<NSString*>*)message;
9644 -(BOOL)hasIcon: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9655 -(BOOL)canChangeColor: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9666 -(
FSPDFPage*)getIcon: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name color: (
unsigned int)color;
9680 -(
FSShadingColor*)getShadingColor: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name referenced_color: (
unsigned int)referenced_color shading_index: (
int)shading_index;
9690 -(NSNumber*)getDisplayWidth: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9700 -(NSNumber*)getDisplayHeight: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
9758 -(void)onDocWillDestroy:(
FSPDFDoc*)document;
9766 -(void)onDocWillSave:(
FSPDFDoc*)document;
9801 -(BOOL)isDataAvail:(
int)offset size:(
int)size;
9816 -(BOOL)addDownloadHint:(
int)offset size:(
int)size;
9850 -(BOOL)setTimer:(
int)elapse timer:(
FSTimer*)timer out_timer_id:(
int*)out_timer_id;
9859 -(BOOL)killTimer:(
int)timer_id;
9871 -(void)focusGotOnControl:(
FSControl*)control value:(NSString*)value;
9884 -(void)focusLostFromControl:(
FSControl*)control value:(NSString*)value;
9933 -(BOOL)showPopupMenu:(const
void*)h_popup_menu point:(
FSPointF*)point;
9944 -(void)destroyPopupMenu:(const
void*)h_popup_menu;
9955 -(void)setClipboardText:(NSString*)text;
9976 -(void)reportInvalidValue:(NSString*)form_field_name invalid_value:(NSString*)invalid_value;
10003 -(int)retrieveSearchResult:(NSString*)file_path page_index:(
int)page_index match_result:(NSString*)match_result match_start_text_index:(
int)match_start_text_index match_end_text_index:(
int)match_end_text_index sentence:(NSString*)sentence match_sentence_start_text_index:(
int)match_sentence_start_text_index match_sentence_end_text_index:(
int)match_sentence_end_text_index;
10074 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
10097 -(BOOL)isOwner: (
FSPDFDoc *)document sub_filter:(NSString*)sub_filter;
10109 -(
unsigned int)getUserPermissions:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10135 -(int)getKeyLength:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10146 -(NSString*)getFileID:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10157 -(NSData*)getInitialKey:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
10181 -(
void *)createContext: (NSString*)filter sub_filter: (NSString*)sub_filter encrypt_info: (NSString*)encrypt_info;
10192 -(BOOL)releaseContext: (
void *)context;
10206 -(
unsigned int)getUserPermissions: (
void *)context user_permission: (
FSPDFDocUserPermissions)user_permission;
10217 -(BOOL)isOwner: (
void *)context;
10240 -(NSData *)getEncryptKey: (
void *)context;
10252 -(
unsigned int)getDecryptedSize: (
void *)context src_data_size: (
unsigned int)src_data_size;
10265 -(
void *)startDecryptor: (
void *)context obj_num: (
int)obj_num gen_num: (
int)gen_num;
10278 -(NSData*)decryptData: (
void *)decryptor encrypted_data: (
void *)encrypted_data encrypted_data_len: (
unsigned int)encrypted_data_len;
10289 -(NSData *)finishDecryptor: (
void *)decryptor;
10304 -(
unsigned int)getEncryptedSize: (
void *)context obj_num: (
int)obj_num gen_num: (
int)gen_num src_data: (
void *)src_data src_data_len: (
unsigned int)src_data_len;
10321 -(BOOL)encryptData: (
void *)context obj_num: (
int)obj_num gen_num: (
int)gen_num src_data: (
void *)src_data src_data_len: (
unsigned int)src_data_len out_dst_buffer: (
void *)out_dst_buffer out_dst_buffer_len: (
unsigned int*)out_dst_buffer_len;
10341 -(BOOL)useStandardCryptoMethod:(
void*)context;
10386 -(BOOL)startCalcDigest: (
id<
FSFileReaderCallback>)file byte_range_array: (NSArray<NSNumber *> *)byte_range_array signature: (
FSSignature*)signature client_data: (
void* )client_data;
10418 -(NSData *)getDigest: (
void* )client_data;
10439 -(NSData *)sign: (NSData*)digest cert_path: (NSString* )cert_path cert_password: (NSString* )cert_password digest_algorithm: (
FSSignatureDigestAlgorithm)digest_algorithm client_data: (
void* )client_data;
10460 -(NSData *)sign: (NSData*)digest cert_file_stream:(
id<
FSFileStreamCallback>)cert_file_stream cert_password: (NSString* )cert_password digest_algorithm: (
FSSignatureDigestAlgorithm)digest_algorithm client_data: (
void* )client_data;
10481 -(
FSSignatureStates)verifySigState: (NSData*)digest signed_data: (NSData*)signed_data client_data: (
void* )client_data;
10511 -(
FSSignatureCallbackCertValidity)checkCertificateValidity:(NSString*)cert_path cert_password:(NSString*)cert_password client_data:(
void*)client_data;
10591 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
10614 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
10625 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
10654 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
10688 -(void)displayCaret:(
int)page_index is_visible:(BOOL)is_visible rect:(
FSRectF*)rect;
10703 -(BOOL)getPopupPos:(
int)page_index min_popup:(
float)min_popup max_popup:(
float)max_popup rect_widget:(
FSRectF*)rect_widget inout_rect_popup:(
FSRectF*)inout_rect_popup;
10712 -(BOOL)popupMenu:(
int)page_index rect_popup:(
FSPointF*)rect_popup;
10720 -(int)getCurrentPage:(
FSPDFDoc*) doc;
10729 -(void)setCurrentPage:(
FSPDFDoc*) doc current_page_index:(
int)current_page_index;
10737 -(void)setChangeMark:(
FSXFADoc*) doc;
10745 -(NSString*)getTitle:(
FSPDFDoc*) doc;
10764 -(void)exportData:(
FSPDFDoc*)doc file_path:(NSString*) file_path;
10775 -(void)importData:(
FSPDFDoc*)doc file_path:(NSString*) file_path;
10784 -(void)gotoURL:(
FSPDFDoc*)doc url:(NSString*) url;
10797 -(void)print:(
FSPDFDoc*)doc start_page_index:(
int)start_page_index end_page_index:(
int)end_page_index options:(
int)options;
10805 -(int)getHighlightColor:(
FSPDFDoc*)doc;
10858 -(void)updateCurrentStateData:(
int)current_rate current_state_string:(NSString*)current_state_string;
10876 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
10917 -(BOOL)isCA:(NSData*)cert;
10926 -(
FSDateTime*)getDTSTime:(NSData*)signature_content;
10935 -(NSData*)getTSTSignature:(NSData*)signature_content;
10945 -(
FSDateTime*)getTSTTime:(NSData*)signature_content;
10955 -(
FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain:(NSArray<NSData*>*)trust_cert_chain;
10965 -(
FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
10974 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
10983 -(
FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
10992 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
11001 -(NSData*)getCRLSignature:(NSData*)crl_data;
11041 -(BOOL)isCertTrusted:(NSData*)cert;
11049 -(BOOL)isCertTrustedRoot:(NSData*)cert;
11080 -(
FSFontMapResult*)mapFont:(NSString*)font_name is_truetype:(BOOL)is_truetype styles:(
unsigned int)styles weight:(
int)weight italic_angle:(
int)italic_angle charset:(
FSFontCharset)charset;
11185 -(BOOL)needToReplace:(NSString*)search_text replace_text:(NSString*)replace_text current_page_index:(
int)current_page_index text_rect_array:(
FSRectFArray*)text_rect_array;
11203 -(float)getTableTopMarginToPage:(
int)page_index;
11233 -(void*) getPageViewHandle:(
FSPDFDoc*)document page_index:(
int)page_index;
11251 -(float)getScale:(
FSPDFDoc*)document page_index:(
int)page_index;
11263 -(BOOL)gotoPageView:(
FSPDFDoc*)document page_index:(
int)page_index left:(
float)left top:(
float)top;
11271 -(NSArray<NSNumber *> *)getVisiblePageIndexArray:(
FSPDFDoc*)document;
11281 -(
FSRectF*)getPageVisibleRect:(
FSPDFDoc*)document page_index:(
int)page_index;
11291 -(
FSRectF*)getPageRect:(
FSPDFDoc*)document page_index:(
int)page_index;
11299 -(int)getCurrentPageIndex:(
FSPDFDoc*)document;
11320 -(void)invalidateRect:(
FSPDFDoc*)document page_index:(
int)page_index invalid_rects:(
FSRectFArray*)invalid_rects;
11338 -(void)setDocChangeMark:(
FSPDFDoc*)document;
11349 -(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:4952
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:6364
Definition: FSPDFObjC.h:3884
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:7614
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:1359
N key.
Definition: FSPDFObjC.h:4011
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:7131
FSPDFPage * getPage()
Get the related PDF page.
Color space: DeviceN.
Definition: FSPDFObjC.h:662
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:3063
Markup annotation state model: marked.
Definition: FSPDFObjC.h:2517
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:5027
Definition: FSPDFObjC.h:8463
Use for zooming.
Definition: FSPDFObjC.h:3881
Attribute type: TBorderStyle, which represents the style of the border drawn on each edge of a table ...
Definition: FSPDFObjC.h:7155
If set, only show with RGB.
Definition: FSPDFObjC.h:8080
Border style: Beveled.
Definition: FSPDFObjC.h:2220
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:618
Attribute type: TextDecorationType, which represents the text decoration, if any, to be applied to th...
Definition: FSPDFObjC.h:7161
Definition: FSPDFObjC.h:3605
(Only useful for choice field) If set, the field's option items should be sorted alphabetically.
Definition: FSPDFObjC.h:4194
FSFileSpec * getFileSpec()
Get the related file specification object which is used to access an embedded file information and da...
Unknown Type.
Definition: FSPDFObjC.h:1646
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:4511
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:1711
Enum value: Circle, which means open circular bullet.
Definition: FSPDFObjC.h:7216
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:2384
FSStructTreeEntityStructTreeEntityType getType()
Get structure tree entity type.
Encoding foramt: "ISO_2022_CN".
Definition: FSPDFObjC.h:6822
Structure element type: Annot, which means "Annotation" and represents an association between a porti...
Definition: FSPDFObjC.h:7082
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:2367
Discard document tags.
Definition: FSPDFObjC.h:6730
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:956
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:1694
Definition: FSPDFObjC.h:3747
Encoding foramt: "JAGRAN".
Definition: FSPDFObjC.h:6826
Definition: FSPDFObjC.h:6310
Definition: FSPDFObjC.h:9615
XFA loading error.
Definition: FSPDFObjC.h:494
Structure element type: Private, which means "Private element" and represents a grouping element cont...
Definition: FSPDFObjC.h:7054
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:4379
No encryption pattern.
Definition: FSPDFObjC.h:4961
Structure element type: TBody, which means "Table body row group" and represents a group of rows that...
Definition: FSPDFObjC.h:7073
Enum value: Page, which means page artifacts. Production aids extraneous to the document itself,...
Definition: FSPDFObjC.h:7242
Message box button ID: Cancel.
Definition: FSPDFObjC.h:5485
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:2538
Sample message: "Unable to set the value for property 'length'".
Definition: FSPDFObjC.h:5386
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:657
Result type: delete path.
Definition: FSPDFObjC.h:6515
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:4352
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4803
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: FSPDFObjC.h:3395
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:6716
Annotations summary string ID: specify the prefix when annotation type is outputed in result document...
Definition: FSPDFObjC.h:8000
Enum value: UpperRoman, which means uppercase roman numerals (I, II, III, IV, ...).
Definition: FSPDFObjC.h:7219
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:4506
Result type: replace path.
Definition: FSPDFObjC.h:6517
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:855
Device type: display device.
Definition: FSPDFObjC.h:3008
Search scope: folder.
Definition: FSPDFObjC.h:3697
Definition: FSPDFObjC.h:3432
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:1610
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:957
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:487
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2329
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:5794
javascript field value changed type: field fill color.
Definition: FSPDFObjC.h:3671
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:5477
Definition: FSPDFObjC.h:9788
Attribute type: BackgroundColor, which represents the color to be used to fill the background of a ta...
Definition: FSPDFObjC.h:7139
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5384
No text merge.
Definition: FSPDFObjC.h:4586
Value type: an array of elements.
Definition: FSPDFObjC.h:7265
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: FSPDFObjC.h:3428
Structure element type: Quote, which means "Quotation" and represents an inline portion of text attri...
Definition: FSPDFObjC.h:7076
1 key.
Definition: FSPDFObjC.h:3989
Bullet type: inverse tangent circle.
Definition: FSPDFObjC.h:7443
Left alignment.
Definition: FSPDFObjC.h:610
Definition: FSPDFObjC.h:10544
FSMediaPlayerCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3623
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:478
Name for module "AdvEdit".
Definition: FSPDFObjC.h:647
PAdES level: B-T.
Definition: FSPDFObjC.h:4389
(Currently, unsupported) Attribute type only for Table: Headers, which represents an array of element...
Definition: FSPDFObjC.h:7174
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5020
No "DWG2PDF" module right.
Definition: FSPDFObjC.h:551
Structure element type: BibEntry, which means "Bibliography entry" and represents a reference identif...
Definition: FSPDFObjC.h:7079
Show bookmark title as italic text.
Definition: FSPDFObjC.h:3706
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:5013
Definition: FSPDFObjC.h:10662
FSStructElement * getParentElement()
Get the parent structure element.
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:5639
FSLRGraphicsObjectElement * getGraphicsObjectElement()
Get the related graphics object element.
Action type: reset-form action.
Definition: FSPDFObjC.h:1876
FSHitDataCheckSeverity
Enumeration for check severity of a hit data.
Definition: FSPDFObjC.h:6430
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:7622
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3412
Message box button: Yes, No and Cancel.
Definition: FSPDFObjC.h:5480
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: FSPDFObjC.h:3406
(For Office-to-PDF conversion only) Libre office engine is not found.
Definition: FSPDFObjC.h:547
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:4326
Always allowed.
Definition: FSPDFObjC.h:1689
Searchable text type: Only text displayed with SHX font is searchable.
Definition: FSPDFObjC.h:6942
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4802
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:6674
"JavaScript" name tree.
Definition: FSPDFObjC.h:1537
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:707
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:1358
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: FSPDFObjC.h:3429
BOOL isEmpty()
Check whether current object is empty or not.
Encoding foramt: "Latin2".
Definition: FSPDFObjC.h:6777
int getSize()
Get the number of elements in the array.
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:4994
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:3001
The state is undefined.
Definition: FSPDFObjC.h:3840
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: FSPDFObjC.h:3484
Definition: FSPDFObjC.h:8102
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:4188
Type of exported data: XDP.
Definition: FSPDFObjC.h:5557
BOOL flush()
Flush internal buffer of the file.
PDF dictionary object.
Definition: FSPDFObjC.h:1174
Definition: FSPDFObjC.h:4109
Signature label name for reason.
Definition: FSPDFObjC.h:4411
No "XFA" module right.
Definition: FSPDFObjC.h:534
FSStructTreeEntityStructTreeEntityType
Enumeration for structure tree entity type.
Definition: FSPDFObjC.h:1587
Definition: FSPDFObjC.h:10010
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:4168
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:1009
Structure element info type: Language, which means the natural language for all text in the structure...
Definition: FSPDFObjC.h:1609
Image graphics object.
Definition: FSPDFObjC.h:1379
Hatches export type: Exports hatch as a PDF path (solid hatches only).
Definition: FSPDFObjC.h:6936
Bit 6. If enabled, invisible layers will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:6922
Enum value: Header.
Definition: FSPDFObjC.h:7244
If set, that means fields with same name will be renamed in combined result PDF file.
Definition: FSPDFObjC.h:7930
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:2158
Definition: FSPDFObjC.h:6045
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:604
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:522
Numbering type: 1) 2) 3)
Definition: FSPDFObjC.h:7451
Action type: remote go-to action.
Definition: FSPDFObjC.h:1866
FSPDFDictionary * getCatalog()
Get the catalog dictionary.
int getChildrenCount()
Get the count of children nodes.
If set, show reason on signature appearance.
Definition: FSPDFObjC.h:4351
Annotation flag: locked.
Definition: FSPDFObjC.h:2354
BOOL activate()
Activate paragraph editing.
String ID for case: Use string in local language for "June".
Definition: FSPDFObjC.h:5448
BOOL isGraphicsObjectElement()
Check whether current object is graphics object element or not.
XFA widget type: radio button.
Definition: FSPDFObjC.h:5631
Window position: at the top right corner.
Definition: FSPDFObjC.h:3471
If set, only show with Calibrated.
Definition: FSPDFObjC.h:8086
Font charset: Russian.
Definition: FSPDFObjC.h:858
Structure element type: L, which means "List" and represents a sequence of items of like meaning and ...
Definition: FSPDFObjC.h:7064
Annotations summary string ID: specify the prefix when number information is outputed in result docum...
Definition: FSPDFObjC.h:8004
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:527
Colorant type: spot.
Definition: FSPDFObjC.h:8099
Print Content: print the document contents and comments.
Definition: FSPDFObjC.h:3394
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:2124
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:4394
FSDWG2PDFSettingDataDWG2PDFExportFlags
Enumeration for flags of DWG to PDF export.
Definition: FSPDFObjC.h:6916
Annotation flag: no zoom.
Definition: FSPDFObjC.h:2350
Message box icon: Warning.
Definition: FSPDFObjC.h:5471
FSLRStructureElementAttributeValueType
Enumeration for value type of element general layout attribute.
Definition: FSPDFObjC.h:7252
Structure element type: FormObject, which means form XObject graphics object element.
Definition: FSPDFObjC.h:7101
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:7745
Definition: FSPDFObjC.h:1743
Name for module "PDF2Office".
Definition: FSPDFObjC.h:648
FSAppProviderCallbackBeepType
Enumeration for XFA beep type.
Definition: FSPDFObjC.h:5354
Search scope: active indexes.
Definition: FSPDFObjC.h:3699
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:2533
File format type: XFD.
Definition: FSPDFObjC.h:687
BOOL isImageMask()
Check if current image object is treated as mask.
Font style: italic.
Definition: FSPDFObjC.h:842
If set, only show images.
Definition: FSPDFObjC.h:8089
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:1429
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:5668
The state is failed due to file size being too small.
Definition: FSPDFObjC.h:8352
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:4396
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:4821
FSStructElement * getParentElement()
Get the parent structure element.
PAdES level: none.
Definition: FSPDFObjC.h:4387
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:1357
Page size: B4.
Definition: FSPDFObjC.h:4650
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:1356
A fixup was not required.
Definition: FSPDFObjC.h:6409
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:1565
Off screen action: cancel playing the media clip.
Definition: FSPDFObjC.h:3496
Text encoding: UCS-2.
Definition: FSPDFObjC.h:5524
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:2542
Definition: FSPDFObjC.h:1336
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:4977
Sample message: "Not have a default property".
Definition: FSPDFObjC.h:5376
Definition: FSPDFObjC.h:1384
Out-of-memory error occurs.
Definition: FSPDFObjC.h:485
Annotations summary string ID: specify the prefix when page title is outputed in result document....
Definition: FSPDFObjC.h:8002
XFA widget type: password edit.
Definition: FSPDFObjC.h:5630
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:544
No special line ending.
Definition: FSPDFObjC.h:2534
int getPitch()
Get bitmap pitch.
No operation is specified.
Definition: FSPDFObjC.h:2088
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:480
String ID for case: Application's name. Sample message: "Foxit Phantom".
Definition: FSPDFObjC.h:5367
void removeAll()
Remove all page labels.
Discard all alternate images.
Definition: FSPDFObjC.h:6729
Annotation type: redact annotation.
Definition: FSPDFObjC.h:2341
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:2008
Definition: FSPDFObjC.h:2047
Caption to the right of the icon.
Definition: FSPDFObjC.h:2393
Signature key name: producer content.
Definition: FSPDFObjC.h:4369
Action type: go-to action.
Definition: FSPDFObjC.h:1865
Attribute type only for Table: ColSpan, which represents the number of columns in the enclosing table...
Definition: FSPDFObjC.h:7173
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:501
Definition: FSPDFObjC.h:11144
Corner mark style: subscript.
Definition: FSPDFObjC.h:2187
Result type: replace text.
Definition: FSPDFObjC.h:6511
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2159
Hit test area: Client.
Definition: FSPDFObjC.h:5614
Definition: FSPDFObjC.h:1615
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:2119
Enum value: Normal, which means to adjust the line height to include any nonzero value specified for ...
Definition: FSPDFObjC.h:7206
FSDocProviderCallbackInvalidateFlag
Enumeration for XFA invalidate flag.
Definition: FSPDFObjC.h:5492
Definition: FSPDFObjC.h:2164
Definition: FSPDFObjC.h:725
Definition: FSPDFObjC.h:1923
Definition: FSPDFObjC.h:5805
Name for module "DWG2PDF".
Definition: FSPDFObjC.h:646
Definition: FSPDFObjC.h:2810
Locale ID for country: Korea.
Definition: FSPDFObjC.h:677
Definition: FSPDFObjC.h:7297
BOOL getFullScreen()
A callback function to get whether the full screen mode is set.
Definition: FSPDFObjC.h:10366
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:853
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:6665
int getSize()
Get the number of elements in the array.
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:6709
Sample message: "Cannot directly assign the value to object".
Definition: FSPDFObjC.h:5412
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:1102
Definition: FSPDFObjC.h:5914
Bullet type: check.
Definition: FSPDFObjC.h:7441
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:2527
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:492
FSRectF * getBBox()
Get bounding box.
Structure element type: PathContent, which means path content element.
Definition: FSPDFObjC.h:7106
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:7615
Enum value: neutral, which means the state is neutral.
Definition: FSPDFObjC.h:7232
Font style: force bold.
Definition: FSPDFObjC.h:845
Scaling mode: Fixed page with no scale. In this mode, the text size of HTML content will not be chang...
Definition: FSPDFObjC.h:6769
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:4971
Join spilt operation type: Close.
Definition: FSPDFObjC.h:7518
Save document as a linearized file.
Definition: FSPDFObjC.h:4986
Definition: FSPDFObjC.h:8622
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:4408
FSHTML2PDFSettingDataHTML2PDFScalingMode
Enumeration for scaling mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:6768
Encoding foramt: "ISO-8859-8-I".
Definition: FSPDFObjC.h:6814
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:4959
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
Definition: FSPDFObjC.h:6856
FSLocaleID getCurrentLocaleID()
A callback function used to specify current locale id.
When document is opened, attachment panels are visible.
Definition: FSPDFObjC.h:5016
FSPrintParamsDuplexType
Enumeration for the values used to set the printing duplex mode.
Definition: FSPDFObjC.h:3398
Page label style: no numbering style.
Definition: FSPDFObjC.h:5209
FSActionCallbackMailType
Enumeration for data type to be mailed.
Definition: FSPDFObjC.h:3660
If set, only show with Lab.
Definition: FSPDFObjC.h:8087
Definition: FSPDFObjC.h:8284
PDF/A-2a.
Definition: FSPDFObjC.h:6473
Definition: FSPDFObjC.h:2637
unsigned int getMCID()
Get marked-content identifier(MCID).
Definition: FSPDFObjC.h:8031
id init()
Construct an empty color.
Definition: FSPDFObjC.h:7659
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2321
Error severity.
Definition: FSPDFObjC.h:6433
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:1870
Definition: FSPDFObjC.h:4934
Definition: FSPDFObjC.h:7941
Italian.
Definition: FSPDFObjC.h:3642
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:8076
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:4621
ESC key.
Definition: FSPDFObjC.h:3973
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5021
If set, only show with CMYK.
Definition: FSPDFObjC.h:8079
FSLRStructureElement * getRootElement()
Get the root element of structure tree.
If set, that means printing process can be canceled.
Definition: FSPDFObjC.h:5499
0 key in the numeric keypad.
Definition: FSPDFObjC.h:4024
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:2526
Attribute type: BorderThickness, which represents the thickness of the border drawn on the edges of a...
Definition: FSPDFObjC.h:7142
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSRectF * getContentsRect()
Get contents rectangle.
Definition: FSPDFObjC.h:9710
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4322
Home key.
Definition: FSPDFObjC.h:3978
int getChildCount()
Get the count of child structure tree entities in the current structure element.
Sample message: "Unsupported property %s.".
Definition: FSPDFObjC.h:5374
Text encoding: font specific.
Definition: FSPDFObjC.h:5517
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:1823
XFA widget type: check button.
Definition: FSPDFObjC.h:5622
Barcode format: ITF code.
Definition: FSPDFObjC.h:1143
Form field type: check box.
Definition: FSPDFObjC.h:4171
The submit data is packaged in URL-encoded format as described in Uniform Resource Locator(URL).
Definition: FSPDFObjC.h:5509
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2334
Definition: FSPDFObjC.h:8208
int getHeight()
Get bitmap height.
NSString * getLocalFontName()
A callback function used to specify the font name used locally.
F8 key.
Definition: FSPDFObjC.h:4047
Text encoding: KSC5601.
Definition: FSPDFObjC.h:5522
Encoding foramt: "X-BINARYENC".
Definition: FSPDFObjC.h:6835
XFA widget type: signature.
Definition: FSPDFObjC.h:5626
Structure element type: DocumentFragment (PDF 2.0), which represents a part of an original complete d...
Definition: FSPDFObjC.h:7040
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
If set, only show with spot color.
Definition: FSPDFObjC.h:8075
Type of exported data: XML.
Definition: FSPDFObjC.h:5555
void removeAll()
Clean up the array.
Character flag: Generated.
Definition: FSPDFObjC.h:5765
Attribute type: Destination (PDF 2.0), which provides a means to access content.
Definition: FSPDFObjC.h:7135
Sample message: "Illegal break".
Definition: FSPDFObjC.h:5403
Enum value: Right, which means right edge of the page.
Definition: FSPDFObjC.h:7239
Parsing flag for image mode.
Definition: FSPDFObjC.h:5278
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:1731
FSPagingSealConfigPagingSealStyle
Enumeration for paging seal signature style.
Definition: FSPDFObjC.h:4539
CRL response.
Definition: FSPDFObjC.h:7562
Definition: FSPDFObjC.h:6436
Structure element type: AnnotObject, which means annotation object element.
Definition: FSPDFObjC.h:7103
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:3992
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:4617
Structure tree entity type: MarkedContent, which represents a marked-content item.
Definition: FSPDFObjC.h:1590
Ctrl key.
Definition: FSPDFObjC.h:3970
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:5833
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:1229
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:489
Japanese.
Definition: FSPDFObjC.h:3644
Not have image type yet.
Definition: FSPDFObjC.h:1100
Invalidate all pages.
Definition: FSPDFObjC.h:5493
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:1053
Page size: B2.
Definition: FSPDFObjC.h:4648
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:1057
Single page mode.
Definition: FSPDFObjC.h:6764
Name for module "Comparison".
Definition: FSPDFObjC.h:639
The submit data is packaged in XDP format, as described in XDP Specification.
Definition: FSPDFObjC.h:5507
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:4180
FSJoinSplitJoinSplitOperationType
Enumeration for join spilt operation type.
Definition: FSPDFObjC.h:7512
Line fill-sign object.
Definition: FSPDFObjC.h:7831
Definition: FSPDFObjC.h:3553
Warning severity.
Definition: FSPDFObjC.h:6432
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:6661
Structure element type: Strong (PDF 2.0), which represents content for the purpose of strong importan...
Definition: FSPDFObjC.h:7091
Definition: FSPDFObjC.h:5184
Danish.
Definition: FSPDFObjC.h:3637
String ID for case: Use string in local language for "Today".
Definition: FSPDFObjC.h:5455
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1368
Definition: FSPDFObjC.h:3011
Page size: B3.
Definition: FSPDFObjC.h:4649
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:2330
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:2120
Window position: at the bottom center.
Definition: FSPDFObjC.h:3476
Structure element type: Caption, which represents a brief portion of text describing a table or figur...
Definition: FSPDFObjC.h:7046
Definition: FSPDFObjC.h:7793
FSHTML2PDFSettingDataHTML2PDFMediaStyle
Enumeration for media style used for converting HTML to PDF.
Definition: FSPDFObjC.h:6851
FSDocProviderCallbackPrintOption
Enumeration for XFA print options.
Definition: FSPDFObjC.h:5497
Sample message: "%s cannot be left blank. To ignore validations for %s, click Ignore....
Definition: FSPDFObjC.h:5457
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:532
Definition: FSPDFObjC.h:817
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:6633
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:779
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:1721
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:4345
(For OFD only) OFD engine has not been initialized successfully.
Definition: FSPDFObjC.h:555
Definition: FSPDFObjC.h:5838
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:2516
Signature type: time stamp.
Definition: FSPDFObjC.h:4381
Definition: FSPDFObjC.h:4198
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:2216
FSPDFNumberTreeType getType()
Get the type of current number tree.
Popup menu item: "Cut".
Definition: FSPDFObjC.h:3955
Use current time.
Definition: FSPDFObjC.h:7741
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
Error handle.
Definition: FSPDFObjC.h:479
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:3059
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:3062
Attribute type: ColumnCount, which represents the number of columns in the content of the grouping el...
Definition: FSPDFObjC.h:7165
Definition: FSPDFObjC.h:2225
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:2017
Window position: at the top center.
Definition: FSPDFObjC.h:3470
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:5656
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:1059
Encoding foramt: "Unicode".
Definition: FSPDFObjC.h:6793
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:1687
Line spacing style: single line spacing.
Definition: FSPDFObjC.h:2897
Encoding foramt: "CP874".
Definition: FSPDFObjC.h:6801
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:6130
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:3066
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:3964
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:3710
Definition: FSPDFObjC.h:4482
Character flag: Normal.
Definition: FSPDFObjC.h:5764
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2333
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
Encoding foramt: "GB18030".
Definition: FSPDFObjC.h:6820
Definition: FSPDFObjC.h:1569
5 key in the numeric keypad.
Definition: FSPDFObjC.h:4029
Window position: at the bottom left corner.
Definition: FSPDFObjC.h:3475
Definition: FSPDFObjC.h:3903
Event flag: "Shift" key.
Definition: FSPDFObjC.h:4055
BOOL onCut()
Call this function when the popup menu item "Cut" is down.
Page label style: lowercase letters.
Definition: FSPDFObjC.h:5214
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:4039
Remove invalid links.
Definition: FSPDFObjC.h:6719
Page Up key.
Definition: FSPDFObjC.h:3975
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:1704
No need to decode the stream data.
Definition: FSPDFObjC.h:1220
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1144
Position: bottom left.
Definition: FSPDFObjC.h:628
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:1221
Definition: FSPDFObjC.h:11213
F5 key.
Definition: FSPDFObjC.h:4044
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:3093
Line spacing style: one and half times line spacing.
Definition: FSPDFObjC.h:2898
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:4340
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:848
Sample message: "'%s' doesn't have property '%s'".
Definition: FSPDFObjC.h:5432
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2332
Definition: FSPDFObjC.h:5902
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:871
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:1720
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:5000
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:8122
Sample message: "Invalid node type: '%s'".
Definition: FSPDFObjC.h:5433
String ID for case: If to modify field. Sample message: "Do you want to modify this field?...
Definition: FSPDFObjC.h:5365
Encoding foramt: "X-TAM-WEBTAMIL".
Definition: FSPDFObjC.h:6843
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:7617
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:1688
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7931
Encoding foramt: "GB".
Definition: FSPDFObjC.h:6790
Enum value: Before, which means the placement for attributes Placement/RubyPosition or alignment for ...
Definition: FSPDFObjC.h:7188
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:5025
Pause Break key.
Definition: FSPDFObjC.h:3972
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:2383
Window position: at the center right.
Definition: FSPDFObjC.h:3474
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:2362
Enter key.
Definition: FSPDFObjC.h:3968
PAdES level: B-LTA.
Definition: FSPDFObjC.h:4391
Attribute type: SpaceBefore, which represents the amount of extra space preceding the before edge of ...
Definition: FSPDFObjC.h:7147
Definition: FSPDFObjC.h:6527
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:5654
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:6925
FSRichTextStyleCornerMarkStyle
Enumeration for corner mark style.
Definition: FSPDFObjC.h:2184
FSActionType getType()
Get action type.
Definition: FSPDFObjC.h:10168
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1145
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:6087
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:6734
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:5649
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:3426
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:6740
Sample message: "Unable to set the value for property 'numPages'".
Definition: FSPDFObjC.h:5378
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:3061
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:2123
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:4405
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:2010
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:1363
A fixup failed.
Definition: FSPDFObjC.h:6408
Page size: A4.
Definition: FSPDFObjC.h:4645
Signed signature.
Definition: FSPDFObjC.h:4568
Consider the object non-viable.
Definition: FSPDFObjC.h:1740
Numbering type: a. b. c.
Definition: FSPDFObjC.h:7454
Never scale.
Definition: FSPDFObjC.h:2290
CID Font charset: Unicode.
Definition: FSPDFObjC.h:872
Font type: TrueType.
Definition: FSPDFObjC.h:894
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:959
Definition: FSPDFObjC.h:5031
If set, do not print a watermark.
Definition: FSPDFObjC.h:6133
Definition: FSPDFObjC.h:1653
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:6616
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:4375
Window position: at the bottom right corner.
Definition: FSPDFObjC.h:3477
No restriction.
Definition: FSPDFObjC.h:4395
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:634
Help key.
Definition: FSPDFObjC.h:3987
No rotation.
Definition: FSPDFObjC.h:602
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4809
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:4999
Fail to send data during sending request process.
Definition: FSPDFObjC.h:4510
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:776
Position center left.
Definition: FSPDFObjC.h:625
FSGraphicsObject * getGraphicsObject()
Get related graphics object.
Definition: FSPDFObjC.h:5939
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:4984
Event type: after an XFA widget is added.
Definition: FSPDFObjC.h:5536
Enum value: Dotten, which means the border is a series of dots.
Definition: FSPDFObjC.h:7198
Position: bottom right.
Definition: FSPDFObjC.h:630
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:2121
Bullet type: solid diamond.
Definition: FSPDFObjC.h:7440
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:2375
French.
Definition: FSPDFObjC.h:3641
Definition: FSPDFObjC.h:7314
0 key.
Definition: FSPDFObjC.h:3988
Compression mode: jbig2.
Definition: FSPDFObjC.h:6660
Text encoding: Big5.
Definition: FSPDFObjC.h:5516
"Templates" name tree.
Definition: FSPDFObjC.h:1540
Encoding foramt: "TAM".
Definition: FSPDFObjC.h:6824
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6367
Searchable text type: Only text displayed with TTF font is searchable.
Definition: FSPDFObjC.h:6943
Form field type: push button.
Definition: FSPDFObjC.h:4170
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:4808
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:477
Font type: Type1.
Definition: FSPDFObjC.h:893
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:8072
Action type: movie action.
Definition: FSPDFObjC.h:1872
Search scope: index.
Definition: FSPDFObjC.h:3698
No response.
Definition: FSPDFObjC.h:7561
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:4362
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:4330
FSPDFDictionary * getDict()
Get PDF dictionary of current object.
Filter type: JBIG2Decode, which means to decompress data encoded using the JBIG2 standard,...
Definition: FSPDFObjC.h:1227
Not a PAdES signature.
Definition: FSPDFObjC.h:4386
Cannot get verify relevant information.
Definition: FSPDFObjC.h:4343
7 key in the numeric keypad.
Definition: FSPDFObjC.h:4031
Bit 7. Enable embedding of TTF font program to PDF file. The TTF font will be reduced by removing unu...
Definition: FSPDFObjC.h:6923
No special searching options.
Definition: FSPDFObjC.h:5831
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:5426
Attribute type: invalid.
Definition: FSPDFObjC.h:7130
This means LTV is enabled.
Definition: FSPDFObjC.h:7769
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:2364
void resetForm()
Reset form.
media player state: Suspend.
Definition: FSPDFObjC.h:3628
Definition: FSPDFObjC.h:4296
Structure tree entity type: unknown.
Definition: FSPDFObjC.h:1588
Page Order type: pages are placed from left to right, from top to bottom.
Definition: FSPDFObjC.h:3418
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:5657
Attribute type: Short (PDF 2.0), which contains a short form of the content of a TH structure element...
Definition: FSPDFObjC.h:7177
Print key.
Definition: FSPDFObjC.h:3983
Result type: insert path.
Definition: FSPDFObjC.h:6516
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:5801
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:2528
(Used with state model FSMarkupStateModelReview) The change has been deferred.
Definition: FSPDFObjC.h:2529
Position: center.
Definition: FSPDFObjC.h:626
FSStructElement * getParentElement()
Get the parent structure element.
NSString * getSignatureName()
Get signature name.
Definition: FSPDFObjC.h:7679
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:671
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7929
PDF array object.
Definition: FSPDFObjC.h:1173
Enum value: Row, which means column of a table.
Definition: FSPDFObjC.h:7234
Bit 3. Enable SHX font text to geometry conversion.
Definition: FSPDFObjC.h:6919
Definition: FSPDFObjC.h:188
Numbering type: A. B. C.
Definition: FSPDFObjC.h:7452
Structure element type: Reference, which represents a citation to content elsewhere in the document.
Definition: FSPDFObjC.h:7078
Sample message: "Unsupported character '%c'".
Definition: FSPDFObjC.h:5387
FSPDFArray * getDestArray()
Get the destination PDF array.
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:4327
Definition: FSPDFObjC.h:3069
Popup menu item: "Select All".
Definition: FSPDFObjC.h:3959
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:1228
B key.
Definition: FSPDFObjC.h:3999
Definition: FSPDFObjC.h:3799
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:4323
Definition: FSPDFObjC.h:6894
(Reserved) Attribute type: ABox.
Definition: FSPDFObjC.h:7179
Definition: FSPDFObjC.h:988
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:1376
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:8020
Join spilt operation type: Unlink.
Definition: FSPDFObjC.h:7516
Structure element type: Note, which represents an item of explanatory text, such as a footnote or an ...
Definition: FSPDFObjC.h:7077
Definition: FSPDFObjC.h:5589
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
Import pages normally.
Definition: FSPDFObjC.h:4992
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:2359
If set, only show with CalGray.
Definition: FSPDFObjC.h:8085
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:2374
FDF document type: XFDF.
Definition: FSPDFObjC.h:3095
FSStructObjectContentStructObjectType
Enumeration for object type.
Definition: FSPDFObjC.h:1645
Position: top left.
Definition: FSPDFObjC.h:622
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:656
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2324
Definition: FSPDFObjC.h:8128
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2339
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:4036
Encoding foramt: Default.The encoding format will be automatically detected in chromium.
Definition: FSPDFObjC.h:6775
Enum value: tv, which means text-value field.
Definition: FSPDFObjC.h:7229
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2536
String ID for case: Use string in local language for "May".
Definition: FSPDFObjC.h:5447
Definition: FSPDFObjC.h:7718
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:2378
Attribute type: Rotation.
Definition: FSPDFObjC.h:7133
BOOL generateContent()
Generate contents of current graphics objects.
If set, only show text.
Definition: FSPDFObjC.h:8093
Definition: FSPDFObjC.h:4841
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:1361
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
Enumeration for hatches export type used for converting DWG to PDF.
Definition: FSPDFObjC.h:6933
Value type: an array of ARGB values.
Definition: FSPDFObjC.h:7263
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:4030
FSFixupDataFixupState
Enumeration for the state of a fixup data.
Definition: FSPDFObjC.h:6406
Sample message: "Condition is null".
Definition: FSPDFObjC.h:5402
Structure element type: PageObject, which means page object element.
Definition: FSPDFObjC.h:7104
Definition: FSPDFObjC.h:5981
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:1821
float getContentWidth()
Get content width after current reflow page object has been parsed.
Korean.
Definition: FSPDFObjC.h:3643
Enum value: Bottom, which means bottom edge of the page.
Definition: FSPDFObjC.h:7238
String ID for case: Use string in local language for "Saturday".
Definition: FSPDFObjC.h:5442
int getFrameCount()
Get frame count.
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:5028
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:1879
Structure element type: TFoot, which means "Table footer row group" and represents a group of rows th...
Definition: FSPDFObjC.h:7074
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:6708
Definition: FSPDFObjC.h:1276
5 key.
Definition: FSPDFObjC.h:3993
Definition: FSPDFObjC.h:7773
FSSnapPointMgrSnapPointFlags
Enumeration for snapping point flags which are used to specify what kind of point in a path is to be ...
Definition: FSPDFObjC.h:8277
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:7738
Sample message: "Script failed(language is %s;context is %s) script=%s".
Definition: FSPDFObjC.h:5462
Send request successfully.
Definition: FSPDFObjC.h:4507
A-law-encoded samples.
Definition: FSPDFObjC.h:2964
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:1375
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:4374
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:476
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:6089
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:1737
Encoding foramt: "X-TAM-TBOOMIS".
Definition: FSPDFObjC.h:6841
Definition: FSPDFObjC.h:8235
FSPDFStream * getSoundStream()
Get the stream of sound data.
FSPDFAComplianceVersion
Enumeration for PDF/A version.
Definition: FSPDFObjC.h:6470
Attribute type only for PrintField: Role, which represents the type of form field represented by this...
Definition: FSPDFObjC.h:7169
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:6524
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:5625
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:4190
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:6710
Enum value: Watermark.
Definition: FSPDFObjC.h:7246
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:2540
An array of signed integer values.
Definition: FSPDFObjC.h:303
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:2381
3 key.
Definition: FSPDFObjC.h:3991
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:4987
Measurement of change along the y axis.
Definition: FSPDFObjC.h:2548
Sample message: "Invalidate expression '%s'".
Definition: FSPDFObjC.h:5394
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:2129
Font style: serif.
Definition: FSPDFObjC.h:838
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:8084
Encoding foramt: "KOI8U".
Definition: FSPDFObjC.h:6811
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:4962
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:2379
Definition: FSPDFObjC.h:3843
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:4627
Enum value: Square, which means solid square bullet.
Definition: FSPDFObjC.h:7217
Right arrow key.
Definition: FSPDFObjC.h:3981
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:1882
Structure element type: TextContent, which means text content element.
Definition: FSPDFObjC.h:7105
PDF/A-3a.
Definition: FSPDFObjC.h:6476
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2316
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:869
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:5834
Enum value: Decimal, which means decimal arabic numerals (1-9, 10-99, ...).
Definition: FSPDFObjC.h:7218
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:2116
Definition: FSPDFObjC.h:4881
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:5171
D key.
Definition: FSPDFObjC.h:4001
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:5898
Annotation's down appearance.
Definition: FSPDFObjC.h:2401
Discard bookmarks.
Definition: FSPDFObjC.h:6728
Definition: FSPDFObjC.h:1958
Standard font: Times-Bold.
Definition: FSPDFObjC.h:885
Definition: FSPDFObjC.h:7020
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:2117
If set, that means duplicate stream objects from source PDF files will be outputted to combined resul...
Definition: FSPDFObjC.h:7938
Definition: FSPDFObjC.h:8055
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2340
Encoding foramt: "UTF-32BE".
Definition: FSPDFObjC.h:6833
Definition: FSPDFObjC.h:8298
String ID for case: Use string in local language for "February".
Definition: FSPDFObjC.h:5444
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4807
FSPrintParamsBookletBinding
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3410
F11 key.
Definition: FSPDFObjC.h:4050
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:6735
X key.
Definition: FSPDFObjC.h:4021
Backspace key.
Definition: FSPDFObjC.h:3966
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:8027
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:1829
Sample message: "The value you entered for %s is invalid. To ignore validations for %s,...
Definition: FSPDFObjC.h:5459
Hit test area: Unknown.
Definition: FSPDFObjC.h:5613
Definition: FSPDFObjC.h:1034
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:2319
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:6628
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:7560
Non expected byte range.
Definition: FSPDFObjC.h:4325
FSPDFDoc * getCurrentDoc()
A callback function to receive current PDF document object.
int getBpp()
Get bitmap bits-per-pixel.
Color space: Invalid.
Definition: FSPDFObjC.h:654
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:510
When document is opened, optional content group panels are visible.
Definition: FSPDFObjC.h:5015
FSRectF * getBBox()
Get bounding box.
NSString * getName()
Retrieve the postscript name.
Definition: FSPDFObjC.h:8448
T key.
Definition: FSPDFObjC.h:4017
Bit 4. Enable simple geometry optimization (separated segments to one polyline, Bezier curve control ...
Definition: FSPDFObjC.h:6920
Beep type: error.
Definition: FSPDFObjC.h:5355
If set, page content will be rendered.
Definition: FSPDFObjC.h:3002
String ID for case: Use string in local language for "August".
Definition: FSPDFObjC.h:5450
Add multiple signatures. Use the FSSignature to display the appearance of paging seal signature,...
Definition: FSPDFObjC.h:4540
String ID for case: Some enumerate value is invalid. Sample message: "Invalid enumerate value:".
Definition: FSPDFObjC.h:5372
Compression mode: run-length.
Definition: FSPDFObjC.h:6662
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:777
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:1733
Annotation type: paging seal annotation. A Foxit PDF SDK custom annotation type (not a standard annot...
Definition: FSPDFObjC.h:2343
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4797
If set, watermarks will share one form xobject if these watermarks use the same text and text's relat...
Definition: FSPDFObjC.h:6136
Result type: replace shading.
Definition: FSPDFObjC.h:6520
Twos-complement values.
Definition: FSPDFObjC.h:2962
CID Font charset: Unknown.
Definition: FSPDFObjC.h:867
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:4054
Definition: FSPDFObjC.h:7405
Definition: FSPDFObjC.h:6695
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:4964
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:2522
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:1703
If this is used, "m.d.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4806
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:4373
Definition: FSPDFObjC.h:7006
String ID for case: Use string in local language for "October".
Definition: FSPDFObjC.h:5452
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:4037
Round line join type.
Definition: FSPDFObjC.h:784
Measurement of angles.
Definition: FSPDFObjC.h:2551
Value type: enum.
Definition: FSPDFObjC.h:7254
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:5212
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:1362
Join spilt operation type: Join.
Definition: FSPDFObjC.h:7513
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:5542
FSPrintParamsPrintContent
Enumeration for the values used to set the contents of the print job.
Definition: FSPDFObjC.h:3392
Annotation flag: no rotate.
Definition: FSPDFObjC.h:2351
int getCharCount()
Get the count of all the characters.
Certificate's private key cannot be gotten.
Definition: FSPDFObjC.h:4477
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:1734
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1151
Compression quality: Lossless.
Definition: FSPDFObjC.h:6666
Event type: before an XFA widget is removed.
Definition: FSPDFObjC.h:5537
Sample message: "Invalidate token '%s'".
Definition: FSPDFObjC.h:5393
Action type: submit-form action.
Definition: FSPDFObjC.h:1875
void removeAll()
Clean up the array.
Definition: FSPDFObjC.h:2829
BOOL deactivate()
Deactivate join split editing.
Enum value: Left, which means left edge of the page.
Definition: FSPDFObjC.h:7236
Definition: FSPDFObjC.h:3311
Sample message: "Compiler error".
Definition: FSPDFObjC.h:5397
Popup menu item: "Paste".
Definition: FSPDFObjC.h:3957
FSAnnotationSummaryCallbackAnnotationSummaryStringID
Enumeration for string ID used to specify the string or prefix in result document when summarizing an...
Definition: FSPDFObjC.h:7996
FSHTML2PDFSettingDataHTML2PDFPageMode
Enumeration for page mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:6763
float getContentHeight()
Get content height after current reflow page object has been parsed.
Show bookmark title as normal text.
Definition: FSPDFObjC.h:3705
Definition: FSPDFObjC.h:1947
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:5802
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:3064
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:7830
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:5002
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:8258
Encoding foramt: "ASCII-7-bit".
Definition: FSPDFObjC.h:6797
C key.
Definition: FSPDFObjC.h:4000
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:2960
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:5796
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7933
Encoding foramt: "EUC-JP".
Definition: FSPDFObjC.h:6786
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:1709
Action type: rendition action.
Definition: FSPDFObjC.h:1880
Discard external cross references.
Definition: FSPDFObjC.h:6736
Structure element type: Warichu, which represents the wrapper around the entire warichu assembly.
Definition: FSPDFObjC.h:7087
Structure element type: RT, which means "Ruby annotation text" and represents the smaller-size text t...
Definition: FSPDFObjC.h:7085
void removeAll()
Clean up the array.
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:8074
FSPDFStream * getStream()
Get image stream.
Encoding foramt: "CP852".
Definition: FSPDFObjC.h:6799
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:1364
Definition: FSPDFObjC.h:6637
Text fill-sign object.
Definition: FSPDFObjC.h:7827
Hit test area: Title Bar.
Definition: FSPDFObjC.h:5615
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:4997
Enum value: Hidden, which is same as None except in terms of border conflict resolution for table ele...
Definition: FSPDFObjC.h:7197
Definition: FSPDFObjC.h:5217
Sample message: "Unable to set".
Definition: FSPDFObjC.h:5370
Window position: at the top left corner.
Definition: FSPDFObjC.h:3469
Action type: hide action.
Definition: FSPDFObjC.h:1873
Sample message: "'%s' operator cannot support array calculation".
Definition: FSPDFObjC.h:5420
Structure element type: Table, which represents a two-dimensional layout of rectangular data cells,...
Definition: FSPDFObjC.h:7068
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:542
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:4184
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:7826
Attribute type: BorderStyle, which represents the style of an element's border.
Definition: FSPDFObjC.h:7141
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:5176
float getBottom()
Get bottom position value.
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:1716
Mailed data type: string message.
Definition: FSPDFObjC.h:3663
This means certificate is expired.
Definition: FSPDFObjC.h:7604
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:530
(For converting html to pdf only) The converted URL is on blacklist.
Definition: FSPDFObjC.h:554
F2 key.
Definition: FSPDFObjC.h:4041
FSParagraphEditingBulletType
Enumeration for bullet type.
Definition: FSPDFObjC.h:7436
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:2115
FSPointF * getMousePosition()
A callback function to get current mouse position.
Enum value: cb, which means check box.
Definition: FSPDFObjC.h:7227
No "Optimizer" module right.
Definition: FSPDFObjC.h:540
Measurement of change along the x axis.
Definition: FSPDFObjC.h:2547
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:2377
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4822
Standard font: Times-Italic.
Definition: FSPDFObjC.h:887
Definition: FSPDFObjC.h:7113
float getSamplingRate()
Get the sampling rate, in samples per second.
Encoding foramt: "EUC-CN".
Definition: FSPDFObjC.h:6791
Definition: FSPDFObjC.h:936
Structure element type: TH, which means "Table header cell" and represents a table cell containing he...
Definition: FSPDFObjC.h:7070
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:5175
File format type: XML.
Definition: FSPDFObjC.h:686
Definition: FSPDFObjC.h:6564
FSAppProviderCallbackStringID
Enumeration for string ID used to specify a case.
Definition: FSPDFObjC.h:5362
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:5659
PDF/A-2b.
Definition: FSPDFObjC.h:6474
media player state: Stop.
Definition: FSPDFObjC.h:3627
Definition: FSPDFObjC.h:5952
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:5830
Page Down key.
Definition: FSPDFObjC.h:3976
If set, print page as image; otherwise, as text.
Definition: FSPDFObjC.h:5501
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:2388
FSTaggedPDFCallbackReportCategory
Enumeration for report category type used for tagged PDF.
Definition: FSPDFObjC.h:7344
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1141
BOOL canCut()
Check whether can cut text.
Not check the issuer.
Definition: FSPDFObjC.h:4333
Message box button ID: OK.
Definition: FSPDFObjC.h:5484
Attribute type: Width, which represents the width of the element's content rectangle.
Definition: FSPDFObjC.h:7137
Dutch.
Definition: FSPDFObjC.h:3645
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:4991
(For Office-to-PDF conversion only) WPS office engine is not found.
Definition: FSPDFObjC.h:546
Structure element type: Aside (PDF 2.0), which represents content that is distinct from other content...
Definition: FSPDFObjC.h:7050
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:4963
Up arrow key.
Definition: FSPDFObjC.h:3980
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:4629
Sample message: "Incorrect number of parameters are used when calling method '%s'".
Definition: FSPDFObjC.h:5427
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:883
FSStructObjectContentStructObjectType getObjectType()
Get related object type.
Definition: FSPDFObjC.h:2733
Structure element type: ShadingContent, which means shading content element.
Definition: FSPDFObjC.h:7108
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:2114
Page Order type: pages are placed from right to left, from top to bottom.
Definition: FSPDFObjC.h:3419
Form field type: signature field.
Definition: FSPDFObjC.h:4176
Definition: FSPDFObjC.h:1440
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:482
Attribute type: TextDecorationThickness, which represents the thickness of each line drawn as part of...
Definition: FSPDFObjC.h:7160
FSRange * getGraphicsObjectRange()
Get the range of current content element in current graphics object.
Definition: FSPDFObjC.h:7545
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1065
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:1224
Structure element type: Em (PDF 2.0), which means "Emphasis" and represents content for the purpose o...
Definition: FSPDFObjC.h:7090
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2328
Compression quality: High.
Definition: FSPDFObjC.h:6624
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:2525
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:1827
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:2382
No scaling way is specified.
Definition: FSPDFObjC.h:2286
Line spacing style: double line spacing.
Definition: FSPDFObjC.h:2899
(Only useful for text field) If set, the value of this field should be represented as a rich text str...
Definition: FSPDFObjC.h:4193
FSActionCallbackAppInfoType
Enumeration for application's information type.
Definition: FSPDFObjC.h:3652
FSDocProviderCallbackPageViewEventType
Enumeration for the event type of page view.
Definition: FSPDFObjC.h:5529
Attribute type: RubyPosition, which represents the placement of the RT structure element relative to ...
Definition: FSPDFObjC.h:7163
Discard document information and metadata.
Definition: FSPDFObjC.h:6737
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:4063
Definition: FSPDFObjC.h:1972
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:852
Structure element type: ContainerObject, which means container object element.
Definition: FSPDFObjC.h:7102
Definition: FSPDFObjC.h:740
Report category type: artifact.
Definition: FSPDFObjC.h:7346
Spanish.
Definition: FSPDFObjC.h:3640
BOOL isStructureElement()
Check whether current object is structure element or not.
FSPDFNumberTree * getNumberTree()
Get the page labels number tree.
Definition: FSPDFObjC.h:7584
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:6707
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: FSPDFObjC.h:3401
FSDocProviderCallbackSubmitFormat
Enumeration for XFA submit format.
Definition: FSPDFObjC.h:5506
Report confidence: medium low.
Definition: FSPDFObjC.h:7360
XFA widget type: line.
Definition: FSPDFObjC.h:5629
Definition: FSPDFObjC.h:8410
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:2091
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:3524
Definition: FSPDFObjC.h:3719
PDF name object.
Definition: FSPDFObjC.h:1172
FSIdentityProperties * getIdentityProperties()
A callback function used to get identity properties of current user.
Value type: an array of float values.
Definition: FSPDFObjC.h:7262
7 key.
Definition: FSPDFObjC.h:3995
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:5022
Enum value: on, which means the state is on.
Definition: FSPDFObjC.h:7230
PDF/A-3u.
Definition: FSPDFObjC.h:6478
PDF/A-1a.
Definition: FSPDFObjC.h:6471
Event flag: auto repeat.
Definition: FSPDFObjC.h:4060
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:643
Encoding foramt: "SJS".
Definition: FSPDFObjC.h:6787
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:499
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1139
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:4056
Encoding foramt: "BHASKAR".
Definition: FSPDFObjC.h:6829
FSColorSpaceType getColorSpaceType()
Get color space type.
Application information: language.
Definition: FSPDFObjC.h:5347
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:3704
Layout mode: continuous page.
Definition: FSPDFObjC.h:3684
Bullet type: solid circle.
Definition: FSPDFObjC.h:7438
Definition: FSPDFObjC.h:4148
Sample message: "Error:Invalid enumerated value:%s".
Definition: FSPDFObjC.h:5463
Compression mode: high.
Definition: FSPDFObjC.h:6659
Sample message: "Validate access index '%s' out of array".
Definition: FSPDFObjC.h:5415
Snapped point type: nearest point, which means the snapped point is the nearest point (which is in a ...
Definition: FSPDFObjC.h:8261
Structure element type: PathObject, which means path graphics object element.
Definition: FSPDFObjC.h:7098
Definition: FSPDFObjC.h:4517
Encoding foramt: "CSN_369103".
Definition: FSPDFObjC.h:6816
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:1222
Definition: FSPDFObjC.h:1323
If set, that means to get the midpoint for two endpoints of a path.
Definition: FSPDFObjC.h:8279
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Definition: FSPDFObjC.h:2437
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:6632
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:4339
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:7609
No Field MDP action.
Definition: FSPDFObjC.h:4402
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:669
Structure element type: Document, which represents a complete document.
Definition: FSPDFObjC.h:7039
Remove invalid bookmarks.
Definition: FSPDFObjC.h:6718
Result type: delete image.
Definition: FSPDFObjC.h:6512
Not use encryption algorithm.
Definition: FSPDFObjC.h:5897
void dedent()
Decrease indent for text.
Y key.
Definition: FSPDFObjC.h:4022
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:5548
Enum value: TbRl, which means inline progression from top to bottom; block progression from right to ...
Definition: FSPDFObjC.h:7194
Enum value: Middle, which means children are centered within the table cell.
Definition: FSPDFObjC.h:7210
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:1718
Structure element type: Div, which means "Division" and represents a generic block-level element or g...
Definition: FSPDFObjC.h:7044
FSFloatingInfoRelativeTarget
Enumeration for the values used to set relative position of floating window.
Definition: FSPDFObjC.h:3480
Any unknown error occurs.
Definition: FSPDFObjC.h:481
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:5556
Sample message: "An attempt was made to reference property '%s' of a non-object in SOM expression %s"...
Definition: FSPDFObjC.h:5423
Structure element type: Index, which represents a sequence of entries containing identifying text acc...
Definition: FSPDFObjC.h:7049
Name for module "XFA".
Definition: FSPDFObjC.h:635
File format type: PDF.
Definition: FSPDFObjC.h:688
Locale ID for country: Japan.
Definition: FSPDFObjC.h:678
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:1058
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:5180
Resize type: may be resized only if the aspect ratio is preserved.
Definition: FSPDFObjC.h:3489
Text mode: fill text.
Definition: FSPDFObjC.h:1430
Structure element type: Sub (PDF 2.0), which means "Sub-division of a block level element" and repres...
Definition: FSPDFObjC.h:7092
Definition: FSPDFObjC.h:560
Annotation flag: locked contents.
Definition: FSPDFObjC.h:2356
FSLRStructureElement * getParentElement()
Get the parent element.
Encoding foramt: "BIG5_HKSCS".
Definition: FSPDFObjC.h:6821
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:5643
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:4356
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:1698
Right Paging Seal.
Definition: FSPDFObjC.h:4534
Sample message: "Unexpected expression '%s'".
Definition: FSPDFObjC.h:5401
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4796
Attribute type: Subtype, which means the subtype of annotation or artifact.
Definition: FSPDFObjC.h:7144
Encoding foramt: "CP1255".
Definition: FSPDFObjC.h:6808
int getXDPI()
Get DPI for X-axis.
Shading graphics object.
Definition: FSPDFObjC.h:1380
Image type is BMP.
Definition: FSPDFObjC.h:1101
XFA widget type: unknown.
Definition: FSPDFObjC.h:5634
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:3713
Report category type: region.
Definition: FSPDFObjC.h:7345
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:4328
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:4185
Definition: FSPDFObjC.h:1936
Name for module "OFD".
Definition: FSPDFObjC.h:650
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:782
Page size: A2.
Definition: FSPDFObjC.h:4643
Encoding foramt: "X-TAM-LTTMBARANI".
Definition: FSPDFObjC.h:6839
Message box icon: Question.
Definition: FSPDFObjC.h:5472
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:960
Definition: FSPDFObjC.h:6679
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:5644
Encoding foramt: "X-TAM-SHREE".
Definition: FSPDFObjC.h:6840
BOOL isParsed()
Check if current reflow page has been parsed or not.
Definition: FSPDFObjC.h:9732
Value type: an array of integer values.
Definition: FSPDFObjC.h:7261
javascript field value changed type : calculation.
Definition: FSPDFObjC.h:3668
Form field type: text field.
Definition: FSPDFObjC.h:4175
Annotation flag: hidden.
Definition: FSPDFObjC.h:2348
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:4642
Structure element type: Hn (PDF 2.0), which represents heading with level 7 or more.
Definition: FSPDFObjC.h:7063
Definition: FSPDFObjC.h:1015
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:1367
Structure element type: Form, which represents a widget annotation representing an interactive form f...
Definition: FSPDFObjC.h:7095
Definition: FSPDFObjC.h:6481
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:488
The application window.
Definition: FSPDFObjC.h:1726
media player state: Stop.
Definition: FSPDFObjC.h:3678
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:2012
Locale ID for country: Germany.
Definition: FSPDFObjC.h:675
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:506
float getZoomFactor()
Get zoom factor.
Structure element type: RP, which means "Ruby punctuation" and represents punctuation surrounding the...
Definition: FSPDFObjC.h:7086
End key.
Definition: FSPDFObjC.h:3977
Attribute type: BlockAlign, which represents the alignment, in the block-progression direction,...
Definition: FSPDFObjC.h:7153
Egde position: right.
Definition: FSPDFObjC.h:5670
FSPDFDictionary * create()
Create a new dictionary object.
Encoding foramt: "ASCII".
Definition: FSPDFObjC.h:6776
String ID for case: Use string in local language for "Friday".
Definition: FSPDFObjC.h:5441
Structure element type: ComplexContent, which means complex content element.
Definition: FSPDFObjC.h:7109
Portfolio node type: file.
Definition: FSPDFObjC.h:8125
Definition: FSPDFObjC.h:5867
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:850
Import pages with layers.
Definition: FSPDFObjC.h:4993
Enum value: off, which means the state is off.
Definition: FSPDFObjC.h:7231
Encoding foramt: "ISO-8859-15".
Definition: FSPDFObjC.h:6812
Portfolio node type: folder.
Definition: FSPDFObjC.h:8124
Markup annotation state model: review.
Definition: FSPDFObjC.h:2518
FSAppProviderCallbackAppInfo
Enumeration for XFA application information type.
Definition: FSPDFObjC.h:5345
Text encoding: UTF-16.
Definition: FSPDFObjC.h:5525
FSPrintParamsPageOrder
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3417
English.
Definition: FSPDFObjC.h:3639
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:2011
Table border style: Solid.
Definition: FSPDFObjC.h:6206
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: FSPDFObjC.h:3427
Definition: FSPDFObjC.h:7457
Action type: launch action.
Definition: FSPDFObjC.h:1868
Font style: non-symbolic.
Definition: FSPDFObjC.h:841
Definition: FSPDFObjC.h:2137
Encoding foramt: "ISO-8859-13".
Definition: FSPDFObjC.h:6817
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:6163
Definition: FSPDFObjC.h:6743
Name for module "OCR".
Definition: FSPDFObjC.h:638
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:486
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:4794
Bit 11. Enable hyperlinks export.
Definition: FSPDFObjC.h:6927
Data of current object is invalid.
Definition: FSPDFObjC.h:493
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:676
Definition: FSPDFObjC.h:2476
Top Paging Seal.
Definition: FSPDFObjC.h:4535
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:2543
Bit 5. If enabled, layer support will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:6921
No popup menu item.
Definition: FSPDFObjC.h:3954
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:664
Value type: an array of wide strings.
Definition: FSPDFObjC.h:7264
Enum value: Groove, which means the border looks as though it were carved into the canvas.
Definition: FSPDFObjC.h:7202
Definition: FSPDFObjC.h:373
Nothing.
Definition: FSPDFObjC.h:1738
Definition: FSPDFObjC.h:1991
Bit 1. Enable embedding of TTF(True Type Font) program to PDF file. The whole TTF font file will be e...
Definition: FSPDFObjC.h:6917
Structure element type: H4, which represents heading with level 4.
Definition: FSPDFObjC.h:7060
Definition: FSPDFObjC.h:1180
String ID for case: Filter for image files. Sample message: "Image Files(*.bmp;*.jpg;*....
Definition: FSPDFObjC.h:5368
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: FSPDFObjC.h:3425
BOOL copySelected()
Copy the selected text.
Encoding foramt: "TSCII".
Definition: FSPDFObjC.h:6823
XFA widget type: push button.
Definition: FSPDFObjC.h:5621
Name for module "Optimizer".
Definition: FSPDFObjC.h:641
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:2346
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:8082
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:1055
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:1050
Definition: FSPDFObjC.h:2691
Structure tree entity type: Element, which represents a structure element.
Definition: FSPDFObjC.h:1589
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3413
media player state: Open.
Definition: FSPDFObjC.h:3675
The state is unchanged.
Definition: FSPDFObjC.h:3839
Definition: FSPDFObjC.h:4067
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:521
Enum value: RlTb, which means inline progression from right to left; block progression from top to bo...
Definition: FSPDFObjC.h:7193
Device type: printer.
Definition: FSPDFObjC.h:3007
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1149
XFA widget type: arc.
Definition: FSPDFObjC.h:5623
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:5385
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:5208
Enum value: Distribute, which means the content is to be expanded to fill the available width in the ...
Definition: FSPDFObjC.h:7214
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:6508
No "AdvEdit" module right.
Definition: FSPDFObjC.h:552
Type definition for point class for integer.
Definition: FSPDFObjC.h:202
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:3878
Discard private data of other applications.
Definition: FSPDFObjC.h:6739
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:8228
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:672
BOOL isEmpty()
Check whether current object is empty or not.
If set, print page in reverse order; otherwise, in normal order.
Definition: FSPDFObjC.h:5502
unsigned long long getSize()
Get the current stream size, in bytes.
Unknown filter type.
Definition: FSPDFObjC.h:1219
Definition: FSPDFObjC.h:2293
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:5276
String ID for case: Use string in local language for "March".
Definition: FSPDFObjC.h:5445
Mailed result: user abort.
Definition: FSPDFObjC.h:3692
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:525
FSPDFDictionary * getDict()
Get PDF dictionary of related object.
If set, only show line art.
Definition: FSPDFObjC.h:8094
Structure element type: TextObject, which means text graphics object element.
Definition: FSPDFObjC.h:7097
Event flag: key pad.
Definition: FSPDFObjC.h:4059
μ-law-encoded samples
Definition: FSPDFObjC.h:2963
Position: bottom center.
Definition: FSPDFObjC.h:629
BOOL needPauseNow()
Check whether need to pause now.
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:7612
PDF reference object.
Definition: FSPDFObjC.h:1177
Definition: FSPDFObjC.h:3333
Right alignment.
Definition: FSPDFObjC.h:612
Attribute type: BBox, which represents the element's bounding box (the rectangle that completely encl...
Definition: FSPDFObjC.h:7136
W key.
Definition: FSPDFObjC.h:4020
J key.
Definition: FSPDFObjC.h:4007
Print Handling: No page scaling is applied.
Definition: FSPDFObjC.h:3424
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:659
Bit 8. Determines whether software uses vector hidden-line removal for corresponding viewports.
Definition: FSPDFObjC.h:6924
F1 key.
Definition: FSPDFObjC.h:4040
Definition: FSPDFObjC.h:5970
Value type: element.
Definition: FSPDFObjC.h:7259
Text mode: stroke text.
Definition: FSPDFObjC.h:1431
Enum value: Ridge, which means the border looks as though it were coming out of the canvas (the oppos...
Definition: FSPDFObjC.h:7203
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:1702
Structure element type: Title (PDF 2.0), which represents content that is usually referred to as the ...
Definition: FSPDFObjC.h:7051
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:5641
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:5544
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:4329
(For DWG-to-PDF conversion only) ODA engine is not found.
Definition: FSPDFObjC.h:549
Message box button ID: No.
Definition: FSPDFObjC.h:5486
Brazilian Portuguese.
Definition: FSPDFObjC.h:3647
Invalid PDF object type.
Definition: FSPDFObjC.h:1168
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:533
Sample message: "Cannot find method '%s'".
Definition: FSPDFObjC.h:5410
Annotation property: border color.
Definition: FSPDFObjC.h:2370
Encoding foramt: "Arabic".
Definition: FSPDFObjC.h:6783
Measurement of distance in any direction.
Definition: FSPDFObjC.h:2549
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:8073
Hit test area: HyperLink.
Definition: FSPDFObjC.h:5616
Bullet type: right arrow (upper white and lower black).
Definition: FSPDFObjC.h:7442
FSWidgetLineSpacingStyle
Enumeration for line spacing style.
Definition: FSPDFObjC.h:2896
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:1707
Definition: FSPDFObjC.h:4417
Definition: FSPDFObjC.h:6587
Merge consecutive text-showing operators with equal y coordinates.
Definition: FSPDFObjC.h:4587
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:877
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:2007
int getTextLinkCount()
Get the count of the URL formatted texts, in related PDF page.
Font type: Type3.
Definition: FSPDFObjC.h:895
Sample message: "Validate failed".
Definition: FSPDFObjC.h:5363
No "Compliance" module right.
Definition: FSPDFObjC.h:539
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:2289
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:4793
Definition: FSPDFObjC.h:1155
The verified issue is current issuer.
Definition: FSPDFObjC.h:4334
Caption to the left of the icon.
Definition: FSPDFObjC.h:2394
Structure element type: Sect, which means "Section" and represents a container for grouping related c...
Definition: FSPDFObjC.h:7043
Definition: FSPDFObjC.h:8192
NSData * getTimeStampMessage()
A callback function used to get time stamp message.
FSRenditionMediaPermission
Enumeration for PDF media player permission.
Definition: FSPDFObjC.h:1685
FDF document type: FDF.
Definition: FSPDFObjC.h:3094
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:4975
XFA document type: Static.
Definition: FSPDFObjC.h:5550
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:4632
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:1010
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:813
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:1366
Enum value: float.
Definition: FSPDFObjC.h:7225
FSPortfolioNodeType getNodeType()
Get node type.
Encoding foramt: "Hebrew".
Definition: FSPDFObjC.h:6785
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:6726
Name for module "3D".
Definition: FSPDFObjC.h:649
BOOL canPaste()
Check whether can paste text.
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:5642
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:2361
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:4508
Definition: FSPDFObjC.h:2627
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:4355
Value type: ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24).
Definition: FSPDFObjC.h:7257
Z key.
Definition: FSPDFObjC.h:4023
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:1223
Definition: FSPDFObjC.h:3263
Font charset: Hebrew.
Definition: FSPDFObjC.h:861
Window type: a hidden window.
Definition: FSPDFObjC.h:1710
Line spacing style: auto line spacing.
Definition: FSPDFObjC.h:2901
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4321
Definition: FSPDFObjC.h:6602
Egde position: top.
Definition: FSPDFObjC.h:5669
FSFloatingInfoResizeType
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: FSPDFObjC.h:3487
Structure tree entity type: ObjectContent, which represents a PDF object content item,...
Definition: FSPDFObjC.h:1591
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:2090
Definition: FSPDFObjC.h:3283
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:5430
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:4331
Depends on monitor specifier.
Definition: FSPDFObjC.h:1728
Enum value: rb, which means radio button.
Definition: FSPDFObjC.h:7226
Definition: FSPDFObjC.h:6946
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:1218
Bit 15. Enable measuring scale in pdf.
Definition: FSPDFObjC.h:6930
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:889
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:1887
int getMatchSentenceStartIndex()
Get the index of the first character of current matched pattern, based on the matched sentence.
Multiple page mode.
Definition: FSPDFObjC.h:6765
Unknown signature.
Definition: FSPDFObjC.h:4566
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:4187
Attribute type: TextDecorationColor, which represents the color to be used for drawing text decoratio...
Definition: FSPDFObjC.h:7159
Border style: Cloudy.
Definition: FSPDFObjC.h:2222
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:7937
The full virtual desktop.
Definition: FSPDFObjC.h:1727
Application information: variation.
Definition: FSPDFObjC.h:5349
If set, watermarks will share one image stream if these watermarks use the same image or bitmap.
Definition: FSPDFObjC.h:6135
Join spilt operation type: Spilt.
Definition: FSPDFObjC.h:7514
Sample message: "Unknown error is caught!".
Definition: FSPDFObjC.h:5369
Definition: FSPDFObjC.h:6064
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
PDF number object.
Definition: FSPDFObjC.h:1170
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:8011
Structure element type: TD, which means "Table data cell" and represents a table cell containing data...
Definition: FSPDFObjC.h:7071
Application's forms version information.
Definition: FSPDFObjC.h:3653
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:849
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:5797
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:1719
Structure element type: THead, which means "Table header row group" and represents a group of rows th...
Definition: FSPDFObjC.h:7072
NSString * getPDFPath()
Get the path of related PDF document.
Miter line join type.
Definition: FSPDFObjC.h:783
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:1105
Sample message: "'%s' argument is expected to be a container".
Definition: FSPDFObjC.h:5422
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:5010
Sample message: "Argument mismatch in property or function argument".
Definition: FSPDFObjC.h:5428
Crop Box for page boundary.
Definition: FSPDFObjC.h:4634
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:528
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:881
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:8022
FSLRStructureElementAttributeValueEnum
Enumeration for element general layout attribute enum values.
Definition: FSPDFObjC.h:7183
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:2131
New data conflicts with existed data.
Definition: FSPDFObjC.h:490
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:1699
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:4628
Definition: FSPDFObjC.h:1070
void removeAllSubActions()
Remove all the sub-actions.
The submit data is packaged in PDF format as described in the PDF Reference.
Definition: FSPDFObjC.h:5508
Structure element info type: Expanded Form, which means the expanded form of structure element.
Definition: FSPDFObjC.h:1611
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:4338
Definition: FSPDFObjC.h:1594
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:2524
Sample message: "Message limit exceeded. Remaining %d validation errors not reported....
Definition: FSPDFObjC.h:5456
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:814
Enum value: LowerRoman, which means lowercase roman numerals (i, ii, iii, iv, ...).
Definition: FSPDFObjC.h:7220
Sample message: "Cannot modify the '%s' value".
Definition: FSPDFObjC.h:5398
Encoding foramt: "CP1257".
Definition: FSPDFObjC.h:6810
Attribute type only for Table: RowSpan, which represents the number of rows in the enclosing table th...
Definition: FSPDFObjC.h:7172
Window type: a docked page window.
Definition: FSPDFObjC.h:3522
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:2523
Definition: FSPDFObjC.h:9986
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:7618
If set, only show smooth shades.
Definition: FSPDFObjC.h:8091
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:4820
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:1828
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:878
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:2019
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:5011
No "NewWindow" flag.
Definition: FSPDFObjC.h:1888
Event type: after a page view is removed.
Definition: FSPDFObjC.h:5531
Bit 12. If enabled, layout geometry will be zoomed to paper size, else layout settings will be applie...
Definition: FSPDFObjC.h:6928
Definition: FSPDFObjC.h:6352
If set, shrink page to fit within content area.
Definition: FSPDFObjC.h:5500
String ID for case: Not allow to modify field. Sample message: "You are not allowed to modify this fi...
Definition: FSPDFObjC.h:5366
Structure element type: TOC, which means "Table of contents" and represents a list made up of table o...
Definition: FSPDFObjC.h:7047
Encoding foramt: "X-KDDI-Shift_JIS".
Definition: FSPDFObjC.h:6844
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:7608
Definition: FSPDFObjC.h:963
float getRight()
Get right position value.
BOOL isTopNull()
Check if top value is a null object.
Unknown initial view mode.
Definition: FSPDFObjC.h:8229
int getElementCount()
Get the count of elements.
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:526
Compression mode: high.
Definition: FSPDFObjC.h:6614
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:5619
Font charset: Baltic.
Definition: FSPDFObjC.h:863
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:665
F4 key.
Definition: FSPDFObjC.h:4043
Position: top center.
Definition: FSPDFObjC.h:623
Encoding foramt: "Latin4".
Definition: FSPDFObjC.h:6779
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:1225
Corner mark style: none.
Definition: FSPDFObjC.h:2185
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:2355
Encoding foramt: "CP866".
Definition: FSPDFObjC.h:6800
void unlinkBoxes()
Call this function to unlink text.
Page size: B5.
Definition: FSPDFObjC.h:4651
Sample message: "Invalidate character '%c'".
Definition: FSPDFObjC.h:5391
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:4061
Word matching: match all words.
Definition: FSPDFObjC.h:3575
Definition: FSPDFObjC.h:3098
This means the snapped point is invalid.
Definition: FSPDFObjC.h:8257
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:8018
Definition: FSPDFObjC.h:1481
Structure element type: H5, which represents heading with level 5.
Definition: FSPDFObjC.h:7061
Form XObject graphics object.
Definition: FSPDFObjC.h:1381
2 key.
Definition: FSPDFObjC.h:3990
Progress state: progress is finished.
Definition: FSPDFObjC.h:710
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:2313
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:5001
U key.
Definition: FSPDFObjC.h:4018
Media Box for page boundary.
Definition: FSPDFObjC.h:4633
Annotation property: fill color.
Definition: FSPDFObjC.h:2371
Compression mode: jpeg.
Definition: FSPDFObjC.h:6615
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:519
Report category type: table row.
Definition: FSPDFObjC.h:7351
FSActionCallbackSearchScope
Enumeration for search scope.
Definition: FSPDFObjC.h:3695
FSLRStructureElementAttributeType
Enumeration for element general layout attribute types.
Definition: FSPDFObjC.h:7129
Chinese Traditional.
Definition: FSPDFObjC.h:3636
Attribute type: TextAlign, which represents the alignment of text and other content within lines of t...
Definition: FSPDFObjC.h:7152
float getHeight()
Get the height of the XFA page.
Name for module "Conversion".
Definition: FSPDFObjC.h:642
Definition: FSPDFObjC.h:5771
PDF null object.
Definition: FSPDFObjC.h:1176
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:8010
PDF/A-2u.
Definition: FSPDFObjC.h:6475
F9 key.
Definition: FSPDFObjC.h:4048
XFA widget type: rectangle.
Definition: FSPDFObjC.h:5632
Mailed data type: document.
Definition: FSPDFObjC.h:3661
Border style: Underline.
Definition: FSPDFObjC.h:2219
Enum value: Overline, which means a line above the text.
Definition: FSPDFObjC.h:7212
String ID for case: Use string in local language for "November".
Definition: FSPDFObjC.h:5453
If set, print annotations.
Definition: FSPDFObjC.h:5503
O key.
Definition: FSPDFObjC.h:4012
FSFillerAssistCallbackPopupMenuItem
Enumeration for popup menu item.
Definition: FSPDFObjC.h:3953
Definition: FSPDFObjC.h:414
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4403
FSLRStructureElement * getParentElement()
Get the parent element.
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
Enumeration for searchable text type used for converting DWG to PDF.
Definition: FSPDFObjC.h:6940
Media style: screen. It means PDF page will be displayed in screen media style.
Definition: FSPDFObjC.h:6852
Attribute type only for PrintField: Desc, which represents the alternate name of the field,...
Definition: FSPDFObjC.h:7171
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:4966
Attribute type: Placement, which means the positioning of the element with respect to the enclosing r...
Definition: FSPDFObjC.h:7132
Structure element type: AnnotContent, which means annotation content element.
Definition: FSPDFObjC.h:7110
No password is used in PDF document.
Definition: FSPDFObjC.h:4954
Encoding foramt: "KSC".
Definition: FSPDFObjC.h:6792
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:6675
Encoding foramt: "HTCHANAKYA".
Definition: FSPDFObjC.h:6830
Sample message: "'%s' function's %d argument cannot be array".
Definition: FSPDFObjC.h:5421
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:4970
Definition: FSPDFObjC.h:5560
Sample message: "Illegal continue".
Definition: FSPDFObjC.h:5404
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:892
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:6620
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:507
Color space: Pattern.
Definition: FSPDFObjC.h:663
Result type: insert shading.
Definition: FSPDFObjC.h:6519
This means LTV is not enabled.
Definition: FSPDFObjC.h:7770
Numbering type: none.
Definition: FSPDFObjC.h:7449
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:7069
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:2009
If set, only show registration color.
Definition: FSPDFObjC.h:8092
Watermark font style: with underline.
Definition: FSPDFObjC.h:6165
Signature key name: location.
Definition: FSPDFObjC.h:4364
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2318
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:509
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:513
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:7742
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:5612
Definition: FSPDFObjC.h:2245
F7 key.
Definition: FSPDFObjC.h:4046
Location is not set.
Definition: FSPDFObjC.h:7623
Sample message: "'%s' is not an array".
Definition: FSPDFObjC.h:5418
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:2731
No "Redaction" module right.
Definition: FSPDFObjC.h:535
Definition: FSPDFObjC.h:7566
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:4397
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:5019
Text encoding: ISO8859NN.
Definition: FSPDFObjC.h:5521
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:955
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:1061
The state is ON.
Definition: FSPDFObjC.h:3837
An array of PointF objects.
Definition: FSPDFObjC.h:261
Annotation property: creation date.
Definition: FSPDFObjC.h:2369
Popup menu item: "Delete".
Definition: FSPDFObjC.h:3958
Signature does not have any data for signing.It means that there is not "V" entry in the signature di...
Definition: FSPDFObjC.h:4318
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:2546
FSJoinSplit * getJoinSplit()
Get the join split object.
No "OCR" module right.
Definition: FSPDFObjC.h:537
Compression quality: Low.
Definition: FSPDFObjC.h:6622
BOOL canSelectAll()
Check whether can select all text.
Invalid or incorrect state.
Definition: FSPDFObjC.h:496
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:2132
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:5277
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:7517
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:6630
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:2376
Bevel line join type.
Definition: FSPDFObjC.h:785
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
Definition: FSPDFObjC.h:7697
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:1863
DIB format: 1bpp format, two color RGB bitmap.It does not support format conversion and rendering.
Definition: FSPDFObjC.h:1052
Definition: FSPDFObjC.h:8330
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2160
Page Order type: pages are placed from top to bottom, from left to right.
Definition: FSPDFObjC.h:3420
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:1695
Page size: letter.
Definition: FSPDFObjC.h:4641
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:6670
F12 key.
Definition: FSPDFObjC.h:4051
Attribute type: EndIndent, which represents the distance from the end edge of the BLSE to that of the...
Definition: FSPDFObjC.h:7150
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
Annotation's rollover appearance.
Definition: FSPDFObjC.h:2400
NSString * getURI()
Get URI string.
Definition: FSPDFObjC.h:11092
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4404
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:543
Encoding foramt: "Latin6".
Definition: FSPDFObjC.h:6781
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:2998
Font charset: Greek.
Definition: FSPDFObjC.h:859
Tab key.
Definition: FSPDFObjC.h:3967
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:6723
Definition: FSPDFObjC.h:7869
Attribute type: Height, which represents the height of the element's content rectangle.
Definition: FSPDFObjC.h:7138
Definition: FSPDFObjC.h:2967
Name for module "TableMaker".
Definition: FSPDFObjC.h:645
Structure element type: H2, which represents heading with level 2.
Definition: FSPDFObjC.h:7058
Only add one signature. This signature is used for signature and verification and will be hidden in t...
Definition: FSPDFObjC.h:4541
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:502
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2331
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2336
Report category type: paragraph.
Definition: FSPDFObjC.h:7347
Form field type: list box.
Definition: FSPDFObjC.h:4174
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2535
Attribute type: WritingMode, which means the directions of layout progression for packing of ILSEs (i...
Definition: FSPDFObjC.h:7134
Caption above the icon.
Definition: FSPDFObjC.h:2392
Event flag: "Alt" key.
Definition: FSPDFObjC.h:4057
Structure element type: LI, which means "List item" and represents an individual member of a list.
Definition: FSPDFObjC.h:7065
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4819
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:1714
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:3482
Definition: FSPDFObjC.h:5240
Sample message: "Unable to set the value for property 'ready'".
Definition: FSPDFObjC.h:5383
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2338
Name for module "Compliance".
Definition: FSPDFObjC.h:640
Bit 13. Create linearized PDF file.
Definition: FSPDFObjC.h:6929
Sample message: "Unable to set the value for property 'language'".
Definition: FSPDFObjC.h:5377
Definition: FSPDFObjC.h:4919
Action type: named action.
Definition: FSPDFObjC.h:1874
Enum value: Double, which means the border is two solid lines.
Definition: FSPDFObjC.h:7201
Definition: FSPDFObjC.h:10063
Enum value: Inset, which means the border makes the entire box look as though it were embedded in the...
Definition: FSPDFObjC.h:7204
Definition: FSPDFObjC.h:6140
Attribute type: BaselineShift, which means the distance by which the element's baseline is shifted re...
Definition: FSPDFObjC.h:7157
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:5178
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Font charset: Turkish.
Definition: FSPDFObjC.h:860
Definition: FSPDFObjC.h:2591
Certificate's password is wrong.
Definition: FSPDFObjC.h:4474
Font charset: Eastern European.
Definition: FSPDFObjC.h:857
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:1715
Definition: FSPDFObjC.h:7268
If set, show all.
Definition: FSPDFObjC.h:8071
String ID for case: Use string in local language for "December".
Definition: FSPDFObjC.h:5454
Image type is JBIG2.
Definition: FSPDFObjC.h:1107
Encoding foramt: "X-DoCoMo-Shift_JIS".
Definition: FSPDFObjC.h:6845
E key.
Definition: FSPDFObjC.h:4002
media player state: Close.
Definition: FSPDFObjC.h:3676
FSBitmapDIBFormat getFormat()
Get bitmap format.
Definition: FSPDFObjC.h:10085
No "Conversion" module right.
Definition: FSPDFObjC.h:541
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:670
String ID for case: Use string in local language for "Tuesday".
Definition: FSPDFObjC.h:5438
Norwegian.
Definition: FSPDFObjC.h:3646
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:2089
Signature key name: contact information.
Definition: FSPDFObjC.h:4366
Page size: A3.
Definition: FSPDFObjC.h:4644
Structure element type: Ruby, which represents the wrapper around the entire ruby assembly.
Definition: FSPDFObjC.h:7083
Structure element type: H1, which represents heading with level 1.
Definition: FSPDFObjC.h:7057
Attribute type: Color, which represents the color to be used for drawing text and the default value f...
Definition: FSPDFObjC.h:7146
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:5665
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:673
Egde position: bottom.
Definition: FSPDFObjC.h:5671
Definition: FSPDFObjC.h:2404
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:836
FSCombinationCombineDocsOptions
Enumeration for options used for combining PDF files.
Definition: FSPDFObjC.h:7928
Text graphics object.
Definition: FSPDFObjC.h:1377
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:5179
FSDocProviderCallbackTextEncoding
Enumeration for text encoding for XFA submit.
Definition: FSPDFObjC.h:5514
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:1701
File format type: FDF.
Definition: FSPDFObjC.h:682
Report category type: table header.
Definition: FSPDFObjC.h:7352
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2537
Structure element type: Art, which means "Article" and represents a relatively self-contained body of...
Definition: FSPDFObjC.h:7042
Definition: FSPDFObjC.h:4274
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1067
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:1098
Definition: FSPDFObjC.h:3374
float getLeft()
Get left position value.
Signature label name for location.
Definition: FSPDFObjC.h:4410
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:1717
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:1372
FSRenditionFloatingWindowRelatedWindowType
Enumeration for the type of floating window's related window.
Definition: FSPDFObjC.h:1724
int getChildCount()
Get the count of children elements.
Measurement of area.
Definition: FSPDFObjC.h:2550
Page size: A5.
Definition: FSPDFObjC.h:4646
Signature key name: text content.
Definition: FSPDFObjC.h:4368
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:5211
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:6657
Definition: FSPDFObjC.h:4544
Fail to request during sending request process.
Definition: FSPDFObjC.h:4512
Sample message: "Invalid enumerated value: %s".
Definition: FSPDFObjC.h:5429
NSData * getBuffer()
Get bitmap buffer.
Encoding foramt: "GBK".
Definition: FSPDFObjC.h:6819
3 key in the numeric keypad.
Definition: FSPDFObjC.h:4027
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:7067
FSFileFormatType
Enumeration for file format type.
Definition: FSPDFObjC.h:681
Discard file attachments.
Definition: FSPDFObjC.h:6738
String ID for case: Use string in local language for "Wednesday".
Definition: FSPDFObjC.h:5439
No "TableMaker" module right.
Definition: FSPDFObjC.h:550
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:7089
NSString * getStructureTypeName()
Get structure type name.
Encoding foramt: "Latin3".
Definition: FSPDFObjC.h:6778
Definition: FSPDFObjC.h:10848
Discard embedded search index.
Definition: FSPDFObjC.h:6731
String ID for case: Use string in local language for "Thursday".
Definition: FSPDFObjC.h:5440
Sample message: "Unsupported method %s.".
Definition: FSPDFObjC.h:5373
Encoding foramt: "X-TAM-ELANGO".
Definition: FSPDFObjC.h:6838
Sample message: "Illegal value:cannot assign '%s' to %s.".
Definition: FSPDFObjC.h:5461
FSPDFDictionary * getStmOwnerDict()
Get PDF dictionary of content stream owner.
Definition: FSPDFObjC.h:2496
Compression quality: Medium.
Definition: FSPDFObjC.h:6623
FSPointF * getPoint()
Get the point value.
FSActionCallbackJSMediaPlayerState
Enumeration for media player state.
Definition: FSPDFObjC.h:3674
Structure element type: Span, which represents a generic inline portion of text having no particular ...
Definition: FSPDFObjC.h:7075
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:603
FSPrintParamsBookletDuplexMode
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3404
An unknown key.
Definition: FSPDFObjC.h:3965
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1150
Definition: FSPDFObjC.h:1525
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:4332
Structure element type: Code, which represents a fragment of computer program text.
Definition: FSPDFObjC.h:7080
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:500
A key.
Definition: FSPDFObjC.h:3998
Definition: FSPDFObjC.h:8357
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:6715
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:4353
FSSplitFileResultSplitFileState
Enumeration for the state of split file.
Definition: FSPDFObjC.h:8350
Enum value: Outset, which means the border makes the entire box look as though it were coming out of ...
Definition: FSPDFObjC.h:7205
Definition: FSPDFObjC.h:1302
Definition: FSPDFObjC.h:1832
Rendering intent: Saturation.
Definition: FSPDFObjC.h:1011
FSDestinationZoomMode getZoomMode()
Get the zoom mode.
Fit the entire width of the page within the display area when display the page.
Definition: FSPDFObjC.h:1824
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:529
2 key in the numeric keypad.
Definition: FSPDFObjC.h:4026
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:2385
If set, to ignore full-width characters and treat all characters as standard ASCII or standard-width ...
Definition: FSPDFObjC.h:5835
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:1060
No "Accessibility" module right.
Definition: FSPDFObjC.h:548
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:2363
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:6676
Center alignment.
Definition: FSPDFObjC.h:611
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:5554
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4800
BOOL deactivate()
Deactivate paragraph editing.
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:1432
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:4978
An array of float values.
Definition: FSPDFObjC.h:282
Enum value: Row, which means row of a table.
Definition: FSPDFObjC.h:7233
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:5177
Annotation type: unknown.
Definition: FSPDFObjC.h:2314
void joinBoxes()
Call this function to join text.
Definition: FSPDFObjC.h:1233
Definition: FSPDFObjC.h:2792
Form object.
Definition: FSPDFObjC.h:1649
Save document normally, without using any special flag.
Definition: FSPDFObjC.h:4982
int getSupportedAttributeCount()
Get supported attribute count.
Sample message: "Invalidate left-value '%s'".
Definition: FSPDFObjC.h:5396
Definition: FSPDFObjC.h:2607
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:6711
String ID for case: Some setting operation to property is invalid. Sample message: "Invalid property ...
Definition: FSPDFObjC.h:5375
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:5933
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:2127
Signature key name for distinguish name.
Definition: FSPDFObjC.h:4413
FSPDFDoc * getDocument()
Get the PDF document, to which current action belongs.
FSFloatArray * value
Get or Set component value array.
Definition: FSPDFObjC.h:1035
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:6672
Encoding foramt: "CP1256".
Definition: FSPDFObjC.h:6809
XFA widget type: choice list.
Definition: FSPDFObjC.h:5627
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:5210
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:4973
Sample message: "Expected number instead of '%s'".
Definition: FSPDFObjC.h:5414
Mailed result: mail failed.
Definition: FSPDFObjC.h:3690
Annotations summary string ID: specify the prefix when date information is outputed in result documen...
Definition: FSPDFObjC.h:7998
The state is failed due to file access being denied.
Definition: FSPDFObjC.h:8354
BOOL killFocus()
Kill focus from form.
FSParagraphEditingNumberingType
Enumeration for numbering type.
Definition: FSPDFObjC.h:7448
Invalid DIB format.
Definition: FSPDFObjC.h:1051
Response information is found in signature content.
Definition: FSPDFObjC.h:7625
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2326
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:2018
Structure element type: NonStruct, which means "Nonstructural element" and represents a grouping elem...
Definition: FSPDFObjC.h:7053
Definition: FSPDFObjC.h:899
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:3715
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:1360
Signature type: paging seal.
Definition: FSPDFObjC.h:4382
FSPagingSealConfigPagingSealPosition
Enumeration for paging seal position.
Definition: FSPDFObjC.h:4532
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:8021
Merge consecutive BTETs as a new one.
Definition: FSPDFObjC.h:4588
Never allowed.
Definition: FSPDFObjC.h:1686
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:3836
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:4341
Attribute type: StartIndent, which represents the distance from the start edge of the reference area ...
Definition: FSPDFObjC.h:7149
Encoding foramt: "CP1252".
Definition: FSPDFObjC.h:6805
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:8019
An array of unsigned integer values.
Definition: FSPDFObjC.h:324
Definition: FSPDFObjC.h:2732
Structure element type: FENote (PDF 2.0), which is used to markup footnotes and endnotes.
Definition: FSPDFObjC.h:7052
FSPagingSealSignaturePagingSealAPState
Enumeration for paging seal signature state to set appearance.
Definition: FSPDFObjC.h:4565
FSImageType getType()
Get image type.
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:6365
Attribute type: TextIndent, which represents the additional distance from the start edge of the BLSE,...
Definition: FSPDFObjC.h:7151
Action type: import-data action.
Definition: FSPDFObjC.h:1877
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:1148
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:8012
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:3411
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:4976
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:2997
Align the radix indicator.
Definition: FSPDFObjC.h:5658
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
No "PDF2Office" module right.
Definition: FSPDFObjC.h:553
Action type: thread action.
Definition: FSPDFObjC.h:1869
Signed signature.
Definition: FSPDFObjC.h:4320
Encoding foramt: "X-SoftBank-Shift_JIS".
Definition: FSPDFObjC.h:6846
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:4348
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:2014
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:6717
This means certificate is revoked.
Definition: FSPDFObjC.h:7603
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:8231
PDF stream object.
Definition: FSPDFObjC.h:1175
Attribute type: ColumnWidths, which represents the desired width of the columns, measured in the inli...
Definition: FSPDFObjC.h:7167
Bit 10. Enable ASCIIHex encoding of internal PDF streams.
Definition: FSPDFObjC.h:6926
Encoding foramt: "X-SoftBank-ISO-2022-JP".
Definition: FSPDFObjC.h:6848
Show bookmark title as bold text.
Definition: FSPDFObjC.h:3707
No "OFD" module right.
Definition: FSPDFObjC.h:556
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:7611
Swedish.
Definition: FSPDFObjC.h:3649
Response information is got by online request.
Definition: FSPDFObjC.h:7626
Fail to get data during sending request process.
Definition: FSPDFObjC.h:4513
int getAscent()
Get the ascent value, in 1/1000 of em size (PDF units).
Fail to connect during sending request process.
Definition: FSPDFObjC.h:4509
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
Enumeration for encoding format used for converting HTML to PDF.
Definition: FSPDFObjC.h:6774
Message box button: Yes and No.
Definition: FSPDFObjC.h:5479
Hatches export type: Exports hatch as a bitmap.
Definition: FSPDFObjC.h:6934
Enum value: Other (PDF 2.0).
Definition: FSPDFObjC.h:7249
Unknown rotation.
Definition: FSPDFObjC.h:606
Definition: FSPDFObjC.h:11193
Unknown language.
Definition: FSPDFObjC.h:3634
"PageLabels" number tree.
Definition: FSPDFObjC.h:1566
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:7624
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:2380
Enum value: Inline, which means the placement for attributes Placement/RubyPosition.
Definition: FSPDFObjC.h:7186
Use for a viewer.
Definition: FSPDFObjC.h:3877
int getHeight()
Get image height.
Definition: FSPDFObjC.h:5261
The document window.
Definition: FSPDFObjC.h:1725
Unknown portfolio node type.
Definition: FSPDFObjC.h:8123
Attribute type: RubyAlign, which represents the justification of the lines within a ruby assembly.
Definition: FSPDFObjC.h:7162
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:503
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:7048
Searchable text type: No searchable text.
Definition: FSPDFObjC.h:6941
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:5896
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:6712
FSActionCallbackJSFieldValueChangeType
Enumeration for javascript field value change type.
Definition: FSPDFObjC.h:3666
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:8028
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:666
Structure element type: P, which means "Paragraph" and represents a low-level division of text.
Definition: FSPDFObjC.h:7055
Definition: FSPDFObjC.h:10519
PAdES level: B-LT.
Definition: FSPDFObjC.h:4390
Definition: FSPDFObjC.h:3499
Move or resize.
Definition: FSPDFObjC.h:1739
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:2961
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:778
Layout mode: single page.
Definition: FSPDFObjC.h:3683
Sample message: "Undefined identifier '%s'".
Definition: FSPDFObjC.h:5395
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:5647
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:2315
Definition: FSPDFObjC.h:3350
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:6582
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2335
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:4186
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:2006
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:6085
Name for module "Accessibility".
Definition: FSPDFObjC.h:644
BOOL reset()
Reset current layer context, back to the initialized state.
Signature key name for producer name.
Definition: FSPDFObjC.h:4414
Structure element type: H3, which represents heading with level 3.
Definition: FSPDFObjC.h:7059
Structure element type: ImageObject, which means image graphics object element.
Definition: FSPDFObjC.h:7099
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:5478
Attribute type: BorderColor, which represents the color of the border drawn on the edges of a table c...
Definition: FSPDFObjC.h:7140
Text encoding: GBK.
Definition: FSPDFObjC.h:5518
If set, that means to get the intersection of two intersecting paths.
Definition: FSPDFObjC.h:8280
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:2317
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:2539
Sample message: "Calculate Override".
Definition: FSPDFObjC.h:5364
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:5434
Structure element type: ImageContent, which means image content element.
Definition: FSPDFObjC.h:7107
All the indexes within a range will be used.
Definition: FSPDFObjC.h:812
Application information: type.
Definition: FSPDFObjC.h:5351
Q key.
Definition: FSPDFObjC.h:4014
Result type: delete text.
Definition: FSPDFObjC.h:6509
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:8013
Definition: FSPDFObjC.h:6270
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:609
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:504
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4798
FSRectF * getBBox()
Get bounding box.
Application's app version information.
Definition: FSPDFObjC.h:3657
Info severity.
Definition: FSPDFObjC.h:6431
Enum value: Unordered (PDF 2.0), which means unordered list with unspecified bullets.
Definition: FSPDFObjC.h:7223
int getPointCount()
Get the count of points.
Layout mode: two pages.
Definition: FSPDFObjC.h:3685
Definition: FSPDFObjC.h:8159
Presence property: Unknown.
Definition: FSPDFObjC.h:5640
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:508
Bullet type: solid rectangle.
Definition: FSPDFObjC.h:7439
Name type: full name.
Definition: FSPDFObjC.h:5650
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:4192
Out of memory during sending request process.
Definition: FSPDFObjC.h:4514
Definition: FSPDFObjC.h:8139
This means certificate is valid.
Definition: FSPDFObjC.h:7602
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Definition: FSPDFObjC.h:2777
void removeAll()
Clean up the array.
Certificate's path is wrong.
Definition: FSPDFObjC.h:4475
javascript field value changed type: field set read-only property.
Definition: FSPDFObjC.h:3670
Sample message: "Cannot find property '%s'".
Definition: FSPDFObjC.h:5409
Sample message: "Expected '%s' instead of '%s'".
Definition: FSPDFObjC.h:5390
Caption below the icon.
Definition: FSPDFObjC.h:2391
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3414
Mailed data type: form.
Definition: FSPDFObjC.h:3662
Definition: FSPDFObjC.h:1891
"Dests" name tree.
Definition: FSPDFObjC.h:1536
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:3714
Encoding foramt: "CP1250".
Definition: FSPDFObjC.h:6803
Check mark fill-sign object.
Definition: FSPDFObjC.h:7829
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4813
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:5664
Path graphics object.
Definition: FSPDFObjC.h:1378
F3 key.
Definition: FSPDFObjC.h:4042
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:5635
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:4640
Sample message: "%s : %s".
Definition: FSPDFObjC.h:5425
Sample message: "Unable to set the value for property 'variation'".
Definition: FSPDFObjC.h:5381
void redo()
Redo this item.
F10 key.
Definition: FSPDFObjC.h:4049
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2320
Structure element type: Part, which represents a large-scale division of a document.
Definition: FSPDFObjC.h:7041
Result type: delete shading.
Definition: FSPDFObjC.h:6518
Report category type: table.
Definition: FSPDFObjC.h:7350
void splitBoxes()
Call this function to split text.
media player state: Playing.
Definition: FSPDFObjC.h:3677
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:5899
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1138
FSGraphicsObjectsTextMergeOption
Enumeration for text merge.
Definition: FSPDFObjC.h:4585
Sample message: "Expected identifier instead of '%s'".
Definition: FSPDFObjC.h:5389
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:3712
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:4342
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:2288
Definition: FSPDFObjC.h:7386
This means certificate status is unknown.
Definition: FSPDFObjC.h:7605
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2337
Definition: FSPDFObjC.h:692
unsigned long long getSize()
Get total size of the file.
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:8081
Attribute type only for PrintField: checked, which represents the state of a radio button or check bo...
Definition: FSPDFObjC.h:7170
Encoding foramt: "VISUAL".
Definition: FSPDFObjC.h:6815
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:4344
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:879
Type definition for point class for float.
Definition: FSPDFObjC.h:221
Report confidence: medium.
Definition: FSPDFObjC.h:7359
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:6086
Definition: FSPDFObjC.h:3196
Sample message: "Cannot assign to '%s'".
Definition: FSPDFObjC.h:5416
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:4376
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:5511
Font style: small cap.
Definition: FSPDFObjC.h:844
Definition: FSPDFObjC.h:6370
Normal document.
Definition: FSPDFObjC.h:5026
Attribute type only for Table: Summary, which represents a summary of the table's purpose and structu...
Definition: FSPDFObjC.h:7176
Encoding foramt: "JIS".
Definition: FSPDFObjC.h:6788
Text encoding: GB2312.
Definition: FSPDFObjC.h:5520
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:512
void reload()
Reload current manager.
Name for module "RMS".
Definition: FSPDFObjC.h:637
NSData * getSignatureHashValue()
Get signature hash value.
Signature key name: reason.
Definition: FSPDFObjC.h:4365
void removeAll()
Clean up the array.
Name for module "Redaction".
Definition: FSPDFObjC.h:636
Definition: FSPDFObjC.h:6544
int getWidth()
Get bitmap width.
Compare text only.
Definition: FSPDFObjC.h:6583
Sample message: "'%s' redefinition".
Definition: FSPDFObjC.h:5392
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:1538
File format type: HTML.
Definition: FSPDFObjC.h:684
Enum value: Layout, which means layout artifacts. Purely cosmetic typographical or design elements su...
Definition: FSPDFObjC.h:7241
Report category type: figure.
Definition: FSPDFObjC.h:7349
If set, do not display a watermark.
Definition: FSPDFObjC.h:6134
Beep type: default.
Definition: FSPDFObjC.h:5359
Definition: FSPDFObjC.h:10867
void updateLogicalLabel()
A callback function to update logical label.
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:6673
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
Enumeration for error code.
Definition: FSPDFObjC.h:474
DIB format: 32bpp format, with bits order "Blue, Green, Red, not used". Blue is in the lowest order.
Definition: FSPDFObjC.h:1054
Definition: FSPDFObjC.h:1498
void selectNone()
Call this function to clear all selected text.
Enum value: None, which means no such attribute.
Definition: FSPDFObjC.h:7196
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:1437
Initials signature fill-sign object.
Definition: FSPDFObjC.h:7834
Color space: Separation.
Definition: FSPDFObjC.h:661
PDF/A-3b.
Definition: FSPDFObjC.h:6477
Font charset: Standard symbols.
Definition: FSPDFObjC.h:851
int getSize()
Get the number of elements in the array.
BOOL deselectAll()
Deselect all text.
Page size: A6.
Definition: FSPDFObjC.h:4647
Report confidence: high.
Definition: FSPDFObjC.h:7357
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:8025
Definition: FSPDFObjC.h:7908
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:4372
Standard font: Times-Roman.
Definition: FSPDFObjC.h:884
Compression quality: Lossy.
Definition: FSPDFObjC.h:6667
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:875
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:545
Character flag: ComboWord.
Definition: FSPDFObjC.h:5768
Page scaling: Scale. It means HTML content will be scaled to fit PDF page size. In this mode,...
Definition: FSPDFObjC.h:6770
Standard font: Symbol.
Definition: FSPDFObjC.h:888
Save document incrementally.
Definition: FSPDFObjC.h:4983
Definition: FSPDFObjC.h:8264
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4801
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:655
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:7616
int getGraphicsObjectIndex()
Get index of related graphics object.
FSPDFDocInsertDocOptions
Enumeration for options used for inserting a PDF document to another.
Definition: FSPDFObjC.h:5006
Report confidence: medium high.
Definition: FSPDFObjC.h:7358
An array of RectF objects.
Definition: FSPDFObjC.h:240
Definition: FSPDFObjC.h:2939
Egde position: left.
Definition: FSPDFObjC.h:5672
Definition: FSPDFObjC.h:2765
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:8014
(Used with state model FSMarkupStateModelReview) The change will be working in the future.
Definition: FSPDFObjC.h:2530
unsigned long long getSize()
Get total size of the file.
FSMatrix2D * getMatrix()
Get matrix.
Image type is PNG.
Definition: FSPDFObjC.h:1103
Enum value: Block, which means to be stacked in the block-progression direction within an enclosing r...
Definition: FSPDFObjC.h:7185
Structure element type: Figure, which represents an item of graphical content.
Definition: FSPDFObjC.h:7093
Enum value: Solid, which means the border is a single line segment.
Definition: FSPDFObjC.h:7200
No "RMS" module right.
Definition: FSPDFObjC.h:536
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:5014
Font style: symbolic.
Definition: FSPDFObjC.h:839
Text encoding: UTF-8.
Definition: FSPDFObjC.h:5526
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:5003
FSDocProviderCallbackWidgetEventType
Enumeration for the type of XFA widget event.
Definition: FSPDFObjC.h:5535
BOOL isPageLoop()
A callback function to get the flag specifies whether the document will loop around to the beginning ...
Definition: FSPDFObjC.h:6002
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:5935
FSLRElementElementType getElementType()
Get element type.
Window type: a floating window.
Definition: FSPDFObjC.h:1708
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:6722
Compression quality: Maximum.
Definition: FSPDFObjC.h:6625
Form field type: combo box.
Definition: FSPDFObjC.h:4173
javascript field value changed type: field set value.
Definition: FSPDFObjC.h:3669
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:1436
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:4818
This means LTV is inactive.
Definition: FSPDFObjC.h:7768
Enum value: Start, which means the place for attribute Placement, or the alignment for attributes Tex...
Definition: FSPDFObjC.h:7190
FSSnappedPointSnappedPointType getType()
Get the snapped point type.
Signature key name: signer.
Definition: FSPDFObjC.h:4363
If set, show producer content on signature appearance.
Definition: FSPDFObjC.h:4359
4 key in the numeric keypad.
Definition: FSPDFObjC.h:4028
Sample message: "Cannot find container '%s'".
Definition: FSPDFObjC.h:5408
Definition: FSPDFObjC.h:3939
Definition: FSPDFObjC.h:7806
Definition: FSPDFObjC.h:6111
Definition: FSPDFObjC.h:1250
Encoding foramt: "CP932".
Definition: FSPDFObjC.h:6802
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:886
Application's viewer version information.
Definition: FSPDFObjC.h:3656
Sample message: "Invalid Barcode Value: %s is an invalid value for barcodes of type %s....
Definition: FSPDFObjC.h:5465
int getCount()
Get the count of attachments.
If set, annotations will be rendered.
Definition: FSPDFObjC.h:3003
media player state: Close.
Definition: FSPDFObjC.h:3625
Definition: FSPDFObjC.h:2070
Snapped point type: midpoint, which means the snapped point is the midpoint for two endpoints of a pa...
Definition: FSPDFObjC.h:8259
FSPDFDictionary * getDict()
Get PDF dictionary of related graphics object.
Encoding foramt: "CP1254".
Definition: FSPDFObjC.h:6807
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7932
File format type: TXT.
Definition: FSPDFObjC.h:689
FSTableBorderInfoTableBorderStyle
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:6205
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:6131
Action type: transition action.
Definition: FSPDFObjC.h:1881
Annotations summary string ID: specify the prefix when subject information is outputed in result docu...
Definition: FSPDFObjC.h:8005
FSFDFDocType getType()
Get the type of current document object.
R key.
Definition: FSPDFObjC.h:4015
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1142
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:870
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:1682
Duplex type: prints on one side of the paper.
Definition: FSPDFObjC.h:3399
BOOL flush()
Flush internal buffer.
Unsigned signature.
Definition: FSPDFObjC.h:4567
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:7610
Enum value: Footer.
Definition: FSPDFObjC.h:7245
Result type: insert image.
Definition: FSPDFObjC.h:6513
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:3483
XFA widget type: image edit.
Definition: FSPDFObjC.h:5628
Sample message: "Function 's' is built-in.
Definition: FSPDFObjC.h:5424
Encoding foramt: "X-TAM-TMNEWS".
Definition: FSPDFObjC.h:6842
Enum value: End, which means the place for attribute Placement, or the alignment for attributes TextA...
Definition: FSPDFObjC.h:7191
BOOL isEmpty()
Check whether current object is empty or not.
Definition: FSPDFObjC.h:6412
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:524
L key.
Definition: FSPDFObjC.h:4009
Enum value: Row, which means both row and column of a table.
Definition: FSPDFObjC.h:7235
The state is split successfully.
Definition: FSPDFObjC.h:8351
Use signature creation time.
Definition: FSPDFObjC.h:7739
int getPageCount()
Get XFA page count.
Definition: FSPDFObjC.h:3859
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:5172
Encoding foramt: "KOI8R".
Definition: FSPDFObjC.h:6798
Annotations summary string ID: specify the document title in result document. Default title is "Summa...
Definition: FSPDFObjC.h:8001
Value type: 32-bit signed integer.
Definition: FSPDFObjC.h:7255
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:4972
FSActionCallbackJsMailResult
Enumeration for result of the mail.
Definition: FSPDFObjC.h:3689
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:4998
Unsupported signature.
Definition: FSPDFObjC.h:4324
Definition: FSPDFObjC.h:7521
PAdES level: B-B.
Definition: FSPDFObjC.h:4388
No text encoding.
Definition: FSPDFObjC.h:5515
If set, show label on signature appearance.
Definition: FSPDFObjC.h:4350
Delete key.
Definition: FSPDFObjC.h:3986
Attribute type: LineHeight, which means the element's preferred height, in the block-progression dire...
Definition: FSPDFObjC.h:7158
Beep type: question.
Definition: FSPDFObjC.h:5357
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:1365
Annot object.
Definition: FSPDFObjC.h:1650
An owner password is used in PDF document.
Definition: FSPDFObjC.h:4956
If set, show printing dialog box.
Definition: FSPDFObjC.h:5498
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2325
H key.
Definition: FSPDFObjC.h:4005
Definition: FSPDFObjC.h:4655
Page label style: uppercase letters.
Definition: FSPDFObjC.h:5213
FSSearchOptionWordMatching
Enumeration for word matching.
Definition: FSPDFObjC.h:3573
Resize type: may not be resized.
Definition: FSPDFObjC.h:3488
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: FSPDFObjC.h:3400
Certificate is valid.
Definition: FSPDFObjC.h:4470
Definition: FSPDFObjC.h:345
Unsigned signature.
Definition: FSPDFObjC.h:4319
XFA widget type: text edit.
Definition: FSPDFObjC.h:5633
Finnish.
Definition: FSPDFObjC.h:3648
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:8278
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:660
NSString * getFamilyName()
Retrieve the famliy name.
Off screen action: take no action.
Definition: FSPDFObjC.h:3494
Enum value: PageNum (PDF2.0).
Definition: FSPDFObjC.h:7247
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:4967
Sample message: "Unable to set the value for property 'version'".
Definition: FSPDFObjC.h:5382
Definition: FSPDFObjC.h:6168
Enum value: Pagination, which means pagination artifacts. Ancillary page features such as running hea...
Definition: FSPDFObjC.h:7240
XFA widget type: date time edit.
Definition: FSPDFObjC.h:5624
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:4357
FSPDFArray * create()
Create a new array object.
Definition: FSPDFObjC.h:572
S key.
Definition: FSPDFObjC.h:4016
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:3711
Align the text to the top of the available region.
Definition: FSPDFObjC.h:5663
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:5936
Current object has not been loaded yet.
Definition: FSPDFObjC.h:495
If set, only show with DeviceN.
Definition: FSPDFObjC.h:8078
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: FSPDFObjC.h:3407
Beep type: status.
Definition: FSPDFObjC.h:5358
Enum value: Underline, which means a line below the text.
Definition: FSPDFObjC.h:7211
Definition: FSPDFObjC.h:2710
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1152
Definition: FSPDFObjC.h:2647
If set, user permissions and "is encrypt metadata" values (which are defined in FSStdEncryptData ) wi...
Definition: FSPDFObjC.h:5934
Text encoding: GB18030.
Definition: FSPDFObjC.h:5519
Word matching: match any word.
Definition: FSPDFObjC.h:3576
Save document by using XRef stream.
Definition: FSPDFObjC.h:4985
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4811
Discard all JavaScript actions.
Definition: FSPDFObjC.h:6725
int getComponentCount()
Get the count of components.
String ID for case: Use string in local language for "Monday".
Definition: FSPDFObjC.h:5437
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:2093
Bullet type: diagonal up right arrow.
Definition: FSPDFObjC.h:7444
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:1167
media player state: Suspend.
Definition: FSPDFObjC.h:3679
Definition: FSPDFObjC.h:2886
Definition: FSPDFObjC.h:7837
Enum value: Justify, which means the alignment for attributes TextAlign/BlockAlign/RubyAlign.
Definition: FSPDFObjC.h:7209
Structure element type: Link, which represents an association between a portion of the ILSE's content...
Definition: FSPDFObjC.h:7081
Definition: FSPDFObjC.h:8394
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:5545
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:1535
Progress state: any error occurs.
Definition: FSPDFObjC.h:708
BOOL canDelete()
Check whether can delete text.
String ID for case: Server denies. Sample message: "Server does not permit".
Definition: FSPDFObjC.h:5435
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:709
Structure element type: H6, which represents heading with level 6.
Definition: FSPDFObjC.h:7062
Enum value: Disc, which means solid circular bullet.
Definition: FSPDFObjC.h:7215
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:516
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:1433
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:4189
Definition: FSPDFObjC.h:2861
Definition: FSPDFObjC.h:788
Menu key.
Definition: FSPDFObjC.h:3971
FSWatermarkSettingsFlags
Enumeration for watermark setting flags.
Definition: FSPDFObjC.h:6129
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2327
Enum value: Ordered (PDF 2.0), which means ordered lists with unspecified numbering.
Definition: FSPDFObjC.h:7224
Application information: version.
Definition: FSPDFObjC.h:5346
Definition: FSPDFObjC.h:6494
Value type: an array of enum values.
Definition: FSPDFObjC.h:7260
Left arrow key.
Definition: FSPDFObjC.h:3979
No icon; captin only.
Definition: FSPDFObjC.h:2389
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:1692
Definition: FSPDFObjC.h:8316
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:1681
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:7619
Chinese Simplified.
Definition: FSPDFObjC.h:3635
Enum value: LtTb, which means inline progression from left to right; block progression from top to bo...
Definition: FSPDFObjC.h:7192
Unknown signature.
Definition: FSPDFObjC.h:4317
Enum value: Bates (PDF2.0).
Definition: FSPDFObjC.h:7248
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:6629
Result type: insert annotation.
Definition: FSPDFObjC.h:6522
FSAppProviderCallbackMsgBoxIconType
Enumeration for icon type of XFA message box.
Definition: FSPDFObjC.h:5469
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4805
A fixup succeeded.
Definition: FSPDFObjC.h:6407
Definition: FSPDFObjC.h:1666
FSPDFNameTreeType getType()
Get the type of current name tree.
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:3495
Use Acrobat validation process.
Definition: FSPDFObjC.h:7746
Report confidence: low.
Definition: FSPDFObjC.h:7361
Enum value: Auto.
Definition: FSPDFObjC.h:7207
Encoding foramt: "UTF-16LE".
Definition: FSPDFObjC.h:6832
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:5795
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:5832
Join spilt operation type: Link.
Definition: FSPDFObjC.h:7515
Any unknown state occurs.
Definition: FSPDFObjC.h:491
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:4398
Invalid enum value.
Definition: FSPDFObjC.h:7184
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:7243
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1370
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1137
Signature fill-sign object.
Definition: FSPDFObjC.h:7833
9 key in the numeric keypad.
Definition: FSPDFObjC.h:4033
Encoding foramt: "CP1253".
Definition: FSPDFObjC.h:6806
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:4191
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:3065
If set, show Foxit Editor content on signature appearance.
Definition: FSPDFObjC.h:4358
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:1106
Use for exporting.
Definition: FSPDFObjC.h:3880
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.
Image type is GIF.
Definition: FSPDFObjC.h:1104
Definition: FSPDFObjC.h:2672
6 key.
Definition: FSPDFObjC.h:3994
int getSize()
Get the number of elements in the array.
Font charset: Arabic.
Definition: FSPDFObjC.h:862
Insert key.
Definition: FSPDFObjC.h:3985
Result type: replace image.
Definition: FSPDFObjC.h:6514
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:615
Sample message: "Expected 'endif' instead of '%s'".
Definition: FSPDFObjC.h:5400
Window type: a floating window.
Definition: FSPDFObjC.h:3523
BOOL isEmpty()
Check whether current object is empty or not.
Definition: FSPDFObjC.h:8372
Definition: FSPDFObjC.h:4591
Beep type: warning.
Definition: FSPDFObjC.h:5356
Annotation flag: read only.
Definition: FSPDFObjC.h:2353
Definition: FSPDFObjC.h:2058
Action type: JavaScript action.
Definition: FSPDFObjC.h:1878
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:5655
This class represents an array of FSTableCellData objects,inserted in the order of the displayed tab...
Definition: FSPDFObjC.h:6230
Search scope: active document.
Definition: FSPDFObjC.h:3696
Definition: FSPDFObjC.h:6190
No "Comparison" module right.
Definition: FSPDFObjC.h:538
void * createPopupMenu()
A callback function which is triggered when need to create a popup menu.
Page size: B6.
Definition: FSPDFObjC.h:4652
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:517
FSStructElementElementInfoType
Enumeration for structure element info type.
Definition: FSPDFObjC.h:1607
Compression quality: Minimum.
Definition: FSPDFObjC.h:6621
Sample message: "Unable to set the value for property 'platform'".
Definition: FSPDFObjC.h:5379
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:8026
Print Screen key.
Definition: FSPDFObjC.h:3984
Definition: FSPDFObjC.h:8487
Attribute type only for List: ListNumbering, which represents the numbering system to be used to gene...
Definition: FSPDFObjC.h:7168
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:4181
Bullet type: none.
Definition: FSPDFObjC.h:7437
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:1008
Definition: FSPDFObjC.h:11032
Value type: float.
Definition: FSPDFObjC.h:7256
Definition: FSPDFObjC.h:6016
Text encoding: ShiftJIS.
Definition: FSPDFObjC.h:5523
Attribute type: Attached, which specifies the edges of the page, if any, to which the artifact is log...
Definition: FSPDFObjC.h:7143
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1369
Result type: replace annotation.
Definition: FSPDFObjC.h:6523
Enum value: pb, which means push button.
Definition: FSPDFObjC.h:7228
Signature key name: distinguish name.
Definition: FSPDFObjC.h:4367
Window position: at the center left.
Definition: FSPDFObjC.h:3472
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:811
Annotation flag: no view.
Definition: FSPDFObjC.h:2352
FSFillSignFillSignObjectType getType()
Get fill-sign type.
Definition: FSPDFObjC.h:7629
FSBitmap * getBitmap()
Get the canvas bitmap.
XFA widget type: image.
Definition: FSPDFObjC.h:5636
Event type: Unknown.
Definition: FSPDFObjC.h:5543
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:2395
Definition: FSPDFObjC.h:4727
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:6581
Encoding foramt: "UTF-16BE".
Definition: FSPDFObjC.h:6831
Encoding foramt: "X-UTF8UTF8".
Definition: FSPDFObjC.h:6837
Encoding foramt: "UTF7".
Definition: FSPDFObjC.h:6828
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:4401
Relative type: align the floating window relative to the document (page) window.
Definition: FSPDFObjC.h:3481
String ID for case: Use string in local language for "April".
Definition: FSPDFObjC.h:5446
Font charset: Thai.
Definition: FSPDFObjC.h:856
media player state: Open.
Definition: FSPDFObjC.h:3624
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:4316
Down arrow key.
Definition: FSPDFObjC.h:3982
String ID for case: Use string in local language for "September".
Definition: FSPDFObjC.h:5451
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:8070
Structure element type: WT, which means "Warichu text" and represents the smaller-size text of a wari...
Definition: FSPDFObjC.h:7088
Sample message: "%s.%s cannot covert to object".
Definition: FSPDFObjC.h:5407
Definition: FSPDFObjC.h:10044
Sample message: "Unable to set the value for property 'validationsEnabled'".
Definition: FSPDFObjC.h:5380
If set, only show with Device.
Definition: FSPDFObjC.h:8088
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
Definition: FSPDFObjC.h:2657
Definition: FSPDFObjC.h:11062
Position: center right.
Definition: FSPDFObjC.h:627
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:6366
Sample message: "Divide by zero".
Definition: FSPDFObjC.h:5406
(Reserved) Attribute type: Direction.
Definition: FSPDFObjC.h:7178
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:5551
Encoding foramt: "TAB".
Definition: FSPDFObjC.h:6825
Left Paging Seal.
Definition: FSPDFObjC.h:4533
Booklet Duplex Mode: automatically prints both sides of the paper.
Definition: FSPDFObjC.h:3405
If set, show location on signature appearance.
Definition: FSPDFObjC.h:4354
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:7601
Annotation flag: invisible.
Definition: FSPDFObjC.h:2347
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:6937
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:7767
Dot fill-sign object.
Definition: FSPDFObjC.h:7832
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:601
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1066
Definition: FSPDFObjC.h:2850
Bit 2. Enable TTF font text to geometry conversion.
Definition: FSPDFObjC.h:6918
Colorant type: process.
Definition: FSPDFObjC.h:8098
Enum value: LineThrough, which means a line through the middle of the text.
Definition: FSPDFObjC.h:7213
Result type: insert text.
Definition: FSPDFObjC.h:6510
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:8097
Cross mark fill-sign object.
Definition: FSPDFObjC.h:7828
Sample message: "Cannot find function '%s'".
Definition: FSPDFObjC.h:5417
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4569
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2322
Art Box for page boundary.
Definition: FSPDFObjC.h:4636
8 key in the numeric keypad.
Definition: FSPDFObjC.h:4032
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:4062
(Reserved) Attribute type: Version, which represents schema version of layout recognition engine.
Definition: FSPDFObjC.h:7180
String ID for case: Use string in local language for "July".
Definition: FSPDFObjC.h:5449
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:4799
Form field type: radio button.
Definition: FSPDFObjC.h:4172
Font type: CID font.
Definition: FSPDFObjC.h:896
media player state: Playing.
Definition: FSPDFObjC.h:3626
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:5653
int getMatchPageIndex()
Get the page index, to which current match belongs.
Encoding foramt: "UTF-32LE".
Definition: FSPDFObjC.h:6834
Definition: FSPDFObjC.h:2555
OCSP response.
Definition: FSPDFObjC.h:7563
Sample message: "%s cannot be left blank.".
Definition: FSPDFObjC.h:5458
Annotation's normal appearance.
Definition: FSPDFObjC.h:2399
Sample message: "Value!".
Definition: FSPDFObjC.h:5371
PDF/A-1b.
Definition: FSPDFObjC.h:6472
Watermark font style: normal.
Definition: FSPDFObjC.h:6164
FSAppProviderCallbackMsgBoxButtonType
Enumeration for button type of XFA message box.
Definition: FSPDFObjC.h:5476
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4812
Definition: FSPDFObjC.h:4573
Definition: FSPDFObjC.h:6092
Definition: FSPDFObjC.h:4861
PDF boolean object.
Definition: FSPDFObjC.h:1169
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:1885
int getYDPI()
Get DPI for Y-axis.
BOOL removeAllActions()
Remove all actions.
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4570
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:4349
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7935
String ID for case: Use string in local language for "January".
Definition: FSPDFObjC.h:5443
Application's viewer type information.
Definition: FSPDFObjC.h:3654
Signature type: ordinary.
Definition: FSPDFObjC.h:4380
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2161
Invaild object.
Definition: FSPDFObjC.h:1647
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:520
8 key.
Definition: FSPDFObjC.h:3996
Sample message: "Out of the range of '%s' array".
Definition: FSPDFObjC.h:5419
Numbering type: 1. 2. 3.
Definition: FSPDFObjC.h:7450
Border style: Dashed.
Definition: FSPDFObjC.h:2218
Standard font: Helvetica.
Definition: FSPDFObjC.h:880
Certificate is unsupport type.
Definition: FSPDFObjC.h:4472
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:5662
Structure element type: ShadingObject, which means shading graphics object element.
Definition: FSPDFObjC.h:7100
V key.
Definition: FSPDFObjC.h:4019
Attribute type: ColumnGap, which represents the desired space between adjacent columns,...
Definition: FSPDFObjC.h:7166
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:1886
PDF string object.
Definition: FSPDFObjC.h:1171
Attribute type: Padding, which specifies an offset to account for the separation between the element'...
Definition: FSPDFObjC.h:7145
Locale ID for country: France.
Definition: FSPDFObjC.h:674
Sample message: "Invalidate instruction".
Definition: FSPDFObjC.h:5413
Report category type: toc item.
Definition: FSPDFObjC.h:7353
Application information: platform.
Definition: FSPDFObjC.h:5348
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:5181
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:6137
String ID for case: Use string in local language for "Sunday".
Definition: FSPDFObjC.h:5436
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:6613
Attribute type: SpaceAfter, which represents the amount of extra space following the after edge of th...
Definition: FSPDFObjC.h:7148
Always scale.
Definition: FSPDFObjC.h:2287
FSFloatingInfoOffScreenAction
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: FSPDFObjC.h:3493
Character flag: Hyphen.
Definition: FSPDFObjC.h:5767
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:498
Encoding foramt: "EUC".
Definition: FSPDFObjC.h:6794
Encoding foramt: "HZ-GB-2312".
Definition: FSPDFObjC.h:6836
BOOL generateAppearance()
Generate the appearance of paging seal signature.
Window position: at the center.
Definition: FSPDFObjC.h:3473
Definition: FSPDFObjC.h:3819
Table border style: Dashed.
Definition: FSPDFObjC.h:6207
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:6656
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:5012
FSMediaSettingsPlayerWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:3521
void exitJoinEditing()
Exit join split editing.
Definition: FSPDFObjC.h:7854
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:505
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:4622
FSAppProviderCallbackMsgBoxButtonID
Enumeration for button ID of XFA message box.
Definition: FSPDFObjC.h:5483
Empty value type.
Definition: FSPDFObjC.h:7253
Enum value: After, which means the alignment for attribute BlockAlign or the placement for attribute ...
Definition: FSPDFObjC.h:7189
Word matching: match phrase.
Definition: FSPDFObjC.h:3574
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:866
I key.
Definition: FSPDFObjC.h:4006
Signature label name for sign time.
Definition: FSPDFObjC.h:4412
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:6853
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:4034
DIB format: 32bpp CMYK format, with bits order "Cyan, Magenta, Yellow, Black". Cyan is in the lowest ...
Definition: FSPDFObjC.h:1056
FSPrintParamsPrintHandling
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3423
Definition: FSPDFObjC.h:7893
Definition: FSPDFObjC.h:1631
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:854
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:2128
The signature is a time stamp signature.
Definition: FSPDFObjC.h:4336
Definition: FSPDFObjC.h:6250
Definition: FSPDFObjC.h:6339
Standard font: Courier.
Definition: FSPDFObjC.h:876
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:2133
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:1226
The password is invalid.
Definition: FSPDFObjC.h:4953
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:3716
void removeAll()
Clean up the array.
Enum value: Center, which means the alignment for attributes TextAlign/InlineAlign/RubyAlign.
Definition: FSPDFObjC.h:7208
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:2130
A user password is used in PDF document.
Definition: FSPDFObjC.h:4955
K key.
Definition: FSPDFObjC.h:4008
Result type: delete annotation.
Definition: FSPDFObjC.h:6521
Definition: FSPDFObjC.h:1912
Some types are not supported.
Definition: FSPDFObjC.h:484
Message box icon: Error.
Definition: FSPDFObjC.h:5470
void killFocus()
Kill the focus of XFA widget.
Action type: sound action.
Definition: FSPDFObjC.h:1871
Sample message: "SOM expression returned list when single result was expected".
Definition: FSPDFObjC.h:5431
Definition: FSPDFObjC.h:2190
Numbering type: a) b) c)
Definition: FSPDFObjC.h:7453
Event flag: meta key.
Definition: FSPDFObjC.h:4058
Space key.
Definition: FSPDFObjC.h:3974
Report category type: list item.
Definition: FSPDFObjC.h:7348
Event type: all page views are removed.
Definition: FSPDFObjC.h:5532
BOOL selectAll()
Select all text.
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:1680
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:4616
Encoding foramt: "CP1251".
Definition: FSPDFObjC.h:6804
FSProgressiveState resume()
Continue the progressive process.
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:1434
F key.
Definition: FSPDFObjC.h:4003
The submit data is packaged in XFD format, as described in XFDF.
Definition: FSPDFObjC.h:5510
Encoding foramt: "X-KDDI-ISO-2022-JP".
Definition: FSPDFObjC.h:6847
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:6617
Trim Box for page boundary.
Definition: FSPDFObjC.h:4635
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:658
(Only useful for choice field) If set, the new value is committed as soon as a selection is made with...
Definition: FSPDFObjC.h:4195
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:4183
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:7613
F6 key.
Definition: FSPDFObjC.h:4045
Message box button ID: Yes.
Definition: FSPDFObjC.h:5487
Save document without updating metadata "ModDate" and "CreationDate".
Definition: FSPDFObjC.h:4988
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:6507
Structure element type: Lbl, which means "Label" and represents a name or number that distinguishes a...
Definition: FSPDFObjC.h:7066
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:2113
If set, only show with Gray.
Definition: FSPDFObjC.h:8083
Success, and no error occurs.
Definition: FSPDFObjC.h:475
BOOL cutSelected()
Cut the selected text.
Unknown encryption type.
Definition: FSPDFObjC.h:4960
FSSignatureCallbackCertValidity
Enumeration for certificate validity.
Definition: FSPDFObjC.h:4469
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:2092
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:483
Definition: FSPDFObjC.h:9823
G key.
Definition: FSPDFObjC.h:4004
Enum value: Top, which means top edge of the page.
Definition: FSPDFObjC.h:7237
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:5648
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:6658
XFA widget type: barcode.
Definition: FSPDFObjC.h:5620
FSPDFDoc * getDocument()
Get the related PDF document.
Annotation type: highlight annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2323
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:6634
Page scaling: Enlarge. It means PDF page will be enlarged to HTML content size. In this mode,...
Definition: FSPDFObjC.h:6771
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
Sample message: "Bad suffix on number".
Definition: FSPDFObjC.h:5388
Annotations summary string ID: specify the prefix when page information is outputed in result documen...
Definition: FSPDFObjC.h:7999
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:6818
Application's viewer variation information.
Definition: FSPDFObjC.h:3655
Certificate is expired.
Definition: FSPDFObjC.h:4471
Definition: FSPDFObjC.h:11171
If set, only show solid color.
Definition: FSPDFObjC.h:8090
Enum value: Dashed, which means the border is a series of short line segments.
Definition: FSPDFObjC.h:7199
Definition: FSPDFObjC.h:2457
BOOL findPrev()
Search for previous matched pattern.
FSTaggedPDFCallbackReportConfidence
Enumeration for report confidence used for tag PDF document.
Definition: FSPDFObjC.h:7356
Discard embedded print settings.
Definition: FSPDFObjC.h:6727
Bullet type: black diamond minus white.
Definition: FSPDFObjC.h:7445
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
Image object.
Definition: FSPDFObjC.h:1648
German.
Definition: FSPDFObjC.h:3638
Character flag: Unknown.
Definition: FSPDFObjC.h:5763
Structure element type: Formula, which represents a mathematical formula.
Definition: FSPDFObjC.h:7094
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:511
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:5800
File format type: XFDF.
Definition: FSPDFObjC.h:683
FSDestinationZoomMode getPageZoomMode()
A callback function to get the current page zoom mode.
If set, only show with DeviceCMYK or spot.
Definition: FSPDFObjC.h:8077
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:2118
int getChannelCount()
Get the count of sound channels.
Definition: FSPDFObjC.h:1110
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSMarkupState
Enumeration for markup annotation's state.
Definition: FSPDFObjC.h:2521
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:2087
Definition: FSPDFObjC.h:6210
int getStartCharIndex()
Get the index of start character of current hyper-link URI, based on PDF page.
Border style: Solid.
Definition: FSPDFObjC.h:2217
javascript field value changed type: format.
Definition: FSPDFObjC.h:3667
Popup menu item: "Copy".
Definition: FSPDFObjC.h:3956
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:2398
Certificate's data is error.
Definition: FSPDFObjC.h:4473
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:7934
Attribute type: GlyphOrientationVertical, which specifies the orientation of glyphs when the inline-p...
Definition: FSPDFObjC.h:7164
BOOL canCopy()
Check whether can copy text.
Definition: FSPDFObjC.h:5282
The state is failed due to file exist.
Definition: FSPDFObjC.h:8353
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:2360
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:4974
An array of table cell index.
Definition: FSPDFObjC.h:6290
Application information: name.
Definition: FSPDFObjC.h:5350
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:7740
Definition: FSPDFObjC.h:2984
Invalidate current page.
Definition: FSPDFObjC.h:5494
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:8230
Event flag: the command key.
Definition: FSPDFObjC.h:4064
Layout mode: continuous two pages.
Definition: FSPDFObjC.h:3686
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:3060
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:4182
Print Content: print the document contents, not comments.
Definition: FSPDFObjC.h:3393
Font style: all cap.
Definition: FSPDFObjC.h:843
Encoding foramt: "ISO-8859-5".
Definition: FSPDFObjC.h:6782
Resize type: may be resized without preserving the aspect ratio.
Definition: FSPDFObjC.h:3490
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:5007
The state is OFF.
Definition: FSPDFObjC.h:3838
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:2134
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:2013
If set, that means to get the nearest point (which is in a path) to the specified point.
Definition: FSPDFObjC.h:8281
Character flag: UnUnicode.
Definition: FSPDFObjC.h:5766
Definition: FSPDFObjC.h:8180
"Pages" name tree.
Definition: FSPDFObjC.h:1539
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4804
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:1371
Annotations summary string ID: specify the string used as content in result document when a page does...
Definition: FSPDFObjC.h:8003
Definition: FSPDFObjC.h:1464
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:8232
Border style: Inset.
Definition: FSPDFObjC.h:2221
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:4623
Definition: FSPDFObjC.h:4901
Definition: FSPDFObjC.h:10026
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:5170
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:1825
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1140
Sample message: "At least one required field was empty. Please fill in the required fields(highlighte...
Definition: FSPDFObjC.h:5464
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:868
Definition: FSPDFObjC.h:8517
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
Encoding foramt: "MACINTOSH".
Definition: FSPDFObjC.h:6827
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:6088
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:4817
Definition: FSPDFObjC.h:1543
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:515
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:2126
Value type: wide string.
Definition: FSPDFObjC.h:7258
Bleed Box for page boundary.
Definition: FSPDFObjC.h:4637
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:4335
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:4618
Signature label name for signer.
Definition: FSPDFObjC.h:4409
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:6631
Snapped point type: intersection point, which means the snapped point is the intersection of two inte...
Definition: FSPDFObjC.h:8260
void indent()
Increase indent for text.
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:4337
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:5762
M key.
Definition: FSPDFObjC.h:4010
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4795
Definition: FSPDFObjC.h:2096
Encoding foramt: "ISO-8859-11".
Definition: FSPDFObjC.h:6813
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:4385
Sample message: "The value you entered for %s is invalid.".
Definition: FSPDFObjC.h:5460
Enum value: LowerAlpha, which means lowercase letters (a, b, c, ...).
Definition: FSPDFObjC.h:7222
Font style: fixed pitch.
Definition: FSPDFObjC.h:837
Enum value: UpperAlpha, which means uppercase letters (A, B, C, ...).
Definition: FSPDFObjC.h:7221
No "3D" module right.
Definition: FSPDFObjC.h:557
FSMatrix2D * getMatrix()
Get matrix.
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:2016
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:5279
int getRateOfProgress()
Get the rate of current progress.
Attribute type: InlineAlign, which represents the alignment, in the inline-progression direction,...
Definition: FSPDFObjC.h:7154
Measurement of the slope of a line.
Definition: FSPDFObjC.h:2552
Attribute type only for Table: Scope, which indicates whether the header cell applies to the rest of ...
Definition: FSPDFObjC.h:7175
XFA document type: Dynamic.
Definition: FSPDFObjC.h:5549
Encoding foramt: "BIG5".
Definition: FSPDFObjC.h:6789
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:497
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:1064
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:2122
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:6671
FSRendererColorMode
Enumeration for rendering color mode.
Definition: FSPDFObjC.h:2995
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:3876
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:633
Structure element info type: Actual Text, which means the actual text of structure element.
Definition: FSPDFObjC.h:1612
BOOL onDelete()
Call this function when the popup menu item "Delete" is down.
Unknown image type.
Definition: FSPDFObjC.h:1099
Definition: FSPDFObjC.h:713
Compare annotation only.
Definition: FSPDFObjC.h:6584
Event type: after a page view is added.
Definition: FSPDFObjC.h:5530
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:3879
Definition: FSPDFObjC.h:7423
Definition: FSPDFObjC.h:4129
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
Definition: FSPDFObjC.h:7881
int getBits()
Get the number of bits per sample value per channel.
Sample message: "Function '%s' does not have %d parameters".
Definition: FSPDFObjC.h:5399
int getSize()
Get the number of elements in the array.
9 key.
Definition: FSPDFObjC.h:3997
Structure element type: BlockQuote, which means "Block quotation" and represents a portion of text co...
Definition: FSPDFObjC.h:7045
FSLRElementElementType
Enumeration for standard structure types.
Definition: FSPDFObjC.h:7038
Enum value: Warichu, which means the RT and associated RP elements are to be formatted as a warichu,...
Definition: FSPDFObjC.h:7187
If set, show watermark above other page content.
Definition: FSPDFObjC.h:6132
Encryption type: customized encryption.
Definition: FSPDFObjC.h:4965
Definition: FSPDFObjC.h:3769
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:4179
Message box icon: Status.
Definition: FSPDFObjC.h:5473
Mailed result: mail success.
Definition: FSPDFObjC.h:3691
Encoding foramt: "BIG5-CP950".
Definition: FSPDFObjC.h:6796
Encoding foramt: "CNS".
Definition: FSPDFObjC.h:6795
May not be resized.
Definition: FSPDFObjC.h:1732
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:1435
Definition: FSPDFObjC.h:7330
File or folder path does not exist.
Definition: FSPDFObjC.h:518
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:1693
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:7936
Structure element type: RB, which means "Ruby base text" and represents the full-size text to which t...
Definition: FSPDFObjC.h:7084
Definition: FSPDFObjC.h:6034
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:7997
Action type: embedded go-to action.
Definition: FSPDFObjC.h:1867
FSActionCallbackLanguage
Enumeration for language.
Definition: FSPDFObjC.h:3633
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:2285
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:4038
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:605
Bottom Paging Seal.
Definition: FSPDFObjC.h:4536
Structure element type: Artifact, which includes other Pagination, Layout, Page and Background artifa...
Definition: FSPDFObjC.h:7096
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:1822
Sample message: "Cannot find const '%s'".
Definition: FSPDFObjC.h:5411
Annotation type: rich media annotation.
Definition: FSPDFObjC.h:2342
Definition: FSPDFObjC.h:3579
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:1700
Attribute type: TPadding, which specifies an offset to account for the separation between the table c...
Definition: FSPDFObjC.h:7156
Font style: script.
Definition: FSPDFObjC.h:840
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4814
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:1230
Annotation flag: print.
Definition: FSPDFObjC.h:2349
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:653
Definition: FSPDFObjC.h:7749
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:3468
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:958
Definition: FSPDFObjC.h:2265
Encoding foramt: "Greek".
Definition: FSPDFObjC.h:6784
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4810
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:1012
FSActionCallbackLayoutMode
Enumeration for layout mode.
Definition: FSPDFObjC.h:3682
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:882
Structure element info type: Title, which means the title of the structure element....
Definition: FSPDFObjC.h:1608
Shift key.
Definition: FSPDFObjC.h:3969
Certificate is not set to sign a signature.
Definition: FSPDFObjC.h:4476
No caption; icon only.
Definition: FSPDFObjC.h:2390
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:2125
Definition: FSPDFObjC.h:2617
Form field type: unknown.
Definition: FSPDFObjC.h:4169
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:531
Sample message: "Expected operator '%s' instead of '%s'".
Definition: FSPDFObjC.h:5405
Definition: FSPDFObjC.h:6385
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:3058
Encoding foramt: "Latin5".
Definition: FSPDFObjC.h:6780
Corner mark style: superscript.
Definition: FSPDFObjC.h:2186
void removeAll()
Remove all range segments.
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:2015
Normal color mode.
Definition: FSPDFObjC.h:2996
Annotation property: modified date.
Definition: FSPDFObjC.h:2368
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:514
BOOL canDeselectAll()
Check whether can deselect all text.
Flatten form fields.
Definition: FSPDFObjC.h:6724
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:617
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:2541
FSSnappedPointSnappedPointType
Enumeration for snapped point type.
Definition: FSPDFObjC.h:8256
Definition: FSPDFObjC.h:7366
float getWidth()
Get the original width of current watermark.
Hatches export type: Exports hatch as a set of triangles (vectorizer).
Definition: FSPDFObjC.h:6935
Position: top right.
Definition: FSPDFObjC.h:624
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:4035
void linkBoxes()
Call this function to link text.
Definition: FSPDFObjC.h:10353
Definition: FSPDFObjC.h:5882
Enum value: TbLr (PDF 2.0), which means inline progression from top to bottom; block progression from...
Definition: FSPDFObjC.h:7195
Sample message: "Error:Argument mismatch in property or function argument.".
Definition: FSPDFObjC.h:5466
Line spacing style: exact value line spacing.
Definition: FSPDFObjC.h:2900
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:1826
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:8015
Action type: unknown action.
Definition: FSPDFObjC.h:1864
P key.
Definition: FSPDFObjC.h:4013
Definition: FSPDFObjC.h:2736
1 key in the numeric keypad.
Definition: FSPDFObjC.h:4025
File format type: XDP.
Definition: FSPDFObjC.h:685
Fill mode: none.
Definition: FSPDFObjC.h:616
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:4981
Structure element type: H, which means "Heading" and represents a label for a subdivision of a docume...
Definition: FSPDFObjC.h:7056
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:4626
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:523
@2024 Foxit Software Incorporated. All rights reserved.