PDFOperation Constructor (String, Single, Single, Single, Single)

HD.Common

PDFOperation Constructor (String, Single, Single, Single, Single) Helper帮助文档
构造函数

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

public PDFOperation(
	string type,
	float marginLeft,
	float marginRight,
	float marginTop,
	float marginBottom
)
Public Sub New ( 
	type As String,
	marginLeft As Single,
	marginRight As Single,
	marginTop As Single,
	marginBottom As Single
)
public:
PDFOperation(
	String^ type, 
	float marginLeft, 
	float marginRight, 
	float marginTop, 
	float marginBottom
)
new : 
        type : string * 
        marginLeft : float32 * 
        marginRight : float32 * 
        marginTop : float32 * 
        marginBottom : float32 -> PDFOperation

Parameters

type
Type: SystemString
页面大小(如"A4")
marginLeft
Type: SystemSingle
内容距左边框距离
marginRight
Type: SystemSingle
内容距右边框距离
marginTop
Type: SystemSingle
内容距上边框距离
marginBottom
Type: SystemSingle
内容距下边框距离
See Also

Reference