PdfDocumentOptionsPdfPageSize Property
This property controls the page size of the PDF document generated by the converter.
The default size of the PDF document page is A4
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfPageSize PdfPageSize { get; set; }
Public Property PdfPageSize As PdfPageSize
Get
Set
public:
property PdfPageSize^ PdfPageSize {
PdfPageSize^ get ();
void set (PdfPageSize^ value);
}
member PdfPageSize : PdfPageSize with get, set
Property Value
PdfPageSize