11 #import <CoreGraphics/CoreGraphics.h> 138 #import <Foundation/Foundation.h> 145 @interface SWIGTYPE_p_void : NSObject
150 -(id)init NS_UNAVAILABLE;
152 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
162 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
175 @property (nonatomic, getter=getX)
int x;
176 @property (nonatomic, getter=getY)
int y;
178 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
180 -(id)initWithOther: (
FSPoint*)other;
181 -(void)set: (
int)x y: (
int)y;
182 -(void)add: (
int)x y: (
int)y;
183 -(void)subtract: (
int)x y: (
int)y;
194 @property (nonatomic, getter=getX)
float x;
195 @property (nonatomic, getter=getY)
float y;
197 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
199 -(id)initWithOther: (
FSPointF*)other;
200 -(void)set: (
float)x y: (
float)y;
201 -(void)add: (
float)x y: (
float)y;
202 -(void)subtract: (
float)x y: (
float)y;
210 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
215 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
218 -(BOOL)setAt: (
int)nIndex newElement: (
FSRectF*)newElement;
219 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSRectF*)newElement;
220 -(BOOL)add: (
FSRectF*)newElement;
221 -(BOOL)insertAt: (
int)nIndex newElement: (
FSRectF*)newElement nCount: (
int)nCount;
222 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
223 -(int)find: (
FSRectF*)data iStart: (
int)iStart;
231 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
236 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
239 -(BOOL)setAt: (
int)nIndex newElement: (
FSPointF*)newElement;
240 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSPointF*)newElement;
242 -(BOOL)insertAt: (
int)nIndex newElement: (
FSPointF*)newElement nCount: (
int)nCount;
243 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
244 -(int)find: (
FSPointF*)data iStart: (
int)iStart;
252 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
257 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
259 -(float)getAt: (
int)nIndex;
260 -(BOOL)setAt: (
int)nIndex newElement: (
float)newElement;
261 -(BOOL)setAtGrow: (
int)nIndex newElement: (
float)newElement;
262 -(BOOL)add: (
float)newElement;
263 -(BOOL)insertAt: (
int)nIndex newElement: (
float)newElement nCount: (
int)nCount;
264 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
265 -(int)find: (
float)data iStart: (
int)iStart;
273 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
278 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
280 -(int)getAt: (
int)nIndex;
281 -(BOOL)setAt: (
int)nIndex newElement: (
int)newElement;
282 -(BOOL)setAtGrow: (
int)nIndex newElement: (
int)newElement;
283 -(BOOL)add: (
int)newElement;
284 -(BOOL)insertAt: (
int)nIndex newElement: (
int)newElement nCount: (
int)nCount;
285 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
286 -(int)find: (
int)data iStart: (
int)iStart;
297 @property (nonatomic, getter=getLeft)
int left;
298 @property (nonatomic, getter=getTop)
int top;
299 @property (nonatomic, getter=getRight)
int right;
300 @property (nonatomic, getter=getBottom)
int bottom;
302 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
304 -(id)initWithLeft1: (
int)left1 top1: (
int)top1 right1: (
int)right1 bottom1: (
int)bottom1;
309 -(void)intersect: (
FSRectI*)src;
310 -(void)union: (
FSRectI*)other_rect;
311 -(void)offset: (
int)dx dy: (
int)dy;
312 -(BOOL)contains: (
FSRectI*)other_rect;
313 -(BOOL)containsPoint: (
int)x y: (
int)y;
325 @property (nonatomic, getter=getLeft)
float left;
326 @property (nonatomic, getter=getRight)
float right;
327 @property (nonatomic, getter=getBottom)
float bottom;
328 @property (nonatomic, getter=getTop)
float top;
330 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
332 -(id)initWithLeft1: (
float)left1 bottom1: (
float)bottom1 right1: (
float)right1 top1: (
float)top1;
333 -(id)initWithRect: (
FSRectI*)rect;
337 -(BOOL)contains: (
FSRectF*)other_rect;
339 -(void)intersect: (
FSRectF*)other_rect;
340 -(void)union: (
FSRectF*)other_rect;
344 -(void)initRect: (
float)x y: (
float)y;
345 -(void)updateRect: (
float)x y: (
float)y;
348 -(void)inflateWithValues: (
float)x y: (
float)y;
350 -(void)defalteWithValues: (
float)x y: (
float)y;
352 -(void)translate: (
float)e f: (
float)f;
354 -(BOOL)containsPointF: (
FSPointF*)point;
355 +(BOOL)IsRectAdjacent: (
FSRectF*)rect1 rect2: (
FSRectF*)rect2 alignmentTolerance: (
float)alignmentTolerance distanceTolerance: (
float)distanceTolerance direction: (
int)direction;
366 @property (nonatomic, getter=getA)
float a;
367 @property (nonatomic, getter=getB)
float b;
368 @property (nonatomic, getter=getC)
float c;
369 @property (nonatomic, getter=getD)
float d;
370 @property (nonatomic, getter=getE)
float e;
371 @property (nonatomic, getter=getF)
float f;
373 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
375 -(id)initWithA1: (
float)a1 b1: (
float)b1 c1: (
float)c1 d1: (
float)d1 e1: (
float)e1 f1: (
float)f1;
376 -(void)set: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f;
379 -(void)concat: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f bPrepended: (BOOL)bPrepended;
380 -(void)concatWithMatrix: (
FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
381 -(void)concatInverse: (
FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
388 -(void)translate: (
float)x y: (
float)y bPrepended: (BOOL)bPrepended;
389 -(void)translateI: (
int)x y: (
int)y bPrepended: (BOOL)bPrepended;
390 -(void)scale: (
float)sx sy: (
float)sy bPrepended: (BOOL)bPrepended;
391 -(void)rotate: (
float)fRadian bPrepended: (BOOL)bPrepended;
392 -(void)rotateAt: (
float)fRadian x: (
float)x y: (
float)y bPrepended: (BOOL)bPrepended;
393 -(void)shear: (
float)fAlphaRadian fBetaRadian: (
float)fBetaRadian bPrepended: (BOOL)bPrepended;
399 -(float)transformXDistanceInFloat: (
float)dx;
400 -(int)transformXDistance: (
int)dx;
401 -(float)transformYDistanceInFloat: (
float)dy;
402 -(int)transformYDistance: (
int)dy;
403 -(float)transformDistanceInFloat: (
float)dx dy: (
float)dy;
404 -(int)transformDistanceInInteger: (
int)dx dy: (
int)dy;
405 -(float)transformDistance: (
float)distance;
406 -(void)transformPoint: (
int *)x y: (
int *)y;
407 -(void)transformRectF: (
FSRectF*)rect;
408 -(void)transformRect: (
FSRectI*)rect;
409 -(void)transformPointF: (
FSPointF*)point;
501 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
512 @property (nonatomic, getter=getYear)
unsigned short year;
513 @property (nonatomic, getter=getMonth)
unsigned short month;
514 @property (nonatomic, getter=getDay)
unsigned short day;
515 @property (nonatomic, getter=getHour)
unsigned short hour;
516 @property (nonatomic, getter=getMinute)
unsigned short minute;
517 @property (nonatomic, getter=getSecond)
unsigned short second;
518 @property (nonatomic, getter=getMilliseconds)
unsigned short milliseconds;
519 @property (nonatomic, getter=getUtc_hour_offset)
short utc_hour_offset;
520 @property (nonatomic, getter=getUtc_minute_offset)
unsigned short utc_minute_offset;
522 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
525 -(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;
528 -(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;
556 typedef NS_ENUM(NSInteger, FSPosition) {
611 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
612 +(NSData *)base64Encode: (NSData *)buffer;
613 +(NSData *)base64Decode: (NSData *)buffer;
614 +(NSData *)flateCompress: (NSData *)buffer;
615 +(NSData *)flateDecompress: (NSData *)buffer;
631 -(id)init NS_UNAVAILABLE;
633 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
647 @property (nonatomic, getter=getGraphics_objs_count_in_one_step)
int graphics_objs_count_in_one_step;
649 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
650 -(id)initWithGraphics_objs_count_in_one_step: (
int)graphics_objs_count_in_one_step;
652 -(void)set: (
int)graphics_objs_count_in_one_step;
662 -(id)init NS_UNAVAILABLE;
664 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
665 +(
FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
668 +(BOOL)hasModuleLicenseRight: (
FSModuleName)module_name;
669 +(NSString *)getVersion;
670 +(BOOL)setCacheSize: (
unsigned int)size;
671 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
676 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (
id<
FSSignatureCallback>)signature_callback;
677 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (
id<
FSSecurityCallback>)callback;
678 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
680 +(void)setRenderTextGamma: (
float)gamma;
681 +(void)setLogFile: (NSString *)log_file_path;
683 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
708 @property (nonatomic, getter=getLine_width)
float line_width;
710 @property (nonatomic, getter=getMiter_limit)
float miter_limit;
712 @property (nonatomic, getter=getDash_phase)
float dash_phase;
715 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
734 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
736 -(id)initWithIndex: (
int)index;
737 -(id)initWithStart_index: (
int)start_index end_index: (
int)end_index filter: (
FSRangeFilter)filter;
738 -(id)initWithOther: (
FSRange*)other;
740 -(void)addSingle: (
int)index;
741 -(void)addSegment: (
int)start_index end_index: (
int)end_index filter: (
FSRangeFilter)filter;
743 -(int)getSegmentStart: (
int)segment_index;
744 -(int)getSegmentEnd: (
int)segment_index;
815 -(id)init NS_UNAVAILABLE;
817 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
818 -(id)initWithName: (NSString *)name styles: (
unsigned int)styles charset: (
FSFontCharset)charset weight: (
int)weight;
820 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (
int)face_index charset: (
FSFontCharset)charset;
821 -(id)initWithOther: (
FSFont*)other;
827 -(BOOL)isEmbedded: (
FSPDFDoc*)document;
828 -(BOOL)isSupportEmbedded: (
FSPDFDoc*)document;
832 -(
FSRectI*)getCharBBox: (
unsigned int)unicode;
833 -(float)getCharWidth: (
unsigned int)unicode;
834 -(
FSRectI*)getCharBBoxWithPDFDoc: (
unsigned int)unicode document: (
FSPDFDoc*)document;
835 -(float)getCharWidthWithPDFDoc: (
unsigned int)unicode document: (
FSPDFDoc*)document;
836 -(
unsigned int)getStyles: (
FSPDFDoc*)document;
838 -(BOOL)isStandardFont: (
FSPDFDoc*)document;
841 -(NSString *)getBaseFontName: (
FSPDFDoc*)document;
842 -(BOOL)isVertWriting: (
FSPDFDoc*)document;
853 @property (nonatomic, retain, getter=getFile_read) id<FSFileReaderCallback> file_read;
854 @property (nonatomic, getter=getFace_index)
int face_index;
856 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
877 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
879 -(id)initWithOther: (
FSPath*)other;
889 -(BOOL)removePoint: (
int)index;
890 -(BOOL)appendRect: (
FSRectF*)rect;
891 -(BOOL)appendEllipse: (
FSRectF*)rect;
894 -(void)increasePointCount: (
int)count;
908 -(id)init NS_UNAVAILABLE;
910 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
919 -(
FSColor*)convertColorWithRGBColor: (
int)r_value g_value: (
int)g_value b_value: (
int)b_value;
920 -(
FSColor*)convertColorWithCMYKColor: (
int)c_value m_value: (
int)m_value y_value: (
int)y_value k_value: (
int)k_value;
929 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
932 -(id)initWithOther: (
FSColor*)other;
962 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
963 -(id)initWithWidth: (
int)width height: (
int)height format: (
FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (
int)pitch;
964 -(id)initWithOther: (
FSBitmap*)other;
973 -(void)fillRect: (
unsigned int)color rect: (
FSRectI*)rect;
975 -(
FSRectI*)calculateBBoxByColor: (
unsigned int)backgroud_color;
976 -(
FSRectI*)detectBBoxByColorDiffer: (
int)detection_size color_differ: (
int)color_differ;
977 -(
FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (
FSRectI*)clip_rect;
978 -(
FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1002 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1004 -(id)initWithPath: (NSString *)path;
1006 -(id)initWithOther: (
FSImage*)other;
1012 -(
FSBitmap*)getFrameBitmap: (
int)index;
1015 -(BOOL)addFrame: (
FSBitmap*)bitmap;
1016 -(void)setDPIs: (
int)x_dpi y_dpi: (
int)y_dpi;
1017 -(BOOL)saveAs: (NSString *)file_path;
1018 -(BOOL)saveAsWithStreamCallback: (
id<
FSFileStreamCallback>)file file_extension: (NSString *)file_extension;
1019 -(id)initWithBuffer: (NSData *)buffer;
1047 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1076 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1077 +(
FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
1078 +(
FSPDFObject*)createFromFloat: (
float)float_value;
1079 +(
FSPDFObject*)createFromInteger: (
int)integer_value;
1080 +(
FSPDFObject*)createFromString: (NSString *)string_value;
1083 +(
FSPDFObject*)createReference: (
FSPDFDoc*)document object_number: (
unsigned int)object_number;
1088 -(
unsigned int)getObjNum;
1096 -(NSString *)getName;
1097 -(NSString *)getWideString;
1101 -(NSData *)getString;
1123 -(id)
init NS_UNAVAILABLE;
1125 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1129 -(
unsigned long long)getDataSize: (BOOL)is_raw_data;
1132 -(NSData *)getData: (BOOL)is_raw_data;
1133 -(void)setData: (NSData *)buffer;
1140 -(id)
init NS_UNAVAILABLE;
1142 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1149 -(void)addBoolean: (BOOL)boolean_value;
1151 -(void)addFloat: (
float)float_value;
1152 -(void)addInteger: (
int)integer_value;
1154 -(void)addRect: (
FSRectF*)rect;
1155 -(void)addName: (NSString *)name;
1156 -(void)addString: (NSString *)new_string;
1157 -(void)insertAt: (
int)index element: (
FSPDFObject*)element;
1158 -(void)setAt: (
int)index element: (
FSPDFObject*)element;
1159 -(void)removeAt: (
int)index;
1166 -(id)
init NS_UNAVAILABLE;
1168 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1170 -(BOOL)hasKey: (NSString *)key;
1172 -(long)moveNext: (
long)position;
1173 -(NSString *)getKey: (
long)position;
1175 -(void)setAt: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object;
1176 -(void)setAtReference: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object document: (
FSPDFDoc*)document;
1177 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
1178 -(void)setAtDateTime: (NSString *)key value: (
FSDateTime*)value;
1179 -(void)setAtFloat: (NSString *)key value: (
float)value;
1180 -(void)setAtInteger: (NSString *)key value: (
int)value;
1181 -(void)setAtMatrix: (NSString *)key value: (
FSMatrix2D*)value;
1182 -(void)setAtRect: (NSString *)key value: (
FSRectF*)value;
1183 -(void)setAtName: (NSString *)key value: (NSString *)value;
1184 -(void)setAtString: (NSString *)key value: (NSString *)value;
1185 -(void)removeAt: (NSString *)key;
1193 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1198 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
1204 -(BOOL)insertAt: (
int)nIndex newElement: (
FSGraphicsObject*)newElement nCount: (
int)nCount;
1205 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
1213 @property (nonatomic, weak, getter=getFillColor)
FSColor* fillColor;
1214 @property (nonatomic, weak, getter=getStrokeColor)
FSColor* strokeColor;
1215 -(id)
init NS_UNAVAILABLE;
1217 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1230 -(id)
init NS_UNAVAILABLE;
1232 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1233 -(BOOL)hasTag: (NSString *)tag_name;
1235 -(NSString *)getItemTagName: (
int)index;
1236 -(int)getItemMCID: (
int)index;
1238 -(int)addItem: (NSString *)tag_name property_dict: (
FSPDFDictionary*)property_dict;
1239 -(BOOL)removeItem: (NSString *)tag_name;
1278 @property (nonatomic, getter=getStrokeColor)
unsigned int strokeColor;
1279 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
1280 @property (nonatomic, weak, getter=getColorState)
FSColorState* colorState;
1281 @property (nonatomic, getter=getFillOpacity)
float fillOpacity;
1282 @property (nonatomic, getter=getStrokeOpacity)
float strokeOpacity;
1283 @property (nonatomic, weak, getter=getMatrix)
FSMatrix2D* matrix;
1284 @property (nonatomic, weak, getter=getGraphState)
FSGraphState* graphState;
1286 @property (nonatomic, weak, getter=getClipRect)
FSRectF* clipRect;
1288 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1291 -(BOOL)hasTransparency;
1292 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
1294 -(int)getClipPathCount;
1295 -(
FSPath*)getClipPath: (
int)index;
1296 -(
FSFillMode)getClipPathFillMode: (
int)index;
1298 -(BOOL)removeClipPath: (
int)index;
1299 -(int)getClipTextObjectCount;
1302 -(BOOL)removeClipTextObject: (
int)index;
1311 -(void)rotate: (
int)angle;
1333 @property (nonatomic, getter=getVersion)
unsigned int version;
1334 @property (nonatomic, getter=getFont_size)
float font_size;
1335 @property (nonatomic, getter=getCharspace)
float charspace;
1336 @property (nonatomic, getter=getWordspace)
float wordspace;
1338 @property (nonatomic, weak, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
1339 @property (nonatomic, weak, getter=getOrigin_position)
FSPointF* origin_position;
1340 @property (nonatomic, weak, getter=getFont)
FSFont* font;
1342 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1343 -(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;
1346 -(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;
1353 -(id)
init NS_UNAVAILABLE;
1355 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1358 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index;
1370 @property (nonatomic, weak, getter=getText) NSString * text;
1371 -(id)
init NS_UNAVAILABLE;
1373 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1376 -(void)setTextState: (
FSPDFPage*)page text_state: (
FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
1378 -(
FSPointF*)getCharPos: (
int)index;
1379 -(float)getCharWidthByIndex: (
int)index;
1380 -(float)getCharHeightByIndex: (
int)index;
1388 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
1389 @property (nonatomic, weak, getter=getPathData)
FSPath* pathData;
1390 -(id)
init NS_UNAVAILABLE;
1392 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1401 -(id)
init NS_UNAVAILABLE;
1403 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1407 -(BOOL)importPageContent: (
FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
1414 -(id)
init NS_UNAVAILABLE;
1416 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1431 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1437 -(BOOL)hasName: (NSString *)name;
1439 -(NSString *)getName: (
int)index;
1441 -(BOOL)setObj: (NSString *)name pdf_object: (
FSPDFObject*)pdf_object;
1442 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
1443 -(BOOL)add: (NSString *)name pdf_object: (
FSPDFObject*)pdf_object;
1444 -(BOOL)removeObj: (NSString *)name;
1457 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1463 -(BOOL)hasNumber: (
int)number;
1465 -(BOOL)setObj: (
int)number pdf_object: (
FSPDFObject*)pdf_object;
1466 -(BOOL)removeObj: (
int)number;
1537 @property (nonatomic, weak, getter=getRenditionName) NSString * renditionName;
1538 @property (nonatomic, weak, getter=getMediaClipName) NSString * mediaClipName;
1539 @property (nonatomic, weak, getter=getMediaClipFile)
FSFileSpec* mediaClipFile;
1540 @property (nonatomic, weak, getter=getMediaClipContentType) NSString * mediaClipContentType;
1542 @property (nonatomic, weak, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
1543 -(id)
init NS_UNAVAILABLE;
1545 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1550 -(BOOL)hasMediaClip;
1551 -(NSString *)getMediaBaseURL;
1559 -(BOOL)isControlBarVisible;
1567 -(int)getRepeatCount;
1571 -(
unsigned int)getBackgroundColor;
1573 -(float)getBackgroundOpacity;
1577 -(int)getFloatingWindowWidth;
1578 -(int)getFloatingWindowHeight;
1582 -(FSPosition)getFloatingWindowPosition;
1586 -(BOOL)hasFloatingWindowTitleBar;
1588 -(BOOL)hasFloatingWindowCloseButton;
1592 -(NSArray<NSString *> *)getFloatingWindowTitles;
1600 @property (nonatomic, weak, getter=getSoftwareURI) NSString * softwareURI;
1601 @property (nonatomic, weak, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
1602 -(id)
init NS_UNAVAILABLE;
1604 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1626 -(id)
init NS_UNAVAILABLE;
1628 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1629 +(
FSDestination*)createXYZ: (
FSPDFDoc*)document page_index: (
int)page_index left: (
float)left top: (
float)top zoom_factor: (
float)zoom_factor;
1633 +(
FSDestination*)createFitRect: (
FSPDFDoc*)document page_index: (
int)page_index left: (
float)left bottom: (
float)bottom right: (
float)right top: (
float)top;
1638 -(id)initWithDest_array: (
FSPDFArray*)dest_array;
1641 -(int)getPageIndex: (
FSPDFDoc*)document;
1686 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1689 -(id)initWithAction: (
FSAction*)action;
1695 -(
FSAction*)getSubAction: (
int)index;
1696 -(void)setSubAction: (
int)index sub_action: (
FSAction*)sub_action;
1697 -(void)insertSubAction: (
int)index sub_action: (
FSAction*)sub_action;
1698 -(void)removeSubAction: (
int)index;
1707 -(id)
init NS_UNAVAILABLE;
1709 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1710 -(id)initWithAction: (
FSAction*)action;
1717 @property (nonatomic, weak, getter=getURI) NSString * uRI;
1718 -(id)
init NS_UNAVAILABLE;
1720 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1721 -(id)initWithAction: (
FSAction*)action;
1722 -(BOOL)isTrackPosition;
1723 -(void)setTrackPositionFlag: (BOOL)is_track_position;
1730 @property (nonatomic, weak, getter=getScript) NSString * script;
1731 -(id)
init NS_UNAVAILABLE;
1733 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1734 -(id)initWithAction: (
FSAction*)action;
1741 @property (nonatomic, weak, getter=getName) NSString * name;
1742 -(id)
init NS_UNAVAILABLE;
1744 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1745 -(id)initWithAction: (
FSAction*)action;
1753 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1754 @property (nonatomic, weak, getter=getFileSpec)
FSFileSpec* fileSpec;
1756 -(id)
init NS_UNAVAILABLE;
1758 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1759 -(id)initWithAction: (
FSAction*)action;
1766 @property (nonatomic, weak, getter=getRelationship) NSString * relationship;
1767 @property (nonatomic, weak, getter=getAttachedFileName) NSString * attachedFileName;
1768 @property (nonatomic, getter=getPageIndex)
int pageIndex;
1769 @property (nonatomic, getter=getFileAttachmentAnnotIndex)
int fileAttachmentAnnotIndex;
1771 -(id)
init NS_UNAVAILABLE;
1773 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1774 -(id)initWithDocument: (
FSPDFDoc*)document;
1786 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
1787 @property (nonatomic, weak, getter=getRootFile)
FSFileSpec* rootFile;
1790 -(id)
init NS_UNAVAILABLE;
1792 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1793 -(id)initWithAction: (
FSAction*)action;
1816 @property (nonatomic, weak, getter=getURL) NSString * uRL;
1817 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
1818 @property (nonatomic, getter=getFlags)
unsigned int flags;
1819 -(id)
init NS_UNAVAILABLE;
1821 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1822 -(id)initWithAction: (
FSAction*)action;
1829 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
1830 @property (nonatomic, getter=getFlags)
unsigned int flags;
1831 -(id)
init NS_UNAVAILABLE;
1833 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1834 -(id)initWithAction: (
FSAction*)action;
1841 @property (nonatomic, weak, getter=getFDFFileSpec)
FSFileSpec* fDFFileSpec;
1842 -(id)
init NS_UNAVAILABLE;
1844 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1845 -(id)initWithAction: (
FSAction*)action;
1852 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
1853 @property (nonatomic, getter=getHideState) BOOL hideState;
1854 -(id)
init NS_UNAVAILABLE;
1856 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1857 -(id)initWithAction: (
FSAction*)action;
1864 @property (nonatomic, weak, getter=getFileSpec)
FSFileSpec* fileSpec;
1866 -(id)
init NS_UNAVAILABLE;
1868 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1869 -(id)initWithAction: (
FSAction*)action;
1870 -(NSString *)getWinFileName;
1871 -(NSString *)getWinDefaultDirectory;
1872 -(NSString *)getWinAppOperation;
1873 -(NSString *)getWinAppParameter;
1874 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
1891 @property (nonatomic, weak, getter=getScreenAnnot)
FSScreen* screenAnnot;
1892 @property (nonatomic, weak, getter=getJavaScript) NSString * javaScript;
1893 -(id)
init NS_UNAVAILABLE;
1895 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1896 -(id)initWithAction: (
FSAction*)action;
1897 -(int)getRenditionCount;
1899 -(void)insertRendition: (
FSRendition*)rendition index: (
int)index;
1931 -(id)
init NS_UNAVAILABLE;
1933 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1936 -(id)initWithField: (
FSField*)field;
1937 -(id)initWithAnnot: (
FSAnnot*)annot;
1962 @property (nonatomic, getter=getFlags)
unsigned int flags;
1963 @property (nonatomic, getter=getText_size)
float text_size;
1964 @property (nonatomic, getter=getText_color)
unsigned int text_color;
1965 @property (nonatomic, weak, getter=getFont)
FSFont* font;
1967 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1968 -(id)initWithFlags: (
unsigned int)flags font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color;
1971 -(void)set: (
unsigned int)flags font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color;
1988 @property (nonatomic, weak, getter=getFont)
FSFont* font;
1989 @property (nonatomic, getter=getText_size)
float text_size;
1990 @property (nonatomic, getter=getText_alignment)
FSAlignment text_alignment;
1991 @property (nonatomic, getter=getText_color)
unsigned int text_color;
1992 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
1993 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
1994 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
1995 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
1998 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1999 -(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;
2002 -(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;
2021 @property (nonatomic, getter=getWidth)
float width;
2023 @property (nonatomic, getter=getCloud_intensity)
float cloud_intensity;
2024 @property (nonatomic, getter=getDash_phase)
float dash_phase;
2027 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2028 -(id)initWithWidth: (
float)width style: (
FSBorderInfoStyle)style intensity: (
float)intensity dash_phase: (
float)dash_phase dashes: (
FSFloatArray*)dashes;
2031 -(void)set: (
float)width style: (
FSBorderInfoStyle)style intensity: (
float)intensity dash_phase: (
float)dash_phase dashes: (
FSFloatArray*)dashes;
2041 @property (nonatomic, weak, getter=getFirst)
FSPointF* first;
2042 @property (nonatomic, weak, getter=getSecond)
FSPointF* second;
2043 @property (nonatomic, weak, getter=getThird)
FSPointF* third;
2044 @property (nonatomic, weak, getter=getFourth)
FSPointF* fourth;
2046 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2062 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2065 -(
unsigned long)getSize;
2068 -(void)removeAt: (
unsigned long)index;
2069 -(void)insertAt: (
unsigned long)index element: (
FSQuadPoints*)element;
2090 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
2091 @property (nonatomic, getter=getHorizontal_fraction)
float horizontal_fraction;
2092 @property (nonatomic, getter=getVertical_fraction)
float vertical_fraction;
2093 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
2095 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2097 -(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;
2098 -(id)initWithIcon_fit: (
FSIconFit*)icon_fit;
2099 -(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;
2194 @property (nonatomic, weak, getter=getContent) NSString * content;
2195 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
2196 @property (nonatomic, getter=getFlags)
unsigned int flags;
2197 @property (nonatomic, weak, getter=getUniqueID) NSString * uniqueID;
2198 @property (nonatomic, weak, getter=getBorderInfo)
FSBorderInfo* borderInfo;
2199 @property (nonatomic, getter=getBorderColor)
unsigned int borderColor;
2201 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2203 -(id)initWithAnnot: (
FSAnnot*)annot;
2212 -(BOOL)resetAppearanceStream;
2230 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2233 -(
unsigned long)getSize;
2234 -(
FSAnnot*)getAt: (
unsigned long)index;
2235 -(void)add: (
FSAnnot*)element;
2236 -(void)removeAt: (
unsigned long)index;
2237 -(void)insertAt: (
unsigned long)index element: (
FSAnnot*)element;
2249 @property (nonatomic, getter=getFirst_color)
unsigned int first_color;
2250 @property (nonatomic, getter=getSecond_color)
unsigned int second_color;
2252 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2253 -(id)initWithFirstcolor: (
unsigned int)firstcolor secondcolor: (
unsigned int)secondcolor;
2256 -(void)set: (
unsigned int)firstcolor secondcolor: (
unsigned int)secondcolor;
2269 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2272 -(
unsigned long)getSize;
2273 -(
FSMarkup*)getAt: (
unsigned long)index;
2275 -(void)removeAt: (
unsigned long)index;
2276 -(void)insertAt: (
unsigned long)index element: (
FSMarkup*)element;
2289 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2292 -(
unsigned long)getSize;
2293 -(
FSNote*)getAt: (
unsigned long)index;
2294 -(void)add: (
FSNote*)element;
2295 -(void)removeAt: (
unsigned long)index;
2296 -(void)insertAt: (
unsigned long)index element: (
FSNote*)element;
2341 @property (nonatomic, weak, getter=getPopup)
FSPopup* popup;
2342 @property (nonatomic, weak, getter=getTitle) NSString * title;
2343 @property (nonatomic, weak, getter=getSubject) NSString * subject;
2344 @property (nonatomic, getter=getOpacity)
float opacity;
2345 @property (nonatomic, weak, getter=getIntent) NSString * intent;
2346 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
2348 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2349 -(id)initWithAnnot: (
FSAnnot*)annot;
2350 -(int)getReplyCount;
2351 -(
FSNote*)getReply: (
int)index;
2353 -(BOOL)removeReply: (
int)index;
2354 -(BOOL)removeAllReplies;
2361 -(BOOL)removeAllStateAnnots;
2362 -(int)getRichTextCount;
2363 -(NSString *)getRichTextContent: (
int)index;
2364 -(void)setRichTextContent: (
int)index content: (NSString *)content;
2367 -(void)addRichText: (NSString *)content style: (
FSRichTextStyle*)style;
2368 -(void)insertRichText: (
int)index content: (NSString *)content style: (
FSRichTextStyle*)style;
2369 -(void)removeRichText: (
int)index;
2376 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2377 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2380 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2382 -(id)initWithAnnot: (
FSAnnot*)annot;
2384 -(BOOL)isStateAnnot;
2394 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2395 -(id)initWithAnnot: (
FSAnnot*)annot;
2403 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2405 -(id)initWithAnnot: (
FSAnnot*)annot;
2413 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2415 -(id)initWithAnnot: (
FSAnnot*)annot;
2423 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2425 -(id)initWithAnnot: (
FSAnnot*)annot;
2433 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2435 -(id)initWithAnnot: (
FSAnnot*)annot;
2444 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2446 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2448 -(id)initWithAnnot: (
FSAnnot*)annot;
2449 -(BOOL)removeAction;
2456 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2457 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2458 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2460 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2462 -(id)initWithAnnot: (
FSAnnot*)annot;
2463 -(NSString *)getMeasureRatioW;
2467 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2475 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2476 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2477 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2479 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2481 -(id)initWithAnnot: (
FSAnnot*)annot;
2482 -(NSString *)getMeasureRatioW;
2486 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2494 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2496 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2498 @property (nonatomic, weak, getter=getCalloutLinePoints)
FSPointFArray* calloutLinePoints;
2499 @property (nonatomic, weak, getter=getTextMatrix)
FSMatrix2D* textMatrix;
2502 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2504 -(id)initWithAnnot: (
FSAnnot*)annot;
2521 @property (nonatomic, getter=getStyleFillColor)
unsigned int styleFillColor;
2522 @property (nonatomic, weak, getter=getStartPoint)
FSPointF* startPoint;
2523 @property (nonatomic, weak, getter=getEndPoint)
FSPointF* endPoint;
2524 @property (nonatomic, getter=getCaptionPositionType)
FSLineCapPos captionPositionType;
2525 @property (nonatomic, weak, getter=getCaptionOffset)
FSPointF* captionOffset;
2526 @property (nonatomic, getter=getLeaderLineLength)
float leaderLineLength;
2527 @property (nonatomic, getter=getLeaderLineExtensionLength)
float leaderLineExtensionLength;
2528 @property (nonatomic, getter=getLeaderLineOffset)
float leaderLineOffset;
2529 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2531 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2533 -(id)initWithAnnot: (
FSAnnot*)annot;
2535 -(void)enableCaption: (BOOL)cap;
2536 -(NSString *)getMeasureRatioW;
2540 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2548 @property (nonatomic, weak, getter=getInkList)
FSPath* inkList;
2550 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2552 -(id)initWithAnnot: (
FSAnnot*)annot;
2553 -(void)enableUseBezier: (BOOL)use_bezier;
2560 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2561 @property (nonatomic, getter=getRotation)
int rotation;
2563 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2565 -(id)initWithAnnot: (
FSAnnot*)annot;
2566 -(void)setBitmap: (
FSBitmap*)bitmap;
2567 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index compress: (
int)compress;
2568 -(void)rotate: (
int)angle;
2577 @property (nonatomic, getter=getOpacity)
float opacity;
2578 @property (nonatomic, weak, getter=getTitle) NSString * title;
2579 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2581 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2583 -(id)initWithAnnot: (
FSAnnot*)annot;
2584 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index compress: (
int)compress;
2585 -(void)removeAction;
2592 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2594 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2596 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2598 -(id)initWithAnnot: (
FSAnnot*)annot;
2599 -(NSString *)getMeasureRatioW;
2603 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2611 @property (nonatomic, getter=getStyleFillColor)
unsigned int styleFillColor;
2615 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2617 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2619 -(id)initWithAnnot: (
FSAnnot*)annot;
2620 -(NSString *)getMeasureRatioW;
2624 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2632 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2634 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2636 -(id)initWithAnnot: (
FSAnnot*)annot;
2643 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2645 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2647 -(id)initWithAnnot: (
FSAnnot*)annot;
2656 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2658 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2660 -(id)initWithAnnot: (
FSAnnot*)annot;
2669 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2671 -(id)initWithAnnot: (
FSAnnot*)annot;
2679 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2680 @property (nonatomic, getter=getMKRotation)
FSRotation mKRotation;
2681 @property (nonatomic, getter=getMKBorderColor)
unsigned int mKBorderColor;
2682 @property (nonatomic, getter=getMKBackgroundColor)
unsigned int mKBackgroundColor;
2683 @property (nonatomic, weak, getter=getMKNormalCaption) NSString * mKNormalCaption;
2684 @property (nonatomic, weak, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
2685 @property (nonatomic, weak, getter=getMKDownCaption) NSString * mKDownCaption;
2686 @property (nonatomic, weak, getter=getMKNormalIconBitmap)
FSBitmap* mKNormalIconBitmap;
2687 @property (nonatomic, weak, getter=getMKRolloverIconBitmap)
FSBitmap* mKRolloverIconBitmap;
2688 @property (nonatomic, weak, getter=getMKDownIconBitmap)
FSBitmap* mKDownIconBitmap;
2689 @property (nonatomic, weak, getter=getMKIconFit)
FSIconFit* mKIconFit;
2691 @property (nonatomic, weak, getter=getAppearanceState) NSString * appearanceState;
2693 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2695 -(id)initWithAnnot: (
FSAnnot*)annot;
2698 -(void)removeAction;
2701 -(void)setMKNormalIconImage: (
FSImage*)image frame_index: (
int)frame_index;
2702 -(void)setMKRolloverIconImage: (
FSImage*)image frame_index: (
int)frame_index;
2703 -(void)setMKDownIconImage: (
FSImage*)image frame_index: (
int)frame_index;
2704 -(NSString *)getAppearanceOnStateName;
2712 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2713 @property (nonatomic, getter=getApplyFillColor)
unsigned int applyFillColor;
2714 @property (nonatomic, weak, getter=getOverlayText) NSString * overlayText;
2715 @property (nonatomic, getter=getOverlayTextAlignment)
FSAlignment overlayTextAlignment;
2717 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2719 -(id)initWithAnnot: (
FSAnnot*)annot;
2737 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2739 -(id)initWithAnnot: (
FSAnnot*)annot;
2763 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
2769 -(id)
init NS_UNAVAILABLE;
2771 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2772 -(id)initWithBitmap: (
FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
2773 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
2785 -(void)setClipRect: (
FSRectI*)clip_rect;
2788 -(void)setRenderContentFlags: (
unsigned int)render_content_flags;
2789 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
2790 -(void)setRenderFormField: (BOOL)is_render_formfield;
2791 -(void)setRenderSignature: (BOOL)is_render_signature;
2794 -(void)setMappingModeColors: (
unsigned int)background_color foreground_color: (
unsigned int)foreground_color;
2795 -(void)setClearType: (BOOL)is_clear_type;
2796 -(void)setPrintTextAsGraphic: (BOOL)is_to_print_text_graphic;
2797 -(void)setPrintTextAsImage: (BOOL)is_to_print_text_image;
2798 -(void)setForceDownSample: (BOOL)is_to_force_down_sample;
2799 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
2800 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
2801 -(void)enableForPrint: (BOOL)is_render_for_print;
2802 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
2803 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
2804 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
2805 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
2806 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
2824 -(id)
init NS_UNAVAILABLE;
2826 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2828 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
2830 -(int)getAssociatedFilesCount: (
FSPDFObject*)pdf_object;
2831 -(int)getAssociatedFilesCountWithGraphicsObject: (
FSGraphicsObject*)graphics_object;
2835 -(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;
2839 -(void)associateFileWithAnnot: (
FSAnnot*)annot file_spec: (
FSFileSpec*)file_spec;
2840 -(void)removeAssociatedFile: (
FSPDFObject*)pdf_object index: (
int)index;
2841 -(void)removeAssociatedFileWithGraphicsObject: (
FSGraphicsObject*)graphics_object index: (
int)index;
2853 -(id)
init NS_UNAVAILABLE;
2855 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2858 -(id)initWithPath: (NSString *)path;
2859 -(id)initWithOther: (
FSFDFDoc*)other;
2863 -(BOOL)setPDFPath: (NSString *)pdf_path;
2864 -(BOOL)saveAs: (NSString *)file_path;
2868 -(id)initWithBuffer: (NSData *)buffer;
2879 @property (nonatomic, getter=getLevel)
int level;
2880 @property (nonatomic, weak, getter=getName) NSString * name;
2882 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2884 -(id)initWithLevel: (
int)level name: (NSString *)name;
2885 -(id)initWithMenu_list: (
FSMenuList*)menu_list;
2886 -(void)set: (
int)level name: (NSString *)name;
2897 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2900 -(
unsigned long)getSize;
2903 -(void)removeAt: (
unsigned long)index;
2904 -(void)insertAt: (
unsigned long)index element: (
FSMenuList*)element;
2916 @property (nonatomic, weak, getter=getCorporation) NSString * corporation;
2917 @property (nonatomic, weak, getter=getEmail) NSString * email;
2918 @property (nonatomic, weak, getter=getLogin_name) NSString * login_name;
2919 @property (nonatomic, weak, getter=getName) NSString * name;
2921 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2923 -(id)initWithCorporation: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name;
2925 -(void)set: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name;
2982 @property (nonatomic, weak, getter=getTitle) NSString * title;
2983 @property (nonatomic, getter=getColor)
unsigned int color;
2984 @property (nonatomic, getter=getStyle)
unsigned int style;
2985 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2986 -(id)
init NS_UNAVAILABLE;
2988 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2998 -(BOOL)removeAction;
3000 -(BOOL)isFirstChild;
3009 -(id)
init NS_UNAVAILABLE;
3011 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3016 -(NSString *)getKey: (
int)index;
3017 -(
FSFileSpec*)getEmbeddedFile: (NSString *)key;
3018 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (
FSFileSpec*)file_spec;
3019 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (
FSFileSpec*)file_spec;
3020 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
3021 -(BOOL)removeEmbeddedFile: (NSString *)key;
3023 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
3031 @property (nonatomic, weak, getter=getFileName) NSString * fileName;
3033 @property (nonatomic, weak, getter=getDescription) NSString * description;
3034 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
3035 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
3036 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3037 @property (nonatomic, weak, getter=getChecksum) NSData * checksum;
3038 -(id)
init NS_UNAVAILABLE;
3040 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3041 -(id)initWithDocument: (
FSPDFDoc*)document;
3045 -(
long long)getFileSize;
3046 -(
long long)getCompressedEmbeddedFileSize;
3048 -(BOOL)embed: (NSString *)file_path;
3049 -(BOOL)embedWithPDFObject: (
FSPDFObject*)pdf_object;
3053 -(BOOL)exportToFile: (NSString *)path;
3066 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3069 -(
unsigned long)getSize;
3072 -(void)removeAt: (
unsigned long)index;
3073 -(void)insertAt: (
unsigned long)index element: (
FSLayerNode*)element;
3085 @property (nonatomic, getter=getMin_factor)
float min_factor;
3086 @property (nonatomic, getter=getMax_factor)
float max_factor;
3088 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3090 -(id)initWithMin_factor: (
float)min_factor max_factor: (
float)max_factor;
3092 -(void)set: (
float)min_factor max_factor: (
float)max_factor;
3105 -(id)
init NS_UNAVAILABLE;
3107 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3108 -(id)initWithDocument: (
FSPDFDoc*)document;
3125 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
3128 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3146 -(id)
init NS_UNAVAILABLE;
3148 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3158 -(BOOL)setVisible: (
FSLayerNode*)layer is_visible: (BOOL)is_visible;
3165 -(id)
init NS_UNAVAILABLE;
3167 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3172 -(BOOL)removeChild: (
int)index;
3173 -(BOOL)moveTo: (
FSLayerNode*)parent_layer_node index: (
int)index;
3174 -(
FSLayerNode*)addChild: (
int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
3178 -(BOOL)hasIntent: (NSString *)intent;
3184 -(BOOL)setName: (NSString *)name;
3185 -(BOOL)setDefaultVisible: (BOOL)is_visible;
3205 -(id)
init NS_UNAVAILABLE;
3207 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3208 -(void)onTimer: (
int)timer;
3320 -(id)
init NS_UNAVAILABLE;
3322 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3324 -(id)initWithOther: (
FSFiller*)other;
3327 -(BOOL)onLButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3328 -(BOOL)onLButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3329 -(BOOL)onLButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3330 -(BOOL)onMouseMove: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3331 -(BOOL)onMouseEnter: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3332 -(BOOL)onMouseHover: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3333 -(BOOL)onMouseLeave: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3334 -(BOOL)onMouseWheel: (
FSPDFPage*)page point: (
FSPointF*)point delta: (
int)delta flags: (
unsigned int)flags;
3335 -(BOOL)onRButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3336 -(BOOL)onRButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3337 -(BOOL)onRButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3338 -(BOOL)onWheelButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3339 -(BOOL)onWheelButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3340 -(BOOL)onWheelButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
3341 -(BOOL)onKeyDown: (
unsigned int)key_code flags: (
unsigned int)flags;
3342 -(BOOL)onKeyUp: (
unsigned int)key_code flags: (
unsigned int)flags;
3343 -(BOOL)onChar: (
unsigned int)char_code flags: (
unsigned int)flags;
3346 -(void)highlightFormFields: (BOOL)is_highlight;
3347 -(void)setHighlightColor: (
unsigned int)color;
3359 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3362 -(
unsigned long)getSize;
3363 -(
FSField*)getAt: (
unsigned long)index;
3364 -(void)add: (
FSField*)element;
3365 -(void)removeAt: (
unsigned long)index;
3366 -(void)insertAt: (
unsigned long)index element: (
FSField*)element;
3378 @property (nonatomic, weak, getter=getOption_value) NSString * option_value;
3379 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
3380 @property (nonatomic, getter=getSelected) BOOL selected;
3381 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
3383 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3385 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
3387 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
3398 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3401 -(
unsigned long)getSize;
3404 -(void)removeAt: (
unsigned long)index;
3405 -(void)insertAt: (
unsigned long)index element: (
FSChoiceOption*)element;
3440 @property (nonatomic, getter=getFlags)
unsigned int flags;
3441 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
3442 @property (nonatomic, weak, getter=getValue) NSString *
value;
3444 @property (nonatomic, weak, getter=getAlternateName) NSString * alternateName;
3446 @property (nonatomic, weak, getter=getMappingName) NSString * mappingName;
3447 @property (nonatomic, getter=getMaxLength)
int maxLength;
3449 @property (nonatomic, getter=getTopVisibleIndex)
int topVisibleIndex;
3451 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3453 -(id)initWithField: (
FSField*)field;
3456 -(NSString *)getName;
3457 -(int)getControlCount;
3459 -(int)getControlCountWithPDFPage: (
FSPDFPage*)page;
3465 -(
FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
3474 @property (nonatomic, weak, getter=getFieldsInCalculationOrder)
FSFieldArray* fieldsInCalculationOrder;
3475 -(id)
init NS_UNAVAILABLE;
3477 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3478 -(id)initWithDocument: (
FSPDFDoc*)document;
3479 -(id)initWithOther: (
FSForm*)other;
3481 -(BOOL)needConstructAppearances;
3482 -(void)setConstructAppearances: (BOOL)need_construct;
3486 -(BOOL)validateFieldName: (
FSFieldType)type field_name: (NSString *)field_name;
3487 -(BOOL)renameField: (
FSField*)field new_field_name: (NSString *)new_field_name;
3489 -(BOOL)moveControl: (
FSControl*)control field_name: (NSString *)field_name;
3490 -(void)removeField: (
FSField*)field;
3491 -(void)removeControl: (
FSControl*)control;
3492 -(int)getFieldCount: (NSString *)filter;
3493 -(
FSField*)getField: (
int)index filter: (NSString *)filter;
3494 -(int)getControlCount: (
FSPDFPage*)page;
3498 -(BOOL)exportToXML: (NSString *)file_path;
3499 -(BOOL)importFromXML: (NSString *)file_path;
3501 -(void)fixPageFields: (
int)page_index;
3508 @property (nonatomic, weak, getter=getExportValue) NSString * exportValue;
3511 -(id)
init NS_UNAVAILABLE;
3513 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3521 -(void)setChecked: (BOOL)checked_status;
3522 -(BOOL)isDefaultChecked;
3523 -(void)setDefaultChecked: (BOOL)checked_status;
3627 @property (nonatomic, getter=getAppearanceFlags)
unsigned int appearanceFlags;
3628 @property (nonatomic, weak, getter=getSignTime)
FSDateTime* signTime;
3629 @property (nonatomic, weak, getter=getFilter) NSString * filter;
3630 @property (nonatomic, weak, getter=getSubFilter) NSString * subFilter;
3631 @property (nonatomic, weak, getter=getBitmap)
FSBitmap* bitmap;
3632 -(id)
init NS_UNAVAILABLE;
3634 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3635 -(id)initWithField: (
FSField*)field;
3641 -(NSArray<NSString *> *)getFieldMDPActionFields;
3646 -(NSString *)getCertificateInfo: (NSString *)key;
3647 -(
unsigned int)getState;
3648 -(BOOL)clearSignedData;
3650 -(
FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
3651 -(void)setAppearanceContent: (NSString *)appearance_content;
3656 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index;
3657 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (
int)frame_index;
3659 -(void)setDefaultContentsLength: (
unsigned int)default_length;
3661 -(NSString *)getCert: (
int)index;
3662 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
3691 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3694 +(int)getServerCount;
3698 +(void)setDefaultServerWithIndex: (
int)index;
3700 +(
FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
3701 +(void)removeServerWithIndex: (
int)index;
3721 -(id)
init NS_UNAVAILABLE;
3723 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3735 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3743 -(long)insertGraphicsObject: (
long)position_insert_after graphics_object: (
FSGraphicsObject*)graphics_object;
3745 -(BOOL)removeGraphicsObjectByPosition: (
long)position;
3746 -(long)moveGraphicsObjectByPosition: (
long)current_position position_move_after: (
long)position_move_after;
3798 @property (nonatomic, getter=getUserUnitSize)
float userUnitSize;
3799 -(id)
init NS_UNAVAILABLE;
3801 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3812 -(
FSMatrix2D*)getDisplayMatrix: (
int)left top: (
int)top width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
3814 -(int)getAnnotCount;
3815 -(
FSAnnot*)getAnnot: (
int)index;
3816 -(
FSAnnot*)getAnnotAtPoint: (
FSPointF*)position tolerance: (
float)tolerance;
3820 -(BOOL)removeAnnot: (
FSAnnot*)annot;
3821 -(void)moveAnnotToFirst: (
FSAnnot*)annot;
3822 -(void)moveAnnotToLast: (
FSAnnot*)annot;
3823 -(void)moveAnnotToPrev: (
FSAnnot*)annot;
3824 -(void)moveAnnotToNext: (
FSAnnot*)annot;
3825 -(void)updateAnnotList;
3826 -(BOOL)hasTransparency;
3827 -(BOOL)flatten: (BOOL)for_display options: (
unsigned int)options;
3828 -(BOOL)flattenAnnot: (
FSAnnot*)annot;
3829 -(BOOL)setAnnotGroup: (
FSMarkupArray*)annot_array header_index: (
int)header_index;
3831 -(
FSSignature*)addSignatureWithFieldName: (
FSRectF*)rect field_name: (NSString *)field_name;
3833 -(BOOL)hasWatermark;
3834 -(BOOL)removeAllWatermarks;
3835 -(void)setSize: (
float)width height: (
float)height;
3839 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path;
3841 -(void)setClipRect: (
FSRectF*)clip_rect;
3842 -(void)setThumbnail: (
FSBitmap*)thumbnail;
3849 -(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;
3850 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (
FSPointF*)position width: (
float)width height: (
float)height auto_generate_content: (BOOL)auto_generate_content;
3855 -(
FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
3856 -(void)clearRenderCache;
3867 @property (nonatomic, getter=getStart_number)
int start_number;
3868 @property (nonatomic, getter=getEnd_number)
int end_number;
3871 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3872 -(id)initWithStart_number: (
int)start_number end_number: (
int)end_number filter: (
FSRangeFilter)filter;
3875 -(void)set: (
int)start_number end_number: (
int)end_number filter: (
FSRangeFilter)filter;
3885 @property (nonatomic, weak, getter=getHeader_left_content) NSString * header_left_content;
3886 @property (nonatomic, weak, getter=getHeader_center_content) NSString * header_center_content;
3887 @property (nonatomic, weak, getter=getHeader_right_content) NSString * header_right_content;
3888 @property (nonatomic, weak, getter=getFooter_left_content) NSString * footer_left_content;
3889 @property (nonatomic, weak, getter=getFooter_center_content) NSString * footer_center_content;
3890 @property (nonatomic, weak, getter=getFooter_right_content) NSString * footer_right_content;
3892 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3893 -(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;
3896 -(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;
3906 @property (nonatomic, weak, getter=getFont)
FSFont* font;
3907 @property (nonatomic, getter=getText_size)
float text_size;
3908 @property (nonatomic, getter=getText_color)
unsigned int text_color;
3910 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
3911 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
3912 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
3913 @property (nonatomic, getter=getStart_page_number)
int start_page_number;
3915 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
3916 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
3917 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
3919 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3920 -(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;
3923 -(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;
3962 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3968 -(void)addString: (NSString *)new_string;
3981 @property (nonatomic, getter=getVersion)
int version;
3982 @property (nonatomic, weak, getter=getType) NSString * type;
3983 @property (nonatomic, weak, getter=getApp_id) NSString * app_id;
3984 @property (nonatomic, weak, getter=getUri) NSString * uri;
3985 @property (nonatomic, weak, getter=getDescription) NSString * description;
3987 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3989 -(id)initWithVersion: (
int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
3991 -(void)set: (
int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4001 @property (nonatomic, getter=getVersion)
float version;
4002 @property (nonatomic, weak, getter=getCrypto_filter) NSString * crypto_filter;
4003 @property (nonatomic, weak, getter=getFile_name) NSString * file_name;
4004 @property (nonatomic, getter=getFile_size)
long long file_size;
4005 @property (nonatomic, weak, getter=getDescription) NSString * description;
4007 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4009 -(id)initWithVersion: (
float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (
long long)file_size description: (NSString *)description;
4011 -(void)set: (
float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (
long long)file_size description: (NSString *)description;
4021 @property (nonatomic, getter=getWidth)
float width;
4022 @property (nonatomic, getter=getHeight)
float height;
4025 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4026 -(id)initWithWidth: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
4029 -(void)set: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
4039 @property (nonatomic, weak, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
4040 @property (nonatomic, weak, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
4042 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4129 @property (nonatomic, getter=getFileVersion)
int fileVersion;
4131 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4133 -(id)initWithPath: (NSString *)path;
4135 -(id)initWithOther: (
FSPDFDoc*)other;
4137 -(
unsigned long long)getFileSize;
4138 -(BOOL)isLinearized;
4144 -(int)getFirstAvailPageIndex;
4147 -(void)clearRenderCache;
4151 -(BOOL)isUserPassword: (NSString *)password;
4152 -(BOOL)isOwnerPassword: (NSString *)password;
4153 -(NSString *)getUserPassword: (NSString *)owner_password;
4159 -(BOOL)saveAs: (NSString *)file_path save_flags: (
unsigned int)save_flags;
4164 -(int)getBookmarkLevelDepth;
4165 -(BOOL)removeBookmark: (
FSBookmark*)bookmark;
4167 -(BOOL)hasHeaderFooter;
4171 -(BOOL)removeAllHeaderFooters;
4179 -(
FSPDFObject*)getIndirectObject: (
unsigned int)object_number;
4180 -(
unsigned int)addIndirectObject: (
FSPDFObject*)pdf_object;
4181 -(void)deleteIndirectObject: (
unsigned int)object_number;
4182 -(
unsigned int)getUserPermissions;
4186 -(
long long)getWrapperOffset;
4189 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (
FSWrapperData*)wrapper_data user_permissions: (
unsigned int)user_permissions owner_password: (NSString *)owner_password;
4190 -(
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;
4192 -(int)getReadingBookmarkCount;
4194 -(
FSReadingBookmark*)insertReadingBookmark: (
int)reading_bookmark_index title: (NSString *)title dest_page_index: (
int)dest_page_index;
4196 -(int)getSignatureCount;
4199 -(
FSPDFPage*)insertPage: (
int)index width: (
float)width height: (
float)height;
4201 -(BOOL)removePage: (
int)index;
4202 -(BOOL)removePageWithPDFPage: (
FSPDFPage*)page;
4203 -(BOOL)movePageTo: (
FSPDFPage*)page dest_index: (
int)dest_index;
4204 -(BOOL)movePagesTo: (
FSRange*)page_range dest_index: (
int)dest_index;
4205 -(
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;
4209 -(void)insertDocument: (
int)dest_index src_doc: (
FSPDFDoc*)src_doc options: (
unsigned int)options;
4210 -(BOOL)importFromFDF: (
FSFDFDoc*)fdf_doc types: (
int)types page_range: (
FSRange*)page_range;
4211 -(BOOL)exportToFDF: (
FSFDFDoc*)fdf_doc types: (
int)types page_range: (
FSRange*)page_range;
4212 -(BOOL)exportAnnotToFDF: (
FSAnnot*)pdf_annot fdf_doc: (
FSFDFDoc*)fdf_doc;
4213 -(NSString *)getHeader;
4216 -(BOOL)removeSecurity;
4218 -(
FSFont*)getFont: (
int)index;
4220 -(BOOL)setOpenAction: (
FSAction*)action;
4221 -(BOOL)removeOpenAction;
4222 -(BOOL)doJSOpenAction;
4227 -(void)addTableOfContents: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array;
4228 -(id)initWithBuffer: (NSData *)buffer;
4235 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
4236 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
4237 -(id)
init NS_UNAVAILABLE;
4239 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4240 -(id)initWithDocument: (
FSPDFDoc*)document;
4243 -(BOOL)hasKey: (NSString *)key;
4244 -(NSArray<NSString *> *)getValues: (NSString *)key;
4245 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
4246 -(NSArray<NSString *> *)getCustomerKeys;
4247 -(void)removeCustomerKey: (NSString *)key;
4269 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
4275 @property (nonatomic, getter=getPrintCopies)
int printCopies;
4276 @property (nonatomic, weak, getter=getPrintRange)
FSRange* printRange;
4277 -(id)
init NS_UNAVAILABLE;
4279 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4301 -(id)
init NS_UNAVAILABLE;
4303 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4304 -(id)initWithDocument: (
FSPDFDoc*)document;
4307 -(NSString *)getPageLabelTitle: (
int)page_index;
4308 -(BOOL)hasPageLabel: (
int)page_index;
4310 -(NSString *)getPageLabelPrefix: (
int)page_index;
4311 -(int)getPageLabelStart: (
int)page_index;
4312 -(void)setPageLabel: (
int)page_index label_style: (
FSPageLabelsStyle)label_style first_label_number: (
int)first_label_number prefix_string: (NSString *)prefix_string;
4313 -(void)removePageLabel: (
int)page_index;
4324 -(id)
init NS_UNAVAILABLE;
4326 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4327 -(id)initWithBitmap: (
FSBitmap*)bitmap simulate: (BOOL)simulate;
4328 -(id)initWithWidth: (
int)width height: (
int)height simulate: (BOOL)simulate;
4329 -(id)initWithOther: (
FSPSI*)other;
4332 -(void)setColor: (
unsigned int)color;
4333 -(void)setDiameter: (
int)diameter;
4334 -(void)setOpacity: (
float)opacity;
4345 @property (nonatomic, weak, getter=getTitle) NSString * title;
4346 @property (nonatomic, getter=getPageIndex)
int pageIndex;
4347 -(id)
init NS_UNAVAILABLE;
4349 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4352 -(
FSDateTime*)getDateTime: (BOOL)is_creation_date;
4353 -(void)setDateTime: (
FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
4366 -(id)
init NS_UNAVAILABLE;
4368 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4372 -(void)setScreenSize: (
float)width height: (
float)height;
4373 -(void)setScreenMargin: (
int)left top: (
int)top right: (
int)right bottom: (
int)bottom;
4374 -(void)setZoom: (
int)zoom;
4375 -(void)setParseFlags: (
unsigned int)flags;
4376 -(void)setLineSpace: (
float)line_space;
4377 -(void)setImageScale: (
float)image_scale;
4378 -(void)setTopSpace: (
float)top_space;
4382 -(
FSMatrix2D*)getDisplayMatrix: (
float)offset_x offset_y: (
float)offset_y width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
4384 -(
FSPointF*)getFocusPosition: (
FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
4396 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
4397 @property (nonatomic, getter=getSelected) BOOL selected;
4399 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4401 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
4403 -(void)set: (NSString *)option_label selected: (BOOL)selected;
4414 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4417 -(
unsigned long)getSize;
4420 -(void)removeAt: (
unsigned long)index;
4644 -(id)
init NS_UNAVAILABLE;
4646 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4648 -(id)initWithDocument: (
FSPDFDoc*)document;
4649 -(id)initWithOther: (
FSXFADoc*)other;
4657 -(void)setPDFPath: (NSString *)pdf_file_path;
4658 -(BOOL)importData: (NSString *)file_path;
4660 -(void)flattenTo: (NSString *)output_file_path;
4665 -(
FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
4672 -(id)
init NS_UNAVAILABLE;
4674 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4677 -(
FSMatrix2D*)getDisplayMatrix: (
int)left top: (
int)top width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
4684 -(
FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
4758 @property (nonatomic, weak, getter=getValue) NSString *
value;
4759 -(id)
init NS_UNAVAILABLE;
4761 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4772 -(BOOL)onMouseEnter;
4774 -(BOOL)onLButtonDown: (
FSPointF*)point flags: (
unsigned int)flags;
4775 -(BOOL)onLButtonUp: (
FSPointF*)point flags: (
unsigned int)flags;
4776 -(BOOL)onLButtonDoubleClick: (
FSPointF*)point flags: (
unsigned int)flags;
4777 -(BOOL)onMouseMove: (
FSPointF*)point flags: (
unsigned int)flags;
4778 -(BOOL)onRButtonDown: (
FSPointF*)point flags: (
unsigned int)flags;
4779 -(BOOL)onRButtonUp: (
FSPointF*)point flags: (
unsigned int)flags;
4780 -(BOOL)onKeyDown: (
unsigned int)key_code flags: (
unsigned int)flags;
4781 -(BOOL)onKeyUp: (
unsigned int)key_code flags: (
unsigned int)flags;
4782 -(BOOL)onChar: (
int)input_char flags: (
unsigned int)flags;
4789 -(NSString *)getToolTip;
4797 -(id)
init NS_UNAVAILABLE;
4799 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4800 -(id)initWithXfa_widget: (
FSXFAWidget*)xfa_widget;
4811 -(BOOL)paste: (NSString *)text;
4846 @property (nonatomic, weak, getter=getFont)
FSFont* font;
4848 @property (nonatomic, getter=getFont_size)
float font_size;
4849 @property (nonatomic, getter=getOrigin_x)
float origin_x;
4850 @property (nonatomic, getter=getOrigin_y)
float origin_y;
4851 @property (nonatomic, weak, getter=getChar_box)
FSRectF* char_box;
4852 @property (nonatomic, weak, getter=getChar_outbox)
FSRectF* char_outbox;
4853 @property (nonatomic, weak, getter=getMatrix)
FSMatrix2D* matrix;
4855 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4876 -(id)
init NS_UNAVAILABLE;
4878 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4879 -(id)initWithPage: (
FSPDFPage*)page flags: (
int)flags;
4884 -(NSString *)getChars: (
int)start count: (
int)count;
4885 -(int)getIndexAtPos: (
float)x y: (
float)y tolerance: (
float)tolerance;
4886 -(NSString *)getTextInRect: (
FSRectF*)rect;
4888 -(
FSRange*)getWordAtPos: (
float)x y: (
float)y tolerance: (
float)tolerance;
4889 -(int)getTextRectCount: (
int)start count: (
int)count;
4890 -(
FSRectF*)getTextRect: (
int)rect_index;
4891 -(
FSRotation)getBaselineRotation: (
int)rect_index;
4894 -(NSString *)getTextUnderAnnot: (
FSAnnot*)annot;
4908 -(id)
init NS_UNAVAILABLE;
4910 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4913 -(id)initWithText_page: (
FSTextPage*)text_page;
4914 -(id)initWithAnnot: (
FSAnnot*)annot;
4917 -(BOOL)setPattern: (NSString *)key_words;
4918 -(BOOL)setStartPage: (
int)page_index;
4919 -(BOOL)setEndPage: (
int)page_index;
4920 -(BOOL)setStartCharacter: (
int)char_index;
4921 -(BOOL)setSearchFlags: (
unsigned int)search_flags;
4936 -(id)
init NS_UNAVAILABLE;
4938 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4951 -(id)
init NS_UNAVAILABLE;
4953 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4972 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4987 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
4988 @property (nonatomic, getter=getUser_permissions)
unsigned int user_permissions;
4990 @property (nonatomic, getter=getKey_length)
int key_length;
4992 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4993 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (
unsigned int)user_permissions cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length;
4996 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (
unsigned int)user_permissions cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length;
5009 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5012 -(BOOL)initialize: (
FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
5013 -(BOOL)initializeW: (
FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
5014 -(void)setAES256ModifyFlags: (
unsigned int)modify_flags;
5025 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5027 @property (nonatomic, weak, getter=getEnvelopes) NSArray<NSData *> * envelopes;
5029 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5030 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (
FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
5040 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5054 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5055 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
5057 @property (nonatomic, getter=getKey_length)
int key_length;
5058 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
5059 @property (nonatomic, getter=getUser_permissions)
unsigned int user_permissions;
5061 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5062 -(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;
5065 -(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;
5072 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5075 -(NSString *)getDRMValue: (NSString *)key;
5076 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
5078 -(BOOL)initialize: (
FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSData *)initial_key;
5089 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5090 @property (nonatomic, weak, getter=getFilter) NSString * filter;
5091 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
5093 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5094 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
5097 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
5104 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5118 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
5119 @property (nonatomic, weak, getter=getPublish_license) NSString * publish_license;
5120 @property (nonatomic, weak, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
5121 @property (nonatomic, getter=getIrm_version)
float irm_version;
5123 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5124 -(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;
5127 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (
float)irm_version;
5134 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5162 -(id)
init NS_UNAVAILABLE;
5164 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5173 -(BOOL)adjustStructureOrder: (
FSAnnotArray*)annot_array;
5180 -(id)
init NS_UNAVAILABLE;
5182 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5210 @property (nonatomic, getter=getPosition) FSPosition position;
5211 @property (nonatomic, getter=getOffset_x)
float offset_x;
5212 @property (nonatomic, getter=getOffset_y)
float offset_y;
5213 @property (nonatomic, getter=getFlags)
unsigned int flags;
5214 @property (nonatomic, getter=getScale_x)
float scale_x;
5215 @property (nonatomic, getter=getScale_y)
float scale_y;
5216 @property (nonatomic, getter=getRotation)
float rotation;
5217 @property (nonatomic, getter=getOpacity)
int opacity;
5219 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5220 -(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;
5223 -(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;
5238 @property (nonatomic, getter=getFont_size)
float font_size;
5239 @property (nonatomic, getter=getColor)
unsigned int color;
5241 @property (nonatomic, getter=getLine_space)
float line_space;
5243 @property (nonatomic, weak, getter=getFont)
FSFont* font;
5245 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5256 -(id)
init NS_UNAVAILABLE;
5258 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5259 -(id)initWithDocument: (
FSPDFDoc*)document;
5272 -(id)
init NS_UNAVAILABLE;
5274 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5275 -(id)initWithDirectory: (NSString *)directory;
5291 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5295 -(void)setDataBasePath: (NSString *)path_of_data_base;
5297 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
5310 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5311 +(
FSErrorCode)initialize: (NSString *)compliance_resource_folder_path compliance_engine_unlockcode: (NSString *)compliance_engine_unlockcode;
5313 +(void)setTempFolderPath: (NSString *)temp_folder_path;
5314 +(void)setLanguage: (NSString *)language;
5334 @property (nonatomic, getter=getUsed_count)
unsigned int used_count;
5336 @property (nonatomic, weak, getter=getName) NSString * name;
5337 @property (nonatomic, weak, getter=getComment) NSString * comment;
5338 @property (nonatomic, weak, getter=getReasons) NSArray<NSString *> * reasons;
5340 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5358 @property (nonatomic, getter=getTriggered_count)
unsigned int triggered_count;
5360 @property (nonatomic, weak, getter=getName) NSString * name;
5361 @property (nonatomic, weak, getter=getComment) NSString * comment;
5362 @property (nonatomic, weak, getter=getTrigger_values) NSArray<NSString *> * trigger_values;
5363 @property (nonatomic, getter=getPage_index)
int page_index;
5365 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5374 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5400 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5413 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5449 @property (nonatomic, weak, getter=getRect_array)
FSRectFArray* rect_array;
5450 @property (nonatomic, weak, getter=getDiff_contents) NSString * diff_contents;
5452 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5466 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5469 -(
unsigned long)getSize;
5472 -(void)removeAt: (
unsigned long)index;
5488 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5503 -(id)
init NS_UNAVAILABLE;
5505 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5506 -(id)initWithBase_doc: (
FSPDFDoc*)base_doc compared_doc: (
FSPDFDoc*)compared_doc;
5509 -(
FSCompareResults*)doCompare: (
int)base_page_index compared_page_index: (
int)compared_page_index compare_flags: (
unsigned int)compare_flags;
5510 -(
FSPDFDoc*)generateComparedDoc: (
unsigned int)compare_flags;
5518 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5553 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5558 -(void)setImageDPI: (
int)dpi;
5559 -(void)setImageDPILimit: (
int)dpi_limit;
5592 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5596 -(void)setImageDPI: (
int)dpi;
5597 -(void)setImageDPILimit: (
int)dpi_limit;
5608 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5612 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
5656 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5660 -(void)setOptimizerOptions: (
unsigned int)optimize_options;
5664 -(void)setCleanUpOptions: (
unsigned int)clean_up_options;
5665 -(void)setDiscardObjectsOptions: (
unsigned int)discard_objects_options;
5666 -(void)setDiscardUserDataOptions: (
unsigned int)discard_userdata_options;
5682 @property (nonatomic, getter=getPage_width)
float page_width;
5683 @property (nonatomic, getter=getPage_height)
float page_height;
5684 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
5685 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
5686 @property (nonatomic, getter=getRotate_degrees)
FSRotation rotate_degrees;
5687 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
5688 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
5691 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5693 -(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;
5694 -(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;
5704 @property (nonatomic, getter=getPage_width)
float page_width;
5705 @property (nonatomic, getter=getPage_height)
float page_height;
5706 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
5707 @property (nonatomic, weak, getter=getFont)
FSFont* font;
5708 @property (nonatomic, getter=getText_size)
float text_size;
5709 @property (nonatomic, getter=getText_color)
unsigned int text_color;
5710 @property (nonatomic, getter=getLinespace)
float linespace;
5711 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
5713 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5715 -(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;
5716 -(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;
5723 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5724 +(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;
5725 +(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;
5726 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (
FSTXT2PDFSettingData*)setting_data;
5810 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5964 -(id)
init NS_UNAVAILABLE;
5966 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5993 -(id)
init NS_UNAVAILABLE;
5995 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6010 -(id)
init NS_UNAVAILABLE;
6012 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6026 -(id)
init NS_UNAVAILABLE;
6028 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6051 @property (nonatomic, weak, getter=getResponse_data) NSData * response_data;
6053 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6068 @property (nonatomic, weak, getter=getStart_time)
FSDateTime* start_time;
6069 @property (nonatomic, weak, getter=getEnd_time)
FSDateTime* end_time;
6071 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6113 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
6114 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
6115 @property (nonatomic, weak, getter=getResponse)
FSResponse* response;
6116 @property (nonatomic, weak, getter=getResponse_effect_time_range)
FSTimeRange* response_effect_time_range;
6117 @property (nonatomic, weak, getter=getRevoke_time)
FSDateTime* revoke_time;
6120 @property (nonatomic, weak, getter=getCert_check_time)
FSDateTime* cert_check_time;
6121 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
6122 @property (nonatomic, weak, getter=getSignature_vri_creation_time)
FSDateTime* signature_vri_creation_time;
6123 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
6124 @property (nonatomic, weak, getter=getResponse_signature_vri_creation_time)
FSDateTime* response_signature_vri_creation_time;
6126 @property (nonatomic, weak, getter=getCert) NSData * cert;
6128 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6144 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6147 -(
unsigned long)getSize;
6150 -(void)removeAt: (
unsigned long)index;
6163 @property (nonatomic, weak, getter=getIssuer) NSData * issuer;
6164 @property (nonatomic, weak, getter=getCert) NSData * cert;
6166 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6167 -(id)initWithCert: (NSData *)cert issuer: (NSData *)issuer;
6170 -(void)set: (NSData *)cert issuer: (NSData *)issuer;
6181 @property (nonatomic, weak, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
6182 @property (nonatomic, weak, getter=getCrl_array) NSArray<NSData *> * crl_array;
6184 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6185 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
6188 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
6203 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6206 -(
unsigned long)getSize;
6209 -(void)removeAt: (
unsigned long)index;
6229 -(id)
init NS_UNAVAILABLE;
6231 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6232 -(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;
6253 -(id)
init NS_UNAVAILABLE;
6255 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6273 @property (nonatomic, weak, getter=getText_state)
FSTextState* text_state;
6274 @property (nonatomic, weak, getter=getText) NSString * text;
6275 -(id)
init NS_UNAVAILABLE;
6277 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6278 -(id)initWithText_state: (
FSTextState*)text_state text: (NSString *)text;
6280 -(void)set: (
FSTextState*)text_state text: (NSString *)text;
6291 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6294 -(
unsigned long)getSize;
6297 -(void)removeAt: (
unsigned long)index;
6317 -(id)
init NS_UNAVAILABLE;
6319 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6335 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6340 -(void)move: (
FSPointF*)point width: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
6349 -(id)
init NS_UNAVAILABLE;
6351 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6361 -(id)
init NS_UNAVAILABLE;
6363 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6366 -(void)setBitmap: (
FSBitmap*)bitmap;
6373 -(id)
init NS_UNAVAILABLE;
6375 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6376 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
6380 -(void)setBookmarkTitle: (NSString *)bookmark_title;
6392 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6395 -(
unsigned long)getSize;
6398 -(void)removeAt: (
unsigned long)index;
6421 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6467 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6474 -(void)setAnnotType: (
FSAnnotType)type use_all: (BOOL)use_all;
6475 -(void)setFileTitle: (NSString *)title;
6476 -(void)setPageRect: (
FSRectF*)rect;
6477 -(void)setPageMargin: (
FSRectF*)margin;
6478 -(void)setStartPage: (
int)page_index;
6479 -(void)setEndPage: (
int)page_index;
6480 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
6481 -(void)setConnectorLineColor: (
unsigned int)color;
6482 -(void)setConnectorLineOpacity: (
float)opacity;
6490 -(id)
init NS_UNAVAILABLE;
6492 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6493 -(id)initWithDocument: (
FSPDFDoc*)document;
6537 -(id)
init NS_UNAVAILABLE;
6539 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6540 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
6543 -(void)setSimulationProfile: (NSString *)icc_profile_path;
6546 -(
unsigned int)getSpotPlateColor: (NSString *)plate_name;
6547 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
6548 -(BOOL)isChecked: (NSString *)plate_name;
6563 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6578 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6581 -(
unsigned long)getSize;
6584 -(void)removeAt: (
unsigned long)index;
6585 -(void)insertAt: (
unsigned long)index element: (
FSPortfolioNode*)element;
6593 @property (nonatomic, weak, getter=getDescription) NSString * description;
6594 -(id)
init NS_UNAVAILABLE;
6596 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6599 -(NSString *)getName;
6601 -(
FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSFileStreamCallback>)file_stream file_name: (NSString *)file_name;
6614 -(id)
init NS_UNAVAILABLE;
6616 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6626 @property (nonatomic, weak, getter=getKeyName) NSString * keyName;
6627 @property (nonatomic, weak, getter=getSubtypeName) NSString * subtypeName;
6628 @property (nonatomic, weak, getter=getDisplayName) NSString * displayName;
6630 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6635 -(void)setVisibility: (BOOL)is_visible;
6647 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6650 -(
unsigned long)getSize;
6653 -(void)removeAt: (
unsigned long)index;
6654 -(void)insertAt: (
unsigned long)index element: (
FSSchemaField*)element;
6670 @property (nonatomic, weak, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
6671 @property (nonatomic, weak, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
6673 -(id)
init NS_UNAVAILABLE;
6675 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6682 -(BOOL)isSortedInAscending;
6683 -(void)setSortingOrder: (BOOL)use_ascending_order;
6698 -(id)
init NS_UNAVAILABLE;
6700 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6718 -(id)
init NS_UNAVAILABLE;
6720 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6763 -(NSData *)readBlock: (
unsigned long long)offset size: (
unsigned long long)size;
6793 -(BOOL)writeBlock:(NSData*)data offset:(
unsigned long long)offset;
6824 -(NSData *)readBlock: (
unsigned long long)offset size: (
unsigned long long)size;
6833 -(BOOL)writeBlock:(NSData*)data offset:(
unsigned long long)offset;
6861 -(BOOL)invalidateRect:(
FSPDFDoc*)document page_index:(
int)page_index pdf_rect:(
FSRectF*)pdf_rect;
6873 -(int)getCurrentPage:(
FSPDFDoc*)document;
6885 -(void)setCurrentPage:(
FSPDFDoc*)document page_index:(
int)page_index;
6913 -(BOOL)setPageRotation:(
FSPDFDoc*)document page_index:(
int)page_index rotation:(
FSRotation)rotation;
6927 -(BOOL)executeNamedAction:(
FSPDFDoc*)document named_action:(NSString*)named_action;
6941 -(BOOL)setDocChangeMark:(
FSPDFDoc*)document change_mark:(BOOL)change_mark;
6953 -(BOOL)getDocChangeMark:(
FSPDFDoc*)document;
6976 -(
FSPDFDoc*)getOpenedDoc:(
int)index;
7009 -(BOOL)openDoc:(NSString*)file_path password:(NSString*)password;
7028 -(BOOL)beep:(
int)type;
7048 -(NSString*)response:(NSString*)question title:(NSString*)title default_value:(NSString*)default_value label:(NSString*)label is_password:(BOOL)is_password;
7060 -(NSString*)getFilePath:(
FSPDFDoc*)document;
7085 -(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;
7099 -(BOOL)submitForm:(
FSPDFDoc*)document form_data:(NSData*)form_data url:(NSString*)url;
7111 -(BOOL)launchURL:(NSString*)url;
7135 -(NSString*)
browseFile:(BOOL)is_open_dialog file_format:(NSString*)file_format file_filter:(NSString*)file_filter;
7179 -(int)alert:(NSString*)msg title:(NSString*)title type:(
int)type icon:(
int)icon;
7249 -(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;
7265 -(
unsigned int)verifySignature:(
FSPDFDoc*)document pdf_signature:(
FSSignature*)pdf_signature;
7306 -(BOOL)hasIcon: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
7317 -(BOOL)canChangeColor: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
7328 -(
FSPDFPage*)getIcon: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name color: (
unsigned int)color;
7342 -(
FSShadingColor*)getShadingColor: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name referenced_color: (
unsigned int)referenced_color shading_index: (
int)shading_index;
7352 -(NSNumber*)getDisplayWidth: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
7362 -(NSNumber*)getDisplayHeight: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
7420 -(void)onDocWillDestroy:(
FSPDFDoc*)document;
7428 -(void)onDocWillSave:(
FSPDFDoc*)document;
7463 -(BOOL)isDataAvail:(
int)offset size:(
int)size;
7478 -(BOOL)addDownloadHint:(
int)offset size:(
int)size;
7512 -(BOOL)setTimer:(
int)elapse timer:(
FSTimer*)timer out_timer_id:(
int*)out_timer_id;
7521 -(BOOL)killTimer:(
int)timer_id;
7533 -(void)focusGotOnControl:(
FSControl*)control value:(NSString*)value;
7546 -(void)focusLostFromControl:(
FSControl*)control value:(NSString*)value;
7570 -(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;
7641 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
7664 -(BOOL)isOwner: (
FSPDFDoc *)document sub_filter:(NSString*)sub_filter;
7676 -(
unsigned int)getUserPermissions:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
7702 -(int)getKeyLength:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
7713 -(NSString*)getFileID:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
7724 -(NSData*)getInitialKey:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
7748 -(
void *)createContext: (NSString*)filter sub_filter: (NSString*)sub_filter encrypt_info: (NSString*)encrypt_info;
7759 -(BOOL)releaseContext: (
void *)context;
7784 -(BOOL)isOwner: (
void *)context;
7807 -(NSData *)getEncryptKey: (
void *)context;
7819 -(
unsigned int)getDecryptedSize: (
void *)context src_data_size: (
unsigned int)src_data_size;
7832 -(
void *)startDecryptor: (
void *)context obj_num: (
int)obj_num gen_num: (
int)gen_num;
7845 -(NSData*)decryptData: (
void *)decryptor encrypted_data: (
void *)encrypted_data encrypted_data_len: (
unsigned int)encrypted_data_len;
7856 -(NSData *)finishDecryptor: (
void *)decryptor;
7871 -(
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;
7888 -(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;
7908 -(BOOL)useStandardCryptoMethod:(
void*)context;
7953 -(BOOL)startCalcDigest: (
id<
FSFileReaderCallback>)file byte_range_array: (NSArray<NSNumber *> *)byte_range_array signature: (
FSSignature*)signature client_data: (
void* )client_data;
7985 -(NSData *)getDigest: (
void* )client_data;
8006 -(NSData *)sign: (NSData*)digest cert_path: (NSString* )cert_path cert_password: (NSString* )cert_password digest_algorithm: (
FSSignatureDigestAlgorithm)digest_algorithm client_data: (
void* )client_data;
8027 -(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;
8048 -(
FSSignatureStates)verifySigState: (NSData*)digest signed_data: (NSData*)signed_data client_data: (
void* )client_data;
8078 -(
FSSignatureCallbackCertValidity)checkCertificateValidity:(NSString*)cert_path cert_password:(NSString*)cert_password client_data:(
void*)client_data;
8134 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
8157 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
8168 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
8197 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
8231 -(void)displayCaret:(
int)page_index is_visible:(BOOL)is_visible rect:(
FSRectF*)rect;
8246 -(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;
8255 -(BOOL)popupMenu:(
int)page_index rect_popup:(
FSPointF*)rect_popup;
8263 -(int)getCurrentPage:(
FSPDFDoc*) doc;
8272 -(void)setCurrentPage:(
FSPDFDoc*) doc current_page_index:(
int)current_page_index;
8280 -(void)setChangeMark:(
FSXFADoc*) doc;
8288 -(NSString*)getTitle:(
FSPDFDoc*) doc;
8307 -(void)exportData:(
FSPDFDoc*)doc file_path:(NSString*) file_path;
8318 -(void)importData:(
FSPDFDoc*)doc file_path:(NSString*) file_path;
8327 -(void)gotoURL:(
FSPDFDoc*)doc url:(NSString*) url;
8340 -(void)print:(
FSPDFDoc*)doc start_page_index:(
int)start_page_index end_page_index:(
int)end_page_index options:(
int)options;
8348 -(int)getHighlightColor:(
FSPDFDoc*)doc;
8401 -(void)updateCurrentStateData:(
int)current_rate current_state_string:(NSString*)current_state_string;
8419 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
8460 -(BOOL)isCA:(NSData*)cert;
8469 -(
FSDateTime*)getDTSTime:(NSData*)signature_content;
8478 -(NSData*)getTSTSignature:(NSData*)signature_content;
8488 -(
FSDateTime*)getTSTTime:(NSData*)signature_content;
8498 -(
FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain:(NSArray<NSData*>*)trust_cert_chain;
8508 -(
FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
8517 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
8526 -(
FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
8535 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
8544 -(NSData*)getCRLSignature:(NSData*)crl_data;
8584 -(BOOL)isCertTrusted:(NSData*)cert;
8592 -(BOOL)isCertTrustedRoot:(NSData*)cert;
8623 -(
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;
FSPDFDocPasswordType
Enumeration for the type of current used password in a PDF document.
Definition: FSPDFObjC.h:4049
FSFullTextSearchRankMode
Enumeration for rank mode of full text search.
Definition: FSPDFObjC.h:5283
Definition: FSPDFObjC.h:3145
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:6093
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:1248
N key.
Definition: FSPDFObjC.h:3263
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:5826
Color space: DeviceN.
Definition: FSPDFObjC.h:590
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:2817
Markup annotation state model: marked.
Definition: FSPDFObjC.h:2304
NSString * getProviderVersion()
A callback function used to get provider version.
Foxit wrapper document.
Definition: FSPDFObjC.h:4123
Definition: FSPDFObjC.h:6753
Use for zooming.
Definition: FSPDFObjC.h:3142
Attribute type: TBorderStyle, which represents the style of the border drawn on each edge of a table ...
Definition: FSPDFObjC.h:5850
If set, only show with RGB.
Definition: FSPDFObjC.h:6514
Border style: Beveled.
Definition: FSPDFObjC.h:2011
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:553
Attribute type: TextDecorationType, which represents the text decoration, if any, to be applied to th...
Definition: FSPDFObjC.h:5856
FSFileSpec * getFileSpec()
Get the related file specification object which is used to access an embedded file information and da...
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:3714
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:1504
Enum value: Circle, which means open circular bullet.
Definition: FSPDFObjC.h:5911
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:2173
Structure element type: Annot, which means "Annotation" and represents an association between a porti...
Definition: FSPDFObjC.h:5777
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:2156
Discard document tags.
Definition: FSPDFObjC.h:5641
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:868
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:1487
Definition: FSPDFObjC.h:3008
Definition: FSPDFObjC.h:7277
XFA loading error.
Definition: FSPDFObjC.h:441
Structure element type: Private, which means "Private element" and represents a grouping element cont...
Definition: FSPDFObjC.h:5749
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:3589
No encryption pattern.
Definition: FSPDFObjC.h:4058
Structure element type: TBody, which means "Table body row group" and represents a group of rows that...
Definition: FSPDFObjC.h:5768
Enum value: Page, which means page artifacts. Production aids extraneous to the document itself,...
Definition: FSPDFObjC.h:5937
Message box button ID: Cancel.
Definition: FSPDFObjC.h:4568
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:2323
Sample message: "Unable to set the value for property 'length'".
Definition: FSPDFObjC.h:4469
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:585
Result type: delete path.
Definition: FSPDFObjC.h:5431
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:3565
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:3938
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:5627
Annotations summary string ID: specify the prefix when annotation type is outputed in result document...
Definition: FSPDFObjC.h:6434
Enum value: UpperRoman, which means uppercase roman numerals (I, II, III, IV, ...).
Definition: FSPDFObjC.h:5914
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:3709
Result type: replace path.
Definition: FSPDFObjC.h:5433
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:770
Device type: display device.
Definition: FSPDFObjC.h:2765
NSString * getCompressionFormat()
Get the name of the sound compression format used on the sample data.
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:869
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:434
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2120
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:4864
int getSize()
Get the number of elements in the array.
Message box button: OK.
Definition: FSPDFObjC.h:4560
Definition: FSPDFObjC.h:7450
Attribute type: BackgroundColor, which represents the color to be used to fill the background of a ta...
Definition: FSPDFObjC.h:5834
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:4467
Value type: an array of elements.
Definition: FSPDFObjC.h:5960
Structure element type: Quote, which means "Quotation" and represents an inline portion of text attri...
Definition: FSPDFObjC.h:5771
1 key.
Definition: FSPDFObjC.h:3241
Left alignment.
Definition: FSPDFObjC.h:545
Definition: FSPDFObjC.h:8087
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:425
PAdES level: B-T.
Definition: FSPDFObjC.h:3598
(Currently, unsupported) Attribute type only for Table: Headers, which represents an array of element...
Definition: FSPDFObjC.h:5869
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:4116
Structure element type: BibEntry, which means "Bibliography entry" and represents a reference identif...
Definition: FSPDFObjC.h:5774
Show bookmark title as italic text.
Definition: FSPDFObjC.h:2967
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:4109
Definition: FSPDFObjC.h:8205
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:4721
FSLRGraphicsObjectElement * getGraphicsObjectElement()
Get the related graphics object element.
Action type: reset-form action.
Definition: FSPDFObjC.h:1669
FSHitDataCheckSeverity
Enumeration for check severity of a hit data.
Definition: FSPDFObjC.h:5347
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:6101
Message box button: Yes, No and Cancel.
Definition: FSPDFObjC.h:4563
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:3539
Always allowed.
Definition: FSPDFObjC.h:1482
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:3937
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:5585
"JavaScript" name tree.
Definition: FSPDFObjC.h:1425
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:624
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:1247
BOOL isEmpty()
Check whether current object is empty or not.
int getSize()
Get the number of elements in the array.
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:4090
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:2758
The state is undefined.
Definition: FSPDFObjC.h:3101
Definition: FSPDFObjC.h:6536
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:3432
Type of exported data: XDP.
Definition: FSPDFObjC.h:4640
BOOL flush()
Flush internal buffer of the file.
PDF dictionary object.
Definition: FSPDFObjC.h:1064
Definition: FSPDFObjC.h:3353
Signature label name for reason.
Definition: FSPDFObjC.h:3620
No "XFA" module right.
Definition: FSPDFObjC.h:481
Definition: FSPDFObjC.h:7577
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:3412
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:901
Image graphics object.
Definition: FSPDFObjC.h:1268
Enum value: Header.
Definition: FSPDFObjC.h:5939
If set, that means fields with same name will be renamed in combined result PDF file.
Definition: FSPDFObjC.h:6408
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:1951
Definition: FSPDFObjC.h:5113
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:539
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:469
Action type: remote go-to action.
Definition: FSPDFObjC.h:1659
FSPDFDictionary * getCatalog()
Get the catalog dictionary.
int getChildrenCount()
Get the count of children nodes.
If set, show reason on signature appearance.
Definition: FSPDFObjC.h:3564
Annotation flag: locked.
Definition: FSPDFObjC.h:2143
String ID for case: Use string in local language for "June".
Definition: FSPDFObjC.h:4531
BOOL isGraphicsObjectElement()
Check whether current object is graphics object element or not.
XFA widget type: radio button.
Definition: FSPDFObjC.h:4713
If set, only show with Calibrated.
Definition: FSPDFObjC.h:6520
Font charset: Russian.
Definition: FSPDFObjC.h:773
Structure element type: L, which means "List" and represents a sequence of items of like meaning and ...
Definition: FSPDFObjC.h:5759
Annotations summary string ID: specify the prefix when number information is outputed in result docum...
Definition: FSPDFObjC.h:6438
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:474
Colorant type: spot.
Definition: FSPDFObjC.h:6533
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:1917
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:3603
Annotation flag: no zoom.
Definition: FSPDFObjC.h:2139
Message box icon: Warning.
Definition: FSPDFObjC.h:4554
FSLRStructureElementAttributeValueType
Enumeration for value type of element general layout attribute.
Definition: FSPDFObjC.h:5947
Structure element type: FormObject, which means form XObject graphics object element.
Definition: FSPDFObjC.h:5796
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:6224
Definition: FSPDFObjC.h:1536
FSAppProviderCallbackBeepType
Enumeration for XFA beep type.
Definition: FSPDFObjC.h:4437
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:2318
BOOL isImageMask()
Check if current image object is treated as mask.
Font style: italic.
Definition: FSPDFObjC.h:757
If set, only show images.
Definition: FSPDFObjC.h:6523
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:1317
FSXFAWidgetWidgetEdgePosition
Enumeration for the positon of XFA widget edge position.
Definition: FSPDFObjC.h:4750
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:3605
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:3956
PAdES level: none.
Definition: FSPDFObjC.h:3596
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:1246
Page size: B4.
Definition: FSPDFObjC.h:3791
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:1245
A fixup was not required.
Definition: FSPDFObjC.h:5326
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:1451
Text encoding: UCS-2.
Definition: FSPDFObjC.h:4607
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:2327
Definition: FSPDFObjC.h:1225
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:4074
Sample message: "Not have a default property".
Definition: FSPDFObjC.h:4459
Definition: FSPDFObjC.h:1273
Out-of-memory error occurs.
Definition: FSPDFObjC.h:432
Annotations summary string ID: specify the prefix when page title is outputed in result document....
Definition: FSPDFObjC.h:6436
XFA widget type: password edit.
Definition: FSPDFObjC.h:4712
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:491
No special line ending.
Definition: FSPDFObjC.h:2319
int getPitch()
Get bitmap pitch.
No operation is specified.
Definition: FSPDFObjC.h:1881
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:427
String ID for case: Application's name. Sample message: "Foxit Phantom".
Definition: FSPDFObjC.h:4450
void removeAll()
Remove all page labels.
Discard all alternate images.
Definition: FSPDFObjC.h:5640
Annotation type: redact annotation.
Definition: FSPDFObjC.h:2132
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:1801
Definition: FSPDFObjC.h:1840
Caption to the right of the icon.
Definition: FSPDFObjC.h:2182
Action type: go-to action.
Definition: FSPDFObjC.h:1658
Attribute type only for Table: ColSpan, which represents the number of columns in the enclosing table...
Definition: FSPDFObjC.h:5868
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:448
Corner mark style: subscript.
Definition: FSPDFObjC.h:1980
Result type: replace text.
Definition: FSPDFObjC.h:5427
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:1952
Hit test area: Client.
Definition: FSPDFObjC.h:4696
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:1912
Enum value: Normal, which means to adjust the line height to include any nonzero value specified for ...
Definition: FSPDFObjC.h:5901
FSDocProviderCallbackInvalidateFlag
Enumeration for XFA invalidate flag.
Definition: FSPDFObjC.h:4575
Definition: FSPDFObjC.h:1957
Definition: FSPDFObjC.h:642
Definition: FSPDFObjC.h:1716
Definition: FSPDFObjC.h:4875
Definition: FSPDFObjC.h:2591
Locale ID for country: Korea.
Definition: FSPDFObjC.h:605
Definition: FSPDFObjC.h:5992
Definition: FSPDFObjC.h:7933
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:768
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:5576
int getSize()
Get the number of elements in the array.
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:5620
Sample message: "Cannot directly assign the value to object".
Definition: FSPDFObjC.h:4495
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:992
Definition: FSPDFObjC.h:4982
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:2313
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:439
FSRectF * getBBox()
Get bounding box.
Structure element type: PathContent, which means path content element.
Definition: FSPDFObjC.h:5801
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:6094
Enum value: neutral, which means the state is neutral.
Definition: FSPDFObjC.h:5927
Font style: force bold.
Definition: FSPDFObjC.h:760
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:4068
Save document as a linearized file.
Definition: FSPDFObjC.h:4083
Definition: FSPDFObjC.h:6847
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:3617
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:4056
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
Definition: FSPDFObjC.h:5677
FSLocaleID getCurrentLocaleID()
A callback function used to specify current locale id.
When document is opened, attachment panels are visible.
Definition: FSPDFObjC.h:4112
Page label style: no numbering style.
Definition: FSPDFObjC.h:4292
FSActionCallbackMailType
Enumeration for data type to be mailed.
Definition: FSPDFObjC.h:2957
If set, only show with Lab.
Definition: FSPDFObjC.h:6521
Definition: FSPDFObjC.h:6717
PDF/A-2a.
Definition: FSPDFObjC.h:5390
Definition: FSPDFObjC.h:2421
Definition: FSPDFObjC.h:6465
id init()
Construct an empty color.
Definition: FSPDFObjC.h:6138
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2112
Error severity.
Definition: FSPDFObjC.h:5350
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:1663
Definition: FSPDFObjC.h:6419
Italian.
Definition: FSPDFObjC.h:2939
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:6510
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:3762
ESC key.
Definition: FSPDFObjC.h:3225
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:4117
If set, only show with CMYK.
Definition: FSPDFObjC.h:6513
FSLRStructureElement * getRootElement()
Get the root element of structure tree.
If set, that means printing process can be canceled.
Definition: FSPDFObjC.h:4582
0 key in the numeric keypad.
Definition: FSPDFObjC.h:3276
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:2312
Attribute type: BorderThickness, which represents the thickness of the border drawn on the edges of a...
Definition: FSPDFObjC.h:5837
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSRectF * getContentsRect()
Get contents rectangle.
Definition: FSPDFObjC.h:7372
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:3535
Home key.
Definition: FSPDFObjC.h:3230
Sample message: "Unsupported property %s.".
Definition: FSPDFObjC.h:4457
Text encoding: font specific.
Definition: FSPDFObjC.h:4600
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:1616
XFA widget type: check button.
Definition: FSPDFObjC.h:4704
Barcode format: ITF code.
Definition: FSPDFObjC.h:1033
Form field type: check box.
Definition: FSPDFObjC.h:3415
The submit data is packaged in URL-encoded format as described in Uniform Resource Locator(URL).
Definition: FSPDFObjC.h:4592
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2125
Definition: FSPDFObjC.h:6641
int getHeight()
Get bitmap height.
NSString * getLocalFontName()
A callback function used to specify the font name used locally.
F8 key.
Definition: FSPDFObjC.h:3299
Text encoding: KSC5601.
Definition: FSPDFObjC.h:4605
XFA widget type: signature.
Definition: FSPDFObjC.h:4708
Structure element type: DocumentFragment (PDF 2.0), which represents a part of an original complete d...
Definition: FSPDFObjC.h:5735
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
If set, only show with spot color.
Definition: FSPDFObjC.h:6509
Type of exported data: XML.
Definition: FSPDFObjC.h:4638
Character flag: Generated.
Definition: FSPDFObjC.h:4835
Attribute type: Destination (PDF 2.0), which provides a means to access content.
Definition: FSPDFObjC.h:5830
Sample message: "Illegal break".
Definition: FSPDFObjC.h:4486
Enum value: Right, which means right edge of the page.
Definition: FSPDFObjC.h:5934
Parsing flag for image mode.
Definition: FSPDFObjC.h:4361
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:1524
CRL response.
Definition: FSPDFObjC.h:6041
Definition: FSPDFObjC.h:5353
Structure element type: AnnotObject, which means annotation object element.
Definition: FSPDFObjC.h:5798
4 key.
Definition: FSPDFObjC.h:3244
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:3758
Ctrl key.
Definition: FSPDFObjC.h:3222
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:4903
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:1118
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:436
Japanese.
Definition: FSPDFObjC.h:2941
Not have image type yet.
Definition: FSPDFObjC.h:990
Invalidate all pages.
Definition: FSPDFObjC.h:4576
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:944
Page size: B2.
Definition: FSPDFObjC.h:3789
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:947
Single page mode.
Definition: FSPDFObjC.h:5673
Name for module "Comparison".
Definition: FSPDFObjC.h:574
The submit data is packaged in XDP format, as described in XDP Specification.
Definition: FSPDFObjC.h:4590
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:3424
Line fill-sign object.
Definition: FSPDFObjC.h:6310
Warning severity.
Definition: FSPDFObjC.h:5349
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:5572
Structure element type: Strong (PDF 2.0), which represents content for the purpose of strong importan...
Definition: FSPDFObjC.h:5786
Definition: FSPDFObjC.h:4267
Danish.
Definition: FSPDFObjC.h:2934
String ID for case: Use string in local language for "Today".
Definition: FSPDFObjC.h:4538
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1257
Definition: FSPDFObjC.h:2768
Page size: B3.
Definition: FSPDFObjC.h:3790
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:2121
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:1913
Structure element type: Caption, which represents a brief portion of text describing a table or figur...
Definition: FSPDFObjC.h:5741
Definition: FSPDFObjC.h:6272
FSDocProviderCallbackPrintOption
Enumeration for XFA print options.
Definition: FSPDFObjC.h:4580
Sample message: "%s cannot be left blank. To ignore validations for %s, click Ignore....
Definition: FSPDFObjC.h:4540
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:479
Definition: FSPDFObjC.h:732
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:5547
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:694
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:1514
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:3558
Definition: FSPDFObjC.h:4907
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:2303
Signature type: time stamp.
Definition: FSPDFObjC.h:3591
Definition: FSPDFObjC.h:3439
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:2007
FSPDFNumberTreeType getType()
Get the type of current number tree.
Use current time.
Definition: FSPDFObjC.h:6220
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
Error handle.
Definition: FSPDFObjC.h:426
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:2813
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:2816
Attribute type: ColumnCount, which represents the number of columns in the content of the grouping el...
Definition: FSPDFObjC.h:5860
Definition: FSPDFObjC.h:2016
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:1810
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:4738
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:949
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:1480
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:5198
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:2820
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:3216
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:2971
Definition: FSPDFObjC.h:3685
Character flag: Normal.
Definition: FSPDFObjC.h:4834
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2124
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
Definition: FSPDFObjC.h:1455
5 key in the numeric keypad.
Definition: FSPDFObjC.h:3281
Definition: FSPDFObjC.h:3164
Event flag: "Shift" key.
Definition: FSPDFObjC.h:3307
Page label style: lowercase letters.
Definition: FSPDFObjC.h:4297
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:3291
Remove invalid links.
Definition: FSPDFObjC.h:5630
Page Up key.
Definition: FSPDFObjC.h:3227
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:1497
No need to decode the stream data.
Definition: FSPDFObjC.h:1109
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1034
Position: bottom left.
Definition: FSPDFObjC.h:563
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:1110
F5 key.
Definition: FSPDFObjC.h:3296
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:2847
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:3553
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:763
Sample message: "'%s' doesn't have property '%s'".
Definition: FSPDFObjC.h:4515
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2123
Definition: FSPDFObjC.h:4970
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:786
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:1513
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:4096
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:6555
Sample message: "Invalid node type: '%s'".
Definition: FSPDFObjC.h:4516
String ID for case: If to modify field. Sample message: "Do you want to modify this field?...
Definition: FSPDFObjC.h:4448
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:6096
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:1481
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:6409
Enum value: Before, which means the placement for attributes Placement/RubyPosition or alignment for ...
Definition: FSPDFObjC.h:5883
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:4121
Pause Break key.
Definition: FSPDFObjC.h:3224
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:2172
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:2151
Enter key.
Definition: FSPDFObjC.h:3220
PAdES level: B-LTA.
Definition: FSPDFObjC.h:3600
Attribute type: SpaceBefore, which represents the amount of extra space preceding the before edge of ...
Definition: FSPDFObjC.h:5842
Definition: FSPDFObjC.h:5443
Center the text horizontally within the available region.
Definition: FSPDFObjC.h:4736
int getDescent()
Get the descent value, in 1/1000 of em size (PDF units).
FSRichTextStyleCornerMarkStyle
Enumeration for conermark style.
Definition: FSPDFObjC.h:1977
FSActionType getType()
Get action type.
Definition: FSPDFObjC.h:7735
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1035
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:5155
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:5645
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:4731
int getWidgetCount()
Get the count of XFA widget.
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:5651
Sample message: "Unable to set the value for property 'numPages'".
Definition: FSPDFObjC.h:4461
The relationship is "Data" which means the file specification represents information used to derive a...
Definition: FSPDFObjC.h:2815
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:1916
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:3614
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:1803
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:1252
A fixup failed.
Definition: FSPDFObjC.h:5325
Page size: A4.
Definition: FSPDFObjC.h:3786
Consider the object non-viable.
Definition: FSPDFObjC.h:1533
Never scale.
Definition: FSPDFObjC.h:2081
CID Font charset: Unicode.
Definition: FSPDFObjC.h:787
Font type: TrueType.
Definition: FSPDFObjC.h:809
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:871
Definition: FSPDFObjC.h:4127
If set, do not print a watermark.
Definition: FSPDFObjC.h:5201
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:5530
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:3585
No restriction.
Definition: FSPDFObjC.h:3604
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:569
Help key.
Definition: FSPDFObjC.h:3239
No rotation.
Definition: FSPDFObjC.h:537
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:3944
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:4095
Fail to send data during sending request process.
Definition: FSPDFObjC.h:3713
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:691
Position center left.
Definition: FSPDFObjC.h:560
FSGraphicsObject * getGraphicsObject()
Get related graphics object.
Definition: FSPDFObjC.h:5007
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:4081
Event type: after an XFA widget is added.
Definition: FSPDFObjC.h:4619
Enum value: Dotten, which means the border is a series of dots.
Definition: FSPDFObjC.h:5893
Position: bottom right.
Definition: FSPDFObjC.h:565
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:1914
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:2164
French.
Definition: FSPDFObjC.h:2938
Definition: FSPDFObjC.h:6009
0 key.
Definition: FSPDFObjC.h:3240
Compression mode: jbig2.
Definition: FSPDFObjC.h:5571
Text encoding: Big5.
Definition: FSPDFObjC.h:4599
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:5286
Form field type: push button.
Definition: FSPDFObjC.h:3414
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:3943
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:424
Font type: Type1.
Definition: FSPDFObjC.h:808
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:6506
Action type: movie action.
Definition: FSPDFObjC.h:1665
No response.
Definition: FSPDFObjC.h:6040
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:3573
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:3543
FSPDFDictionary * getDict()
Get PDF dictionary of current object.
Filter type: JBIG2Decode, which means to decompress data encoded using the JBIG2 standard,...
Definition: FSPDFObjC.h:1116
Not a PAdES signature.
Definition: FSPDFObjC.h:3595
Cannot get verify relevant information.
Definition: FSPDFObjC.h:3556
7 key in the numeric keypad.
Definition: FSPDFObjC.h:3283
No special searching options.
Definition: FSPDFObjC.h:4901
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:4509
Attribute type: invalid.
Definition: FSPDFObjC.h:5825
This means LTV is enabled.
Definition: FSPDFObjC.h:6248
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:2153
void resetForm()
Reset form.
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:4739
Attribute type: Short (PDF 2.0), which contains a short form of the content of a TH structure element...
Definition: FSPDFObjC.h:5872
Print key.
Definition: FSPDFObjC.h:3235
Result type: insert path.
Definition: FSPDFObjC.h:5432
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:4871
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:2314
Position: center.
Definition: FSPDFObjC.h:561
NSString * getSignatureName()
Get signature name.
Definition: FSPDFObjC.h:6158
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:599
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:6407
PDF array object.
Definition: FSPDFObjC.h:1063
Enum value: Row, which means column of a table.
Definition: FSPDFObjC.h:5929
Definition: FSPDFObjC.h:156
Structure element type: Reference, which represents a citation to content elsewhere in the document.
Definition: FSPDFObjC.h:5773
Sample message: "Unsupported character '%c'".
Definition: FSPDFObjC.h:4470
FSPDFArray * getDestArray()
Get the destination PDF array.
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:3540
Definition: FSPDFObjC.h:2823
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:1117
B key.
Definition: FSPDFObjC.h:3251
Definition: FSPDFObjC.h:3060
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:3536
Definition: FSPDFObjC.h:5699
(Reserved) Attribute type: ABox.
Definition: FSPDFObjC.h:5874
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:1265
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:6454
Structure element type: Note, which represents an item of explanatory text, such as a footnote or an ...
Definition: FSPDFObjC.h:5772
Definition: FSPDFObjC.h:4671
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
Import pages normally.
Definition: FSPDFObjC.h:4088
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:2148
If set, only show with CalGray.
Definition: FSPDFObjC.h:6519
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:2163
FDF document type: XFDF.
Definition: FSPDFObjC.h:2849
Position: top left.
Definition: FSPDFObjC.h:557
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:584
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2115
Definition: FSPDFObjC.h:6561
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2130
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:3288
Enum value: tv, which means text-value field.
Definition: FSPDFObjC.h:5924
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2321
String ID for case: Use string in local language for "May".
Definition: FSPDFObjC.h:4530
Definition: FSPDFObjC.h:6197
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:2167
Attribute type: Rotation.
Definition: FSPDFObjC.h:5828
BOOL generateContent()
Generate contents of current graphics objects.
If set, only show text.
Definition: FSPDFObjC.h:6527
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:1250
Value type: an array of ARGB values.
Definition: FSPDFObjC.h:5958
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:3282
FSFixupDataFixupState
Enumeration for the state of a fixup data.
Definition: FSPDFObjC.h:5323
Sample message: "Condition is null".
Definition: FSPDFObjC.h:4485
Structure element type: PageObject, which means page object element.
Definition: FSPDFObjC.h:5799
Definition: FSPDFObjC.h:5049
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:1614
float getContentWidth()
Get content width after current reflow page object has been parsed.
Korean.
Definition: FSPDFObjC.h:2940
Enum value: Bottom, which means bottom edge of the page.
Definition: FSPDFObjC.h:5933
String ID for case: Use string in local language for "Saturday".
Definition: FSPDFObjC.h:4525
int getFrameCount()
Get frame count.
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:4124
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:1672
Structure element type: TFoot, which means "Table footer row group" and represents a group of rows th...
Definition: FSPDFObjC.h:5769
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:5619
Definition: FSPDFObjC.h:1165
5 key.
Definition: FSPDFObjC.h:3245
Definition: FSPDFObjC.h:6252
FSSnapPointMgrSnapPointFlags
Enumeration for snapping point flags which are used to specify what kind of point in a path is to be ...
Definition: FSPDFObjC.h:6710
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:6217
Sample message: "Script failed(language is %s;context is %s) script=%s".
Definition: FSPDFObjC.h:4545
Send request successfully.
Definition: FSPDFObjC.h:3710
A-law-encoded samples.
Definition: FSPDFObjC.h:2732
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:1264
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:3584
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:423
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:5157
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:1530
Definition: FSPDFObjC.h:6668
FSPDFStream * getSoundStream()
Get the stream of sound data.
FSPDFAComplianceVersion
Enumeration for PDF/A version.
Definition: FSPDFObjC.h:5387
Attribute type only for PrintField: Role, which represents the type of form field represented by this...
Definition: FSPDFObjC.h:5864
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:5440
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:4707
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:3434
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:5621
Enum value: Watermark.
Definition: FSPDFObjC.h:5941
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:2325
An array of integer values.
Definition: FSPDFObjC.h:271
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:2170
3 key.
Definition: FSPDFObjC.h:3243
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:4084
Measurement of change along the y axis.
Definition: FSPDFObjC.h:2333
Sample message: "Invalidate expression '%s'".
Definition: FSPDFObjC.h:4477
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:1922
Font style: serif.
Definition: FSPDFObjC.h:753
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:6518
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:4059
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:2168
Definition: FSPDFObjC.h:3104
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:3768
Enum value: Square, which means solid square bullet.
Definition: FSPDFObjC.h:5912
Right arrow key.
Definition: FSPDFObjC.h:3233
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:1675
Structure element type: TextContent, which means text content element.
Definition: FSPDFObjC.h:5800
PDF/A-3a.
Definition: FSPDFObjC.h:5393
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2107
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:784
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:4904
Enum value: Decimal, which means decimal arabic numerals (1-9, 10-99, ...).
Definition: FSPDFObjC.h:5913
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:1909
Definition: FSPDFObjC.h:3996
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:4254
D key.
Definition: FSPDFObjC.h:3253
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:4966
Annotation's down appearance.
Definition: FSPDFObjC.h:2190
Discard bookmarks.
Definition: FSPDFObjC.h:5639
Definition: FSPDFObjC.h:1751
Standard font: Times-Bold.
Definition: FSPDFObjC.h:800
Definition: FSPDFObjC.h:5721
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:1910
If set, that means duplicate stream objects from source PDF files will be outputted to combined resul...
Definition: FSPDFObjC.h:6416
Definition: FSPDFObjC.h:6489
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2131
String ID for case: Use string in local language for "February".
Definition: FSPDFObjC.h:4527
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:3942
F11 key.
Definition: FSPDFObjC.h:3302
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:5646
X key.
Definition: FSPDFObjC.h:3273
Backspace key.
Definition: FSPDFObjC.h:3218
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:6461
Fit the entire height of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:1622
Sample message: "The value you entered for %s is invalid. To ignore validations for %s,...
Definition: FSPDFObjC.h:4542
Hit test area: Unknown.
Definition: FSPDFObjC.h:4695
Definition: FSPDFObjC.h:926
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:2110
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:5542
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:6039
Non expected byte range.
Definition: FSPDFObjC.h:3538
FSPDFDoc * getCurrentDoc()
A callback function to receive current PDF document object.
int getBpp()
Get bitmap bits-per-pixel.
Color space: Invalid.
Definition: FSPDFObjC.h:582
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:457
When document is opened, optional content group panels are visible.
Definition: FSPDFObjC.h:4111
FSRectF * getBBox()
Get bounding box.
NSString * getName()
Retrieve the postscript name.
Definition: FSPDFObjC.h:6738
T key.
Definition: FSPDFObjC.h:3269
Beep type: error.
Definition: FSPDFObjC.h:4438
If set, page content will be rendered.
Definition: FSPDFObjC.h:2759
String ID for case: Use string in local language for "August".
Definition: FSPDFObjC.h:4533
String ID for case: Some enumerate value is invalid. Sample message: "Invalid enumerate value:".
Definition: FSPDFObjC.h:4455
Compression mode: run-length.
Definition: FSPDFObjC.h:5573
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:692
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:1526
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:3932
Result type: replace shading.
Definition: FSPDFObjC.h:5436
Twos-complement values.
Definition: FSPDFObjC.h:2730
CID Font charset: Unknown.
Definition: FSPDFObjC.h:782
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:3306
Definition: FSPDFObjC.h:5606
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:4061
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:2315
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:1496
If this is used, "m.d.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:3941
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:3583
String ID for case: Use string in local language for "October".
Definition: FSPDFObjC.h:4535
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:3289
Round line join type.
Definition: FSPDFObjC.h:699
Measurement of angles.
Definition: FSPDFObjC.h:2336
Value type: enum.
Definition: FSPDFObjC.h:5949
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:4295
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:1251
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:4625
Annotation flag: no rotate.
Definition: FSPDFObjC.h:2140
int getCharCount()
Get the count of all the characters.
Certificate's private key cannot be gotten.
Definition: FSPDFObjC.h:3680
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:1527
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1041
Compression quality: Lossless.
Definition: FSPDFObjC.h:5577
Event type: before an XFA widget is removed.
Definition: FSPDFObjC.h:4620
Sample message: "Invalidate token '%s'".
Definition: FSPDFObjC.h:4476
Action type: submit-form action.
Definition: FSPDFObjC.h:1668
void removeAll()
Clean up the array.
Definition: FSPDFObjC.h:2610
Enum value: Left, which means left edge of the page.
Definition: FSPDFObjC.h:5931
Sample message: "Compiler error".
Definition: FSPDFObjC.h:4480
FSAnnotationSummaryCallbackAnnotationSummaryStringID
Enumeration for string ID used to specify the string or prefix in result document when summarizing an...
Definition: FSPDFObjC.h:6430
FSHTML2PDFSettingDataHTML2PDFPageMode
Enumeration for page mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:5672
float getContentHeight()
Get content height after current reflow page object has been parsed.
Show bookmark title as normal text.
Definition: FSPDFObjC.h:2966
Definition: FSPDFObjC.h:1740
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:4872
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:2818
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:6309
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:4098
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:6691
C key.
Definition: FSPDFObjC.h:3252
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:2728
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:4866
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:6411
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:1502
Action type: rendition action.
Definition: FSPDFObjC.h:1673
Discard external cross references.
Definition: FSPDFObjC.h:5647
Structure element type: Warichu, which represents the wrapper around the entire warichu assembly.
Definition: FSPDFObjC.h:5782
Structure element type: RT, which means "Ruby annotation text" and represents the smaller-size text t...
Definition: FSPDFObjC.h:5780
void removeAll()
Clean up the array.
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:6508
FSPDFStream * getStream()
Get image stream.
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:1253
Definition: FSPDFObjC.h:5551
Text fill-sign object.
Definition: FSPDFObjC.h:6306
Hit test area: Title Bar.
Definition: FSPDFObjC.h:4697
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:4093
Enum value: Hidden, which is same as None except in terms of border conflict resolution for table ele...
Definition: FSPDFObjC.h:5892
Definition: FSPDFObjC.h:4300
Sample message: "Unable to set".
Definition: FSPDFObjC.h:4453
Action type: hide action.
Definition: FSPDFObjC.h:1666
Sample message: "'%s' operator cannot support array calculation".
Definition: FSPDFObjC.h:4503
Structure element type: Table, which represents a two-dimensional layout of rectangular data cells,...
Definition: FSPDFObjC.h:5763
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:489
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:3428
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:6305
Attribute type: BorderStyle, which represents the style of an element's border.
Definition: FSPDFObjC.h:5836
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:4259
float getBottom()
Get bottom position value.
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:1509
Mailed data type: string message.
Definition: FSPDFObjC.h:2960
This means certificate is expired.
Definition: FSPDFObjC.h:6083
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:477
F2 key.
Definition: FSPDFObjC.h:3293
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:1908
Enum value: cb, which means check box.
Definition: FSPDFObjC.h:5922
No "Optimizer" module right.
Definition: FSPDFObjC.h:487
Measurement of change along the x axis.
Definition: FSPDFObjC.h:2332
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:2166
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:3957
Standard font: Times-Italic.
Definition: FSPDFObjC.h:802
Definition: FSPDFObjC.h:5808
float getSamplingRate()
Get the sampling rate, in samples per second.
Definition: FSPDFObjC.h:848
Structure element type: TH, which means "Table header cell" and represents a table cell containing he...
Definition: FSPDFObjC.h:5765
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:4258
Definition: FSPDFObjC.h:5480
FSAppProviderCallbackStringID
Enumeration for string ID used to specify a case.
Definition: FSPDFObjC.h:4445
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:4741
PDF/A-2b.
Definition: FSPDFObjC.h:5391
Definition: FSPDFObjC.h:5020
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:4900
Page Down key.
Definition: FSPDFObjC.h:3228
If set, print page as image; otherwise, as text.
Definition: FSPDFObjC.h:4584
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:2177
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1031
Not check the issuer.
Definition: FSPDFObjC.h:3546
Message box button ID: OK.
Definition: FSPDFObjC.h:4567
Attribute type: Width, which represents the width of the element's content rectangle.
Definition: FSPDFObjC.h:5832
Dutch.
Definition: FSPDFObjC.h:2942
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:4087
Structure element type: Aside (PDF 2.0), which represents content that is distinct from other content...
Definition: FSPDFObjC.h:5745
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:4060
Up arrow key.
Definition: FSPDFObjC.h:3232
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:3770
Sample message: "Incorrect number of parameters are used when calling method '%s'".
Definition: FSPDFObjC.h:4510
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:798
Definition: FSPDFObjC.h:2515
Structure element type: ShadingContent, which means shading content element.
Definition: FSPDFObjC.h:5803
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:1907
Form field type: signature field.
Definition: FSPDFObjC.h:3420
Definition: FSPDFObjC.h:1328
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:429
Attribute type: TextDecorationThickness, which represents the thickness of each line drawn as part of...
Definition: FSPDFObjC.h:5855
FSRange * getGraphicsObjectRange()
Get the range of current content element in current graphics object.
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:955
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:1113
Structure element type: Em (PDF 2.0), which means "Emphasis" and represents content for the purpose o...
Definition: FSPDFObjC.h:5785
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2119
Compression quality: High.
Definition: FSPDFObjC.h:5538
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:2311
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:1620
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:2171
No scaling way is specified.
Definition: FSPDFObjC.h:2077
FSActionCallbackAppInfoType
Enumeration for application's information type.
Definition: FSPDFObjC.h:2949
FSDocProviderCallbackPageViewEventType
Enumeration for the event type of page view.
Definition: FSPDFObjC.h:4612
Attribute type: RubyPosition, which represents the placement of the RT structure element relative to ...
Definition: FSPDFObjC.h:5858
Discard document information and metadata.
Definition: FSPDFObjC.h:5648
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:3315
Definition: FSPDFObjC.h:1765
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:767
Structure element type: ContainerObject, which means container object element.
Definition: FSPDFObjC.h:5797
Definition: FSPDFObjC.h:657
Spanish.
Definition: FSPDFObjC.h:2937
BOOL isStructureElement()
Check whether current object is structure element or not.
FSPDFNumberTree * getNumberTree()
Get the page labels number tree.
Definition: FSPDFObjC.h:6063
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:5618
FSDocProviderCallbackSubmitFormat
Enumeration for XFA submit format.
Definition: FSPDFObjC.h:4589
XFA widget type: line.
Definition: FSPDFObjC.h:4711
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:1884
Definition: FSPDFObjC.h:2980
PDF name object.
Definition: FSPDFObjC.h:1062
FSIdentityProperties * getIdentityProperties()
A callback function used to get identity properties of current user.
Value type: an array of float values.
Definition: FSPDFObjC.h:5957
7 key.
Definition: FSPDFObjC.h:3247
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:4118
Enum value: on, which means the state is on.
Definition: FSPDFObjC.h:5925
PDF/A-3u.
Definition: FSPDFObjC.h:5395
PDF/A-1a.
Definition: FSPDFObjC.h:5388
Event flag: auto repeat.
Definition: FSPDFObjC.h:3312
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:578
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:446
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1029
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:3308
FSColorSpaceType getColorSpaceType()
Get color space type.
Application information: language.
Definition: FSPDFObjC.h:4430
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:2965
Definition: FSPDFObjC.h:3392
Sample message: "Error:Invalid enumerated value:%s".
Definition: FSPDFObjC.h:4546
Compression mode: high.
Definition: FSPDFObjC.h:5570
Sample message: "Validate access index '%s' out of array".
Definition: FSPDFObjC.h:4498
Snapped point type: nearest point, which means the snapped point is the nearest point (which is in a ...
Definition: FSPDFObjC.h:6694
Structure element type: PathObject, which means path graphics object element.
Definition: FSPDFObjC.h:5793
Definition: FSPDFObjC.h:3720
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:1111
Definition: FSPDFObjC.h:1212
If set, that means to get the midpoint for two endpoints of a path.
Definition: FSPDFObjC.h:6712
Definition: FSPDFObjC.h:2224
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:5546
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:3552
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:6088
No Field MDP action.
Definition: FSPDFObjC.h:3611
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:597
Structure element type: Document, which represents a complete document.
Definition: FSPDFObjC.h:5734
Remove invalid bookmarks.
Definition: FSPDFObjC.h:5629
Result type: delete image.
Definition: FSPDFObjC.h:5428
Not use encryption algorithm.
Definition: FSPDFObjC.h:4965
Y key.
Definition: FSPDFObjC.h:3274
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:4631
Enum value: TbRl, which means inline progression from top to bottom; block progression from right to ...
Definition: FSPDFObjC.h:5889
Enum value: Middle, which means children are centered within the table cell.
Definition: FSPDFObjC.h:5905
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:1511
Structure element type: Div, which means "Division" and represents a generic block-level element or g...
Definition: FSPDFObjC.h:5739
Any unknown error occurs.
Definition: FSPDFObjC.h:428
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:4639
Sample message: "An attempt was made to reference property '%s' of a non-object in SOM expression %s"...
Definition: FSPDFObjC.h:4506
Structure element type: Index, which represents a sequence of entries containing identifying text acc...
Definition: FSPDFObjC.h:5744
Name for module "XFA".
Definition: FSPDFObjC.h:570
Locale ID for country: Japan.
Definition: FSPDFObjC.h:606
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:948
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:4263
Text mode: fill text.
Definition: FSPDFObjC.h:1318
Structure element type: Sub (PDF 2.0), which means "Sub-division of a block level element" and repres...
Definition: FSPDFObjC.h:5787
Definition: FSPDFObjC.h:495
Annotation flag: locked contents.
Definition: FSPDFObjC.h:2145
FSLRStructureElement * getParentElement()
Get the parent element.
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:4725
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:3569
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:1491
Sample message: "Unexpected expression '%s'".
Definition: FSPDFObjC.h:4484
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:3931
Attribute type: Subtype, which means the subtype of annotation or artifact.
Definition: FSPDFObjC.h:5839
int getXDPI()
Get DPI for X-axis.
Shading graphics object.
Definition: FSPDFObjC.h:1269
Image type is BMP.
Definition: FSPDFObjC.h:991
XFA widget type: unknown.
Definition: FSPDFObjC.h:4716
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:2974
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:3541
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:3429
Definition: FSPDFObjC.h:1729
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:697
Page size: A2.
Definition: FSPDFObjC.h:3784
Message box icon: Question.
Definition: FSPDFObjC.h:4555
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:872
Definition: FSPDFObjC.h:5590
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:4726
BOOL isParsed()
Check if current reflow page has been parsed or not.
Definition: FSPDFObjC.h:7394
Value type: an array of integer values.
Definition: FSPDFObjC.h:5956
Form field type: text field.
Definition: FSPDFObjC.h:3419
Annotation flag: hidden.
Definition: FSPDFObjC.h:2137
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:3783
Structure element type: Hn (PDF 2.0), which represents heading with level 7 or more.
Definition: FSPDFObjC.h:5758
Definition: FSPDFObjC.h:907
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:1256
Structure element type: Form, which represents a widget annotation representing an interactive form f...
Definition: FSPDFObjC.h:5790
Definition: FSPDFObjC.h:5398
Expected data or object is not found.
Definition: FSPDFObjC.h:435
The application window.
Definition: FSPDFObjC.h:1519
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:1805
Locale ID for country: Germany.
Definition: FSPDFObjC.h:603
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:453
float getZoomFactor()
Get zoom factor.
Structure element type: RP, which means "Ruby punctuation" and represents punctuation surrounding the...
Definition: FSPDFObjC.h:5781
End key.
Definition: FSPDFObjC.h:3229
Attribute type: BlockAlign, which represents the alignment, in the block-progression direction,...
Definition: FSPDFObjC.h:5848
Egde position: right.
Definition: FSPDFObjC.h:4752
FSPDFDictionary * create()
Create a new dictionary object.
String ID for case: Use string in local language for "Friday".
Definition: FSPDFObjC.h:4524
Structure element type: ComplexContent, which means complex content element.
Definition: FSPDFObjC.h:5804
Portfolio node type: file.
Definition: FSPDFObjC.h:6558
Definition: FSPDFObjC.h:4935
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:765
Import pages with layers.
Definition: FSPDFObjC.h:4089
Enum value: off, which means the state is off.
Definition: FSPDFObjC.h:5926
Portfolio node type: folder.
Definition: FSPDFObjC.h:6557
Markup annotation state model: review.
Definition: FSPDFObjC.h:2305
FSAppProviderCallbackAppInfo
Enumeration for XFA application information type.
Definition: FSPDFObjC.h:4428
Text encoding: UTF-16.
Definition: FSPDFObjC.h:4608
English.
Definition: FSPDFObjC.h:2936
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:1804
Action type: launch action.
Definition: FSPDFObjC.h:1661
Font style: non-symbolic.
Definition: FSPDFObjC.h:756
Definition: FSPDFObjC.h:1930
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:5228
Definition: FSPDFObjC.h:5654
Name for module "OCR".
Definition: FSPDFObjC.h:573
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:433
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:3929
Data of current object is invalid.
Definition: FSPDFObjC.h:440
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:604
Definition: FSPDFObjC.h:2263
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:2328
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:592
Value type: an array of wide strings.
Definition: FSPDFObjC.h:5959
Enum value: Groove, which means the border looks as though it were carved into the canvas.
Definition: FSPDFObjC.h:5897
Definition: FSPDFObjC.h:320
Nothing.
Definition: FSPDFObjC.h:1531
Definition: FSPDFObjC.h:1784
Structure element type: H4, which represents heading with level 4.
Definition: FSPDFObjC.h:5755
Definition: FSPDFObjC.h:1070
String ID for case: Filter for image files. Sample message: "Image Files(*.bmp;*.jpg;*....
Definition: FSPDFObjC.h:4451
XFA widget type: push button.
Definition: FSPDFObjC.h:4703
Name for module "Optimizer".
Definition: FSPDFObjC.h:576
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:2135
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:6516
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:946
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:942
Definition: FSPDFObjC.h:2474
The state is unchanged.
Definition: FSPDFObjC.h:3100
Definition: FSPDFObjC.h:3319
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:468
Enum value: RlTb, which means inline progression from right to left; block progression from top to bo...
Definition: FSPDFObjC.h:5888
Device type: printer.
Definition: FSPDFObjC.h:2764
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1039
XFA widget type: arc.
Definition: FSPDFObjC.h:4705
Sample message: "Unable to set the value for property 'className'".
Definition: FSPDFObjC.h:4468
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:4291
Enum value: Distribute, which means the content is to be expanded to fill the available width in the ...
Definition: FSPDFObjC.h:5909
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:5424
Type definition for point class for integer.
Definition: FSPDFObjC.h:170
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:3139
Discard private data of other applications.
Definition: FSPDFObjC.h:5650
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:6661
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:600
BOOL isEmpty()
Check whether current object is empty or not.
If set, print page in reverse order; otherwise, in normal order.
Definition: FSPDFObjC.h:4585
unsigned long long getSize()
Get the current stream size, in bytes.
Unknown filter type.
Definition: FSPDFObjC.h:1108
Definition: FSPDFObjC.h:2084
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:4359
String ID for case: Use string in local language for "March".
Definition: FSPDFObjC.h:4528
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:472
If set, only show line art.
Definition: FSPDFObjC.h:6528
Structure element type: TextObject, which means text graphics object element.
Definition: FSPDFObjC.h:5792
Event flag: key pad.
Definition: FSPDFObjC.h:3311
μ-law-encoded samples
Definition: FSPDFObjC.h:2731
Position: bottom center.
Definition: FSPDFObjC.h:564
BOOL needPauseNow()
Check whether need to pause now.
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:6091
PDF reference object.
Definition: FSPDFObjC.h:1067
Right alignment.
Definition: FSPDFObjC.h:547
Attribute type: BBox, which represents the element's bounding box (the rectangle that completely encl...
Definition: FSPDFObjC.h:5831
W key.
Definition: FSPDFObjC.h:3272
J key.
Definition: FSPDFObjC.h:3259
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:587
F1 key.
Definition: FSPDFObjC.h:3292
Definition: FSPDFObjC.h:5038
Value type: element.
Definition: FSPDFObjC.h:5954
Text mode: stroke text.
Definition: FSPDFObjC.h:1319
Enum value: Ridge, which means the border looks as though it were coming out of the canvas (the oppos...
Definition: FSPDFObjC.h:5898
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:1495
Structure element type: Title (PDF 2.0), which represents content that is usually referred to as the ...
Definition: FSPDFObjC.h:5746
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:4723
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:4627
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:3542
Message box button ID: No.
Definition: FSPDFObjC.h:4569
Brazilian Portuguese.
Definition: FSPDFObjC.h:2944
Invalid PDF object type.
Definition: FSPDFObjC.h:1058
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:480
Sample message: "Cannot find method '%s'".
Definition: FSPDFObjC.h:4493
Annotation property: border color.
Definition: FSPDFObjC.h:2159
Measurement of distance in any direction.
Definition: FSPDFObjC.h:2334
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:6507
Hit test area: HyperLink.
Definition: FSPDFObjC.h:4698
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:1500
Definition: FSPDFObjC.h:3625
Definition: FSPDFObjC.h:5502
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:792
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:1800
int getTextLinkCount()
Get the count of the URL formatted texts, in related PDF page.
Font type: Type3.
Definition: FSPDFObjC.h:810
Sample message: "Validate failed".
Definition: FSPDFObjC.h:4446
No "Compliance" module right.
Definition: FSPDFObjC.h:486
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:2080
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:3928
Definition: FSPDFObjC.h:1045
The verified issue is current issuer.
Definition: FSPDFObjC.h:3547
Caption to the left of the icon.
Definition: FSPDFObjC.h:2183
Structure element type: Sect, which means "Section" and represents a container for grouping related c...
Definition: FSPDFObjC.h:5738
Definition: FSPDFObjC.h:6625
FSRenditionMediaPermission
Enumeration for PDF media player permission.
Definition: FSPDFObjC.h:1478
FDF document type: FDF.
Definition: FSPDFObjC.h:2848
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:4072
XFA document type: Static.
Definition: FSPDFObjC.h:4633
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:3773
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:902
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:728
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:1255
Enum value: float.
Definition: FSPDFObjC.h:5920
FSPortfolioNodeType getNodeType()
Get node type.
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:5637
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:4724
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:2150
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:3711
Definition: FSPDFObjC.h:2411
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:3568
Value type: ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24).
Definition: FSPDFObjC.h:5952
Z key.
Definition: FSPDFObjC.h:3275
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:1112
Font charset: Hebrew.
Definition: FSPDFObjC.h:776
Window type: a hidden window.
Definition: FSPDFObjC.h:1503
Verification state of a signature is valid.
Definition: FSPDFObjC.h:3534
Definition: FSPDFObjC.h:5516
Egde position: top.
Definition: FSPDFObjC.h:4751
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:1883
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:4513
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:3544
Depends on monitor specifier.
Definition: FSPDFObjC.h:1521
Enum value: rb, which means radio button.
Definition: FSPDFObjC.h:5921
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:1107
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:804
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:1680
int getMatchSentenceStartIndex()
Get the index of the first character of current match pattern, based on the match sentence.
Multiple page mode.
Definition: FSPDFObjC.h:5674
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:3431
Attribute type: TextDecorationColor, which represents the color to be used for drawing text decoratio...
Definition: FSPDFObjC.h:5854
Border style: Cloudy.
Definition: FSPDFObjC.h:2013
void clear()
Clear all points.
If set, that means object streams will be used to generate combined result PDF file in order to reduc...
Definition: FSPDFObjC.h:6415
The full virtual desktop.
Definition: FSPDFObjC.h:1520
Application information: variation.
Definition: FSPDFObjC.h:4432
Sample message: "Unknown error is caught!".
Definition: FSPDFObjC.h:4452
Definition: FSPDFObjC.h:5132
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
PDF number object.
Definition: FSPDFObjC.h:1060
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:6445
Structure element type: TD, which means "Table data cell" and represents a table cell containing data...
Definition: FSPDFObjC.h:5766
Application's forms version information.
Definition: FSPDFObjC.h:2950
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:764
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:4867
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:1512
Structure element type: THead, which means "Table header row group" and represents a group of rows th...
Definition: FSPDFObjC.h:5767
NSString * getPDFPath()
Get the path of related PDF document.
Miter line join type.
Definition: FSPDFObjC.h:698
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:995
Sample message: "'%s' argument is expected to be a container".
Definition: FSPDFObjC.h:4505
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:4106
Sample message: "Argument mismatch in property or function argument".
Definition: FSPDFObjC.h:4511
Crop Box for page boundary.
Definition: FSPDFObjC.h:3775
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:475
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:796
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:6456
FSLRStructureElementAttributeValueEnum
Enumeration for element general layout attribute enum values.
Definition: FSPDFObjC.h:5878
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:1924
New data conflicts with existed data.
Definition: FSPDFObjC.h:437
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:1492
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:3769
Definition: FSPDFObjC.h:960
void removeAllSubActions()
Remove all the sub-actions.
The submit data is packaged in PDF format as described in the PDF Reference.
Definition: FSPDFObjC.h:4591
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:3551
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:2310
Sample message: "Message limit exceeded. Remaining %d validation errors not reported....
Definition: FSPDFObjC.h:4539
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:729
Enum value: LowerRoman, which means lowercase roman numerals (i, ii, iii, iv, ...).
Definition: FSPDFObjC.h:5915
Sample message: "Cannot modify the '%s' value".
Definition: FSPDFObjC.h:4481
Attribute type only for Table: RowSpan, which represents the number of rows in the enclosing table th...
Definition: FSPDFObjC.h:5867
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:2309
Definition: FSPDFObjC.h:7556
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:6097
If set, only show smooth shades.
Definition: FSPDFObjC.h:6525
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:3955
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:1621
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:793
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:1812
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:4107
No "NewWindow" flag.
Definition: FSPDFObjC.h:1681
Event type: after a page view is removed.
Definition: FSPDFObjC.h:4614
Definition: FSPDFObjC.h:5271
If set, shrink page to fit within content area.
Definition: FSPDFObjC.h:4583
String ID for case: Not allow to modify field. Sample message: "You are not allowed to modify this fi...
Definition: FSPDFObjC.h:4449
Structure element type: TOC, which means "Table of contents" and represetns a list made up of table o...
Definition: FSPDFObjC.h:5742
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:6087
Definition: FSPDFObjC.h:875
float getRight()
Get right position value.
BOOL isTopNull()
Check if top value is a null object.
Unknown initial view mode.
Definition: FSPDFObjC.h:6662
int getElementCount()
Get the count of elements.
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:473
Compression mode: high.
Definition: FSPDFObjC.h:5528
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:4701
Font charset: Baltic.
Definition: FSPDFObjC.h:778
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:593
F4 key.
Definition: FSPDFObjC.h:3295
Position: top center.
Definition: FSPDFObjC.h:558
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:1114
Corner mark style: none.
Definition: FSPDFObjC.h:1978
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:2144
Page size: B5.
Definition: FSPDFObjC.h:3792
Sample message: "Invalidate character '%c'".
Definition: FSPDFObjC.h:4474
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:3313
Definition: FSPDFObjC.h:2852
This means the snapped point is invalid.
Definition: FSPDFObjC.h:6690
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:6452
Definition: FSPDFObjC.h:1369
Structure element type: H5, which represents heading with level 5.
Definition: FSPDFObjC.h:5756
Form XObject graphics object.
Definition: FSPDFObjC.h:1270
2 key.
Definition: FSPDFObjC.h:3242
Progress state: progress is finished.
Definition: FSPDFObjC.h:627
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:2104
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:4097
U key.
Definition: FSPDFObjC.h:3270
Media Box for page boundary.
Definition: FSPDFObjC.h:3774
Annotation property: fill color.
Definition: FSPDFObjC.h:2160
Compression mode: jpeg.
Definition: FSPDFObjC.h:5529
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:466
FSLRStructureElementAttributeType
Enumeration for element general layout attribute types.
Definition: FSPDFObjC.h:5824
Chinese Traditional.
Definition: FSPDFObjC.h:2933
Attribute type: TextAlign, which represents the alignment of text and other content within lines of t...
Definition: FSPDFObjC.h:5847
float getHeight()
Get the height of the XFA page.
Name for module "Conversion".
Definition: FSPDFObjC.h:577
Definition: FSPDFObjC.h:4841
PDF null object.
Definition: FSPDFObjC.h:1066
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:6444
PDF/A-2u.
Definition: FSPDFObjC.h:5392
F9 key.
Definition: FSPDFObjC.h:3300
XFA widget type: rectangle.
Definition: FSPDFObjC.h:4714
Mailed data type: document.
Definition: FSPDFObjC.h:2958
Border style: Underline.
Definition: FSPDFObjC.h:2010
Enum value: Overline, which means a line above the text.
Definition: FSPDFObjC.h:5907
String ID for case: Use string in local language for "November".
Definition: FSPDFObjC.h:4536
If set, print annotations.
Definition: FSPDFObjC.h:4586
O key.
Definition: FSPDFObjC.h:3264
Definition: FSPDFObjC.h:361
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:3612
FSLRStructureElement * getParentElement()
Get the parent element.
Attribute type only for PrintField: Desc, which represents the alternate name of the field,...
Definition: FSPDFObjC.h:5866
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:4063
Attribute type: Placement, which means the positioning of the element with respect to the enclosing r...
Definition: FSPDFObjC.h:5827
Structure element type: AnnotContent, which means annotation content element.
Definition: FSPDFObjC.h:5805
No password is used in PDF document.
Definition: FSPDFObjC.h:4051
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:5586
Sample message: "'%s' function's %d argument cannot be array".
Definition: FSPDFObjC.h:4504
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:4067
Definition: FSPDFObjC.h:4643
Sample message: "Illegal continue".
Definition: FSPDFObjC.h:4487
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:807
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:5534
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:454
Color space: Pattern.
Definition: FSPDFObjC.h:591
Result type: insert shading.
Definition: FSPDFObjC.h:5435
This means LTV is not enabled.
Definition: FSPDFObjC.h:6249
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:5764
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:1802
If set, only show registration color.
Definition: FSPDFObjC.h:6526
Watermark font style: with underline.
Definition: FSPDFObjC.h:5230
Signature key name: location.
Definition: FSPDFObjC.h:3575
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2109
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:456
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:460
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:6221
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:4694
Definition: FSPDFObjC.h:2036
F7 key.
Definition: FSPDFObjC.h:3298
Location is not set.
Definition: FSPDFObjC.h:6102
Sample message: "'%s' is not an array".
Definition: FSPDFObjC.h:4501
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:2513
No "Redaction" module right.
Definition: FSPDFObjC.h:482
Definition: FSPDFObjC.h:6045
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:3606
FSPDFDocDataType
Enumeration for data type used to decide which object(s) will be imported from or exported to FDF/XFD...
Definition: FSPDFObjC.h:4115
Text encoding: ISO8859NN.
Definition: FSPDFObjC.h:4604
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:867
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:951
The state is ON.
Definition: FSPDFObjC.h:3098
An array of PointF objects.
Definition: FSPDFObjC.h:229
Annotation property: creation date.
Definition: FSPDFObjC.h:2158
Signature does not have any data for signing.
Definition: FSPDFObjC.h:3531
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:2331
No "OCR" module right.
Definition: FSPDFObjC.h:484
Compression quality: Low.
Definition: FSPDFObjC.h:5536
Invalid or incorrect state.
Definition: FSPDFObjC.h:443
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:1925
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:4360
NSString * stringifyType()
Convert type (enum value) of current element to a short and memorable string (text) representation.
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:5544
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:2165
Bevel line join type.
Definition: FSPDFObjC.h:700
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
Definition: FSPDFObjC.h:6176
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:1656
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:1953
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:1488
Page size: letter.
Definition: FSPDFObjC.h:3782
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:5581
F12 key.
Definition: FSPDFObjC.h:3303
Attribute type: EndIndent, which represents the distance from the end edge of the BLSE to that of the...
Definition: FSPDFObjC.h:5845
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
Annotation's rollover appearance.
Definition: FSPDFObjC.h:2189
NSString * getURI()
Get URI string.
Definition: FSPDFObjC.h:8635
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:3613
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:490
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:2755
Font charset: Greek.
Definition: FSPDFObjC.h:774
Tab key.
Definition: FSPDFObjC.h:3219
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:5634
Definition: FSPDFObjC.h:6348
Attribute type: Height, which represents the height of the element's content rectangle.
Definition: FSPDFObjC.h:5833
Definition: FSPDFObjC.h:2735
Structure element type: H2, which represents heading with level 2.
Definition: FSPDFObjC.h:5753
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:449
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2122
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2127
Form field type: list box.
Definition: FSPDFObjC.h:3418
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2320
Attribute type: WritingMode, which means the directions of layout progression for packing of ILSEs (i...
Definition: FSPDFObjC.h:5829
Caption above the icon.
Definition: FSPDFObjC.h:2181
Event flag: "Alt" key.
Definition: FSPDFObjC.h:3309
Structure element type: LI, which means "List item" and represents an individual member of a list.
Definition: FSPDFObjC.h:5760
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:3954
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:1507
Definition: FSPDFObjC.h:4323
Sample message: "Unable to set the value for property 'ready'".
Definition: FSPDFObjC.h:4466
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2129
Name for module "Compliance".
Definition: FSPDFObjC.h:575
Sample message: "Unable to set the value for property 'language'".
Definition: FSPDFObjC.h:4460
Definition: FSPDFObjC.h:4034
Action type: named action.
Definition: FSPDFObjC.h:1667
Enum value: Double, which means the border is two solid lines.
Definition: FSPDFObjC.h:5896
Definition: FSPDFObjC.h:7630
Enum value: Inset, which means the border makes the entire box look as though it were embedded in the...
Definition: FSPDFObjC.h:5899
Definition: FSPDFObjC.h:5205
Attribute type: BaselineShift, which means the distance by which the element's baseline is shifted re...
Definition: FSPDFObjC.h:5852
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:4261
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Font charset: Turkish.
Definition: FSPDFObjC.h:775
Definition: FSPDFObjC.h:2375
Certificate's password is wrong.
Definition: FSPDFObjC.h:3677
Font charset: Eastern European.
Definition: FSPDFObjC.h:772
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:1508
Definition: FSPDFObjC.h:5963
If set, show all.
Definition: FSPDFObjC.h:6505
String ID for case: Use string in local language for "December".
Definition: FSPDFObjC.h:4537
Image type is JBIG2.
Definition: FSPDFObjC.h:997
E key.
Definition: FSPDFObjC.h:3254
FSBitmapDIBFormat getFormat()
Get bitmap format.
Definition: FSPDFObjC.h:7652
No "Conversion" module right.
Definition: FSPDFObjC.h:488
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:598
String ID for case: Use string in local language for "Tuesday".
Definition: FSPDFObjC.h:4521
Norwegian.
Definition: FSPDFObjC.h:2943
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:1882
Signature key name: contact information.
Definition: FSPDFObjC.h:3577
Page size: A3.
Definition: FSPDFObjC.h:3785
Structure element type: Ruby, which represents the wrapper around the entire ruby assembly.
Definition: FSPDFObjC.h:5778
Structure element type: H1, which represents heading with level 1.
Definition: FSPDFObjC.h:5752
Attribute type: Color, which represents the color to be used for drawing text and the default value f...
Definition: FSPDFObjC.h:5841
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:4747
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:601
Egde position: bottom.
Definition: FSPDFObjC.h:4753
Definition: FSPDFObjC.h:2193
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:751
FSCombinationCombineDocsOptions
Enumeration for options used for combining PDF files.
Definition: FSPDFObjC.h:6406
Text graphics object.
Definition: FSPDFObjC.h:1266
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:4262
FSDocProviderCallbackTextEncoding
Enumeration for text encoding for XFA submit.
Definition: FSPDFObjC.h:4597
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:1494
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2322
Structure element type: Art, which means "Article" and represents a relatively self-contained body of...
Definition: FSPDFObjC.h:5737
Definition: FSPDFObjC.h:3507
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:957
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:988
float getLeft()
Get left position value.
Signature label name for location.
Definition: FSPDFObjC.h:3619
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:1510
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:1261
FSRenditionFloatingWindowRelatedWindowType
Enumeration for the type of floating window's related window.
Definition: FSPDFObjC.h:1517
int getChildCount()
Get the count of children elements.
Measurement of area.
Definition: FSPDFObjC.h:2335
Page size: A5.
Definition: FSPDFObjC.h:3787
Signature key name: text content.
Definition: FSPDFObjC.h:3579
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:4294
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:5568
Fail to request during sending request process.
Definition: FSPDFObjC.h:3715
Sample message: "Invalid enumerated value: %s".
Definition: FSPDFObjC.h:4512
NSData * getBuffer()
Get bitmap buffer.
3 key in the numeric keypad.
Definition: FSPDFObjC.h:3279
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:5762
Discard file attachments.
Definition: FSPDFObjC.h:5649
String ID for case: Use string in local language for "Wednesday".
Definition: FSPDFObjC.h:4522
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:5784
Definition: FSPDFObjC.h:8391
Discard embedded search index.
Definition: FSPDFObjC.h:5642
String ID for case: Use string in local language for "Thursday".
Definition: FSPDFObjC.h:4523
Sample message: "Unsupported method %s.".
Definition: FSPDFObjC.h:4456
Sample message: "Illegal value:cannot assign '%s' to %s.".
Definition: FSPDFObjC.h:4544
Definition: FSPDFObjC.h:2283
Compression quality: Medium.
Definition: FSPDFObjC.h:5537
FSPointF * getPoint()
Get the point value.
Structure element type: Span, which represents a generic inline portion of text having no particular ...
Definition: FSPDFObjC.h:5770
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:538
An unknown key.
Definition: FSPDFObjC.h:3217
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1040
Definition: FSPDFObjC.h:1413
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:3545
Structure element type: Code, which represents a fragment of computer program text.
Definition: FSPDFObjC.h:5775
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:447
A key.
Definition: FSPDFObjC.h:3250
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:5626
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:3566
Enum value: Outset, which means the border makes the entire box look as though it were coming out of ...
Definition: FSPDFObjC.h:5900
Definition: FSPDFObjC.h:1191
Definition: FSPDFObjC.h:1625
Rendering intent: Saturation.
Definition: FSPDFObjC.h:903
FSDestinationZoomMode getZoomMode()
Get the zoom mode.
Fit the entire width of the page within the display area when display the page.
Definition: FSPDFObjC.h:1617
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:476
2 key in the numeric keypad.
Definition: FSPDFObjC.h:3278
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:2174
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:950
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:2152
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:5587
Center alignment.
Definition: FSPDFObjC.h:546
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:4637
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:3935
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:1320
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:4075
An array of float values.
Definition: FSPDFObjC.h:250
Enum value: Row, which means row of a table.
Definition: FSPDFObjC.h:5928
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:4260
Annotation type: unknown.
Definition: FSPDFObjC.h:2105
Definition: FSPDFObjC.h:1122
Definition: FSPDFObjC.h:2574
Save document normally, without using any special flag. This can only be used alone.
Definition: FSPDFObjC.h:4079
int getSupportedAttributeCount()
Get suported attribute count.
Sample message: "Invalidate left-value '%s'".
Definition: FSPDFObjC.h:4479
Definition: FSPDFObjC.h:2391
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:5622
String ID for case: Some setting operation to property is invalid. Sample message: "Invalid property ...
Definition: FSPDFObjC.h:4458
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:5001
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:1920
Signature key name for distinguish name.
Definition: FSPDFObjC.h:3622
FSPDFDoc * getDocument()
Get the PDF document, to which current action belongs.
FSFloatArray * value
Get or Set component value array.
Definition: FSPDFObjC.h:927
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:5583
XFA widget type: choice list.
Definition: FSPDFObjC.h:4709
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:4293
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:4070
Sample message: "Expected number instead of '%s'".
Definition: FSPDFObjC.h:4497
Annotations summary string ID: specify the prefix when date information is outputed in result documen...
Definition: FSPDFObjC.h:6432
BOOL killFocus()
Kill focus from form.
Invalid DIB format.
Definition: FSPDFObjC.h:943
Response information is found in signature content.
Definition: FSPDFObjC.h:6104
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2117
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:1811
Structure element type: NonStruct, which means "Nonstructural element" and represents a grouping elem...
Definition: FSPDFObjC.h:5748
Definition: FSPDFObjC.h:814
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:2976
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:1249
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:6455
Never allowed.
Definition: FSPDFObjC.h:1479
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:3097
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:3554
Attribute type: StartIndent, which represents the distance from the start edge of the reference area ...
Definition: FSPDFObjC.h:5844
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:6453
Definition: FSPDFObjC.h:2514
Structure element type: FENote (PDF 2.0), which is used to markup footnotes and endnotes.
Definition: FSPDFObjC.h:5747
FSImageType getType()
Get image type.
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:5284
Attribute type: TextIndent, which represents the additional distance from the start edge of the BLSE,...
Definition: FSPDFObjC.h:5846
Action type: import-data action.
Definition: FSPDFObjC.h:1670
FSBarcodeQRErrorCorrectionLevel
Enumeration for format error correction level of QR Code.
Definition: FSPDFObjC.h:1038
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:6446
NSString * getProviderID()
A callback function used to get provider ID.
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:4073
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:2754
Align the radix indicator.
Definition: FSPDFObjC.h:4740
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Action type: thread action.
Definition: FSPDFObjC.h:1662
Signed signature.
Definition: FSPDFObjC.h:3533
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:3561
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:1807
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:5628
This means certificate is revoked.
Definition: FSPDFObjC.h:6082
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:6664
PDF stream object.
Definition: FSPDFObjC.h:1065
Attribute type: ColumnWidths, which represents the desired width of the columns, measured in the inli...
Definition: FSPDFObjC.h:5862
Show bookmark title as bold text.
Definition: FSPDFObjC.h:2968
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:6090
Swedish.
Definition: FSPDFObjC.h:2946
Response information is got by online request.
Definition: FSPDFObjC.h:6105
Fail to get data during sending request process.
Definition: FSPDFObjC.h:3716
int getAscent()
Get the ascent value, in 1/1000 of em size (PDF units).
Fail to connect during sending request process.
Definition: FSPDFObjC.h:3712
Message box button: Yes and No.
Definition: FSPDFObjC.h:4562
Enum value: Other (PDF 2.0).
Definition: FSPDFObjC.h:5944
Unknown rotation.
Definition: FSPDFObjC.h:541
Unknown language.
Definition: FSPDFObjC.h:2931
"PageLabels" number tree.
Definition: FSPDFObjC.h:1452
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:6103
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:2169
Enum value: Inline, which means the placement for attributes Placement/RubyPosition.
Definition: FSPDFObjC.h:5881
Use for a viewer.
Definition: FSPDFObjC.h:3138
int getHeight()
Get image height.
Definition: FSPDFObjC.h:4344
The document window.
Definition: FSPDFObjC.h:1518
Unknown portfolio node type.
Definition: FSPDFObjC.h:6556
Attribute type: RubyAlign, which represents the justification of the lines within a ruby assembly.
Definition: FSPDFObjC.h:5857
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:450
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:5743
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:4964
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:5623
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:6462
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:594
Structure element type: P, which means "Paragraph" and represents a low-level division of text.
Definition: FSPDFObjC.h:5750
PAdES level: B-LT.
Definition: FSPDFObjC.h:3599
Move or resize.
Definition: FSPDFObjC.h:1532
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:2729
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:693
Sample message: "Undefined identifier '%s'".
Definition: FSPDFObjC.h:4478
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:4729
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:2106
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:5498
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2126
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:3430
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:1799
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:5153
BOOL reset()
Reset current layer context, back to the initialized state.
Structure element type: H3, which represents heading with level 3.
Definition: FSPDFObjC.h:5754
Structure element type: ImageObject, which means image graphics object element.
Definition: FSPDFObjC.h:5794
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:4561
Attribute type: BorderColor, which represents the color of the border drawn on the edges of a table c...
Definition: FSPDFObjC.h:5835
Text encoding: GBK.
Definition: FSPDFObjC.h:4601
If set, that means to get the intersection of two intersecting paths.
Definition: FSPDFObjC.h:6713
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:2108
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:2324
Sample message: "Calculate Override".
Definition: FSPDFObjC.h:4447
Sample message: "The element [%s] has violated its allowable number of occurrences".
Definition: FSPDFObjC.h:4517
Structure element type: ImageContent, which means image content element.
Definition: FSPDFObjC.h:5802
All the indexes within a range will be used.
Definition: FSPDFObjC.h:727
Application information: type.
Definition: FSPDFObjC.h:4434
Q key.
Definition: FSPDFObjC.h:3266
Result type: delete text.
Definition: FSPDFObjC.h:5425
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:6447
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:544
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:451
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:3933
FSRectF * getBBox()
Get bounding box.
Application's app version information.
Definition: FSPDFObjC.h:2954
Info severity.
Definition: FSPDFObjC.h:5348
Enum value: Unordered (PDF 2.0), which means unordered list with unspecified bullets.
Definition: FSPDFObjC.h:5918
int getPointCount()
Get the count of points.
Definition: FSPDFObjC.h:6592
Presence property: Unknown.
Definition: FSPDFObjC.h:4722
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:455
Name type: full name.
Definition: FSPDFObjC.h:4732
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:3436
Out of memory during sending request process.
Definition: FSPDFObjC.h:3717
Definition: FSPDFObjC.h:6572
This means certificate is valid.
Definition: FSPDFObjC.h:6081
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Definition: FSPDFObjC.h:2559
void removeAll()
Clean up the array.
Certificate's path is wrong.
Definition: FSPDFObjC.h:3678
Sample message: "Cannot find property '%s'".
Definition: FSPDFObjC.h:4492
Sample message: "Expected '%s' instead of '%s'".
Definition: FSPDFObjC.h:4473
Caption below the icon.
Definition: FSPDFObjC.h:2180
Mailed data type: form.
Definition: FSPDFObjC.h:2959
Definition: FSPDFObjC.h:1684
"Dests" name tree.
Definition: FSPDFObjC.h:1424
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:2975
Check mark fill-sign object.
Definition: FSPDFObjC.h:6308
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:3948
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:4746
Path graphics object.
Definition: FSPDFObjC.h:1267
F3 key.
Definition: FSPDFObjC.h:3294
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:4717
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:3781
Sample message: "%s : %s".
Definition: FSPDFObjC.h:4508
Sample message: "Unable to set the value for property 'variation'".
Definition: FSPDFObjC.h:4464
F10 key.
Definition: FSPDFObjC.h:3301
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2111
Structure element type: Part, which represents a large-scale division of a document.
Definition: FSPDFObjC.h:5736
Result type: delete shading.
Definition: FSPDFObjC.h:5434
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:4967
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1028
Sample message: "Expected identifier instead of '%s'".
Definition: FSPDFObjC.h:4472
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:2973
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:3555
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:2079
This means certificate status is unknown.
Definition: FSPDFObjC.h:6084
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2128
Definition: FSPDFObjC.h:609
unsigned long long getSize()
Get total size of the file.
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:6515
Attribute type only for PrintField: checked, which represents the state of a radio button or check bo...
Definition: FSPDFObjC.h:5865
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:3557
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:794
Type definition for point class for float.
Definition: FSPDFObjC.h:189
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:5154
Definition: FSPDFObjC.h:2911
Sample message: "Cannot assign to '%s'".
Definition: FSPDFObjC.h:4499
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:3586
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:4594
Font style: small cap.
Definition: FSPDFObjC.h:759
Definition: FSPDFObjC.h:5289
Normal document.
Definition: FSPDFObjC.h:4122
Attribute type only for Table: Summary, which represents a summary of the table's purpose and structu...
Definition: FSPDFObjC.h:5871
Text encoding: GB2312.
Definition: FSPDFObjC.h:4603
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:459
void reload()
Reload current manager.
Name for module "RMS".
Definition: FSPDFObjC.h:572
NSData * getSignatureHashValue()
Get signature hash value.
Signature key name: reason.
Definition: FSPDFObjC.h:3576
void removeAll()
Clean up the array.
Name for module "Redaction".
Definition: FSPDFObjC.h:571
Definition: FSPDFObjC.h:5460
int getWidth()
Get bitmap width.
Compare text only.
Definition: FSPDFObjC.h:5499
Sample message: "'%s' redefinition".
Definition: FSPDFObjC.h:4475
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:1426
Enum value: Layout, which means layout artifacts. Purely cosmetic typographical or design elements su...
Definition: FSPDFObjC.h:5936
If set, do not display a watermark.
Definition: FSPDFObjC.h:5202
Beep type: default.
Definition: FSPDFObjC.h:4442
Definition: FSPDFObjC.h:8410
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:5584
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
Enumeration for error code.
Definition: FSPDFObjC.h:421
DIB format: 32bpp format, with bits order "Blue, Green, Red, not used". Blue is in the lowest order.
Definition: FSPDFObjC.h:945
Definition: FSPDFObjC.h:1386
Enum value: None, which means no such attribute.
Definition: FSPDFObjC.h:5891
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:1325
Initials signature fill-sign object.
Definition: FSPDFObjC.h:6313
Color space: Separation.
Definition: FSPDFObjC.h:589
PDF/A-3b.
Definition: FSPDFObjC.h:5394
Font charset: Standard symbols.
Definition: FSPDFObjC.h:766
int getSize()
Get the number of elements in the array.
Page size: A6.
Definition: FSPDFObjC.h:3788
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:6459
Definition: FSPDFObjC.h:6386
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:3582
Standard font: Times-Roman.
Definition: FSPDFObjC.h:799
Compression quality: Lossy.
Definition: FSPDFObjC.h:5578
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:790
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:492
Character flag: ComboWord.
Definition: FSPDFObjC.h:4838
Standard font: Symbol.
Definition: FSPDFObjC.h:803
Save document incrementally.
Definition: FSPDFObjC.h:4080
Definition: FSPDFObjC.h:6697
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:3936
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:583
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:6095
int getGraphicsObjectIndex()
Get index of related graphics object.
FSPDFDocInsertDocOptions
Enumeration for options used for inserting a PDF document to another.
Definition: FSPDFObjC.h:4102
An array of RectF objects.
Definition: FSPDFObjC.h:208
Definition: FSPDFObjC.h:2710
Egde position: left.
Definition: FSPDFObjC.h:4754
Definition: FSPDFObjC.h:2547
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:6448
unsigned long long getSize()
Get total size of the file.
FSMatrix2D * getMatrix()
Get matrix.
Image type is PNG.
Definition: FSPDFObjC.h:993
Enum value: Block, which means to be stacked in the block-progression direction within an enclosing r...
Definition: FSPDFObjC.h:5880
Structure element type: Figure, which represents an item of graphical content.
Definition: FSPDFObjC.h:5788
Enum value: Solid, which means the border is a single line segment.
Definition: FSPDFObjC.h:5895
No "RMS" module right.
Definition: FSPDFObjC.h:483
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:4110
Font style: symbolic.
Definition: FSPDFObjC.h:754
Text encoding: UTF-8.
Definition: FSPDFObjC.h:4609
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:4099
FSDocProviderCallbackWidgetEventType
Enumeration for the type of XFA widget event.
Definition: FSPDFObjC.h:4618
Definition: FSPDFObjC.h:5070
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:5003
FSLRElementElementType getElementType()
Get element type.
Window type: a floating window.
Definition: FSPDFObjC.h:1501
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:5633
Compression quality: Maximum.
Definition: FSPDFObjC.h:5539
Form field type: combo box.
Definition: FSPDFObjC.h:3417
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:1324
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:3953
This means LTV is inactive.
Definition: FSPDFObjC.h:6247
Enum value: Start, which means the place for attribute Placement, or the alignment for attributes Tex...
Definition: FSPDFObjC.h:5885
FSSnappedPointSnappedPointType getType()
Get the snapped point type.
Signature key name: signer.
Definition: FSPDFObjC.h:3574
4 key in the numeric keypad.
Definition: FSPDFObjC.h:3280
Sample message: "Cannot find container '%s'".
Definition: FSPDFObjC.h:4491
Definition: FSPDFObjC.h:3200
Definition: FSPDFObjC.h:6285
Definition: FSPDFObjC.h:5179
Definition: FSPDFObjC.h:1139
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:801
Application's viewer version information.
Definition: FSPDFObjC.h:2953
Sample message: "Invalid Barcode Value: %s is an invalid value for barcodes of type %s....
Definition: FSPDFObjC.h:4548
int getCount()
Get the count of attachments.
If set, annotations will be rendered.
Definition: FSPDFObjC.h:2760
Definition: FSPDFObjC.h:1863
Snapped point type: midpoint, which means the snapped point is the midpoint for two endpoints of a pa...
Definition: FSPDFObjC.h:6692
FSPDFDictionary * getDict()
Get PDF dictionary of related graphics object.
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:6410
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:5199
Action type: transition action.
Definition: FSPDFObjC.h:1674
Annotations summary string ID: specify the prefix when subject information is outputed in result docu...
Definition: FSPDFObjC.h:6439
FSFDFDocType getType()
Get the type of current document object.
R key.
Definition: FSPDFObjC.h:3267
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1032
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:785
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:1475
BOOL flush()
Flush internal buffer.
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:6089
Enum value: Footer.
Definition: FSPDFObjC.h:5940
Result type: insert image.
Definition: FSPDFObjC.h:5429
XFA widget type: image edit.
Definition: FSPDFObjC.h:4710
Sample message: "Function 's' is built-in.
Definition: FSPDFObjC.h:4507
Enum value: End, which means the place for attribute Placement, or the alignment for attributes TextA...
Definition: FSPDFObjC.h:5886
BOOL isEmpty()
Check whether current object is empty or not.
Definition: FSPDFObjC.h:5329
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:471
L key.
Definition: FSPDFObjC.h:3261
Enum value: Row, which means both row and column of a table.
Definition: FSPDFObjC.h:5930
Use signature creation time.
Definition: FSPDFObjC.h:6218
int getPageCount()
Get XFA page count.
Definition: FSPDFObjC.h:3120
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:4255
Annotations summary string ID: specify the document title in result document. Default title is "Summa...
Definition: FSPDFObjC.h:6435
Value type: 32-bit signed integer.
Definition: FSPDFObjC.h:5950
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:4069
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:4094
Unsupported signature.
Definition: FSPDFObjC.h:3537
PAdES level: B-B.
Definition: FSPDFObjC.h:3597
No text encoding.
Definition: FSPDFObjC.h:4598
If set, show label on signature appearance.
Definition: FSPDFObjC.h:3563
Delete key.
Definition: FSPDFObjC.h:3238
Attribute type: LineHeight, which means the element's preferred height, in the block-progression dire...
Definition: FSPDFObjC.h:5853
Beep type: question.
Definition: FSPDFObjC.h:4440
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:1254
An owner password is used in PDF document.
Definition: FSPDFObjC.h:4053
If set, show printing dialog box.
Definition: FSPDFObjC.h:4581
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2116
H key.
Definition: FSPDFObjC.h:3257
Definition: FSPDFObjC.h:3796
Page label style: uppercase letters.
Definition: FSPDFObjC.h:4296
Certificate is valid.
Definition: FSPDFObjC.h:3673
Definition: FSPDFObjC.h:292
Unsigned signature.
Definition: FSPDFObjC.h:3532
XFA widget type: text edit.
Definition: FSPDFObjC.h:4715
Finnish.
Definition: FSPDFObjC.h:2945
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:6711
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:588
NSString * getFamilyName()
Retrieve the famliy name.
Enum value: PageNum (PDF2.0).
Definition: FSPDFObjC.h:5942
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:4064
Sample message: "Unable to set the value for property 'version'".
Definition: FSPDFObjC.h:4465
Definition: FSPDFObjC.h:5233
Enum value: Pagination, which means pagination artifacts. Ancillary page features such as running hea...
Definition: FSPDFObjC.h:5935
XFA widget type: date time edit.
Definition: FSPDFObjC.h:4706
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:3570
FSPDFArray * create()
Create a new array object.
Definition: FSPDFObjC.h:507
S key.
Definition: FSPDFObjC.h:3268
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:2972
Align the text to the top of the available region.
Definition: FSPDFObjC.h:4745
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:5004
Current object has not been loaded yet.
Definition: FSPDFObjC.h:442
If set, only show with DeviceN.
Definition: FSPDFObjC.h:6512
Beep type: status.
Definition: FSPDFObjC.h:4441
Enum value: Underline, which means a line below the text.
Definition: FSPDFObjC.h:5906
Definition: FSPDFObjC.h:2493
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1042
Definition: FSPDFObjC.h:2431
If set, user permissions and "is encrypt metadata" values (which are defined in FSStdEncryptData ) wi...
Definition: FSPDFObjC.h:5002
Text encoding: GB18030.
Definition: FSPDFObjC.h:4602
Save document by using XRef stream.
Definition: FSPDFObjC.h:4082
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:3946
Discard all JavaScript actions.
Definition: FSPDFObjC.h:5636
int getComponentCount()
Get the count of components.
String ID for case: Use string in local language for "Monday".
Definition: FSPDFObjC.h:4520
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:1886
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:1057
Definition: FSPDFObjC.h:2667
Definition: FSPDFObjC.h:6316
Enum value: Justify, which means the alignment for attributes TextAlign/BlockAlign/RubyAlign.
Definition: FSPDFObjC.h:5904
Structure element type: Link, which represents an association between a portion of the ILSE's content...
Definition: FSPDFObjC.h:5776
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:4628
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:1423
Progress state: any error occurs.
Definition: FSPDFObjC.h:625
String ID for case: Server denies. Sample message: "Server does not permit".
Definition: FSPDFObjC.h:4518
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:626
Structure element type: H6, which represents heading with level 6.
Definition: FSPDFObjC.h:5757
Enum value: Disc, which means solid circular bullet.
Definition: FSPDFObjC.h:5910
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:463
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:1321
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:3433
Definition: FSPDFObjC.h:2642
Definition: FSPDFObjC.h:703
Menu key.
Definition: FSPDFObjC.h:3223
FSWatermarkSettingsFlags
Enumeration for watermark setting flags.
Definition: FSPDFObjC.h:5197
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2118
Enum value: Ordered (PDF 2.0), which means ordered lists with unspecified numbering.
Definition: FSPDFObjC.h:5919
Application information: version.
Definition: FSPDFObjC.h:4429
Definition: FSPDFObjC.h:5411
Value type: an array of enum values.
Definition: FSPDFObjC.h:5955
Left arrow key.
Definition: FSPDFObjC.h:3231
No icon; captin only.
Definition: FSPDFObjC.h:2178
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:1485
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:1474
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:6098
Chinese Simplified.
Definition: FSPDFObjC.h:2932
Enum value: LtTb, which means inline progression from left to right; block progression from top to bo...
Definition: FSPDFObjC.h:5887
Unknown signature.
Definition: FSPDFObjC.h:3530
Enum value: Bates (PDF2.0).
Definition: FSPDFObjC.h:5943
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:5543
Result type: insert annotation.
Definition: FSPDFObjC.h:5438
FSAppProviderCallbackMsgBoxIconType
Enumeration for icon type of XFA message box.
Definition: FSPDFObjC.h:4552
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:3940
A fixup succeeded.
Definition: FSPDFObjC.h:5324
FSPDFNameTreeType getType()
Get the type of current name tree.
FSLayerTreeUsageState getViewUsage()
Get the state for viewing usage.
Use Acrobat validation process.
Definition: FSPDFObjC.h:6225
Enum value: Auto.
Definition: FSPDFObjC.h:5902
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:4865
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:4902
Any unknown state occurs.
Definition: FSPDFObjC.h:438
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:3607
Invalid enum value.
Definition: FSPDFObjC.h:5879
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:5938
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1259
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1027
Signature fill-sign object.
Definition: FSPDFObjC.h:6312
9 key in the numeric keypad.
Definition: FSPDFObjC.h:3285
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:3435
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:2819
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:996
Use for exporting.
Definition: FSPDFObjC.h:3141
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:994
Definition: FSPDFObjC.h:2455
6 key.
Definition: FSPDFObjC.h:3246
Font charset: Arabic.
Definition: FSPDFObjC.h:777
Insert key.
Definition: FSPDFObjC.h:3237
Result type: replace image.
Definition: FSPDFObjC.h:5430
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:550
Sample message: "Expected 'endif' instead of '%s'".
Definition: FSPDFObjC.h:4483
BOOL isEmpty()
Check whether current object is empty or not.
Definition: FSPDFObjC.h:3733
Beep type: warning.
Definition: FSPDFObjC.h:4439
Annotation flag: read only.
Definition: FSPDFObjC.h:2142
Definition: FSPDFObjC.h:1851
Action type: JavaScript action.
Definition: FSPDFObjC.h:1671
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:4737
Definition: FSPDFObjC.h:5255
No "Comparison" module right.
Definition: FSPDFObjC.h:485
Page size: B6.
Definition: FSPDFObjC.h:3793
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:464
Compression quality: Minimum.
Definition: FSPDFObjC.h:5535
Sample message: "Unable to set the value for property 'platform'".
Definition: FSPDFObjC.h:4462
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:6460
Print Screen key.
Definition: FSPDFObjC.h:3236
Definition: FSPDFObjC.h:6777
Attribute type only for List: ListNumbering, which represents the numbering system to be used to gene...
Definition: FSPDFObjC.h:5863
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:3425
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:900
Definition: FSPDFObjC.h:8575
Value type: float.
Definition: FSPDFObjC.h:5951
Definition: FSPDFObjC.h:5084
Text encoding: ShiftJIS.
Definition: FSPDFObjC.h:4606
Attribute type: Attached, which specifies the edges of the page, if any, to which the artifact is log...
Definition: FSPDFObjC.h:5838
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1258
Result type: replace annotation.
Definition: FSPDFObjC.h:5439
Enum value: pb, which means push button.
Definition: FSPDFObjC.h:5923
Signature key name: distinguish name.
Definition: FSPDFObjC.h:3578
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:726
Annotation flag: no view.
Definition: FSPDFObjC.h:2141
FSFillSignFillSignObjectType getType()
Get fill-sign type.
Definition: FSPDFObjC.h:6108
FSBitmap * getBitmap()
Get the canvas bitmap.
XFA widget type: image.
Definition: FSPDFObjC.h:4718
Event type: Unknown.
Definition: FSPDFObjC.h:4626
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:2184
Definition: FSPDFObjC.h:3862
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:5497
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:3610
String ID for case: Use string in local language for "April".
Definition: FSPDFObjC.h:4529
Font charset: Thai.
Definition: FSPDFObjC.h:771
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:3529
Down arrow key.
Definition: FSPDFObjC.h:3234
String ID for case: Use string in local language for "September".
Definition: FSPDFObjC.h:4534
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:6504
Structure element type: WT, which means "Warichu text" and represents the smaller-size text of a wari...
Definition: FSPDFObjC.h:5783
Sample message: "%s.%s cannot covert to object".
Definition: FSPDFObjC.h:4490
Definition: FSPDFObjC.h:7611
Sample message: "Unable to set the value for property 'validationsEnabled'".
Definition: FSPDFObjC.h:4463
If set, only show with Device.
Definition: FSPDFObjC.h:6522
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
Definition: FSPDFObjC.h:2441
Definition: FSPDFObjC.h:8605
Position: center right.
Definition: FSPDFObjC.h:562
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:5285
Sample message: "Divide by zero".
Definition: FSPDFObjC.h:4489
(Reserved) Attribute type: Direction.
Definition: FSPDFObjC.h:5873
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:4634
If set, show location on signature appearance.
Definition: FSPDFObjC.h:3567
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:6080
Annotation flag: invisible.
Definition: FSPDFObjC.h:2136
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:6246
Dot fill-sign object.
Definition: FSPDFObjC.h:6311
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:536
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:956
Definition: FSPDFObjC.h:2631
Colorant type: process.
Definition: FSPDFObjC.h:6532
Enum value: LineThrough, which means a line through the middle of the text.
Definition: FSPDFObjC.h:5908
Result type: insert text.
Definition: FSPDFObjC.h:5426
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:6531
Cross mark fill-sign object.
Definition: FSPDFObjC.h:6307
Sample message: "Cannot find function '%s'".
Definition: FSPDFObjC.h:4500
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2113
Art Box for page boundary.
Definition: FSPDFObjC.h:3777
8 key in the numeric keypad.
Definition: FSPDFObjC.h:3284
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:3314
(Reserved) Attribute type: Version, which represents schema version of layout recognition engine.
Definition: FSPDFObjC.h:5875
String ID for case: Use string in local language for "July".
Definition: FSPDFObjC.h:4532
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:3934
Form field type: radio button.
Definition: FSPDFObjC.h:3416
Font type: CID font.
Definition: FSPDFObjC.h:811
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:4735
int getMatchPageIndex()
Get the page index, to which current match belongs.
Definition: FSPDFObjC.h:2340
OCSP response.
Definition: FSPDFObjC.h:6042
Sample message: "%s cannot be left blank.".
Definition: FSPDFObjC.h:4541
Annotation's normal appearance.
Definition: FSPDFObjC.h:2188
Sample message: "Value!".
Definition: FSPDFObjC.h:4454
PDF/A-1b.
Definition: FSPDFObjC.h:5389
Watermark font style: normal.
Definition: FSPDFObjC.h:5229
FSAppProviderCallbackMsgBoxButtonType
Enumeration for button type of XFA message box.
Definition: FSPDFObjC.h:4559
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:3947
Definition: FSPDFObjC.h:5160
Definition: FSPDFObjC.h:3976
PDF boolean object.
Definition: FSPDFObjC.h:1059
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:1678
int getYDPI()
Get DPI for Y-axis.
BOOL removeAllActions()
Remove all actions.
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:3562
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:6413
String ID for case: Use string in local language for "January".
Definition: FSPDFObjC.h:4526
Application's viewer type information.
Definition: FSPDFObjC.h:2951
Signature type: ordinary.
Definition: FSPDFObjC.h:3590
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:1954
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:467
8 key.
Definition: FSPDFObjC.h:3248
Sample message: "Out of the range of '%s' array".
Definition: FSPDFObjC.h:4502
Border style: Dashed.
Definition: FSPDFObjC.h:2009
Standard font: Helvetica.
Definition: FSPDFObjC.h:795
Certificate is unsupport type.
Definition: FSPDFObjC.h:3675
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:4744
Structure element type: ShadingObject, which means shading graphics object element.
Definition: FSPDFObjC.h:5795
V key.
Definition: FSPDFObjC.h:3271
Attribute type: ColumnGap, which represents the desired space between adjacent columns,...
Definition: FSPDFObjC.h:5861
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:1679
PDF string object.
Definition: FSPDFObjC.h:1061
Attribute type: Padding, which specifies an offset to account for the separation between the element'...
Definition: FSPDFObjC.h:5840
Locale ID for country: France.
Definition: FSPDFObjC.h:602
Sample message: "Invalidate instruction".
Definition: FSPDFObjC.h:4496
Application information: platform.
Definition: FSPDFObjC.h:4431
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:4264
String ID for case: Use string in local language for "Sunday".
Definition: FSPDFObjC.h:4519
FSImageSettingsImageCompressMode
Enumeration for compression mode used for color or gray image.
Definition: FSPDFObjC.h:5527
Attribute type: SpaceAfter, which represents the amount of extra space following the after edge of th...
Definition: FSPDFObjC.h:5843
Always scale.
Definition: FSPDFObjC.h:2078
Character flag: Hyphen.
Definition: FSPDFObjC.h:4837
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:445
Definition: FSPDFObjC.h:3080
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:5567
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:4108
Definition: FSPDFObjC.h:6333
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:452
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:3763
FSAppProviderCallbackMsgBoxButtonID
Enumeration for button ID of XFA message box.
Definition: FSPDFObjC.h:4566
Empty value type.
Definition: FSPDFObjC.h:5948
Enum value: After, which means the alignment for attribute BlockAlign or the placement for attribute ...
Definition: FSPDFObjC.h:5884
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:781
I key.
Definition: FSPDFObjC.h:3258
Signature label name for sign time.
Definition: FSPDFObjC.h:3621
FSPDFDictionary * getDictionary()
Get the PDF dictionary object associated to current PDF stream object.
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:3286
Definition: FSPDFObjC.h:6372
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:769
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:1921
The signature is a time stamp signature.
Definition: FSPDFObjC.h:3549
Standard font: Courier.
Definition: FSPDFObjC.h:791
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:1926
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:1115
The password is invalid.
Definition: FSPDFObjC.h:4050
A bookmark is the last sibling of another specified bookmark.
Definition: FSPDFObjC.h:2977
void removeAll()
Clean up the array.
Enum value: Center, which means the alignment for attributes TextAlign/InlineAlign/RubyAlign.
Definition: FSPDFObjC.h:5903
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:1923
A user password is used in PDF document.
Definition: FSPDFObjC.h:4052
K key.
Definition: FSPDFObjC.h:3260
Result type: delete annotation.
Definition: FSPDFObjC.h:5437
Definition: FSPDFObjC.h:1705
Some types are not supported.
Definition: FSPDFObjC.h:431
Message box icon: Error.
Definition: FSPDFObjC.h:4553
void killFocus()
Kill the focus of XFA widget.
Action type: sound action.
Definition: FSPDFObjC.h:1664
Sample message: "SOM expression returned list when single result was expected".
Definition: FSPDFObjC.h:4514
Definition: FSPDFObjC.h:1983
Event flag: meta key.
Definition: FSPDFObjC.h:3310
Space key.
Definition: FSPDFObjC.h:3226
Event type: all page views are removed.
Definition: FSPDFObjC.h:4615
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:1473
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:3757
FSProgressiveState resume()
Continue the progressive process.
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:1322
F key.
Definition: FSPDFObjC.h:3255
The submit data is packaged in XFD format, as described in XFDF.
Definition: FSPDFObjC.h:4593
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:5531
Trim Box for page boundary.
Definition: FSPDFObjC.h:3776
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:586
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:3427
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:6092
F6 key.
Definition: FSPDFObjC.h:3297
Message box button ID: Yes.
Definition: FSPDFObjC.h:4570
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:5423
Structure element type: Lbl, which means "Label" and represents a name or number that distinguishes a...
Definition: FSPDFObjC.h:5761
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:1906
If set, only show with Gray.
Definition: FSPDFObjC.h:6517
Success, and no error occurs.
Definition: FSPDFObjC.h:422
Unknown encryption type.
Definition: FSPDFObjC.h:4057
FSSignatureCallbackCertValidity
Enumeration for certificate validity.
Definition: FSPDFObjC.h:3672
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:1885
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:430
Definition: FSPDFObjC.h:7485
G key.
Definition: FSPDFObjC.h:3256
Enum value: Top, which means top edge of the page.
Definition: FSPDFObjC.h:5932
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:4730
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:5569
XFA widget type: barcode.
Definition: FSPDFObjC.h:4702
FSPDFDoc * getDocument()
Get the related PDF document.
Annotation type: highlight annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2114
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:5548
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
Sample message: "Bad suffix on number".
Definition: FSPDFObjC.h:4471
Annotations summary string ID: specify the prefix when page information is outputed in result documen...
Definition: FSPDFObjC.h:6433
FSSignatureVerifyResultArray * verify()
Verify all the signatures in the PDF document which is used to constructed current object.
Application's viewer variation information.
Definition: FSPDFObjC.h:2952
Certificate is expired.
Definition: FSPDFObjC.h:3674
If set, only show solid color.
Definition: FSPDFObjC.h:6524
Enum value: Dashed, which means the border is a series of short line segments.
Definition: FSPDFObjC.h:5894
Definition: FSPDFObjC.h:2244
BOOL findPrev()
Search for previous matched pattern.
Discard embedded print settings.
Definition: FSPDFObjC.h:5638
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
German.
Definition: FSPDFObjC.h:2935
Character flag: Unknown.
Definition: FSPDFObjC.h:4833
Structure element type: Formula, which represents a mathematical formula.
Definition: FSPDFObjC.h:5789
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:458
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:4870
If set, only show with DeviceCMYK or spot.
Definition: FSPDFObjC.h:6511
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:1911
int getChannelCount()
Get the count of sound channels.
Definition: FSPDFObjC.h:1000
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSMarkupState
Enumeration for markup annotation's state.
Definition: FSPDFObjC.h:2308
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:1880
int getStartCharIndex()
Get the index of start character of current hyper-link URI, based on PDF page.
Border style: Solid.
Definition: FSPDFObjC.h:2008
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:2187
Certificate's data is error.
Definition: FSPDFObjC.h:3676
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:6412
Attribute type: GlyphOrientationVertical, which specifies the orientation of glyphs when the inline-p...
Definition: FSPDFObjC.h:5859
Definition: FSPDFObjC.h:4365
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:2149
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:4071
Application information: name.
Definition: FSPDFObjC.h:4433
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:6219
Invalidate current page.
Definition: FSPDFObjC.h:4577
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:6663
Event flag: the command key.
Definition: FSPDFObjC.h:3316
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:2814
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:3426
Font style: all cap.
Definition: FSPDFObjC.h:758
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:4103
The state is OFF.
Definition: FSPDFObjC.h:3099
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:1927
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:1806
If set, that means to get the nearest point (which is in a path) to the specified point.
Definition: FSPDFObjC.h:6714
Character flag: UnUnicode.
Definition: FSPDFObjC.h:4836
Definition: FSPDFObjC.h:6613
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:3939
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:1260
Annotations summary string ID: specify the string used as content in result document when a page does...
Definition: FSPDFObjC.h:6437
Definition: FSPDFObjC.h:1352
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:6665
Border style: Inset.
Definition: FSPDFObjC.h:2012
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:3764
Definition: FSPDFObjC.h:4016
Definition: FSPDFObjC.h:7593
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:4253
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:1618
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1030
Sample message: "At least one required field was empty. Please fill in the required fields(highlighte...
Definition: FSPDFObjC.h:4547
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:783
Definition: FSPDFObjC.h:6807
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:5156
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:3952
Definition: FSPDFObjC.h:1429
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:462
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:1919
Value type: wide string.
Definition: FSPDFObjC.h:5953
Bleed Box for page boundary.
Definition: FSPDFObjC.h:3778
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:3548
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:3759
Signature label name for signer.
Definition: FSPDFObjC.h:3618
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:5545
Snapped point type: intersection point, which means the snapped point is the intersection of two inte...
Definition: FSPDFObjC.h:6693
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:3550
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:4832
M key.
Definition: FSPDFObjC.h:3262
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:3930
Definition: FSPDFObjC.h:1889
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:3594
Sample message: "The value you entered for %s is invalid.".
Definition: FSPDFObjC.h:4543
Enum value: LowerAlpha, which means lowercase letters (a, b, c, ...).
Definition: FSPDFObjC.h:5917
Font style: fixed pitch.
Definition: FSPDFObjC.h:752
Enum value: UpperAlpha, which means uppercase letters (A, B, C, ...).
Definition: FSPDFObjC.h:5916
FSMatrix2D * getMatrix()
Get matrix.
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:1809
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:4362
int getRateOfProgress()
Get the rate of current progress.
Attribute type: InlineAlign, which represents the alignment, in the inline-progression direction,...
Definition: FSPDFObjC.h:5849
Measurement of the slope of a line.
Definition: FSPDFObjC.h:2337
Attribute type only for Table: Scope, which indicates whether the header cell applies to the rest of ...
Definition: FSPDFObjC.h:5870
XFA document type: Dynamic.
Definition: FSPDFObjC.h:4632
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:444
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:954
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:1915
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:5582
FSRendererColorMode
Enumeration for rendering color mode.
Definition: FSPDFObjC.h:2752
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:3137
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:568
Unknown image type.
Definition: FSPDFObjC.h:989
Definition: FSPDFObjC.h:630
Event type: after a page view is added.
Definition: FSPDFObjC.h:4613
FSRectF * getRect()
Get rectangle, in PDF coordinate system.
Use for printing.
Definition: FSPDFObjC.h:3140
Definition: FSPDFObjC.h:3373
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
Definition: FSPDFObjC.h:6360
int getBits()
Get the number of bits per sample value per channel.
Sample message: "Function '%s' does not have %d parameters".
Definition: FSPDFObjC.h:4482
int getSize()
Get the number of elements in the array.
9 key.
Definition: FSPDFObjC.h:3249
Structure element type: BlockQuote, which means "Block quotation" and represents a portion of text co...
Definition: FSPDFObjC.h:5740
FSLRElementElementType
Enumeration for standard structure types.
Definition: FSPDFObjC.h:5733
Enum value: Warichu, which means the RT and associated RP elements are to be formatted as a warichu,...
Definition: FSPDFObjC.h:5882
If set, show watermark above other page content.
Definition: FSPDFObjC.h:5200
Encryption type: customized encryption.
Definition: FSPDFObjC.h:4062
Definition: FSPDFObjC.h:3030
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:3423
Message box icon: Status.
Definition: FSPDFObjC.h:4556
May not be resized.
Definition: FSPDFObjC.h:1525
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:1323
Definition: FSPDFObjC.h:6025
File or folder path does not exist.
Definition: FSPDFObjC.h:465
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:1486
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:6414
Structure element type: RB, which means "Ruby base text" and represents the full-size text to which t...
Definition: FSPDFObjC.h:5779
Definition: FSPDFObjC.h:5102
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:6431
Action type: embedded go-to action.
Definition: FSPDFObjC.h:1660
FSActionCallbackLanguage
Enumeration for language.
Definition: FSPDFObjC.h:2930
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:2076
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:3290
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:540
Structure element type: Artifact, which includes other Pagination, Layout, Page and Background artifa...
Definition: FSPDFObjC.h:5791
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:1615
Sample message: "Cannot find const '%s'".
Definition: FSPDFObjC.h:4494
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:1493
Attribute type: TPadding, which specifies an offset to account for the separation between the table c...
Definition: FSPDFObjC.h:5851
Font style: script.
Definition: FSPDFObjC.h:755
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:3949
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:1119
Annotation flag: print.
Definition: FSPDFObjC.h:2138
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:581
Definition: FSPDFObjC.h:6228
FSSignatureVerifyResultLTVState getLTVState()
Get LTV state that indicates if a signature is a LTV signature.
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:870
Definition: FSPDFObjC.h:2056
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:3945
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:904
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:797
Shift key.
Definition: FSPDFObjC.h:3221
Certificate is not set to sign a signature.
Definition: FSPDFObjC.h:3679
No caption; icon only.
Definition: FSPDFObjC.h:2179
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:1918
Definition: FSPDFObjC.h:2401
Form field type: unknown.
Definition: FSPDFObjC.h:3413
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:478
Sample message: "Expected operator '%s' instead of '%s'".
Definition: FSPDFObjC.h:4488
Definition: FSPDFObjC.h:5304
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:2812
Corner mark style: superscript.
Definition: FSPDFObjC.h:1979
void removeAll()
Remove all range segments.
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:1808
Normal color mode.
Definition: FSPDFObjC.h:2753
Annotation property: modified date.
Definition: FSPDFObjC.h:2157
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:461
Flatten form fields.
Definition: FSPDFObjC.h:5635
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:552
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:2326
FSSnappedPointSnappedPointType
Enumeration for snapped point type.
Definition: FSPDFObjC.h:6689
float getWidth()
Get the original width of current watermark.
Position: top right.
Definition: FSPDFObjC.h:559
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:3287
Definition: FSPDFObjC.h:7920
Definition: FSPDFObjC.h:4950
Enum value: TbLr (PDF 2.0), which means inline progression from top to bottom; block progression from...
Definition: FSPDFObjC.h:5890
Sample message: "Error:Argument mismatch in property or function argument.".
Definition: FSPDFObjC.h:4549
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:1619
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:6449
Action type: unknown action.
Definition: FSPDFObjC.h:1657
P key.
Definition: FSPDFObjC.h:3265
Definition: FSPDFObjC.h:2518
1 key in the numeric keypad.
Definition: FSPDFObjC.h:3277
Fill mode: none.
Definition: FSPDFObjC.h:551
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:4078
Structure element type: H, which means "Heading" and represnets a label for a subdivision of a docume...
Definition: FSPDFObjC.h:5751
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:3767
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:470