PDFOperation Class
From HD.Common
| PDFOperation Class | Helper帮助文档 |
PDF文档操作类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PDFOperation
Public Class PDFOperation
public ref class PDFOperation
type PDFOperation = class end
The PDFOperation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PDFOperation |
构造函数
| |
| PDFOperation(String) |
构造函数
| |
| PDFOperation(String, Single, Single, Single, Single) |
构造函数
|
Methods
| Name | Description | |
|---|---|---|
| AddAnchorName |
添加链接点
| |
| AddAnchorReference |
添加链接
| |
| AddImage |
添加图片
| |
| AddParagraph(String, Single) |
添加段落
| |
| AddParagraph(String, Single, Int32, Single, Single, Single) |
添加段落
| |
| Close |
关闭打开的文档
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetInstance |
实例化文档
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Open |
打开文档对象
| |
| SetBaseFont |
设置字体
| |
| SetFont |
设置字体
| |
| SetPageSize |
设置页面大小
| |
| ToString | (Inherited from Object.) |
See Also