11 #import <CoreGraphics/CoreGraphics.h>
76 @class FSPSInkPointData;
83 @class FSAIAssSectionElement;
84 @class FSAIAssTextElement;
85 @class FSAIAssTextData;
86 @class FSAIAssFigureElement;
87 @class FSAIAssImageData;
88 @class FSAIAssListElement;
89 @class FSAIAssListItemData;
90 @class FSAIAssTableElement;
91 @class FSAIAssTableRowData;
92 @class FSAIAssTableCellData;
93 @class FSAIAssElementData;
125 #import <Foundation/Foundation.h>
143 -(id)init NS_UNAVAILABLE;
145 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
155 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
168 @property (nonatomic, getter=getX)
int x;
169 @property (nonatomic, getter=getY)
int y;
171 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
173 -(id)initWithX: (
int)X Y: (
int)Y;
174 -(id)initWithOther: (
FSPoint*)other;
175 -(void)set: (
int)x y: (
int)y;
177 -(void)add: (
int)x y: (
int)y;
178 -(void)subtract: (
int)x y: (
int)y;
189 @property (nonatomic, getter=getX)
float x;
190 @property (nonatomic, getter=getY)
float y;
192 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
194 -(id)initWithX: (
float)X Y: (
float)Y;
195 -(id)initWithOther: (
FSPointF*)other;
196 -(void)set: (
float)x y: (
float)y;
198 -(void)add: (
float)x y: (
float)y;
199 -(void)subtract: (
float)x y: (
float)y;
207 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
212 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
213 -(BOOL)setSize: (
int)nNewSize;
216 -(BOOL)setAt: (
int)nIndex newElement: (
FSRectF*)newElement;
217 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSRectF*)newElement;
218 -(BOOL)add: (
FSRectF*)newElement;
219 -(BOOL)insertAt: (
int)nIndex newElement: (
FSRectF*)newElement nCount: (
int)nCount;
220 -(BOOL)insertAt: (
int)nIndex newElement: (
FSRectF*)newElement;
221 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
222 -(BOOL)removeAt: (
int)nIndex;
223 -(BOOL)insertAt: (
int)nStartIndex pNewArray: (
FSBasicArray*)pNewArray;
224 -(int)find: (
FSRectF*)data iStart: (
int)iStart;
233 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
238 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
239 -(BOOL)setSize: (
int)nNewSize;
242 -(BOOL)setAt: (
int)nIndex newElement: (
FSPointF*)newElement;
243 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSPointF*)newElement;
245 -(BOOL)insertAt: (
int)nIndex newElement: (
FSPointF*)newElement nCount: (
int)nCount;
246 -(BOOL)insertAt: (
int)nIndex newElement: (
FSPointF*)newElement;
247 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
248 -(BOOL)removeAt: (
int)nIndex;
249 -(BOOL)insertAt: (
int)nStartIndex pNewArray: (
FSBasicArray*)pNewArray;
250 -(int)find: (
FSPointF*)data iStart: (
int)iStart;
259 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
264 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
265 -(BOOL)setSize: (
int)nNewSize;
267 -(float)getAt: (
int)nIndex;
268 -(BOOL)setAt: (
int)nIndex newElement: (
float)newElement;
269 -(BOOL)setAtGrow: (
int)nIndex newElement: (
float)newElement;
270 -(BOOL)add: (
float)newElement;
271 -(BOOL)insertAt: (
int)nIndex newElement: (
float)newElement nCount: (
int)nCount;
272 -(BOOL)insertAt: (
int)nIndex newElement: (
float)newElement;
273 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
274 -(BOOL)removeAt: (
int)nIndex;
275 -(BOOL)insertAt: (
int)nStartIndex pNewArray: (
FSBasicArray*)pNewArray;
276 -(int)find: (
float)data iStart: (
int)iStart;
277 -(int)find: (
float)data;
285 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
290 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
291 -(BOOL)setSize: (
int)nNewSize;
293 -(int)getAt: (
int)nIndex;
294 -(BOOL)setAt: (
int)nIndex newElement: (
int)newElement;
295 -(BOOL)setAtGrow: (
int)nIndex newElement: (
int)newElement;
296 -(BOOL)add: (
int)newElement;
297 -(BOOL)insertAt: (
int)nIndex newElement: (
int)newElement nCount: (
int)nCount;
298 -(BOOL)insertAt: (
int)nIndex newElement: (
int)newElement;
299 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
300 -(BOOL)removeAt: (
int)nIndex;
301 -(BOOL)insertAt: (
int)nStartIndex pNewArray: (
FSBasicArray*)pNewArray;
302 -(int)find: (
int)data iStart: (
int)iStart;
303 -(int)find: (
int)data;
311 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
316 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
317 -(BOOL)setSize: (
int)nNewSize;
319 -(
unsigned int)getAt: (
int)nIndex;
320 -(BOOL)setAt: (
int)nIndex newElement: (
unsigned int)newElement;
321 -(BOOL)setAtGrow: (
int)nIndex newElement: (
unsigned int)newElement;
322 -(BOOL)add: (
unsigned int)newElement;
323 -(BOOL)insertAt: (
int)nIndex newElement: (
unsigned int)newElement nCount: (
int)nCount;
324 -(BOOL)insertAt: (
int)nIndex newElement: (
unsigned int)newElement;
325 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
326 -(BOOL)removeAt: (
int)nIndex;
327 -(BOOL)insertAt: (
int)nStartIndex pNewArray: (
FSBasicArray*)pNewArray;
328 -(int)find: (
unsigned int)data iStart: (
int)iStart;
329 -(int)find: (
unsigned int)data;
340 @property (nonatomic, getter=getLeft)
int left;
341 @property (nonatomic, getter=getTop)
int top;
342 @property (nonatomic, getter=getRight)
int right;
343 @property (nonatomic, getter=getBottom)
int bottom;
345 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
347 -(id)initWithLeft1: (
int)left1 top1: (
int)top1 right1: (
int)right1 bottom1: (
int)bottom1;
352 -(void)intersect: (
FSRectI*)src;
353 -(void)intersect: (
int)left1 top1: (
int)top1 right1: (
int)right1 bottom1: (
int)bottom1;
354 -(void)union: (
FSRectI*)other_rect;
355 -(void)offset: (
int)dx dy: (
int)dy;
356 -(BOOL)contains: (
FSRectI*)other_rect;
357 -(BOOL)contains: (
int)x y: (
int)y;
369 @property (nonatomic, getter=getLeft)
float left;
370 @property (nonatomic, getter=getRight)
float right;
371 @property (nonatomic, getter=getBottom)
float bottom;
372 @property (nonatomic, getter=getTop)
float top;
374 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
376 -(id)initWithLeft1: (
float)left1 bottom1: (
float)bottom1 right1: (
float)right1 top1: (
float)top1;
377 -(id)initWithRect: (
FSRectI*)rect;
381 -(BOOL)contains: (
FSRectF*)other_rect;
382 -(BOOL)contains: (
float)x y: (
float)y;
384 -(void)intersect: (
FSRectF*)other_rect;
385 -(void)union: (
FSRectF*)other_rect;
389 -(void)initRect: (
float)x y: (
float)y;
390 -(void)updateRect: (
float)x y: (
float)y;
393 -(void)inflate: (
float)x y: (
float)y;
394 -(void)inflate: (
float)left bottom: (
float)bottom right: (
float)right top: (
float)top;
396 -(void)deflate: (
float)x y: (
float)y;
397 -(void)deflate: (
float)left bottom: (
float)bottom right: (
float)right top: (
float)top;
399 -(void)translate: (
float)e f: (
float)f;
401 +(BOOL)IsRectAdjacent: (
FSRectF*)rect1 rect2: (
FSRectF*)rect2 alignmentTolerance: (
float)alignmentTolerance distanceTolerance: (
float)distanceTolerance direction: (
int)direction;
412 @property (nonatomic, getter=getA)
float a;
413 @property (nonatomic, getter=getB)
float b;
414 @property (nonatomic, getter=getC)
float c;
415 @property (nonatomic, getter=getD)
float d;
416 @property (nonatomic, getter=getE)
float e;
417 @property (nonatomic, getter=getF)
float f;
419 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
421 -(id)initWithA1: (
float)a1 b1: (
float)b1 c1: (
float)c1 d1: (
float)d1 e1: (
float)e1 f1: (
float)f1;
422 -(void)set: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f;
423 -(void)set: (NSArray<NSNumber *> *)n;
426 -(void)concat: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f bPrepended: (BOOL)bPrepended;
427 -(void)concat: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f;
428 -(void)concat: (
FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
430 -(void)concatInverse: (
FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
438 -(void)translate: (
float)x y: (
float)y bPrepended: (BOOL)bPrepended;
439 -(void)translate: (
float)x y: (
float)y;
440 -(void)translateI: (
int)x y: (
int)y bPrepended: (BOOL)bPrepended;
441 -(void)translateI: (
int)x y: (
int)y;
442 -(void)scale: (
float)sx sy: (
float)sy bPrepended: (BOOL)bPrepended;
443 -(void)scale: (
float)sx sy: (
float)sy;
444 -(void)rotate: (
float)fRadian bPrepended: (BOOL)bPrepended;
445 -(void)rotate: (
float)fRadian;
446 -(void)rotateAt: (
float)fRadian x: (
float)x y: (
float)y bPrepended: (BOOL)bPrepended;
447 -(void)rotateAt: (
float)fRadian x: (
float)x y: (
float)y;
448 -(void)shear: (
float)fAlphaRadian fBetaRadian: (
float)fBetaRadian bPrepended: (BOOL)bPrepended;
449 -(void)shear: (
float)fAlphaRadian fBetaRadian: (
float)fBetaRadian;
455 -(float)transformXDistance: (
float)dx;
456 -(float)transformYDistance: (
float)dy;
457 -(float)transformDistance: (
float)dx dy: (
float)dy;
458 -(float)transformDistance: (
float)distance;
459 -(void)transformPoint: (
float *)x y: (
float *)y;
460 -(void)transformRect: (
FSRectF*)rect;
571 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
582 @property (nonatomic, getter=getYear)
unsigned short year;
583 @property (nonatomic, getter=getMonth)
unsigned short month;
584 @property (nonatomic, getter=getDay)
unsigned short day;
585 @property (nonatomic, getter=getHour)
unsigned short hour;
586 @property (nonatomic, getter=getMinute)
unsigned short minute;
587 @property (nonatomic, getter=getSecond)
unsigned short second;
588 @property (nonatomic, getter=getMilliseconds)
unsigned short milliseconds;
589 @property (nonatomic, getter=getUtc_hour_offset)
short utc_hour_offset;
590 @property (nonatomic, getter=getUtc_minute_offset)
unsigned short utc_minute_offset;
592 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
595 -(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;
598 -(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;
634 typedef NS_ENUM(NSInteger, FSPosition) {
711 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
712 +(NSData *)base64Encode: (NSData *)buffer;
713 +(NSData *)base64Decode: (NSData *)buffer;
714 +(NSData *)flateCompress: (NSData *)buffer;
715 +(NSData *)flateDecompress: (NSData *)buffer;
733 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
747 @property (nonatomic, getter=getGraphics_objs_count_in_one_step)
int graphics_objs_count_in_one_step;
749 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
750 -(id)initWithGraphics_objs_count_in_one_step: (
int)graphics_objs_count_in_one_step;
752 -(void)set: (
int)graphics_objs_count_in_one_step;
762 -(id)init NS_UNAVAILABLE;
764 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
765 +(
FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
768 +(BOOL)hasModuleLicenseRight: (
FSModuleName)module_name;
769 +(NSString *)getVersion;
770 +(BOOL)setCacheSize: (
unsigned int)size;
771 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
776 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (
id<
FSSignatureCallback>)signature_callback;
777 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (
id<
FSSecurityCallback>)callback;
778 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
782 +(void)setRenderTextGamma: (
float)gamma;
783 +(void)setLogFile: (NSString *)log_file_path;
785 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
788 +(void)enableThreadSafety: (BOOL)is_enable_thread_safety;
789 +(NSString *)executeJavaScript: (NSString *)java_script;
812 @property (nonatomic, getter=getLine_width)
float line_width;
814 @property (nonatomic, getter=getMiter_limit)
float miter_limit;
816 @property (nonatomic, getter=getDash_phase)
float dash_phase;
819 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
838 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
840 -(id)initWithIndex: (
int)index;
841 -(id)initWithStart_index: (
int)start_index end_index: (
int)end_index filter: (
FSRangeFilter)filter;
842 -(id)initWithStart_index: (
int)start_index end_index: (
int)end_index;
843 -(id)initWithOther: (
FSRange*)other;
845 -(void)addSingle: (
int)index;
846 -(void)addSegment: (
int)start_index end_index: (
int)end_index filter: (
FSRangeFilter)filter;
847 -(void)addSegment: (
int)start_index end_index: (
int)end_index;
849 -(int)getSegmentStart: (
int)segment_index;
850 -(int)getSegmentEnd: (
int)segment_index;
923 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
924 -(id)initWithName: (NSString *)name styles: (
unsigned int)styles charset: (
FSFontCharset)charset weight: (
int)weight;
926 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (
int)face_index charset: (
FSFontCharset)charset;
927 -(id)initWithOther: (
FSFont*)other;
933 -(BOOL)isEmbedded: (
FSPDFDoc*)document;
934 -(BOOL)isSupportEmbedded: (
FSPDFDoc*)document;
935 -(
FSFont*)embed: (
FSPDFDoc*)document is_add_all_unicodes: (BOOL)is_add_all_unicodes;
940 -(
FSRectI*)getCharBBox: (
unsigned int)unicode;
941 -(float)getCharWidth: (
unsigned int)unicode;
942 -(
FSRectI*)getCharBBoxWithDoc: (
unsigned int)unicode document: (
FSPDFDoc*)document;
943 -(float)getCharWidthWithDoc: (
unsigned int)unicode document: (
FSPDFDoc*)document;
944 -(
unsigned int)getStyles: (
FSPDFDoc*)document;
946 -(BOOL)isStandardFont: (
FSPDFDoc*)document;
949 -(NSString *)getBaseFontName: (
FSPDFDoc*)document;
950 -(BOOL)isVertWriting: (
FSPDFDoc*)document;
951 -(NSString *)getEncoding: (
FSPDFDoc*)document;
952 -(BOOL)setEncoding: (
FSPDFDoc*)document value: (NSString *)value;
963 @property (nonatomic, getter=getFile_read) id<FSFileReaderCallback> file_read;
964 @property (nonatomic, getter=getFace_index)
int face_index;
966 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
987 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
989 -(id)initWithOther: (
FSPath*)other;
999 -(BOOL)removePoint: (
int)index;
1000 -(BOOL)appendRect: (
FSRectF*)rect;
1001 -(BOOL)appendEllipse: (
FSRectF*)rect;
1004 -(void)increasePointCount: (
int)count;
1016 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1019 -(
unsigned long)getSize;
1020 -(
FSPath*)getAt: (
unsigned long)index;
1021 -(void)add: (
FSPath*)element;
1022 -(void)removeAt: (
unsigned long)index;
1023 -(void)insertAt: (
unsigned long)index element: (
FSPath*)element;
1040 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1049 -(
FSColor*)convertColorRGB: (
int)r_value g_value: (
int)g_value b_value: (
int)b_value;
1050 -(
FSColor*)convertColorCMYK: (
int)c_value m_value: (
int)m_value y_value: (
int)y_value k_value: (
int)k_value;
1059 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1062 -(id)initWithOther: (
FSColor*)other;
1095 FSBitmapEnhanceAlgoGrayLevelTransformation = 0
1099 FSBitmapThresholdAlgoFixedThreshold = 0,
1100 FSBitmapThresholdAlgoOTSU = 1
1105 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1106 -(id)initWithWidth: (
int)width height: (
int)height format: (
FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (
int)pitch;
1107 -(id)initWithWidth: (
int)width height: (
int)height format: (
FSBitmapDIBFormat)format buffer: (NSData *)buffer;
1108 -(id)initWithWidth: (
int)width height: (
int)height format: (
FSBitmapDIBFormat)format;
1109 -(id)initWithOther: (
FSBitmap*)other;
1119 -(void)fillRect: (
unsigned int)color rect: (
FSRectI*)rect;
1120 -(void)fillRect: (
unsigned int)color;
1123 -(
FSRectI*)calculateBBoxByColor: (
unsigned int)backgroud_color;
1124 -(
FSRectI*)detectBBoxByColorDiffer: (
int)detection_size color_differ: (
int)color_differ;
1125 -(
FSRectI*)detectBBoxByColorDiffer: (
int)detection_size;
1126 -(
FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (
FSRectI*)clip_rect;
1127 -(
FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1128 -(
FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1168 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1170 -(id)initWithPath: (NSString *)path;
1172 -(id)initWithOther: (
FSImage*)other;
1178 -(
FSBitmap*)getFrameBitmap: (
int)index;
1181 -(BOOL)addFrame: (
FSBitmap*)bitmap;
1182 -(void)setDPIs: (
int)x_dpi y_dpi: (
int)y_dpi;
1183 -(BOOL)saveAs: (NSString *)file_path;
1184 -(BOOL)saveAs: (
id<
FSStreamCallback>)file file_extension: (NSString *)file_extension;
1186 -(id)initWithBuffer: (NSData *)buffer;
1202 @property (nonatomic, getter=getDevice_width)
int device_width;
1203 @property (nonatomic, getter=getDevice_height)
int device_height;
1204 @property (nonatomic, copy, getter=getDevice_margin)
FSRectF* device_margin;
1206 @property (nonatomic, getter=getResolution)
int resolution;
1207 @property (nonatomic, getter=getCopies)
unsigned int copies;
1209 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1210 -(id)initWithDevice_width: (
int)device_width device_height: (
int)device_height device_margin: (
FSRectF*)device_margin orientation: (
FSPrintDeviceSettingDataOrientationFlag)orientation resolution: (
int)resolution copies: (
unsigned int)copies;
1213 -(void)set: (
int)device_width device_height: (
int)device_height device_margin: (
FSRectF*)device_margin orientation: (
FSPrintDeviceSettingDataOrientationFlag)orientation resolution: (
int)resolution copies: (
unsigned int)copies;
1229 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
1230 FSRendererDeviceDisplay = 1,
1231 FSRendererDevicePrinter = 2
1237 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1238 -(id)initWithBitmap: (
FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
1240 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
1259 -(void)setClipRect: (
FSRectI*)clip_rect;
1263 -(void)setRenderContentFlags: (
unsigned int)render_content_flags;
1264 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
1265 -(void)setRenderFormField: (BOOL)is_render_formfield;
1266 -(void)setRenderSignature: (BOOL)is_render_signature;
1269 -(void)setMappingModeColors: (
unsigned int)background_color foreground_color: (
unsigned int)foreground_color;
1270 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
1271 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
1272 -(void)enableForPrint: (BOOL)is_render_for_print;
1273 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
1274 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
1275 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
1276 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
1277 -(void)setRenderPathFullCovered: (BOOL)is_render_path_full_covered;
1278 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
1279 -(void)setRenderEnhanceThinLines: (BOOL)is_render_enhance_thin_lines;
1280 -(void)setRenderSignatureState: (BOOL)is_render_signature_state;
1281 -(void)drawTextString: (
FSPDFDoc*)document text_string: (NSString *)text_string graph_state: (
FSGraphState*)graph_state origin_x: (
float)origin_x origin_y: (
float)origin_y font: (
FSFont*)font font_size: (
float)font_size matrix: (
FSMatrix2D*)matrix fill_color: (
unsigned int)fill_color stroke_color: (
unsigned int)stroke_color;
1283 -(void)drawStrokeRect: (
FSMatrix2D*)matrix rect: (
FSRectF*)rect color: (
unsigned int *)color width: (
float)width;
1311 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1324 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1325 -(id)initWithDocument: (
FSPDFDoc*)document;
1342 @property (nonatomic, copy, getter=getOption_label) NSString * option_label;
1343 @property (nonatomic, getter=getSelected) BOOL selected;
1345 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1347 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
1349 -(void)set: (NSString *)option_label selected: (BOOL)selected;
1360 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1363 -(
unsigned long)getSize;
1366 -(void)removeAt: (
unsigned long)index;
1374 typedef NS_ENUM(NSInteger, FSAppProviderCallbackAppInfo) {
1375 FSAppProviderCallbackAppInfoVersion = 0x0,
1376 FSAppProviderCallbackAppInfoLanguage = 0x01,
1377 FSAppProviderCallbackAppInfoPlatform = 0x02,
1378 FSAppProviderCallbackAppInfoVariation = 0x03,
1379 FSAppProviderCallbackAppInfoName = 0x04,
1380 FSAppProviderCallbackAppInfoType = 0x05
1383 typedef NS_ENUM(NSInteger, FSAppProviderCallbackBeepType) {
1384 FSAppProviderCallbackBeepTypeError = 0,
1385 FSAppProviderCallbackBeepTypeWarning = 1,
1386 FSAppProviderCallbackBeepTypeQuestion = 2,
1387 FSAppProviderCallbackBeepTypeStatus = 3,
1388 FSAppProviderCallbackBeepTypeDefault = 4
1391 typedef NS_ENUM(NSInteger, FSAppProviderCallbackStringID) {
1392 FSAppProviderCallbackStringIDValidateFailed = 1,
1393 FSAppProviderCallbackStringIDCalcOverride = 2,
1394 FSAppProviderCallbackStringIDModifyField = 3,
1395 FSAppProviderCallbackStringIDNotModifyField = 4,
1396 FSAppProviderCallbackStringIDAppName = 5,
1397 FSAppProviderCallbackStringIDImageFilter = 6,
1398 FSAppProviderCallbackStringIDUnknownCaught = 7,
1399 FSAppProviderCallbackStringIDUnableToSet = 8,
1400 FSAppProviderCallbackStringIDValueExcalmatory = 9,
1401 FSAppProviderCallbackStringIDInvalidEnumValue = 10,
1402 FSAppProviderCallbackStringIDUnsupportMethod = 11,
1403 FSAppProviderCallbackStringIDUnsupportProperty = 12,
1404 FSAppProviderCallbackStringIDInvalidPropertySetOperation = 13,
1405 FSAppProviderCallbackStringIDNotDefaultValue = 14,
1406 FSAppProviderCallbackStringIDUnableSetLanguage = 15,
1407 FSAppProviderCallbackStringIDUnableSetNumPages = 16,
1408 FSAppProviderCallbackStringIDUnableSetPlatformValue = 17,
1409 FSAppProviderCallbackStringIDUnableSetValidationsEnabledValue = 18,
1410 FSAppProviderCallbackStringIDUnableSetValidationsValue = 19,
1411 FSAppProviderCallbackStringIDUnableSetVersion = 20,
1412 FSAppProviderCallbackStringIDUnableSetReady = 21,
1413 FSAppProviderCallbackStringIDNumberOfOccur = 22,
1414 FSAppProviderCallbackStringIDUnableSetClassName = 23,
1415 FSAppProviderCallbackStringIDUnableSetLengthValue = 24,
1416 FSAppProviderCallbackStringIDUnsupportChar = 25,
1417 FSAppProviderCallbackStringIDBadSuffix = 26,
1418 FSAppProviderCallbackStringIDExpectedIdent = 27,
1419 FSAppProviderCallbackStringIDExpectedString = 28,
1420 FSAppProviderCallbackStringIDInvalidateChar = 29,
1421 FSAppProviderCallbackStringIDRedefinition = 30,
1422 FSAppProviderCallbackStringIDInvalidToken = 31,
1423 FSAppProviderCallbackStringIDInvalidExpression = 32,
1424 FSAppProviderCallbackStringIDUndefineIdentifier = 33,
1425 FSAppProviderCallbackStringIDInvalidateLeftValue = 34,
1426 FSAppProviderCallbackStringIDCompilerError = 35,
1427 FSAppProviderCallbackStringIDCannotModifyValue = 36,
1428 FSAppProviderCallbackStringIDParametersError = 37,
1429 FSAppProviderCallbackStringIDExpectedEndIf = 38,
1430 FSAppProviderCallbackStringIDUnexpectedExpression = 39,
1431 FSAppProviderCallbackStringIDConditionIsNull = 40,
1432 FSAppProviderCallbackStringIDIllegalBreak = 41,
1433 FSAppProviderCallbackStringIDIllegalContinue = 42,
1434 FSAppProviderCallbackStringIDExpectedOperator = 43,
1435 FSAppProviderCallbackStringIDDivideZero = 44,
1436 FSAppProviderCallbackStringIDCannotCovertToObject = 45,
1437 FSAppProviderCallbackStringIDNotFoundContainer = 46,
1438 FSAppProviderCallbackStringIDNotFoundProperty = 47,
1439 FSAppProviderCallbackStringIDNotFoundMethod = 48,
1440 FSAppProviderCallbackStringIDNotFoundConst = 49,
1441 FSAppProviderCallbackStringIDNotAssignObject = 50,
1442 FSAppProviderCallbackStringIDInvalidateInstruction = 51,
1443 FSAppProviderCallbackStringIDExpectedNumber = 52,
1444 FSAppProviderCallbackStringIDValidateOutOfArray = 53,
1445 FSAppProviderCallbackStringIDCannotAssign = 54,
1446 FSAppProviderCallbackStringIDNotFoundFunction = 55,
1447 FSAppProviderCallbackStringIDIsNotArray = 56,
1448 FSAppProviderCallbackStringIDOutOfArrayRange = 57,
1449 FSAppProviderCallbackStringIDNotSupportArrayCalculate = 58,
1450 FSAppProviderCallbackStringIDArgumentNotArray = 59,
1451 FSAppProviderCallbackStringIDArgumentExpectContainer = 60,
1452 FSAppProviderCallbackStringIDAccessProertyInNotObject = 61,
1453 FSAppProviderCallbackStringIDFunctionBuildIn = 62,
1454 FSAppProviderCallbackStringIDErrorMessage = 63,
1455 FSAppProviderCallbackStringIDIndexValueOutOfBounds = 64,
1456 FSAppProviderCallbackStringIDIncorrectNumberOfMethod = 65,
1457 FSAppProviderCallbackStringIDArgumentMismatch = 66,
1458 FSAppProviderCallbackStringIDInvalidEnumerate = 67,
1459 FSAppProviderCallbackStringIDInvalidAppend = 68,
1460 FSAppProviderCallbackStringIDSOMExpectedList = 69,
1461 FSAppProviderCallbackStringIDNotHaveProperty = 70,
1462 FSAppProviderCallbackStringIDInvalidNodeType = 71,
1463 FSAppProviderCallbackStringIDViolateBoundary = 72,
1464 FSAppProviderCallbackStringIDServerDeny = 73,
1465 FSAppProviderCallbackStringIDWeekDaySun = 74,
1466 FSAppProviderCallbackStringIDWeekDayMon = 75,
1467 FSAppProviderCallbackStringIDWeekDayTue = 76,
1468 FSAppProviderCallbackStringIDWeekDayWed = 77,
1469 FSAppProviderCallbackStringIDWeekDayThu = 78,
1470 FSAppProviderCallbackStringIDWeekDayFri = 79,
1471 FSAppProviderCallbackStringIDWeekDaySat = 80,
1472 FSAppProviderCallbackStringIDMonthJan = 81,
1473 FSAppProviderCallbackStringIDMonthFeb = 82,
1474 FSAppProviderCallbackStringIDMonthMarch = 83,
1475 FSAppProviderCallbackStringIDMonthApril = 84,
1476 FSAppProviderCallbackStringIDMonthMay = 85,
1477 FSAppProviderCallbackStringIDMonthJune = 86,
1478 FSAppProviderCallbackStringIDMonthJuly = 87,
1479 FSAppProviderCallbackStringIDMonthAug = 88,
1480 FSAppProviderCallbackStringIDMonthSep = 89,
1481 FSAppProviderCallbackStringIDMonthOct = 90,
1482 FSAppProviderCallbackStringIDMonthNov = 91,
1483 FSAppProviderCallbackStringIDMonthDec = 92,
1484 FSAppProviderCallbackStringIDToday = 93,
1485 FSAppProviderCallbackStringIDValidateLimit = 94,
1486 FSAppProviderCallbackStringIDValidateNullWarning = 95,
1487 FSAppProviderCallbackStringIDValidateNullError = 96,
1488 FSAppProviderCallbackStringIDValidateWarning = 97,
1489 FSAppProviderCallbackStringIDValidateError = 98,
1490 FSAppProviderCallbackStringIDValidateNumberError = 99,
1491 FSAppProviderCallbackStringIDScriptFailedError = 100,
1492 FSAppProviderCallbackStringIDScriptInvalidValue = 101,
1493 FSAppProviderCallbackStringIDSubmitValidateNullError = 102,
1494 FSAppProviderCallbackStringIDInvalidBarcodeValue = 103,
1495 FSAppProviderCallbackStringIDScriptArgumentMismatch = 104
1498 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxIconType) {
1499 FSAppProviderCallbackMsgBoxIconError = 0,
1500 FSAppProviderCallbackMsgBoxIconWarning = 1,
1501 FSAppProviderCallbackMsgBoxIconQuestion = 2,
1502 FSAppProviderCallbackMsgBoxIconStatus = 3
1505 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonType) {
1506 FSAppProviderCallbackMsgBtnTypeOK = 0,
1507 FSAppProviderCallbackMsgBtnTypeOKCancel = 1,
1508 FSAppProviderCallbackMsgBtnTypeYesNo = 2,
1509 FSAppProviderCallbackMsgBtnTypeYesNoCancel = 3
1512 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonID) {
1513 FSAppProviderCallbackMsgBtnIDOK = 1,
1514 FSAppProviderCallbackMsgBtnIDCancel = 2,
1515 FSAppProviderCallbackMsgBtnIDNo = 3,
1516 FSAppProviderCallbackMsgBtnIDYes = 4
1521 typedef NS_ENUM(NSInteger, FSDocProviderCallbackInvalidateFlag) {
1522 FSDocProviderCallbackInvalidateFlagAllPages = 0,
1523 FSDocProviderCallbackInvalidateFlagCurrentPage = 1
1526 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPrintOption) {
1527 FSDocProviderCallbackPrintOptionShowDialog = 0x00000001,
1528 FSDocProviderCallbackPrintOptionCanCancel = 0x00000002,
1529 FSDocProviderCallbackPrintOptionShrinkPage = 0x00000004,
1530 FSDocProviderCallbackPrintOptionAsImage = 0x00000008,
1531 FSDocProviderCallbackPrintOptionReverseOrder = 0x00000010,
1532 FSDocProviderCallbackPrintOptionPrintAnnot = 0x00000020
1535 typedef NS_ENUM(NSInteger, FSDocProviderCallbackSubmitFormat) {
1536 FSDocProviderCallbackSubmitInXDP = 0,
1537 FSDocProviderCallbackSubmitInPDF = 1,
1538 FSDocProviderCallbackSubmitInUrlEncoded = 2,
1539 FSDocProviderCallbackSubmitInXFD = 3,
1540 FSDocProviderCallbackSubmitInXML = 4
1543 typedef NS_ENUM(NSInteger, FSDocProviderCallbackTextEncoding) {
1544 FSDocProviderCallbackTextEncodingNone = 0,
1545 FSDocProviderCallbackTextEncodingBig5 = 1,
1546 FSDocProviderCallbackTextEncodingFontSpecific = 2,
1547 FSDocProviderCallbackTextEncodingGBK = 3,
1548 FSDocProviderCallbackTextEncodingGB18030 = 4,
1549 FSDocProviderCallbackTextEncodingGB2312 = 5,
1550 FSDocProviderCallbackTextEncodingISO8859NN = 6,
1551 FSDocProviderCallbackTextEncodingKSC5601 = 7,
1552 FSDocProviderCallbackTextEncodingShiftJIS = 8,
1553 FSDocProviderCallbackTextEncodingUCS2 = 9,
1554 FSDocProviderCallbackTextEncodingUTF16 = 10,
1555 FSDocProviderCallbackTextEncodingUTF8 = 11
1558 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPageViewEventType) {
1559 FSDocProviderCallbackPageViewEventTypeAdded = 0,
1560 FSDocProviderCallbackPageViewEventTypeRemoved = 1,
1561 FSDocProviderCallbackPageViewEventTypeAllRemoved = 2
1564 typedef NS_ENUM(NSInteger, FSDocProviderCallbackWidgetEventType) {
1565 FSDocProviderCallbackWidgetEventTypeAdded = 0,
1566 FSDocProviderCallbackWidgetEventTypeBeforeRemoved = 1
1592 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1594 -(id)initWithDocument: (
FSPDFDoc*)document;
1595 -(id)initWithOther: (
FSXFADoc*)other;
1604 -(void)setPDFPath: (NSString *)pdf_file_path;
1605 -(BOOL)importData: (NSString *)file_path;
1608 -(void)flattenTo: (NSString *)output_file_path;
1613 -(
FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
1622 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1625 -(
FSMatrix2D*)getDisplayMatrix: (
int)left top: (
int)top width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
1632 -(
FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
1706 @property (nonatomic, copy, getter=getValue) NSString *
value;
1707 @property (nonatomic, copy, getter=getDefaultValue) NSString * defaultValue;
1708 -(id)
init NS_UNAVAILABLE;
1710 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1721 -(void)setCheckState: (BOOL)is_checked;
1723 -(BOOL)isSupportMultiline;
1724 -(BOOL)isSupportMultiSelect;
1726 -(BOOL)onMouseEnter;
1728 -(BOOL)onLButtonDown: (
FSPointF*)point flags: (
unsigned int)flags;
1729 -(BOOL)onLButtonUp: (
FSPointF*)point flags: (
unsigned int)flags;
1730 -(BOOL)onLButtonDoubleClick: (
FSPointF*)point flags: (
unsigned int)flags;
1731 -(BOOL)onMouseMove: (
FSPointF*)point flags: (
unsigned int)flags;
1732 -(BOOL)onRButtonDown: (
FSPointF*)point flags: (
unsigned int)flags;
1733 -(BOOL)onRButtonUp: (
FSPointF*)point flags: (
unsigned int)flags;
1734 -(BOOL)onKeyDown: (
unsigned int)key_code flags: (
unsigned int)flags;
1735 -(BOOL)onKeyUp: (
unsigned int)key_code flags: (
unsigned int)flags;
1736 -(BOOL)onChar: (
int)input_char flags: (
unsigned int)flags;
1743 -(NSString *)getToolTip;
1745 -(void)setImage: (
FSImage*)image;
1746 -(BOOL)isAllowRichText;
1749 -(BOOL)validateValue: (NSString *)value format: (NSString *)format;
1750 -(NSString *)getJavaScript;
1759 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1760 -(id)initWithXfa_widget: (
FSXFAWidget*)xfa_widget;
1771 -(BOOL)paste: (NSString *)text;
1816 @property (nonatomic, copy, getter=getRect_array)
FSRectFArray* rect_array;
1817 @property (nonatomic, copy, getter=getDiff_contents) NSString * diff_contents;
1819 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1833 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1836 -(
unsigned long)getSize;
1839 -(void)removeAt: (
unsigned long)index;
1855 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1873 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1874 -(id)initWithBase_doc: (
FSPDFDoc*)base_doc compared_doc: (
FSPDFDoc*)compared_doc;
1877 -(
FSCompareResults*)doCompare: (
int)base_page_index compared_page_index: (
int)compared_page_index compare_flags: (
unsigned int)compare_flags;
1878 -(
FSPDFDoc*)generateComparedDoc: (
unsigned int)compare_flags;
1879 -(
FSPDFDoc*)generateComparedDoc: (
unsigned int)compare_flags is_show_all_layers: (BOOL)is_show_all_layers;
1887 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1922 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1927 -(void)setImageDPI: (
int)dpi;
1928 -(void)setImageDPILimit: (
int)dpi_limit;
1931 -(void)setBackgroundDownScale: (
int)down_scale;
1932 -(void)setForegroundDownScale: (
int)down_scale;
1933 -(void)setTextSensitivity: (
int)text_sensitivity;
1964 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1968 -(void)setImageDPI: (
int)dpi;
1969 -(void)setImageDPILimit: (
int)dpi_limit;
1980 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1984 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
2028 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2032 -(void)setOptimizerOptions: (
unsigned int)optimize_options;
2038 -(void)setCleanUpOptions: (
unsigned int)clean_up_options;
2039 -(void)setDiscardObjectsOptions: (
unsigned int)discard_objects_options;
2040 -(void)setDiscardUserDataOptions: (
unsigned int)discard_userdata_options;
2046 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFPageMode) {
2047 FSHTML2PDFSettingDataPageModeSinglePage = 0,
2048 FSHTML2PDFSettingDataPageModeMultiplePage = 1
2051 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFScalingMode) {
2052 FSHTML2PDFSettingDataScalingModeNone = 0,
2053 FSHTML2PDFSettingDataScalingModeScale = 1,
2054 FSHTML2PDFSettingDataScalingModeEnlarge = 2
2057 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFEncodingFormat) {
2058 FSHTML2PDFSettingDataEncodingFormatDefault = 0,
2059 FSHTML2PDFSettingDataEncodingFormatASCII = 1,
2060 FSHTML2PDFSettingDataEncodingFormatLatin2 = 2,
2061 FSHTML2PDFSettingDataEncodingFormatLatin3 = 3,
2062 FSHTML2PDFSettingDataEncodingFormatLatin4 = 4,
2063 FSHTML2PDFSettingDataEncodingFormatLatin5 = 5,
2064 FSHTML2PDFSettingDataEncodingFormatLatin6 = 6,
2065 FSHTML2PDFSettingDataEncodingFormatISO_8859_5 = 7,
2066 FSHTML2PDFSettingDataEncodingFormatArabic = 8,
2067 FSHTML2PDFSettingDataEncodingFormatGreek = 9,
2068 FSHTML2PDFSettingDataEncodingFormatHebrew = 10,
2069 FSHTML2PDFSettingDataEncodingFormatEUC_JP = 11,
2070 FSHTML2PDFSettingDataEncodingFormatSJS = 12,
2071 FSHTML2PDFSettingDataEncodingFormatJIS = 13,
2072 FSHTML2PDFSettingDataEncodingFormatBIG5 = 14,
2073 FSHTML2PDFSettingDataEncodingFormatGB = 15,
2074 FSHTML2PDFSettingDataEncodingFormatEUC_CN = 16,
2075 FSHTML2PDFSettingDataEncodingFormatKSC = 17,
2076 FSHTML2PDFSettingDataEncodingFormatUnicode = 18,
2077 FSHTML2PDFSettingDataEncodingFormatEUC = 19,
2078 FSHTML2PDFSettingDataEncodingFormatCNS = 20,
2079 FSHTML2PDFSettingDataEncodingFormatBIG5_CP950 = 21,
2080 FSHTML2PDFSettingDataEncodingFormatASCII_7_bit = 22,
2081 FSHTML2PDFSettingDataEncodingFormatKOI8R = 23,
2082 FSHTML2PDFSettingDataEncodingFormatCP852 = 24,
2083 FSHTML2PDFSettingDataEncodingFormatCP866 = 25,
2084 FSHTML2PDFSettingDataEncodingFormatCP874 = 26,
2085 FSHTML2PDFSettingDataEncodingFormatCP932 = 27,
2086 FSHTML2PDFSettingDataEncodingFormatCP1250 = 28,
2087 FSHTML2PDFSettingDataEncodingFormatCP1251 = 29,
2088 FSHTML2PDFSettingDataEncodingFormatCP1252 = 30,
2089 FSHTML2PDFSettingDataEncodingFormatCP1253 = 31,
2090 FSHTML2PDFSettingDataEncodingFormatCP1254 = 32,
2091 FSHTML2PDFSettingDataEncodingFormatCP1255 = 33,
2092 FSHTML2PDFSettingDataEncodingFormatCP1256 = 34,
2093 FSHTML2PDFSettingDataEncodingFormatCP1257 = 35,
2094 FSHTML2PDFSettingDataEncodingFormatKOI8U = 36,
2095 FSHTML2PDFSettingDataEncodingFormatISO_8859_15 = 37,
2096 FSHTML2PDFSettingDataEncodingFormatISO_8859_11 = 38,
2097 FSHTML2PDFSettingDataEncodingFormatISO_8859_8_I = 39,
2098 FSHTML2PDFSettingDataEncodingFormatVISUAL = 40,
2099 FSHTML2PDFSettingDataEncodingFormatCSN_369103 = 41,
2100 FSHTML2PDFSettingDataEncodingFormatISO_8859_13 = 42,
2101 FSHTML2PDFSettingDataEncodingFormatISO_2022_KR = 43,
2102 FSHTML2PDFSettingDataEncodingFormatGBK = 44,
2103 FSHTML2PDFSettingDataEncodingFormatGB18030 = 45,
2104 FSHTML2PDFSettingDataEncodingFormatBIG5_HKSCS = 46,
2105 FSHTML2PDFSettingDataEncodingFormatISO_2022_CN = 47,
2106 FSHTML2PDFSettingDataEncodingFormatTSCII = 48,
2107 FSHTML2PDFSettingDataEncodingFormatTAM = 49,
2108 FSHTML2PDFSettingDataEncodingFormatTAB = 50,
2109 FSHTML2PDFSettingDataEncodingFormatJAGRAN = 51,
2110 FSHTML2PDFSettingDataEncodingFormatMACINTOSH = 52,
2111 FSHTML2PDFSettingDataEncodingFormatUTF7 = 53,
2112 FSHTML2PDFSettingDataEncodingFormatBHASKAR = 54,
2113 FSHTML2PDFSettingDataEncodingFormatHTCHANAKYA = 55,
2114 FSHTML2PDFSettingDataEncodingFormatUTF_16BE = 56,
2115 FSHTML2PDFSettingDataEncodingFormatUTF_16LE = 57,
2116 FSHTML2PDFSettingDataEncodingFormatUTF_32BE = 58,
2117 FSHTML2PDFSettingDataEncodingFormatUTF_32LE = 59,
2118 FSHTML2PDFSettingDataEncodingFormatX_BINARYENC = 60,
2119 FSHTML2PDFSettingDataEncodingFormatHZ_GB_2312 = 61,
2120 FSHTML2PDFSettingDataEncodingFormatX_UTF8UTF8 = 62,
2121 FSHTML2PDFSettingDataEncodingFormatX_TAM_ELANGO = 63,
2122 FSHTML2PDFSettingDataEncodingFormatX_TAM_LTTMBARANI = 64,
2123 FSHTML2PDFSettingDataEncodingFormatX_TAM_SHREE = 65,
2124 FSHTML2PDFSettingDataEncodingFormatX_TAM_TBOOMIS = 66,
2125 FSHTML2PDFSettingDataEncodingFormatX_TAM_TMNEWS = 67,
2126 FSHTML2PDFSettingDataEncodingFormatX_TAM_WEBTAMIL = 68,
2127 FSHTML2PDFSettingDataEncodingFormatX_KDDI_Shift_JIS = 69,
2128 FSHTML2PDFSettingDataEncodingFormatX_DoCoMo_Shift_JIS = 70,
2129 FSHTML2PDFSettingDataEncodingFormatX_SoftBank_Shift_JIS = 71,
2130 FSHTML2PDFSettingDataEncodingFormatX_KDDI_ISO_2022_JP = 72,
2131 FSHTML2PDFSettingDataEncodingFormatX_SoftBank_ISO_2022_JP = 73
2134 typedef NS_ENUM(NSInteger, FSHTML2PDFSettingDataHTML2PDFMediaStyle) {
2135 FSHTML2PDFSettingDataMediaStyleScreen = 0,
2136 FSHTML2PDFSettingDataMediaStylePrint = 1
2144 @property (nonatomic, getter=getPage_width)
float page_width;
2145 @property (nonatomic, getter=getPage_height)
float page_height;
2146 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
2147 @property (nonatomic, copy, getter=getPage_margin)
FSRectF* page_margin;
2148 @property (nonatomic, getter=getRotate_degrees)
FSRotation rotate_degrees;
2149 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
2150 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
2151 @property (nonatomic, getter=getPage_mode) FSHTML2PDFSettingDataHTML2PDFPageMode page_mode;
2152 @property (nonatomic, getter=getTo_generate_bookmarks) BOOL to_generate_bookmarks;
2153 @property (nonatomic, getter=getScaling_mode) FSHTML2PDFSettingDataHTML2PDFScalingMode scaling_mode;
2154 @property (nonatomic, getter=getEncoding_format) FSHTML2PDFSettingDataHTML2PDFEncodingFormat encoding_format;
2155 @property (nonatomic, getter=getTo_render_images) BOOL to_render_images;
2156 @property (nonatomic, getter=getTo_remove_underline_for_link) BOOL to_remove_underline_for_link;
2157 @property (nonatomic, getter=getTo_set_headerfooter) BOOL to_set_headerfooter;
2158 @property (nonatomic, copy, getter=getHeaderfooter_title) NSString * headerfooter_title;
2159 @property (nonatomic, copy, getter=getHeaderfooter_url) NSString * headerfooter_url;
2160 @property (nonatomic, copy, getter=getBookmark_root_name) NSString * bookmark_root_name;
2161 @property (nonatomic, getter=getTo_resize_objects) BOOL to_resize_objects;
2162 @property (nonatomic, getter=getTo_print_background) BOOL to_print_background;
2163 @property (nonatomic, getter=getTo_optimize_tag_tree) BOOL to_optimize_tag_tree;
2164 @property (nonatomic, getter=getMedia_style) FSHTML2PDFSettingDataHTML2PDFMediaStyle media_style;
2165 @property (nonatomic, getter=getTo_load_active_content) BOOL to_load_active_content;
2166 @property (nonatomic, getter=getTo_disable_sandbox) BOOL to_disable_sandbox;
2167 @property (nonatomic, getter=getTo_use_blacklist) BOOL to_use_blacklist;
2169 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2171 -(id)initWithPage_width: (
float)page_width page_height: (
float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (
FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (
FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist;
2172 -(void)set: (
float)page_width page_height: (
float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (
FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (
FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist;
2182 @property (nonatomic, getter=getPage_width)
float page_width;
2183 @property (nonatomic, getter=getPage_height)
float page_height;
2184 @property (nonatomic, copy, getter=getPage_margin)
FSRectF* page_margin;
2185 @property (nonatomic, copy, getter=getFont)
FSFont* font;
2186 @property (nonatomic, getter=getText_size)
float text_size;
2187 @property (nonatomic, getter=getText_color)
unsigned int text_color;
2188 @property (nonatomic, getter=getLinespace)
float linespace;
2189 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
2191 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2193 -(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;
2194 -(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;
2242 @property (nonatomic, getter=getExport_flags)
unsigned int export_flags;
2247 @property (nonatomic, getter=getIs_active_layout) BOOL is_active_layout;
2248 @property (nonatomic, copy, getter=getOutput_title) NSString * output_title;
2249 @property (nonatomic, copy, getter=getOutput_author) NSString * output_author;
2250 @property (nonatomic, copy, getter=getOutput_subject) NSString * output_subject;
2251 @property (nonatomic, copy, getter=getOutput_keywords) NSString * output_keywords;
2252 @property (nonatomic, copy, getter=getOutput_creator) NSString * output_creator;
2253 @property (nonatomic, copy, getter=getOutput_producer) NSString * output_producer;
2254 @property (nonatomic, getter=getPaper_width)
float paper_width;
2255 @property (nonatomic, getter=getPaper_height)
float paper_height;
2257 @property (nonatomic, getter=getIs_output_progress) BOOL is_output_progress;
2258 @property (nonatomic, getter=getProgress_callback)
void* progress_callback;
2260 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2271 @property (nonatomic, getter=getRelated_resource_file) id<FSFileReaderCallback> related_resource_file;
2272 @property (nonatomic, copy, getter=getResource_file_relative_path) NSString * resource_file_relative_path;
2274 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2276 -(id)initWithRelated_resource_file: (
id<
FSFileReaderCallback>)related_resource_file resource_file_relative_path: (NSString *)resource_file_relative_path;
2287 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2290 -(
unsigned long)getSize;
2293 -(void)removeAt: (
unsigned long)index;
2303 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2304 +(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;
2305 +(void)fromHTML: (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;
2308 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (
FSTXT2PDFSettingData*)setting_data;
2309 +(void)fromImage: (NSString *)src_img saved_pdf_path: (NSString *)saved_pdf_path;
2311 +(BOOL)fromDWG: (NSString *)engine_path src_dwg_path: (NSString *)src_dwg_path saved_pdf_path: (NSString *)saved_pdf_path settings: (
FSDWG2PDFSettingData*)settings;
2312 +(BOOL)toXML: (NSString *)src_pdf_path src_file_password: (NSString *)src_file_password saved_xml_path: (NSString *)saved_xml_path saved_image_folder_path: (NSString *)saved_image_folder_path is_force_to_tagged_pdf: (BOOL)is_force_to_tagged_pdf;
2327 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2330 -(id)initWithPath: (NSString *)path;
2331 -(id)initWithOther: (
FSFDFDoc*)other;
2335 -(BOOL)setPDFPath: (NSString *)pdf_path;
2336 -(BOOL)saveAs: (NSString *)file_path;
2340 -(id)initWithBuffer: (NSData *)buffer;
2352 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2355 -(
unsigned long)getSize;
2358 -(void)removeAt: (
unsigned long)index;
2359 -(void)insertAt: (
unsigned long)index element: (
FSMenuList*)element;
2372 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2375 -(
unsigned long)getSize;
2378 -(void)removeAt: (
unsigned long)index;
2379 -(void)insertAt: (
unsigned long)index element: (
FSMenuItemEx*)element;
2391 @property (nonatomic, getter=getLevel)
int level;
2392 @property (nonatomic, copy, getter=getName) NSString * name;
2393 @property (nonatomic, copy, getter=getSub_menu_list_array)
FSMenuListArray* sub_menu_list_array;
2395 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2397 -(id)initWithLevel: (
int)level name: (NSString *)name sub_menu_list_array: (
FSMenuListArray*)sub_menu_list_array;
2398 -(id)initWithMenu_list: (
FSMenuList*)menu_list;
2399 -(void)set: (
int)level name: (NSString *)name sub_menu_list_array: (
FSMenuListArray*)sub_menu_list_array;
2409 @property (nonatomic, copy, getter=getItem_name) NSString * item_name;
2410 @property (nonatomic, copy, getter=getReturn_name) NSString * return_name;
2411 @property (nonatomic, getter=getIs_checked) BOOL is_checked;
2412 @property (nonatomic, getter=getIs_enabled) BOOL is_enabled;
2415 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2417 -(id)initWithItem_name: (NSString *)item_name return_name: (NSString *)return_name is_checked: (BOOL)is_checked is_enabled: (BOOL)is_enabled sub_menu_item_array: (
FSMenuItemExArray*)sub_menu_item_array;
2419 -(void)set: (NSString *)item_name return_name: (NSString *)return_name is_checked: (BOOL)is_checked is_enabled: (BOOL)is_enabled sub_menu_item_array: (
FSMenuItemExArray*)sub_menu_item_array;
2429 @property (nonatomic, copy, getter=getCorporation) NSString * corporation;
2430 @property (nonatomic, copy, getter=getEmail) NSString * email;
2431 @property (nonatomic, copy, getter=getLogin_name) NSString * login_name;
2432 @property (nonatomic, copy, getter=getName) NSString * name;
2433 @property (nonatomic, copy, getter=getFirst_name) NSString * first_name;
2434 @property (nonatomic, copy, getter=getLast_name) NSString * last_name;
2435 @property (nonatomic, copy, getter=getTitle) NSString * title;
2436 @property (nonatomic, copy, getter=getDepartment) NSString * department;
2438 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2440 -(id)initWithCorporation: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name first_name: (NSString *)first_name last_name: (NSString *)last_name title: (NSString *)title department: (NSString *)department;
2442 -(void)set: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name first_name: (NSString *)first_name last_name: (NSString *)last_name title: (NSString *)title department: (NSString *)department;
2452 @property (nonatomic, copy, getter=getName) NSString * name;
2453 @property (nonatomic, getter=getPos)
int pos;
2454 @property (nonatomic, copy, getter=getExec) NSString * exec;
2455 @property (nonatomic, copy, getter=getEnable) NSString * enable;
2456 @property (nonatomic, copy, getter=getMarked) NSString * marked;
2457 @property (nonatomic, copy, getter=getTooltip) NSString * tooltip;
2458 @property (nonatomic, copy, getter=getLabel) NSString * label;
2459 @property (nonatomic, copy, getter=getBitmap)
FSBitmap* bitmap;
2461 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2463 -(id)initWithName: (NSString *)name pos: (
int)pos exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked tooltip: (NSString *)tooltip label: (NSString *)label bitmap: (
FSBitmap*)bitmap;
2465 -(void)set: (NSString *)name pos: (
int)pos exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked tooltip: (NSString *)tooltip label: (NSString *)label bitmap: (
FSBitmap*)bitmap;
2475 @property (nonatomic, copy, getter=getName) NSString * name;
2476 @property (nonatomic, copy, getter=getUser) NSString * user;
2477 @property (nonatomic, copy, getter=getParent) NSString * parent;
2478 @property (nonatomic, getter=getPos)
int pos;
2479 @property (nonatomic, copy, getter=getPos_str) NSString * pos_str;
2480 @property (nonatomic, copy, getter=getExec) NSString * exec;
2481 @property (nonatomic, copy, getter=getEnable) NSString * enable;
2482 @property (nonatomic, copy, getter=getMarked) NSString * marked;
2484 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2486 -(id)initWithName: (NSString *)name user: (NSString *)user parent: (NSString *)parent pos: (
int)pos pos_str: (NSString *)pos_str exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked;
2488 -(void)set: (NSString *)name user: (NSString *)user parent: (NSString *)parent pos: (
int)pos pos_str: (NSString *)pos_str exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked;
2499 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2502 -(
unsigned long)getSize;
2505 -(void)removeAt: (
unsigned long)index;
2518 @property (nonatomic, copy, getter=getName) NSString * name;
2519 @property (nonatomic, copy, getter=getItem_id) NSString * item_id;
2520 @property (nonatomic, copy, getter=getType) NSString * type;
2521 @property (nonatomic, copy, getter=getNext_tab) NSString * next_tab;
2522 @property (nonatomic, getter=getWidth)
int width;
2523 @property (nonatomic, getter=getHeight)
int height;
2524 @property (nonatomic, getter=getChar_width)
int char_width;
2525 @property (nonatomic, getter=getChar_height)
int char_height;
2526 @property (nonatomic, copy, getter=getFont) NSString * font;
2527 @property (nonatomic, getter=getBold) BOOL bold;
2528 @property (nonatomic, getter=getItalic) BOOL italic;
2529 @property (nonatomic, copy, getter=getAlignment) NSString * alignment;
2530 @property (nonatomic, copy, getter=getAlign_children) NSString * align_children;
2533 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2535 -(id)initWithName: (NSString *)name item_id: (NSString *)item_id type: (NSString *)type next_tab: (NSString *)next_tab width: (
int)width height: (
int)height char_width: (
int)char_width char_height: (
int)char_height font: (NSString *)font bold: (BOOL)bold italic: (BOOL)italic alignment: (NSString *)alignment align_children: (NSString *)align_children element_array: (
FSDialogDescriptionElementArray*)element_array;
2537 -(void)set: (NSString *)name item_id: (NSString *)item_id type: (NSString *)type next_tab: (NSString *)next_tab width: (
int)width height: (
int)height char_width: (
int)char_width char_height: (
int)char_height font: (NSString *)font bold: (BOOL)bold italic: (BOOL)italic alignment: (NSString *)alignment align_children: (NSString *)align_children element_array: (
FSDialogDescriptionElementArray*)element_array;
2547 @property (nonatomic, copy, getter=getName) NSString * name;
2548 @property (nonatomic, copy, getter=getFirst_tab) NSString * first_tab;
2549 @property (nonatomic, getter=getWidth)
int width;
2550 @property (nonatomic, getter=getHeight)
int height;
2551 @property (nonatomic, getter=getChar_width)
int char_width;
2552 @property (nonatomic, getter=getChar_height)
int char_height;
2553 @property (nonatomic, copy, getter=getAlign_children) NSString * align_children;
2556 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2558 -(id)initWithName: (NSString *)name first_tab: (NSString *)first_tab width: (
int)width height: (
int)height char_width: (
int)char_width char_height: (
int)char_height align_children: (NSString *)align_children element_array: (
FSDialogDescriptionElementArray*)element_array;
2560 -(void)set: (NSString *)name first_tab: (NSString *)first_tab width: (
int)width height: (
int)height char_width: (
int)char_width char_height: (
int)char_height align_children: (NSString *)align_children element_array: (
FSDialogDescriptionElementArray*)element_array;
2570 @property (nonatomic, copy, getter=getUsername) NSString * username;
2571 @property (nonatomic, copy, getter=getPassword) NSString * password;
2572 @property (nonatomic, getter=getIs_use_platform_auth) BOOL is_use_platform_auth;
2574 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2576 -(id)initWithUsername: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
2578 -(void)set: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
2588 @property (nonatomic, copy, getter=getRequest_url) NSString * request_url;
2589 @property (nonatomic, copy, getter=getRequest_content) NSString * request_content;
2590 @property (nonatomic, copy, getter=getSoap_action) NSString * soap_action;
2591 @property (nonatomic, copy, getter=getSoap_namespace) NSString * soap_namespace;
2592 @property (nonatomic, copy, getter=getSoap_version) NSString * soap_version;
2593 @property (nonatomic, copy, getter=getContent_type) NSString * content_type;
2594 @property (nonatomic, getter=getIs_encode) BOOL is_encode;
2595 @property (nonatomic, getter=getIs_wiredump) BOOL is_wiredump;
2596 @property (nonatomic, copy, getter=getRequest_header) NSString * request_header;
2599 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2601 -(id)initWithRequest_url: (NSString *)request_url request_content: (NSString *)request_content soap_action: (NSString *)soap_action soap_namespace: (NSString *)soap_namespace soap_version: (NSString *)soap_version content_type: (NSString *)content_type is_encode: (BOOL)is_encode is_wiredump: (BOOL)is_wiredump request_header: (NSString *)request_header authenticate: (
FSSOAPAuthenticateInfo*)authenticate;
2603 -(void)set: (NSString *)request_url request_content: (NSString *)request_content soap_action: (NSString *)soap_action soap_namespace: (NSString *)soap_namespace soap_version: (NSString *)soap_version content_type: (NSString *)content_type is_encode: (BOOL)is_encode is_wiredump: (BOOL)is_wiredump request_header: (NSString *)request_header authenticate: (
FSSOAPAuthenticateInfo*)authenticate;
2613 @property (nonatomic, copy, getter=getResponse_header) NSString * response_header;
2614 @property (nonatomic, copy, getter=getResponse_body) NSString * response_body;
2615 @property (nonatomic, copy, getter=getNetwork_error) NSString * network_error;
2616 @property (nonatomic, getter=getStatus_code)
unsigned int status_code;
2618 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2620 -(id)initWithResponse_header: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (
unsigned int)status_code;
2622 -(void)set: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (
unsigned int)status_code;
2672 @property (nonatomic, getter=getIs_show_ui) BOOL is_show_ui;
2673 @property (nonatomic, getter=getIs_reverse) BOOL is_reverse;
2674 @property (nonatomic, getter=getIs_print_as_image) BOOL is_print_as_image;
2675 @property (nonatomic, getter=getIs_print_auto_center) BOOL is_print_auto_center;
2676 @property (nonatomic, getter=getIs_print_auto_rotate) BOOL is_print_auto_rotate;
2677 @property (nonatomic, getter=getIs_simulate_overprinting) BOOL is_simulate_overprinting;
2678 @property (nonatomic, getter=getIs_print_page_border) BOOL is_print_page_border;
2679 @property (nonatomic, copy, getter=getPage_range)
FSRange* page_range;
2681 @property (nonatomic, copy, getter=getPrinter_name) NSString * printer_name;
2682 @property (nonatomic, copy, getter=getOutput_file_name) NSString * output_file_name;
2683 @property (nonatomic, getter=getNum_copies)
int num_copies;
2685 @property (nonatomic, getter=getIs_tile_label) BOOL is_tile_label;
2686 @property (nonatomic, getter=getTile_mark) BOOL tile_mark;
2687 @property (nonatomic, getter=getTile_overlap)
float tile_overlap;
2688 @property (nonatomic, getter=getTile_scale)
float tile_scale;
2692 @property (nonatomic, getter=getNum_pages_h)
int num_pages_h;
2693 @property (nonatomic, getter=getNum_pages_v)
int num_pages_v;
2696 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2742 @property (nonatomic, getter=getHas_close) BOOL has_close;
2743 @property (nonatomic, getter=getHas_title) BOOL has_title;
2744 @property (nonatomic, copy, getter=getTitle) NSString * title;
2746 @property (nonatomic, copy, getter=getRect)
FSRectF* rect;
2748 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2768 @property (nonatomic, getter=getAuto_play) BOOL auto_play;
2769 @property (nonatomic, copy, getter=getBase_url) NSString * base_url;
2770 @property (nonatomic, getter=getBg_color)
unsigned int bg_color;
2771 @property (nonatomic, getter=getBg_opacity)
float bg_opacity;
2772 @property (nonatomic, getter=getDuration)
int duration;
2773 @property (nonatomic, getter=getPage)
int page;
2774 @property (nonatomic, getter=getRepeat)
int repeat;
2775 @property (nonatomic, getter=getShow_ui) BOOL show_ui;
2776 @property (nonatomic, getter=getIs_visible) BOOL is_visible;
2777 @property (nonatomic, getter=getVolume)
int volume;
2779 @property (nonatomic, copy, getter=getFloating_wnd_info)
FSFloatingInfo* floating_wnd_info;
2781 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2783 -(id)initWithAuto_play: (BOOL)auto_play base_url: (NSString *)base_url bg_color: (
unsigned int)bg_color bg_opacity: (
float)bg_opacity duration: (
int)duration page: (
int)page repeat: (
int)repeat show_ui: (BOOL)show_ui is_visible: (BOOL)is_visible volume: (
int)volume window_type: (
FSMediaSettingsPlayerWindowType)window_type floating_wnd_info: (
FSFloatingInfo*)floating_wnd_info;
2785 -(void)set: (BOOL)auto_play base_url: (NSString *)base_url bg_color: (
unsigned int)bg_color bg_opacity: (
float)bg_opacity duration: (
int)duration page: (
int)page repeat: (
int)repeat show_ui: (BOOL)show_ui is_visible: (BOOL)is_visible volume: (
int)volume window_type: (
FSMediaSettingsPlayerWindowType)window_type floating_wnd_info: (
FSFloatingInfo*)floating_wnd_info;
2795 @property (nonatomic, copy, getter=getDoc)
FSPDFDoc* doc;
2796 @property (nonatomic, copy, getter=getScreen_annot)
FSScreen* screen_annot;
2797 @property (nonatomic, copy, getter=getRendition)
FSRendition* rendition;
2798 @property (nonatomic, copy, getter=getURL) NSString * uRL;
2799 @property (nonatomic, copy, getter=getAudio_format) NSString * audio_format;
2802 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2804 -(id)initWithDoc: (
FSPDFDoc*)doc screen_annot: (
FSScreen*)screen_annot rendition: (
FSRendition*)rendition URL: (NSString *)URL audio_format: (NSString *)audio_format player_settings: (
FSMediaSettings*)player_settings;
2806 -(void)set: (
FSPDFDoc*)doc screen_annot: (
FSScreen*)screen_annot rendition: (
FSRendition*)rendition URL: (NSString *)URL audio_format: (NSString *)audio_format player_settings: (
FSMediaSettings*)player_settings;
2822 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
2823 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
2824 @property (nonatomic, getter=getIs_search_bookmarks) BOOL is_search_bookmarks;
2825 @property (nonatomic, getter=getIs_search_in_markup) BOOL is_search_in_markup;
2826 @property (nonatomic, getter=getIs_search_in_attachments) BOOL is_search_in_attachments;
2827 @property (nonatomic, getter=getIs_ignore_accents) BOOL is_ignore_accents;
2828 @property (nonatomic, getter=getIs_proximity) BOOL is_proximity;
2829 @property (nonatomic, getter=getIs_stemming) BOOL is_stemming;
2830 @property (nonatomic, getter=getIs_ignore_full_width) BOOL is_ignore_full_width;
2831 @property (nonatomic, getter=getMax_docs)
int max_docs;
2833 @property (nonatomic, getter=getIs_search_doc_text) BOOL is_search_doc_text;
2835 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2837 -(id)initWithIs_whole_word: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive is_search_bookmarks: (BOOL)is_search_bookmarks is_search_in_marup: (BOOL)is_search_in_marup is_search_in_attachments: (BOOL)is_search_in_attachments is_ignore_accents: (BOOL)is_ignore_accents is_proximity: (BOOL)is_proximity is_stemming: (BOOL)is_stemming is_ignore_full_width: (BOOL)is_ignore_full_width max_docs: (
int)max_docs word_matching: (
FSSearchOptionWordMatching)word_matching is_search_doc_text: (BOOL)is_search_doc_text;
2839 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive is_search_bookmarks: (BOOL)is_search_bookmarks is_search_in_marup: (BOOL)is_search_in_marup is_search_in_attachments: (BOOL)is_search_in_attachments is_ignore_accents: (BOOL)is_ignore_accents is_proximity: (BOOL)is_proximity is_stemming: (BOOL)is_stemming is_ignore_full_width: (BOOL)is_ignore_full_width max_docs: (
int)max_docs word_matching: (
FSSearchOptionWordMatching)word_matching is_search_doc_text: (BOOL)is_search_doc_text;
2849 @property (nonatomic, copy, getter=getName) NSString * name;
2850 @property (nonatomic, getter=getIs_available) BOOL is_available;
2851 @property (nonatomic, copy, getter=getPath) NSString * path;
2852 @property (nonatomic, getter=getIs_selected) BOOL is_selected;
2854 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2856 -(id)initWithName: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
2858 -(void)set: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
2863 typedef NS_ENUM(NSInteger, FSMediaPlayerCallbackJSMediaPlayerState) {
2864 FSMediaPlayerCallbackJSMediaPlayerStateOpen = 0,
2865 FSMediaPlayerCallbackJSMediaPlayerStateClose = 1,
2866 FSMediaPlayerCallbackJSMediaPlayerStatePlaying = 2,
2867 FSMediaPlayerCallbackJSMediaPlayerStateStop = 3,
2868 FSMediaPlayerCallbackJSMediaPlayerStateSuspend = 4
2873 typedef NS_ENUM(NSInteger, FSActionCallbackLanguage) {
2874 FSActionCallbackLanguageUnknown = 0,
2875 FSActionCallbackLanguageCHS = 1,
2876 FSActionCallbackLanguageCHT = 2,
2877 FSActionCallbackLanguageDAN = 3,
2878 FSActionCallbackLanguageDEU = 4,
2879 FSActionCallbackLanguageENU = 5,
2880 FSActionCallbackLanguageESP = 6,
2881 FSActionCallbackLanguageFRA = 7,
2882 FSActionCallbackLanguageITA = 8,
2883 FSActionCallbackLanguageKOR = 9,
2884 FSActionCallbackLanguageJPN = 10,
2885 FSActionCallbackLanguageNLD = 11,
2886 FSActionCallbackLanguageNOR = 12,
2887 FSActionCallbackLanguagePTB = 13,
2888 FSActionCallbackLanguageSUO = 14,
2889 FSActionCallbackLanguageSVE = 15
2892 typedef NS_ENUM(NSInteger, FSActionCallbackAppInfoType) {
2893 FSActionCallbackAppInfoTypeFormsVersion = 0x0,
2894 FSActionCallbackAppInfoTypeViewerType = 0x01,
2895 FSActionCallbackAppInfoTypeViewerVariation = 0x02,
2896 FSActionCallbackAppInfoTypeViewerVersion = 0x03,
2897 FSActionCallbackAppInfoTypeAppVersion = 0x04
2900 typedef NS_ENUM(NSInteger, FSActionCallbackMailType) {
2901 FSActionCallbackMailTypeDoc = 0,
2902 FSActionCallbackMailTypeForm = 1,
2903 FSActionCallbackMailTypeMsg = 2
2906 typedef NS_ENUM(NSInteger, FSActionCallbackJSFieldValueChangeType) {
2907 FSActionCallbackJSFieldValueChangedByFormat = 0,
2908 FSActionCallbackJSFieldValueChangedByCalculation = 1,
2909 FSActionCallbackJSFieldValueChangedBySetValue = 2,
2910 FSActionCallbackJSFieldValueChangedBySetReadOnly = 3,
2911 FSActionCallbackJSFieldValueChangedByFillColor = 4
2914 typedef NS_ENUM(NSInteger, FSActionCallbackJSMediaPlayerState) {
2915 FSActionCallbackJSMediaPlayerStateOpen = 0,
2916 FSActionCallbackJSMediaPlayerStateClose = 1,
2917 FSActionCallbackJSMediaPlayerStatePlaying = 2,
2918 FSActionCallbackJSMediaPlayerStateStop = 3,
2919 FSActionCallbackJSMediaPlayerStateSuspend = 4
2922 typedef NS_ENUM(NSInteger, FSActionCallbackLayoutMode) {
2923 FSActionCallbackLayoutModeSinglePage = 0,
2924 FSActionCallbackLayoutModeContinuous = 1,
2925 FSActionCallbackLayoutModeFacing = 2,
2926 FSActionCallbackLayoutModeContinuousFacing = 3
2929 typedef NS_ENUM(NSInteger, FSActionCallbackJsMailResult) {
2930 FSActionCallbackJSMailResultFailed = 0,
2931 FSActionCallbackJSMailResultSuccess = 1,
2932 FSActionCallbackJSMailResultUserAbort = 2
2935 typedef NS_ENUM(NSInteger, FSActionCallbackSearchScope) {
2936 FSActionCallbackSearchScopeActiveDoc = 0,
2937 FSActionCallbackSearchScopeFolder = 1,
2938 FSActionCallbackSearchScopeIndex = 2,
2939 FSActionCallbackSearchScopeActiveIndexes = 3
2949 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2950 -(id)initWithDirectory: (NSString *)directory;
2966 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2970 -(void)setDataBasePath: (NSString *)path_of_data_base;
2974 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
2991 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2997 -(BOOL)hasName: (NSString *)name;
2999 -(NSString *)getName: (
int)index;
3001 -(BOOL)setObj: (NSString *)name pdf_object: (
FSPDFObject*)pdf_object;
3002 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
3003 -(BOOL)add: (NSString *)name pdf_object: (
FSPDFObject*)pdf_object;
3004 -(BOOL)removeObj: (NSString *)name;
3030 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3031 +(
FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
3032 +(
FSPDFObject*)createFromFloat: (
float)float_value;
3033 +(
FSPDFObject*)createFromInteger: (
int)integer_value;
3034 +(
FSPDFObject*)createFromString: (NSString *)string_value;
3037 +(
FSPDFObject*)createReference: (
FSPDFDoc*)document object_number: (
unsigned int)object_number;
3043 -(
unsigned int)getObjNum;
3051 -(NSString *)getName;
3052 -(NSData *)getString;
3053 -(NSString *)getWideString;
3080 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3084 -(
unsigned long long)getDataSize: (BOOL)is_raw_data;
3087 -(NSData *)getData: (BOOL)is_raw_data;
3088 -(void)setData: (NSData *)buffer;
3097 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3104 -(void)addBoolean: (BOOL)boolean_value;
3106 -(void)addFloat: (
float)float_value;
3107 -(void)addInteger: (
int)integer_value;
3109 -(void)addRect: (
FSRectF*)rect;
3110 -(void)addName: (NSString *)name;
3111 -(void)addString: (NSString *)new_string;
3112 -(void)insertAt: (
int)index element: (
FSPDFObject*)element;
3113 -(void)setAt: (
int)index element: (
FSPDFObject*)element;
3114 -(void)removeAt: (
int)index;
3123 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3125 -(BOOL)hasKey: (NSString *)key;
3127 -(long)moveNext: (
long)position;
3128 -(NSString *)getKey: (
long)position;
3130 -(void)setAt: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object;
3131 -(void)setAtReference: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object document: (
FSPDFDoc*)document;
3132 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
3133 -(void)setAtDateTime: (NSString *)key value: (
FSDateTime*)value;
3134 -(void)setAtFloat: (NSString *)key value: (
float)value;
3135 -(void)setAtInteger: (NSString *)key value: (
int)value;
3136 -(void)setAtMatrix: (NSString *)key value: (
FSMatrix2D*)value;
3137 -(void)setAtRect: (NSString *)key value: (
FSRectF*)value;
3138 -(void)setAtName: (NSString *)key value: (NSString *)value;
3139 -(void)setAtString: (NSString *)key value: (NSString *)value;
3140 -(void)removeAt: (NSString *)key;
3152 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3158 -(BOOL)hasNumber: (
int)number;
3160 -(BOOL)setObj: (
int)number pdf_object: (
FSPDFObject*)pdf_object;
3161 -(BOOL)removeObj: (
int)number;
3232 @property (nonatomic, copy, getter=getRenditionName) NSString * renditionName;
3233 @property (nonatomic, copy, getter=getMediaClipName) NSString * mediaClipName;
3234 @property (nonatomic, copy, getter=getMediaClipFile)
FSFileSpec* mediaClipFile;
3235 @property (nonatomic, copy, getter=getMediaClipContentType) NSString * mediaClipContentType;
3237 @property (nonatomic, copy, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
3238 @property (nonatomic, copy, getter=getMediaBaseURL) NSString * mediaBaseURL;
3239 @property (nonatomic, getter=getVolume)
int volume;
3241 @property (nonatomic, getter=getDuration)
int duration;
3242 @property (nonatomic, getter=getRepeatCount)
int repeatCount;
3244 @property (nonatomic, getter=getBackgroundColor)
unsigned int backgroundColor;
3245 @property (nonatomic, getter=getBackgroundOpacity)
float backgroundOpacity;
3248 @property (nonatomic, getter=getFloatingWindowPosition) FSPosition floatingWindowPosition;
3251 @property (nonatomic, copy, getter=getFloatingWindowTitles) NSArray<NSString *> * floatingWindowTitles;
3252 -(id)
init NS_UNAVAILABLE;
3254 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3256 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
3260 -(BOOL)hasMediaClip;
3267 -(BOOL)isControlBarVisible;
3269 -(void)enableControlBarVisible: (BOOL)is_visible;
3274 -(void)enableAutoPlay: (BOOL)is_auto_play;
3280 -(int)getFloatingWindowWidth;
3281 -(int)getFloatingWindowHeight;
3283 -(void)setFloatingWindowSize: (
int)width height: (
int)height;
3287 -(BOOL)hasFloatingWindowTitleBar;
3289 -(void)enableFloatingWindowTitleBar: (BOOL)is_visible;
3290 -(BOOL)hasFloatingWindowCloseButton;
3292 -(void)enableFloatingWindowCloseButton: (BOOL)is_visible;
3301 @property (nonatomic, copy, getter=getSoftwareURI) NSString * softwareURI;
3302 @property (nonatomic, copy, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
3304 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3329 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3330 +(
FSDestination*)createXYZ: (
FSPDFDoc*)document page_index: (
int)page_index left: (
float)left top: (
float)top zoom_factor: (
float)zoom_factor;
3334 +(
FSDestination*)createFitRect: (
FSPDFDoc*)document page_index: (
int)page_index left: (
float)left bottom: (
float)bottom right: (
float)right top: (
float)top;
3339 -(id)initWithDest_array: (
FSPDFArray*)dest_array;
3342 -(int)getPageIndex: (
FSPDFDoc*)document;
3387 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3390 -(id)initWithAction: (
FSAction*)action;
3396 -(
FSAction*)getSubAction: (
int)index;
3397 -(void)setSubAction: (
int)index sub_action: (
FSAction*)sub_action;
3398 -(void)insertSubAction: (
int)index sub_action: (
FSAction*)sub_action;
3399 -(void)removeSubAction: (
int)index;
3408 -(id)
init NS_UNAVAILABLE;
3410 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3411 -(id)initWithAction: (
FSAction*)action;
3418 @property (nonatomic, copy, getter=getURI) NSString * uRI;
3419 -(id)
init NS_UNAVAILABLE;
3421 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3422 -(id)initWithAction: (
FSAction*)action;
3423 -(BOOL)isTrackPosition;
3424 -(void)setTrackPositionFlag: (BOOL)is_track_position;
3431 @property (nonatomic, copy, getter=getScript) NSString * script;
3432 -(id)
init NS_UNAVAILABLE;
3434 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3435 -(id)initWithAction: (
FSAction*)action;
3442 @property (nonatomic, copy, getter=getName) NSString * name;
3443 -(id)
init NS_UNAVAILABLE;
3445 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3446 -(id)initWithAction: (
FSAction*)action;
3454 @property (nonatomic, copy, getter=getDestinationName) NSString * destinationName;
3455 @property (nonatomic, copy, getter=getFileSpec)
FSFileSpec* fileSpec;
3457 -(id)
init NS_UNAVAILABLE;
3459 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3460 -(id)initWithAction: (
FSAction*)action;
3467 @property (nonatomic, copy, getter=getRelationship) NSString * relationship;
3468 @property (nonatomic, copy, getter=getAttachedFileName) NSString * attachedFileName;
3469 @property (nonatomic, getter=getPageIndex)
int pageIndex;
3470 @property (nonatomic, getter=getFileAttachmentAnnotIndex)
int fileAttachmentAnnotIndex;
3472 -(id)
init NS_UNAVAILABLE;
3474 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3475 -(id)initWithDocument: (
FSPDFDoc*)document;
3487 @property (nonatomic, copy, getter=getDestinationName) NSString * destinationName;
3488 @property (nonatomic, copy, getter=getRootFile)
FSFileSpec* rootFile;
3491 -(id)
init NS_UNAVAILABLE;
3493 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3494 -(id)initWithAction: (
FSAction*)action;
3517 @property (nonatomic, copy, getter=getURL) NSString * uRL;
3518 @property (nonatomic, copy, getter=getFieldNames) NSArray<NSString *> * fieldNames;
3519 @property (nonatomic, getter=getFlags)
unsigned int flags;
3520 -(id)
init NS_UNAVAILABLE;
3522 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3523 -(id)initWithAction: (
FSAction*)action;
3530 @property (nonatomic, copy, getter=getFieldNames) NSArray<NSString *> * fieldNames;
3531 @property (nonatomic, getter=getFlags)
unsigned int flags;
3532 -(id)
init NS_UNAVAILABLE;
3534 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3535 -(id)initWithAction: (
FSAction*)action;
3542 @property (nonatomic, copy, getter=getFDFFileSpec)
FSFileSpec* fDFFileSpec;
3543 -(id)
init NS_UNAVAILABLE;
3545 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3546 -(id)initWithAction: (
FSAction*)action;
3553 @property (nonatomic, copy, getter=getFieldNames) NSArray<NSString *> * fieldNames;
3554 @property (nonatomic, getter=getHideState) BOOL hideState;
3555 -(id)
init NS_UNAVAILABLE;
3557 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3558 -(id)initWithAction: (
FSAction*)action;
3565 @property (nonatomic, copy, getter=getFileSpec)
FSFileSpec* fileSpec;
3567 -(id)
init NS_UNAVAILABLE;
3569 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3570 -(id)initWithAction: (
FSAction*)action;
3571 -(NSString *)getWinFileName;
3572 -(NSString *)getWinDefaultDirectory;
3573 -(NSString *)getWinAppOperation;
3574 -(NSString *)getWinAppParameter;
3575 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
3592 @property (nonatomic, copy, getter=getScreenAnnot)
FSScreen* screenAnnot;
3593 @property (nonatomic, copy, getter=getJavaScript) NSString * javaScript;
3594 -(id)
init NS_UNAVAILABLE;
3596 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3597 -(id)initWithAction: (
FSAction*)action;
3598 -(int)getRenditionCount;
3600 -(void)insertRendition: (
FSRendition*)rendition index: (
int)index;
3635 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3639 -(id)initWithField: (
FSField*)field;
3640 -(id)initWithAnnot: (
FSAnnot*)annot;
3665 @property (nonatomic, getter=getFlags)
unsigned int flags;
3666 @property (nonatomic, getter=getText_size)
float text_size;
3667 @property (nonatomic, getter=getText_color)
unsigned int text_color;
3668 @property (nonatomic, copy, getter=getFont)
FSFont* font;
3670 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3671 -(id)initWithFlags: (
unsigned int)flags font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color;
3674 -(void)set: (
unsigned int)flags font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color;
3691 @property (nonatomic, copy, getter=getFont)
FSFont* font;
3692 @property (nonatomic, getter=getText_size)
float text_size;
3693 @property (nonatomic, getter=getText_alignment)
FSAlignment text_alignment;
3694 @property (nonatomic, getter=getText_color)
unsigned int text_color;
3695 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
3696 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
3697 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
3698 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
3700 @property (nonatomic, getter=getChar_space)
float char_space;
3701 @property (nonatomic, getter=getWord_space)
float word_space;
3703 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3704 -(id)initWithFont: (
FSFont*)font text_size: (
float)text_size text_alignment: (
FSAlignment)text_alignment text_color: (
unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (
FSRichTextStyleCornerMarkStyle)mark_style char_space: (
float)char_space word_space: (
float)word_space;
3707 -(void)set: (
FSFont*)font text_size: (
float)text_size text_alignment: (
FSAlignment)text_alignment text_color: (
unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (
FSRichTextStyleCornerMarkStyle)mark_style char_space: (
float)char_space word_space: (
float)word_space;
3726 @property (nonatomic, getter=getWidth)
float width;
3728 @property (nonatomic, getter=getCloud_intensity)
float cloud_intensity;
3729 @property (nonatomic, getter=getDash_phase)
float dash_phase;
3732 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3733 -(id)initWithWidth: (
float)width style: (
FSBorderInfoStyle)style intensity: (
float)intensity dash_phase: (
float)dash_phase dashes: (
FSFloatArray*)dashes;
3736 -(void)set: (
float)width style: (
FSBorderInfoStyle)style intensity: (
float)intensity dash_phase: (
float)dash_phase dashes: (
FSFloatArray*)dashes;
3746 @property (nonatomic, copy, getter=getFirst)
FSPointF* first;
3747 @property (nonatomic, copy, getter=getSecond)
FSPointF* second;
3748 @property (nonatomic, copy, getter=getThird)
FSPointF* third;
3749 @property (nonatomic, copy, getter=getFourth)
FSPointF* fourth;
3751 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3767 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3770 -(
unsigned long)getSize;
3773 -(void)removeAt: (
unsigned long)index;
3774 -(void)insertAt: (
unsigned long)index element: (
FSQuadPoints*)element;
3795 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
3796 @property (nonatomic, getter=getHorizontal_fraction)
float horizontal_fraction;
3797 @property (nonatomic, getter=getVertical_fraction)
float vertical_fraction;
3798 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
3800 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3802 -(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;
3803 -(id)initWithIcon_fit: (
FSIconFit*)icon_fit;
3804 -(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;
3901 @property (nonatomic, copy, getter=getContent) NSString * content;
3902 @property (nonatomic, copy, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
3903 @property (nonatomic, getter=getFlags)
unsigned int flags;
3904 @property (nonatomic, copy, getter=getUniqueID) NSString * uniqueID;
3905 @property (nonatomic, copy, getter=getBorderInfo)
FSBorderInfo* borderInfo;
3906 @property (nonatomic, getter=getBorderColor)
unsigned int borderColor;
3908 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3910 -(id)initWithAnnot: (
FSAnnot*)annot;
3919 -(BOOL)move: (
FSRectF*)rect is_reset_appearance: (BOOL)is_reset_appearance;
3920 -(BOOL)resetAppearanceStream;
3921 -(BOOL)resetAppearanceStream: (BOOL)is_generate_new_appearance_obj;
3940 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3943 -(
unsigned long)getSize;
3944 -(
FSAnnot*)getAt: (
unsigned long)index;
3945 -(void)add: (
FSAnnot*)element;
3946 -(void)removeAt: (
unsigned long)index;
3947 -(void)insertAt: (
unsigned long)index element: (
FSAnnot*)element;
3959 @property (nonatomic, getter=getFirst_color)
unsigned int first_color;
3960 @property (nonatomic, getter=getSecond_color)
unsigned int second_color;
3962 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3963 -(id)initWithFirstcolor: (
unsigned int)firstcolor secondcolor: (
unsigned int)secondcolor;
3966 -(void)set: (
unsigned int)firstcolor secondcolor: (
unsigned int)secondcolor;
3979 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3982 -(
unsigned long)getSize;
3983 -(
FSMarkup*)getAt: (
unsigned long)index;
3985 -(void)removeAt: (
unsigned long)index;
3986 -(void)insertAt: (
unsigned long)index element: (
FSMarkup*)element;
3999 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4002 -(
unsigned long)getSize;
4003 -(
FSNote*)getAt: (
unsigned long)index;
4004 -(void)add: (
FSNote*)element;
4005 -(void)removeAt: (
unsigned long)index;
4006 -(void)insertAt: (
unsigned long)index element: (
FSNote*)element;
4053 @property (nonatomic, copy, getter=getPopup)
FSPopup* popup;
4054 @property (nonatomic, copy, getter=getTitle) NSString * title;
4055 @property (nonatomic, copy, getter=getSubject) NSString * subject;
4056 @property (nonatomic, getter=getOpacity)
float opacity;
4057 @property (nonatomic, copy, getter=getIntent) NSString * intent;
4058 @property (nonatomic, copy, getter=getCreationDateTime)
FSDateTime* creationDateTime;
4059 @property (nonatomic, getter=getBorderOpacity)
float borderOpacity;
4060 @property (nonatomic, getter=getFillOpacity)
float fillOpacity;
4062 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4063 -(id)initWithAnnot: (
FSAnnot*)annot;
4065 -(int)getReplyCount;
4066 -(
FSNote*)getReply: (
int)index;
4068 -(BOOL)removeReply: (
int)index;
4069 -(BOOL)removeAllReplies;
4076 -(BOOL)removeAllStateAnnots;
4077 -(int)getRichTextCount;
4078 -(NSString *)getRichTextContent: (
int)index;
4079 -(void)setRichTextContent: (
int)index content: (NSString *)content;
4082 -(void)addRichText: (NSString *)content style: (
FSRichTextStyle*)style;
4083 -(void)insertRichText: (
int)index content: (NSString *)content style: (
FSRichTextStyle*)style;
4084 -(void)removeRichText: (
int)index;
4090 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
4091 @property (nonatomic, copy, getter=getIconName) NSString * iconName;
4094 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4096 -(id)initWithAnnot: (
FSAnnot*)annot;
4098 -(BOOL)isStateAnnot;
4108 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4109 -(id)initWithAnnot: (
FSAnnot*)annot;
4117 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4119 -(id)initWithAnnot: (
FSAnnot*)annot;
4127 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4129 -(id)initWithAnnot: (
FSAnnot*)annot;
4137 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4139 -(id)initWithAnnot: (
FSAnnot*)annot;
4147 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4149 -(id)initWithAnnot: (
FSAnnot*)annot;
4158 @property (nonatomic, copy, getter=getAction)
FSAction* action;
4160 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4162 -(id)initWithAnnot: (
FSAnnot*)annot;
4163 -(BOOL)removeAction;
4165 -(BOOL)executeJavaScriptAction;
4172 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
4173 @property (nonatomic, copy, getter=getInnerRect)
FSRectF* innerRect;
4174 @property (nonatomic, copy, getter=getMeasureRatio) NSString * measureRatio;
4176 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4178 -(id)initWithAnnot: (
FSAnnot*)annot;
4179 -(NSString *)getMeasureRatioW;
4183 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
4191 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
4192 @property (nonatomic, copy, getter=getInnerRect)
FSRectF* innerRect;
4193 @property (nonatomic, copy, getter=getMeasureRatio) NSString * measureRatio;
4195 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4197 -(id)initWithAnnot: (
FSAnnot*)annot;
4198 -(NSString *)getMeasureRatioW;
4202 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
4210 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
4212 @property (nonatomic, copy, getter=getInnerRect)
FSRectF* innerRect;
4214 @property (nonatomic, copy, getter=getCalloutLinePoints)
FSPointFArray* calloutLinePoints;
4215 @property (nonatomic, copy, getter=getTextMatrix)
FSMatrix2D* textMatrix;
4218 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4220 -(id)initWithAnnot: (
FSAnnot*)annot;
4224 -(void)allowTextOverflow: (BOOL)is_text_overflow;
4238 @property (nonatomic, getter=getStyleFillColor)
unsigned int styleFillColor;
4239 @property (nonatomic, copy, getter=getStartPoint)
FSPointF* startPoint;
4240 @property (nonatomic, copy, getter=getEndPoint)
FSPointF* endPoint;
4241 @property (nonatomic, getter=getCaptionPositionType)
FSLineCapPos captionPositionType;
4242 @property (nonatomic, copy, getter=getCaptionOffset)
FSPointF* captionOffset;
4243 @property (nonatomic, getter=getLeaderLineLength)
float leaderLineLength;
4244 @property (nonatomic, getter=getLeaderLineExtensionLength)
float leaderLineExtensionLength;
4245 @property (nonatomic, getter=getLeaderLineOffset)
float leaderLineOffset;
4246 @property (nonatomic, copy, getter=getMeasureRatio) NSString * measureRatio;
4248 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4250 -(id)initWithAnnot: (
FSAnnot*)annot;
4252 -(void)enableCaption: (BOOL)cap;
4253 -(NSString *)getMeasureRatioW;
4257 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
4265 @property (nonatomic, copy, getter=getInkList)
FSPath* inkList;
4267 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4269 -(id)initWithAnnot: (
FSAnnot*)annot;
4270 -(void)enableUseBezier: (BOOL)use_bezier;
4278 @property (nonatomic, copy, getter=getIconName) NSString * iconName;
4279 @property (nonatomic, getter=getRotation)
int rotation;
4281 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4283 -(id)initWithAnnot: (
FSAnnot*)annot;
4284 -(void)setBitmap: (
FSBitmap*)bitmap;
4285 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index compress: (
int)compress;
4286 -(void)rotate: (
int)angle;
4295 @property (nonatomic, getter=getOpacity)
float opacity;
4296 @property (nonatomic, copy, getter=getTitle) NSString * title;
4297 @property (nonatomic, copy, getter=getAction)
FSAction* action;
4299 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4301 -(id)initWithAnnot: (
FSAnnot*)annot;
4302 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index compress: (
int)compress;
4304 -(void)removeAction;
4311 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
4313 @property (nonatomic, copy, getter=getMeasureRatio) NSString * measureRatio;
4315 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4317 -(id)initWithAnnot: (
FSAnnot*)annot;
4318 -(NSString *)getMeasureRatioW;
4322 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
4330 @property (nonatomic, getter=getStyleFillColor)
unsigned int styleFillColor;
4334 @property (nonatomic, copy, getter=getMeasureRatio) NSString * measureRatio;
4336 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4338 -(id)initWithAnnot: (
FSAnnot*)annot;
4339 -(NSString *)getMeasureRatioW;
4343 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
4351 @property (nonatomic, copy, getter=getInnerRect)
FSRectF* innerRect;
4353 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4355 -(id)initWithAnnot: (
FSAnnot*)annot;
4362 @property (nonatomic, copy, getter=getIconName) NSString * iconName;
4364 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4366 -(id)initWithAnnot: (
FSAnnot*)annot;
4375 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
4377 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4379 -(id)initWithAnnot: (
FSAnnot*)annot;
4388 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4390 -(id)initWithAnnot: (
FSAnnot*)annot;
4406 @property (nonatomic, copy, getter=getAction)
FSAction* action;
4407 @property (nonatomic, getter=getMKRotation)
FSRotation mKRotation;
4408 @property (nonatomic, getter=getMKBorderColor)
unsigned int mKBorderColor;
4409 @property (nonatomic, getter=getMKBackgroundColor)
unsigned int mKBackgroundColor;
4410 @property (nonatomic, copy, getter=getMKNormalCaption) NSString * mKNormalCaption;
4411 @property (nonatomic, copy, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
4412 @property (nonatomic, copy, getter=getMKDownCaption) NSString * mKDownCaption;
4413 @property (nonatomic, copy, getter=getMKNormalIconBitmap)
FSBitmap* mKNormalIconBitmap;
4414 @property (nonatomic, copy, getter=getMKRolloverIconBitmap)
FSBitmap* mKRolloverIconBitmap;
4415 @property (nonatomic, copy, getter=getMKDownIconBitmap)
FSBitmap* mKDownIconBitmap;
4416 @property (nonatomic, copy, getter=getMKIconFit)
FSIconFit* mKIconFit;
4418 @property (nonatomic, copy, getter=getAppearanceState) NSString * appearanceState;
4420 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4422 -(id)initWithAnnot: (
FSAnnot*)annot;
4425 -(void)removeAction;
4428 -(void)setMKNormalIconImage: (
FSImage*)image frame_index: (
int)frame_index;
4429 -(void)setMKRolloverIconImage: (
FSImage*)image frame_index: (
int)frame_index;
4430 -(void)setMKDownIconImage: (
FSImage*)image frame_index: (
int)frame_index;
4431 -(NSString *)getAppearanceOnStateName;
4441 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
4442 @property (nonatomic, getter=getApplyFillColor)
unsigned int applyFillColor;
4443 @property (nonatomic, copy, getter=getOverlayText) NSString * overlayText;
4444 @property (nonatomic, getter=getOverlayTextAlignment)
FSAlignment overlayTextAlignment;
4446 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4448 -(id)initWithAnnot: (
FSAnnot*)annot;
4449 -(BOOL)isOverlayTextRepeated;
4450 -(void)enableRepeatOverlayText: (BOOL)is_to_repeat_overlay_text;
4451 -(void)enableAutoFontSize;
4469 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4471 -(id)initWithAnnot: (
FSAnnot*)annot;
4487 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4488 -(id)initWithAnnot: (
FSAnnot*)annot;
4497 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4499 -(id)initWithAnnot: (
FSAnnot*)annot;
4500 -(void)saveMediaFile: (NSString *)file_path;
4524 @property (nonatomic, copy, getter=getTitle) NSString * title;
4525 @property (nonatomic, getter=getColor)
unsigned int color;
4526 @property (nonatomic, getter=getStyle)
unsigned int style;
4527 @property (nonatomic, copy, getter=getAction)
FSAction* action;
4528 -(id)
init NS_UNAVAILABLE;
4530 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4540 -(BOOL)removeAction;
4542 -(BOOL)isFirstChild;
4564 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4566 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
4568 -(int)getAssociatedFilesCount: (
FSPDFObject*)pdf_object;
4569 -(int)getAssociatedFilesCountWithGraphicsObject: (
FSGraphicsObject*)graphics_object;
4573 -(void)associateFile: (
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;
4577 -(void)associateFileWithAnnot: (
FSAnnot*)annot file_spec: (
FSFileSpec*)file_spec;
4578 -(void)removeAssociatedFile: (
FSPDFObject*)pdf_object index: (
int)index;
4579 -(void)removeAssociatedFileWithGraphicsObject: (
FSGraphicsObject*)graphics_object index: (
int)index;
4588 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4594 -(NSString *)getKey: (
int)index;
4595 -(
FSFileSpec*)getEmbeddedFile: (NSString *)key;
4596 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (
FSFileSpec*)file_spec;
4597 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (
FSFileSpec*)file_spec;
4598 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
4599 -(BOOL)removeEmbeddedFile: (NSString *)key;
4601 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
4613 @property (nonatomic, getter=getStart_number)
int start_number;
4614 @property (nonatomic, getter=getEnd_number)
int end_number;
4617 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4618 -(id)initWithStart_number: (
int)start_number end_number: (
int)end_number filter: (
FSRangeFilter)filter;
4621 -(void)set: (
int)start_number end_number: (
int)end_number filter: (
FSRangeFilter)filter;
4631 @property (nonatomic, copy, getter=getHeader_left_content) NSString * header_left_content;
4632 @property (nonatomic, copy, getter=getHeader_center_content) NSString * header_center_content;
4633 @property (nonatomic, copy, getter=getHeader_right_content) NSString * header_right_content;
4634 @property (nonatomic, copy, getter=getFooter_left_content) NSString * footer_left_content;
4635 @property (nonatomic, copy, getter=getFooter_center_content) NSString * footer_center_content;
4636 @property (nonatomic, copy, getter=getFooter_right_content) NSString * footer_right_content;
4638 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4639 -(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;
4642 -(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;
4652 @property (nonatomic, copy, getter=getFont)
FSFont* font;
4653 @property (nonatomic, getter=getText_size)
float text_size;
4654 @property (nonatomic, getter=getText_color)
unsigned int text_color;
4656 @property (nonatomic, copy, getter=getPage_margin)
FSRectF* page_margin;
4657 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
4658 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
4659 @property (nonatomic, getter=getStart_page_number)
int start_page_number;
4661 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
4662 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
4663 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
4665 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4666 -(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;
4669 -(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;
4708 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4714 -(void)addString: (NSString *)new_string;
4735 @property (nonatomic, getter=getRow_space)
float row_space;
4736 @property (nonatomic, getter=getCol_space)
float col_space;
4737 @property (nonatomic, getter=getRotation)
float rotation;
4738 @property (nonatomic, getter=getOpacity)
int opacity;
4739 @property (nonatomic, getter=getScale)
int scale;
4740 @property (nonatomic, getter=getFlags)
unsigned int flags;
4742 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4743 -(id)initWithRow_space: (
float)row_space col_space: (
float)col_space rotation: (
float)rotation opacity: (
int)opacity scale: (
int)scale flags: (
unsigned int)flags;
4746 -(void)set: (
float)row_space col_space: (
float)col_space rotation: (
float)rotation opacity: (
int)opacity scale: (
int)scale flags: (
unsigned int)flags;
4756 @property (nonatomic, getter=getVersion)
int version;
4757 @property (nonatomic, copy, getter=getType) NSString * type;
4758 @property (nonatomic, copy, getter=getApp_id) NSString * app_id;
4759 @property (nonatomic, copy, getter=getUri) NSString * uri;
4760 @property (nonatomic, copy, getter=getDescription) NSString * description;
4762 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4764 -(id)initWithVersion: (
int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4766 -(void)set: (
int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
4776 @property (nonatomic, getter=getVersion)
float version;
4777 @property (nonatomic, copy, getter=getCrypto_filter) NSString * crypto_filter;
4778 @property (nonatomic, copy, getter=getFile_name) NSString * file_name;
4779 @property (nonatomic, getter=getFile_size)
long long file_size;
4780 @property (nonatomic, copy, getter=getDescription) NSString * description;
4782 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4784 -(id)initWithVersion: (
float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (
long long)file_size description: (NSString *)description;
4786 -(void)set: (
float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (
long long)file_size description: (NSString *)description;
4796 @property (nonatomic, getter=getWidth)
float width;
4797 @property (nonatomic, getter=getHeight)
float height;
4800 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4801 -(id)initWithWidth: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
4804 -(void)set: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
4814 @property (nonatomic, copy, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
4815 @property (nonatomic, copy, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
4817 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4829 @property (nonatomic, copy, getter=getTitle) NSString * title;
4830 @property (nonatomic, copy, getter=getBookmark_level_array)
FSInt32Array* bookmark_level_array;
4831 @property (nonatomic, getter=getIs_show_serial_number) BOOL is_show_serial_number;
4832 @property (nonatomic, getter=getInclude_toc_pages) BOOL include_toc_pages;
4834 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4835 -(id)initWithTitle: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array is_show_serial_number: (BOOL)is_show_serial_number include_toc_pages: (BOOL)include_toc_pages;
4837 -(void)set: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array is_show_serial_number: (BOOL)is_show_serial_number include_toc_pages: (BOOL)include_toc_pages;
4923 @property (nonatomic, getter=getFileVersion)
int fileVersion;
4925 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4927 -(id)initWithPath: (NSString *)path;
4930 -(id)initWithOther: (
FSPDFDoc*)other;
4932 -(
unsigned long long)getFileSize;
4933 -(void)enableInitializingJavascript: (BOOL)to_initialize_js;
4934 -(BOOL)isLinearized;
4942 -(
FSProgressive*)startLoad: (NSString *)password is_cache_stream: (BOOL)is_cache_stream;
4946 -(
FSProgressive*)startLoadW: (NSString *)password is_cache_stream: (BOOL)is_cache_stream;
4949 -(int)getFirstAvailPageIndex;
4952 -(void)clearRenderCache;
4956 -(BOOL)isUserPassword: (NSString *)password;
4957 -(BOOL)isOwnerPassword: (NSString *)password;
4958 -(NSString *)getUserPassword: (NSString *)owner_password;
4964 -(BOOL)saveAs: (NSString *)file_path save_flags: (
unsigned int)save_flags;
4965 -(BOOL)saveAs: (NSString *)file_path;
4967 -(
FSProgressive*)startSaveAs: (NSString *)file_path save_flags: (
unsigned int)save_flags;
4974 -(int)getBookmarkLevelDepth;
4975 -(BOOL)removeBookmark: (
FSBookmark*)bookmark;
4977 -(BOOL)hasHeaderFooter;
4981 -(BOOL)removeAllHeaderFooters;
4989 -(
FSPDFObject*)getIndirectObject: (
unsigned int)object_number;
4990 -(
unsigned int)addIndirectObject: (
FSPDFObject*)pdf_object;
4991 -(void)deleteIndirectObject: (
unsigned int)object_number;
4992 -(
unsigned int)getUserPermissions;
4996 -(
long long)getWrapperOffset;
5000 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (
FSWrapperData*)wrapper_data user_permissions: (
unsigned int)user_permissions owner_password: (NSString *)owner_password;
5001 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (
FSWrapperData*)wrapper_data user_permissions: (
unsigned int)user_permissions;
5002 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (
FSWrapperData*)wrapper_data;
5003 -(BOOL)saveAsWrapperFile: (NSString *)file_path;
5004 -(
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;
5005 -(
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;
5006 -(
FSProgressive*)startSaveAsPayloadFile: (NSString *)file_path payload_file_path: (NSString *)payload_file_path crypto_filter: (NSString *)crypto_filter description: (NSString *)description version: (
float)version;
5008 -(int)getReadingBookmarkCount;
5010 -(
FSReadingBookmark*)insertReadingBookmark: (
int)reading_bookmark_index title: (NSString *)title dest_page_index: (
int)dest_page_index;
5012 -(int)getSignatureCount;
5015 -(void)enableUpdatePageLabel: (BOOL)enable_update_page_label;
5016 -(
FSPDFPage*)insertPage: (
int)index width: (
float)width height: (
float)height;
5019 -(
FSPDFPage*)addPageFromTemplate: (NSString *)template_name;
5020 -(BOOL)hidePageTemplate: (NSString *)template_name;
5021 -(BOOL)removePage: (
int)index;
5022 -(BOOL)removePageWithPage: (
FSPDFPage*)page;
5023 -(BOOL)movePageTo: (
FSPDFPage*)page dest_index: (
int)dest_index;
5024 -(BOOL)movePagesTo: (
FSRange*)page_range dest_index: (
int)dest_index;
5025 -(
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;
5026 -(
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;
5027 -(
FSProgressive*)startImportPagesFromFilePath: (
int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password flags: (
unsigned int)flags layer_name: (NSString *)layer_name;
5028 -(
FSProgressive*)startImportPagesFromFilePath: (
int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password flags: (
unsigned int)flags;
5029 -(
FSProgressive*)startImportPagesFromFilePath: (
int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password;
5031 -(
FSProgressive*)startImportPages: (
int)dest_index src_doc: (
FSPDFDoc*)src_doc flags: (
unsigned int)flags layer_name: (NSString *)layer_name page_range: (
FSRange*)page_range;
5032 -(
FSProgressive*)startImportPages: (
int)dest_index src_doc: (
FSPDFDoc*)src_doc flags: (
unsigned int)flags layer_name: (NSString *)layer_name;
5033 -(
FSProgressive*)startImportPages: (
int)dest_index src_doc: (
FSPDFDoc*)src_doc flags: (
unsigned int)flags;
5036 -(
FSProgressive*)startExtractPages: (NSString *)file_path options: (
unsigned int)options page_range: (
FSRange*)page_range;
5037 -(
FSProgressive*)startExtractPages: (NSString *)file_path options: (
unsigned int)options;
5041 -(void)insertDocument: (
int)dest_index src_doc: (
FSPDFDoc*)src_doc options: (
unsigned int)options;
5042 -(BOOL)importFromFDF: (
FSFDFDoc*)fdf_doc types: (
int)types page_range: (
FSRange*)page_range;
5043 -(BOOL)importFromFDF: (
FSFDFDoc*)fdf_doc types: (
int)types;
5044 -(BOOL)importFromFDF: (
FSFDFDoc*)fdf_doc;
5045 -(BOOL)exportToFDF: (
FSFDFDoc*)fdf_doc types: (
int)types page_range: (
FSRange*)page_range;
5046 -(BOOL)exportToFDF: (
FSFDFDoc*)fdf_doc types: (
int)types;
5047 -(BOOL)exportToFDF: (
FSFDFDoc*)fdf_doc;
5048 -(BOOL)exportAnnotToFDF: (
FSAnnot*)pdf_annot fdf_doc: (
FSFDFDoc*)fdf_doc;
5049 -(BOOL)exportFormFieldsToFDF: (
FSFieldArray*)field_array is_include: (BOOL)is_include fdf_doc: (
FSFDFDoc*)fdf_doc;
5050 -(NSString *)getHeader;
5053 -(BOOL)removeSecurity;
5055 -(
FSFont*)getFont: (
int)index;
5057 -(BOOL)setOpenAction: (
FSAction*)action;
5058 -(BOOL)removeOpenAction;
5059 -(BOOL)doJSOpenAction;
5064 -(void)addTableOfContentsWithTitle: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array;
5066 -(void)setCacheFile: (
id<
FSStreamCallback>)file_stream is_own_file_stream: (BOOL)is_own_file_stream;
5069 -(NSString *)getPageText: (
int)page_index;
5081 -(
FSAnnotArray*)getAnnotsByIdArray: (NSArray<NSString *> *)unique_id_arr;
5082 -(void)loadAnnotsFonts: (
FSRange*)page_range;
5083 -(id)initWithBuffer: (NSData *)buffer;
5090 @property (nonatomic, copy, getter=getFileName) NSString * fileName;
5092 @property (nonatomic, copy, getter=getDescription) NSString * description;
5093 @property (nonatomic, copy, getter=getDescriptionW) NSString * descriptionW;
5094 @property (nonatomic, copy, getter=getCreationDateTime)
FSDateTime* creationDateTime;
5095 @property (nonatomic, copy, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
5096 @property (nonatomic, copy, getter=getSubtype) NSString * subtype;
5097 @property (nonatomic, copy, getter=getChecksum) NSData * checksum;
5098 -(id)
init NS_UNAVAILABLE;
5100 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5101 -(id)initWithDocument: (
FSPDFDoc*)document;
5105 -(
long long)getFileSize;
5106 -(
long long)getCompressedEmbeddedFileSize;
5108 -(BOOL)embed: (NSString *)file_path;
5109 -(BOOL)embedWithPdfObject: (
FSPDFObject*)pdf_object;
5114 -(BOOL)exportToFile: (NSString *)path;
5122 @property (nonatomic, copy, getter=getText_state)
FSTextState* text_state;
5123 @property (nonatomic, copy, getter=getText) NSString * text;
5125 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5126 -(id)initWithText_state: (
FSTextState*)text_state text: (NSString *)text;
5129 -(void)set: (
FSTextState*)text_state text: (NSString *)text;
5140 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5143 -(
unsigned long)getSize;
5146 -(void)removeAt: (
unsigned long)index;
5168 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5188 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5193 -(void)move: (
FSPointF*)point width: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
5194 -(void)move: (
FSPointF*)point width: (
float)width height: (
float)height;
5205 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5217 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5221 -(void)setBitmap: (
FSBitmap*)bitmap;
5262 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5263 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
5266 -(void)setSimulationProfile: (NSString *)icc_profile_path;
5269 -(
unsigned int)getSpotPlateColor: (NSString *)plate_name;
5270 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
5271 -(BOOL)isChecked: (NSString *)plate_name;
5272 -(void)enableSimulateOverprint: (BOOL)is_to_simulate_overprint;
5285 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5288 -(
unsigned long)getSize;
5291 -(void)removeAt: (
unsigned long)index;
5292 -(void)insertAt: (
unsigned long)index element: (
FSLayerNode*)element;
5304 @property (nonatomic, getter=getMin_factor)
float min_factor;
5305 @property (nonatomic, getter=getMax_factor)
float max_factor;
5307 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5309 -(id)initWithMin_factor: (
float)min_factor max_factor: (
float)max_factor;
5311 -(void)set: (
float)min_factor max_factor: (
float)max_factor;
5326 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5327 -(id)initWithDocument: (
FSPDFDoc*)document;
5344 @property (nonatomic, copy, getter=getSubtype) NSString * subtype;
5347 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5367 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5377 -(BOOL)setVisible: (
FSLayerNode*)layer is_visible: (BOOL)is_visible;
5386 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5391 -(BOOL)removeChild: (
int)index;
5392 -(BOOL)moveTo: (
FSLayerNode*)parent_layer_node index: (
int)index;
5393 -(
FSLayerNode*)addChild: (
int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
5397 -(BOOL)hasIntent: (NSString *)intent;
5403 -(BOOL)setName: (NSString *)name;
5404 -(BOOL)setDefaultVisible: (BOOL)is_visible;
5420 @property (nonatomic, copy, getter=getCreationDateTime)
FSDateTime* creationDateTime;
5421 @property (nonatomic, copy, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
5422 -(id)
init NS_UNAVAILABLE;
5424 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5425 -(id)initWithDocument: (
FSPDFDoc*)document;
5428 -(BOOL)hasKey: (NSString *)key;
5429 -(NSArray<NSString *> *)getValues: (NSString *)key;
5430 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
5431 -(NSArray<NSString *> *)getCustomerKeys;
5432 -(void)removeCustomerKey: (NSString *)key;
5440 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5445 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
5446 -(BOOL)setSize: (
int)nNewSize;
5452 -(BOOL)insertAt: (
int)nIndex newElement: (
FSGraphicsObject*)newElement nCount: (
int)nCount;
5454 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
5455 -(BOOL)removeAt: (
int)nIndex;
5456 -(BOOL)insertAt: (
int)nStartIndex pNewArray: (
FSBasicArray*)pNewArray;
5465 @property (nonatomic, copy, getter=getFillColor)
FSColor* fillColor;
5466 @property (nonatomic, copy, getter=getStrokeColor)
FSColor* strokeColor;
5467 -(id)
init NS_UNAVAILABLE;
5469 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5482 -(id)
init NS_UNAVAILABLE;
5484 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5485 -(BOOL)hasTag: (NSString *)tag_name;
5487 -(NSString *)getItemTagName: (
int)index;
5488 -(int)getItemMCID: (
int)index;
5490 -(int)addItem: (NSString *)tag_name property_dict: (
FSPDFDictionary*)property_dict;
5491 -(int)addItem: (NSString *)tag_name;
5492 -(BOOL)removeItem: (NSString *)tag_name;
5531 @property (nonatomic, getter=getStrokeColor)
unsigned int strokeColor;
5532 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
5533 @property (nonatomic, copy, getter=getColorState)
FSColorState* colorState;
5534 @property (nonatomic, getter=getFillOpacity)
float fillOpacity;
5535 @property (nonatomic, getter=getStrokeOpacity)
float strokeOpacity;
5536 @property (nonatomic, copy, getter=getMatrix)
FSMatrix2D* matrix;
5537 @property (nonatomic, copy, getter=getGraphState)
FSGraphState* graphState;
5539 @property (nonatomic, copy, getter=getClipRect)
FSRectF* clipRect;
5541 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5544 -(BOOL)hasTransparency;
5545 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
5548 -(int)getClipPathCount;
5549 -(
FSPath*)getClipPath: (
int)index;
5550 -(
FSFillMode)getClipPathFillMode: (
int)index;
5552 -(BOOL)removeClipPath: (
int)index;
5553 -(int)getClipTextObjectCount;
5556 -(BOOL)removeClipTextObject: (
int)index;
5565 -(void)rotate: (
int)angle;
5587 @property (nonatomic, getter=getVersion)
unsigned int version;
5588 @property (nonatomic, getter=getFont_size)
float font_size;
5589 @property (nonatomic, getter=getCharspace)
float charspace;
5590 @property (nonatomic, getter=getWordspace)
float wordspace;
5592 @property (nonatomic, copy, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
5593 @property (nonatomic, copy, getter=getOrigin_position)
FSPointF* origin_position;
5594 @property (nonatomic, copy, getter=getFont)
FSFont* font;
5596 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5597 -(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;
5600 -(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;
5609 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5612 -(void)setBitmap: (
FSBitmap*)bitmap;
5613 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index;
5629 @property (nonatomic, copy, getter=getText) NSString * text;
5630 -(id)
init NS_UNAVAILABLE;
5632 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5635 -(void)setTextState: (
FSPDFPage*)page text_state: (
FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
5637 -(
FSPointF*)getCharPos: (
int)index;
5638 -(float)getCharWidthByIndex: (
int)index;
5639 -(float)getCharHeightByIndex: (
int)index;
5647 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
5648 @property (nonatomic, copy, getter=getPathData)
FSPath* pathData;
5649 -(id)
init NS_UNAVAILABLE;
5651 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5662 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5666 -(BOOL)importPageContent: (
FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
5675 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5690 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5696 -(long)getNextGraphicsObjectPosition: (
long)position;
5700 -(long)getPrevGraphicsObjectPosition: (
long)position;
5702 -(long)insertGraphicsObject: (
long)position_insert_after graphics_object: (
FSGraphicsObject*)graphics_object;
5704 -(BOOL)removeGraphicsObjectByPosition: (
long)position;
5705 -(long)moveGraphicsObjectByPosition: (
long)current_position position_move_after: (
long)position_move_after;
5758 @property (nonatomic, getter=getUserUnitSize)
float userUnitSize;
5759 -(id)
init NS_UNAVAILABLE;
5761 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5775 -(
FSMatrix2D*)getDisplayMatrix: (
int)left top: (
int)top width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
5777 -(int)getAnnotCount;
5778 -(
FSAnnot*)getAnnot: (
int)index;
5779 -(
FSAnnot*)getAnnotAtPoint: (
FSPointF*)position tolerance: (
float)tolerance;
5781 -(
FSAnnot*)getAnnotAtDevicePoint: (
FSPointF*)position tolerance: (
float)tolerance;
5787 -(BOOL)removeAnnot: (
FSAnnot*)annot;
5788 -(void)moveAnnotToFirst: (
FSAnnot*)annot;
5789 -(void)moveAnnotToLast: (
FSAnnot*)annot;
5790 -(void)moveAnnotToPrev: (
FSAnnot*)annot;
5791 -(void)moveAnnotToNext: (
FSAnnot*)annot;
5792 -(void)updateAnnotList;
5793 -(BOOL)hasTransparency;
5795 -(BOOL)flatten: (BOOL)for_display options: (
unsigned int)options;
5796 -(BOOL)flatten: (BOOL)for_display;
5797 -(BOOL)flattenAnnot: (
FSAnnot*)annot;
5798 -(BOOL)setAnnotGroup: (
FSMarkupArray*)annot_array header_index: (
int)header_index;
5800 -(
FSSignature*)addSignatureWithFieldName: (
FSRectF*)rect field_name: (NSString *)field_name;
5804 -(BOOL)hasWatermark;
5805 -(BOOL)removeAllWatermarks;
5806 -(void)setSize: (
float)width height: (
float)height;
5810 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path need_transform_annotations: (BOOL)need_transform_annotations;
5811 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path;
5813 -(void)setClipRect: (
FSRectF*)clip_rect;
5814 -(void)setThumbnail: (
FSBitmap*)thumbnail;
5827 -(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;
5828 -(BOOL)addImage: (
FSImage*)image frame_index: (
int)frame_index position: (
FSPointF*)position width: (
float)width height: (
float)height;
5829 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (
FSPointF*)position width: (
float)width height: (
float)height auto_generate_content: (BOOL)auto_generate_content;
5830 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (
FSPointF*)position width: (
float)width height: (
float)height;
5835 -(
FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
5836 -(void)clearRenderCache;
5838 -(BOOL)addText: (NSString *)text rect: (
FSRectF*)rect style: (
FSRichTextStyle*)style matrix: (
FSMatrix2D*)matrix is_each_text: (BOOL)is_each_text disable_embed_font: (BOOL)disable_embed_font;
5869 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
5875 @property (nonatomic, getter=getPrintCopies)
int printCopies;
5876 @property (nonatomic, copy, getter=getPrintRange)
FSRange* printRange;
5877 -(id)
init NS_UNAVAILABLE;
5879 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5881 -(id)initWithDocument: (
FSPDFDoc*)document;
5904 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5905 -(id)initWithDocument: (
FSPDFDoc*)document;
5908 -(NSString *)getPageLabelTitle: (
int)page_index;
5909 -(BOOL)hasPageLabel: (
int)page_index;
5911 -(NSString *)getPageLabelPrefix: (
int)page_index;
5912 -(int)getPageLabelStart: (
int)page_index;
5913 -(void)setPageLabel: (
int)page_index label_style: (
FSPageLabelsStyle)label_style first_label_number: (
int)first_label_number prefix_string: (NSString *)prefix_string;
5914 -(void)setPageLabel: (
int)page_index label_style: (
FSPageLabelsStyle)label_style first_label_number: (
int)first_label_number;
5915 -(void)removePageLabel: (
int)page_index;
5928 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5929 -(id)initWithBitmap: (
FSBitmap*)bitmap simulate: (BOOL)simulate;
5930 -(id)initWithWidth: (
int)width height: (
int)height simulate: (BOOL)simulate;
5931 -(id)initWithOther: (
FSPSI*)other;
5934 -(void)setColor: (
unsigned int)color;
5935 -(void)setDiameter: (
int)diameter;
5936 -(void)setOpacity: (
float)opacity;
5947 @property (nonatomic, copy, getter=getTitle) NSString * title;
5948 @property (nonatomic, getter=getPageIndex)
int pageIndex;
5949 -(id)
init NS_UNAVAILABLE;
5951 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5954 -(
FSDateTime*)getDateTime: (BOOL)is_creation_date;
5955 -(void)setDateTime: (
FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
5970 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5974 -(void)setScreenSize: (
float)width height: (
float)height;
5975 -(void)setScreenMargin: (
int)left top: (
int)top right: (
int)right bottom: (
int)bottom;
5976 -(void)setZoom: (
int)zoom;
5977 -(void)setParseFlags: (
unsigned int)flags;
5978 -(void)setLineSpace: (
float)line_space;
5979 -(void)setImageScale: (
float)image_scale;
5980 -(void)setTopSpace: (
float)top_space;
5985 -(
FSMatrix2D*)getDisplayMatrix: (
float)offset_x offset_y: (
float)offset_y width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
5987 -(
FSPointF*)getFocusPosition: (
FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
6010 @property (nonatomic, copy, getter=getFont)
FSFont* font;
6012 @property (nonatomic, getter=getFont_size)
float font_size;
6013 @property (nonatomic, getter=getOrigin_x)
float origin_x;
6014 @property (nonatomic, getter=getOrigin_y)
float origin_y;
6015 @property (nonatomic, copy, getter=getChar_box)
FSRectF* char_box;
6016 @property (nonatomic, copy, getter=getChar_outbox)
FSRectF* char_outbox;
6017 @property (nonatomic, copy, getter=getMatrix)
FSMatrix2D* matrix;
6019 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6042 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6043 -(id)initWithPage: (
FSPDFPage*)page flags: (
int)flags;
6049 -(NSString *)
getChars: (
int)start count: (
int)count;
6052 -(int)getIndexAtPos: (
float)x y: (
float)y tolerance: (
float)tolerance;
6053 -(NSString *)getTextInRect: (
FSRectF*)rect;
6055 -(
FSRange*)getWordAtPos: (
float)x y: (
float)y tolerance: (
float)tolerance;
6059 -(
FSRectF*)getTextRect: (
int)rect_index;
6060 -(
FSRotation)getBaselineRotation: (
int)rect_index;
6063 -(NSString *)getTextUnderAnnot: (
FSAnnot*)annot;
6080 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6083 -(id)initWithDocument: (
FSPDFDoc*)document;
6085 -(id)initWithXfa_document: (
FSXFADoc*)xfa_document;
6086 -(id)initWithText_page: (
FSTextPage*)text_page;
6087 -(id)initWithAnnot: (
FSAnnot*)annot;
6090 -(BOOL)setPattern: (NSString *)key_words is_regex_search: (BOOL)is_regex_search;
6091 -(BOOL)setPattern: (NSString *)key_words;
6092 -(BOOL)setStartPage: (
int)page_index;
6093 -(BOOL)setEndPage: (
int)page_index;
6094 -(BOOL)setStartCharacter: (
int)char_index;
6095 -(BOOL)setSearchFlags: (
unsigned int)search_flags;
6113 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6128 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6141 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6146 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
6147 -(BOOL)setSize: (
int)nNewSize;
6150 -(BOOL)setAt: (
int)nIndex newElement: (
FSEnvelope*)newElement;
6151 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSEnvelope*)newElement;
6153 -(BOOL)insertAt: (
int)nIndex newElement: (
FSEnvelope*)newElement nCount: (
int)nCount;
6154 -(BOOL)insertAt: (
int)nIndex newElement: (
FSEnvelope*)newElement;
6155 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
6156 -(BOOL)removeAt: (
int)nIndex;
6157 -(BOOL)insertAt: (
int)nStartIndex pNewArray: (
FSBasicArray*)pNewArray;
6158 -(int)find: (
FSEnvelope*)data iStart: (
int)iStart;
6173 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6188 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6189 @property (nonatomic, getter=getUser_permissions)
unsigned int user_permissions;
6191 @property (nonatomic, getter=getKey_length)
int key_length;
6193 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6194 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (
unsigned int)user_permissions cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length;
6197 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (
unsigned int)user_permissions cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length;
6210 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6213 -(BOOL)initialize: (
FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6214 -(BOOL)initializeW: (
FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6215 -(void)setAES256ModifyFlags: (
unsigned int)modify_flags;
6226 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6228 @property (nonatomic, copy, getter=getEnvelopes) NSArray<NSData *> * envelopes;
6230 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6231 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (
FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
6242 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6243 -(id)initWithCertFilePath: (NSString *)certFilePath;
6245 -(NSString *)getDecryptionKey: (NSString *)p12FilePath password: (NSString *)password;
6246 -(id)initWithBuffer: (NSData *)buffer;
6254 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6269 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6270 @property (nonatomic, copy, getter=getSub_filter) NSString * sub_filter;
6272 @property (nonatomic, getter=getKey_length)
int key_length;
6273 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
6274 @property (nonatomic, getter=getUser_permissions)
unsigned int user_permissions;
6276 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6277 -(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;
6280 -(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;
6287 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6290 -(BOOL)initialize: (
FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSString *)initial_key;
6291 -(NSString *)getDRMValue: (NSString *)key;
6292 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
6304 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6305 @property (nonatomic, copy, getter=getFilter) NSString * filter;
6306 @property (nonatomic, copy, getter=getSub_filter) NSString * sub_filter;
6308 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6309 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6312 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6319 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6334 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6335 @property (nonatomic, copy, getter=getPublish_license) NSString * publish_license;
6336 @property (nonatomic, copy, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
6337 @property (nonatomic, getter=getIrm_version)
float irm_version;
6339 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6340 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata publish_license: (NSData *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (
float)irm_version;
6341 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list;
6344 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (
float)irm_version;
6345 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list;
6352 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6380 -(id)
init NS_UNAVAILABLE;
6382 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6391 -(BOOL)adjustStructureOrder: (
FSAnnotArray*)annot_array;
6400 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6415 typedef NS_ENUM(NSInteger, FSWatermarkSettingsFlags) {
6431 @property (nonatomic, getter=getPosition) FSPosition position;
6432 @property (nonatomic, getter=getOffset_x)
float offset_x;
6433 @property (nonatomic, getter=getOffset_y)
float offset_y;
6434 @property (nonatomic, getter=getFlags)
unsigned int flags;
6435 @property (nonatomic, getter=getScale_x)
float scale_x;
6436 @property (nonatomic, getter=getScale_y)
float scale_y;
6437 @property (nonatomic, getter=getRotation)
float rotation;
6438 @property (nonatomic, getter=getOpacity)
int opacity;
6440 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6441 -(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;
6444 -(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;
6459 @property (nonatomic, getter=getFont_size)
float font_size;
6460 @property (nonatomic, getter=getColor)
unsigned int color;
6462 @property (nonatomic, getter=getLine_space)
float line_space;
6464 @property (nonatomic, copy, getter=getFont)
FSFont* font;
6466 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6481 -(id)
init NS_UNAVAILABLE;
6483 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6484 -(void)onTimer: (
int)timer;
6490 typedef NS_ENUM(NSInteger, FSFillerAssistCallbackPopupMenuItem) {
6491 FSFillerAssistCallbackPopupMenuItemNone = 0,
6492 FSFillerAssistCallbackPopupMenuItemCut = 1,
6493 FSFillerAssistCallbackPopupMenuItemCopy = 2,
6494 FSFillerAssistCallbackPopupMenuItemPaste = 3,
6495 FSFillerAssistCallbackPopupMenuItemDelete = 4,
6496 FSFillerAssistCallbackPopupMenuItemSelectAll = 5
6607 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6609 -(id)initWithOther: (
FSFiller*)other;
6612 -(BOOL)onLButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6613 -(BOOL)onLButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6614 -(BOOL)onLButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6615 -(BOOL)onMouseMove: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6616 -(BOOL)onMouseEnter: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6617 -(BOOL)onMouseHover: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6618 -(BOOL)onMouseLeave: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6619 -(BOOL)onMouseWheel: (
FSPDFPage*)page point: (
FSPointF*)point delta: (
int)delta flags: (
unsigned int)flags;
6620 -(BOOL)onRButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6621 -(BOOL)onRButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6622 -(BOOL)onRButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6623 -(BOOL)onWheelButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6624 -(BOOL)onWheelButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6625 -(BOOL)onWheelButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
6626 -(BOOL)onKeyDown: (
unsigned int)key_code flags: (
unsigned int)flags;
6627 -(BOOL)onKeyUp: (
unsigned int)key_code flags: (
unsigned int)flags;
6628 -(BOOL)onChar: (
unsigned int)char_code flags: (
unsigned int)flags;
6631 -(void)highlightFormFields: (BOOL)is_highlight;
6632 -(void)highlightFormFieldsAndSignature: (BOOL)is_highlight is_sign_highlight: (BOOL)is_sign_highlight;
6633 -(void)setHighlightColor: (
unsigned int)color;
6634 -(void)showOverflowIndicator: (BOOL)is_show_overflow_indicator;
6652 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6655 -(
unsigned long)getSize;
6656 -(
FSField*)getAt: (
unsigned long)index;
6657 -(void)add: (
FSField*)element;
6658 -(void)removeAt: (
unsigned long)index;
6659 -(void)insertAt: (
unsigned long)index element: (
FSField*)element;
6671 @property (nonatomic, copy, getter=getOption_value) NSString * option_value;
6672 @property (nonatomic, copy, getter=getOption_label) NSString * option_label;
6673 @property (nonatomic, getter=getSelected) BOOL selected;
6674 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
6676 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6678 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
6680 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
6691 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6694 -(
unsigned long)getSize;
6697 -(void)removeAt: (
unsigned long)index;
6698 -(void)insertAt: (
unsigned long)index element: (
FSChoiceOption*)element;
6736 @property (nonatomic, getter=getFlags)
unsigned int flags;
6737 @property (nonatomic, copy, getter=getDefaultValue) NSString * defaultValue;
6738 @property (nonatomic, copy, getter=getValue) NSString *
value;
6740 @property (nonatomic, copy, getter=getAlternateName) NSString * alternateName;
6742 @property (nonatomic, copy, getter=getMappingName) NSString * mappingName;
6743 @property (nonatomic, getter=getMaxLength)
int maxLength;
6745 @property (nonatomic, getter=getTopVisibleIndex)
int topVisibleIndex;
6747 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6749 -(id)initWithField: (
FSField*)field;
6752 -(NSString *)getName;
6753 -(int)getControlCount;
6755 -(int)getControlCount: (
FSPDFPage*)page;
6761 -(
FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
6770 @property (nonatomic, copy, getter=getFieldsInCalculationOrder)
FSFieldArray* fieldsInCalculationOrder;
6771 -(id)
init NS_UNAVAILABLE;
6773 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6774 -(id)initWithDocument: (
FSPDFDoc*)document;
6775 -(id)initWithOther: (
FSForm*)other;
6777 -(BOOL)needConstructAppearances;
6778 -(void)setConstructAppearances: (BOOL)need_construct;
6783 -(BOOL)validateFieldName: (
FSFieldType)type field_name: (NSString *)field_name;
6784 -(BOOL)renameField: (
FSField*)field new_field_name: (NSString *)new_field_name;
6786 -(BOOL)moveControl: (
FSControl*)control field_name: (NSString *)field_name;
6787 -(void)removeField: (
FSField*)field;
6788 -(void)removeControl: (
FSControl*)control;
6789 -(int)getFieldCount: (NSString *)filter;
6790 -(int)getFieldCount;
6791 -(
FSField*)getField: (
int)index filter: (NSString *)filter;
6792 -(
FSField*)getField: (
int)index;
6793 -(int)getControlCount: (
FSPDFPage*)page;
6797 -(BOOL)exportToXML: (NSString *)file_path;
6798 -(BOOL)exportToXML: (NSString *)file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
6800 -(BOOL)importFromXML: (NSString *)file_path;
6801 -(BOOL)exportToCSV: (NSString *)csv_file_path pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
6802 -(BOOL)exportToCSVWithCsvFile: (
id<
FSStreamCallback>)csv_file pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
6803 -(BOOL)exportToHTML: (NSString *)html_file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
6805 -(BOOL)exportToTXT: (NSString *)txt_file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
6808 -(void)fixPageFields: (
int)page_index;
6816 @property (nonatomic, copy, getter=getExportValue) NSString * exportValue;
6819 -(id)
init NS_UNAVAILABLE;
6821 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6829 -(void)setChecked: (BOOL)checked_status;
6830 -(BOOL)isDefaultChecked;
6831 -(void)setDefaultChecked: (BOOL)checked_status;
6843 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6846 -(
unsigned long)getSize;
6849 -(void)removeAt: (
unsigned long)index;
6850 -(void)insertAt: (
unsigned long)index element: (
FSSignature*)element;
6960 @property (nonatomic, getter=getAppearanceFlags)
unsigned int appearanceFlags;
6961 @property (nonatomic, copy, getter=getSignTime)
FSDateTime* signTime;
6962 @property (nonatomic, copy, getter=getFilter) NSString * filter;
6963 @property (nonatomic, copy, getter=getSubFilter) NSString * subFilter;
6964 @property (nonatomic, copy, getter=getBitmap)
FSBitmap* bitmap;
6966 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6967 -(id)initWithField: (
FSField*)field;
6973 -(NSArray<NSString *> *)getFieldMDPActionFields;
6974 -(void)enableIncrementalSaveForFirstSigning: (BOOL)enable_incremental_save;
6976 -(
FSProgressive*)startSign: (NSString *)cert_path cert_password: (NSString *)cert_password digest_algorithm: (
FSSignatureDigestAlgorithm)digest_algorithm save_path: (NSString *)save_path client_data: (NSData *)client_data;
6990 -(NSString *)getCertificateInfo: (NSString *)key;
6991 -(
unsigned int)getState;
6992 -(BOOL)clearSignedData;
6994 -(
FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
6995 -(void)setAppearanceContent: (NSString *)appearance_content;
7000 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index;
7001 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (
int)frame_index;
7003 -(void)setDefaultContentsLength: (
unsigned int)default_length;
7005 -(NSString *)getCert: (
int)index;
7006 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
7010 -(void)setCustomObject: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object;
7012 -(BOOL)generateAppearance;
7014 -(void)enableEmbedFont: (BOOL)enable_embed_font;
7015 -(BOOL)detectModification;
7022 typedef NS_ENUM(NSInteger, FSSignatureCallbackCertValidity) {
7023 FSSignatureCallbackCertValid = 0,
7024 FSSignatureCallbackCertExpired = 1,
7025 FSSignatureCallbackCertUnsupportType = 2,
7026 FSSignatureCallbackCertDataError = 3,
7027 FSSignatureCallbackCertInvalidPassword = 4,
7028 FSSignatureCallbackCertInvalidPath = 5,
7029 FSSignatureCallbackCertNotSet = 6,
7030 FSSignatureCallbackCertCannotGetPrivateKey = 7
7041 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7044 +(int)getServerCount;
7048 +(void)setDefaultServerWithIndex: (
int)index;
7050 +(
FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
7051 +(void)removeServerWithIndex: (
int)index;
7073 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7103 @property (nonatomic, getter=getOffset)
float offset;
7104 @property (nonatomic, getter=getFirst_page_percent)
float first_page_percent;
7105 @property (nonatomic, getter=getIs_on_perforation) BOOL is_on_perforation;
7107 @property (nonatomic, getter=getIs_display_multiple_seal) BOOL is_display_multiple_seal;
7108 @property (nonatomic, getter=getPage_count_for_each_seal)
int page_count_for_each_seal;
7109 -(id)
init NS_UNAVAILABLE;
7111 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7112 -(id)initWithPaging_seal_position: (
FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (
float)offset first_page_percent: (
float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (
FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (
int)page_count_for_each_seal;
7115 -(id)initWithPaging_seal_position: (
FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (
float)offset first_page_percent: (
float)first_page_percent is_on_perforation: (BOOL)is_on_perforation;
7116 -(void)set: (
FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (
float)offset first_page_percent: (
float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (
FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (
int)page_count_for_each_seal;
7134 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7155 @property (nonatomic, copy, getter=getResponse_data) NSString * response_data;
7157 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7171 @property (nonatomic, copy, getter=getStart_time)
FSDateTime* start_time;
7172 @property (nonatomic, copy, getter=getEnd_time)
FSDateTime* end_time;
7174 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7216 @property (nonatomic, copy, getter=getCert) NSString * cert;
7217 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
7218 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
7219 @property (nonatomic, copy, getter=getResponse)
FSResponse* response;
7220 @property (nonatomic, copy, getter=getResponse_effect_time_range)
FSTimeRange* response_effect_time_range;
7221 @property (nonatomic, copy, getter=getRevoke_time)
FSDateTime* revoke_time;
7224 @property (nonatomic, copy, getter=getCert_check_time)
FSDateTime* cert_check_time;
7225 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
7226 @property (nonatomic, copy, getter=getSignature_vri_creation_time)
FSDateTime* signature_vri_creation_time;
7227 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
7228 @property (nonatomic, copy, getter=getResponse_signature_vri_creation_time)
FSDateTime* response_signature_vri_creation_time;
7231 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7246 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7249 -(
unsigned long)getSize;
7252 -(void)removeAt: (
unsigned long)index;
7265 @property (nonatomic, copy, getter=getCert) NSString * cert;
7266 @property (nonatomic, copy, getter=getIssuer) NSString * issuer;
7268 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7269 -(id)initWithCert: (NSString *)cert issuer: (NSString *)issuer;
7272 -(void)set: (NSString *)cert issuer: (NSString *)issuer;
7282 @property (nonatomic, copy, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
7283 @property (nonatomic, copy, getter=getCrl_array) NSArray<NSData *> * crl_array;
7285 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7286 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7289 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
7304 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7307 -(
unsigned long)getSize;
7310 -(void)removeAt: (
unsigned long)index;
7332 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7333 -(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;
7356 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7381 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7396 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7399 -(
unsigned long)getSize;
7402 -(void)removeAt: (
unsigned long)index;
7403 -(void)insertAt: (
unsigned long)index element: (
FSPortfolioNode*)element;
7411 @property (nonatomic, copy, getter=getDescription) NSString * description;
7412 -(id)
init NS_UNAVAILABLE;
7414 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7417 -(NSString *)getName;
7419 -(
FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSStreamCallback>)file_stream file_name: (NSString *)file_name;
7434 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7444 @property (nonatomic, copy, getter=getKeyName) NSString * keyName;
7445 @property (nonatomic, copy, getter=getSubtypeName) NSString * subtypeName;
7446 @property (nonatomic, copy, getter=getDisplayName) NSString * displayName;
7448 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7453 -(void)setVisibility: (BOOL)is_visible;
7465 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7468 -(
unsigned long)getSize;
7471 -(void)removeAt: (
unsigned long)index;
7472 -(void)insertAt: (
unsigned long)index element: (
FSSchemaField*)element;
7488 @property (nonatomic, copy, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
7489 @property (nonatomic, copy, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
7491 -(id)
init NS_UNAVAILABLE;
7493 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7500 -(BOOL)isSortedInAscending;
7501 -(void)setSortingOrder: (BOOL)use_ascending_order;
7507 typedef NS_ENUM(NSInteger, FSAnnotationSummaryCallbackAnnotationSummaryStringID) {
7508 FSAnnotationSummaryCallbackAnnotationSummaryStringIDAuthor = 0,
7509 FSAnnotationSummaryCallbackAnnotationSummaryStringIDDate = 1,
7510 FSAnnotationSummaryCallbackAnnotationSummaryStringIDPage = 2,
7511 FSAnnotationSummaryCallbackAnnotationSummaryStringIDType = 3,
7512 FSAnnotationSummaryCallbackAnnotationSummaryStringIDDocumentTitle = 4,
7513 FSAnnotationSummaryCallbackAnnotationSummaryStringIDPageTitle = 5,
7514 FSAnnotationSummaryCallbackAnnotationSummaryStringIDNoAnnotations = 6,
7515 FSAnnotationSummaryCallbackAnnotationSummaryStringIDNumber = 7,
7516 FSAnnotationSummaryCallbackAnnotationSummaryStringIDSubject = 8
7544 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7551 -(void)setAnnotType: (
FSAnnotType)type use_all: (BOOL)use_all;
7552 -(void)setFileTitle: (NSString *)title;
7553 -(void)setPageRect: (
FSRectF*)rect;
7554 -(void)setPageMargin: (
FSRectF*)margin;
7555 -(void)setStartPage: (
int)page_index;
7556 -(void)setEndPage: (
int)page_index;
7557 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
7558 -(void)setConnectorLineColor: (
unsigned int)color;
7559 -(void)setConnectorLineOpacity: (
float)opacity;
7569 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7570 -(id)initWithDocument: (
FSPDFDoc*)document;
7601 -(NSData *)readBlock: (
unsigned long long)offset size: (
unsigned long long)size;
7630 -(BOOL)writeBlock:(NSData*)data offset:(
unsigned long long)offset;
7666 -(NSData *)readBlock: (
unsigned long long)offset size: (
unsigned long long)size;
7675 -(BOOL)writeBlock:(NSData*)data offset:(
unsigned long long)offset;
7701 -(int)getCurrentPage:(
FSPDFDoc*)pdfDoc;
7713 -(void)setCurrentPage:(
FSPDFDoc*)pdfDoc pageIndex:(
int)pageIndex;
7753 -(BOOL)setPageRotation:(
FSPDFDoc*)pdfDoc pageIndex:(
int)pageIndex rotation:(
FSRotation)rotation;
7785 -(int)alert:(NSString*)msg title:(NSString*)title type:(
int)type icon:(
int)icon;
7808 -(BOOL)invalidateRect:(
FSPDFDoc *)document page_index:(
int)page_index pdf_rect:(
FSRectF *)pdf_rect;
7821 -(BOOL)setDocChangeMark:(
FSPDFDoc*)document change_mark:(BOOL)change_mark;
7833 -(BOOL)getDocChangeMark:(
FSPDFDoc*)document;
7849 -(BOOL)submitForm:(
FSPDFDoc*)document formData:(NSData*)formData url:(NSString*)url file_format_type:(
FSFileFormatType)file_format_type;
7880 - (NSString *)browseFile:(BOOL)is_open_dialog file_format:(NSString *)file_format file_filter:(NSString *)file_filter;
7895 - (NSString *)getAppInfo:(FSActionCallbackAppInfoType)type;
7914 - (void)query:(NSString *)keywords search_scope:(FSActionCallbackSearchScope)search_scope search_option:(
FSSearchOption *)search_option di_path:(NSString *)di_path;
7927 - (
FSSearchIndexConfig *)addSearchIndex:(NSString *)di_path is_selected:(BOOL)is_selected;
7962 - (NSString *)GetJapaneseEras:(
int)year month:(
int)month day:(
int)day;
8003 -(BOOL)hasIcon: (
FSAnnotType)annotType iconName: (NSString*)iconName;
8014 -(BOOL)canChangeColor: (
FSAnnotType)annotType iconName: (NSString*)iconName;
8025 -(
FSPDFPage*)getIcon: (
FSAnnotType)annotType iconName: (NSString*)iconName color: (
unsigned int)color;
8040 -(
FSShadingColor*)getShadingColor: (
FSAnnotType)annotType iconName: (NSString*)iconName refColor: (
unsigned int)refColor shadingIndex: (
int)shadingIndex ShadingColor:(
FSShadingColor*)out_shading_color;
8054 -(NSNumber*)getDisplayWidth: (
FSAnnotType)annotType iconName: (NSString*)iconName;
8068 -(NSNumber*)getDisplayHeight: (
FSAnnotType)annotType iconName: (NSString*)iconName;
8126 -(void)onDocWillDestroy:(
FSPDFDoc*)document;
8134 -(void)onDocWillSave:(
FSPDFDoc*)document;
8169 -(BOOL)isDataAvail:(
int)offset size:(
int)size;
8184 -(BOOL)addDownloadHint:(
int)offset size:(
int)size;
8218 -(BOOL)setTimer:(
int)elapse timer:(
FSTimer*)timer out_timer_id:(
int*)out_timer_id;
8227 -(BOOL)killTimer:(
int)timer_id;
8238 -(void)focusGotOnControl:(
FSControl*)control value:(NSString*)value;
8249 -(void)focusLostFromControl:(
FSControl*)control value:(NSString*)value;
8261 - (void)reportInvalidValue:(NSString *)form_field_name invalid_value:(NSString *)invalid_value;
8285 - (BOOL)appendPopupMenuItem:(
void *)h_popup_menu popupMenuItem:(FSFillerAssistCallbackPopupMenuItem)popupMenuItem default_string:(NSString *)default_string;
8299 - (BOOL)enablePopupMenuItem:(
void *)h_popup_menu popupMenuItem:(FSFillerAssistCallbackPopupMenuItem)popupMenuItem is_enabled:(BOOL)is_enabled;
8311 - (BOOL)showPopupMenu:(
void *)h_popup_menu point:(
FSPointF *)point;
8322 - (void)destroyPopupMenu:(
void *)h_popup_menu;
8333 - (void)setClipboardText:(NSString *)text;
8364 - (void)editingMonitorOnCaretChanged:(
int)n_caret_pos;
8372 - (void)editingMonitorOnContentChanged:(NSString *)content;
8396 -(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;
8467 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
8490 -(BOOL)isOwner: (
FSPDFDoc *)document subFilter:(NSString*)sub_filter;
8502 -(int)getUserPermissions:(
FSPDFDoc*)document subFilter:(NSString*)sub_filter;
8528 -(int)getKeyLength:(
FSPDFDoc*)document subFilter:(NSString*)sub_filter;
8539 -(NSString*)getFileID:(
FSPDFDoc*)document subFilter:(NSString*)sub_filter;
8550 -(NSData*)getInitialKey:(
FSPDFDoc*)document subFilter:(NSString*)sub_filter;
8574 -(
void *)createContext: (NSString*)filter subFilter: (NSString*)subFilter encryptInfo: (NSString*)encryptInfo;
8585 -(BOOL)releaseContext: (
void *)context;
8610 -(BOOL)isOwner: (
void *)context;
8633 -(NSData *)getEncryptKey: (
void *)context;
8645 -(
unsigned int)getDecryptedSize: (
void *)context srcDataSize: (
unsigned int)srcDataSize;
8658 -(
void *)startDecryptor: (
void *)context objNum: (
int)objNum genNum: (
int)genNum;
8671 -(NSData*)decryptData: (
void *)decryptor encryptedData: (
void *)encryptedData encryptedDataLen: (
unsigned int)encryptedDataLen;
8682 -(NSData *)finishDecryptor: (
void *)decryptor;
8697 -(
unsigned int)getEncryptedSize: (
void *)context objNum: (
int)objNum genNum: (
int)genNum srcData: (
void *)srcData srcDataLen: (
unsigned int)srcDataLen;
8714 -(BOOL)encryptData: (
void *)context objNum: (
int)objNum genNum: (
int)genNum srcData: (
void *)srcData srcDataLen: (
unsigned int)srcDataLen dstBuffer: (
void *)dstBuffer dstBufferLen: (
unsigned int*)dstBufferLen;
8731 -(BOOL)useStandardCryptoMethod: (
void *)context;
8774 -(BOOL)startCalcDigest: (
id<
FSFileReaderCallback>)file byteRangeArray: (NSArray<NSNumber *> *)byteRangeArray signature: (
FSSignature*)signature clientData: (
void* )clientData;
8806 -(NSData *)getDigest: (
void* )clientData;
8827 -(NSData *)sign: (NSData*)digest certPath: (NSString* )certPath certPassword: (NSString* )certPassword digestAlgorithm: (
FSSignatureDigestAlgorithm)digestAlgorithm clientData: (
void* )clientData;
8849 -(NSData *)sign: (NSData*)digest certStream:(
id<
FSStreamCallback>)certStream certPassword: (NSString* )certPassword digestAlgorithm: (
FSSignatureDigestAlgorithm)digestAlgorithm clientData: (
void* )clientData;
8863 -(
FSSignatureStates)verifySigState: (NSData*)digest signedData: (NSData*)signedData clientData: (
void* )clientData;
8888 -(FSSignatureCallbackCertValidity)CheckCertificateValidity:(NSString *)certPath certPassword: (NSString* )certPassword clientData: (
void* )clientData;
8907 -(NSString*)getAppInfo:(FSAppProviderCallbackAppInfo)app_info;
8916 -(void)beep:(FSAppProviderCallbackBeepType)type;
8926 -(FSAppProviderCallbackMsgBoxButtonID)msgBox:(NSString*)message title:(NSString*)title;
8940 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
8963 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
8974 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
8992 -(NSString*)loadString:(FSAppProviderCallbackStringID)string_id;
9003 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
9026 -(void)invalidateRect:(
int)page_index rect:(
FSRectF*)rect flag:(FSDocProviderCallbackInvalidateFlag)flag;
9037 -(void)displayCaret:(
int)page_index is_visible:(BOOL)is_visible rect:(
FSRectF*)rect;
9052 -(BOOL)getPopupPos:(
int)page_index min_popup:(
int)min_popup max_popup:(
int)max_popup rect_widget:(
FSRectF*)rect_widget inout_rect_popup:(
FSRectF*)inout_rect_popup;
9061 -(BOOL)popupMenu:(
int)page_index rect_popup:(
FSPointF*)rect_popup;
9069 -(int)getCurrentPage:(
FSXFADoc*) doc;
9078 -(void)setCurrentPage:(
FSXFADoc*) doc current_page_index:(
int)current_page_index;
9086 -(void)setChangeMark:(
FSXFADoc*) doc;
9094 -(NSString*)getTitle:(
FSXFADoc*) doc;
9113 -(void)exportData:(
FSXFADoc*)doc file_path:(NSString*) file_path;
9124 -(void)importData:(
FSXFADoc*)doc file_path:(NSString*) file_path;
9133 -(void)gotoURL:(
FSXFADoc*)doc url:(NSString*) url;
9146 -(void)print:(
FSXFADoc*)doc start_page_index:(
int)start_page_index end_page_index:(
int)end_page_index options:(
int)options;
9154 -(int)getHighlightColor:(
FSXFADoc*)doc;
9168 -(BOOL)submitData:(
FSXFADoc*)doc target:(NSString*)target format:(FSDocProviderCallbackSubmitFormat)format text_encoding:(FSDocProviderCallbackTextEncoding)text_encoding content:(NSString*)content;
9179 -(void)pageViewEvent:(
int)page_index page_view_event_type:(FSDocProviderCallbackPageViewEventType)page_view_event_type;
9190 -(void)widgetEvent:(
FSXFAWidget *) xfa_widget widget_event_type:(FSDocProviderCallbackWidgetEventType)widget_event_type;
9209 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
9256 -(BOOL)isCA:(NSData*)cert;
9268 -(
FSDateTime*)getDTSTime:(NSData*)signature_content;
9280 -(NSData*)getTSTSignature:(NSData*)signature_content;
9292 -(
FSDateTime*)getTSTTime:(NSData*)signature_content;
9305 -(
FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain : (NSArray<NSData*>*)trust_cert_chain;
9317 -(
FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
9326 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
9338 -(
FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
9350 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
9362 -(NSData*)getCRLSignature:(NSData*)crl_data;
9404 -(BOOL)isCertTrusted:(NSData*)cert;
9413 -(BOOL)isCertTrustedRoot:(NSData*)cert;
9443 -(
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;
9493 -(NSString*) loadString:(FSAnnotationSummaryCallbackAnnotationSummaryStringID) stringID;
9520 + (BOOL)tryBlock: (
void(^)(
void))block error:(__autoreleasing NSError **)error;
9534 - (void)onProgress:(NSString *)message progress:(
float)progress;
FSPDFDocPasswordType
Enumeration for the type of current used password in a PDF document.
Definition: FSPDFObjC.h:4842
FSPagingSealSignature * getPagingSealSignature()
Get the associated paging seal signature.
FSFullTextSearchRankMode
Enumeration for rank mode of full text search.
Definition: FSPDFObjC.h:2958
Definition: FSPDFObjC.h:5365
@ FSCertVerifyResultReasonSuperseded
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:7196
@ FSGraphicsObjectBlendScreen
Multiply complements of backdrop by source color values, and then complement the result.
Definition: FSPDFObjC.h:5501
@ FSFillerVkeyN
N key.
Definition: FSPDFObjC.h:6548
BOOL findNext()
Search for next matched pattern.
@ FSColorSpaceDeviceN
Color space: DeviceN.
Definition: FSPDFObjC.h:678
@ FSAssociatedFilesRelationshipSupplement
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:4555
@ FSMarkupStateModelMarked
Markup annotation state model: marked.
Definition: FSPDFObjC.h:4014
BOOL onCopy()
Call this function when the popup menu item "Copy" is down.
NSString * getProviderVersion()
A callback function used to get provider version.
@ FSPDFDocWrapperFoxit
Foxit wrapper document.
Definition: FSPDFObjC.h:4917
file reading interface.
Definition: FSPDFObjC.h:7593
@ FSLayerContextUsageZoom
Use for zooming.
Definition: FSPDFObjC.h:5361
@ FSOutputPreviewShowRGB
If set, only show with RGB.
Definition: FSPDFObjC.h:5237
@ FSBorderInfoBeveled
Border style: Beveled.
Definition: FSPDFObjC.h:3716
@ FSFillModeWinding
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:631
Definition: FSPDFObjC.h:2845
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2545
@ FSFieldFlagChoiceSort
(Only useful for choice field) If set, the field's option items should be sorted alphabetically.
Definition: FSPDFObjC.h:6731
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4754
FSFileSpec * getFileSpec()
Get the related file specification object which is used to access an embedded file information and da...
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2240
@ FSTimeStampServerSendResultFailToReceiveData
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:7064
@ FSRenditionWindowTypeAnnotRect
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:3199
@ FSAnnotMKEntryIconFit
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:3880
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:3863
@ FSOptimizerSettingsDiscardObjectsDocumentTags
Discard document tags.
Definition: FSPDFObjC.h:2013
@ FSPathTypeMoveTo
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:978
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.
@ FSRenditionMediaPlayerAvailable
Any of players in this type may be used in playing the associated media clip.
Definition: FSPDFObjC.h:3182
Definition: FSPDFObjC.h:4586
void * swigCPtr
Definition: FSPDFObjC.h:5479
Definition: FSPDFObjC.h:7974
@ FSErrXFALoadError
XFA loading error.
Definition: FSPDFObjC.h:491
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:6920
@ FSPDFDocEncryptNone
No encryption pattern.
Definition: FSPDFObjC.h:4851
void * swigCPtr
Definition: FSPDFObjC.h:3026
BOOL swigCMemOwn
Definition: FSPDFObjC.h:580
@ FSMarkupEndingStyleOpenArrow
Two short lines meeting in an acute angle to form an open arrowhead.
Definition: FSPDFObjC.h:4035
@ FSColorSpaceDeviceCMYK
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:672
@ FSCompareResultInfoCompareResultTypeDeletePath
Result type: delete path.
Definition: FSPDFObjC.h:1798
@ FSSignatureAPFlagSigningTime
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:6893
@ FSHeaderFooterContentGeneratorDateFormatMMSlashYY
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4684
@ FSPrintParamsPrintContentFormFieldsOnly
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: FSPDFObjC.h:2630
@ FSOptimizerSettingsCleanUpUseFlateForNonEncodedStream
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:1999
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:7059
@ FSCompareResultInfoCompareResultTypeReplacePath
Result type: replace path.
Definition: FSPDFObjC.h:1800
@ FSFontCharsetChineseBig5
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:876
Definition: FSPDFObjC.h:2668
void * swigCPtr
Definition: FSPDFObjC.h:4610
NSString * getCompressionFormat()
Get the name of the sound compression format used on the sample data.
@ FSPathTypeLineTo
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:979
@ FSErrNotParsed
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:484
@ FSAnnotInk
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:3825
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:6028
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2670
int getSize()
Get the number of elements in the array.
Definition: FSPDFObjC.h:8156
@ FSGraphicsObjectsTextMergeNone
No text merge.
Definition: FSPDFObjC.h:5683
@ FSPrintParamsPrintHandlingTileLargePages
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: FSPDFObjC.h:2663
@ FSImageOrientationRotate270
Rotate 90 degrees in counter-clockwise direction.
Definition: FSPDFObjC.h:1163
@ FSFillerVkey1
1 key.
Definition: FSPDFObjC.h:6526
@ FSAlignmentLeft
Left alignment.
Definition: FSPDFObjC.h:623
Definition: FSPDFObjC.h:8896
@ FSErrPassword
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:475
@ FSModuleNameAdvEdit
Name for module "AdvEdit".
Definition: FSPDFObjC.h:660
@ FSSignaturePAdESLevelBT
PAdES level: B-T.
Definition: FSPDFObjC.h:6930
@ FSPDFDocForms
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:4910
@ FSErrNoDWG2PDFModuleRight
No "DWG2PDF" module right.
Definition: FSPDFObjC.h:548
@ FSBookmarkStyleItalic
Show bookmark title as italic text.
Definition: FSPDFObjC.h:4509
@ FSPDFDocDisplayUseThumbs
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:4903
Definition: FSPDFObjC.h:9011
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:1669
@ FSActionTypeResetForm
Action type: reset-form action.
Definition: FSPDFObjC.h:3370
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:7204
@ FSPrintParamsBookletBindingLeft
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:2647
NSString * getTimeStampMessage()
Get time stamp message.
@ FSPrintParamsBookletDuplexModeFrontSideOnly
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: FSPDFObjC.h:2641
void * swigCPtr
Definition: FSPDFObjC.h:2239
@ FSErrLibreofficeEngineNotFound
(For Office-to-PDF conversion only) Libre office engine is not found.
Definition: FSPDFObjC.h:544
BOOL closeFigure()
Close current figure (which is also the last figure in current path).
@ FSSignatureStateVerifyChange
The document has been changed within the scope of the signature. (This indicates that signature is in...
Definition: FSPDFObjC.h:6867
@ FSRenditionMediaPermTempAlways
Always allowed.
Definition: FSPDFObjC.h:3177
@ FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeSHX
Searchable text type: Only text displayed with SHX font is searchable.
Definition: FSPDFObjC.h:2227
@ FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYYYY
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4683
@ FSDWG2PDFSettingDataDWG2PDFColorPolicyNoPolicy
Color policy: No color policy. A drawing is exported with its native color palette (as is).
Definition: FSPDFObjC.h:2232
@ FSDWG2PDFSettingDataDWG2PDFColorPolicyMono
Color policy: Drawing is exported to a monochrome PDF file.
Definition: FSPDFObjC.h:2233
@ FSMonoImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1957
@ FSPDFNameTreeJavaScript
"JavaScript" name tree.
Definition: FSPDFObjC.h:2983
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:724
@ FSGraphicsObjectBlendMultiply
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:5500
@ FSPrintParamsPrintHandlingBooklet
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: FSPDFObjC.h:2664
BOOL isEmpty()
Check whether current object is empty or not.
int getSize()
Get the number of elements in the array.
@ FSPDFDocImportFlagShareStream
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:4884
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:1224
@ FSLayerTreeStateUndefined
The state is undefined.
Definition: FSPDFObjC.h:5320
@ FSFloatingInfoRelativeTargetMonitor
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: FSPDFObjC.h:2719
Definition: FSPDFObjC.h:5260
@ FSFieldFlagTextNoSpellCheck
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:6725
@ FSXFADocExportDataTypeXDP
Type of exported data: XDP.
Definition: FSPDFObjC.h:1586
BOOL flush()
Flush internal buffer of the file.
@ FSPDFObjectDictionary
PDF dictionary object.
Definition: FSPDFObjC.h:3018
Definition: FSPDFObjC.h:6647
@ FSSignatureLabelNameReason
Signature label name for reason.
Definition: FSPDFObjC.h:6952
@ FSErrNoXFAModuleRight
No "XFA" module right.
Definition: FSPDFObjC.h:531
Definition: FSPDFObjC.h:8403
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:6705
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
@ FSColorSpaceRenderIntentPerceptual
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:1031
void * swigCPtr
Definition: FSPDFObjC.h:366
@ FSGraphicsObjectTypeImage
Image graphics object.
Definition: FSPDFObjC.h:5521
@ FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePdfPaths
Hatches export type: Exports hatch as a PDF path (solid hatches only).
Definition: FSPDFObjC.h:2221
@ FSDWG2PDFSettingDataFlagIncludeOffLayers
Bit 6. If enabled, invisible layers will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:2207
void * swigCPtr
Definition: FSPDFObjC.h:7151
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:3654
Definition: FSPDFObjC.h:6330
@ FSRotation180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:609
@ FSErrTimeStampServerMgrNotInit
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:519
@ FSActionTypeGoToR
Action type: remote go-to action.
Definition: FSPDFObjC.h:3360
FSPDFDictionary * getCatalog()
Get the catalog dictionary.
int getChildrenCount()
Get the count of children nodes.
@ FSSignatureAPFlagReason
If set, show reason on signature appearance.
Definition: FSPDFObjC.h:6892
@ FSAnnotFlagLocked
Annotation flag: locked.
Definition: FSPDFObjC.h:3850
@ FSXFAWidgetWidgetTypeRadioButton
XFA widget type: radio button.
Definition: FSPDFObjC.h:1661
@ FSFloatingInfoWindowPositionTopRight
Window position: at the top right corner.
Definition: FSPDFObjC.h:2706
@ FSOutputPreviewShowCalibrated
If set, only show with Calibrated.
Definition: FSPDFObjC.h:5243
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3724
@ FSFontCharsetRussian
Font charset: Russian.
Definition: FSPDFObjC.h:879
@ FSErrLTVCannotLoadDSS
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:524
BOOL IsEOF()
Determine whether reach the end of stream.
@ FSOutputPreviewColorantTypeSpot
Colorant type: spot.
Definition: FSPDFObjC.h:5256
@ FSPrintParamsPrintContentDocAndAnnots
Print Content: print the document contents and comments.
Definition: FSPDFObjC.h:2629
@ FSAdditionalActionTriggerFieldRecalculateValue
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:3619
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:6935
@ FSAnnotFlagNoZoom
Annotation flag: no zoom.
Definition: FSPDFObjC.h:3846
FSDWG2PDFSettingDataDWG2PDFExportFlags
Enumeration for flags of DWG to PDF export.
Definition: FSPDFObjC.h:2201
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:7325
Definition: FSPDFObjC.h:3232
@ FSModuleNamePDF2Office
Name for module "PDF2Office".
Definition: FSPDFObjC.h:661
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:4030
@ FSFileFormatTypeXFD
File format type: XFD.
Definition: FSPDFObjC.h:704
BOOL isImageMask()
Check if current image object is treated as mask.
@ FSFontStyleItalic
Font style: italic.
Definition: FSPDFObjC.h:863
@ FSOutputPreviewShowImages
If set, only show images.
Definition: FSPDFObjC.h:5246
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:5571
FSXFAWidgetWidgetEdgePosition
Enumeration for the positon of XFA widget edge position.
Definition: FSPDFObjC.h:1698
@ FSSignatureDocPermNoChangesAllowed
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:6937
@ FSHeaderFooterContentGeneratorPageNumberFormatPageNumber
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:4702
@ FSSignaturePAdESLevelNone
PAdES level: none.
Definition: FSPDFObjC.h:6928
@ FSGraphicsObjectBlendNormal
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:5499
@ FSPDFPageSizeB4
Page size: B4.
Definition: FSPDFObjC.h:5751
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:5498
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:3146
@ FSFloatingInfoOffScreenCancel
Off screen action: cancel playing the media clip.
Definition: FSPDFObjC.h:2731
NSString * getClipboardText()
A callback function which is triggered when need to get the text on clipboard.
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4794
@ FSMarkupEndingStyleRClosedArrow
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:4039
Definition: FSPDFObjC.h:5478
@ FSPDFDocPermAssemble
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:4867
Definition: FSPDFObjC.h:5527
@ FSErrOutOfMemory
Out-of-memory error occurs.
Definition: FSPDFObjC.h:482
@ FSXFAWidgetWidgetTypePasswordEdit
XFA widget type: password edit.
Definition: FSPDFObjC.h:1660
FSPDFDocEncryptType getSecurityType()
Get the encryption type of current security handler.
@ FSErrExcelHasNoContent
(For Excel-to-PDF conversion only) Excel document does not have any content so it cannot be converted...
Definition: FSPDFObjC.h:541
@ FSMarkupEndingStyleNone
No special line ending.
Definition: FSPDFObjC.h:4031
@ FSRenditionActionOpTypeNone
No operation is specified.
Definition: FSPDFObjC.h:3582
@ FSErrCertificate
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:477
void removeAll()
Remove all page labels.
int getSize()
Get the number of elements in the array.
@ FSOptimizerSettingsDiscardObjectsAlternateImages
Discard all alternate images.
Definition: FSPDFObjC.h:2012
@ FSAnnotRedact
Annotation type: redact annotation.
Definition: FSPDFObjC.h:3837
@ FSSubmitFormActionFlagIncludeNoValueFields
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:3502
Definition: FSPDFObjC.h:3542
void * swigCPtr
Definition: FSPDFObjC.h:3688
@ FSAnnotMKRelationCaptionRight
Caption to the right of the icon.
Definition: FSPDFObjC.h:3889
@ FSSignatureKeyNameProducer
Signature key name: producer content.
Definition: FSPDFObjC.h:6910
@ FSActionTypeGoto
Action type: go-to action.
Definition: FSPDFObjC.h:3359
@ FSErrRightsExpired
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:498
@ FSRichTextStyleCornerMarkSubscript
Corner mark style: subscript.
Definition: FSPDFObjC.h:3683
@ FSDefaultAppearanceFlagFont
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:3655
@ FSCompareResultInfoCompareResultTypeReplaceText
Result type: replace text.
Definition: FSPDFObjC.h:1794
@ FSXFAWidgetHitTestAreaClient
Hit test area: Client.
Definition: FSPDFObjC.h:1644
@ FSAdditionalActionTriggerDocWillPrint
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:3614
Definition: FSPDFObjC.h:3661
@ FSWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:6420
Definition: FSPDFObjC.h:743
Definition: FSPDFObjC.h:3418
Definition: FSPDFObjC.h:6040
@ FSModuleNameDWG2PDF
Name for module "DWG2PDF".
Definition: FSPDFObjC.h:659
Definition: FSPDFObjC.h:4311
@ FSLocaleIDKorea
Locale ID for country: Korea.
Definition: FSPDFObjC.h:694
Definition: FSPDFObjC.h:8755
@ FSFontCharsetHangeul
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:874
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:1948
int getSize()
Get the number of elements in the array.
@ FSOptimizerSettingsOptimizerCleanUp
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:1992
@ FSImageJPG
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:1146
Definition: FSPDFObjC.h:6184
@ FSMarkupStateCancelled
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:4024
@ FSErrDataNotReady
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:489
@ FSCertVerifyResultReasonCessationOfOperation
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:7197
@ FSFontStylesBold
Font style: force bold.
Definition: FSPDFObjC.h:866
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2516
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2586
@ FSPDFDocPermPrint
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:4861
@ FSPDFDocSaveFlagLinearized
Save document as a linearized file.
Definition: FSPDFObjC.h:4876
Definition: FSPDFObjC.h:7689
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:6949
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:4849
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
Definition: FSPDFObjC.h:2140
FSLocaleID getCurrentLocaleID()
A callback function used to specify current locale ID.
@ FSPDFDocDisplayUseAttachment
When document is opened, attachment panels are visible.
Definition: FSPDFObjC.h:4906
FSPrintParamsDuplexType
Enumeration for the values used to set the printing duplex mode.
Definition: FSPDFObjC.h:2633
@ FSPageLabelsNone
Page label style: no numbering style.
Definition: FSPDFObjC.h:5893
@ FSOutputPreviewShowLab
If set, only show with Lab.
Definition: FSPDFObjC.h:5244
void * swigCPtr
Definition: FSPDFObjC.h:7037
Definition: FSPDFObjC.h:4136
Annotations summary string ID: specify the prefix when author information is outputed in result docum...
Definition: FSPDFObjC.h:7543
Definition: FSPDFObjC.h:7241
id init()
Construct an empty color.
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4774
@ FSAnnotPolygon
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3817
@ FSActionTypeURI
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:3364
Table border style: Solid.
Definition: FSPDFObjC.h:4825
File stream interface, reading & writing.
Definition: FSPDFObjC.h:7640
@ FSErrMIPGetExtendedLabelInfoByIdFailed
MIP engine: get extended label information by id failed.
Definition: FSPDFObjC.h:561
int getMatchStartCharIndex()
Get the index of the first character of current match pattern, based on current match page.
@ FSOutputPreviewShowDeviceCMYKAndSpot
If set, only show with DeviceCMYK and spot.
Definition: FSPDFObjC.h:5233
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:5722
@ FSFillerVkeyEscape
ESC key.
Definition: FSPDFObjC.h:6510
NSArray< NSString * > * getSignatureAPStyleNameList()
A callback function to get the name list of signature appearance style.
@ FSPDFDocAnnots
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:4911
@ FSOutputPreviewShowCMYK
If set, only show with CMYK.
Definition: FSPDFObjC.h:5236
@ FSFillerVkeyNumpad0
0 key in the numeric keypad.
Definition: FSPDFObjC.h:6561
@ FSMarkupStateRejected
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:4023
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSRectF * getContentsRect()
Get contents rectangle.
Definition: FSPDFObjC.h:8078
@ FSImageOrientationFlipH
Flip Horizontal.
Definition: FSPDFObjC.h:1157
@ FSSignatureStateVerifyInvalid
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:6863
@ FSFillerVkeyHome
Home key.
Definition: FSPDFObjC.h:6515
@ FSDestinationZoomFitPage
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:3317
@ FSXFAWidgetWidgetTypeCheckButton
XFA widget type: check button.
Definition: FSPDFObjC.h:1652
void * swigCPtr
Definition: FSPDFObjC.h:3743
@ FSBarcodeFormatITF
Barcode format: ITF code.
Definition: FSPDFObjC.h:1297
@ FSFieldTypeCheckBox
Form field type: check box.
Definition: FSPDFObjC.h:6708
void * swigCPtr
Definition: FSPDFObjC.h:579
@ FSAnnotWidget
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3830
Definition: FSPDFObjC.h:7460
NSString * getLocalFontName()
A callback function used to specify the font name used locally.
@ FSFillerVkeyF8
F8 key.
Definition: FSPDFObjC.h:6584
@ FSWatermarkSettingsFlagShareTextStream
If set, watermarks will share one form xobject if these watermarks use the same text and text's relat...
Definition: FSPDFObjC.h:6422
@ FSXFAWidgetWidgetTypeSignature
XFA widget type: signature.
Definition: FSPDFObjC.h:1656
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
@ FSOutputPreviewShowSpotColor
If set, only show with spot color.
Definition: FSPDFObjC.h:5232
@ FSXFADocExportDataTypeXML
Type of exported data: XML.
Definition: FSPDFObjC.h:1584
void * swigCPtr
Definition: FSPDFObjC.h:151
void removeAll()
Clean up the array.
@ FSTextPageCharInfoGenerated
Character flag: Generated.
Definition: FSPDFObjC.h:5999
@ FSReflowPageWithImage
Parsing flag for image mode.
Definition: FSPDFObjC.h:5963
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:3219
FSPagingSealConfigPagingSealStyle
Enumeration for paging seal signature style.
Definition: FSPDFObjC.h:7092
@ FSResponseTypeCRL
CRL response.
Definition: FSPDFObjC.h:7145
@ FSFillerVkey4
4 key.
Definition: FSPDFObjC.h:6529
@ FSPDFPageParsePageNormal
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:5718
@ FSFillerVkeyControl
Ctrl key.
Definition: FSPDFObjC.h:6507
@ FSTextSearchSearchMatchWholeWord
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:6072
@ FSPDFStreamJPXDecode
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:3073
@ FSErrInvalidType
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:486
@ FSImageNone
Not have image type yet.
Definition: FSPDFObjC.h:1144
@ FSBitmapDIBRgb
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:1077
@ FSPDFPageSizeB2
Page size: B2.
Definition: FSPDFObjC.h:5749
@ FSBitmapDIB8bppMask
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:1081
@ FSModuleNameComparison
Name for module "Comparison".
Definition: FSPDFObjC.h:652
@ FSRotationPointRightTop
Rotate the text block based on the right-top point of the rectangle.
Definition: FSPDFObjC.h:617
@ FSFieldFlagReadOnly
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:6717
@ FSFillSignFillSignObjectTypeLine
Line fill-sign object.
Definition: FSPDFObjC.h:5159
PDF/X-1a.
Definition: FSPDFObjC.h:2791
@ FSMonoImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:1944
Definition: FSPDFObjC.h:5868
@ FSGraphicsObjectBlendExclusion
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:5510
Definition: FSPDFObjC.h:1235
@ FSPDFPageSizeB3
Page size: B3.
Definition: FSPDFObjC.h:5750
@ FSAnnotPSInk
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:3826
@ FSAdditionalActionTriggerDocPrinted
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:3615
@ FSFloatingInfoWindowPositionBottomCenter
Window position: at the bottom center.
Definition: FSPDFObjC.h:2711
Definition: FSPDFObjC.h:5122
@ FSErrDefaultTimeStampServer
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:529
Definition: FSPDFObjC.h:837
@ FSImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:1916
@ FSGraphStateLineCapSquare
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:798
@ FSRenditionMonitorSpecifierGreatestWidth
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:3209
@ FSSignatureStateVerifyChangeIllegal
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:6886
@ FSErrOFDEngineNotInit
(For OFD only) OFD engine has not been initialized successfully.
Definition: FSPDFObjC.h:552
Definition: FSPDFObjC.h:6078
void * swigCPtr
Definition: FSPDFObjC.h:140
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:4013
@ FSSignatureSignatureTypeTimeStamp
Signature type: time stamp.
Definition: FSPDFObjC.h:6922
void * swigCPtr
Definition: FSPDFObjC.h:6478
Definition: FSPDFObjC.h:6736
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:3712
FSPDFNumberTreeType getType()
Get the type of current number tree.
@ FSLTVVerifierCurrentTime
Use current time.
Definition: FSPDFObjC.h:7321
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
@ FSErrHandle
Error handle.
Definition: FSPDFObjC.h:476
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4812
@ FSAssociatedFilesRelationshipUnspecified
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:4551
void removeAll()
Clean up the array.
@ FSAssociatedFilesRelationshipAlternative
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:4554
Definition: FSPDFObjC.h:3722
@ FSSubmitFormActionFlagExclNonUserAnnots
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:3511
@ FSFloatingInfoWindowPositionTopCenter
Window position: at the top center.
Definition: FSPDFObjC.h:2705
BOOL swigCMemOwn
Definition: FSPDFObjC.h:152
@ FSXFAWidgetWidgethAlignTypeJustifyAll
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:1686
@ FSBitmapDIB8bppGray
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:1083
@ FSRenditionMediaPermTempExtract
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:3175
@ FSWidgetLineSpacingSingle
Line spacing style: single line spacing.
Definition: FSPDFObjC.h:4397
@ FSAssociatedFilesRelationshipSchema
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:4558
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:6501
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:4513
Definition: FSPDFObjC.h:7036
@ FSTextPageCharInfoNormal
Character flag: Normal.
Definition: FSPDFObjC.h:5998
@ FSAnnotMovie
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3829
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
Definition: FSPDFObjC.h:3151
@ FSFillerVkeyNumpad5
5 key in the numeric keypad.
Definition: FSPDFObjC.h:6566
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2820
@ FSFloatingInfoWindowPositionBottomLeft
Window position: at the bottom left corner.
Definition: FSPDFObjC.h:2710
Definition: FSPDFObjC.h:5384
@ FSFillerEventFlagShiftKey
Event flag: "Shift" key.
Definition: FSPDFObjC.h:6592
FSDWG2PDFSettingDataDWG2PDFColorPolicy
Enumeration for color policy used for converting DWG to PDF.
Definition: FSPDFObjC.h:2231
BOOL onCut()
Call this function when the popup menu item "Cut" is down.
@ FSPageLabelsLowerLetters
Page label style: lowercase letters.
Definition: FSPDFObjC.h:5898
@ FSFillerVkeyDivide
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:6576
@ FSOptimizerSettingsCleanUpRemoveInvalidLinks
Remove invalid links.
Definition: FSPDFObjC.h:2002
void * swigCPtr
Definition: FSPDFObjC.h:5136
@ FSFillerVkeyPrior
Page Up key.
Definition: FSPDFObjC.h:6512
@ FSRenditionMediaPlayerFitStyleDefault
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:3192
@ FSPDFStreamNoneDecode
No need to decode the stream data.
Definition: FSPDFObjC.h:3064
@ FSBarcodeFormatPDF417
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1298
@ FSPosBottomLeft
Position: bottom left.
Definition: FSPDFObjC.h:641
int getSegmentCount()
Get the count of range segments.
@ FSPDFStreamASCIIHexDecode
Filter type: ASCIIHexDecode, which means to decode data encoded in an ASCII hexadecimal representatio...
Definition: FSPDFObjC.h:3065
@ FSFillerVkeyF5
F5 key.
Definition: FSPDFObjC.h:6581
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:2319
@ FSWidgetLineSpacingOneAndHalf
Line spacing style: one and half times line spacing.
Definition: FSPDFObjC.h:4398
@ FSSignatureStateVerifyTimestampIssueUnknown
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:6881
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:869
@ FSAnnotSound
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3828
Definition: FSPDFObjC.h:6172
@ FSFontCIDCharsetKOREA1
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:892
FSColor * convertToRGB()
Convert to a RGB color.
@ FSRenditionMonitorSpecifierGreatestHeight
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:3208
@ FSPDFDocExtractPagesOptionJavascript
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:4890
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:7373
@ FSCertVerifyResultReasonRemoveFromCRL
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:7199
@ FSRenditionMediaPermTempAccess
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:3176
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:4915
@ FSFillerVkeyPause
Pause Break key.
Definition: FSPDFObjC.h:6509
@ FSAnnotMKEntryDownIcon
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:3879
void * swigCPtr
Definition: FSPDFObjC.h:5341
@ FSFloatingInfoWindowPositionCenterRight
Window position: at the center right.
Definition: FSPDFObjC.h:2709
@ FSAnnotHighlightingOutline
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:3858
@ FSFillerVkeyReturn
Enter key.
Definition: FSPDFObjC.h:6505
@ FSSignaturePAdESLevelBLTA
PAdES level: B-LTA.
Definition: FSPDFObjC.h:6932
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:1811
@ FSXFAWidgetWidgethAlignTypeCenter
Center the text horizontally within the available region.
Definition: FSPDFObjC.h:1684
int getDescent()
Get the descent value, in 1/1000 of em size (PDF units).
void * swigCPtr
Definition: FSPDFObjC.h:6428
@ FSDWG2PDFSettingDataFlagFlateCompression
Bit 9. Enable compression of internal PDF streams.
Definition: FSPDFObjC.h:2210
FSRichTextStyleCornerMarkStyle
Enumeration for corner mark style.
Definition: FSPDFObjC.h:3680
FSActionType getType()
Get action type.
Definition: FSPDFObjC.h:8561
@ FSBarcodeFormatQRCode
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1299
@ FSTabOrderMgrRow
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:6373
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:2017
@ FSXFAWidgetWidgetNameTypeCaption
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:1679
int getWidgetCount()
Get the count of XFA widget.
@ FSPrintParamsPrintHandlingReducePaper
Print Handling: Small pages are printed small, and large pages are shrunk to fit on the printer's pap...
Definition: FSPDFObjC.h:2661
void * swigCPtr
Definition: FSPDFObjC.h:4793
@ FSOptimizerSettingsDiscardUserDataLayer
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:2023
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7393
@ FSAssociatedFilesRelationshipData
The relationship is "Data" which means the file specification represents information used to derive a...
Definition: FSPDFObjC.h:4553
FSLayerZoomData * getZoomUsage()
Get the data for zooming usage.
@ FSAdditionalActionTriggerFieldValueChanged
Trigger a JavaScript action to be performed when the field's value is changed.
Definition: FSPDFObjC.h:3618
@ FSSignatureFieldMDPActionExclude
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:6946
@ FSGraphicsObjectBlendColorDodge
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:5505
@ FSSubmitFormActionFlagGetMethod
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:3504
@ FSPDFPageSizeA4
Page size: A4.
Definition: FSPDFObjC.h:5746
@ FSPagingSealSignaturePagingSealAPStateSigned
Signed signature.
Definition: FSPDFObjC.h:7126
@ FSRenditionFloatingWindowOffscreenEventNonViable
Consider the object non-viable.
Definition: FSPDFObjC.h:3228
@ FSIconFitScaleWayNever
Never scale.
Definition: FSPDFObjC.h:3786
@ FSFontCIDCharsetUNICODE
CID Font charset: Unicode.
Definition: FSPDFObjC.h:893
@ FSFontFontTypeTrueType
Font type: TrueType.
Definition: FSPDFObjC.h:915
@ FSPathTypeBezierTo
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:981
Definition: FSPDFObjC.h:4922
@ FSPrintDeviceSettingDataPortrait
Portrait orientation for printing.
Definition: FSPDFObjC.h:1193
@ FSImageSettingsImageCompressjpeg2000
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:1899
@ FSSignatureDigestSHA384
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:6916
@ FSFloatingInfoWindowPositionBottomRight
Window position: at the bottom right corner.
Definition: FSPDFObjC.h:2712
@ FSTiledWatermarkSettingsFlagInvisible
If set, do not display a watermark.
Definition: FSPDFObjC.h:4727
@ FSSignatureDocPermUnrestricted
No restriction.
Definition: FSPDFObjC.h:6936
@ FSModuleNameConnectedPDF
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:647
@ FSFillerVkeyHelp
Help key.
Definition: FSPDFObjC.h:6524
@ FSRotation0
No rotation.
Definition: FSPDFObjC.h:607
@ FSHeaderFooterContentGeneratorDateFormatMMDotYY
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4690
@ FSTimeStampServerSendResultFailToSendData
Fail to send data during sending request process.
Definition: FSPDFObjC.h:7063
@ FSPDFDocExtractPagesOptionStructureTree
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:4889
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:795
@ FSPosCenterLeft
Position center left.
Definition: FSPDFObjC.h:638
Definition: FSPDFObjC.h:6209
@ FSPDFDocSaveFlagNoOriginal
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:4874
@ FSPosBottomRight
Position: bottom right.
Definition: FSPDFObjC.h:643
@ FSAdditionalActionTriggerFieldKeyStroke
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:3616
@ FSAnnotMKEntryRotation
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:3871
@ FSFillerVkey0
0 key.
Definition: FSPDFObjC.h:6525
@ FSMonoImageSettingsImageCompressjbig2
Compression mode: jbig2.
Definition: FSPDFObjC.h:1943
@ FSPDFNameTreeTemplates
"Templates" name tree.
Definition: FSPDFObjC.h:2986
@ FSFullTextSearchRankHitCountDESC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:2961
@ FSFieldTypePushButton
Form field type: push button.
Definition: FSPDFObjC.h:6707
BOOL isLeftNull()
Check if left value is a null object.
@ FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeTTF
Searchable text type: Only text displayed with TTF font is searchable.
Definition: FSPDFObjC.h:2228
@ FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYYYY
If this is used, "mm.dd.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4689
void * swigCPtr
Definition: FSPDFObjC.h:2669
@ FSErrFormat
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:474
@ FSFontFontTypeType1
Font type: Type1.
Definition: FSPDFObjC.h:914
@ FSOutputPreviewShowDeviceCMYK
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:5229
@ FSActionTypeMovie
Action type: movie action.
Definition: FSPDFObjC.h:3366
@ FSResponseTypeNone
No response.
Definition: FSPDFObjC.h:7144
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:6903
@ FSSignatureStateVerifyIssueUnknown
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:6871
FSPDFDictionary * getDict()
Get PDF dictionary of current object.
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2568
@ FSPDFStreamJBIG2Decode
Filter type: JBIG2Decode, which means to decompress data encoded using the JBIG2 standard,...
Definition: FSPDFObjC.h:3071
@ FSSignaturePAdESLevelNotPAdES
Not a PAdES signature.
Definition: FSPDFObjC.h:6927
@ FSSignatureStateCertCannotGetVRI
Cannot get verify relevant information.
Definition: FSPDFObjC.h:6884
@ FSFillerVkeyNumpad7
7 key in the numeric keypad.
Definition: FSPDFObjC.h:6568
@ FSWatermarkSettingsFlagShareImageStream
If set, watermarks will share one image stream if these watermarks use the same image or bitmap.
Definition: FSPDFObjC.h:6421
@ FSDWG2PDFSettingDataFlagEmbededOptimizedTTF
Bit 7. Enable embedding of TTF font program to PDF file. The TTF font will be reduced by removing unu...
Definition: FSPDFObjC.h:2208
@ FSTextSearchSearchNormal
No special searching options.
Definition: FSPDFObjC.h:6070
FSPDFObject * getMask()
Get the PDF object that represents the mask of current image graphics object.
BOOL swigCMemOwn
Definition: FSPDFObjC.h:166
@ FSSignatureVerifyResultLTVStateEnable
This means LTV is enabled.
Definition: FSPDFObjC.h:7349
@ FSAnnotHighlightingToggle
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:3860
void resetForm()
Reset form.
Definition: FSPDFObjC.h:6838
@ FSPrintParamsPageOrderHorizontal
Page Order type: pages are placed from left to right, from top to bottom.
Definition: FSPDFObjC.h:2653
void * swigCPtr
Definition: FSPDFObjC.h:744
@ FSXFAWidgetWidgethAlignTypeLeft
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:1687
@ FSFillerVkeyPrint
Print key.
Definition: FSPDFObjC.h:6520
@ FSCompareResultInfoCompareResultTypeInsertPath
Result type: insert path.
Definition: FSPDFObjC.h:1799
@ FSTextPageTextStreamOrder
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:6035
@ FSMarkupStateCompleted
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:4025
@ FSMarkupStateDeferred
(Used with state model FSMarkupStateModelReview) The change has been deferred.
Definition: FSPDFObjC.h:4026
@ FSPosCenter
Position: center.
Definition: FSPDFObjC.h:639
NSString * getSignatureName()
Get signature name.
Definition: FSPDFObjC.h:7261
@ FSLocaleIDHongKong
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:688
@ FSPDFObjectArray
PDF array object.
Definition: FSPDFObjC.h:3017
@ FSDWG2PDFSettingDataFlagSHXTextAsGeometry
Bit 3. Enable SHX font text to geometry conversion.
Definition: FSPDFObjC.h:2204
Definition: FSPDFObjC.h:150
Definition: FSPDFObjC.h:9519
FSPDFArray * getDestArray()
Get the destination PDF array.
@ FSSignatureStateVerifyIncredible
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:6868
Message box button: OK.
Definition: FSPDFObjC.h:4562
@ FSPDFStreamDCTDecode
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:3072
@ FSFillerVkeyB
B key.
Definition: FSPDFObjC.h:6536
Definition: FSPDFObjC.h:5280
@ FSSignatureStateVerifyErrorData
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:6864
void * swigCPtr
Definition: FSPDFObjC.h:3791
Definition: FSPDFObjC.h:2178
Definition: FSPDFObjC.h:1011
BOOL needToCancelNow()
A callback function used to check whether to cancel the searching process or not.
@ FSGraphicsObjectTypeAll
Represents all graphics object types, only used as filter.
Definition: FSPDFObjC.h:5518
Definition: FSPDFObjC.h:139
@ FSAnnotationSummarySettingsTypeSortByDate
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:7531
Definition: FSPDFObjC.h:1620
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
@ FSPDFDocImportFlagNormal
Import pages normally.
Definition: FSPDFObjC.h:4882
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:3855
@ FSOutputPreviewShowCalGray
If set, only show with CalGray.
Definition: FSPDFObjC.h:5242
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:3870
@ FSFDFDocXFDF
FDF document type: XFDF.
Definition: FSPDFObjC.h:2321
@ FSPosTopLeft
Position: top left.
Definition: FSPDFObjC.h:635
@ FSColorSpaceDeviceRGB
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:671
@ FSAnnotUnderline
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3820
Definition: FSPDFObjC.h:7380
@ FSAnnot3D
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:3835
FSProgressive * startParse()
Start to parse current reflow page.
@ FSFillerVkeySeparator
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:6573
FSImageOrientation getOrientation()
Get image orientation.
void * swigCPtr
Definition: FSPDFObjC.h:2515
@ FSMarkupEndingStyleCircle
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:4033
Definition: FSPDFObjC.h:7299
@ FSAnnotMKEntryNormalCaption
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:3874
BOOL generateContent()
Generate contents of current graphics objects.
@ FSOutputPreviewShowText
If set, only show text.
Definition: FSPDFObjC.h:5250
Definition: FSPDFObjC.h:4731
@ FSGraphicsObjectBlendDarken
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:5503
@ FSImageOrientationRotate90FlipH
First rotate 90 in clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1160
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
Enumeration for hatches export type used for converting DWG to PDF.
Definition: FSPDFObjC.h:2218
int getMatchEndCharIndex()
Get the index of the last character of current match pattern, based on current match page.
@ FSFillerVkeyNumpad6
6 key in the numeric keypad.
Definition: FSPDFObjC.h:6567
Definition: FSPDFObjC.h:6265
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:3315
float getContentWidth()
Get content width after current reflow page object has been parsed.
int getFrameCount()
Get frame count.
@ FSPDFDocWrapperPDFV2
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:4918
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7214
@ FSActionTypeSetOCGState
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:3373
@ FSOptimizerSettingsOptimizerCompressImages
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:1991
Definition: FSPDFObjC.h:3121
@ FSFillerVkey5
5 key.
Definition: FSPDFObjC.h:6530
Definition: FSPDFObjC.h:7354
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:7318
void * swigCPtr
Definition: FSPDFObjC.h:6007
@ FSTimeStampServerSendResultSuccess
Send request successfully.
Definition: FSPDFObjC.h:7060
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:5517
@ FSSoundSampleEncodingFormatALaw
A-law-encoded samples.
Definition: FSPDFObjC.h:4464
@ FSSignatureDigestSHA256
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:6915
@ FSErrFile
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:473
@ FSTabOrderMgrStructure
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:6375
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:3225
Definition: FSPDFObjC.h:7487
FSPDFStream * getSoundStream()
Get the stream of sound data.
@ FSCompareResultInfoCompareResultTypeTextAttriChange
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:1807
@ FSXFAWidgetWidgetTypeNumericEdit
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:1655
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6332
@ FSFieldFlagTextComb
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:6727
@ FSOptimizerSettingsOptimizerDiscardObjects
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:1993
@ FSMarkupEndingStyleButt
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:4037
An array of signed integer values.
Definition: FSPDFObjC.h:284
@ FSAnnotMKEntryNormalIcon
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:3877
@ FSFillerVkey3
3 key.
Definition: FSPDFObjC.h:6528
@ FSPDFDocSaveFlagRemoveRedundantObjects
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:4877
@ FSMarkupMeasureTypeY
Measurement of change along the y axis.
Definition: FSPDFObjC.h:4045
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7263
@ FSAdditionalActionTriggerAnnotReceiveInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:3624
@ FSFontStyleSerif
Font style: serif.
Definition: FSPDFObjC.h:859
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6688
@ FSOutputPreviewShowDeviceGray
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:5241
@ FSPDFDocEncryptPassword
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:4852
Definition: FSPDFObjC.h:5324
@ FSAnnotMKEntryRolloverCaption
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:3875
@ FSPDFPageFlattenAll
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:5728
@ FSFillerVkeyRight
Right arrow key.
Definition: FSPDFObjC.h:6518
@ FSActionTypeGoTo3DView
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:3376
@ FSAnnotLink
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:3812
@ FSFontCIDCharsetCNS1
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:890
@ FSTextSearchSearchConsecutive
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:6073
@ FSAdditionalActionTriggerDocWillClose
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:3611
Definition: FSPDFObjC.h:4772
@ FSDocViewerPrefsPrintScaleNone
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:5854
@ FSFillerVkeyD
D key.
Definition: FSPDFObjC.h:6538
@ FSSecurityHandlerCipherRC4
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:6167
@ FSAnnotAppearanceTypeDown
Annotation's down appearance.
Definition: FSPDFObjC.h:3897
@ FSOptimizerSettingsDiscardObjectsBookmarks
Discard bookmarks.
Definition: FSPDFObjC.h:2011
Definition: FSPDFObjC.h:3453
@ FSFontStdIDTimesB
Standard font: Times-Bold.
Definition: FSPDFObjC.h:906
Definition: FSPDFObjC.h:2302
@ FSAdditionalActionTriggerDocWillSave
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:3612
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3764
Definition: FSPDFObjC.h:7567
@ FSAnnotPopup
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3836
@ FSHeaderFooterContentGeneratorDateFormatMMDotDDDotYY
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4688
FSPrintParamsBookletBinding
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:2645
@ FSFillerVkeyF11
F11 key.
Definition: FSPDFObjC.h:6587
@ FSOptimizerSettingsDiscardUserDataAllAnnotsFormsAndMultimedia
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:2018
@ FSFillerVkeyX
X key.
Definition: FSPDFObjC.h:6558
@ FSFillerVkeyBack
Backspace key.
Definition: FSPDFObjC.h:6503
@ FSAnnotationSummarySettingsFontSizeMedium
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:7538
BOOL onPaste()
Call this function when the popup menu item "Paste" is down.
@ FSDestinationZoomFitBVert
Fit the entire height of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:3323
@ FSXFAWidgetHitTestAreaUnknown
Hit test area: Unknown.
Definition: FSPDFObjC.h:1643
Definition: FSPDFObjC.h:1057
unsigned int getSignatureState()
Get signature state.
FSRectFArray * getRects()
Get the text rectangles of current text link object.
@ FSAnnotSquare
Annotation type: square annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3815
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:1911
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:7143
@ FSSignatureStateVerifyErrorByteRange
Non expected byte range.
Definition: FSPDFObjC.h:6866
@ FSRotationPointRightBottom
Rotate the text block based on the right-bottom point of the rectangle.
Definition: FSPDFObjC.h:619
@ FSColorSpaceInvalid
Color space: Invalid.
Definition: FSPDFObjC.h:669
@ FSErrInvalidWrapper
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:507
@ FSPDFDocDisplayUseOC
When document is opened, optional content group panels are visible.
Definition: FSPDFObjC.h:4905
NSString * getName()
Retrieve the postscript name.
Protocol FSPauseCallback for progressive control.
Definition: FSPDFObjC.h:7586
@ FSFillerVkeyT
T key.
Definition: FSPDFObjC.h:6554
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4611
@ FSDWG2PDFSettingDataFlagSimpleGeomOptimization
Bit 4. Enable simple geometry optimization (separated segments to one polyline, Bezier curve control ...
Definition: FSPDFObjC.h:2205
@ FSRendererRenderPage
If set, page content will be rendered.
Definition: FSPDFObjC.h:1225
@ FSPagingSealConfigPagingSealStyleMultipleSignatures
Add multiple signatures. Use the FSSignature to display the appearance of paging seal signature,...
Definition: FSPDFObjC.h:7093
@ FSMonoImageSettingsImageCompressRunLength
Compression mode: run-length.
Definition: FSPDFObjC.h:1945
@ FSGraphStateLineCapButt
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:796
@ FSRenditionFloatingWindowResizeTypeAspectRatio
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:3221
@ FSAnnotPagingSeal
Annotation type: paging seal annotation. A Foxit PDF SDK custom annotation type (not a standard annot...
Definition: FSPDFObjC.h:3839
@ FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYY
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4678
@ FSCompareResultInfoCompareResultTypeReplaceShading
Result type: replace shading.
Definition: FSPDFObjC.h:1803
@ FSSoundSampleEncodingFormatSigned
Twos-complement values.
Definition: FSPDFObjC.h:4462
@ FSFontCIDCharsetUnknown
CID Font charset: Unknown.
Definition: FSPDFObjC.h:888
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:6591
Definition: FSPDFObjC.h:1979
@ FSPDFDocEncryptFoxitDRM
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:4854
@ FSMarkupStateNone
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:4019
@ FSRenditionMediaPlayerFitStyleHidden
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:3191
@ FSSignatureDigestSHA1
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:6914
@ FSHeaderFooterContentGeneratorDateFormatMDotDDotYYYY
If this is used, "m.d.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4687
@ FSFillerVkeySubtract
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:6574
@ FSGraphStateLineJoinRound
Round line join type.
Definition: FSPDFObjC.h:803
@ FSMarkupMeasureTypeT
Measurement of angles.
Definition: FSPDFObjC.h:4048
@ FSPageLabelsLowerRomanNums
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:5896
@ FSGraphicsObjectBlendLighten
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:5504
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:1571
FSPrintParamsPrintContent
Enumeration for the values used to set the contents of the print job.
Definition: FSPDFObjC.h:2627
@ FSAnnotFlagNoRotate
Annotation flag: no rotate.
Definition: FSPDFObjC.h:3847
int getCharCount()
Get the count of all the characters.
@ FSRenditionFloatingWindowResizeTypeAnyway
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:3222
@ FSBarcodeQRCorrectionLevelQuater
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1305
@ FSMonoImageSettingsImageCompressQualityLossless
Compression quality: Lossless.
Definition: FSPDFObjC.h:1949
@ FSActionTypeSubmitForm
Action type: submit-form action.
Definition: FSPDFObjC.h:3369
void removeAll()
Clean up the array.
Definition: FSPDFObjC.h:4330
Definition: FSPDFObjC.h:2543
float getContentHeight()
Get content height after current reflow page object has been parsed.
@ FSBookmarkStyleNormal
Show bookmark title as normal text.
Definition: FSPDFObjC.h:4508
Definition: FSPDFObjC.h:3442
@ FSTextPageTextDisplayOrder
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:6036
@ FSAssociatedFilesRelationshipEncryptedPayload
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:4556
FSPDFObject * getPDFObject()
Get the PDF object which represents the shading graphics object in PDF file.
@ FSFillSignFillSignObjectTypeRoundRectangle
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:5158
@ FSPDFDocExtractPagesOptionObjectStream
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:4892
float getTop()
Get top position value.
@ FSFillerVkeyC
C key.
Definition: FSPDFObjC.h:6537
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:4460
@ FSTextPageParseTextOutputHyphen
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:6030
@ FSRenditionWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:3197
@ FSActionTypeRendition
Action type: rendition action.
Definition: FSPDFObjC.h:3374
@ FSOptimizerSettingsDiscardUserDataExternalCrossReferences
Discard external cross references.
Definition: FSPDFObjC.h:2019
void removeAll()
Clean up the array.
@ FSOutputPreviewShowICCBasedCMYK
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:5231
FSPDFStream * getStream()
Get image stream.
@ FSGraphicsObjectBlendColorBurn
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:5506
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
Definition: FSPDFObjC.h:1921
@ FSFillSignFillSignObjectTypeText
Text fill-sign object.
Definition: FSPDFObjC.h:5155
@ FSXFAWidgetHitTestAreaTitleBar
Hit test area: Title Bar.
Definition: FSPDFObjC.h:1645
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:4887
Definition: FSPDFObjC.h:5902
@ FSActionTypeHide
Action type: hide action.
Definition: FSPDFObjC.h:3367
@ FSFloatingInfoWindowPositionTopLeft
Window position: at the top left corner.
Definition: FSPDFObjC.h:2704
@ FSErrOfficeComNotInit
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:539
@ FSFieldFlagButtonRadiosInUnison
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:6721
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:5154
@ FSDocViewerPrefsHideToolbar
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:5859
float getBottom()
Get bottom position value.
@ FSRenditionMonitorSpecifierSmallest
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:3204
@ FSErrInvalidRegex
Invalid regular expression.
Definition: FSPDFObjC.h:555
@ FSCertVerifyResultCertStatusExpired
This means certificate is expired.
Definition: FSPDFObjC.h:7186
@ FSErrComplianceResourceFile
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:527
@ FSErrURLInBlackList
(For converting html to pdf only) The converted URL is on blacklist.
Definition: FSPDFObjC.h:551
@ FSFillerVkeyF2
F2 key.
Definition: FSPDFObjC.h:6578
BOOL swigCMemOwn
Definition: FSPDFObjC.h:810
@ FSAdditionalActionTriggerPageClosed
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:3610
@ FSErrNoOptimizerModuleRight
No "Optimizer" module right.
Definition: FSPDFObjC.h:537
@ FSMarkupMeasureTypeX
Measurement of change along the x axis.
Definition: FSPDFObjC.h:4044
@ FSAnnotMKEntryBackgroundColor
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:3873
@ FSHeaderFooterContentGeneratorPageNumberFormatPageNumberOfCount
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4703
@ FSFontStdIDTimesI
Standard font: Times-Italic.
Definition: FSPDFObjC.h:908
float getSamplingRate()
Get the sampling rate, in samples per second.
Definition: FSPDFObjC.h:959
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:5858
@ FSFileFormatTypeXML
File format type: XML.
Definition: FSPDFObjC.h:703
Definition: FSPDFObjC.h:1848
@ FSXFAWidgetWidgethAlignTypeRight
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:1689
Definition: FSPDFObjC.h:6222
@ FSFillerVkeyNext
Page Down key.
Definition: FSPDFObjC.h:6513
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:6069
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:3884
void * swigCPtr
Definition: FSPDFObjC.h:3662
@ FSBarcodeFormatUPCA
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1295
@ FSSignatureStateVerifyIssueUncheck
Not check the issuer.
Definition: FSPDFObjC.h:6874
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:4881
@ FSErrWPSEngineNotFound
(For Office-to-PDF conversion only) WPS office engine is not found.
Definition: FSPDFObjC.h:543
@ FSPDFDocEncryptCertificate
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:4853
@ FSFillerVkeyUp
Up arrow key.
Definition: FSPDFObjC.h:6517
@ FSPDFPageFlattenNoFormControl
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:5730
@ FSFontStdIDHelveticaI
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:904
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3937
@ FSLineCapPosTop
Definition: FSPDFObjC.h:4232
@ FSAdditionalActionTriggerPageOpened
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:3609
@ FSPrintParamsPageOrderHorizontalReversed
Page Order type: pages are placed from right to left, from top to bottom.
Definition: FSPDFObjC.h:2654
@ FSFieldTypeSignature
Form field type: signature field.
Definition: FSPDFObjC.h:6713
Definition: FSPDFObjC.h:5583
@ FSErrInvalidLicense
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:479
void * swigCPtr
Definition: FSPDFObjC.h:2426
FSProgressive * startLoad()
Start to load content for current XFA document.
@ FSBitmapDownsample
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1089
@ FSPDFStreamFlateDecode
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:3068
@ FSAnnotCaret
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3824
@ FSImageSettingsImageCompressQualityHigh
Compression quality: High.
Definition: FSPDFObjC.h:1907
@ FSMarkupStateAccepted
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:4022
@ FSDestinationZoomFitBBox
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:3321
@ FSAnnotMKEntryRolloverIcon
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:3878
@ FSIconFitScaleWayNone
No scaling way is specified.
Definition: FSPDFObjC.h:3782
@ FSWidgetLineSpacingDouble
Line spacing style: double line spacing.
Definition: FSPDFObjC.h:4399
@ FSFieldFlagTextRichText
(Only useful for text field) If set, the value of this field should be represented as a rich text str...
Definition: FSPDFObjC.h:6730
@ FSOptimizerSettingsDiscardUserDataDocumentInfoAndMetaData
Discard document information and metadata.
Definition: FSPDFObjC.h:2020
@ FSFillerEventFlagRightButtonDown
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:6600
Definition: FSPDFObjC.h:3467
void * swigCPtr
Definition: FSPDFObjC.h:7279
@ FSFontCharsetShift_JIS
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:873
Definition: FSPDFObjC.h:758
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6840
FSPDFNumberTree * getNumberTree()
Get the page labels number tree.
Definition: FSPDFObjC.h:7167
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:1990
@ FSPrintParamsDuplexTypeDuplexFlipShortEdge
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: FSPDFObjC.h:2636
@ FSXFAWidgetWidgetTypeLine
XFA widget type: line.
Definition: FSPDFObjC.h:1659
FSPDFStreamFilter getStreamFilter()
Get the type of stream filter which indicate how the stream data must be decoded before the data is u...
@ FSRenditionActionOpTypePause
Pause any rendition being played in association with related screen annotation. If no rendition is be...
Definition: FSPDFObjC.h:3585
@ FSMediaSettingsPlayerWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:2760
Definition: FSPDFObjC.h:4523
@ FSPDFObjectName
PDF name object.
Definition: FSPDFObjC.h:3016
FSIdentityProperties * getIdentityProperties()
A callback function used to get identity properties of current user.
@ FSFillerVkey7
7 key.
Definition: FSPDFObjC.h:6532
@ FSPDFDocLinks
(Reserved, not supported yet) If set, only link annotations are to imported from or exported to XFDF ...
Definition: FSPDFObjC.h:4912
@ FSFillerEventFlagAutoRepeat
Event flag: auto repeat.
Definition: FSPDFObjC.h:6597
@ FSModuleNameLayoutRecognition
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:656
@ FSErrInvalidUserToken
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:496
@ FSBarcodeFormatCode128
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1293
@ FSFillerEventFlagControlKey
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:6593
FSColorSpaceType getColorSpaceType()
Get color space type.
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:4507
Definition: FSPDFObjC.h:6686
@ FSMonoImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:1942
Definition: FSPDFObjC.h:7071
@ FSImageOrientationNormal
Normal orientation.
Definition: FSPDFObjC.h:1156
@ FSPDFStreamASCII85Decode
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:3066
Definition: FSPDFObjC.h:5465
void * swigCPtr
Definition: FSPDFObjC.h:2567
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Definition: FSPDFObjC.h:3935
@ FSImageSettingsStretchDownsample
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1915
@ FSSignatureStateVerifyTimestampExpire
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:6880
@ FSCertVerifyResultReasonNoStatus
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:7191
@ FSSignatureFieldMDPActionNone
No Field MDP action.
Definition: FSPDFObjC.h:6943
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:686
@ FSOptimizerSettingsCleanUpRemoveInvalidBookmarks
Remove invalid bookmarks.
Definition: FSPDFObjC.h:2001
@ FSSecurityHandlerCipherNone
Not use encryption algorithm.
Definition: FSPDFObjC.h:6166
@ FSCompareResultInfoCompareResultTypeDeleteImage
Result type: delete image.
Definition: FSPDFObjC.h:1795
@ FSFillerVkeyY
Y key.
Definition: FSPDFObjC.h:6559
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:1577
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6429
@ FSRenditionMonitorSpecifierGreatestColorDepth
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:3206
FSFloatingInfoRelativeTarget
Enumeration for the values used to set relative position of floating window.
Definition: FSPDFObjC.h:2715
@ FSErrUnknown
Any unknown error occurs.
Definition: FSPDFObjC.h:478
@ FSXFADocExportDataTypeStaticXDP
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:1585
@ FSModuleNameXFA
Name for module "XFA".
Definition: FSPDFObjC.h:648
@ FSFileFormatTypePDF
File format type: PDF.
Definition: FSPDFObjC.h:705
@ FSLocaleIDJapan
Locale ID for country: Japan.
Definition: FSPDFObjC.h:695
@ FSBitmapDIB8bpp
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:1082
@ FSDocViewerPrefsCenterWindow
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:5863
@ FSTextStateModeFill
Text mode: fill text.
Definition: FSPDFObjC.h:5572
@ FSFloatingInfoResizeTypeKeepRatio
Resize type: may be resized only if the aspect ratio is preserved.
Definition: FSPDFObjC.h:2724
Definition: FSPDFObjC.h:566
@ FSAnnotFlagLockedContents
Annotation flag: locked contents.
Definition: FSPDFObjC.h:3852
@ FSXFAWidgetPresenceInactive
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:1673
@ FSSignatureAPFlagBitmap
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:6897
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:3186
@ FSPagingSealConfigPagingSealPositionRight
Right Paging Seal.
Definition: FSPDFObjC.h:7087
@ FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYYYY
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4677
int getXDPI()
Get DPI for X-axis.
@ FSGraphicsObjectTypeShading
Shading graphics object.
Definition: FSPDFObjC.h:5522
@ FSImageBMP
Image type is BMP.
Definition: FSPDFObjC.h:1145
@ FSXFAWidgetWidgetTypeUnknown
XFA widget type: unknown.
Definition: FSPDFObjC.h:1664
void * swigCPtr
Definition: FSPDFObjC.h:2846
@ FSBookmarkPosPrevSibling
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:4516
@ FSSignatureStateVerifyNoChange
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:6869
@ FSFieldFlagTextMultiline
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:6722
Definition: FSPDFObjC.h:3431
@ FSModuleNameOFD
Name for module "OFD".
Definition: FSPDFObjC.h:663
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:801
@ FSPDFPageSizeA2
Page size: A2.
Definition: FSPDFObjC.h:5744
void * swigCPtr
Definition: FSPDFObjC.h:2819
@ FSPathTypeBezierToCloseFigure
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:982
Definition: FSPDFObjC.h:1963
@ FSXFAWidgetPresenceInvisible
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:1674
BOOL isParsed()
Check if current reflow page has been parsed or not.
Definition: FSPDFObjC.h:8100
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1200
@ FSFieldTypeTextField
Form field type: text field.
Definition: FSPDFObjC.h:6712
@ FSAnnotFlagHidden
Annotation flag: hidden.
Definition: FSPDFObjC.h:3844
BOOL verifyEncryptionParams()
Verify encryption parameters.
@ FSPDFPageSizeLegal
Page size: legal.
Definition: FSPDFObjC.h:5743
Definition: FSPDFObjC.h:1038
void * swigCPtr
Definition: FSPDFObjC.h:2179
void * swigCPtr
Definition: FSPDFObjC.h:7262
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4733
@ FSGraphicsObjectBlendDifference
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:5509
int getMatchSentenceEndIndex()
Get the index of the last character of current matched pattern, based on the matched sentence.
@ FSErrNotFound
Expected data or object is not found.
Definition: FSPDFObjC.h:485
@ FSRenditionFloatingWindowRelatedWindowApplication
The application window.
Definition: FSPDFObjC.h:3214
void * swigCPtr
Definition: FSPDFObjC.h:5528
@ FSSubmitFormActionFlagAsXFDF
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:3506
@ FSLocaleIDGermany
Locale ID for country: Germany.
Definition: FSPDFObjC.h:692
@ FSErrIsAlreadyCPDF
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:503
void * swigCPtr
Definition: FSPDFObjC.h:759
float getZoomFactor()
Get zoom factor.
@ FSFillerVkeyEnd
End key.
Definition: FSPDFObjC.h:6514
@ FSXFAWidgetWidgetEdgePositionRight
Egde position: right.
Definition: FSPDFObjC.h:1700
FSPDFDictionary * create()
Create a new dictionary object.
@ FSTiledWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:4726
@ FSPortfolioNodeTypeFile
Portfolio node type: file.
Definition: FSPDFObjC.h:7376
Definition: FSPDFObjC.h:6111
@ FSFontCharsetDefault
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:871
@ FSPDFDocImportFlagWithLayers
Import pages with layers.
Definition: FSPDFObjC.h:4883
@ FSPortfolioNodeTypeFolder
Portfolio node type: folder.
Definition: FSPDFObjC.h:7375
@ FSMarkupStateModelReview
Markup annotation state model: review.
Definition: FSPDFObjC.h:4015
FSPrintParamsPageOrder
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:2652
@ FSSubmitFormActionFlagWithCoordinates
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:3505
@ FSPrintParamsPrintHandlingMultiplePages
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: FSPDFObjC.h:2662
@ FSActionTypeLaunch
Action type: launch action.
Definition: FSPDFObjC.h:3362
@ FSFontStyleNonSymbolic
Font style: non-symbolic.
Definition: FSPDFObjC.h:862
Unknown language.
Definition: FSPDFObjC.h:3633
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:6449
Definition: FSPDFObjC.h:2027
@ FSModuleNameOCR
Name for module "OCR".
Definition: FSPDFObjC.h:651
@ FSErrSecurityHandler
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:483
@ FSHeaderFooterContentGeneratorDateFormatMSlashD
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:4675
long getFirstGraphicsObjectPosition()
Get the position of first graphics object in graphics object list, based on type filter.
@ FSDWG2PDFSettingDataFlagExportHyperlinks
Bit 11. Enable hyperlinks export.
Definition: FSPDFObjC.h:2212
@ FSErrInvalidData
Data of current object is invalid.
Definition: FSPDFObjC.h:490
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.
void * swigCPtr
Definition: FSPDFObjC.h:165
@ FSLocaleIDItaly
Locale ID for country: Italy.
Definition: FSPDFObjC.h:693
Definition: FSPDFObjC.h:3974
@ FSPagingSealConfigPagingSealPositionTop
Top Paging Seal.
Definition: FSPDFObjC.h:7088
@ FSMarkupEndingStyleSlash
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:4040
@ FSDWG2PDFSettingDataFlagEnableLayers
Bit 5. If enabled, layer support will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:2206
@ FSColorSpaceICCBasedDeviceGray
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:681
Definition: FSPDFObjC.h:365
@ FSRenditionFloatingWindowOffscreenEventNone
Nothing.
Definition: FSPDFObjC.h:3226
Definition: FSPDFObjC.h:3486
@ FSDWG2PDFSettingDataFlagEmbededTTF
Bit 1. Enable embedding of TTF(True Type Font) program to PDF file. The whole TTF font file will be e...
Definition: FSPDFObjC.h:2202
Definition: FSPDFObjC.h:3025
@ FSPrintParamsPrintHandlingFitPaper
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: FSPDFObjC.h:2660
@ FSXFAWidgetWidgetTypePushButton
XFA widget type: push button.
Definition: FSPDFObjC.h:1651
@ FSModuleNameOptimizer
Name for module "Optimizer".
Definition: FSPDFObjC.h:654
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:3842
@ FSOutputPreviewShowICCBasedRGB
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:5239
@ FSBitmapDIBArgb
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:1079
NSArray< NSData * > * getComponentNames()
Get a string array which represents the name of colorant for Separation color space,...
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5585
FSBitmapDIBFormat
Enumeration for DIB format.
Definition: FSPDFObjC.h:1074
Definition: FSPDFObjC.h:4191
@ FSPrintParamsBookletBindingLeftTall
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:2648
@ FSLayerTreeStateUnchanged
The state is unchanged.
Definition: FSPDFObjC.h:5319
void * swigCPtr
Definition: FSPDFObjC.h:2585
Definition: FSPDFObjC.h:6605
@ FSErrComplianceEngineInitFailed
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:518
@ FSBarcodeQRCorrectionLevelLow
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1303
@ FSXFAWidgetWidgetTypeArc
XFA widget type: arc.
Definition: FSPDFObjC.h:1653
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:5892
BOOL swigCMemOwn
Definition: FSPDFObjC.h:410
@ FSCompareResultInfoCompareResultTypeNone
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:1791
void * swigCPtr
Definition: FSPDFObjC.h:2610
@ FSErrNoAdvEditModuleRight
No "AdvEdit" module right.
Definition: FSPDFObjC.h:549
Definition: FSPDFObjC.h:164
@ FSLayerContextUsageDesign
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:5358
@ FSOptimizerSettingsDiscardUserDataPrivateDataOfOtherApp
Discard private data of other applications.
Definition: FSPDFObjC.h:2022
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1813
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:7479
@ FSLocaleIDTaiwan
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:689
void * swigCPtr
Definition: FSPDFObjC.h:7461
BOOL isEmpty()
Check whether current object is empty or not.
@ FSPDFStreamUnknown
Unknown filter type.
Definition: FSPDFObjC.h:3063
Single page mode.
Definition: FSPDFObjC.h:3790
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:5961
@ FSErrLTVCannotSwitchVersion
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:522
@ FSOutputPreviewShowLineArt
If set, only show line art.
Definition: FSPDFObjC.h:5251
@ FSFillerEventFlagKeyPad
Event flag: key pad.
Definition: FSPDFObjC.h:6596
@ FSSoundSampleEncodingFormatMuLaw
μ-law-encoded samples
Definition: FSPDFObjC.h:4463
@ FSPosBottomCenter
Position: bottom center.
Definition: FSPDFObjC.h:642
BOOL needPauseNow()
Check whether need to pause now.
@ FSCertVerifyResultReasonCACompromise
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:7194
@ FSPDFObjectReference
PDF reference object.
Definition: FSPDFObjC.h:3021
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:2566
@ FSAlignmentRight
Right alignment.
Definition: FSPDFObjC.h:625
@ FSFillerVkeyW
W key.
Definition: FSPDFObjC.h:6557
@ FSFillerVkeyJ
J key.
Definition: FSPDFObjC.h:6544
@ FSPrintParamsPrintHandlingNone
Print Handling: No page scaling is applied.
Definition: FSPDFObjC.h:2659
@ FSColorSpaceCalRGB
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:674
@ FSDWG2PDFSettingDataFlagUseHLR
Bit 8. Determines whether software uses vector hidden-line removal for corresponding viewports.
Definition: FSPDFObjC.h:2209
@ FSFillerVkeyF1
F1 key.
Definition: FSPDFObjC.h:6577
Definition: FSPDFObjC.h:6253
@ FSRotationPointLeftTop
Rotate the text block based on the left-top point of the rectangle.
Definition: FSPDFObjC.h:616
@ FSTextStateModeStroke
Text mode: stroke text.
Definition: FSPDFObjC.h:5573
void * swigCPtr
Definition: FSPDFObjC.h:4811
FSCertVerifyResultArray * getCertificateVerifyResults()
Get certificate verify results.
@ FSRenditionMediaPlayerFitStyleScroll
The media is not scaled. A scrolling user interface is provided if the media rectangle is wider or ta...
Definition: FSPDFObjC.h:3190
@ FSXFAWidgetPresenceVisible
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:1671
@ FSXFADocEventTypePostPrint
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:1573
@ FSSignatureStateVerifyIssueValid
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:6870
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6186
@ FSErrODAEngineNotFound
(For DWG-to-PDF conversion only) ODA engine is not found.
Definition: FSPDFObjC.h:546
@ FSPDFObjectInvalidType
Invalid PDF object type.
Definition: FSPDFObjC.h:3012
@ FSErrNoConnectedPDFModuleRight
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:530
@ FSAnnotPropertyBorderColor
Annotation property: border color.
Definition: FSPDFObjC.h:3866
FSFormXObject * getFormXObject()
@ FSMarkupMeasureTypeD
Measurement of distance in any direction.
Definition: FSPDFObjC.h:4046
@ FSOutputPreviewShowNotDeviceCMYK
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:5230
@ FSXFAWidgetHitTestAreaHyperLink
Hit test area: HyperLink.
Definition: FSPDFObjC.h:1646
FSWidgetLineSpacingStyle
Enumeration for line spacing style.
Definition: FSPDFObjC.h:4396
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:3195
Definition: FSPDFObjC.h:6959
Definition: FSPDFObjC.h:1871
@ FSGraphicsObjectsTextMergeTJY
Merge consecutive text-showing operators with equal y coordinates.
Definition: FSPDFObjC.h:5684
@ FSFontStdIDCourierB
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:898
@ FSSubmitFormActionFlagExclude
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:3501
int getTextLinkCount()
Get the count of the URL formatted texts, in related PDF page.
@ FSFontFontTypeType3
Font type: Type3.
Definition: FSPDFObjC.h:916
@ FSErrNoComplianceModuleRight
No "Compliance" module right.
Definition: FSPDFObjC.h:536
@ FSIconFitScaleWaySmaller
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:3785
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:4674
Definition: FSPDFObjC.h:1310
@ FSSignatureStateVerifyIssueCurrent
The verified issue is current issuer.
Definition: FSPDFObjC.h:6875
@ FSAnnotMKRelationCaptionLeft
Caption to the left of the icon.
Definition: FSPDFObjC.h:3890
Definition: FSPDFObjC.h:7444
FSRenditionMediaPermission
Enumeration for PDF media player permission.
Definition: FSPDFObjC.h:3173
@ FSFDFDocFDF
FDF document type: FDF.
Definition: FSPDFObjC.h:2320
@ FSPDFDocPermFillForm
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:4865
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:5733
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2180
@ FSXFADocStatic
XFA document type: Static.
Definition: FSPDFObjC.h:1579
@ FSColorSpaceRenderIntentRelColorimetric
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:1032
@ FSRangeEven
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:832
FSBitmapFadeOutThresholdAlogrithm
Enumeration for bitmap threshold algorithm for fading out.
Definition: FSPDFObjC.h:1098
void * swigCPtr
Definition: FSPDFObjC.h:6668
@ FSGraphicsObjectBlendSoftlight
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:5508
FSPortfolioNodeType getNodeType()
Get node type.
@ FSOptimizerSettingsDiscardObjectsEmbeddedPageThumbnails
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:2009
@ FSModuleName3D
Name for module "3D".
Definition: FSPDFObjC.h:662
@ FSWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:6418
@ FSAnnotHighlightingInvert
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:3857
@ FSXFAWidgetPresenceHidden
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:1672
@ FSTimeStampServerSendResultFailToCreateSocket
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:7061
Definition: FSPDFObjC.h:4126
@ FSSignatureAPFlagSigner
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:6896
@ FSFillerVkeyZ
Z key.
Definition: FSPDFObjC.h:6560
@ FSPDFStreamLZWDecode
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:3067
Definition: FSPDFObjC.h:2494
@ FSFontCharsetHebrew
Font charset: Hebrew.
Definition: FSPDFObjC.h:882
@ FSRenditionWindowTypeHidden
Window type: a hidden window.
Definition: FSPDFObjC.h:3198
@ FSWidgetLineSpacingAuto
Line spacing style: auto line spacing.
Definition: FSPDFObjC.h:4401
@ FSSignatureStateVerifyValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:6862
void * swigCPtr
Definition: FSPDFObjC.h:960
Definition: FSPDFObjC.h:1886
@ FSXFAWidgetWidgetEdgePositionTop
Egde position: top.
Definition: FSPDFObjC.h:1699
FSFloatingInfoResizeType
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: FSPDFObjC.h:2722
Definition: FSPDFObjC.h:9524
@ FSRenditionActionOpTypeStop
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:3584
Definition: FSPDFObjC.h:2514
BOOL apply()
Apply redaction in marked areas: remove the text or graphics under marked areas permanently.
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2793
@ FSSignatureStateVerifyIssueRevoke
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:6872
@ FSRenditionFloatingWindowRelatedWindowMonitor
Depends on monitor specifier.
Definition: FSPDFObjC.h:3216
void * swigCPtr
Definition: FSPDFObjC.h:4732
Definition: FSPDFObjC.h:2238
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:3062
@ FSDWG2PDFSettingDataFlagMeasuring
Bit 15. Enable measuring scale in pdf.
Definition: FSPDFObjC.h:2215
@ FSFontStdIDZapfDingbats
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:910
@ FSActionNewWindowFlagTrue
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:3381
int getMatchSentenceStartIndex()
Get the index of the first character of current matched pattern, based on the matched sentence.
@ FSPagingSealSignaturePagingSealAPStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:7124
@ FSFieldFlagTextFileSelect
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:6724
@ FSBorderInfoCloudy
Border style: Cloudy.
Definition: FSPDFObjC.h:3718
void clear()
Clear all points.
@ FSRenditionFloatingWindowRelatedWindowFullDesktop
The full virtual desktop.
Definition: FSPDFObjC.h:3215
@ FSColorSpaceICCBased
Color space: ICCBased.
Definition: FSPDFObjC.h:676
Definition: FSPDFObjC.h:6351
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
@ FSPDFObjectNumber
PDF number object.
Definition: FSPDFObjC.h:3014
@ FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithLine
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:7522
FSBitmapFadeOutEnhancementAlgorithm
Enumeration for bitmap enhancement algorithm for fading out.
Definition: FSPDFObjC.h:1094
@ FSFontCharsetANSI
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:870
@ FSTextPageParseTextUseStreamOrder
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:6031
@ FSRenditionMonitorSpecifierGreatestArea
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:3207
NSString * getPDFPath()
Get the path of related PDF document.
@ FSGraphStateLineJoinMiter
Miter line join type.
Definition: FSPDFObjC.h:802
@ FSImageTIF
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:1149
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:4900
@ FSPDFPageCropBox
Crop Box for page boundary.
Definition: FSPDFObjC.h:5735
@ FSRotationPointLeftBottom
Rotate the text block based on the left-bottom point of the rectangle.
Definition: FSPDFObjC.h:618
@ FSErrLTVCannotLoadDTS
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:525
@ FSFontStdIDHelveticaB
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:902
@ FSAnnotationSummarySettingsTypeSortByAnnotationType
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:7533
@ FSAdditionalActionTriggerAnnotPageOpened
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:3626
@ FSErrConflict
New data conflicts with existed data.
Definition: FSPDFObjC.h:487
@ FSRenditionMediaPlayerFitStyleMeet
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:3187
@ FSPDFPageFlattenNoAnnot
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:5729
Definition: FSPDFObjC.h:1104
void removeAllSubActions()
Remove all the sub-actions.
void * swigCPtr
Definition: FSPDFObjC.h:409
void * swigCPtr
Definition: FSPDFObjC.h:2792
@ FSSignatureStateVerifyTimestampInvalid
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:6879
@ FSMarkupStateUnmarked
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:4021
@ FSRangeOdd
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:833
void * swigCPtr
Definition: FSPDFObjC.h:5584
@ FSWatermarkSettingsFlagASPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:6416
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7100
@ FSMediaSettingsPlayerWindowTypeDockedPage
Window type: a docked page window.
Definition: FSPDFObjC.h:2758
@ FSMarkupStateMarked
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:4020
Definition: FSPDFObjC.h:8382
@ FSCertVerifyResultReasonPrivilegeWithDrawn
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:7200
@ FSOutputPreviewShowSmoothShades
If set, only show smooth shades.
Definition: FSPDFObjC.h:5248
@ FSHeaderFooterContentGeneratorPageNumberFormatNumberSlashCount
If this is used, "1/n" would be used as the page number format string.
Definition: FSPDFObjC.h:4701
@ FSDestinationZoomFitBHorz
Fit the entire width of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:3322
@ FSFontStdIDCourierBI
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:899
@ FSSubmitFormActionFlagEmbedForm
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:3513
@ FSPDFDocDisplayUseNone
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:4901
@ FSActionNewWindowFlagNone
No "NewWindow" flag.
Definition: FSPDFObjC.h:3382
Invalidate all pages.
Definition: FSPDFObjC.h:2947
@ FSDWG2PDFSettingDataFlagZoomToExtentsMode
Bit 12. If enabled, layout geometry will be zoomed to paper size, else layout settings will be applie...
Definition: FSPDFObjC.h:2213
FSPrintDeviceSettingDataOrientationFlag
Enumeration for specifying the orientation of the printer.
Definition: FSPDFObjC.h:1192
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:7190
Numbering type: none.
Definition: FSPDFObjC.h:986
float getRight()
Get right position value.
BOOL isTopNull()
Check if top value is a null object.
@ FSPortfolioInitialViewUnknownMode
Unknown initial view mode.
Definition: FSPDFObjC.h:7480
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7169
int getElementCount()
Get the count of elements.
@ FSErrLTVCannotCheckDTS
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:523
@ FSImageSettingsImageCompressHigh
Compression mode: high.
Definition: FSPDFObjC.h:1897
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:1649
@ FSFontCharsetBaltic
Font charset: Baltic.
Definition: FSPDFObjC.h:884
@ FSColorSpaceICCBasedDeviceRGB
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:682
@ FSFillerVkeyF4
F4 key.
Definition: FSPDFObjC.h:6580
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6224
@ FSPosTopCenter
Position: top center.
Definition: FSPDFObjC.h:636
@ FSPDFStreamRunLengthDecode
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:3069
@ FSRichTextStyleCornerMarkNone
Corner mark style: none.
Definition: FSPDFObjC.h:3681
@ FSAnnotFlagToggleNoView
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:3851
FSColor * convertToCMYK()
Convert to a CMYK color.
@ FSPDFPageSizeB5
Page size: B5.
Definition: FSPDFObjC.h:5752
@ FSFillerEventFlagLeftButtonDown
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:6598
@ FSSearchOptionWordMatchingMatchAllWords
Word matching: match all words.
Definition: FSPDFObjC.h:2813
Definition: FSPDFObjC.h:2325
unsigned long long GetPosition()
Get the current reading position in stream.
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:7529
Definition: FSPDFObjC.h:5629
@ FSGraphicsObjectTypeFormXObject
Form XObject graphics object.
Definition: FSPDFObjC.h:5523
@ FSFillerVkey2
2 key.
Definition: FSPDFObjC.h:6527
@ FSProgressiveFinished
Progress state: progress is finished.
Definition: FSPDFObjC.h:727
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:3809
@ FSFillerVkeyU
U key.
Definition: FSPDFObjC.h:6555
@ FSPDFDocExtractPagesOptionOCProperties
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:4891
@ FSPDFPageMediaBox
Media Box for page boundary.
Definition: FSPDFObjC.h:5734
@ FSAnnotPropertyFillColor
Annotation property: fill color.
Definition: FSPDFObjC.h:3867
void * swigCPtr
Definition: FSPDFObjC.h:6223
@ FSImageSettingsImageCompressjpeg
Compression mode: jpeg.
Definition: FSPDFObjC.h:1898
@ FSErrComplianceEngineNotInit
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:516
float getHeight()
Get the height of the XFA page.
@ FSModuleNameConversion
Name for module "Conversion".
Definition: FSPDFObjC.h:655
Definition: FSPDFObjC.h:6006
@ FSPDFObjectNull
PDF null object.
Definition: FSPDFObjC.h:3020
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:7521
@ FSFillerVkeyF9
F9 key.
Definition: FSPDFObjC.h:6585
@ FSXFAWidgetWidgetTypeRectangle
XFA widget type: rectangle.
Definition: FSPDFObjC.h:1662
@ FSBorderInfoUnderLine
Border style: Underline.
Definition: FSPDFObjC.h:3715
@ FSFillerVkeyO
O key.
Definition: FSPDFObjC.h:6549
Definition: FSPDFObjC.h:408
@ FSSignatureFieldMDPActionAll
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:6944
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7462
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
Enumeration for searchable text type used for converting DWG to PDF.
Definition: FSPDFObjC.h:2225
@ FSDWG2PDFSettingDataDWG2PDFColorPolicyGrayscale
Color policy: Drawing is exported to a grayscale PDF file. Native colors are converted into grayscale...
Definition: FSPDFObjC.h:2234
@ FSPDFDocEncryptRMS
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:4856
@ FSPDFDocPwdNoPassword
No password is used in PDF document.
Definition: FSPDFObjC.h:4844
void * swigCPtr
Definition: FSPDFObjC.h:2141
int getTextRectCount()
Count the text rectangles within a range specified by a start index and count.
@ FSMonoImageSettingsStretchBicubic
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:1958
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:4860
Definition: FSPDFObjC.h:1590
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:913
BOOL swigCMemOwn
Definition: FSPDFObjC.h:338
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:1903
void * swigCPtr
Definition: FSPDFObjC.h:4773
@ FSErrIsAlreadyCDRM
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:504
@ FSColorSpacePattern
Color space: Pattern.
Definition: FSPDFObjC.h:680
@ FSCompareResultInfoCompareResultTypeInsertShading
Result type: insert shading.
Definition: FSPDFObjC.h:1802
@ FSPrintDeviceSettingDataLandscape
Landscape orientation for printing.
Definition: FSPDFObjC.h:1194
@ FSSignatureVerifyResultLTVStateNotEnable
This means LTV is not enabled.
Definition: FSPDFObjC.h:7350
float getWidth()
Get the width.
@ FSSubmitFormActionFlagExportFormat
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:3503
@ FSOutputPreviewShowRegistrationColor
If set, only show registration color.
Definition: FSPDFObjC.h:5249
@ FSWatermarkTextPropertiesFontStyleUnderline
Watermark font style: with underline.
Definition: FSPDFObjC.h:6451
@ FSSignatureKeyNameLocation
Signature key name: location.
Definition: FSPDFObjC.h:6905
@ FSAnnotLine
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:3814
@ FSErrCanNotUploadCDRMInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:506
@ FSErrInvalidACL
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:510
@ FSLTVVerifierVRICreationTime
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:7322
Definition: FSPDFObjC.h:3742
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:1642
@ FSFillerVkeyF7
F7 key.
Definition: FSPDFObjC.h:6583
@ FSCertVerifyResultLocationNotSet
Location is not set.
Definition: FSPDFObjC.h:7205
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:4230
void * swigCPtr
Definition: FSPDFObjC.h:3936
@ FSErrNoRedactionModuleRight
No "Redaction" module right.
Definition: FSPDFObjC.h:532
Definition: FSPDFObjC.h:7150
@ FSSignatureDocPermFillingFormAndSigning
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:6938
FSPDFDocDataType
Enumeration for data type used to decide which object(s) will be imported from or exported to FDF/XFD...
Definition: FSPDFObjC.h:4909
BOOL swigCMemOwn
Definition: FSPDFObjC.h:745
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:977
@ FSBitmapDIBRgb565
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:1085
@ FSLayerTreeStateON
The state is ON.
Definition: FSPDFObjC.h:5317
void * swigCPtr
Definition: FSPDFObjC.h:1012
An array of PointF objects.
Definition: FSPDFObjC.h:232
@ FSAnnotPropertyCreationDate
Annotation property: creation date.
Definition: FSPDFObjC.h:3865
@ FSSignatureStateNoSignData
Signature does not have any data for signing.It means that there is not "V" entry in the signature di...
Definition: FSPDFObjC.h:6859
@ FSWatermarkSettingsFlagSharePageStream
If set, watermarks will share one form xobject if these watermarks use the same page object.
Definition: FSPDFObjC.h:6423
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:4043
@ FSErrNoOCRModuleRight
No "OCR" module right.
Definition: FSPDFObjC.h:534
@ FSImageSettingsImageCompressQualityLow
Compression quality: Low.
Definition: FSPDFObjC.h:1905
@ FSErrInvalidState
Invalid or incorrect state.
Definition: FSPDFObjC.h:493
@ FSAdditionalActionTriggerAnnotPageClosed
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:3627
@ FSReflowPageNormal
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:5962
@ FSImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:1913
@ FSAnnotMKEntryBorderColor
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:3872
@ FSGraphStateLineJoinBevel
Bevel line join type.
Definition: FSPDFObjC.h:804
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
Definition: FSPDFObjC.h:7278
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:3357
@ FSBitmapDIB1bpp
DIB format: 1bpp format, two color RGB bitmap.It does not support format conversion between bitmaps.
Definition: FSPDFObjC.h:1076
@ FSDefaultAppearanceFlagTextColor
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:3656
@ FSPrintParamsPageOrderVertical
Page Order type: pages are placed from top to bottom, from left to right.
Definition: FSPDFObjC.h:2655
@ FSRenditionMediaPlayerNotUsed
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:3183
@ FSPDFPageSizeLetter
Page size: letter.
Definition: FSPDFObjC.h:5742
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:1953
@ FSFillerVkeyF12
F12 key.
Definition: FSPDFObjC.h:6588
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
@ FSAnnotAppearanceTypeRollover
Annotation's rollover appearance.
Definition: FSPDFObjC.h:3896
NSString * getURI()
Get URI string.
Definition: FSPDFObjC.h:9453
@ FSSignatureFieldMDPActionInclude
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:6945
@ FSErrNoMicroOfficeInstalled
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:540
void * swigCPtr
Definition: FSPDFObjC.h:7242
@ FSRendererColorModeMapping
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:1221
@ FSFontCharsetGreek
Font charset: Greek.
Definition: FSPDFObjC.h:880
@ FSFillerVkeyTab
Tab key.
Definition: FSPDFObjC.h:6504
@ FSOptimizerSettingsDiscardObjectsFormActions
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:2006
Report confidence: high.
Definition: FSPDFObjC.h:5204
@ FSImageOrientationFlipV
Flip Vertical.
Definition: FSPDFObjC.h:1159
Definition: FSPDFObjC.h:4468
@ FSModuleNameTableMaker
Name for module "TableMaker".
Definition: FSPDFObjC.h:658
@ FSPagingSealConfigPagingSealStyleOneSignature
Only add one signature. This signature is used for signature and verification and will be hidden in t...
Definition: FSPDFObjC.h:7094
@ FSErrDeviceLimitation
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:499
@ FSAnnotFileAttachment
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3827
@ FSAnnotPrinterMark
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3832
@ FSFieldTypeListBox
Form field type: list box.
Definition: FSPDFObjC.h:6711
@ FSMarkupEndingStyleSquare
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:4032
void * swigCPtr
Definition: FSPDFObjC.h:809
@ FSAnnotMKRelationCaptionAboveIcon
Caption above the icon.
Definition: FSPDFObjC.h:3888
@ FSFillerEventFlagAltKey
Event flag: "Alt" key.
Definition: FSPDFObjC.h:6594
@ FSHeaderFooterContentGeneratorPageNumberFormatNumberOfCount
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:4700
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:3202
BOOL onSelectAll()
Call this function when the popup menu item "Select All" is down.
@ FSFloatingInfoRelativeTargetAppWindow
Relative type: align the floating window relative to the application window.
Definition: FSPDFObjC.h:2717
Definition: FSPDFObjC.h:5926
@ FSAnnotWatermark
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3834
@ FSModuleNameCompliance
Name for module "Compliance".
Definition: FSPDFObjC.h:653
@ FSDWG2PDFSettingDataFlagLinearized
Bit 13. Create linearized PDF file.
Definition: FSPDFObjC.h:2214
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1830
Definition: FSPDFObjC.h:4810
@ FSActionTypeNamed
Action type: named action.
Definition: FSPDFObjC.h:3368
Definition: FSPDFObjC.h:8456
Definition: FSPDFObjC.h:6427
@ FSDocViewerPrefsHideWindowUI
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:5861
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
@ FSFontCharsetTurkish
Font charset: Turkish.
Definition: FSPDFObjC.h:881
Definition: FSPDFObjC.h:4090
@ FSFontCharsetEastEurope
Font charset: Eastern European.
Definition: FSPDFObjC.h:878
@ FSRenditionMonitorSpecifierLargest
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:3203
@ FSOutputPreviewShowAll
If set, show all.
Definition: FSPDFObjC.h:5228
BOOL swigCMemOwn
Definition: FSPDFObjC.h:568
@ FSImageJBIG2
Image type is JBIG2.
Definition: FSPDFObjC.h:1151
@ FSFillerVkeyE
E key.
Definition: FSPDFObjC.h:6539
FSBitmapDIBFormat getFormat()
@ FSErrNoOffice2PDFModuleRight
No "Office2PDF" module right.
Definition: FSPDFObjC.h:557
Definition: FSPDFObjC.h:8478
void * swigCPtr
Definition: FSPDFObjC.h:3975
@ FSErrNoConversionModuleRight
No "Conversion" module right.
Definition: FSPDFObjC.h:538
@ FSLocaleIDUnspecified
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:687
@ FSColorSpaceIndexed
Color space: Indexed.
Definition: FSPDFObjC.h:679
@ FSRenditionActionOpTypeAssociate
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:3583
@ FSSignatureKeyNameContactInfo
Signature key name: contact information.
Definition: FSPDFObjC.h:6907
@ FSPDFPageSizeA3
Page size: A3.
Definition: FSPDFObjC.h:5745
@ FSXFAWidgetWidgetvAlignTypeMiddle
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:1695
FSImageOrientation
Enumeration for image orientation.
Definition: FSPDFObjC.h:1154
@ FSLocaleIDNetherlands
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:690
@ FSXFAWidgetWidgetEdgePositionBottom
Egde position: bottom.
Definition: FSPDFObjC.h:1701
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2611
Definition: FSPDFObjC.h:3901
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:857
@ FSGraphicsObjectTypeText
Text graphics object.
Definition: FSPDFObjC.h:5519
@ FSDocViewerPrefsFitWindow
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:5862
@ FSRenditionMediaPlayerFitStyleFill
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:3189
@ FSFileFormatTypeFDF
File format type: FDF.
Definition: FSPDFObjC.h:699
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3744
void * swigCPtr
Definition: FSPDFObjC.h:1829
@ FSMarkupEndingStyleDiamond
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:4034
Viewing or printing condition: Auto.
Definition: FSPDFObjC.h:6816
@ FSBitmapBicubic
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1091
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:1142
Definition: FSPDFObjC.h:6240
Definition: FSPDFObjC.h:2609
float getLeft()
Get left position value.
@ FSSignatureLabelNameLocation
Signature label name for location.
Definition: FSPDFObjC.h:6951
@ FSRenditionMonitorSpecifierPrimary
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:3205
@ FSGraphicsObjectBlendLuminosity
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:5514
FSRenditionFloatingWindowRelatedWindowType
Enumeration for the type of floating window's related window.
Definition: FSPDFObjC.h:3212
@ FSMarkupMeasureTypeA
Measurement of area.
Definition: FSPDFObjC.h:4047
@ FSSignatureKeyNameText
Signature key name: text content.
Definition: FSPDFObjC.h:6909
@ FSPDFPageSizeA5
Page size: A5.
Definition: FSPDFObjC.h:5747
@ FSPageLabelsUpperRomanNums
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:5895
@ FSMonoImageSettingsImageCompressCCITT3
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:1940
Definition: FSPDFObjC.h:7098
@ FSTimeStampServerSendResultFailToRequest
Fail to request during sending request process.
Definition: FSPDFObjC.h:7065
@ FSFillerVkeyNumpad3
3 key in the numeric keypad.
Definition: FSPDFObjC.h:6564
BOOL isLocked()
Check if current layer node is locked.
FSFileFormatType
Enumeration for file format type.
Definition: FSPDFObjC.h:698
@ FSOptimizerSettingsDiscardUserDataFileAttchments
Discard file attachments.
Definition: FSPDFObjC.h:2021
@ FSErrNoTableMakerModuleRight
No "TableMaker" module right.
Definition: FSPDFObjC.h:547
int getSubActionCount()
Get the count of sub-actions.
@ FSOptimizerSettingsDiscardObjectsEmbeddedSearchIndex
Discard embedded search index.
Definition: FSPDFObjC.h:2014
void * swigCPtr
Definition: FSPDFObjC.h:6648
Definition: FSPDFObjC.h:3994
@ FSImageSettingsImageCompressQualityMedium
Compression quality: Medium.
Definition: FSPDFObjC.h:1906
BOOL swigCMemOwn
Definition: FSPDFObjC.h:141
@ FSRotation90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:608
void * swigCPtr
Definition: FSPDFObjC.h:4826
FSPrintParamsBookletDuplexMode
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:2639
@ FSFillerVkeyUnknown
An unknown key.
Definition: FSPDFObjC.h:6502
@ FSBarcodeQRCorrectionLevelMedium
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1304
Definition: FSPDFObjC.h:5673
@ FSSignatureStateVerifyIssueExpire
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:6873
@ FSErrNoRights
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:497
@ FSFillerVkeyA
A key.
Definition: FSPDFObjC.h:6535
@ FSSignatureAPFlagDN
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:6894
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:1998
Definition: FSPDFObjC.h:5439
Definition: FSPDFObjC.h:3327
@ FSColorSpaceRenderIntentSaturation
Rendering intent: Saturation.
Definition: FSPDFObjC.h:1033
FSDestinationZoomMode getZoomMode()
Get the zoom mode.
@ FSDestinationZoomFitHorz
Fit the entire width of the page within the display area when display the page.
Definition: FSPDFObjC.h:3318
@ FSErrNeedSigned
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:526
BOOL flush()
Flush internal buffer.
@ FSFillerVkeyNumpad2
2 key in the numeric keypad.
Definition: FSPDFObjC.h:6563
@ FSAnnotMKEntryIconCaptionRelation
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:3881
@ FSTextSearchSearchNotMatchFullWidth
If set, to ignore full-width characters and treat all characters as standard ASCII or standard-width ...
Definition: FSPDFObjC.h:6074
@ FSBitmapDIBAbgr
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:1084
@ FSErrNoAccessibilityModuleRight
No "Accessibility" module right.
Definition: FSPDFObjC.h:545
@ FSAnnotHighlightingPush
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:3859
@ FSMonoImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:1959
@ FSAlignmentCenter
Center alignment.
Definition: FSPDFObjC.h:624
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:1583
@ FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYYYY
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4681
@ FSErrNoPrint2PDFModuleRight
No "Print2PDF" module right.
Definition: FSPDFObjC.h:562
@ FSTextStateModeFillStroke
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:5574
@ FSPDFDocPermPrintHigh
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:4868
An array of float values.
Definition: FSPDFObjC.h:258
@ FSDocViewerPrefsHideMenubar
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:5860
@ FSAnnotUnknownType
Annotation type: unknown.
Definition: FSPDFObjC.h:3810
Definition: FSPDFObjC.h:3078
Definition: FSPDFObjC.h:4293
@ FSPDFDocSaveFlagNormal
Save document normally, without using any special flag.
Definition: FSPDFObjC.h:4872
Definition: FSPDFObjC.h:4106
@ FSOptimizerSettingsOptimizerUnembeddedFonts
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:1994
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:6202
@ FSAdditionalActionTriggerAnnotMouseButtonPressed
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:3622
@ FSSignatureLabelNameDN
Signature key name for distinguish name.
Definition: FSPDFObjC.h:6954
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3976
FSPDFDoc * getDocument()
Get the PDF document, to which current action belongs.
FSFloatArray * value
Get or Set component value array.
Definition: FSPDFObjC.h:1057
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3957
@ FSMonoImageSettingsStretchOff
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:1955
@ FSXFAWidgetWidgetTypeChoiceList
XFA widget type: choice list.
Definition: FSPDFObjC.h:1657
@ FSPageLabelsDecimalNums
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:5894
@ FSPDFDocPermExtract
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:4863
BOOL killFocus()
Kill focus from form.
@ FSBitmapDIBInvalid
Invalid DIB format.
Definition: FSPDFObjC.h:1075
@ FSCertVerifyResultLocationSignature
Response information is found in signature content.
Definition: FSPDFObjC.h:7207
@ FSAnnotStrikeOut
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3822
@ FSSubmitFormActionFlagExclFKey
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:3512
Definition: FSPDFObjC.h:921
@ FSBookmarkPosFirstSibling
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:4518
@ FSGraphicsObjectBlendOverlay
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:5502
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
@ FSSignatureSignatureTypePagingSeal
Signature type: paging seal.
Definition: FSPDFObjC.h:6923
FSPagingSealConfigPagingSealPosition
Enumeration for paging seal position.
Definition: FSPDFObjC.h:7085
@ FSAnnotationSummarySettingsTypeSortByPage
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:7532
@ FSGraphicsObjectsTextMergeBTET
Merge consecutive BTETs as a new one.
Definition: FSPDFObjC.h:5685
@ FSRenditionMediaPermTempNever
Never allowed.
Definition: FSPDFObjC.h:3174
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:5316
@ FSSignatureStateVerifyTimestampIssueValid
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:6882
@ FSAnnotationSummarySettingsTypeSortByAuthor
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:7530
An array of unsigned integer values.
Definition: FSPDFObjC.h:310
@ FSLineCapPosInline
Definition: FSPDFObjC.h:4231
FSPagingSealSignaturePagingSealAPState
Enumeration for paging seal signature state to set appearance.
Definition: FSPDFObjC.h:7123
FSImageType getType()
Get image type.
@ FSFullTextSearchRankNone
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:2959
@ FSActionTypeImportData
Action type: import-data action.
Definition: FSPDFObjC.h:3371
@ FSTiledWatermarkSettingsFlagAsPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:4723
FSBarcodeQRErrorCorrectionLevel
Enumeration for format error correction level of QR Code.
Definition: FSPDFObjC.h:1302
@ FSAnnotationSummarySettingsSummaryLayoutSinglePageWithLine
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:7523
NSString * getProviderID()
A callback function used to get provider ID.
@ FSPrintParamsBookletBindingRight
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:2646
@ FSPDFDocPermExtractAccess
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:4866
@ FSRendererColorModeMappingGray
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:1220
@ FSXFAWidgetWidgethAlignTypeRadix
Align the radix indicator.
Definition: FSPDFObjC.h:1688
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
@ FSErrNoPDF2OfficeModuleRight
No "PDF2Office" module right.
Definition: FSPDFObjC.h:550
@ FSActionTypeThread
Action type: thread action.
Definition: FSPDFObjC.h:3363
@ FSSignatureStateSigned
Signed signature.
Definition: FSPDFObjC.h:6861
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:6889
@ FSSubmitFormActionFlagIncludeAnnotations
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:3508
@ FSOptimizerSettingsCleanUpUseFlateInsteadOfLZW
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:2000
@ FSCertVerifyResultCertStatusRevoked
This means certificate is revoked.
Definition: FSPDFObjC.h:7185
@ FSPortfolioInitialViewTileMode
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:7482
@ FSPDFObjectStream
PDF stream object.
Definition: FSPDFObjC.h:3019
@ FSBookmarkStyleBold
Show bookmark title as bold text.
Definition: FSPDFObjC.h:4510
@ FSDWG2PDFSettingDataFlagASCIIHexEncoding
Bit 10. Enable ASCIIHex encoding of internal PDF streams.
Definition: FSPDFObjC.h:2211
@ FSErrNoOFDModuleRight
No "OFD" module right.
Definition: FSPDFObjC.h:553
@ FSCertVerifyResultReasonKeyCompromise
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:7193
@ FSCertVerifyResultLocationOnline
Response information is got by online request.
Definition: FSPDFObjC.h:7208
@ FSTimeStampServerSendResultFailToGetData
Fail to get data during sending request process.
Definition: FSPDFObjC.h:7066
int getAscent()
Get the ascent value, in 1/1000 of em size (PDF units).
@ FSTimeStampServerSendResultFailToConnect
Fail to connect during sending request process.
Definition: FSPDFObjC.h:7062
@ FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeBitmap
Hatches export type: Exports hatch as a bitmap.
Definition: FSPDFObjC.h:2219
@ FSRotationUnknown
Unknown rotation.
Definition: FSPDFObjC.h:611
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7280
@ FSPDFNumberTreePageLabels
"PageLabels" number tree.
Definition: FSPDFObjC.h:3147
@ FSCertVerifyResultLocationDSS
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:7206
@ FSAnnotMKEntryDownCaption
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:3876
@ FSLayerContextUsageView
Use for a viewer.
Definition: FSPDFObjC.h:5357
int getHeight()
Get image height.
Definition: FSPDFObjC.h:5947
@ FSRenditionFloatingWindowRelatedWindowDocument
The document window.
Definition: FSPDFObjC.h:3213
@ FSPortfolioNodeTypeUnknown
Unknown portfolio node type.
Definition: FSPDFObjC.h:7374
@ FSErrCanNotRemoveSecurityFromServer
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:500
int getIndex()
Get index of the XFA page.
@ FSDWG2PDFSettingDataDWG2PDFSearchableTextTypeNoSearch
Searchable text type: No searchable text.
Definition: FSPDFObjC.h:2226
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:6165
@ FSOptimizerSettingsOptimizerDiscardUserData
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:1995
@ FSAnnotationSummarySettingsFontSizeLarge
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:7539
@ FSColorSpaceICCBasedDeviceCMYK
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:683
Definition: FSPDFObjC.h:9497
@ FSSignaturePAdESLevelBLT
PAdES level: B-LT.
Definition: FSPDFObjC.h:6931
void * swigCPtr
Definition: FSPDFObjC.h:3763
A fixup succeeded.
Definition: FSPDFObjC.h:2735
@ FSRenditionFloatingWindowOffscreenEventMoveResize
Move or resize.
Definition: FSPDFObjC.h:3227
@ FSSoundSampleEncodingFormatRaw
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:4461
@ FSGraphStateLineCapRound
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:797
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:1677
@ FSAnnotNote
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:3811
Definition: FSPDFObjC.h:2584
@ FSComparisonCompareTypeAll
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:1865
@ FSAnnotScreen
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3831
@ FSFieldFlagTextPassword
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:6723
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:3500
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:6371
@ FSModuleNameAccessibility
Name for module "Accessibility".
Definition: FSPDFObjC.h:657
BOOL reset()
Reset current layer context, back to the initialized state.
@ FSSignatureLabelNameProducer
Signature key name for producer name.
Definition: FSPDFObjC.h:6955
int getGraphicsObjectCount()
Get the count of graphics objects in graphics object list.
BOOL isItalic()
Judge whether current font object is italic or not.
FSFileSpec * getFileSpec()
Get the file specification object which represents an external sound file.
BOOL isNeedPadData()
Whether return all contents all hex string include padding zero when call Verify function.
@ FSAnnotFreeText
Annotation type: free text annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3813
@ FSMarkupEndingStyleClosedArrow
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:4036
@ FSRangeAll
All the indexes within a range will be used.
Definition: FSPDFObjC.h:831
@ FSErrMIPProtectionEngineInitFailed
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:559
@ FSFillerVkeyQ
Q key.
Definition: FSPDFObjC.h:6551
@ FSCompareResultInfoCompareResultTypeDeleteText
Result type: delete text.
Definition: FSPDFObjC.h:1792
@ FSAnnotationSummarySettingsSummaryLayoutAnnotationOnly
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:7524
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:622
@ FSErrCanNotGetACL
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:501
@ FSHeaderFooterContentGeneratorDateFormatMMSlashDDSlashYYYY
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4679
void * swigCPtr
Definition: FSPDFObjC.h:6839
FSRotationPointOptions
Enumeration for rotation point options.
Definition: FSPDFObjC.h:614
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7152
int getPointCount()
Get the count of points.
Definition: FSPDFObjC.h:7411
@ FSXFAWidgetPresenceUnknown
Presence property: Unknown.
Definition: FSPDFObjC.h:1670
@ FSErrCanNotUploadDocInfo
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:505
@ FSXFAWidgetWidgetNameTypeFullName
Name type: full name.
Definition: FSPDFObjC.h:1680
@ FSFieldFlagChoiceMultiSelect
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:6729
@ FSTimeStampServerSendResultOutOfMemory
Out of memory during sending request process.
Definition: FSPDFObjC.h:7067
Definition: FSPDFObjC.h:7391
@ FSCertVerifyResultCertStatusValid
This means certificate is valid.
Definition: FSPDFObjC.h:7184
void * swigCPtr
Definition: FSPDFObjC.h:7213
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Definition: FSPDFObjC.h:4278
void removeAll()
Clean up the array.
void * swigCPtr
Definition: FSPDFObjC.h:4753
@ FSAnnotMKRelationCaptionBelowIcon
Caption below the icon.
Definition: FSPDFObjC.h:3887
@ FSPrintParamsBookletBindingRightTall
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:2649
Definition: FSPDFObjC.h:3386
@ FSPDFNameTreeDests
"Dests" name tree.
Definition: FSPDFObjC.h:2982
@ FSBookmarkPosNextSibling
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:4517
@ FSFillSignFillSignObjectTypeCheckMark
Check mark fill-sign object.
Definition: FSPDFObjC.h:5157
@ FSHeaderFooterContentGeneratorDateFormatYYHyphenMMHyphenDD
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4694
@ FSXFAWidgetWidgetvAlignTypeBottom
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:1694
@ FSGraphicsObjectTypePath
Path graphics object.
Definition: FSPDFObjC.h:5520
@ FSFillerVkeyF3
F3 key.
Definition: FSPDFObjC.h:6579
@ FSXFAWidgetWidgetTypeExclGroup
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:1665
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:5741
@ FSImageOrientationRotate180
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:1158
@ FSFillerVkeyF10
F10 key.
Definition: FSPDFObjC.h:6586
@ FSAnnotCircle
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3816
@ FSCompareResultInfoCompareResultTypeDeleteShading
Result type: delete shading.
Definition: FSPDFObjC.h:1801
@ FSWatermarkSettingsFlagASAnnot
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:6417
@ FSSecurityHandlerCipherAES
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:6168
@ FSBarcodeFormatCode39
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1292
FSGraphicsObjectsTextMergeOption
Enumeration for text merge.
Definition: FSPDFObjC.h:5682
@ FSBookmarkPosLastChild
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:4515
@ FSSignatureStateVerifyTimestampTimeBefore
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:6883
@ FSIconFitScaleWayBigger
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:3784
@ FSCertVerifyResultCertStatusUnknown
This means certificate status is unknown.
Definition: FSPDFObjC.h:7187
@ FSAnnotTrapNet
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3833
Definition: FSPDFObjC.h:710
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6649
unsigned long long getSize()
Get total size of the file.
@ FSOutputPreviewShowDeviceRGB
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:5238
@ FSSignatureStateVerifyChangeLegal
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:6885
@ FSFontStdIDCourierI
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:900
Definition: FSPDFObjC.h:185
@ FSTabOrderMgrNone
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:6372
Definition: FSPDFObjC.h:2425
@ FSSignatureDigestSHA512
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:6917
BOOL isCombFieldMode()
Check whether current mode is comb field mode or not.
@ FSFontStylesSmallCap
Font style: small cap.
Definition: FSPDFObjC.h:865
Definition: FSPDFObjC.h:2965
@ FSPDFDocWrapperNone
Normal document.
Definition: FSPDFObjC.h:4916
@ FSErrCanNotGetUserToken
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:509
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2737
@ FSModuleNameRMS
Name for module "RMS".
Definition: FSPDFObjC.h:650
@ FSSignatureKeyNameReason
Signature key name: reason.
Definition: FSPDFObjC.h:6906
void removeAll()
Clean up the array.
@ FSModuleNameRedaction
Name for module "Redaction".
Definition: FSPDFObjC.h:649
Definition: FSPDFObjC.h:1828
FSTiledWatermarkSettingsFlags
Enumeration for tiled watermark setting flags.
Definition: FSPDFObjC.h:4722
@ FSComparisonCompareTypeText
Compare text only.
Definition: FSPDFObjC.h:1866
@ FSPDFNameTreeEmbeddedFiles
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:2984
@ FSFileFormatTypeHTML
File format type: HTML.
Definition: FSPDFObjC.h:701
Definition: FSPDFObjC.h:9197
@ FSMonoImageSettingsStretchInterpol
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:1956
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
Intent: converted result file will be used for printing.
Definition: FSPDFObjC.h:471
id init()
Constructor, from an allocator.
@ FSBitmapDIBRgb32
DIB format: 32bpp format, with bits order "Blue, Green, Red, not used". Blue is in the lowest order.
Definition: FSPDFObjC.h:1078
Definition: FSPDFObjC.h:5646
@ FSTextStateModeClip
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:5579
@ FSFillSignFillSignObjectTypeInitialsSignature
Initials signature fill-sign object.
Definition: FSPDFObjC.h:5162
@ FSColorSpaceSeparation
Color space: Separation.
Definition: FSPDFObjC.h:677
void * swigCPtr
Definition: FSPDFObjC.h:6456
@ FSFontCharsetSymbol
Font charset: Standard symbols.
Definition: FSPDFObjC.h:872
int getSize()
Get the number of elements in the array.
@ FSPDFPageSizeA6
Page size: A6.
Definition: FSPDFObjC.h:5748
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:7536
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:6913
void * swigCPtr
Definition: FSPDFObjC.h:7099
@ FSFontStdIDTimes
Standard font: Times-Roman.
Definition: FSPDFObjC.h:905
void * swigCPtr
Definition: FSPDFObjC.h:7168
@ FSMonoImageSettingsImageCompressQualityLossy
Compression quality: Lossy.
Definition: FSPDFObjC.h:1950
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:896
@ FSErrNoLayoutRecognitionModuleRight
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:542
@ FSTextPageCharInfoComboWord
Character flag: ComboWord.
Definition: FSPDFObjC.h:6002
@ FSFontStdIDSymbol
Standard font: Symbol.
Definition: FSPDFObjC.h:909
@ FSPDFDocSaveFlagIncremental
Save document incrementally.
Definition: FSPDFObjC.h:4873
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2496
@ FSHeaderFooterContentGeneratorDateFormatDDSlashMMSlashYY
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4682
@ FSColorSpaceDeviceGray
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:670
@ FSCertVerifyResultReasonCertificateHold
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:7198
FSPDFDocInsertDocOptions
Enumeration for options used for inserting a PDF document to another.
Definition: FSPDFObjC.h:4896
An array of RectF objects.
Definition: FSPDFObjC.h:206
Definition: FSPDFObjC.h:4440
@ FSXFAWidgetWidgetEdgePositionLeft
Egde position: left.
Definition: FSPDFObjC.h:1702
Definition: FSPDFObjC.h:4265
@ FSAnnotationSummarySettingsSummaryLayoutSeparatePagesWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:7525
@ FSMarkupStateFuture
(Used with state model FSMarkupStateModelReview) The change will be working in the future.
Definition: FSPDFObjC.h:4027
unsigned long long getSize()
Get total size of the file.
@ FSImagePNG
Image type is PNG.
Definition: FSPDFObjC.h:1147
@ FSErrNoRMSModuleRight
No "RMS" module right.
Definition: FSPDFObjC.h:533
void onDocWillOpen()
Triggered when the document will be opened.
@ FSPDFDocDisplayFullScreen
When document is opened, full-screen mode, with no menu bar, window controls, or any other windows ar...
Definition: FSPDFObjC.h:4904
@ FSFontStyleSymbolic
Font style: symbolic.
Definition: FSPDFObjC.h:860
@ FSPDFDocExtractPagesOptionAttachFiles
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:4893
Definition: FSPDFObjC.h:6286
@ FSStdSecurityHandlerModifyUserPassword
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6204
Preflight library type: Foxit.
Definition: FSPDFObjC.h:1198
@ FSRenditionWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:3196
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:2005
@ FSFieldTypeComboBox
Form field type: combo box.
Definition: FSPDFObjC.h:6710
@ FSImageSettingsImageCompressQualityMaximum
Compression quality: Maximum.
Definition: FSPDFObjC.h:1908
@ FSTextStateModeFillStrokeClip
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:5578
@ FSHeaderFooterContentGeneratorPageNumberFormatDefault
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:4699
@ FSSignatureVerifyResultLTVStateInactive
This means LTV is inactive.
Definition: FSPDFObjC.h:7348
@ FSSignatureKeyNameSigner
Signature key name: signer.
Definition: FSPDFObjC.h:6904
@ FSSignatureAPFlagProducer
If set, show producer content on signature appearance.
Definition: FSPDFObjC.h:6900
@ FSFillerVkeyNumpad4
4 key in the numeric keypad.
Definition: FSPDFObjC.h:6565
Definition: FSPDFObjC.h:6477
Definition: FSPDFObjC.h:5135
void * swigCPtr
Definition: FSPDFObjC.h:6301
Definition: FSPDFObjC.h:6398
PDF/A-1a.
Definition: FSPDFObjC.h:3095
@ FSFontStdIDTimesBI
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:907
int getCount()
Get the count of attachments.
@ FSRendererRenderAnnot
If set, annotations will be rendered.
Definition: FSPDFObjC.h:1226
BOOL swigCMemOwn
Definition: FSPDFObjC.h:961
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5302
Join spilt operation type: Join.
Definition: FSPDFObjC.h:3565
@ FSFileFormatTypeTXT
File format type: TXT.
Definition: FSPDFObjC.h:706
@ FSActionTypeTrans
Action type: transition action.
Definition: FSPDFObjC.h:3375
FSFDFDocType getType()
Get the type of current document object.
@ FSFillerVkeyR
R key.
Definition: FSPDFObjC.h:6552
@ FSBarcodeFormatEAN13
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1296
@ FSFontCIDCharsetJAPAN1
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:891
@ FSRenditionMediaOptionBestEffort
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:3170
@ FSPrintParamsDuplexTypeSimplex
Duplex type: prints on one side of the paper.
Definition: FSPDFObjC.h:2634
@ FSPagingSealSignaturePagingSealAPStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:7125
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3027
@ FSCertVerifyResultReasonUnspecified
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:7192
@ FSCompareResultInfoCompareResultTypeInsertImage
Result type: insert image.
Definition: FSPDFObjC.h:1796
@ FSErrNoDocumentPermission
No document permission to operate.
Definition: FSPDFObjC.h:556
@ FSFloatingInfoRelativeTargetDesktop
Relative type: align the floating window relative to the full virtual desktop.
Definition: FSPDFObjC.h:2718
@ FSXFAWidgetWidgetTypeImageEdit
XFA widget type: image edit.
Definition: FSPDFObjC.h:1658
BOOL isEmpty()
Check whether current object is empty or not.
FSProgressive * startApply()
Start to apply redaction in marked areas: remove the text or graphics under marked areas permanently.
@ FSErrLTVRevocationCallbackNotSet
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:521
@ FSFillerVkeyL
L key.
Definition: FSPDFObjC.h:6546
@ FSWatermarkSettingsFlagNoPrint
If set, do not print a watermark.
Definition: FSPDFObjC.h:6419
@ FSLTVVerifierSignatureCreationTime
Use signature creation time.
Definition: FSPDFObjC.h:7319
int getPageCount()
Get XFA page count.
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3996
Definition: FSPDFObjC.h:5340
@ FSDocViewerPrefsPrintScaleAppDefault
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:5855
BOOL swigCMemOwn
Definition: FSPDFObjC.h:367
@ FSPDFDocPermModify
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:4862
@ FSPDFDocExtractPagesOptionAnnotation
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:4888
@ FSSignatureStateVerifyNoSupportWay
Unsupported signature.
Definition: FSPDFObjC.h:6865
@ FSSignaturePAdESLevelBB
PAdES level: B-B.
Definition: FSPDFObjC.h:6929
@ FSSignatureAPFlagLabel
If set, show label on signature appearance.
Definition: FSPDFObjC.h:6891
@ FSFillerVkeyDelete
Delete key.
Definition: FSPDFObjC.h:6523
void * swigCPtr
Definition: FSPDFObjC.h:7300
@ FSGraphicsObjectBlendHardlight
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:5507
@ FSPDFDocPwdOwner
An owner password is used in PDF document.
Definition: FSPDFObjC.h:4846
@ FSAnnotSquiggly
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3821
@ FSFillerVkeyH
H key.
Definition: FSPDFObjC.h:6542
Definition: FSPDFObjC.h:5757
@ FSPageLabelsUpperLetters
Page label style: uppercase letters.
Definition: FSPDFObjC.h:5897
FSSearchOptionWordMatching
Enumeration for word matching.
Definition: FSPDFObjC.h:2811
@ FSFloatingInfoResizeTypeNo
Resize type: may not be resized.
Definition: FSPDFObjC.h:2723
void * swigCPtr
Definition: FSPDFObjC.h:5281
@ FSPrintParamsDuplexTypeDuplexFlipLongEdge
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: FSPDFObjC.h:2635
Definition: FSPDFObjC.h:336
@ FSSignatureStateUnsigned
Unsigned signature.
Definition: FSPDFObjC.h:6860
void * swigCPtr
Definition: FSPDFObjC.h:1812
@ FSXFAWidgetWidgetTypeTextEdit
XFA widget type: text edit.
Definition: FSPDFObjC.h:1663
@ FSColorSpaceLab
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:675
NSString * getFamilyName()
Retrieve the famliy name.
@ FSFloatingInfoOffScreenAllow
Off screen action: take no action.
Definition: FSPDFObjC.h:2729
@ FSPDFDocEncryptCDRM
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:4857
Definition: FSPDFObjC.h:6455
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3792
@ FSXFAWidgetWidgetTypeDateTimeEdit
XFA widget type: date time edit.
Definition: FSPDFObjC.h:1654
@ FSSignatureAPFlagText
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:6898
FSPDFArray * create()
Create a new array object.
Definition: FSPDFObjC.h:578
@ FSFillerVkeyS
S key.
Definition: FSPDFObjC.h:6553
@ FSBookmarkPosFirstChild
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:4514
@ FSXFAWidgetWidgetvAlignTypeTop
Align the text to the top of the available region.
Definition: FSPDFObjC.h:1693
void * swigCPtr
Definition: FSPDFObjC.h:1199
@ FSStdSecurityHandlerModifyOwnerPassword
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6205
@ FSErrNotLoaded
Current object has not been loaded yet.
Definition: FSPDFObjC.h:492
@ FSOutputPreviewShowDeviceN
If set, only show with DeviceN.
Definition: FSPDFObjC.h:5235
@ FSPrintParamsBookletDuplexModeBackSideOnly
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: FSPDFObjC.h:2642
Definition: FSPDFObjC.h:4210
@ FSBarcodeQRCorrectionLevelHigh
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1306
Definition: FSPDFObjC.h:4146
BOOL swigCMemOwn
Definition: FSPDFObjC.h:4827
@ FSStdSecurityHandlerModifyPermission
If set, user permissions and "is encrypt metadata" values (which are defined in FSStdEncryptData ) wi...
Definition: FSPDFObjC.h:6203
@ FSSearchOptionWordMatchingMatchAnyWord
Word matching: match any word.
Definition: FSPDFObjC.h:2814
@ FSPDFDocSaveFlagXRefStream
Save document by using XRef stream.
Definition: FSPDFObjC.h:4875
@ FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYY
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4692
@ FSOptimizerSettingsDiscardObjectsJavaScriptActions
Discard all JavaScript actions.
Definition: FSPDFObjC.h:2008
int getComponentCount()
Get the count of components.
@ FSRenditionActionOpTypePlay
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:3587
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:3011
No popup menu item.
Definition: FSPDFObjC.h:5166
Definition: FSPDFObjC.h:4387
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:2981
@ FSXFADocEventTypePrePrint
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:1574
@ FSProgressiveError
Progress state: any error occurs.
Definition: FSPDFObjC.h:725
@ FSProgressiveToBeContinued
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:726
@ FSErrDiskFull
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:513
@ FSTextStateModeInvisible
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:5575
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1850
@ FSFieldFlagTextDoNotScroll
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:6726
Definition: FSPDFObjC.h:4362
Definition: FSPDFObjC.h:808
@ FSFillerVkeyMenu
Menu key.
Definition: FSPDFObjC.h:6508
@ FSAnnotStamp
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3823
@ FSFillerVkeyLeft
Left arrow key.
Definition: FSPDFObjC.h:6516
@ FSAnnotMKRelationNoIcon
No icon; captin only.
Definition: FSPDFObjC.h:3885
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:3180
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6302
@ FSRenditionMediaOptionMustBeHonored
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:3169
@ FSCertVerifyResultReasonAACompromise
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:7201
@ FSSignatureStateUnknown
Unknown signature.
Definition: FSPDFObjC.h:6858
@ FSImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:1912
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7243
@ FSTiledWatermarkSettingsFlagOnTop
If set, show watermark above other page content.
Definition: FSPDFObjC.h:4725
@ FSCompareResultInfoCompareResultTypeInsertAnnot
Result type: insert annotation.
Definition: FSPDFObjC.h:1805
@ FSHeaderFooterContentGeneratorDateFormatMDotDDotYY
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:4686
void * swigCPtr
Definition: FSPDFObjC.h:3723
FSPDFNameTreeType getType()
Get the type of current name tree.
FSLayerTreeUsageState getViewUsage()
Get the state for viewing usage.
@ FSFloatingInfoOffScreenForceOnScreen
Off screen action: move or resize the window so that it is on-screen.
Definition: FSPDFObjC.h:2730
@ FSLTVVerifierVerifyModeAcrobat
Use Acrobat validation process.
Definition: FSPDFObjC.h:7326
@ FSTextPageParseTextNormal
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:6029
@ FSTextSearchSearchMatchCase
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:6071
@ FSErrUnknownState
Any unknown state occurs.
Definition: FSPDFObjC.h:488
@ FSSignatureDocPermFillingFormSigningAndAnnotating
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:6939
FSLayerTreeUsageState getExportUsage()
Get the state for exporting usage.
float getHeight()
Get the original height of current watermark.
@ FSGraphicsObjectBlendSaturation
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:5512
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1291
@ FSFillSignFillSignObjectTypeSignature
Signature fill-sign object.
Definition: FSPDFObjC.h:5161
@ FSFillerVkeyNumpad9
9 key in the numeric keypad.
Definition: FSPDFObjC.h:6570
FSPDFDocEncryptType GetSecurityType()
Get the encryption type of security callback.
@ FSFieldFlagComboEdit
(Only useful for combo box) If set, the combo box includes an editable text control with a drop-down ...
Definition: FSPDFObjC.h:6728
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6457
@ FSAssociatedFilesRelationshipFormData
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:4557
@ FSSignatureAPFlagFoxitEditorFlag
If set, show Foxit Editor content on signature appearance.
Definition: FSPDFObjC.h:6899
@ FSImageJPX
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:1150
@ FSLayerContextUsageExport
Use for exporting.
Definition: FSPDFObjC.h:5360
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.
@ FSErrMIPUPEEngineInitFailed
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:558
@ FSImageGIF
Image type is GIF.
Definition: FSPDFObjC.h:1148
The state is split successfully.
Definition: FSPDFObjC.h:4172
@ FSFillerVkey6
6 key.
Definition: FSPDFObjC.h:6531
int getSize()
Get the number of elements in the array.
unsigned long long getSize()
Get the current stream size, in bytes.
@ FSFontCharsetArabic
Font charset: Arabic.
Definition: FSPDFObjC.h:883
@ FSFillerVkeyInsert
Insert key.
Definition: FSPDFObjC.h:6522
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5282
@ FSCompareResultInfoCompareResultTypeReplaceImage
Result type: replace image.
Definition: FSPDFObjC.h:1797
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:628
void * swigCPtr
Definition: FSPDFObjC.h:567
@ FSErrMIPCreateProtectionHandlerFailed
MIP engine: create protection handler failed.
Definition: FSPDFObjC.h:560
@ FSMediaSettingsPlayerWindowTypeFloating
Window type: a floating window.
Definition: FSPDFObjC.h:2759
BOOL isEmpty()
Check whether current object is empty or not.
Definition: FSPDFObjC.h:5689
@ FSAnnotFlagReadOnly
Annotation flag: read only.
Definition: FSPDFObjC.h:3849
Definition: FSPDFObjC.h:3553
@ FSActionTypeJavaScript
Action type: JavaScript action.
Definition: FSPDFObjC.h:3372
@ FSXFAWidgetWidgethAlignTypeJustify
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:1685
Definition: FSPDFObjC.h:1322
@ FSErrNoComparisonModuleRight
No "Comparison" module right.
Definition: FSPDFObjC.h:535
void * createPopupMenu()
A callback function which is triggered when need to create a popup menu.
@ FSPDFPageSizeB6
Page size: B6.
Definition: FSPDFObjC.h:5753
@ FSErrOCRTrialIsEnd
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:514
@ FSImageOrientationNone
No orientation.
Definition: FSPDFObjC.h:1155
@ FSImageSettingsImageCompressQualityMinimum
Compression quality: Minimum.
Definition: FSPDFObjC.h:1904
@ FSAnnotationSummarySettingsFontSizeSmall
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:7537
@ FSFillerVkeySnapshot
Print Screen key.
Definition: FSPDFObjC.h:6521
Definition: FSPDFObjC.h:7614
@ FSFieldFlagRequired
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:6718
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:1030
Definition: FSPDFObjC.h:9397
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2427
Definition: FSPDFObjC.h:6300
@ FSGraphicsObjectBlendHue
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:5511
@ FSCompareResultInfoCompareResultTypeReplaceAnnot
Result type: replace annotation.
Definition: FSPDFObjC.h:1806
@ FSSignatureKeyNameDN
Signature key name: distinguish name.
Definition: FSPDFObjC.h:6908
@ FSFloatingInfoWindowPositionCenterLeft
Window position: at the center left.
Definition: FSPDFObjC.h:2707
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:830
@ FSAnnotFlagNoView
Annotation flag: no view.
Definition: FSPDFObjC.h:3848
FSFillSignFillSignObjectType getType()
Get fill-sign type.
Definition: FSPDFObjC.h:7212
FSBitmap * getBitmap()
Get the canvas bitmap.
@ FSXFAWidgetWidgetTypeImage
XFA widget type: image.
Definition: FSPDFObjC.h:1666
@ FSXFADocEventTypeUnknown
Event type: Unknown.
Definition: FSPDFObjC.h:1572
@ FSAnnotMKRelationCaptionOvrlayOnIcon
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:3891
Definition: FSPDFObjC.h:4609
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:1864
@ FSImageOrientationRotate90
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:1161
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:6942
@ FSFloatingInfoRelativeTargetPageWindow
Relative type: align the floating window relative to the document (page) window.
Definition: FSPDFObjC.h:2716
@ FSFontCharsetThai
Font charset: Thai.
Definition: FSPDFObjC.h:877
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:6857
@ FSFillerVkeyDown
Down arrow key.
Definition: FSPDFObjC.h:6519
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:5227
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3663
NSString * getTimeStampMessage()
A callback function used to get time stamp message.
void * swigCPtr
Definition: FSPDFObjC.h:2736
Definition: FSPDFObjC.h:8437
void * swigCPtr
Definition: FSPDFObjC.h:7392
@ FSOutputPreviewShowDevice
If set, only show with Device.
Definition: FSPDFObjC.h:5245
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
Definition: FSPDFObjC.h:4156
An array of envelope objects.
Definition: FSPDFObjC.h:6140
Definition: FSPDFObjC.h:9425
@ FSPosCenterRight
Position: center right.
Definition: FSPDFObjC.h:640
@ FSFullTextSearchRankHitCountASC
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:2960
@ FSXFADocXDP
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:1580
@ FSPagingSealConfigPagingSealPositionLeft
Left Paging Seal.
Definition: FSPDFObjC.h:7086
@ FSPrintParamsBookletDuplexModeBothSides
Booklet Duplex Mode: automatically prints both sides of the paper.
Definition: FSPDFObjC.h:2640
@ FSSignatureAPFlagLocation
If set, show location on signature appearance.
Definition: FSPDFObjC.h:6895
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6008
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:7183
@ FSAnnotFlagInvisible
Annotation flag: invisible.
Definition: FSPDFObjC.h:3843
void * swigCPtr
Definition: FSPDFObjC.h:6331
@ FSDWG2PDFSettingDataDWG2PDFExportHatchesTypePolygons
Hatches export type: Exports hatch as a polygon (solid hatches only).
Definition: FSPDFObjC.h:2222
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:7347
void * swigCPtr
Definition: FSPDFObjC.h:3956
@ FSFillSignFillSignObjectTypeDot
Dot fill-sign object.
Definition: FSPDFObjC.h:5160
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:606
@ FSBitmapQuadratic
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1090
Definition: FSPDFObjC.h:4351
void * swigCPtr
Definition: FSPDFObjC.h:1849
@ FSDWG2PDFSettingDataFlagTTFTextAsGeometry
Bit 2. Enable TTF font text to geometry conversion.
Definition: FSPDFObjC.h:2203
@ FSOutputPreviewColorantTypeProcess
Colorant type: process.
Definition: FSPDFObjC.h:5255
@ FSCompareResultInfoCompareResultTypeInsertText
Result type: insert text.
Definition: FSPDFObjC.h:1793
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:5254
@ FSFillSignFillSignObjectTypeCrossMark
Cross mark fill-sign object.
Definition: FSPDFObjC.h:5156
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
@ FSPagingSealSignaturePagingSealAPStateValid
Verification state of a signature is valid.
Definition: FSPDFObjC.h:7127
@ FSAnnotPolyLine
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3818
@ FSPDFPageArtBox
Art Box for page boundary.
Definition: FSPDFObjC.h:5737
@ FSFillerVkeyNumpad8
8 key in the numeric keypad.
Definition: FSPDFObjC.h:6569
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6669
@ FSFillerEventFlagMiddleButtonDown
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:6599
BOOL hasLayer()
Check if current layer node is associated with a layer.
@ FSHeaderFooterContentGeneratorDateFormatDSlashMSlashYY
If this is used, "d/m/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4680
@ FSFieldTypeRadioButton
Form field type: radio button.
Definition: FSPDFObjC.h:6709
@ FSFontFontTypeCIDFont
Font type: CID font.
Definition: FSPDFObjC.h:917
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:1683
int getMatchPageIndex()
Get the page index, to which current match belongs.
BOOL swigCMemOwn
Definition: FSPDFObjC.h:1013
Definition: FSPDFObjC.h:4053
@ FSResponseTypeOCSP
OCSP response.
Definition: FSPDFObjC.h:7146
@ FSAnnotAppearanceTypeNormal
Annotation's normal appearance.
Definition: FSPDFObjC.h:3895
@ FSWatermarkTextPropertiesFontStyleNormal
Watermark font style: normal.
Definition: FSPDFObjC.h:6450
@ FSHeaderFooterContentGeneratorDateFormatDDDotMMDotYYYY
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4693
Definition: FSPDFObjC.h:7132
Definition: FSPDFObjC.h:6379
Definition: FSPDFObjC.h:4752
@ FSPDFObjectBoolean
PDF boolean object.
Definition: FSPDFObjC.h:3013
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:3379
int getYDPI()
Get DPI for Y-axis.
BOOL removeAllActions()
Remove all actions.
@ FSPagingSealSignaturePagingSealAPStateInvalid
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:7128
@ FSSignatureAPFlagFoxitFlag
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:6890
@ FSSignatureSignatureTypeOrdinary
Signature type: ordinary.
Definition: FSPDFObjC.h:6921
@ FSDefaultAppearanceFlagFontSize
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:3657
@ FSErrComplianceEngineInvalidUnlockCode
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:517
void * swigCPtr
Definition: FSPDFObjC.h:186
@ FSFillerVkey8
8 key.
Definition: FSPDFObjC.h:6533
@ FSBorderInfoDashed
Border style: Dashed.
Definition: FSPDFObjC.h:3714
@ FSFontStdIDHelvetica
Standard font: Helvetica.
Definition: FSPDFObjC.h:901
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:1692
@ FSFillerVkeyV
V key.
Definition: FSPDFObjC.h:6556
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
@ FSActionNewWindowFlagFalse
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:3380
@ FSPDFObjectString
PDF string object.
Definition: FSPDFObjC.h:3015
@ FSLocaleIDFrance
Locale ID for country: France.
Definition: FSPDFObjC.h:691
@ FSDocViewerPrefsDisplayDocTitle
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:5864
FSImageSettingsImageCompressMode
Enumeration for compression mode used for color or gray image.
Definition: FSPDFObjC.h:1896
@ FSIconFitScaleWayAlways
Always scale.
Definition: FSPDFObjC.h:3783
FSFloatingInfoOffScreenAction
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: FSPDFObjC.h:2728
@ FSImageOrientationRotate270FlipH
First rotate 90 in counter-clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1162
@ FSTextPageCharInfoHyphen
Character flag: Hyphen.
Definition: FSPDFObjC.h:6001
@ FSErrCanNotConnectToServer
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:495
BOOL generateAppearance()
Generate the appearance of paging seal signature.
@ FSFloatingInfoWindowPositionCenter
Window position: at the center.
Definition: FSPDFObjC.h:2708
Definition: FSPDFObjC.h:5300
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:1939
@ FSPDFDocDisplayUseOutlines
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:4902
FSMediaSettingsPlayerWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:2757
Definition: FSPDFObjC.h:5187
@ FSErrCanNotSetACL
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:502
@ FSPDFPageCalcContentsBox
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:5723
@ FSSearchOptionWordMatchingMatchPhrase
Word matching: match phrase.
Definition: FSPDFObjC.h:2812
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:887
@ FSFillerVkeyI
I key.
Definition: FSPDFObjC.h:6543
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5529
@ FSSignatureLabelNameSignTime
Signature label name for sign time.
Definition: FSPDFObjC.h:6953
FSPDFDictionary * getDictionary()
Get the PDF dictionary object associated to current PDF stream object.
@ FSFillerVkeyMultiply
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:6571
@ FSBitmapDIBCmyk
DIB format: 32bpp CMYK format, with bits order "Cyan, Magenta, Yellow, Black". Cyan is in the lowest ...
Definition: FSPDFObjC.h:1080
FSPrintParamsPrintHandling
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:2658
@ FSFontCharsetGB2312
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:875
@ FSAdditionalActionTriggerAnnotMouseButtonReleased
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:3623
@ FSSignatureStateVerifyTimestampDoc
The signature is a time stamp signature.
Definition: FSPDFObjC.h:6877
@ FSFontStdIDCourier
Standard font: Courier.
Definition: FSPDFObjC.h:897
@ FSAdditionalActionTriggerAnnotPageVisible
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:3628
@ FSPDFStreamCCITTFaxDecode
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:3070
@ FSPDFDocPwdInvalid
The password is invalid.
Definition: FSPDFObjC.h:4843
@ FSModuleNameOffice2PDF
Name for module "Office2PDF".
Definition: FSPDFObjC.h:664
@ FSBookmarkPosLastSibling
A bookmark is the last sibling of another specified bookmark.
Definition: FSPDFObjC.h:4519
void removeAll()
Clean up the array.
void * swigCPtr
Definition: FSPDFObjC.h:337
@ FSAdditionalActionTriggerAnnotLoseInputFocus
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:3625
@ FSPDFDocPwdUser
A user password is used in PDF document.
Definition: FSPDFObjC.h:4845
void * swigCPtr
Definition: FSPDFObjC.h:6185
@ FSFillerVkeyK
K key.
Definition: FSPDFObjC.h:6545
@ FSCompareResultInfoCompareResultTypeDeleteAnnot
Result type: delete annotation.
Definition: FSPDFObjC.h:1804
void * swigCPtr
Definition: FSPDFObjC.h:5301
Definition: FSPDFObjC.h:3407
@ FSErrUnsupported
Some types are not supported.
Definition: FSPDFObjC.h:481
void killFocus()
Kill the focus of XFA widget.
@ FSActionTypeSound
Action type: sound action.
Definition: FSPDFObjC.h:3365
Definition: FSPDFObjC.h:3687
@ FSFillerEventFlagMetaKey
Event flag: meta key.
Definition: FSPDFObjC.h:6595
@ FSFillerVkeySpace
Space key.
Definition: FSPDFObjC.h:6511
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:3168
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:5717
FSProgressiveState resume()
Continue the progressive process.
@ FSTextStateModeFillClip
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:5576
@ FSFillerVkeyF
F key.
Definition: FSPDFObjC.h:6540
long getLastGraphicsObjectPosition()
Get the position of last graphics object in graphics object list, based on type filter.
@ FSImageSettingsImageCompressRetain
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:1900
@ FSPDFPageTrimBox
Trim Box for page boundary.
Definition: FSPDFObjC.h:5736
@ FSModuleNamePrint2PDF
Name for module "Print2PDF".
Definition: FSPDFObjC.h:665
@ FSColorSpaceCalGray
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:673
@ FSFieldFlagChoiceCommitOnSelChange
(Only useful for choice field) If set, the new value is committed as soon as a selection is made with...
Definition: FSPDFObjC.h:6732
@ FSFieldFlagButtonNoToggleToOff
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:6720
@ FSCertVerifyResultReasonAffiliationChanged
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:7195
@ FSFillerVkeyF6
F6 key.
Definition: FSPDFObjC.h:6582
@ FSPDFDocSaveFlagNoUpdatingMetadataDateTime
Save document without updating metadata "ModDate" and "CreationDate".
Definition: FSPDFObjC.h:4878
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:1790
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5480
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:3608
@ FSOutputPreviewShowGray
If set, only show with Gray.
Definition: FSPDFObjC.h:5240
@ FSErrSuccess
Success, and no error occurs.
Definition: FSPDFObjC.h:472
@ FSPDFDocEncryptUnknown
Unknown encryption type.
Definition: FSPDFObjC.h:4850
NSString * getName()
Get the name of current layer node.
@ FSRenditionActionOpTypeResume
Resume any rendition being played in association with related screen annotation. If no rendition is b...
Definition: FSPDFObjC.h:3586
@ FSErrParam
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:480
Definition: FSPDFObjC.h:8191
@ FSFillerVkeyG
G key.
Definition: FSPDFObjC.h:6541
@ FSXFAWidgetWidgetNameTypeField
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:1678
@ FSMonoImageSettingsImageCompressCCITT4
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:1941
@ FSXFAWidgetWidgetTypeBarcode
XFA widget type: barcode.
Definition: FSPDFObjC.h:1650
FSPDFDoc * getDocument()
Get the related PDF document.
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2142
@ FSAnnotHighlight
Annotation type: highlight annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:3819
@ FSImageSettingsStretchNoSmooth
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:1917
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
FSSignatureVerifyResultArray * verify()
Verify all the signatures in the PDF document which is used to constructed current object.
@ FSOutputPreviewShowSolidColor
If set, only show solid color.
Definition: FSPDFObjC.h:5247
void * swigCPtr
Definition: FSPDFObjC.h:2544
Definition: FSPDFObjC.h:3955
BOOL findPrev()
Search for previous matched pattern.
@ FSTiledWatermarkSettingsFlagAsAnnot
If set, the watermark will be an annotation when inserted to a PDF page, and the watermark will be sh...
Definition: FSPDFObjC.h:4724
@ FSOptimizerSettingsDiscardObjectsEmbeddedPrintSettings
Discard embedded print settings.
Definition: FSPDFObjC.h:2010
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
NSString * getChars()
Get all the characters within a range specified by a start index and count.
@ FSTextPageCharInfoUnknown
Character flag: Unknown.
Definition: FSPDFObjC.h:5997
@ FSErrCanNotGetClientID
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:508
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:6034
void * swigCPtr
Definition: FSPDFObjC.h:6266
@ FSFileFormatTypeXFDF
File format type: XFDF.
Definition: FSPDFObjC.h:700
@ FSOutputPreviewShowNotDeviceCMYKOrSpot
If set, only show with DeviceCMYK or spot.
Definition: FSPDFObjC.h:5234
@ FSAdditionalActionTriggerDocSaved
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:3613
int getChannelCount()
Get the count of sound channels.
Definition: FSPDFObjC.h:1167
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSMarkupState
Enumeration for markup annotation's state.
Definition: FSPDFObjC.h:4018
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:3581
int getStartCharIndex()
Get the index of start character of current hyper-link URI, based on PDF page.
@ FSBorderInfoSolid
Border style: Solid.
Definition: FSPDFObjC.h:3713
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:3894
Definition: FSPDFObjC.h:5968
@ FSAnnotHighlightingNone
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:3856
@ FSPDFDocPermAnnotForm
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:4864
BOOL swigCMemOwn
Definition: FSPDFObjC.h:7038
@ FSLTVVerifierSignatureTSTTime
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:7320
Definition: FSPDFObjC.h:4485
@ FSPortfolioInitialViewDetailMode
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:7481
@ FSFillerEventFlagCommand
Event flag: the command key.
Definition: FSPDFObjC.h:6601
@ FSAssociatedFilesRelationshipSource
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:4552
@ FSFieldFlagNoExport
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:6719
@ FSPrintParamsPrintContentDocument
Print Content: print the document contents, not comments.
Definition: FSPDFObjC.h:2628
@ FSFontStyleAllCap
Font style: all cap.
Definition: FSPDFObjC.h:864
@ FSFloatingInfoResizeTypeYes
Resize type: may be resized without preserving the aspect ratio.
Definition: FSPDFObjC.h:2725
@ FSPDFDocInsertDocOptionAttachments
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:4897
@ FSLayerTreeStateOFF
The state is OFF.
Definition: FSPDFObjC.h:5318
@ FSAdditionalActionTriggerAnnotPageInvisible
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:3629
@ FSSubmitFormActionFlagIncludeAppendSaves
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:3507
@ FSTextPageCharInfoUnUnicode
Character flag: UnUnicode.
Definition: FSPDFObjC.h:6000
Definition: FSPDFObjC.h:7432
@ FSPDFNameTreePages
"Pages" name tree.
Definition: FSPDFObjC.h:2985
@ FSHeaderFooterContentGeneratorDateFormatMMSlashYYYY
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4685
@ FSGraphicsObjectBlendColor
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:5513
Definition: FSPDFObjC.h:5607
@ FSPortfolioInitialViewHidden
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:7483
@ FSBorderInfoInset
Border style: Inset.
Definition: FSPDFObjC.h:3717
@ FSPDFPageCalcDetection
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:5724
Definition: FSPDFObjC.h:4792
Definition: FSPDFObjC.h:8419
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:5853
@ FSDestinationZoomFitVert
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:3319
@ FSBarcodeFormatEAN8
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1294
void * swigCPtr
Definition: FSPDFObjC.h:6687
@ FSFontCIDCharsetGB1
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:889
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
@ FSTabOrderMgrColumn
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:6374
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:4698
PDF/E-1.
Definition: FSPDFObjC.h:2990
@ FSErrOCREngineNotInit
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:512
@ FSAdditionalActionTriggerAnnotCursorExit
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:3621
@ FSPDFPageBleedBox
Bleed Box for page boundary.
Definition: FSPDFObjC.h:5738
@ FSSignatureStateVerifyTimestampNone
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:6876
@ FSSignatureLabelNameSigner
Signature label name for signer.
Definition: FSPDFObjC.h:6950
@ FSPDFPageParsePageTextOnly
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:5719
@ FSImageSettingsStretchInterpol
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:1914
@ FSSignatureStateVerifyTimestampValid
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:6878
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:5996
@ FSFillerVkeyM
M key.
Definition: FSPDFObjC.h:6547
BOOL swigCMemOwn
Definition: FSPDFObjC.h:187
@ FSHeaderFooterContentGeneratorDateFormatMSlashDSlashYY
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:4676
Definition: FSPDFObjC.h:3591
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:6926
@ FSFontStyleFixedPitch
Font style: fixed pitch.
Definition: FSPDFObjC.h:858
@ FSErrNo3DModuleRight
No "3D" module right.
Definition: FSPDFObjC.h:554
@ FSSubmitFormActionFlagCanonicalFormat
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:3510
@ FSReflowPageNoTruncate
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:5964
int getRateOfProgress()
Get the rate of current progress.
@ FSMarkupMeasureTypeS
Measurement of the slope of a line.
Definition: FSPDFObjC.h:4049
@ FSXFADocDynamic
XFA document type: Dynamic.
Definition: FSPDFObjC.h:1578
@ FSErrNotCDRM
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:494
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:1088
@ FSAdditionalActionTriggerFieldWillFormat
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:3617
@ FSMonoImageSettingsStretchDefault
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:1954
FSRendererColorMode
Enumeration for rendering color mode.
Definition: FSPDFObjC.h:1218
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5137
@ FSRotationPointCenter
Rotate the text block based on the center point.
Definition: FSPDFObjC.h:615
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:5356
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:646
BOOL onDelete()
Call this function when the popup menu item "Delete" is down.
@ FSImageUnknown
Unknown image type.
Definition: FSPDFObjC.h:1143
Definition: FSPDFObjC.h:731
@ FSComparisonCompareTypeAnnotation
Compare annotation only.
Definition: FSPDFObjC.h:1867
FSRectF * getRect()
Get rectangle, in PDF coordinate system.
@ FSLayerContextUsagePrint
Use for printing.
Definition: FSPDFObjC.h:5359
Definition: FSPDFObjC.h:6667
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
Certificate is valid.
Definition: FSPDFObjC.h:5216
int getBits()
Get the number of bits per sample value per channel.
int getSize()
Get the number of elements in the array.
@ FSFillerVkey9
9 key.
Definition: FSPDFObjC.h:6534
BOOL swigCMemOwn
Definition: FSPDFObjC.h:760
@ FSPDFDocEncryptCustom
Encryption type: customized encryption.
Definition: FSPDFObjC.h:4855
Definition: FSPDFObjC.h:5090
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:6716
@ FSRenditionFloatingWindowResizeTypeNo
May not be resized.
Definition: FSPDFObjC.h:3220
@ FSTextStateModeStrokeClip
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:5577
BOOL swigCMemOwn
Definition: FSPDFObjC.h:5342
NSString * getSignatureHashValue()
Get signature hash value.
@ FSErrFilePathNotExist
File or folder path does not exist.
Definition: FSPDFObjC.h:515
@ FSRenditionMediaPlayerMustUsed
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:3181
int getWidth()
Get image width.
Definition: FSPDFObjC.h:6318
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSLayerNode * getRootNode()
Get the root layer node.
@ FSActionTypeGoToE
Action type: embedded go-to action.
Definition: FSPDFObjC.h:3361
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:3781
@ FSFillerVkeyDecimal
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:6575
@ FSRotation270
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:610
@ FSPagingSealConfigPagingSealPositionBottom
Bottom Paging Seal.
Definition: FSPDFObjC.h:7089
@ FSDestinationZoomXYZ
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:3316
@ FSAnnotRichMedia
Annotation type: rich media annotation.
Definition: FSPDFObjC.h:3838
Definition: FSPDFObjC.h:2818
@ FSRenditionMediaPlayerFitStyleSlice
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:3188
@ FSFontStyleScript
Font style: script.
Definition: FSPDFObjC.h:861
@ FSHeaderFooterContentGeneratorDateFormatYYYYHyphenMMHyphenDD
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:4695
@ FSPDFStreamCrypt
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:3074
@ FSAnnotFlagPrint
Annotation flag: print.
Definition: FSPDFObjC.h:3845
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:668
Attribute type: invalid.
Definition: FSPDFObjC.h:7330
FSSignatureVerifyResultLTVState getLTVState()
Get LTV state that indicates if a signature is a LTV signature.
FSFloatingInfoWindowPosition
Enumeration for the window position used for media player.
Definition: FSPDFObjC.h:2703
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6479
@ FSPathTypeLineToCloseFigure
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:980
Definition: FSPDFObjC.h:3762
@ FSHeaderFooterContentGeneratorDateFormatDDotMDotYYYY
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:4691
@ FSColorSpaceRenderIntentAbsColorimetric
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:1034
BOOL swigCMemOwn
Definition: FSPDFObjC.h:6267
@ FSFontStdIDHelveticaBI
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:903
@ FSFillerVkeyShift
Shift key.
Definition: FSPDFObjC.h:6506
@ FSAnnotMKRelationNoCaption
No caption; icon only.
Definition: FSPDFObjC.h:3886
@ FSAdditionalActionTriggerAnnotCursorEnter
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:3620
BOOL swigCMemOwn
Definition: FSPDFObjC.h:2847
Definition: FSPDFObjC.h:4116
@ FSFieldTypeUnknown
Form field type: unknown.
Definition: FSPDFObjC.h:6706
@ FSErrTimeStampServerMgrNoDefaltServer
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:528
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:4550
@ FSRichTextStyleCornerMarkSuperscript
Corner mark style: superscript.
Definition: FSPDFObjC.h:3682
void removeAll()
Remove all range segments.
@ FSSubmitFormActionFlagSubmitAsPDF
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:3509
@ FSAnnotPropertyModifiedDate
Annotation property: modified date.
Definition: FSPDFObjC.h:3864
@ FSRendererColorModeNormal
Normal color mode.
Definition: FSPDFObjC.h:1219
@ FSErrInvalidClientID
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:511
@ FSOptimizerSettingsDiscardObjectsFlattenFormFields
Flatten form fields.
Definition: FSPDFObjC.h:2007
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
@ FSFillModeAlternate
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:630
@ FSMarkupEndingStyleROpenArrow
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:4038
float getWidth()
Get the original width of current watermark.
@ FSDWG2PDFSettingDataDWG2PDFExportHatchesTypeDrawing
Hatches export type: Exports hatch as a set of triangles (vectorizer).
Definition: FSPDFObjC.h:2220
@ FSPosTopRight
Position: top right.
Definition: FSPDFObjC.h:637
@ FSFillerVkeyAdd
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:6572
Definition: FSPDFObjC.h:8742
Definition: FSPDFObjC.h:6126
@ FSWidgetLineSpacingExactValue
Line spacing style: exact value line spacing.
Definition: FSPDFObjC.h:4400
@ FSDestinationZoomFitRect
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:3320
@ FSAnnotationSummarySettingsSummaryLayoutSinglePageWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:7526
@ FSActionTypeUnknown
Action type: unknown action.
Definition: FSPDFObjC.h:3358
@ FSFillerVkeyP
P key.
Definition: FSPDFObjC.h:6550
void * swigCPtr
Definition: FSPDFObjC.h:3995
BOOL swigCMemOwn
Definition: FSPDFObjC.h:3689
Definition: FSPDFObjC.h:4236
@ FSFillerVkeyNumpad1
1 key in the numeric keypad.
Definition: FSPDFObjC.h:6562
@ FSFileFormatTypeXDP
File format type: XDP.
Definition: FSPDFObjC.h:702
@ FSFillModeNone
Fill mode: none.
Definition: FSPDFObjC.h:629
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:4871
void * swigCPtr
Definition: FSPDFObjC.h:2495
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:5727
@ FSErrLTVVerifyModeNotSet
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:520
@2025 Foxit Software Incorporated. All rights reserved.