ReflowProcessorGetReflow Method |
Request reflow from a page.
Results are reported via the ReflowProcessorResponse event.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void GetReflow(
Page page,
Object customData
)
Public Shared Sub GetReflow (
page As Page,
customData As Object
)
public:
static void GetReflow(
[InAttribute] Page^ page,
[InAttribute] Object^ customData
)
pdftron.PDF.ReflowProcessor.GetReflow = function(page, customData);
Parameters
- page
- Type: pdftron.PDFPage
A page to reflow
- customData
- Type: SystemObject
customData will be returned in ReflowProcessorResponse
See Also