PdfPage

PdfPage class

代表pdf文档页面。

public class PdfPage : ContentPart

特性

姓名 描述
Annotations { get; } 获取this所有注解的集合PdfPage.
Artifacts { get; } 获取此所有工件的集合PdfPage.
Height { get; } 获取这个的高度PdfPage点.
Width { get; } 得到这个的宽度PdfPage点.
XObjects { get; } 获取这个的所有XObjects的集合PdfPage.

方法

姓名 描述
FindImages() 查找内容中的所有图像。 搜索在指定的对象中进行SearchableObjects.
FindImages(ImageSearchCriteria) 根据指定的搜索条件查找图像。 搜索在指定的对象中进行SearchableObjects.
virtual Rasterize(int, int, PdfImageConversionFormat) 将页面内容转换为图像。
Search() 查找内容中所有可能的水印。 搜索在指定的对象中进行SearchableObjects.
Search(SearchCriteria) 根据指定的搜索条件查找可能的水印。 搜索在指定的对象中进行SearchableObjects.

也可以看看