PDFOperation.AddAnchorReference Method

HD.Common

PDFOperationAddAnchorReference Method Helper帮助文档
添加链接

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

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

Parameters

Content
Type: SystemString
链接文字
FontSize
Type: SystemSingle
字体大小
Reference
Type: SystemString
链接地址
See Also

Reference