PDFFlowContentDrawEventArgs¶
Namespace: O2S.Components.PDF4NET.FlowDocument
Defines the event arguments for flow content drawing related events.
Inheritance Object → EventArgs → PDFFlowContentDrawEventArgs
Properties¶
Content¶
Gets the content being drawn.
Property Value
PDFFlowContent
The content that is currently drawn on the page.
ContentBounds¶
Gets the content bounds.
Property Value
PDFDisplayRectangle
The content bounds excluding any margins.
Remarks
This rectangle is located inside the PDFFlowContentDrawEventArgs.ContentInnerBounds rectangle.
ContentInnerBounds¶
Gets the content inner bounds.
Property Value
PDFDisplayRectangle
The content bounds that include the inner margins.
Remarks
This rectangle is located inside the PDFFlowContentDrawEventArgs.ContentOuterBounds rectangle.
ContentOuterBounds¶
Gets the content outer bounds.
Property Value
PDFDisplayRectangle
The content bounds that include the inner and outer margins.
Page¶
Gets the page on which the content is being drawn.
Property Value