PDFOperation.SetFont Method

HD.Common

PDFOperationSetFont Method Helper帮助文档
设置字体

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

public void SetFont(
	float size
)
Public Sub SetFont ( 
	size As Single
)
public:
void SetFont(
	float size
)
member SetFont : 
        size : float32 -> unit 

Parameters

size
Type: SystemSingle
字体大小
See Also

Reference