Click or drag to resize

CConverterPropertiesSetPageSize Method

Sets the page size for the PDF output

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public bool SetPageSize(
	CSize size
)

Parameters

size
Type: ComPDF.PDFGenerationCSize
The page size to set

Return Value

Type: Boolean
True if successful, false otherwise
See Also