IExportContext.OnLinkBegin
Description:
This method marks the beginning of a link instance to be exported.
This method marks the beginning of a link instance to be exported.
RenderNodeAction OnLinkBegin(
LinkNode node
)
-
node
Return Value
RenderNodeAction
Return RenderNodeAction.Skip if you wish to skip processing this link instance,
or return RenderNodeAction.Proceed otherwise.