Foxit PDF SDK
FSAuditSpaceSize类 参考

审计空间大小的结构,单位为字节类型。
更多...

继承自 NSObject .

构造函数

(id) - init
 构造函数。

 

属性

unsigned int acroforms
 AcroForm数据的总大小(以字节为单位)。
更多...
 
unsigned int bookmarks
 书签数据的总大小(以字节为单位)。
更多...
 
unsigned int color_space
 颜色空间定义的总大小(以字节为单位)。
更多...
 
unsigned int comments_and_3d_contents
 注释和3D内容的总大小(以字节为单位)。
更多...
 
unsigned int content_streams
 所有页面内容流的总大小(以字节为单位)。
更多...
 
unsigned int cross_ref_tables
 交叉引用表的总大小(以字节为单位)。
更多...
 
unsigned int embed_files
 嵌入文件流的总大小(以字节为单位)。
更多...
 
unsigned int extend_graphics_states
 扩展图形状态的总大小(以字节为单位)。
更多...
 
unsigned int fonts
 嵌入字体的总大小(以字节为单位)。
更多...
 
unsigned int images
 嵌入图像的总大小(以字节为单位)。
更多...
 
unsigned int link_annots
 链接注释的总大小(以字节为单位)。
更多...
 
unsigned int named_destnations
 命名目标的总大小(以字节为单位)。
更多...
 
unsigned int pattern_infos
 图案对象的总大小(以字节为单位)。
更多...
 
unsigned int piece_infos
 片段信息的总大小(以字节为单位)。
更多...
 
unsigned int shading_pattern_infos
 着色图案信息的总大小(以字节为单位)。
更多...
 
unsigned int structure_infos
 结构信息的总大小(以字节为单位)。
更多...
 
unsigned int thumbs
 页面缩略图的总大小(以字节为单位)。
更多...
 
unsigned int web_infos
 Web相关元数据的总大小(以字节为单位)。
更多...
 
unsigned int x_object_forms
 XObject表单的总大小(以字节为单位)。
更多...
 

详细描述

审计空间大小的结构,单位为字节类型。

属性说明

◆ acroforms

- (unsigned int) acroforms
readwritenonatomicassign

AcroForm数据的总大小(以字节为单位)。

AcroForm定义PDF文档中的交互式表单字段。

◆ bookmarks

- (unsigned int) bookmarks
readwritenonatomicassign

书签数据的总大小(以字节为单位)。

书签(或大纲)有助于导航PDF文档的内容层次结构。

◆ color_space

- (unsigned int) color_space
readwritenonatomicassign

颜色空间定义的总大小(以字节为单位)。

包括所有颜色空间对象,如ICC配置文件、CalRGB、DeviceN等。

◆ comments_and_3d_contents

- (unsigned int) comments_and_3d_contents
readwritenonatomicassign

注释和3D内容的总大小(以字节为单位)。

包括PDF注释和嵌入的3D对象数据,例如U3D或PRC模型。

◆ content_streams

- (unsigned int) content_streams
readwritenonatomicassign

所有页面内容流的总大小(以字节为单位)。

内容流包括用于渲染页面内容的实际PDF指令。

◆ cross_ref_tables

- (unsigned int) cross_ref_tables
readwritenonatomicassign

交叉引用表的总大小(以字节为单位)。

交叉引用表将对象编号映射到PDF文件中的字节偏移量。

◆ embed_files

- (unsigned int) embed_files
readwritenonatomicassign

嵌入文件流的总大小(以字节为单位)。

嵌入文件包括附件,如电子表格、文本文件或其他文档。

◆ extend_graphics_states

- (unsigned int) extend_graphics_states
readwritenonatomicassign

扩展图形状态的总大小(以字节为单位)。

扩展图形状态控制渲染属性,如透明度、混合模式和线条样式。

◆ fonts

- (unsigned int) fonts
readwritenonatomicassign

嵌入字体的总大小(以字节为单位)。

包括完全嵌入和部分嵌入的字体程序。

◆ images

- (unsigned int) images
readwritenonatomicassign

嵌入图像的总大小(以字节为单位)。

包括整个文档中使用的所有栅格图像。

◆ link_annots

- (unsigned int) link_annots
readwritenonatomicassign

链接注释的总大小(以字节为单位)。

包括文档中的所有超链接和导航注释。

◆ named_destnations

- (unsigned int) named_destnations
readwritenonatomicassign

命名目标的总大小(以字节为单位)。

命名目标是由链接和大纲使用的预定义导航目标。

◆ pattern_infos

- (unsigned int) pattern_infos
readwritenonatomicassign

图案对象的总大小(以字节为单位)。

包括用于填充和描边的平铺和着色图案。

◆ piece_infos

- (unsigned int) piece_infos
readwritenonatomicassign

片段信息的总大小(以字节为单位)。

PieceInfo被某些工作流程用来存储私有应用程序数据。

◆ shading_pattern_infos

- (unsigned int) shading_pattern_infos
readwritenonatomicassign

着色图案信息的总大小(以字节为单位)。

覆盖用于渐变填充的所有着色图案。

◆ structure_infos

- (unsigned int) structure_infos
readwritenonatomicassign

结构信息的总大小(以字节为单位)。

结构信息包括用于辅助功能和重排的标记PDF结构。

◆ thumbs

- (unsigned int) thumbs
readwritenonatomicassign

页面缩略图的总大小(以字节为单位)。

缩略图是与页面关联的小预览图像。

◆ web_infos

- (unsigned int) web_infos
readwritenonatomicassign

Web相关元数据的总大小(以字节为单位)。

Web信息可能包括用于Web查看或编目的额外元数据。

◆ x_object_forms

- (unsigned int) x_object_forms
readwritenonatomicassign

XObject表单的总大小(以字节为单位)。

XObject表单是可重用的内容流,可以多次绘制。