PDFOperation.AddAnchorName Method

HD.Common

PDFOperationAddAnchorName Method Helper帮助文档
添加链接点

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void AddAnchorName(
	string Content,
	float FontSize,
	string Name
)
Public Sub AddAnchorName ( 
	Content As String,
	FontSize As Single,
	Name As String
)
public:
void AddAnchorName(
	String^ Content, 
	float FontSize, 
	String^ Name
)
member AddAnchorName : 
        Content : string * 
        FontSize : float32 * 
        Name : string -> unit 

Parameters

Content
Type: SystemString
链接文字
FontSize
Type: SystemSingle
字体大小
Name
Type: SystemString
链接点名
See Also

Reference