Click or drag to resize

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
)

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