PDFOperation.SetPageSize Method

HD.Common

PDFOperationSetPageSize Method Helper帮助文档
设置页面大小

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

public void SetPageSize(
	string type
)
Public Sub SetPageSize ( 
	type As String
)
public:
void SetPageSize(
	String^ type
)
member SetPageSize : 
        type : string -> unit 

Parameters

type
Type: SystemString
页面大小(如"A4")
See Also

Reference