OfficeToPDFOptionsGetApplyPageBreaksToSheet Method |
Gets the value ApplyPageBreaksToSheet from the options object
Whether we should split Excel workheets into pages so that the output resembles print output.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetApplyPageBreaksToSheet()
Public Function GetApplyPageBreaksToSheet As Boolean
public:
virtual bool GetApplyPageBreaksToSheet() sealed
function GetApplyPageBreaksToSheet();
Return Value
Type:
Booleana bool, Whether we should split Excel workheets into pages so that the output resembles print output..
See Also