PDFFlowContentMargins¶
Namespace: O2S.Components.PDF4NET.FlowDocument
Defines the margins for flow content.
Inheritance Object → PDFFlowContentMargins
Constructors¶
PDFFlowContentMargins()¶
Initializes a new PDFFlowContentMargins object.
PDFFlowContentMargins(Double)¶
Initializes a new PDFFlowContentMargins object with the same value for all margins.
Parameters
margins Double
Value for all margins.
PDFFlowContentMargins(Double, Double, Double, Double)¶
Initializes a new PDFFlowContentMargins object with the distinct values for each margin.
Parameters
left Double
Left margin
right Double
Right margin
top Double
Top margin
bottom Double
Bottom margin
PDFFlowContentMargins(PDFFlowContentMargins)¶
Initializes a new PDFFlowContentMargins object from another margins object.
Parameters
margins PDFFlowContentMargins
Source margins object.
Properties¶
Bottom¶
Gets or sets the bottom margin.
Property Value
Double
The bottom margin for flow content
Left¶
Gets or sets the left margin.
Property Value
Double
The left margin for flow content
Right¶
Gets or sets the right margin.
Property Value
Double
The right margin for flow content
Top¶
Gets or sets the top margin.
Property Value
Double
The top margin for flow content