SpreadsheetLoadOptionsOnePagePerSheet Property |
If OnePagePerSheet is true the content of the sheet will be converted to one page in the PDF document. Default value is true.
Namespace: GroupDocs.Conversion.Options.LoadAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic bool OnePagePerSheet { get; set; }
Public Property OnePagePerSheet As Boolean
Get
Set
public:
property bool OnePagePerSheet {
bool get ();
void set (bool value);
}
member OnePagePerSheet : bool with get, set
Property Value
Type:
Boolean
See Also