StampInfo
Overview
StampInfo 是一个类在Aspose.PDF FOSS的.NET中.
包含一页上的邮票信息.
特性: Form, Image, ImageBytes, IndexOnPage, Rect, Rectangle,另外还有4个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
StampId | int | Read | 邮票标识符. |
IndexOnPage | int | Read | 页面上这个的0基索引 (q/Q块顺序). |
StampType | StampType | Read | 邮票的类型. |
Visible | bool | Read | 印章是否可见. |
Text | string? | Read | 如果这是文本邮票,则是文字内容. |
ImageBytes | byte[]? | Read | 如果这是图像标签,则是图片字节. |
Image | System.Drawing.Image? | Read | 图像封印的图片内容 (System.Drawing.Image). |
Form | XForm? | Read | 对于此邮票的表格XObject (仅用于表单邮签). |
Rect | Rectangle? | Read | 这个邮票的矩形面积 (如果可以确定). |
Rectangle | Rectangle? | Read | 名为正确. |