Click or drag to resize

CConverterPropertiesGetPageSize Method

Gets the page size for the PDF output

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

Return Value

Type: CSize
The current page size, or default CSize if invalid
See Also