OfficeToPDFOptionsSetApplyPageBreaksToSheet Method |
Sets the value for ApplyPageBreaksToSheet in 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 OfficeToPDFOptions SetApplyPageBreaksToSheet(
bool value
)
Public Function SetApplyPageBreaksToSheet (
value As Boolean
) As OfficeToPDFOptions
public:
virtual OfficeToPDFOptions^ SetApplyPageBreaksToSheet(
[InAttribute] bool value
) sealed
function SetApplyPageBreaksToSheet(value);
Parameters
- value
- Type: SystemBoolean
Whether we should split Excel workheets into pages so that the output resembles print output.
Return Value
Type:
OfficeToPDFOptions[Missing <returns> documentation for "M:pdftron.PDF.OfficeToPDFOptions.SetApplyPageBreaksToSheet(System.Boolean)"]
See Also